﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	width: 100%;
    overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	color:#6E4120;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif!important;
	background: #FFFFF2;
	font-size: 16px;
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


@media screen and (max-width: 1000px) {

	
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #5D8351;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		①header
=============================*/
header{
	width: 100%;
	margin: 0px auto;
	padding: 15px 0px 20px;
}
.header_in{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_r{
	width: 63%;
	max-width: 800px;
}
.logo{
	width: 35%;
	max-width: 450px;
}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
.h_telmail li{margin-left: 10px;}
.h_tel{max-width: 350px;}
.sp_tel{border: none !important;}


@media screen and (max-width:1000px){
.logo{max-width: 450px;width: 70%;}
ul.h_telmail{display: none;}
.header_r{width: 20%;}
}

@media screen and (max-width:600px){
header{padding: 10px 0px 20px;}
.logo{width: 75%;}
}


/*SP TELボタン-----------------------------------------*/
.nav_tel{
	border-bottom: none!important;
	padding-bottom: 30px!important;
}
.nav_tel img{
	max-width: 500px;
}

/*SP メールボタン-----------------------------------------*/
.navbtn_sp{
border: none !important;
}
.mail_spbtn{
	background: #00C300;
	display: inline-block!important;/* ボタンの幅を中の内容に合わせる */
	padding: 20px 100px;         /* 上下・左右の余白 */
	font-size: 20px !important;
	font-weight: bold !important;
	margin: 20px auto 10px;
	border-radius: 50px;         /* 角を丸く */
	white-space: nowrap;        /* 改行させない（長い文でも1行） */
}
.mail_spbtn i{padding-right: 10px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}
@media screen and (max-width:600px){
.mail_spbtn{
	padding: 20px 50px;         /* 上下・左右の余白 */
	font-size: 20px !important;
	margin: 0px auto 10px;
}
}

/*PCヘッダーボタン-----------------------------------------*/
.h_btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0px 0px 20px;
}
.h_btn li{
	margin-left: 15px;
	text-align: center;
}

@media screen and (max-width:1000px){
	.h_btn{
		display: none;
	}
}

/* -------------------ヘッダーBTN　-------------- */
.mail_btn{
	background: #BFDC98!important;
	padding: 10px 30px;
	letter-spacing: 1px;
	display: inline-block;
	color:#6E4120!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FFF;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 150px;
}	

.f_logo{
	text-align:center;
	margin:0 auto 40px;
	max-width: 400px;
}
.f_txt{
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	margin: 0px auto 20px;
}

.f_copy{
	color:#6E4120;
	font-size:12px;
	text-align:center;
	padding:20px 0px 0px;
}

@media screen and (max-width: 800px) {
footer{
	padding: 100px 0px 100px;
}
}

@media screen and (max-width: 600px) {
footer{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px 100px;
}
.f_logo{
	width:60%;
	margin:0 auto;
	padding:10px 0px 0px;
}
.f_txt{
	font-size: 12px;
	line-height: 200%;
	text-align: center;
	margin: 0px auto 10px;
}
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#6E4120;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	ul.f_menu{display:none;}
}



/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #6E4120;
	padding: 10px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	align-items: flex-end;
}
ul.footer_sp_menu li{
	width: 25%;
	text-align: center;
	font-size: 25px;
}
ul.footer_sp_menu li span{
	font-size: 12px;
	display: block;
	text-decoration: none;
	}
.span_shop{padding-top: 7px;}
	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}


