@charset "UTF-8";
/***----------------------------------------------------------------------------
styles.css
Copyright (C)  ミチコウエディング. All Rights Reserved.
--------------------------------------------------------------------------- ***/

/***------------
default
------------***/
* {
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,div,ul,li,p {
margin:0px;
padding:0px;
}

h2{
text-align:center;
}

h3{
padding-top:10px;
padding-bottom:5px;
}

.f_min{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

ul{
list-style-type:none;
}

img {
border:none;
}

address{
	padding-top:15px;
	text-align: center;
}

a:link {
text-decoration:none;
color:#926823;
}
a[href^="tel:"]{
    pointer-events: none;
		color: #000;
}
#footer a[href^="tel:"]{
	color: #666666;
	font-weight: normal;
}
/*--- sp */
@media screen and (max-width:767px){
    a[href^="tel:"]{
        pointer-events: auto;
				color:#926823;
    }
		#footer a[href^="tel:"]{
			color: #666666;
			font-weight: normal;
			text-decoration: underline;
		}
}
a:visited {
color:#926823;
text-decoration:none;
}

a:hover {
text-decoration:none;
color:#926823;
}

label{
cursor:pointer;
}
.clear{
clear:both;
}
.block{
	display:block;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.red{
	color:#CC0000;
}

.mt10{
margin-top:10px;
}

.mt15{
margin-top:15px;
}

.mb10{
margin-bottom:10px;
}
.mB10{
margin-bottom:10px;
}
.mB20{
margin-bottom:20px;
}
.mB30{
margin-bottom:30px;
}

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

.clearfix {
  overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */

.r{
float:right;
}
.l{
float:left;
}
.shop_contents h2 span,
.shop_contents .ttl_002 span,
.shop_contents .ttl_003 span,
.shop_contents .ttl_004 span{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
/***------------
body
------------***/
body{
width:980px;
margin:0 auto;
padding:0px;
background-image:url(../img/back.gif);
background-repeat:repeat;
}

.body_table{
margin:0px;
padding:0px;
}
.sp{
    display: none;
}

/* sp */
@media screen and (max-width:767px){
    html{
        font-size: 62.5%;
    }
    body{
			width: auto;
      min-width: 320px;
      font-size: 1.4rem;
			background: none;
    }
		/* body.body--active{
			position: fixed;
			width: 100%;
		} */
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    a[href^="tel:"]{
        pointer-events: auto;
    }
    img{
        width: 100%;
        height: auto;
    }
}

/***------------
header
------------***/
#header {
width:980px;
height:130px;
background: #fff;
border-top: solid 1px #9c9c9c;
border-left: solid 1px #9c9c9c;
border-right: solid 1px #9c9c9c;
box-sizing: border-box;
background-repeat:no-repeat;
padding: 40px 60px 0;
/* padding-left:49px;
padding-right:60px; */
position: relative;
}
#header:before{
	content: "";
	background: url(../img/bg_img.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 10px;
	left: 10px;
  transform: rotate(-90deg);
}
#header:after{
	content: "";
	background: url(../img/bg_img.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 10px;
	right: 10px;
}

#header h1{
float:left;
}

#header .ban{
float:right;
padding:34px 45px 0px 0px;
}

.top_link{
	width:318px;
	float:right;
}
.top_link .mB{
	margin-bottom:2px;
}

.top_link2{
	width:220px;
}

.top_link2 dt{
width:166px;
	float:left;
}

.top_link2 dd{
width:54px;
	float:left;
}
.header-menu-btn{
	display: none;
}
/* sp */
@media screen and (max-width:767px){
	#header {
		width: 100%;
		height: 55px;
		background: none;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		position: relative;
		border: none;
	}
	#header h1{
		float: none;
		padding: 5px 5px 5px 3.125%;;
		box-sizing: border-box;
	}
	#header h1 img{
		width: auto;
		height: 45px;
	}
	#header:before{
		content: none;
	}
	#header:after{
		content: none;
	}
	.top_link{
		display: none;
	}
	.header-menu-btn{
			position: absolute;
			top: 0;
			right: 0;
			width: 55px;
			height: 100%;
			background: linear-gradient(to top,#fff,#fff) no-repeat top 26px left 16px / 24px 2px,rgba(154, 118, 76, 1);
			cursor: pointer;
			display: block;
	}
	.header-menu-btn.menu--open{
			background: rgba(154, 118, 76, 1);
	}
	.header-menu-btn::before,
	.header-menu-btn::after{
			position: absolute;
			left: 16px;
			width: 24px;
			height: 2px;
			background: #fff;
			content: "";
			transition: transform .3s ease,top .3s ease;
	}
	.header-menu-btn::before{
			top: calc(50% - 10px);
	}
	.header-menu-btn.menu--open::before{
			top: calc(50% - 1px);
			transform: rotate(45deg);
	}
	.header-menu-btn::after{
			top: calc(50% + 6px);
	}
	.header-menu-btn.menu--open::after{
			top: calc(50% - 1px);
			transform: rotate(-45deg);
	}
}
/***------------
menu
------------***/
#menu{
width:980px;
clear:both;
}

#menu ul{
	background : linear-gradient(180deg, rgba(198, 170, 131, 1) 0%, rgba(154, 118, 76, 1) 73.21%);
	display: flex;
	justify-content: space-between;
	height: 68px;
	border-bottom: solid 2px #C0A77F;
}
#menu ul:after{
	content: none;
}
#menu ul li{
	text-align: center;
	flex: 0 1 33.33%;
}
#menu ul li:not(:last-of-type){
	border-right: dotted 1px #fff;
}
#menu ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#menu ul li a span{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1rem;
}
#menu ul li:nth-child(2) a span{
	letter-spacing: 0.5rem;
}
#menu ul li a span:before{
	content: "";
	background: url(../img/icon_menu.png) no-repeat;
	width: 98px;
	height: 21px;
	display: block;
	margin: 0 auto;
}
#menu ul li.sp{
	display: none;
}
#menu ul li.icon_list{
	justify-content: center;
	background: #fff;
}
#menu ul li.icon_list a{
	padding: 5px;
}
.icon_list div{
	margin: 0;
}
#menu ul li.icon_list a img{
	width: 35px;
}
/*sp*/
@media screen and (max-width:767px){
	#menu{
		width:100%;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 100;
		height: calc(100vh - 55px);
		overflow-x: hidden;
		overflow-y: auto;
		background: rgba(255,255,255,.9);
		transition: opacity .3s ease;
	}
	#menu:not(.is--active){
			display: none;
	}
	#menu:not(.is--show){
			opacity: 0;
	}
	#menu ul{
		display: block;
		height: auto;
		background: rgba(154, 118, 76, 1);
		border-bottom: none;
	}
	#menu ul li:not(:last-of-type){
		border-right: none;
		border-bottom: dotted 1px #fff;
	}
	#menu ul li a{
		padding: 10px;
		box-sizing: border-box;
	}
	#menu ul li.icon_list a{
		padding: 15px 5px;
	}
	#menu ul li.sp{
		display: flex;
		margin-top: 0;
	}
}

/***------------
footer
------------***/
#footer{
	width:980px;
	height:120px;
	background: #fff;
	box-sizing: border-box;
  border-top: 1px solid #999;
	border-bottom: solid 1px #9c9c9c;
	border-left: solid 1px #9c9c9c;
	border-right: solid 1px #9c9c9c;
	font-size: 0.8em;
	clear: both;
	position: relative;
}
#footer:before{
	content: "";
	background: url(../img/bg_img.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	bottom: 10px;
	left: 10px;
  transform: rotate(180deg);
}
#footer:after{
	content: "";
	background: url(../img/bg_img.png) no-repeat;
	width: 74px;
	height: 74px;
	position: absolute;
	bottom: 10px;
	right: 10px;
  transform: rotate(90deg);
}
#footer p{
	text-align:center;
	line-height: 1.3em;
	color: #666666;
	width:730px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer p strong{
	font-size:1.2em;
}
#footer p a{
    font-weight: bold;
}
/*sp*/
@media screen and (max-width:767px){
	#footer{
		width:100%;
		height:auto;
		background:none;
		border-left: none;
		border-bottom: none;
		border-right: none;
	}
	#footer:before{
		content: "";
		background-size: 100%;
		width: 50px;
		height: 50px;
		left: 8px;
		bottom: 8px;
	}
	#footer:after{
		content: "";
		background-size: 100%;
		width: 50px;
		height: 50px;
		right: 8px;
		bottom: 8px;
	}
	#footer p{
		width:100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	address{
		padding-left: 0;
		width: 70%;
		margin: 0 auto;
	}
}
/***------------
address
------------***/
#address{
}

