@charset "UTF-8";
/* CSS Document */

*{
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
body{
  max-width: 1920px;
  font-size: 1vw;
	
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	color:#45413e;
}
h3{
	font-weight: normal;
}
li{
    list-style-type: none;
}

contents{
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#first-view{
	background: url("images/fv.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 10px 20px 20px;
}
#first-view .shopname{
	width: 170px;
}
#first-view h2{
	margin-top: 70px;
	font-size: 50px;
	color: #716e6b;
}
#first-view .sub{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	position: absolute;
	font-size: 52px;
	font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
	top:100px;
	right:20px;
	color:#fff;
	text-shadow: 0 0 10px rgb(0 0 0 / 90%);
}
#first-view .sub .small{
	font-size: 36px;
}
#first-view .open_box{
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0));
	padding: 20px 30px;
	color: #fff;
	font-size: 80px;
	text-shadow: 3px 3px 5px rgba(100, 91, 91, 0.7);
	width: fit-content;
	margin: 0 0 0 -20px;
	position: relative;
}
#first-view .open_box ul{
	display: flex;
	
}
#first-view .open_box ul .date{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	font-size: 110px;
	position: absolute;
	display: flex;
	top: -30px;
	letter-spacing: -10px;
}
#first-view .open_box ul .date .sla{
	margin-top: 30px;
}
#first-view .open_box ul .date .day{
	margin-top: 60px;
}
#first-view .open_box ul .shibuya{
	margin-left: 1.7em;
	font-size: 105px;
}
#first-view .open_box ul p{
	font-size: 80px;
}
#first-view .open_box .pre{
	color: #fff;
}
#first-view .open_box .pre span{
	font-weight: 700;
}
#first-view .sub_box{
	margin-top: 100px;
    margin-left: 20px;
	display: flex;
	width: fit-content;
}
#first-view .sub_box li{
	font-size: 30px;
	line-height: 1.2;
	color: #45413e;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-right: 30px;
    width: 300px;
	padding: 10px;
}
#first-view .sub_box li::before{
    transform: skewX(-20deg);
    content: ""; /*ボックスを作る*/
    position: absolute;/*ポジションで中央に配置*/
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
	background-color: #fff;
	box-shadow: 10px 10px 0 rgba(169, 140, 96, 1);
}
#first-view .sub_box .note{
	font-size: 40%;
	vertical-align: top;
}
#first-view .fv_note{
	font-size:16px;
	margin-top: 36px;
}
.offer{
	background: url("images/bg.jpg");
	padding: 100px 40px 50px;
}
.offer .offer_inn{
	max-width: 690px;
    border-radius: 56px;
	position: relative;
	box-shadow: inset 0px -6px 14px 0px rgba(103, 99, 99, 0.5);
	background-color: #fff;
	padding: 50px 0 50px;
}
.offer .offer_inn .circle{
	position: absolute;
	top:-75px;
	left: -20px;
	width: 130px;
}
.offer .offer_inn .offer_pre{
	color: #ee3a6c;
	font-size: 45px;
	font-weight: bold;
	border-bottom: solid 3px #45413e;
	width: fit-content;
}
.offer .offer_inn .offer_pre span{
	font-size: 65px;
}
.offer .offer_inn .offer_le{
	font-size: 55px;
	color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    width: 550px;
	padding: 10px;
	margin: 30px auto 0;
	line-height: 1;
}
.offer .offer_inn .offer_le::before{
    transform: skewX(-15deg);
    content: ""; /*ボックスを作る*/
    position: absolute;/*ポジションで中央に配置*/
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;/* 親要素の後ろに来るように-1 */
	background-color: #64615f;
}
.offer_price{
	display: flex;
	width: fit-content;
	align-items: center;
}
.offer_price .tsujo{
	font-size: 40px;
	color: #45413e;
}
.offer_price .tsujo span{
	font-size: 60px;
}
.offer_price .arrow img{
    width: 70px;
	margin: 0 40px 0 20px;
}
.offer_price .zero{
	font-size:60px;
	color: #45413e;
	background: linear-gradient(transparent 80%, #f5ead9 20%);
	margin-bottom: 30px;
	line-height: 1;
}
.offer_price .zero span{
	font-size: 160px;
	color: #ee3a6c;
	font-weight: bold;
}
.offer .offer_inn .btn-rounded{
    display: inline-block;
    background-image: linear-gradient(0deg, rgba(253, 121, 133, 1), rgba(252, 199, 205, 1));
    color: #fff;
	font-size: 44px;
	font-weight: bold;
    padding: 1rem 2rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: 60px;
	max-width: 800px;
}
.nyukai{
	margin: 150px auto 160px;
}
.nyukai1{
	width: 460px;
}
.nyukai2{
	width: 480px;
	margin-top: 20px;
}
.nyukai3{
	width: 566px;
	margin-top: 90px;
}
.nyukai4{
	width: 580px;
	margin-top: 50px;
}
.kouka .shopname{
	border-bottom: solid 1px #000;
	width: 70%;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
.kouka .shopname img{
	width: 310px;
}
.subtytle_txt{
	margin: 0 auto 50px;
	font-size: 28px;
}
.kouka .subtytle_txt .waku{
	background-color: #a98c60;
	color: #fff;
	font-size: 36px;
	padding: 0 10px;
}
.kouka .subtytle_txt .big{
	font-size: 36px;
	line-height: 1.2;
	width: fit-content;
	text-align: left;
	display: block;
}
.kouka .kouka_lead{
	width: 80%;
	font-size: 21px;
	color: #716e6c;
	letter-spacing: 0.1em;
    line-height: 1.3;
	width: fit-content;
	text-align: left;
}

.midashi{
	margin: 200px auto 64px;
}
.hdg1{
	width: 235px;
}
.hdg2{
	width: 434px;
	margin:170px auto 150px;
}
.hdg3{
	width: 207px;
}
.hdg4{
	width: 150px;
	margin-bottom: 90px;
}
.hdg5{
	width: 399px;
}
.hdg6{
	width: 200px;
}
.hdg7{
	width: 204px;
}
.hdg8{
	width: 151px;
}

.point_box{
	background-color: #f4efeb;
	padding-bottom: 150px;
}
.point_box .sankaku {
  background-color: #fff;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.point_box .point_tytle{
	width: fit-content;
	text-align: left;
	margin: 150px auto 30px;
}
.point_box .point_tytle img{
	width: 600px;
}
.point_box .point_tytle p{
	font-size: 30px;
	margin-top: 30px;
	letter-spacing: 0.2em;
}
.point_img_left{
	text-align: left;
}
.point_img_right{
	text-align: right;
}
.point_sub{
	text-align: left;
	font-size: 23px;
	width: 600px;
	position: relative;
	height: 100px;
}
.point_sub p{
	width: fit-content;
	position: absolute;
	right: 0;
	bottom: 0;
}
.point_box .point_img_left img, .point_box .point_img_right img {
        width: 690px;
    }

.reason_box{
	display: flex;
	flex-wrap: wrap;
	width: 680px;
	justify-content: space-between;
}
.reason_box li{
	width: 298px;
	margin-bottom: 86px;
}
.reason_box li img{
	width: 100%;
}
.reason_box li .r_tytle{
	font-size: 28px;
	margin: 30px 0;
}
.reason_box li .r_sub{
	font-size: 24px;
}
.studio{
	font-size: 60px;
}
.studio_photo{
	width: 100%;
	margin-top: 60px;
}
.studio_txt{
	font-size: 28px;
	text-align: left;
	width: fit-content;
	margin: 70px auto;
}
.price1{
	width: 685px;
	margin-bottom: 100px;
}
.price2{
	width: 684px;
	margin-bottom: 110px;
}

.hikaku{
	width: 593px;
}

/*------ スライダーの横幅 ------*/
.slider{
	max-width: 670px;
	width: 90%;
  margin:0 auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}
		
.item {
	border: solid 4px #a98c60;
    position: relative;
}
		
.slider .step_tytle{
	position: absolute;
	top:0;
	left:0;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.slider .step_no{
	display: block;
	background-color: #a98c60;
	color: #fff;
	font-size: 32px;
	width: 220px;
	padding: 15px;
	margin-right: 30px;
	letter-spacing: 0.2em;
}
.slider .step_img{
	max-width:440px;
	width: 80%;
	margin: 120px auto 30px;
	display: block;
}
.slider .step_txt{
	width: 80%;
	text-align: left;
	font-size: 25px;
	margin-bottom: 60px;
}
.slick-prev:before,.slick-next:before{
    color:#a98c60!important;
}

.map{
	max-width: 600px;
	width: 85%;
    height: auto;
	aspect-ratio: 1 / 1;
	margin-bottom: 50px;
}
.access_box{
	max-width: 600px;
	width: 85%;
	text-align: left;
}
.access_box li{
	margin-top: 50px;
}
.access_box li:first-child{
	margin-top: 0;
}
.access_box h3{
	font-size: 28px;
	font-weight: 500;
}
.access_box p{
	font-size: 20px;
	padding-left: 0.5em;
	margin-top:10px;
}

/* アコーディオン */
.qbox {
    max-width: 756px;
    background-color: #dedddd;
	border: solid 1px #73716e;
	margin-bottom: 54px;
}

.qbox:not([open]) {
    margin-bottom: 54px;
}

.qbox summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 1em;
    background-color: #858383;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
	font-size: 32px;
}
.qbox summary span{
	font-size: 48px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	margin: 0;
	display: contents;
}

.qbox summary::-webkit-details-marker {
    display: none;
}

.qbox summary::after {
    margin-left: 10px;
    content: '';
    background-color: #fff;
    width: 35px;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.qbox[open] summary::after {
    transform: rotate(180deg);
}

.qbox p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em;
    color: #000;
    transition: transform .5s, opacity .5s;
	font-size: 22px;
	text-align: left;
}

.qbox[open] p {
    transform: none;
    opacity: 1;
}
/* アコーディオン */

footer{
	margin-top:calc(200 / 1125 * 100vw);
	background-color: #e2bab6;
	color: #fff;
	font-size: 16px;
	padding: 1em;
	width: 100%;
}


@media screen and (max-width: 810px){
	#first-view{
		padding: calc(20/810*100vw);
	}
#first-view .shopname{
	width: calc(170/810*100vw);
}
#first-view h2{
	margin-top: calc(110/1125*100vw);
	font-size: calc(60/1125*100vw);
}
#first-view .sub{
	font-size: calc(56/1125*100vw);
	top: calc(150 / 1125 * 100vw);
}
#first-view .sub .small{
	font-size: calc(40/1125*100vw);
}
#first-view .open_box{
	font-size: calc(90/1125*100vw);
	padding: calc(30 / 1125 * 100vw) calc(30 / 1125 * 100vw) calc(20 / 1125 * 100vw) calc(70 / 1125 * 100vw);
}
#first-view .open_box .pre{
	font-size: calc(90/1125*100vw);
}
#first-view .open_box ul .date{
	font-size: calc(120/1125*100vw);
	top: calc(-20/1125*100vw);
	letter-spacing: -5px;
}
#first-view .open_box ul .date .sla{
	margin-top: calc(30/1125*100vw);
}
#first-view .open_box ul .date .day{
	margin-top: calc(60/1125*100vw);
}
#first-view .open_box ul p{
	font-size: calc(90/1125*100vw);
}
	