/*=============================
		BG
=============================*/
.bg0{
	width: 100%;
	padding: 150px 0px 200px;
}
.bg1{
	width: 100%;
	padding: 150px 0px;
	background: #ECF4D5;
}
.bg2{
	width: 100%;
	padding: 100px 0px;
	background: url("../img/base/bg5.png")center top repeat-y;
}
@media screen and (max-width: 1000px) {
.bg0{padding: 100px 0px;}
.bg1{padding: 100px 0px;}
.bg2{
	padding: 40px 0px;
	background: url("../img/base/bg5.png")center center no-repeat;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
	}
}
@media screen and (max-width: 600px) {
.bg0{padding: 50px 0px 100px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ECF4D5 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/

.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{/*茶色*/
	color: #6E4120;
	font-size: 50px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #6E4120;
	display: inline-block;
	font-family: 'Rubik', sans-serif;
}
.title p{/*白*/
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #6E4120;
}
.title_h2_w{
	color: #FFF!important;
	border-bottom:  solid 2px #FFF!important;
}
.title_p_w{/*白*/
	color: #FFF!important;
}

@media screen and (max-width: 800px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
}

@media screen and (max-width: 600px) {
	.title h2{font-size: 35px;}
	.title p{font-size: 18px;}
}

/*=============================
		title　（2nd用）
=============================*/
/*title　下に線があるデザイン------------*/
.title1{
	position: relative;
	overflow: hidden;
	font-size:28px;
	padding: 10px;
	margin-bottom: 50px;
}
.title1::before,
.title1::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.title1:before{
	border-bottom: 5px solid #E98CAF;
	width: 100%;
}
.title1:after{
	border-bottom: 5px solid #FABE33;
	width: 100%;
}

@media screen and (max-width: 800px) {
.title1{
	font-size:25px;
	padding: 7px;
	margin-bottom: 50px;
}
}
@media screen and (max-width: 500px) {
.title1{
	font-size:20px;
	padding: 5px;
	margin-bottom: 30px;
}
}


/*=============================
		title　（リボン）
=============================*/
.ribbon_wrap{
	text-align: center;
}
/*リボン１------------------------------*/
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 10px 80px ;/*横の大きさ*/
  margin: 0px auto 20px;
  font-size: 25px;/*文字の大きさ*/
  background: #FFF;/*塗りつぶし色*/
  color: #6E4120;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 20px;
  border-color: transparent transparent transparent #ECF4D5;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 30px 20px 30px 0px;
  border-color: transparent #ECF4D5 transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 600px) {
.ribbon1 {
	height: 40px;/*リボンの高さ*/
	line-height: 20px;/*リボンの高さ*/
	font-size: 18px;
	padding: 10px 30px ;/*横の大きさ*/
}
.ribbon1:before {border-width: 20px 0px 20px 15px;}
.ribbon1:after {border-width: 20px 15px 20px 0px;}


}

/*リボン２------------------------------*/
.ribbon2 {
  display: inline-block;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 10px 80px ;/*横の大きさ*/
  margin: 0px auto 20px;
  font-size: 25px;/*文字の大きさ*/
  background: #ECF4D5;/*塗りつぶし色*/
  color: #6E4120;/*文字色*/
  box-sizing: border-box;
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 20px;
  border-color: transparent transparent transparent #FFF;
  border-style: solid;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 30px 20px 30px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

@media screen and (max-width: 600px) {
.ribbon2 {
	height: 40px;/*リボンの高さ*/
	line-height: 20px;/*リボンの高さ*/
	font-size: 18px;
	padding: 10px 30px ;/*横の大きさ*/
}
.ribbon2:before {border-width: 20px 0px 20px 15px;}
.ribbon2:after {border-width: 20px 15px 20px 0px;}


}


/*=============================
		大文字title
=============================*/

.big_title{
	width: 90%;
	text-align: center;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: #ECF4D5;
	font-size: 6vw;
	line-height: 100%;
	letter-spacing: 2px;
	margin: 0 auto 20px;
}
.title_p{
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
.big_title{font-size: 8vw;}
}
@media screen and (max-width: 600px) {
.big_title{font-size: 13vw;}
.title_p{font-size: 15px;}
}

/*=============================
		PT ページタイトル
=============================*/

.pt{
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt2{
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt3{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt4{
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt5{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt6{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt7{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 150px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt5:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(83, 83, 83, 0.3); /*半透明のフィルターをかける*/
  border-radius: 40px;
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	line-height: 160%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1000px) {
.pt,.pt2,.pt3,.pt4,.pt6,.pt7,.pt8,.pt5{
	padding: 100px 0px 180px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt6,.pt7,.pt8,.pt5{
	padding: 70px 0px 140px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt5:before{
	border-radius: 20px;
	}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}


/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	right: 5%;
  bottom: 5%;
  background: #6E4120;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
#page_top{
	display: none;
}
}


/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#5D8351;
	border-radius: 50px;
	padding: 1.2em 3em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}

.btn2{/* グリーン */
	background-color:#539442;
	padding: 1.2em 3em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn2 a:hover{
	color:#539442!important;
	text-decoration: none;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}

@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}


/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:18px;
	line-height:140%;
}
table.type01 th {
	padding: 10px 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 10px 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
table.type01 th br{display: none;}
.nowrap{white-space: nowrap;}
.w30{width: 30%;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:14px;}
table.type01 th,
table.type01 td{
	padding: 10px;
	display: block;
	}
}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01 th br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
	border-radius: 40px;
	background: #FFFFFF;
}
.vegas_text{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height:700px;
	}
.vegas_text img{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.vegas_sp{display: none;}

@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
}
@media screen and (max-width: 700px) {
.vegas_text{height:400px;}
.vegas_text img{width: 70%;}
.vegas_pc{display: none;}
.vegas_sp{display: block;}
}
@media screen and (max-width: 500px) {
.vegas_text{height:300px;}
}

/*=============================
		共通
=============================*/
#main{
	width: 100%;
	padding: 100px 0px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:50px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
.box_maru{padding: 20px;}
}



/*=============================
		③top
=============================*/
/*TOPごあいさつ(about)--------------------------*/
.top_about{
	margin:0px auto 150px;
	width: 90%;
	max-width: 1450px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.about_img{
	width: 50%;
	text-align: center;
}
.about_txt{
	width: 50%;
	padding: 5%;
}
.about_txt h2{
	margin: 0 auto 30px;
	font-size: 35px;
	}
.about_txt p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 50px;
}
.about_btn{text-align: center;}	

@media screen and (max-width: 1200px) {
.top_about{
	flex-wrap: wrap;
	justify-content: center;
	}
.about_img{width: 80%;max-width: 700px;}
.about_txt{
	width: 85%;
	margin-bottom: 50px;
	}
.about_txt h2{text-align: center;}
.about_txt p{font-size: 16px;}
}

@media screen and (max-width: 700px) {
.top_about{margin:0px auto 100px;}
.about_img{width: 85%;}
.about_txt{
	width: 90%;
	margin-bottom: 30px;
	}
.about_txt p{margin-bottom: 30px;font-size: 14px;}
.about_txt h2{font-size: 22px;}
}



/* TOPのお知らせ--------------------------------------------------*/
.top_news{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding:30px 30px;
	background:#fff;
	border-radius: 50px;
	box-sizing: border-box;
	border: solid 2px #ECF4D5;
}
ul.news_list{
	margin: 20px auto 50px;
}
ul.news_list li{
	padding: 10px;
	border-bottom: #ccc dashed 1px;
	font-size: 18px;
}

@media screen and (max-width: 800px) {
ul.news_list li{font-size: 16px;}
}

@media screen and (max-width: 600px) {
.top_news{border-radius: 30px;}
ul.news_list li{font-size: 14px;}
}

/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/contact_bg.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 25px 0px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #82552C;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #82552C;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}
.contact_txt{
	font-size: 18px;
	padding-top: 5px;
}
.contact_mail{
	font-size: 40px;
	line-height: 130%;
	font-family: 'Rubik', sans-serif;
}

@media screen and (max-width: 800px) {
.top_contact{
	padding: 100px 0px 70px;
	background:url("../img/base/contact_bg_sp.jpg") no-repeat center center;
	background-size: auto 100%;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 30px;}		
}


/*　TOP title　1 --------------------*/
.top_title{
	width: 90%;
	text-align: center;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: #ECF4D5;
	font-size: 6vw;
	line-height: 100%;
	letter-spacing: 2px;
	margin: 0 auto 20px;
}
.top_p{
	width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1200px) {
.top_title{font-size: 8vw;}
}
@media screen and (max-width: 600px) {
.top_title{font-size: 13vw;}
.top_p{font-size: 14px;}
}

/*　TOP title　2 （ギャラリー）--------------------*/
.top_title2{
	width: 90%;
	text-align: center;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	color: rgba(255, 255, 255, 0.8);
	font-size: 6vw;
	line-height: 100%;
	letter-spacing: 2px;
	margin: 0 auto 20px;
}
.top_p2{
	width: 80%;
	font-size: 18px;
	text-align: center;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1200px) {
.top_title2{font-size: 8vw;}
}

@media screen and (max-width: 600px) {
.top_title2{font-size: 14vw;}
.top_p2{
	width: 70%;
	font-size: 14px;
	margin: 0 auto 40px;
}
}

/*　TOPサービス --------------------*/

ul.top_service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1400px;
	width: 90%;
	margin: 0px auto;
	padding: 50px 0px 0px;
}
ul.top_service li{
	width: 45%;
	margin-bottom: 50px;
}
.top_service_img{
	position: relative;
    display: inline-block;
}
.top_service_img img {
    display: block;
    width: 100%;
    height: auto;
}
.top_service_img h2{
	position: absolute;
    top: 45%; /* 上から45% */
    left: 50%; /* 左から50% */
    transform: translate(-50%, -50%); /* 完全に中央揃え */
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* 文字を読みやすく */
	font-size: 40px;
	text-align: center;
}
.top_service_img p{
	position: absolute;
    top: 65%; /* 上から65% */
    left: 50%; /* 左から50% */
    transform: translate(-50%, -50%); /* 完全に中央揃え */
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* 文字を読みやすく */
	font-size: 16px;
	text-align: center;
}
.top_service_txt{
	font-size: 18px;
	line-height: 160%;
	color: #fff;
	padding: 10px 0px 0px;
}

@media screen and (max-width:1100px){
ul.top_service{
	justify-content: center;
}
ul.top_service li{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
}

@media screen and (max-width:700px){
ul.top_service{padding: 30px 0px;}
.top_service_img h2{
	top: 35%; /* 上から45% */
	font-size: 25px;
}
.top_service_txt{
	top: 70%; /* 上から65% */
	font-size: 12px;
	line-height: 160%;
}
}



/*smoothスライダー-------------------------------------------*/
#smooth{
	width: 100%;
	margin-bottom: 70px;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}
#makeMeScrollable p{
	position: relative;
	 width:350px;
	 margin:10px;
	 float: left;
	 padding: 0;
}
#makeMeScrollable div.scrollableArea img {
	object-fit: cover; /*トリミング*/
	width: 100%;
	aspect-ratio: 2 / 1.5;
	 }

@media screen and (max-width: 800px) {
#makeMeScrollable p{
	width:250px;
}
}
@media screen and (max-width: 600px) {
#makeMeScrollable p{
	width:200px;
}
}