/***------------
main
------------***/
#main{
	width:980px;
	background: #fff;
	padding-bottom: 30px;
	border-left: solid 1px #9c9c9c;
	border-right: solid 1px #9c9c9c;
	box-sizing: border-box;
	clear: both;
}
#main h4{
font-size:1em;
padding-left:10px;
padding-top:10px;
}
#main .txtimg{
text-align:center;
margin-bottom:30px;
}
#main .maincont{
border-top:1px #B39442 solid;
clear:both;
width:730px;
padding-top:30px;
margin:0 auto 20px auto;
}
#main .title1{
	font-size: 25px;
	font-weight: bold;
	color: #996616;
	text-align: center;
	line-height: 1;
	padding-top: 35px;
	margin-bottom: 20px;
	position: relative;
}
#main .title1:before{
	content: "";
	width: 150px;
	height: 30px;
	background: url(../img/img_title1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 auto;
	transform: translateX(-50%);
}
#main .title1 span.sub{
	display: block;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
}
#main .title2{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	border-left: solid 5px #c7962c;
}
#main .pho{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden;
}
#main .pho img{
	width: 100%;
	height: auto;
}
#main .btn1 > *{
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	display: block;
	padding: 10px;
	border: solid 1px #cc102c;
	border-radius: 5px;
	box-sizing: border-box;
	background: linear-gradient(#ff94a5,#ff4f6a);
	cursor: pointer;
}
#main .btn1.col2 > *{
	border-color: #333333;
	background: linear-gradient(#cccccc,#666666);
}
#main .btn1.arrow_r,
#main .btn1.arrow_b{
	position: relative;
}
#main .btn1.arrow_r > *,
#main .btn1.arrow_b > *{
	padding-right: 25px;
}
#main .txt_c.arrow_r > *,
#main .txt_c.arrow_b > *{
	padding-left: 25px;
}
#main .arrow_r:after,
#main .arrow_b:after{
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 10px;
	pointer-events: none;
}
#main .arrow_r:after{
	transform: translateY(-50%) rotate(-45deg);
}
#main .arrow_b:after{
	transform: translateY(-50%) rotate(45deg);
	transform-origin: top right;
}
#main .price{
	color: #f21818;
	font-weight: bold;
}
#main .price .yen{
	font-size: 0.8em;
}
#main .price .tax{
	font-size: 0.6em;
}
#main .price .sup{
	font-family: sans-serif;
	font-weight: normal;
}
#main .note{
	padding-left: 1.2em;
	position: relative;
}
#main .note:before{
	content: "※";
	color: #FF0000;
	position: absolute;
	top: 0;
	left: 0;
}
/*sp*/
@media screen and (max-width:767px){
	/* #main .btn1 > *{
		padding: 15px 10px;
	} */
}
/*明朝体*/
.title1,.title2,
#main .price,
#planList ul.main_plan li div.txt dl dt,
#planList ul.sousaku li dl:before,
#planList ul.other_plan li dl dt,
#plan_detail .plan_title,
#plan_detail div.plan_main div.r dl.planMain_txt > dt,
#plan_detail div.plan_cont ul li dl dt{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
/*sp*/
@media screen and (max-width:767px){
	#main{
		width:100%;
		background:none;
		border: none;
	}
}
/*----------------------
トップページ
----------------------*/
#topSlide{
	width:978px;
	height:350px;
	margin: 0 auto 30px auto;
	background: #f5f0eb;
}
#master0{
	margin: 0 auto;
}
/*sp*/
@media screen and (max-width:767px){
	#topSlide{
		width:100%;
		height:auto;
		aspect-ratio: 15 / 7;
		margin: 0 auto 30px auto;
	}
	#master0,
	#master0 > div{
		width: 100%!important;
		height: auto!important;
		aspect-ratio: 15 / 7;
	}
}
/*インスタグラム*/
#topInsta{
	width: 730px;
	margin: 0 auto 30px;
}
#topInsta p{
	text-align: center;
	margin-bottom: 10px;
}
#topInsta p a{
	display: block;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	padding: 10px;
	background: #f7f7f7;
}
#topInsta p a img{
	vertical-align: middle;
	margin-right: 15px;
}
#topInsta .insta_box div{
	width:138px;
	height: 138px;
	display:block;
	float:left;
	border:solid 1px #CCC;
	box-sizing: border-box;
	overflow: hidden;
}
#topInsta .insta_box div:nth-of-type(-n+5){
	margin-bottom: 10px;
}
#topInsta .insta_box div:not(:nth-of-type(5n)){
	margin-right: 10px;
}
#topInsta .insta_box div a img{
	width:100%;
	height: auto;
}
/* sp */
@media screen and (max-width:767px){
	#topInsta {
	  width: 100%;
	  margin: 0 auto 30px;
	}
	#topInsta p a img {
		width: 20px;
	  vertical-align: middle;
	  margin-right: 10px;
	}
	#topInsta .insta_box{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		width: 87.5%;
		margin: 0 auto;
	}
	#topInsta .insta_box div{
		width: auto;
		height: auto;
		aspect-ratio: 1 / 1;
		flex: 0 1 31.5%;
		margin-bottom: 10px;
	}
	#topInsta .insta_box div:nth-of-type(-n+5){
		margin-bottom: 10px;
	}
	#topInsta .insta_box div:not(:nth-of-type(5n)){
		margin-right: 0;
	}
	#topInsta .insta_box div a img{
		width:100%;
		height: auto;
	}
}
/*プラン一覧*/
#planList{
	/* width: 670px; */
	width: 750px;
	margin: 0 auto 30px;
}
#planList .btn1{
	width: 120px;
}
#planList ul.main_plan{
	padding-top: 30px;
	margin-bottom: 50px;
	border-top: solid 1px #cccccc;
}
#planList ul.main_plan li{
	padding-bottom: 30px;
	border-bottom: solid 1px #cccccc;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#planList ul.main_plan li:not(:last-of-type){
	margin-bottom: 30px;
}
#planList ul.main_plan li div.pho{
	background: none;
	width: 200px;
	margin-right: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#planList ul.main_plan li div.pho a{
	width: 200px;
	height: 200px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#planList ul.main_plan li div.pho img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#planList ul.main_plan li div.txt{
	/* width: 440px; */
	width: 520px;
}
#planList ul.main_plan li div.txt dl{
	margin-bottom: 30px;
}
#planList ul.sousaku li dl:before{
	content: "サロンで創作の花嫁";
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #c7962c;
}
#planList ul.main_plan li div.txt dl dt{
	font-size: 22px;
	font-weight: bold;
	padding: 0 140px 7px 0;
	margin-bottom: 15px;
	border-bottom: double 3px #cccccc;
	position: relative;
}
#planList ul.main_plan li div.txt dl dt a{
	color:#000000;
}
#planList ul.main_plan li div.txt dl dt .price{
	font-size: 20px;
	position: absolute;
	top: calc((100% - 10px) / 2);
	right: 0;
	transform: translateY(-50%);
}
#planList ul.main_plan li div.txt dl dd{
	font-size: 13px;
}
#planList ul.other_plan{
	width: 902px;
	margin-left: -76px;
	margin-top: -20px;
	transform: translateY(20px);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#planList ul.other_plan li{
	width: 218px;
	margin-bottom: 20px;
	background: #f7f1e6;
	position: relative;
}
#planList ul.other_plan li:not(:nth-child(4n+0)){
	margin-right:10px;
}
#planList ul.other_plan li div.pho{
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
}
#planList ul.other_plan li div.pho a{
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#planList ul.other_plan li div.pho a img{
	width: 100%;
	height: auto;
}
#planList ul.other_plan li dl{
	padding: 0 15px;
	margin-bottom: 70px;
}
#planList ul.other_plan li dl dt{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
#planList ul.other_plan li dl dt a{
 color:#000000;
}
#planList ul.other_plan li dl dt .price{
	display: block;
	font-size: 18px;
	padding-top: 5px;
}
#planList ul.other_plan li dl dt .price .yen{
	font-size: 14px;
}
#planList ul.other_plan li dl dt .price .tax{
	font-size: 12px;
}
#planList ul.other_plan li dl dd{
	font-size: 13px;
}
#planList ul.other_plan li .btn1{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
/* sp */
@media screen and (max-width:767px){
	#planList {
	  width: 100%;
	  margin: 0 auto 50px;
	}
	#planList ul.other_plan {
		width: 100%;
		margin-left: 0;
	  margin-top: -20px;
	  transform: translateY(20px);
	  justify-content: space-between;
	}
	#planList ul.other_plan li:not(:nth-child(4n+0)) {
	  margin-right: 0;
	}
	#planList ul.other_plan li {
	  width: auto;
		flex: 0 1 49%;
		margin-bottom: 10px;
	}
	#planList ul.main_plan {
	  width: 100%;
	  border-top: solid 1px #cccccc;
		margin: 30px auto 50px;
	}
	#planList ul.main_plan li{
		box-sizing: border-box;
		padding: 0 6.25% 30px;
    border-bottom: solid 1px #cccccc;
    display: flex;
    flex-wrap: wrap;
	}
	#planList ul.main_plan li div.pho {
	  background: none;
	  width: 200px;
	  align-items: center;
		margin: 0 auto 15px;
	}
	#planList ul.main_plan li .btn1{
		width: 100%;
	}
	#planList ul.main_plan li .btn1 a{
		text-align: center;
		padding: 15px 10px;
	}
}
/*top-g-calendar*/
.top-g-calendar{
	width: 730px;
	margin: 40px auto 30px;
}
.g-calendar-title{
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 14px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.g-calendar-title:after{
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	width: 50px;
	height: 4px;
	background: #c7962c;
	content: "";
}
.g-calendar-btn{
	width: 240px;
	margin: 15px auto;
}
.g-calendar-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 44px;
	border: solid 1px #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	background: linear-gradient(to top, #eee, #fff 50%);
	color: #333;
	font-weight: bold;
}
.g-calendar-btn a::after{
	transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: solid 2px #c7962c;
    border-right: solid 2px #c7962c;
    box-sizing: border-box;
	content: "";
}
.g-calendar__text{
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
}
/* sp */
@media screen and (max-width:767px){
	.top-g-calendar{
		width: 87.5%;
		margin: 30px auto 30px;
	}
	.top-g-calendar iframe {
		width: 100%;
		height: 600px;
	}
	.g-calendar-btn{
		width: min(360px, 100%);
	}
}
/*link_box*/
#top_linkBox{
	width: 730px;
	margin: 0 auto;
}
#top_linkBox .r ul.bnr_list li{
	float: left;
	margin-right: 20px;
}
#top_linkBox .r ul.bnr_list li.corona_line{
	width: 260px;
    margin-right: 0;
}
#top_linkBox .r ul.bnr_list li.corona_line a{
	padding: 18px 0 18px 15px;
	box-sizing: border-box;
	font-size: 14px;
	display: block;
	color: #CF4042;
	font-weight: bold;
	text-align: center;
	position: relative;
	border: 1px solid #CF4042;
	box-sizing: border-box;
}
#top_linkBox .r ul.bnr_list li.corona_line a:before {
    content: "";
    width: 12.5px;
    height: 15px;
    background: url(../img/pdf_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}