#first-view .open_box ul .shibuya{
	margin-left: 1.8em;
	font-size: calc(115/1125*100vw);
}
#first-view .sub_box {
    margin: calc(240 / 1125 * 100vw) auto 0 0;
}
#first-view .sub_box li{
	font-size: calc(40/1125*100vw);
    width: calc(400/1125*100vw);
	padding: calc(10 / 1125 * 100vw);
	margin-right: calc(30 / 1125 * 100vw);
}
#first-view .sub_box li::before {
    box-shadow: calc(15 / 1125 * 100vw) calc(15 / 1125 * 100vw) 0 rgba(169, 140, 96, 1);
}
#first-view .fv_note{
	font-size: calc(20/1125*100vw);
	margin-top: calc(36/1125*100vw);
}
.offer {
    padding: calc(100/1125*100vw) calc(40/1125*100vw) calc(50/1125*100vw);
}
.offer .offer_inn{
	max-width: calc(960/1125*100vw);
    border-radius: calc(56/1125*100vw);
	padding: calc(80/1125*100vw) 0 calc(50/1125*100vw);
	box-shadow: inset 0px -3px 7px 0px rgba(103, 99, 99, 0.5);
}
.offer .offer_inn .circle{
	position: absolute;
	top:calc(-90/1125*100vw);
	left: calc(-40/1125*100vw);
	width: calc(194/1125*100vw);
}
.offer .offer_inn .offer_pre{
	font-size: calc(60/1125*100vw);
}
.offer .offer_inn .offer_pre span{
	font-size: calc(80/1125*100vw);
}
.offer .offer_inn .offer_le{
	font-size: calc(74/1125*100vw);
    width: calc(750/1125*100vw);
	margin-top: calc(40/1125*100vw);
	padding: calc(20/1125*100vw);
}
.offer_price .tsujo{
	font-size: calc(56/1125*100vw);
}
.offer_price .tsujo span{
	font-size: calc(86/1125*100vw);
}
.offer_price .arrow img{
    width: calc(95/1125*100vw);
}
.offer_price .zero{
	font-size: calc(85/1125*100vw);
	margin-bottom: calc(30/1125*100vw);
}
.offer_price .zero span{
	font-size: calc(230/1125*100vw);
}
.offer .offer_inn .btn-rounded{
	font-size: calc(62/1125*100vw);
    border-radius: calc(60/1125*100vw);
	max-width: calc(800/1125*100vw);
}
.nyukai{
	margin: calc(150/810*100vw) auto calc(160/810*100vw);
}
.nyukai1{
	width: calc(460/810*100vw);
}
.nyukai2{
	width: calc(480/810*100vw);
	margin-top: calc(20/810*100vw);
}
.nyukai3{
	width: calc(566/810*100vw);
	margin-top: calc(90/810*100vw);
}
.nyukai4{
	width: calc(580/810*100vw);
	margin-top: calc(50/810*100vw);
}
.kouka{
	margin: calc(150/1125*100vw) auto 0;
}
.kouka .shopname{
	padding-bottom: calc(30/1125*100vw);
	margin-bottom: calc(60/1125*100vw);
}
.kouka .shopname img{
	width: calc(310/1125*100vw);
}
.subtytle_txt{
	margin: calc(50/1125*100vw) auto calc(90/1125*100vw);
	font-size: calc(40/1125*100vw);
}
.kouka .subtytle_txt .waku{
	font-size: calc(50/1125*100vw);
}
.kouka .subtytle_txt .big{
	font-size: calc(50/1125*100vw);
}
.kouka .kouka_lead{
    font-size: calc(25/1125*100vw);
}
.midashi{
	margin: calc(200/810*100vw) auto calc(64/810*100vw);
}
.hdg1{
	width: calc(235/810*100vw);
}
.hdg2{
	width: calc(434/810*100vw);
	margin:calc(170/810*100vw) auto calc(150/810*100vw);
}
.hdg3{
	width: calc(207/810*100vw);
}
.hdg4{
	width: calc(150/810*100vw);
	margin-bottom: calc(90/810*100vw);
}
.hdg5{
	width: calc(399/810*100vw);
}
.hdg6{
	width: calc(200/810*100vw);
}
.hdg7{
	width: calc(204/810*100vw);
}
.hdg8{
	width: calc(151/810*100vw);
}
.tokutyo{
	font-size: calc(65/1125*100vw);
}
.tokutyo .small{
	font-size: calc(55/1125*100vw);
}
.point_box{
	padding-bottom: calc(150/1125*100vw);
}
.point_box .sankaku {
  height: calc(50/1125*100vw);
}
.point_box .point_tytle{
	margin: calc(150/1125*100vw) auto calc(30/1125*100vw);
}
.point_box .point_tytle img{
	width: calc(823/1125*100vw);
}
.point_box .point_tytle p{
	font-size: calc(43/1125*100vw);
	margin-top: calc(30/1125*100vw);
}
.point_box .point_img_left img,.point_box .point_img_right img{
	width: calc(960/1125*100vw);
}
.point_sub{
	font-size: calc(32/1125*100vw);
	width: calc(823/1125*100vw);
	height: calc(130/1125*100vw);
}
.reason_box{
	width: 95%;
}
.reason_box li{
	width: 40%;
	margin-bottom: calc(100/1125*100vw);
}
.reason_box li .r_tytle{
	font-size: calc(40/1125*100vw);
	margin: calc(30/1125*100vw) 0;
}
.reason_box li .r_sub{
	font-size: calc(30/1125*100vw);
}
.studio{
	font-size: calc(80/1125*100vw);
}
.studio_photo{
	margin-top: calc(60/1125*100vw);
}
.studio_txt{
	font-size: calc(40/1125*100vw);
	margin: calc(70/1125*100vw) auto;
}
.price1{
	width: calc(685/810*100vw);
	margin-bottom: calc(100/810*100vw);
}
.price2{
	width: calc(684/810*100vw);
	margin-bottom: calc(110/810*100vw);
}
.hikaku{
	width: calc(593/810*100vw);
}