/*サーカディアンリズムとは？------------------------------------------*/
.about_box{
	max-width: 1000px;
	width: 90%;
	margin: 50px auto 0px;
}
.about_box_img{
	width: 60%;
	margin: 0 auto;
}
.about_box_txt{
	width: 100%;
	margin-bottom: 50px;
}
.about_box_txt p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 30px;
}
.about_box_txt h3{
	font-size: 28px;
	line-height: 150%;
	margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
.about_box_txt p{
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 20px;
}
.about_box_txt h3{
	font-size: 23px;
	line-height: 150%;
	margin-bottom: 10px;
}
.about_box_img{
	width: 80%;
	margin: 0 auto;
}
}

/*レッスン案内------------------------------------------*/
.lesson_box_all{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	box-sizing: border-box;
}
.lesson_box_all img{
	width: 100%;
	margin: 0 auto 20px;
}

.lesson_box{
	width: 48%;
	background: #fff;
	padding: 15px;
	border: solid 3px #ECF4D5;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.yasai{
	width: 60%;
	max-width: 800px;
	margin: 0 auto 100px;
}


@media screen and (max-width: 700px) {
.yasai{
	width: 80%;
	margin: 0 auto 30px;
}
.lesson_box{
	width: 90%;
	background: #fff;
	padding: 15px;
	border: solid 3px #ECF4D5;
	margin-bottom: 20px;
}
}