/* sp */
@media screen and (max-width:767px){
	#top_linkBox{
		width: 100%;
		margin: 0 auto;
	}
	#top_linkBox .l{
		float: none;
		width: 215px;
		margin: 0 auto 15px;
	}
	#top_linkBox .r{
		float: none;
		width: 87.5%;
		margin: 0 auto;
	}
	#top_linkBox .r .shop_kokuti,
	#top_linkBox .r .ytb{
		width: 100%;
		box-sizing: border-box;
	}
	#top_linkBox .r ul.bnr_list li{
		float: none;
		margin-right: 0;
	}
	#top_linkBox .r ul.bnr_list li.profile a{
		text-align: center;
		display: block;
	}
	#top_linkBox .r ul.bnr_list li.profile a img{
		width: auto;
		margin: 0 auto;
	}
	#top_linkBox .r ul.bnr_list li.corona_line{
        width: 100%;
        margin: 20px auto 0;
    }
	#top_linkBox .r ul.bnr_list li.corona_line a{
        padding: 10px 0 10px 15px;
		box-sizing: border-box;
	}
}
/*
.top_l{
float:left;
width:216px;
}
.top_r{
float:right;
width:495px;
}
.news_r{
margin-right:auto;
margin-left:auto;
width:630px;
}
.top_news{
	background-image:url(../img/w_back_s.gif);
	background-repeat:no-repeat;
}
.news_sc{
	overflow:auto;
	height:210px;
	margin-bottom:30px;
}

.top_r p,
.news_r p{
font-size:0.8em;
line-height:130%;
padding-top:5px;
padding-left:5px;
}
.top_r dl,
.news_r dl{
border-bottom:dotted 1px #996633;
padding:10px 0px;
font-size:0.8em;
width:605px;
}
.top_r dt,
.news_r dt{
font-weight:bold;
color:#000066;
float:left;
display:inline;
width:115px;
}
.top_r dd,
.news_r dd{
float:right;
width:470px;
margin-right:10px;
line-height:1.3;
display:inline;
}
*/
/*----------------------
プラン詳細
----------------------*/
#plan_detail{
	width: 670px;
	padding-top: 40px;
	margin: 0 auto;
}
#plan_detail .plan_title{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding-bottom: 10px;
	margin-bottom: 35px;
	border-bottom: solid 2px #cccccc;
	position: relative;
}
#plan_detail .plan_title:after{
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 36px;
	height: 16px;
	vertical-align: baseline;
	background: url(../plan/img/plan_title.png) no-repeat;
	background-size: contain;
}
#plan_detail > div:not(:last-of-type){
	margin-bottom: 50px;
}
#plan_detail div.plan_main div.l{
	width: 240px;
}
#plan_detail div.plan_main div.r{
	width: 400px;
}
#plan_detail div.plan_main div.r dl.planMain_txt{
	margin-bottom: 30px;
}
#plan_detail div.plan_main div.r dl.planMain_txt > dt{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#plan_detail div.plan_main div.r dl.planMain_txt > dt .price{
	display: block;
	font-size: 20px;
}
#plan_detail div.plan_main div.r dl.planMain_txt > dd{
	font-size: 13px;
}
/*
#plan_detail div.plan_main div.r dl.planMain_txt > dd div.planMain_price{
	padding: 2px 0;
	border-top: solid 1px #d2ab56;
	border-bottom: solid 1px #d2ab56;
	position: relative;
}
#plan_detail div.plan_main div.r dl.planMain_txt > dd div.planMain_price p.price{
	font-size: 20px;
	text-align: right;
	padding: 10px;
	background: #f9f4ea;
}
*/
#plan_detail div.plan_cont ul li{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#plan_detail div.plan_cont ul li:not(:last-of-type){
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}
#plan_detail div.plan_cont ul li div.pho{
	background: none;
	max-width: 50%;
	flex: 1 1 auto;
}
#plan_detail div.plan_cont ul li div.pho:not(:last-child){
  margin-left:30px;
}
#plan_detail div.plan_cont ul li div.pho img{
  width: auto;
  max-width: 100%;
}
#plan_detail div.plan_cont ul li dl{
	flex: 1 0 auto;
}
#plan_detail div.plan_cont ul li div.pho + dl{
  max-width: 50%;
}
#plan_detail div.plan_cont ul li dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#plan_detail div.plan_cont ul li dl dd{
	font-size: 13px;
}
#plan_detail div.plan_option{
	margin-bottom:20px;
	font-size: 13px;
}
#plan_detail div.plan_option p:not(.price){
	font-weight: normal;
}
#plan_detail div.plan_option .price{
	color: #333333;
}
#plan_detail div.plan_option ul.option_list1{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#plan_detail div.plan_option ul.option_list1.und_line{
	border-bottom: solid 1px #1a1a1a;
	margin-bottom: 10px;
}
#plan_detail div.plan_option ul.option_list1 li{
	width: 210px;
	margin-bottom: 20px;
}
#plan_detail div.plan_option ul.option_list1 li:not(:nth-child(3n+0)){
	margin-right:20px;
}
#plan_detail div.plan_option ul.option_list1 li div.pho{
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
}
#plan_detail div.plan_option ul.option_list1 li div.pho img{
	width:auto;
	max-width:100%;
	max-height:100%;
}
#plan_detail div.plan_option ul.option_list1 li dl{
	font-weight: bold;
}
#plan_detail div.plan_option ul.option_list1 li dl dd span.price:not(:only-child){
	margin-right: 1em;
}
#plan_detail div.plan_option ul.option_list1 li dl dd span.note{
	display: block;
	font-weight: normal;
}
#plan_detail div.plan_option ul.option_list1 + p{
	padding-top: 10px;
}
#plan_detail div.plan_option ul.option_list2{
	padding: 30px 20px 20px;
	margin-bottom: 10px;
	border-top: solid 1px #1a1a1a;
	border-bottom: solid 1px #1a1a1a;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#plan_detail div.plan_option ul.option_list2 > *:not(li){
	display: none;
}
#plan_detail div.plan_option ul.option_list2 li{
	width: 305px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
