@charset "UTF-8";
html {
	font-size: 10px;
}


body {
	margin: 0;
	padding: 0;
	color: #4B4B4B;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

p {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
}
h3 {
	padding: 0;
	margin: 10px auto;
	font-size: 1.1rem;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

b {font-weight: 600;}

a { color: #4B4B4B;}

.sp { display: block; }
@media screen and (min-width: 960px) {
    .pc { display: block; }
    .sp { display: none; }
	h3 {
	font-size: 1.6rem;
}
}



/*-----------popup----------*/
.markList {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	display: flex;
    flex-wrap: wrap;
    list-style: none;
	justify-content: center;
}
.markList:nth-of-type(3) {
	margin-top: 80px;
}

.markList > li {
    margin: 10px 0;
    width: 10%;
    padding: 0 3px;
    text-align: center;
    align-self: center;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) {
	.markList > li {
		width: calc(100%/6);
		box-sizing: border-box;
        padding: 0 2px;
        margin: 0px 0 10px;
	}

	.markList:nth-of-type(3) {
		margin-top: 40px;
	}

}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}

#modal {
	background: #fff;
	display: none;
	padding: 60px;
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 60vh;
	width: 80%;
	z-index: 1;
	
}

.modal__inner {
	height: 100%;
	overflow-y: scroll;
}

#close__btn {
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: -20px;
    right: 20px;
	transform: translate(-50%, 100%);
	text-align: center;
	font-size: 28px;
	line-height: 40px;
}
#close__btn:hover {
	opacity: .8;
}


@media screen and (max-width: 960px) {
	#modal {
		padding: 30px;
		height: 50vh;
		max-height: 300px;
	}

	#close__btn {
		border-radius: 50%;
		cursor: pointer;
		position: absolute;
		top: -40px;
		right: 10px;
		transform: translate(-50%, 100%);
		text-align: center;
		font-size: 16px;
		line-height: 40px;
	}
}


#overlay {
	background: rgba(0,0,0,.7);
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}



/*-----------slick----------*/

.slick-track {
	margin-bottom: 25px;
}
.slick-slide{
	height:auto!important;
}

.slick-slider {
	overflow: hidden;
	padding: 0;
}

.slick-dotted.slick-slider {
	padding-bottom: 80px;
	margin-bottom: 0;
}

.slick-dots {
	bottom: 40px;
}

.slick-dots li button:before{
	font-size: 1.5rem!important;
}

.slick-dots li button:before {
	color: #F0F0F0;
	opacity: 1.0 !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #b3b3b3;
	
}

.slider3 { padding: 0;}

.slider3 .slick-track {
	display: flex;
}

.slider3 .slick-slide {
	max-width: 400px;
	margin: 0px 10px;
}

.slider3 .slick-slide img {
	width: 100%;
	height: auto;
}


/*-----------flexBox----------*/

.flexBox {
	display: flex;
}

.flexCell {
	align-items: center;
	justify-content: center;
}

@media screen and (max-width:959px) {
    .btmContents .flexBox.shopImg {
            display: flex;
    }
	    .btmContents .flexBox.shopImg .flexCell {
        width: 48%;
    }
	.btmContents .flexBox.shopImg {
		margin-bottom: 10px;
	}
}

/*-----------button----------*/

.buttonBox {
	text-align: center;
}

.button {
	display: inline-block;
	min-width: 260px;
	margin: 0 auto;
	background: #ffffff;
	padding: 20px;
	text-align: center;
	border: 1px solid #CBB586;
	border-radius: 50px;
}

.button img {
	height: 20px;
	vertical-align: bottom;
}



/*-----------common----------*/

.introWrap {
	min-width: 960px;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: content-box;
}

.boxWrap {
	min-width: 960px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 30px;
	box-sizing: content-box;
}

.shopLink {
	margin: 80px auto 150px;
	text-align: center;
}

.shopLink > p {
	margin-bottom: 50px;
}

.shopLink > img {
	display: block;
	max-width: 524px;
	margin: 0 auto 20px;
}


/*-----------kv----------*/
#kv {
	margin-bottom: 60px;
	text-align: center;
}