/*予約/支払いについて------------------------------------------*/

.yoyaku_box{
	box-sizing: border-box;
	background: #ECF4D5;
	border-radius: 30px;
	padding: 50px 20px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
.yoyaku_box table{
	max-width: 600px;
}

.yoyaku_txt{
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
.yoyaku_box{
	box-sizing: border-box;
	background: #ECF4D5;
	border-radius: 30px;
	padding: 50px 20px;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
}



/* お問い合わせ -------------------------------------------*/

.contact_tel{
	margin: 30px auto 0px;
	max-width: 400px;
	width: 80%;
}
.mailbox{
	max-width: 850px;
	margin: 20px auto;
	padding: 30px;
	background: #FFFFFF;
	border: solid 2px #ccc;
}
.mail_br{display: none;}

.line_banner{
	margin: 0px auto 50px;
	max-width: 600px;
	width: 80%;
}
@media screen and (max-width: 600px) {
.mailbox{padding: 10px;}
.mail_br{display: block;}

.line_banner{
	margin: 0px auto 20px;
	width: 90%;
}
.contact_tel{
	margin: 20px auto 0px;
}
}


/* プロフィール -------------------------------------------*/
.profile_box{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.profile_txt{width: 68%;}
.profile_img{width: 30%;}
..profile_txt h2{
	font-size: 25px;
	margin-bottom: 20px;
}
..profile_txt p{
	font-size: 16px;
	line-height: 160%;
	margin: 15px 0px;
}
@media screen and (max-width: 1000px) {
.profile_box{
	flex-wrap: wrap;
	justify-content: center;
}
.profile_txt{width: 100%; margin-bottom: 50px;}
.profile_img{width: 60%; margin-bottom: 50px;}
}

@media screen and (max-width: 800px) {
.profile_txt h2{
	font-size: 18px;
}
.profile_txt p{
	font-size: 14px;
	line-height: 160%;
	margin: 10px 0px;
}
}


/* ギャラりー-------------------------------------------*/
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}
ul.gallery li{
	margin: 1%;
	width: 30%;;
	background: #ffff;
	font-size: 12px;
	line-height: 120%;
}
ul.gallery li p{
	aspect-ratio: 13 / 9; /* 縦横比を指定 */
	overflow: hidden;     /* はみ出た部分を非表示に */
	margin-bottom: 5px;
}
ul.gallery li img{
	width: 100%;
	height: 100%;
	object-fit: cover;     /* 中央トリミング */
	display: block;
}
.gallery_txt{
	text-align: center;
	font-size: 18px;
	margin: 50px auto 30px;
}

@media screen and (max-width: 800px) {
ul.gallery li{
	margin: 1.5%;
	width: 45%;
	font-size: 10px;
}

}

 /* TOPインスタバナー */
.top_insta{
	margin: 50px auto 0px;
	width: 90%;
	text-align: center;
}

@media screen and (max-width: 800px) {
.top_insta{
	margin: 30px auto 0px;
}
}

 /* カレンダー------------------------ */
 .calendar_all{
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
 }
  .calendar {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 高さ比率を調整（4:3の場合） */
    height: 0;
    overflow: hidden;
	margin: 50px auto 20px;
  }

  .calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* プロフィール -------------------------------------------*/
  ul.profile_img{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
  }
  ul.profile_img li{
	margin: 10px;
	max-width: 300px;
  }

  /* 個人レッスン -------------------------------------------*/
  .privatelesson_box{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
	background: #fff;
	padding: 30px;
	border: solid 3px #ECF4D5;
	box-sizing: border-box;
}
.privatelesson_box h2{
	background: #BFDC98;
	padding: 10px 30px;
	margin-bottom: 30px;
	display: inline-block;
	color:#6E4120;
	font-size: 18px;
	font-weight: bold !important;
}
.privatelesson_box p{
	font-size: 16px;
	padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
.privatelesson_box h2{
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 150%;
}
.privatelesson_box p{
	font-size: 14px;
	padding-bottom: 20px;
}
}


 /* もくじ-------------------------------------------*/
ul.mokuji{
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
}
ul.mokuji li{
	margin: 10px;
}
@media screen and (max-width: 700px) {
ul.mokuji{
	flex-wrap: wrap;
	}
ul.mokuji li{
	width: 100%;
	text-align: center;
	margin: 5px;
}
	
}

 /* ルミナス-------------------------------------------*/
.luminas_img{
	max-width: 900px;
	width: 90%;
	padding: 50px 30px;
	margin: 0 auto 100px;
	background: #efc2bc;
	text-align: center;
	box-sizing: border-box;
}
.luminas_img img{
	max-width: 350px;
	width: 60%;
	margin: 0 auto 20px;
}
.luminas_img p{font-size: 18px;}

@media screen and (max-width: 700px) {
.luminas_img{
	padding: 30px 15px;
	margin: 0 auto 50px;
}
.luminas_img p{font-size: 13px;}	
}


 /* ルミナスbox--*/
.luminas_box{
	box-sizing: border-box;
	background: #ECF4D5;
	border-radius: 30px;
	padding: 30px 30px;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 30px;
}
.luminas_box h3{
	background: #FFF;
	padding: 5px 25px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 20px;
}
.luminas_box p{
	font-size: 16px;
	padding: 0px 10px;
}

@media screen and (max-width: 700px) {
.luminas_box{
	border-radius: 20px;
	padding: 20px;
	margin: 0 auto 20px;
}
.luminas_box h3{
	background: #FFF;
	padding: 5px 20px;
	margin-bottom: 10px;
	font-size: 16px;
}
.luminas_box p{
	font-size: 12px;
	padding: 0px 10px;
}
}