#plan_detail div.plan_option ul.option_list2 li dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#plan_detail div.plan_option ul.option_list2 li dl:before{
	content: "";
	height:1em;
	border-bottom: dotted 2px #999999;
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2;
	-webkit-box-flex:1;
	-webkit-flex:1 1 auto;
	-moz-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
}
#plan_detail div.plan_option ul.option_list2 li dl dt{
	max-width:200px;
	padding-right: 3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-moz-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
}
#plan_detail div.plan_option ul.option_list2 li dl dd{
	max-width:100px;
	padding-left: 3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: right;
	-webkit-box-ordinal-group:4;
	-ms-flex-order:3;
	order:3;
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-moz-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
}
#plan_detail div.plan_option ul.option_list2 li dl dt,
#plan_detail div.plan_option ul.option_list2 li dl dd .price span.sup{
	color: #333333;
}
#plan_detail div.memo{
	font-size: 13px;
	margin-bottom: 50px;
}
#plan_detail div.memo > div:not(:last-of-type){
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #cccccc;
}
#plan_detail div.memo > div *{
	max-width:100%;
}
/* sp */
@media screen and (max-width:767px){
	#plan_detail div.memo > div iframe{
		width: 100%;
		height: auto;
  	aspect-ratio: 16 / 9;
	}
}
#plan_detail div.coord_list ul{
	margin-top: -15px;
	transform: translateY(15px);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#plan_detail div.coord_list ul li{
	width: 160px;
	padding: 10px;
	margin-bottom: 15px;
	border: solid 1px #c7962c;
	background: #f7efdf;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
}
#plan_detail div.coord_list ul li:not(:nth-child(4n+0)){
	margin-right:10px;
}
#plan_detail div.coord_list ul li:before,
#plan_detail div.coord_list ul li:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../plan/img/coord_deco.png) no-repeat;
	background-size: cover;
	position: absolute;
}
#plan_detail div.coord_list ul li:before{
	top: 2px;
	left: 2px;
}
#plan_detail div.coord_list ul li:after{
	right: 2px;
	bottom: 2px;
	transform: rotate(180deg);
}
#plan_detail div.coord_list ul li div.pho{
	width: 100%;
	height: 210px;
	background: none;
}
#plan_detail div.coord_list ul li div.pho img{
	width: auto;
	height: 100%;
}
/* sp */
@media screen and (max-width:767px){
	#plan_detail {
	  width: 87.5%;
	  padding-top: 40px;
	  margin: 0 auto;
	}
	#plan_detail .plan_title {
	  font-size: 21px;
		font-size: 2.1rem;
	  margin-bottom: 20px;
		padding-bottom: 0;
	}
	#plan_detail div.plan_main div.l {
	  width: 240px;
		margin: 0 auto 15px;
		float: none;
	}
	#plan_detail div.plan_main div.r{
		width: 100%;
		float: none;
	}
	#plan_detail div.plan_main div.r dl.planMain_txt > dt {
	  font-size: 21px;
		font-size: 2.1rem;
	  font-weight: bold;
	  margin-bottom: 15px;
	}
	#plan_detail div.plan_main div.r dl.planMain_txt > dt .price {
	  display: block;
	  font-size: 18px;
		font-size: 1.8rem;
	}
	#plan_detail div.plan_cont ul li:not(:last-of-type) {
	  padding-bottom: 20px;
	  border-bottom: solid 1px #cccccc;
	  margin-bottom: 20px;
	}
	#plan_detail div.plan_cont ul li{
		display: block;
	}
	#plan_detail div.plan_cont ul li .pho{
		margin: 0 auto 10px;
		display: block;
		max-width: inherit;
	}
	#plan_detail div.plan_cont ul li div.pho {
	  background: none;
	  max-width: inherit;
		text-align: center;
	}
	#plan_detail div.plan_cont ul li div.pho:not(:last-child) {
	  margin-left: 0;
	}
	#plan_detail div.plan_cont ul li div.pho img {
	  width: auto;
	  max-width: 60%;
	}
	#plan_detail div.plan_option ul.option_list1{
	  justify-content: space-between;
	}
	#plan_detail div.plan_option ul.option_list1 li:not(:nth-child(3n+0)) {
	  margin-right: 0;
	}
	#plan_detail div.plan_option ul.option_list1 li {
	  width: auto;
	  margin-bottom: 20px;
	  flex: 0 1 48%;
	}
	#plan_detail div.plan_option ul.option_list1 li div.pho{
		height: auto;
	}
	#plan_detail div.plan_option ul.option_list2 {
	  padding: 20px 10px 10px;
	}

	#plan_detail div.coord_list ul{
		justify-content: space-between;
	}
	#plan_detail div.coord_list ul li:not(:nth-child(4n+0)) {
	  margin-right: 0;
	}
	#plan_detail div.coord_list ul li{
		width: 49%;
		flex: 0 1 49%;
		box-sizing: border-box;
		margin-bottom: 8px;
	}
}

