@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"Yu Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 15px;
	line-height: 1.5;
	background: #FBF7E6;
	-webkit-text-size-adjust: 100%;
}

a{color:#FF6734; text-decoration:underline;}
a:hover{color:#FF6734; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 980px){

.pc{display:block !important;}
.sp{display:none !important;}
.br-sp {display: none; }


/****************************************

	ヘッダー

*****************************************/
header{}
#header{
	background-image: url("../header-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
}
#header-inner{
	width: 960px;
	margin: 0 auto;
}

#header-logo{
	width: 225px;
	float: left;
}
#header-logo h1{
	margin: 74px 0 31px 0;
}

#header-contents{
	width: 735px;
	float: left;
}

#header-contents ul#header-reserve{
	width: 415px;
	margin: 61px 0 50px auto;
}
#header-contents ul#header-reserve li{
	margin: 0 23px 0 0;
	float: right;       /*20230227変更　left  ->  right  */
}
#header-contents ul#header-reserve li:last-child{
	margin: 0;
}

#header-contents ul#header-gnavi{
	margin: 0 0 30px auto;
	float: right;
}
#header-contents ul#header-gnavi li{
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	float: left;
}
#header-contents ul#header-gnavi li a{
	color: #000;
	font-weight: 500;
	text-decoration: none;
	padding: 0 35px 0 35px;
}
#header-contents ul#header-gnavi li:after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	vertical-align: middle;
	background-image: url("../gnavi-prt01.png");
	background-size: 10px 11px;
	margin: -5px 0 0 0;
}
#header-contents ul#header-gnavi li:last-child a{
	color: #000;
	font-size: 18px;
	line-height: 1.2;
	padding: 0 0 0 35px;
}
#header-contents ul#header-gnavi li:last-child:after{
	display: none;
}


#sp-header{
	display: none;
}
#modal{
	display: none;
}



/****************************************

	共通

*****************************************/
#cta {
	background-image: url("../cta-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
}
#cta-inner {
	width: 960px;
	margin: 0 auto;
	background-image: url("../cta-prt01.png"),url("../cta-prt02.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left 87px top 19px,right 87px top 19px;
}
#cta-inner h2 {
	text-align: center;
	padding: 74px 0 20px 0;
}
#cta-inner p {
	text-align: center;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 0 30px 0;
}
#cta-inner p a {
	color: #333;
}
#cta-inner p strong{
	color: #FF4C4C;
}

#cta-inner ul {
	width: 895px;
	margin: 0 auto;
	padding: 0 0 93px 0;
}
#cta-inner ul li {
	width: 425px;
	 margin: 0 45px 0 0;
	text-align: center;
}
#cta-inner ul li:last-child {
	/* margin: 0;  20230227変更*/
	display: block;  /* 20230227変更*/
	margin: auto;  /* 20230227変更*/
}


#sub-mainvisual {
	background-image: url("../visual-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
}
#sub-mainvisual h2 {
	text-align: center;
	padding: 60px 0 60px 0;
	margin: 0 0 50px 0;
	color: #663300;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 15px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 64px;
	height: 64px;
}


footer{}
#footer{
	width: 960px;
	margin: 0 auto;
	padding: 45px 0;
}
#footer-logo{
	width: 320px;
	float: left;
}
#footer-info{
	width: 500px;
	float: left;
}
#footer-menu{
	width: 140px;
	float: left;
}

#footer-logo p{
	padding: 35px 0 0 0;
}

#footer-info dl {}
#footer-info dl dt{
	float: left;
	width: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #663300;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}
#footer-info dl dd{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 75px;
	color: #663300;
	font-size: 14px;
	line-height: 1.4;
}

#footer-menu ul{}
#footer-menu ul li{
	margin: 0 0 15px 0;
}
#footer-menu ul li a{
	padding: 0 0 0 15px;
	color: #5B2F00;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
}
#footer-menu ul li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	vertical-align: middle;
	background-image: url("../gnavi-prt01.png");
	background-size: 10px 11px;
	margin: -5px 0 0 0;
}