#kv h1 {
	margin-bottom: 60px;
}

#kv h2{
	text-align: center;
}

#kv h2 > img {
    display: inline-block;
    height: 32px;
}

/*-----------introduction----------*/
#introduction h2 {
	text-align: center;
	margin-bottom: 120px;
}

#typeIcon1 {
	background: url("../img/typeicon1_pc.png") no-repeat;
	background-size: contain;
	background-position: right;
}

#typeIcon2 {
	background: url("../img/typeicon2_pc.png") no-repeat;
	background-size: contain;
}

#typeIcon3 {
	background: url("../img/typeicon3_pc.png") no-repeat;
	background-size: contain;
	background-position: 95%;
}

#typeIcon4 {
	background: url("../img/typeicon4_pc.png") no-repeat;
	background-size: contain;
	background-position: center;
}

#typeIcon5 {
	background: url("../img/typeicon5_pc.png") no-repeat;
	background-size: contain;
	background-position: center;
}



#cont h2{
	text-align: center;
    margin-bottom: 60px;
}

#cont h2 > img {
    display: inline-block;
}

.imgBox {
	max-width: 1200px;
    margin: 0 auto;
	position: relative;
	margin-bottom: 60px;
}
.imgBox .txtBox,
.imgBox .price {
	position: absolute;
}

.imgBox .txtBox h3 {
	margin-bottom: 30px;
}

.imgBox .txtBox h3 > img {
	height: 32px;
}

#imgBox1.imgBox,
#imgBox2.imgBox,
#imgBox3.imgBox   {
	padding-bottom: 90px;
}


#imgBox1.imgBox .txtBox {
	width: 25.5%;
	top: 0;
	left: 35%;
}

#imgBox1.imgBox .price {
	left: 55%;
	bottom: 2em;
}


#imgBox2.imgBox .txtBox {
	width: 25.5%;
	top: 4em;
	left: 59.8%;
}

#imgBox2.imgBox .txtBox h3 > img {
	height: 80px;
}

#imgBox2.imgBox .price {
	left: 33.33%;
	bottom: 14em;
}

#imgBox3.imgBox .txtBox {
	width: 25.5%;
	top: 6em;
	right: 6%;
}

#imgBox3.imgBox .price {
	left: 45%;
	bottom: 13em;
}

#imgBox4.imgBox {
	top: -120px;
	padding-bottom: 100px;
	margin-top: -30px;
}

#imgBox4.imgBox .txtBox {
	width: 26.5%;
	bottom: 14em;
	left: 32.25%;
}

#imgBox4.imgBox .price {
	right: 100px;
    bottom:7em;
}

#imgBox5.imgBox {
	top: 60px;
	padding-bottom: 60px;
	margin-top: -120px;
}

#imgBox5.imgBox .txtBox {
	width: 35.8%;
	top: 0;
	left: 14.56%;
}

#imgBox5.imgBox .txtBox h3 > img {
	height: 24px;
}

#imgBox5.imgBox .txtBox .desc {
	width: 80%;
}

#imgBox5.imgBox .price {
	margin-top: 20px;
}

#imgBox6.imgBox {
	top: 90px;
	padding-bottom: 100px;
}

#imgBox6.imgBox .txtBox {
	width: 25.5%;
	top: 13em;
	right: 11.5%;
}

#imgBox6.imgBox .txtBox h3 > img {
	height: 24px;
}

#imgBox6.imgBox .price {
	margin-top: 20px;
}




/*-----------btmContents----------*/

.cont {
	margin-bottom: 90px;
}

.cont h2 {
	text-align: center;
}

.cont h2 > img{
	width: auto;
	height: 90px;
}


.cont .imgBox {
	margin-top: -80px;
    z-index: -100;
}

.cont.flexBox .flexCell {
	width: 40.62%;
}

.cont.flexBox .flexCell:nth-child(2) {
	width: 59.38%;
}

.cont.flexBox .flexCell:nth-child(2) .imgBox {
	position: relative;
}
.cont.flexBox .flexCell:nth-child(2) .imgBox .desc {
	position: absolute;
	top: calc( 50% - 11.5rem );
}