/*plan_form*/
#plan_form table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#plan_form table tr{
	background: #f9f4ea;
}
#plan_form table tr:not(:last-of-type){
	border-bottom: solid 2px #FFFFFF;
}
#plan_form table tr *{
	font-size: 13px;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
}
#plan_form table tr th{
	width: 220px;
	padding: 10px 20px;
	position: relative;
}
#plan_form table tr th.req{
	padding-right: 50px;
}
#plan_form table tr th.req:after{
	content: "必須";
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	padding: 2px;
	background: #cc102c;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#plan_form table tr td{
	padding: 10px 20px 10px 0;
}
#plan_form table tr * .sup{
	display: block;
	font-weight: normal;
}
#plan_form table tr td input,
#plan_form table tr td select,
#plan_form table tr td textarea{
	padding: 10px;
	border: solid 1px #dbc390;
	background: #FFFFFF;
	border-radius: 5px;
}
#plan_form table tr td input{
	width: 100%;
}
#plan_form table tr:nth-of-type(1) td input,
#plan_form table tr:nth-of-type(3) td input{
	width: 250px;
}
#plan_form table tr td select{
	width: 100px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: relative;
	z-index: 0;
}
#plan_form table tr td select::-ms-expand{
    display: none;
}
#plan_form table tr td span.select_in{
	display: inline-block;
	position: relative;
}
#plan_form table tr td span.select_in:after{
	content: "";
	width: 8px;
	height: 8px;
	border-right: solid 2px #c7962c;
	border-bottom: solid 2px #c7962c;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: top right;
	z-index: 1;
	pointer-events: none;
}
#plan_form table tr td ul.select_wrap{
	font-size: 0;
}
#plan_form table tr td ul.select_wrap li{
	display: inline-block;
}
#plan_form table tr td ul.select_wrap li:not(:first-of-type) select{
	width: 70px;
	margin-left: 10px;
}
#plan_form table tr td textarea{
	min-width: 430px;
	max-width: 430px;
	min-height: 100px;
}
#plan_form div.btn1{
	width: 300px;
	margin: 0 auto;
}
#plan_form div.btn1:first-of-type:not(:only-of-type){
	margin-bottom: 10px;
}
/* sp */
@media screen and (max-width:767px){
	#plan_form table tr th {
	  width: 100%;
	  padding: 10px 15px 5px;
		display: block;
		box-sizing: border-box;
	}
	#plan_form table tr td {
		width: 100%;
		display: block;
	  padding: 5px 15px 10px;
		box-sizing: border-box;
	}
	#plan_form table tr th.req {
	  padding-right: 15px;
	}
	#plan_form table tr th.req:after {
	  content: "必須";
	  color: #FFFFFF;
	  font-weight: bold;
	  line-height: 1;
	  padding: 2px;
	  background: #cc102c;
	  border-radius: 3px;
	  position: static;
		display: inline-block;
		transform: none;
		margin-left: 5px;
	}
	#plan_form table tr:nth-of-type(1) td input, #plan_form table tr:nth-of-type(3) td input {
	  width: 100%;
	}
	#plan_form table tr td textarea {
	  min-width: inherit;
	  max-width: inherit;
		width: 100%;
	  min-height: 100px;
	}
	#plan_form table tr td ul.select_wrap li:first-child{
		display: block;
		margin-bottom: 10px;
	}
	#plan_form table tr td ul.select_wrap li select[name="finish_month"],
	#plan_form table tr td ul.select_wrap li select[name="meeting_month"]{
		margin-left: 0;
	}
}
/*plan-g-calendar*/
.plan-g-calendar{
	width: 730px;
	margin: 30px auto 0;
	padding-top: 30px;
	border-top: solid 1px #999;
}
/* sp */
@media screen and (max-width:767px){
	.plan-g-calendar{
		width: 87.5%;
		margin: 30px auto 0;
	}
	.plan-g-calendar iframe {
	  width: 100%;
	  height: 600px;
	}
}

/*----------------------
shop
----------------------*/
.shop_contents{
	width:701px;
	font-size: 0.9em;
	line-height:1.5em;
	margin: 0 auto;
}
.shop_l{
float:left;
width:250px;
padding-left:10px;
text-align:center;
}

.shop_l p{
font-size:0.8em;
color:#a67b2c;
font-weight:bold;
}

.shop_r{
float:none;
width:100%;
}

.shop_r p{
font-size:0.9em;
line-height:130%;
padding-top:7px;
padding-bottom:7px;
padding-left:5px;
}

.shop_l2{
float:left;
width:340px;
}

.shop_l2 p{
font-size:0.8em;
line-height:130%;
padding-top:5px;
padding-left:5px;
}

.boder{
border-bottom:dotted 1px;
border-color:#996633;
padding-bottom:7px;
}


.shop_r2{
float:right;
width:340px;
}

.shop_r2 p{
font-size:0.8em;
line-height:130%;
padding-top:5px;
padding-left:5px;
}


.shop td{
padding-left:5px;
border-bottom:dotted 1px;
border-color:#996633;
}

/* sp */
@media screen and (max-width:767px){
	.shop_contents {
	  width: 87.5%;
		margin: 0 auto;
	}
	.shop_contents .jirei_ul br{
		display: none;
	}
	.shop_contents .jirei_ul .prevbtn{
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.shop_contents .jirei_ul .prevbtn img{
		margin-left: 0!important;
	}
	.shop_contents .jirei_ul .nextbtn{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.shop_contents .jirei_ul .nextbtn img{
		margin-right: 0!important;
	}
}

.premium{
font-size:0.8em;
line-height:130%;
margin-top:10px;
padding-left:5px;
margin-left:30px;
}

.premium td{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
border-bottom:dotted 1px;
border-color:#996633;
}

.success{
background-image:url(../plan/img/title_success.jpg);
background-repeat:no-repeat;
margin-top:10px;
width:400px;
margin-left:10px;
height:131px;
}

.success a{
margin-left:60px;
}

.home{
font-size:0.8em;
color:#926823;
padding-right:35px;
padding-bottom:2px;
text-align:right;
}

/* sp */
@media screen and (max-width:767px){
	.home{
		text-align: left;
		padding: 5px 10px;
		box-sizing: border-box;
		background: #F5F0EB;
		margin-bottom: 15px;
	}
	.home img{
		width: 20px;
	}
}

.daimoku{
font-weight:bold;
font-size:1em;
color:#A8660D;
}

.daimoku2{
font-weight:bold;
font-size:1.2em;
margin-bottom:5px;
color:#A8660D;
}

.spa{
margin-top:10px;
}

.setumei{
font-size:0.8em;
line-height:1.5;
padding:10px;
}

.hissu{
font-size:0.8em;
padding-top:3px;
padding-left:25px;
}

.form{
font-size:0.8em;
margin-top:20px;
margin-bottom:40px;
width:653px;
margin:0 auto;
background-image:url(../shop/img/form_bk.gif);
background-repeat:repeat-y;
}

.form p{
width:600px;
margin:15px 0px 15px 17px;
line-height:1.5em;
}

.form table{
margin-left:17px;
border-collapse:collapse;
}

.form td{
border:solid 1px #9f6f3f;
padding:5px;
}

/* sp */
@media screen and (max-width:767px){
	.form{
		margin-top:20px;
		margin-bottom:40px;
		width:100%;
		margin:0 auto;
		background-image:none;
	}
	.form p {
	  width: 100%;
	  margin: 0;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.form table {
	  margin-left: 0;
	  width: 100%;
	}
	.form td {
		display: block;
		width: 100%;
	  border: solid 1px #9f6f3f;
	  padding: 10px;
		box-sizing: border-box;
		font-size: 1.3rem;
	}
	.form td  input{
		width: 100%;
		height: 30px;
		border: solid 1px #767676;
		box-sizing: border-box;
	}
	.form td  textarea{
		width: 100%;
		height: 150px;
		border: solid 1px #767676;
		box-sizing: border-box;
	}
	.contact-btn input{
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1;
		display: block;
		padding: 10px;
		border: solid 1px #cc102c;
		border-radius: 5px;
		box-sizing: border-box;
		background: linear-gradient(#ff94a5,#ff4f6a);
		cursor: pointer;
		position: relative;
	}
	.contact-btn input[type="reset"]{
		border-color: #333333;
		background: linear-gradient(#cccccc,#666666);
	}
}

.kitsuke{
width:216px;
height:154px;
background-image:url(../img/sub1.jpg);
background-repeat:no-repeat;
}

.kitsuke_bt{
padding-left:68px;
display:block;
}

.click{
margin-left:12px;
}

.calender{
font-size:0.8em;
line-height:130%;
margin-top:10px;
padding-left:5px;
margin-left:30px;
}

.calender td{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
border:solid 1px;
border-color:#996633;
border-collapse:collapse;
}

.sonota{
width:324px;
height:80px;
border:solid 1px;
border-color:#996633;
margin-bottom:5px;
padding:8px;
line-height:130%;
}

.kituke_info{
background-image:url(../kituke/img/kituke_info_back.jpg);
background-repeat:no-repeat;
}

.douga{
background-color:#F0F0F0;
padding:10px;
font-size:0.8em;
}

.douga_bt{
margin-top:2px;
}

.douga_r{
float:right;
width:450px;
padding-top:30px;
}

.douga_l{
float:left;
width:200px;
padding-top:15px;
}

.dougamei{
font-size:1em;
font-weight:bold;
margin-bottom:10px;
color:#996633;
}

.download{
padding-bottom:5px;
}

.event{
width:700px;
height:441px;
background-image:url(../img/img_event1.jpg);
background-repeat:no-repeat;
margin:10px 0px 10px 0px;
}

.event p{
font-size:0.8em;
color:#FFFFFF;
line-height:1.3;
width:405px;
margin:260px 0px 0px 32px;
}

.event2{
width:700px;
margin:10px 0px 10px 0px;
}

.option{
font-size:0.8em;
line-height:1.5em;
padding-left:10px;
}

/***------------
main2
------------***/
#main2{
	width:751px;
	background-image:url(../img/main_back.gif);
	background-repeat:repeat-y;
	padding-bottom: 30px;
}

#main2 h4{
display: block;
width:689px;
height:40px;
margin:20px 0px 20px 6px;
float: left;
}

#main2 h4 span{
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
overflow: hidden;
}

#main2 h5{
font-size:1em;
padding-left:10px;
padding-top:10px;
}


#main2 .menu1{
background:url(../esthetics/img/menu_midashi1.gif) no-repeat;
}