#footer-copyright{
	background-image: url("../footer-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 50px;
}
#footer-copyright p{
	text-align: center;
	padding: 20px 0 0 0;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}



/****************************************

	home

*****************************************/
#top{}


#top-mainvisual {
	background-image: url("../../img/mainvisual-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 0;
}
#top-mainvisual-sp {
	display: none;
}


.sliderArea {
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
	overflow: hidden;
}
.sliderWide .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}
.slider {
  width: 970px;
  margin: 0 auto;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  margin: 0 5px;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  bottom: -33px;
}


#top-intro {}
#top-intro h2 {
	padding: 25px 0 50px 0;
	text-align: center;
}


#top-news {}
#top-news h2 {
	padding: 0 0 20px 0;
	text-align: center;
}
#top-news-bird {
	width: 960px;
	margin: 0 auto;
}
#top-news-bird p{
	padding: 0 0 0 60px;
	margin: -51px 0 0 0;
}
#top-news-box {
	width: 960px;
	background: #FFF;
	margin: 0 auto 40px auto;
	padding: 20px 130px 40px 130px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	height: 300px;
	overflow: auto;
}
#top-news-box-inner {
	height: 240px;
	overflow: auto;
}
#top-news-box-inner iframe {
	width: 100%;
	height: 100%;
	display: block;
}

/*
#top-news-box-inner p {
	color: #333;
	font-size: 15px;
	line-height: 1.4;
	padding: 18px 5px;
	border-bottom: 1px dashed #27A172;
	margin: 0 20px 0 0;
}*/


#top-COVID-19 {
	width: 960px;
	margin: 0 auto;
}
#top-COVID-19 h2 {
	border-top: 1px solid #0070B2;
	border-bottom: 1px solid #0070B2;
	text-align: center;
	color: #0070B2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#top-COVID-19 p {
	padding: 0 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #0070B2;
	margin: 0 0 50px 0;
}


#top-greeting {
	width: 960px;
	margin: 0 auto;
}
#top-greeting h2 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#top-greeting p.txt {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 0 30px 0;
}

#top-greeting-box {
	background-image: url("../../img/greeting-bg01.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 70px 0;
}
#top-greeting-image {
	width: 180px;
	float: right;
}
#top-greeting-image p {}
#top-greeting-contents {
	width: 630px;
	float: left;
}
#top-greeting-contents h3 {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px dotted #333333;
	padding: 15px 0 15px 0;
	margin: 0 0 15px 0;
}
#top-greeting-contents p.txt02{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}


#top-access {
	width: 960px;
	margin: 0 auto;
}
#top-access h2 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#top-access p.txt {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 0 30px 0;
}
#top-access-box {
	width: 960px;
	margin: 0 auto 70px auto; 
	/*202405変更　下空き100pxを70pxに*/
}
#top-access-map {
	width: 450px;
	float: left;
}
#top-access-contents {
	width: 450px;
	float: right;
}
#top-access-contents dl {}
#top-access-contents dl dt{
	float: left;
	width: 95px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
}
#top-access-contents dl dd{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 95px;
	color: #000;
	font-size: 15px;
	border-bottom: 1px dotted #333;
}
#top-access-contents dl dd a{
	color: #000;
	text-decoration: none;
}
#top-access-contents p.txt02 {
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px 0 30px 0;
}

/* 20240514以下追加 */
#top-goldgym {
	width: 960px;
	margin: 0 auto;
}
#top-goldgym-box {
	background-image: url("../../img/goldgym-bg01.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px 40px ;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 70px 0;
}
#top-goldgym-image {
	width: 180px;
	float: right;
	padding: 70px 0 0 0; 
}
#top-goldgym-image p {}
#top-goldgym-contents {
	width: 630px;
	float: left;
}
#top-goldgym-contents h3 {
	color: #FF6633;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	border-bottom: 1px dotted #333333;
	padding: 15px 0 10px 0;
	margin: 0 0 15px 0;
}
#top-goldgym-contents p.txt02{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 15px 0;   /*202405本文下あき追加*/
}
/* 20240514以上追加 */


