@charset "utf-8";
/*
Title: atelier classe
Last Updated: 2024-10-07
Author: zeal
*/

/*----------------------------------------
	全体
----------------------------------------*/
html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}

a{
	color:#000;
	transition: all 0.4s;
}
a:hover{
	color:#8b8b8b;
	transition: all 0.4s;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}

/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_gray{ color: #a6a6a6; }
.text_red{ color: #e60012; }

.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_2{ line-height: 2 !important; }
.ls_-1{ letter-spacing: -1px; }

@media print, screen and (min-width: 770px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.3rem !important; }
	.text_14{ font-size:1.4rem !important; }
	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_36{ font-size:3.6rem !important; }

}/*END*/

@media screen and (max-width: 599px){
	.text_12{ font-size:1.2rem !important; }
	.text_13{ font-size:1.2rem !important; }
	.text_14{ font-size: 1.3rem !important; }
	.text_16{ font-size: 1.4rem !important; }
	.text_18{ font-size: 1.6rem !important; }
	.text_20{ font-size: 1.7rem !important; }
	.text_21{ font-size: 1.8rem !important; }
	.text_22{ font-size: 1.8rem !important; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 1.9rem !important; }
	.text_28{ font-size: 2rem !important; }
	.text_36{ font-size: 2.2rem !important; }

}/*END*/

.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}

/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
.main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.overflow{
	overflow: hidden;
}



@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}


}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	map
----------------------------------------*/
.map_frame {
	position: absolute;
	bottom: 4%;
	width: 100%;
}
.map{
	position: relative;
	overflow: hidden;
	padding: 70% 0 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #000;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 1049px){

	.map{ padding: 80% 0 0; }

}/*END*/

@media screen and (max-width: 769px){

	.map{ padding: 80% 0 0; }

}/*END*/

/*----------------------------------------
	background
----------------------------------------*/
#bk{
	position: relative;
}

#bk:before{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #eef0f2;
	z-index: 1;
}
.ribbon_l{
	position: fixed;
    top: 0;
    left: 0;
    background: url(../images/background-rbn.png) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.ribbon_r{
	position: fixed;
    top: 0;
    right: 0;
    background: url(../images/background-rbn.png) center top repeat-y;
    background-size: 100%;
    height: 100vh;
    width: 4.5%;
    max-width: 50px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

#frame{
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 750px){
	.lp_frame{
		width: 84%;
		margin-right: auto;
		margin-left: auto;
	}
	.bg_form .lp_frame{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#frame{
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}/*END*/
@media screen and (max-width: 751px){

	.ribbon_l{
		display: none;
	}
	.ribbon_r{
		display: none;
	}

}/*END*/
/*----------------------------------------
	header
----------------------------------------*/
header{
	position: relative;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #d0c077;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
}
.drawer ul{
	text-align: center;
	padding-top: 100px;
}
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #C1C1C1;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}

@media screen and (max-width: 768px){

	.drawer ul li a{
		font-size: 1.8rem;
	}


}/*END*/


.btn_menu_works{
	position: fixed;
	width: 46px;
	height: 41px;
	right: calc(50% - 226px);
	top: 15px;
	cursor: pointer;
	z-index: 51;
    background: #fff;
	display: none;
}
.btn_menu_works span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 10px;
	background: #2b6390;
	transition: all 0.4s;
}
.btn_menu_works span{
	width: 60%;
	left: 20%;
}
.btn_menu_works span:nth-child(1){
	top: 10px;
}
.btn_menu_works span:nth-child(2){
	top: 19px;
}
.btn_menu_works span:nth-child(3){
	top: 28px;
}
.open .btn_menu_works span:nth-child(1){
	transform: rotate(45deg);
	top: 20px;
}
.open .btn_menu_works span:nth-child(2){
	opacity: 0;
}
.open .btn_menu_works span:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
}

@media screen and (max-width: 768px){

	.btn_menu_works{
        width: 44px;
        height: 40px;
        right: 10px;
        top: 10px;
	}
	.btn_menu_works span{
		width: 70%;
		left: 15%;
	}
	.open .btn_menu_works span:nth-child(1){
		top: 20px;
	}
	.open .btn_menu_works span:nth-child(3){
		top: 20px;
	}
	.btn_menu_works span:nth-child(1){
		top: 9px;
	}
	.btn_menu_works span:nth-child(2){
		top: 19px;
	}
	.btn_menu_works span:nth-child(3){
		top: 29px;
	}
}/*END*/

/*----------------------------------------
	sp_menu
----------------------------------------*/
.sp_menu{
	z-index: 2;
	width: 100%;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.sp_menu a{
	display: block;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.sp_menu ul li{
	width: calc(100% / 3);
	box-sizing: border-box;
}
.sp_menu ul li:last-child{
	border-right: none;
}

@media (min-width: 501px) and (max-width: 749px){
	.sp_menu ul{
		width: 100%;
		max-width: 768px;
	}
}

/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
.target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 310px),-50%);
	z-index: 49;
}
.header__link {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px 5px;
    gap: 3px;
}
.header__link:before {
	content: "";
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #626262;
	transition: .4s;
}
.header__link.is-active:before {
	background-color: #626262;
}
.header__link:after {
	content: "";
	display: block;
	color: #626262;
	transition: .4s;
	width: 12px;
}
/*横の文字調整*/
li.header__item:first-child .header__link:after {
	content: "1";
}
li.header__item:nth-child(2) .header__link:after {
	content: "2";
}
li.header__item:nth-child(3) .header__link:after {
	content: "3";
}
li.header__item:nth-child(4) .header__link:after {
	content: "4";
}
li.header__item:nth-child(5) .header__link:after {
	content: "5";
}
li.header__item:nth-child(6) .header__link:after {
	content: "6";
}
li.header__item:nth-child(7) .header__link:after {
	content: "7";
}
li.header__item:nth-child(8) .header__link:after {
	content: "8";
}
li.header__item:nth-child(9) .header__link:after {
	content: "9";
}
li.header__item:nth-child(10) .header__link:after {
	content: "10";
}
li.header__item:last-of-type .header__link:after {
	content: "予\A約";
	writing-mode: vertical-lr;
}
@media screen and (max-width: 768px){
	.target_nav {
		right: -1%;
		top: 50vh;
		transform: translate(0,-50%);
	}
	.header__link{
		padding: 10px 5px;
	}
	.header__link:before {
		width: 4px;
		height: 35px;
		border: 1px solid #938787;
	}
	.header__link:after{
		width: 16px;
		color: #938787;
	}
	.header__link.is-active:before {
		background-color: #938787;
	}
	.header__link.is-active:after {
		color: #938787;
	}
}/*END*/
/*----------------------------------------
	content
----------------------------------------*/
.rela{
	position: relative;
}
img {
	display: block;
}

.btn_reserve01,.btn_reserve02,.btn_reserve03  {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 90%;
}
.btn_reserve01 {
    bottom: 9.5%;
}
.btn_reserve02 {
	top: auto!important;
	bottom: 1.5%!important;
}

.btn_reserve03{
	bottom: 2.5%;
}