#main2 .menu2{
background:url(../esthetics/img/menu_midashi2.gif) no-repeat;
}

#main2 .menu3{
background:url(../esthetics/img/menu_midashi3.gif) no-repeat;
}

#main2 .menu4{
background:url(../esthetics/img/menu_midashi4.gif) no-repeat;
}

#main2 .menu5{
background:url(../esthetics/img/menu_midashi5.gif) no-repeat;
}

#main2 .menu6{
background:url(../esthetics/img/menu_midashi6.gif) no-repeat;
}

#main2 .menu_setumei{
border:solid 3px #dfb48c;
clear:both;
padding:15px;
margin:0px 6px 0px 52px;
font-size:0.8em;
line-height:1.5;
}

#main2 .menu_setumei2{
border:solid 3px #dfb48c;
float:left;
display:inline;
padding:15px;
margin:0px 6px 0px 52px;
font-size:0.8em;
line-height:1.5;
width:340px;
}

#main2 .menu_osusume{
float:right;
display:inline;
width:250px;
font-size:0.8em;
line-height:1.5;
margin-right:6px;
}

#main2 .menu_osusume ul{
	margin:5px 0px 0px 12px;
}

#main2 .menu_osusume li{
height:21px;
padding-left:25px;
margin-bottom:2px;
}

#main2 .osusume1{
background:url(../esthetics/img/osusume1.gif) no-repeat;
background-position:left;
}

#main2 .osusume2{
background:url(../esthetics/img/osusume2.gif) no-repeat;
background-position:left;
}

#main2 .osusume3{
background:url(../esthetics/img/osusume3.gif) no-repeat;
background-position:left;
}

#main2 .osusume4{
background:url(../esthetics/img/osusume4.gif) no-repeat;
background-position:left;
}

#main2 .osusume5{
background:url(../esthetics/img/osusume5.gif) no-repeat;
background-position:left;
}

#main2 .osusume6{
background:url(../esthetics/img/osusume6.gif) no-repeat;
background-position:left;
}

/***------------
table
------------***/

.err_end{
font-size:0.8em;
margin-left:30px;
width:600px;
margin-top:20px;
margin-bottom:20px;
}
.seijin{
padding-left:80px;
}
.c1{
background-color:#F6F1DE;
}

/* sp */
@media screen and (max-width:767px){
	.err_end{
		margin-left:0;
		width:100%;
		margin: 0 auto 20px;
		font-size: 1.3rem;
	}
	.endtitle{
		margin-left: 0!important;
	}
}

/***------------
トップページ事例集
------------***/
.top_works_waku{
float:left;
margin-left:20px;
text-align:center;
}
.top_works{
width:218px;
height:311px;
background-image:url(../img/bk_works.gif);
background-repeat:no-repeat;
margin-top:10px;
}
.top_works img{
margin:10px;
}
.top_works_waku p{
width:219px;
height:20px;
background-image:url(../img/bk_title_works.gif);
background-repeat:no-repeat;
color:#8c7f41;

}
/***------------
works
------------***/
.works_kensaku{
background-color:#e3dac8;
/* width:700px; */
width:875px;
height:50px;
margin-top:10px;
padding-top:22px;
text-align:center;
margin-bottom:50px;
}
.works_waku h3{
margin-top:10px;
width:700px;
height:35px;
background-image:url(../works/img/works_title.gif);
background-repeat:repeat-x;
color:#8c7f41;
}
.works_kensaku .subtitle{
	font-weight: bold;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.works_left{
	float:left;
	width:321px;
	height:458px;
	background-image:url(../works/img/bk_photo_l.gif);
	background-repeat:no-repeat;
	padding:13px;
	margin-left:10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.works_left img{
	width: 100%;
	height: auto;
}
.works_right{
float:right;
}
.works_right p{
	width: 330px;
  font-size: 12px;
  padding: 15px 24px 17px 20px;
  box-sizing: border-box;
  background: #f7f1e6 url(../works/img/comment-bg01.png)no-repeat right 6px bottom 6px/auto;
}
.works_photo_s{
width:91px;
height:133px;
background-image:url(../works/img/bk_photo_s.gif);
background-repeat:no-repeat;
padding-bottom:3px;
padding-left:6px;
padding-right:6px;
}
.works_comment{
font-size:0.6em;
width:91px;
}
/* sp */
@media screen and (max-width:767px){
	.works_kensaku {
	  background-color: #e3dac8;
	  width: 100%;
	  height: auto;
	  padding: 15px;
	  text-align: center;
	  margin-bottom: 30px;
		box-sizing: border-box;
	}
	.works_kensaku select{
		height: 30px;
		border-radius: 0;
		background: #fff;
		border: solid 1px #767676;
	}
	.works_kensaku select:not(:last-child){
		margin-bottom: 10px;
	}
}
/***------------
school
------------***/
.school_course{
	width:720px;
	margin-right:-20px;
	margin-bottom: 20px;
}
.school_course dl{
	width:340px;
	float:left;
	padding-right:20px;
}
.school_course dt{
	padding-bottom:10px;
}
.school_course p{
	padding-bottom:10px;
	margin: 0 15px;
}
.school_course table{
	width:320px;
	margin: 0 auto;
	border-collapse:collapse;
}
.school_course table th{
	background:#825227;
	color:#FFFFFF;
	padding:5px 10px;
	text-align: left;
}
.school_course table td{
	background:#F2EACC;
	color:#000000;
	padding:5px;
}
.school_price{
	width:400px;
	margin: 20px 0 30px 0;
}
.school_price dt{
	float:left;
	width:300px;
	padding:5px 5px 5px 10px;
}
.school_price dd{
	border-bottom:1px dotted #996633;
	padding:5px 15px 5px 300px;
	text-align: right;

}
.mb20{
	margin-bottom:20px;
}
.ml10{
	margin-left:10px;
}


.plandiv{
	width:700px;
	margin:0 auto 30px auto;
	clear:both;
}
.plandiv .l{
float:left;
width:390px;
}
.plandiv .l span{
background-color:#F6EFCC;
display:block;
padding:5px 10px;
}

#main .plandiv .l h4{
background:url(../plan/img/ttl002.gif) no-repeat left top #BDA424;
margin-bottom:10px;
padding:0 0 0 4px;
font-size:14px;
font-weight:bold;
color:#D32404;
}

.plandiv .r{
float:right;
width:300px;
}
.plan_ttl{
background:url(../plan/img/bg_ttl.gif) repeat-x left top;
width:700px;
margin-bottom:20px;
}
#main .plan_ttl h3{
color:#CC3B20;
font-weight:normal;
font-size:33px;
text-align:center;
margin-bottom:10px;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
padding:20px 0 0 0;
}
.plan_ttl p{
text-align:center;
}
.shop_contents .ttl_002{
background:url(../plan/img/ttl006.gif) no-repeat center top;
width:630px;
height:37px;
margin:20px auto 10px auto;
clear:both;
padding:0;

}
.price_p{
	background:url(../plan/img/ttl003.gif) no-repeat left top #CE0000;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	color:#D32404;
	padding-left:4px;
}
.price_p span{
padding:8px 10px;
display:block;
background-color:#F6DFCC;
}
.at_div{
padding:15px;
background-color:#EEE;
border:1px #ccc solid;
text-align:center;
margin-bottom:20px;
}

.bnr_ul{
	margin-bottom:50px;
}
.bnr_ul li{
	margin-bottom:10px;
}
.shop_contents .ttl_003{
background:url(../plan/img/ttl004.gif) no-repeat center top;
width:700px;
height:55px;
margin:0 auto 10px auto;
}

.shop_contents .ttl_004{
background:url(../plan/img/ttl005.gif) no-repeat center top;
width:700px;
height:55px;
margin:0 auto 10px auto;
clear:both;
}