/****************************************

	reserve

*****************************************/
#reserve{}

#reserve-information {
	width: 960px;
	margin: 0 auto 20px auto;
}
#reserve-information h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-information ul {
	padding: 0 0 30px 0;
	margin: 0 0 0 15px;
}
#reserve-information ul li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	display: block;
}
#reserve-information ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}
#reserve-information ul li span {
	background-color: #FADCC1;
}


#reserve-information dl {}
#reserve-information dl dt{
	float: left;
	width: 80px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}
#reserve-information dl dd{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 80px;
	color: #000;
	font-size: 15px;
	line-height: 1.4;
}


#reserve-tel {
	width: 960px;
	margin: 0 auto;
}
#reserve-tel-inner {
	background: #FFF;
	padding: 30px 30px 40px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 40px 0;
}
#reserve-tel-inner h3 {
	color: #FF6633;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 2px solid #FF6633;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#reserve-tel-inner ul {
	padding: 0 0 30px 0;
}
#reserve-tel-inner ul li {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
	/*----インデント1.3追加_20220710---*/
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#reserve-tel-inner ul li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	vertical-align: middle;
	background-image: url("../gnavi-prt01.png");
	background-size: 10px 11px;
	margin: -5px 10px 0 0;
}
#reserve-tel-inner ul li span {
	background-color: #FFE3D5;
}


#reserve-web {
	width: 960px;
	margin: 0 auto;
}
#reserve-web-inner {
	background: #FFF;
	padding: 30px 30px 40px 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 70px 0;
}
#reserve-web-inner h3 {
	color: #FF6633;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	border-bottom: 2px solid #FF6633;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#reserve-web-inner ul {
	padding: /*0 0 30px*/ 0;
}
#reserve-web-inner ul li {
	padding: /*0 0 10px*/ 0;
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	text-decoration: none;
	/*----インデント1.3追加_20220710---*/
	padding-left: 1.3em;
	text-indent: -1.3em;
}
#reserve-web-inner ul li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 11px;
	vertical-align: middle;
	background-image: url("../gnavi-prt01.png");
	background-size: 10px 11px;
	margin: -5px 10px 0 0;
}
#reserve-web-inner ul li span {
	background-color: #FFE3D5;
}

/*---20220710追加_ご利用規約タイトル---*/
#reserve-kiyaku {
	background-image: url("../../reserve/img/list-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	padding: 27px 0;
}
#reserve-kiyaku h3 {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	line-height: 1.2;
}
/*---ここまで20220710追加_ご利用規約タイトル---*/

/*---20220710変更_marginTop 0 -> 25--*/
#reserve-cancel {
	width: 960px;
	margin: 25px auto 40px auto;
}
#reserve-cancel h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-cancel ul {
	padding: 0 0 30px 0;
	margin: 0 0 0 15px;
}
#reserve-cancel ul li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	display: block;
}
#reserve-cancel ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}

/*--<p >インデント1em追加20220710 --*/
#reserve-cancel p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
}

/*-- -ontheday 一式追加　20230226 --*/	
#reserve-cancel-ontheday {
	width: 960px;
	margin: 25px auto 40px auto;
}
#reserve-cancel-ontheday h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-cancel-ontheday ul {
	padding: 0 0 30px 0;
	margin: 0 0 0 15px;
}
#reserve-cancel-ontheday ul li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	display: block;
}
#reserve-cancel-ontheday ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}

#reserve-cancel-ontheday p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
}

/*--tardiness 一式追加　20230226 --*/	
#reserve-tardiness {
	width: 960px;
	margin: 25px auto 40px auto;
}
#reserve-tardiness h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-tardiness ul {
	padding: 0 0 30px 0;
	margin: 0 0 0 15px;
}
#reserve-tardiness ul li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	display: block;
}
#reserve-tardiness ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}