.item {
	width: calc(934/1125*100vw);
}
		
.slider .step_tytle{
	font-size: calc(45/1125*100vw);
}
.slider .step_no{
	font-size: calc(43/1125*100vw);
	width: calc(220/1125*100vw);
	padding: calc(30/1125*100vw);
	margin-right: calc(50/1125*100vw);
}
.slider .step_img{
	margin: calc(180/1125*100vw) auto calc(50/1125*100vw);
}
.slider .step_txt{
	font-size: calc(35/1125*100vw);
	margin-bottom: calc(60/1125*100vw);
}

.map{
	margin-bottom: calc(50/810*100vw);
}
.access{
	font-size: calc(50/1125*100vw);
}
.access_box li{
	margin-top: calc(70/1125*100vw);
}
.access_box h3{
	font-size: calc(40/1125*100vw);
}
.access_box p{
	font-size: calc(30/1125*100vw);
	margin-top:calc(10/1125*100vw);
}

/* アコーディオン */
.qbox {
    width: 90%;
	margin-bottom: calc(70/1125*100vw);
}

.qbox:not([open]) {
    margin-bottom: calc(70/1125*100vw);
}

.qbox summary {
	font-size: calc(45/1125*100vw);
}
.qbox summary span{
	font-size: calc(67/1125*100vw);
}