.jirei_div{
overflow:auto;
height:240px;
margin-bottom:50px;
}
.jirei_div li{
background:url(../plan/img/bg_img.gif) no-repeat left top;
width:149px;
height:208px;
float:left;
padding:12px 0 0 14px;
margin-right:5px;
margin-bottom:30px;
}
.shop_contents .p_tb{
border-collapse:collapse;
width:700px;
border:1px solid #A6794D;
}
.p_tb th{
background-color:#F6F1DE;
text-align:left;
width:130px;
padding:15px;
font-weight:normal;
border:1px solid #A6794D;
}
.widtext{
width:215px;
}
.widtext2{
width:510px;
}
.p_tb td{
padding:15px;
border:1px solid #A6794D;
}

.sel_td div.l {
width:300px;
}
.sel_td div.r {
width:198px;
}

.btn_center {
	margin:0 auto;
	width:200px;
}
.btn_center .r{
width:8em;
}
.btn_center .l{
width:6em;
}



.jirei_ul{
	margin-bottom:50px;
	/* width:715px; */
	/* margin-right:-15px; */
	width:875px;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 40px;
	position: relative;
}
.jirei_ul li {
width:205px;
float:none;
margin-right:17px;
margin-bottom:25px;
}
.jirei_ul li:nth-of-type(4n){
	margin-right: 0;
}
.jirei_ul li div{
background:url(../plan_s/img/bg_img.gif) no-repeat left top;
background-size: 100%;
width:190px;
height:263px;
padding:12px 0 0 14px;
margin-bottom:5px;
overflow: hidden;
}

.jirei_ul li p {
    background-image: url(../img/bk_title_works.gif);
    background-repeat: no-repeat;
    color: #8C7F41;
		padding:2px 10px;
		text-align:center;
}
.jirei_ul .prevbtn{
	position: absolute;
	left: 0;
	bottom: 0;
}
.jirei_ul .prevbtn img{
	margin-left: 0;
}
.jirei_ul .nextbtn{
	position: absolute;
	right: 0;
	bottom: 0;
}
.jirei_ul .nextbtn img{
	margin-right: 0;
}
/* sp */
@media screen and (max-width:767px){
	.jirei_ul {
	  margin-right: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		position: relative;
    padding-bottom: 40px;
	}
	.jirei_ul li {
	  width: 48%;
	  float: none;
	  margin-right: 0;
	  margin-bottom: 20px;
	}
	.jirei_ul li div {
	  background: none;
	  width: 100%;
		box-shadow: 0px 0px 8px -4px #777777;
		box-sizing: border-box;
	  height: auto;
		aspect-ratio: 10 / 13;
	  padding: 10px;
	  margin-bottom: 5px;
	  overflow: hidden;
	}
}

.works_div{
    width: 700px;
		margin:0 auto 20px auto;
}

.works_div .l{
width:375px;
}
.works_div .r{
width:290px;
}

#main .works_div .l h4{
text-align:center;
padding:0;
margin-bottom:10px;
}
.works_div .l h5{
font-size:18px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
color:#CC3B20;
text-align:center;
line-height:1.5em;
margin-bottom:10px;
}
.works_div .l p{
text-align:center;
word-wrap:reak-word;
margin-bottom:20px;
}

.works_div h3 {
    background-image: url("../works/img/works_title.gif");
    background-repeat: repeat-x;
    color: #8C7F41;
    height: 35px;
    margin-top: 10px;
    width: 700px;
}
.btn_center2 {
text-align:center;
}
/* sp */
@media screen and (max-width:767px){
	.works_div {
	  width: 100%;
	  margin: 0 auto 20px;
	}
	.works_div h3 {
	    background-image: url("../works/img/works_title.gif");
	    background-repeat: repeat-x;
	    color: #8C7F41;
	    height: auto;
	    margin-top: 10px;
	    width: 100%;
	}
	.works_left {
	  float: none;
	  width: 100%;
	  height: 100%;
	  background-image: none;
		box-shadow: 0px 0px 8px -4px #777777;
		background-size: 100% 100%;
	  background-repeat: no-repeat;
	  padding: 13px;
	  margin-left: 0;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.works_right {
	  float: none;
	}
	.works_right p {
	  width: 100%;
	  font-size: 12px;
	  padding: 15px 24px 17px 20px;
	  box-sizing: border-box;
	  background: #f7f1e6 url(../works/img/comment-bg01.png)no-repeat right 6px bottom 6px/auto;
	}
	.works_photo_s{
		box-sizing: border-box;
	}
	.works_right table{
		margin: 0 auto;
	}
	.btn_center2 {
	  text-align: center;
	}
	.btn_center2 img{
		width: auto;
	}
	.works_div .l {
	  width: 100%;
		float: none;
	}
	.works_div .r {
	  width: 100%;
		float: none;
	}
}

/* 20170113 追記 */
img#img221{
	padding-top: 30px;
	width: 295px!important;
	height: auto!important;
}

/*----------------------
2019.04.22追記
YouTubeバナー追加
----------------------*/
div.ytb{
	width: 496px;
	padding-bottom: 20px;
}

/*----------------------
2019.04.22追記
shoplist追加
----------------------*/

div.profile1{
	width: 710px;
	background-color: #FFF;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.profile1 #midasi{
	width: 205px;
	padding-bottom: 25px;
}
div.shop-profile{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
div.shop-profile .bunsyo{
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 13px;
	font-weight:100;
  margin-right: 50px;
  padding-bottom: 118px;
  position: relative;
}
div.profile1 h3{
	font-size: 16px;
	font-family: Arial, Helvetica, "sans-serif";
  margin-bottom: 20px;
}
div.profile1 li{
	font-size: 13px;
	font-weight:100;
	font-family: Arial, Helvetica, "sans-serif";
}
div.profile1 li:not(:last-of-type){
	margin-bottom: 20px;
}
div.profile2{
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 25px;
}

div.profilelogo{
	padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
div.profilephoto{
	width: 226px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	float: right;
	margin-right: 65px;
}
div.profilephoto img{
	padding-bottom: 17px;
}
div.bunsyo{
	margin-left: 65px;
}
.shop-pholist{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 15px
}
.shop-pholist li:first-child{
	flex: 0 1 40.4%;
}
.shop-pholist li img{
	width: 100%;
}
.shop-pholist li:nth-of-type(2){
	flex: 0 1 35%;
}
.shop-pholist li:last-child{
	flex: 0 1 19.5%;
}
.shop-map{
	width: 100%;
	margin: 15px auto 15px;
}
.shop-map iframe{
	width: 100%;
	height: 300px;
}
/* sp */
@media screen and (max-width:767px){
	div.profile1 {
	  width: 100%;
	  background-color: #FFF;
	  margin: 0 auto;
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
	.shop_l {
	  float: none;
	  width: 100%;
	  padding-left: 0;
	}
	.shop_r {
	  float: none;
	  width: 100%;
	}
	.shop_r p.boder{
		font-size: 1.3rem;
		padding: 0;
		padding-bottom: 20px;
	}
	.shop_r table.shop{
		width: 100%;
		font-size: 1.3rem;
		border-top: dotted 1px #996633;
	}
	.shop_r table.shop tr{
		padding: 10px 0;
		box-sizing: border-box;
		border-bottom: dotted 1px #996633;
		display: block;
	}
	.shop_r table.shop tr td{
		font-size: 1.3rem;
		display: block;
		padding-left: 0;
		border-bottom: none;
		width: 100%!important;
		padding: 0;
	}
	.shop_r table.shop tr td:first-child{
		font-weight: bold;
	}
	.shop_r table.shop tr td p{
		font-size: 1.3rem;
	}

	.shop-map{
		width: 100%;
		margin: 15px auto 15px;
	}
	.shop-map iframe{
		width: 100%;
		height: 200px;
	}
	.shop-pholist{
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		margin-bottom: 15px
	}
	.shop-pholist li:first-child{
		flex: 0 1 100%;
		text-align: center;
		margin-bottom: 8px;
	}
	.shop-pholist li:first-child img{
		width: auto;
	}
	.shop-pholist li:nth-of-type(2){
		flex: 0 1 61%;
	}
	.shop-pholist li:last-child{
		flex: 0 1 34.5%;
	}
	div.shop-profile {
	  display: block;
	  margin-bottom: 20px;
	}
	div.shop-profile .bunsyo {
		font-size: 1.6rem;
	  margin-right: 0;
	  padding-bottom: 0;
	  position: relative;
		margin-left: 0;
		margin-bottom: 20px;
	}
	div.profile1 #midasi {
	  width: auto;
	  margin: 0 auto;
		display: table;
	}
	div.profile1 h3 {
	  font-size: 1.6rem;
	}
	div.profile1 p{
		font-size: 1.3rem;
	}
	div.profilephoto {
	  width: 100%;
	  display: flex;
	  float: none;
	  margin-right: 0;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	div.profilephoto img:first-child{
		flex: 0 1 226px;
		width: 226px;
		margin: 0 auto;
	}
	div.profilephoto img{
		flex: 0 1 48%;
		width: 48%;
	}
}
/*2020 0422　コロナボタン追加*/

#main div.corona{
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 20px;
}
#main div.corona.center{
	justify-content: center;
}
#main div.corona:after{
  content: none;
}
#main div.corona div{
  flex: 0 1 49%;
  border: 1px solid #CF4042;
  position: relative;
}
#main div.corona div:before{
  content: "";
  width: 12.5px;
  height: 15px;
  background: url("../img/pdf_icon.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
}
#main div.corona div.corona_line:before{
  left: 43px;
}
#main div.corona div a{
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  color: #CF4042;
  font-weight: bold;
  text-align: center;
}
/* sp */
@media screen and (max-width:767px){
	#main div.corona{
	  display: block;
		width: 87.5%;
		margin: 0 auto 20px;
	}
	#main div.corona div:not(:last-child){
		margin-bottom: 10px;
	}
}
/***----------------------
IE用表示調整
------------------------***/
@media all and (-ms-high-contrast:none){
	body{
		line-height: 1.5;
	}
	#plan_form table tr th.req::after{
		transform: translateY(-10%);
	}
}