#cont3 {
	text-align: center;
	margin-bottom: 130px;
}
#cont3 h2 {
	margin-bottom: 48px;
}

#cont3 h2 > img{
	display: inline-block;
	height: 94px;
}

#cont3 picture:first-of-type > img{
	max-width: 960px;
	margin: 0px auto 40px;
}

#cont3 picture:nth-of-type(2) > img{
	max-width: 960px;
	margin: 52px auto 70px;
}


.select {
	margin: 80px 20px 60px;
    background-color: #fff;
    position: relative;
    border: 2px solid #bdb08e;
}

.select h3 {
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 360px;
}

.select .flexBox {
	border: 1px dashed #bdb08e;
    padding: 20px 50px 30px;
    margin: 10px !important;
}


.btmContents .flexBox {
	justify-content: space-between;
	margin-bottom: 80px;
}
.btmContents .flexCell {
	width: 47.5%;
}

.btmContents .attention {
	text-align: center;
}

.btmContents > .btmBox {
	margin-bottom: 150px;
}

.btmContents > .btmBox h2 {
	margin-bottom: 50px;
}

.btmContents > .btmBox p.price {
	margin-top: 20px;
}

.btmContents > .btmBox:first-of-type h3 {
	margin: 30px auto 25px;
	text-align: center;
}

.btmContents > .btmBox:first-of-type h3 > img {
	width: auto;
	height: 28px;
} 

.btmContents > .btmBox:nth-of-type(2) h3 {
	text-align: center;
	margin-bottom: 60px;
}

.btmContents > .btmBox:nth-of-type(2) h3 img {
	height: 85px;
}

.btmContents > .btmBox:nth-of-type(2) .price {
	text-align: right;
}

.btmContents > .btmBox:nth-of-type(3) h2 > img {
	height: 130px;
} 

.btmContents > .btmBox:nth-of-type(3) {
	text-align: center;
}

.btmContents > .btmBox:nth-of-type(3) p{
	margin-bottom: 40px;
}

.btmContents > .btmBox:nth-of-type(3) picture img{
	margin-bottom: 56px;
}

.btmContents > .btmBox:nth-of-type(5) {
	text-align: center;
	margin-bottom: 100px;
}

.btmContents > .btmBox:nth-of-type(5) h2 > img {
	height: 30px;
} 

.btmContents > .btmBox:nth-of-type(5) h2 + p {
	margin-bottom: 75px;
}

.btmContents > .btmBox:nth-of-type(5) > img {
	display: block;
	max-width: 960px;
	margin: 0 auto;
}





/*-----------footer----------*/

.footer {
	text-align: center;
	margin-bottom: 20px;
}