.qbox summary::after {
    margin-left: calc(10/1125*100vw);
    width: calc(35/1125*100vw);
    height: calc(35/1125*100vw);
}

.qbox p {
	font-size:calc(30/1125*100vw);
}
/* アコーディオン */
	
}




@media screen and (min-width: 431px){
  .spver{
    display: none;
  }
}
@media only screen and (min-width: 431px) and (max-width: 1024px) {
  /*タブレット*/
}
@media screen and (max-width: 430px){
    #first-view .fv_note {
        font-size: 7px;
    }
    .offer .offer_inn .offer_le::before{
        transform: skewX(-10deg);
    }
	.offer .offer_inn .btn-rounded {
        padding: 15px 25px;
    }
	.offer_price .arrow img {
        margin: 0 20px;
    }
	.kouka{
		margin-top: 100px;
	}
    .kouka .shopname img{
        width: 170px;
    }
	.kouka .subtytle_txt .waku {
        font-size: 22px;
    }
	.kouka .kouka_lead {
        font-size: 14px;
		margin: 0 auto;
    }
	.tokutyo {
        font-size: 30px;
    }
	.tokutyo img{
		width: 190px;
	}
	.tokutyo .small {
        font-size: 26px;
    }
	.point_box .sankaku {
        height: 30px;
    }
	.point_box .point_tytle {
        margin: calc(150 / 1125 * 100vw) 0 calc(30 / 1125 * 100vw) auto;
    }
	.point_box .point_tytle img {
        width: calc(1050 / 1125 * 100vw);
    }
	.point_sub {
        width: calc(900 / 1125 * 100vw);
        height: 50px;
    }
	.reason img{
		width: 190px;
	}
	.reason .small {
        font-size: 18px;
    }
	.reason .six {
        font-size: 30px;
    }
	.reason_box li .r_tytle {
        font-size: 14px;
    }
	.reason_box li .r_sub {
        font-size: 12px;
    }
	.hikaku .small {
        font-size: 18px;
    }
	.hikaku_box {
        font-size: 16px;
    }
	.hikaku_box td, .hikaku_box th {
    padding: 5px;
	}
	.hikaku_box .mina th ,.hikaku_box .mina td {
    border: 2px solid #e2bab6;
	}
	.item {
    border: solid 2px #a98c60;
}
	.slider .step_tytle {
        font-size: 18px;
    }
	.slider .step_no {
        font-size: 14px;
    }
	.slider .step_img {
    width: 90%;
	}
	.slider .step_txt {
        font-size: 14px;
    }
	.access_box h3 {
        font-size: 18px;
    }
	.access_box p {
        font-size: 14px;
    }
	.qbox p {
        font-size: 14px;
    }
	.qbox summary {
        text-align: left;
    }
    footer{
        font-size: 12px;
    }
}