#reserve-tardiness p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
}

/*---20220710追加 --*/
#reserve-use {
	width: 960px;
	margin: 25px auto 0
	 auto;
}

#reserve-use h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-use ul {
	padding: 0 0 30px 0;
	margin: 0 0 0 15px;
}
#reserve-use ul li {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	position: relative;
	display: block;
}
#reserve-use ul li:before{
	position: absolute;
	content: '';
	top: 9px;
	left: -10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}

#reserve-privacy {
	width: 960px;
	margin: 0 auto 40px auto;
}
#reserve-privacy h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-privacy p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
}

#reserve-request {
	width: 960px;
	margin: 0 auto 40px auto;
}
#reserve-request h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#reserve-request p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
}

/****************************************

	menu

*****************************************/
#menu{}

#menu-guidance {
	width: 960px;
	margin: 0 auto 70px auto;
}
#menu-guidance h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 0;
}
#menu-guidance-inner {}
#menu-guidance-contents {
	width: 545px;
	float: left;
}
#menu-guidance-image {
	width: 333px;
	float: right;
}
#menu-guidance-contents p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 0 20px 0;
}
#menu-guidance-contents p span {
	background-color: #FADCC1;
}
#menu-guidance-image p {
	text-align: center;
}


#menu-list {
	background-image: url("../../menu/img/list-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	padding: 15px 0;
}
#menu-list h3 {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	line-height: 1.2;
	padding: 0 0 5px 0;
}
#menu-list p {
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
}


.menu-list-box {
	padding: 50px 0 70px 0;
	border-bottom: 3px dashed #FF6600;
}

/* 20220630 追加　イチオシ2コース内容 padding ボトム 0　空きツメ */
.menu-list-box-bottom0 {
	padding: 50px 0 0px 0;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
.menu-list-box-noborder{
	border-bottom: none;
}
.menu-list-box-inner {
	width: 960px;
	margin: 0 auto;
}
.menu-list-box-inner h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 30px 0;
}
.menu-list-box-inner h3:before{
	content: '';
	display: inline-block;
	width: 59px;
	height: 60px;
	vertical-align: middle;
	background-image: url("../../menu/img/menu-list-prt01.png");
	background-size: 59px 60px;
	margin: -5px 18px 0 0;
}

/* 20220714変更 イチオシタイトル font-size 19px padding 10 */
.menu-list-box-inner h4 {
	color: #FF6633;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

.menu-list-section {}
.menu-list-section-contents {
	width: 460px;
	float: left;
}
.menu-list-section-image {
	width: 450px;
	float: right;
}
.menu-list-section-contents p {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 30px 0;
}

/* 202405 コメ注意文追加 */
.menu-list-section-contents p span {
    background-color: #FADCC1;
}

.menu-list-section-image p{
	text-align: right;
}

.menu-list-section-contents dl {
	width: 400px;
}
.menu-list-section-contents dl:first-of-type {
	border-top: 1px dotted #333;
}
.menu-list-section-contents dl dt{
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
}
.menu-list-section-contents dl dd{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 300px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: 1px dotted #333;
}
/* 20220710 追加　イチオシ項目欄用 -width 内容は同じ */
.menu-list-section-contents-wide dl {
	width: 400px;
}
.menu-list-section-contents-wide dl:first-of-type {
	border-top: 1px dotted #333;
}
/* 20220710 追加　イチオシ項目欄用 -width 内容は同じ */
.menu-list-section-contents-wide dl dt{
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
}
/* 20220710 追加　イチオシ項目欄用 -width 内容は同じ */
.menu-list-section-contents-wide dl dd{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 300px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: 1px dotted #333;
}

#menu-set {
	background-image: url("../../menu/img/list-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
	padding: 27px 0;
}
#menu-set h3 {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	line-height: 1.2;
}


#menu-setmenu {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}
#menu-setmenu h3 {
	text-align: center;
	padding: 50px 0 100px 0;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