@media screen and (max-width: 960px) {
	img {
		width: 100%;
	}

	p {
		font-size: 1.1rem;
	}

	b {font-weight: 600;}

	.flexBox {
		display: block;
		
	}
	.pc { display: none;}

	/*-----------slick----------*/

	.slick-dotted.slick-slider {
		padding-bottom: 50px;
	}

	.slick-dots {
		bottom: 25px;
	}

	.slick-track {
		margin-bottom: 20px;
	}

	.slick-dots li button:before {
		font-size: 1.0rem !important;
	}
	
	/*-----------button----------*/

	.button {
		min-width: 130px;
		padding: 10px;
	}

	.button img {
		width: auto;
		height: 13px;
		vertical-align: bottom;
	}

	
	/*-----------common----------*/

	.introWrap {
		max-width: 100%;
		min-width: auto;
		padding: 0;
		box-sizing: border-box;
	}

	.boxWrap {
		max-width: 100%;
		min-width: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.boxWrap > h2 {
		text-align: center;
	}

	.shopLink {
		width: 75%;
		margin: 40px auto 60px;
	}

	.shopLink > p {
		margin-bottom: 30px;
	}

	
	/*-----------introduction----------*/

	#introduction h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#introduction h2 img {
		width: auto;
		max-width: 100%;
		height: 40px;
	}

	.boxWrap > h2 img, .cont h2 > img {
		width: auto;
        max-width: 100%;
        height: 50px;
	}

	#typeIcon1 {
		background: url("../img/typeicon1_sp.png") no-repeat;
		background-size: 80%;
        background-position: 80% 65%;
	}

	#typeIcon2 {
		background: url("../img/typeicon2_sp.png") no-repeat;
		background-size: 80%;
        background-position: 20% 0%;
	}

	#typeIcon3 {
		background: url("../img/typeicon3_sp.png") no-repeat;
		background-size: 70%;
        background-position: 90% 60%;
	}

	#typeIcon4 {
		background: url("../img/typeicon4_sp.png") no-repeat;
		background-size: 90%;
		background-position: top;
	}

	#typeIcon5 {
		background: url("../img/typeicon5_sp.png") no-repeat;
		background-size: 90%;
		background-position: top;
	}
	
	
	.imgBox {
		width: 100%;
		margin-bottom: 30px;
	}

	.imgBox .txtBox h3 {
		margin-bottom: 10px;
	}

	.imgBox .txtBox h3 > img {
		height: 16px;
		width: auto;
	}

	#imgBox1.imgBox,
	#imgBox2.imgBox,
	#imgBox3.imgBox   {
		padding-bottom: 40px;
	}

	#imgBox1.imgBox .txtBox {
		width: 42%;
		top: 2em;
		right: 0;
		left: auto;
		padding-right: 8%;
	}

	#imgBox1.imgBox .price {
		width: auto;
		right: 0;
		left: auto;
		bottom: 1em;
		padding-right: 8%;
	}

	#imgBox2.imgBox {
		padding-top: 20px;
	}

	#imgBox2.imgBox .txtBox {
		width: 42%;
		top: 0;
		left:0;
		padding-left: 8%;
	}

	#imgBox2.imgBox .txtBox h3 > img {
		height: 40px;
	}

	#imgBox2.imgBox .price {
		width: 92%;
		right: auto;
		left: 0;
		bottom: 4em;
		padding-left: 8%;
	}

	#imgBox3.imgBox {
		top: -60px;
	}
	
	#imgBox3.imgBox .txtBox {
		width: 42%;
		top: 8em;
		right: 0;
		left: auto;
		padding-right: 8%;
	}

	#imgBox3.imgBox .price {
		left: 45%;
		bottom: 13em;
	}

	#imgBox4.imgBox {
		top: 20px;
		margin-bottom: 60px;
		padding-bottom: 30px;
	}
	
	#imgBox4.imgBox .txtBox {
		width: 42%;
		top: 0;
		right: auto;
		left: 0;
		padding-left: 8%;
	}

	

	#imgBox4.imgBox .price {
		width: auto;
		right: auto;
		left: 0;
		bottom: 0;
		padding-left: 8%;
	}

	#imgBox5.imgBox {
		top: 0;
		padding-bottom: 75px;
        margin-top: 0;
        margin-bottom: 70px;
    }
	
	#imgBox5.imgBox .txtBox {
		width: 80%;
		top: 1.2em;
		right: auto;
		left: 0;
		padding-left: 8%;
	}

	#imgBox5.imgBox .txtBox .desc {
		width: 60%;
	}

	#imgBox5.imgBox .txtBox h3 > img {
		height: 14px;
	}

	#imgBox5.imgBox .price {
		width: auto;
        right: 0;
        left: auto;
        bottom: -2em;
        padding-right: 8%;
	}

	#imgBox3.imgBox .price {
        width: auto;
        right: 0;
        left: auto;
        bottom: -2em;
        padding-right: 8%;
    }

	#imgBox6.imgBox {
		top: 0px;
		margin-bottom: 0;
	}
	
	#imgBox6.imgBox .txtBox {
		width: 50%;
		top: 50%;
		left: auto;
		right: 0;
		padding-right: 6%;
	}

	#imgBox6.imgBox .txtBox h3 {
		width: 100%;
	}

	#imgBox6.imgBox .txtBox h3 > img {
		height: 16px;
	}

	#imgBox6.imgBox .txtBox .desc {
		margin-bottom: 20px;
	}

	#imgBox6.imgBox .price {
		width: auto;
		position: static;
		clear: both;
		margin-top: 10px;
	}

	#cont3 {
		margin-top: 90px;
	}

	#cont3 h2 {
		margin-bottom: 30px;
	}

	#cont3 h2 > img{
		width: auto;
		max-width: 100%;
		height: 40px;
	}

	.cont .imgBox img {
		width: 100%;
	}
	
	.cont.flexBox .flexCell,
	.cont.flexBox .flexCell:nth-child(2) {
		width: 100%;
	}

	.cont.flexBox .flexCell:nth-child(2) .price {
		margin-right: 9%;
	}

	.cont.flexBox .flexCell:nth-child(2) {
		padding-top: 60px;
	}

	#imgBox1.flexBox .flexCell:nth-child(2) .imgBox .desc {
		right: 9%;
	}
	
	#imgBox2.flexBox .flexCell:nth-child(2) .imgBox .desc {
		right: 9%;
	}

	#cont3 h2 + p {
		margin-bottom: 20px;
	}

	#cont3 picture:first-of-type > img {
		margin-bottom: 0;
	}

	#cont3 picture:nth-of-type(2) {
		padding: 20px 20px 0px;
		display: block;
	}

	#cont3 picture:nth-of-type(2) > img {
		margin: 0px auto 35px;
	}
	
	/*-----------kv----------*/
	#kv {
		margin-bottom: 30px;
	}

	#kv h1 {
		margin-bottom: 60px;
	}

	#kv h2 > img {
		width: auto;
        max-width: 100%;
        height: 16px;
	}

	/*-----------bgArea----------*/
	.bg {
		padding: 40px 0px;
	}

	.bgPink {
		background: url("../img/bg-pink.jpg") repeat;
		background-size: 180%;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	}
	
	.bgYellow {
		background: url("../img/bg-yellow.jpg") repeat;
		background-size: 180%;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
	}

	.bg h2 {
		margin-bottom: 25px;
	}

	.bg h2 > img {
		height: 50px;
	}
	
	/*-----------btmContents----------*/
	.select h3 {
		max-width: 220px;
		top: -20px;
	}

	.select .flexBox {
		padding: 20px 20px 30px;
	}

	.btmContents {
		padding: 0px 20px;
	}

	.btmContents .btmBox {
		margin-bottom: 65px;
	}

	.btmContents > .btmBox h2 {
		margin-bottom: 30px;
	}

	.btmContents .flexBox {
		margin-bottom: 50px;
	}

	.btmContents .flexCell {
		width: 100%;
	}

	.btmContents > .btmBox:first-of-type h3 {
		margin: 15px auto 10px;
		text-align: left;
	}
	.btmContents > .btmBox:nth-of-type(3) p,
	.btmContents > .btmBox:nth-of-type(3) picture img,
	.btmContents > .btmBox:first-of-type .flexCell {
		margin-bottom: 30PX;
	}

	.btmContents > .btmBox:first-of-type .flexCell:last-of-type {
		margin-bottom: 0;
	}

	.btmContents > .btmBox:first-of-type h3 > img {
		margin: 10px auto;
		height: 15px;
	}
	.btmContents > .btmBox:nth-of-type(2) h3 {
		margin: 20px auto;
	}
	.btmContents > .btmBox:nth-of-type(2) h3 img {
		width: auto;
		height: 40px;
	}

	.btmContents > .btmBox:nth-of-type(3) h2 > img {
		height: 67px;
		max-height: 100%;
	}
	
	.btmContents > .btmBox:nth-of-type(3) p {
		text-align: left;
	}

	.btmContents > .btmBox:nth-of-type(4) h2 > img {
		height: 40px;
	} 

	.btmContents > .btmBox:nth-of-type(5) h2 > img {
		width: auto;
		height: 16px;
        max-height: 100%;
	}

	.btmContents > .btmBox:nth-of-type(5) p {
		text-align: left;
	}

	.btmContents > .btmBox:nth-of-type(5) > img {
		margin-bottom: 20px;
	}
	
	/*-----------footer----------*/
	



}