/*2020 0508店舗情報追加*/
div.shop_kokuti{
  width: 496px;
  border: 1px solid #926823;
  margin-bottom: 10px;
}
div.shop_kokuti a{
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
}
/*title3*/
.title3{
	color: #936F4B;
	border: solid 1px #8A7969;
	position: relative;
	box-sizing: border-box;
	padding: 15px 15px 15px 35px;
	text-align: left;
	font-size: 18px;
	font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif;
	letter-spacing: 0.2rem;
}
.title3:before {
  content: "";
  position: absolute;
  border: solid 1px #8A7969;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	box-sizing: border-box;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.title3:after{
	content: "";
	background: url(../img/icon_title3.png) no-repeat;
	width: 83px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
}
.title3 span{
	display: inline-block;
	position: static!important;
  font-family: Arial, Helvetica, "sans-serif";
	margin-left: 18px;
	overflow: visible!important;
	font-weight: normal;
	letter-spacing: 0.1rem;
	font-size: 14px;
}
/*title4*/
.title4{
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(125deg, transparent, transparent 1px, rgba(225, 225, 225, 1) 3px, rgba(225, 225, 225, 1) 3px );
	position: relative;
	border-bottom: solid 1px #333333;
	font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,游明朝,"Yu Mincho",YuMincho,メイリオ,Meiryo,serif;
	font-size: 17px;
	margin-bottom: 10px;
}
.title4 span{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.title4:after{
	content: "";
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 30% 90%, rgba(255, 255, 255, 1));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.title4:before{
	content: "";
	background: #F1F1F1;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.title4 span:before{
	content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.title4 span:after{
	content: "";
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 0;
}
/*shop-title*/
.shop-title{
	width: 700px;
	margin: 0 auto 20px;
}
/* sp */
@media screen and (max-width:767px){
	.shop-title{
		width: 87.5%;
	}
}
.works_contents{
	/* width:701px; */
	width: 875px;
	font-size: 0.9em;
	line-height:1.5em;
	margin: 0 auto;
}
/* sp */
@media screen and (max-width:767px){
	.works_contents{
		width: 87.5%;
	}
}

.event-bnr-wrap {
    margin: 0 auto 40px;
}
.event-bnr-wrap a {
    transition: opacity ease 0.2s;
}
.event-bnr-wrap a:hover {
    opacity: 0.75;
}
@media screen and (max-width:767px){
	.event-bnr-wrap{
		width: 87.5%;
	}
}

/**
 * .facility-content
 */
.facility-content {
    width: 750px;
    margin: 50px auto;
}
.facility-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.facility-content .facility-pho {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.facility-content .facility-pho div {
    width: 357px;
}
.facility-content .facility-pho div dt img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.facility-content .facility-pho div dd {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.facility-content a {
    text-decoration: underline;
}
.facility-content a:hover {
    text-decoration: none;
}
@media screen and (max-width:767px){
	.facility-content {
		width: 87.5%;
	}
    .facility-content .g-calendar-title {
        line-height: 1.5;
    }
    .facility-content p {
        text-align: left;
        line-height: 1.8;
    }
    .facility-content .facility-pho div {
        width: 49%;
    }
}
/*icon_list*/
.top_link.sin{
	width: 420px;
}
/* .top_link.sin ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
} */
.top_link.sin ul:after{
	content: none;
}
.icon_list{
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.icon_list div{
	margin: 0 5px;
}
.icon_list img{
	width: 35px;
}
/*----------------
top-message
---------------*/
.top-message{
	width: 750px;
	margin: 0 auto 30px;
	border: solid 1px #996616;
	box-sizing: border-box;
	padding: 20px;
}
.top-message.shop_ver{
	width: 701px;
}
.top-message-text p:not(:last-child){
	margin-bottom: 15px;
}
.top-message-text ul:not(:last-child){
	margin-bottom: 20px;
}
#plan_form table tr td .select_in.ver2 select{
	width: 220px;
}
#plan_form table tr td .tyui{
	margin-top: 5px;
}
@media screen and (max-width:767px){
	.top-message{
		width: 90.375%;
		margin: 0 auto 30px;
		border: solid 1px #996616;
		box-sizing: border-box;
		padding: 20px 15px;
	}
	.top-message.shop_ver{
		width: 87.5%;
	}
}
.info-box{
	display: flex;
	gap: 40px;
}
.map-box{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	gap: 10px;
}
.map-box-map{
	width: calc((100% - 10px) / 2);
}
.map-box-map iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
}
@media screen and (max-width:767px){
	.map-box{
		flex-flow: column;
	}
	.map-box-map{
		width: 100%;
	}
}
.top-bnr{
	width: 750px;
	margin: 0 auto 20px;
}
@media screen and (max-width:767px){
	.top-bnr{
		width: 100%;
	}
}

/* top-bnr-slider */
.top-bnr-slider-container{
	position: relative;
	margin: 20px 0;
}
.top-bnr-slider{
	width: 1530px!important;
}
@media screen and (max-width:767px){
	.top-bnr-slider{
		width: calc(271.125vw + 12px)!important;
	}
}
.top-bnr-slide{
	padding: 0 5px;
	box-sizing: border-box;
}
@media screen and (max-width:768px){
	.top-bnr-slide{
		padding: 0 2px;
	}
}
.top-bnr-slider-container .keen-slider-dots{
	display: none;
}
.top-bnr-slider-container .keen-slider-arrow--left{
	left: calc(50% - 300px);
}
.top-bnr-slider-container .keen-slider-arrow--right{
	right: calc(50% - 300px);
}
@media screen and (max-width:768px){
	.top-bnr-slider-container .keen-slider-arrow--left{
		left: 5px;
	}
	.top-bnr-slider-container .keen-slider-arrow--right{
		right: 5px;
	}
}
.top-bnr-slider-container .keen-slider-arrow{
	background: #000;
	border-radius: 50%;
}
.top-bnr-slider-container .keen-slider-arrow::after{
	position: absolute;
	top: calc(50% - 4px);
	left: 10px;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	box-sizing: border-box;
	content: "";
}
.top-bnr-slider-container .keen-slider-arrow--left::after{
	right: 10px;
	left: auto;
	transform: rotate(-135deg);
}