@charset "UTF-8";

@media screen and (max-width: 979px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

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

body{
	border-top-style: none;
}


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

	ヘッダー

*****************************************/
header{}
#header{}
#header-inner{
	width: 100%;
	margin: 0 auto;
}

#header-logo{}
#header-logo h1{
	margin: 46px 0 0 0;
	text-align: center;
}
#header-logo h1 img{
	margin: 26px 0 26px 0;
	width: auto;
	height: 67px;
}

#header-contents{
	display: none;
}



#sp-header{
	background: #663300;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	position: fixed;
	top: 0px;
	width: 100%;
	overflow: hidden;
	z-index:1;
}
#sp-header ul {}
#sp-header ul li {
	width: 50%;    /*	20230227変更 33% -> 50% */
	border-right: 1px solid #FFF;
	float: left;
	background: #663300;
	line-height: 1;
}
#sp-header ul li:last-child {
	display: block;
	text-align: center;
	padding: 15px 0;
}
#sp-header ul li a {
	display: block;
	text-align: center;
	padding: 15px 0;
}

#sp-header ul li:last-child {
	border-right: none;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {}

#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.8);
}

#sp_menu_btn{
	text-align: right;
	margin: 0 0 5px 0;
}
#close{
	color: #fff;
	font-size: 20px;
	padding: 15px;
	background: #A49B85;
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	cursor: pointer;
	margin: 0 0 5px 0;
}

#modal {
	display: none;
	position: fixed;
	left: 15px;
	right: 15px;
	top: 30px;
	z-index: 99;
	box-sizing: border-box;
	padding: 10px;
	background-color: #FBF7E6;
}
.modal_title{
	background: #663300;
	text-align: center;
	padding: 10px;
	color: #FFF;
	font-size: 13px;
	line-height: 1;
	margin: 0 0 5px 0;
}
#modal ul {}
#modal ul li{
	border-bottom: 1px solid #ccc;
}
#modal ul li a{
	position: relative;
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 1;
	padding: 20px;
	text-decoration: none;
}
#modal ul li:last-child{
	border-bottom: none;
}
#modal ul li a::after {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Font Awesome 5 Free";
	content: ' \f105';
	color: #666;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
}



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

	共通

*****************************************/
#cta {
	background-image: url("../cta-bg01.gif");
	background-repeat: repeat;
	background-position: left top;
}
#cta-inner {
	width: 100%;
	background-image: url("../cta-prt01.png"),url("../cta-prt02.png");
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right top;
	background-size: 120px,120px;

}
#cta-inner h2 {
	text-align: center;
	padding: 74px 80px 20px 80px;
}
#cta-inner p {
	text-align: center;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 20px 30px 20px;
}
#cta-inner p a {
	color: #333;
}
#cta-inner p strong{
	color: #FF4C4C;
}

#cta-inner ul {
	padding: 0 0 50px 0;
}
#cta-inner ul li {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 20px 0;
}
#cta-inner ul li:last-child {
	padding: 0;
}


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



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

	フッター

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


footer{}
#footer{
	padding: 30px 25px 30px 25px;
}
#footer-logo{}
#footer-info{
	border-top: 1px dotted #5B2F00;
	border-bottom: 1px dotted #5B2F00;
	padding: 20px 0;
}
#footer-menu{}

#footer-logo p{
	text-align: center;
	padding: 0 0 25px 0;
}
#footer-logo p img{
	width: auto;
	height: 54px;
}

#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{
	padding: 25px 0 0 0;
}
#footer-menu ul li{
	margin: 0 0 10px 0;
}
#footer-menu ul li:last-child{
	margin: 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;
}
#footer-copyright p{
	text-align: center;
	padding: 15px 0 15px 0;
	color: #FFF;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.05em;
}



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

	home

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


#top-mainvisual {
	display: none;
}
#top-mainvisual-sp {}

.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: 100%;
  margin: 0 auto;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  margin: 0;
  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 25px 30px 25px;
	text-align: center;
}


#top-news {}
#top-news h2 {
	padding: 0 0 20px 0;
	text-align: center;
}
#top-news h2 img {
	width: auto;
	height: 43px;
}
#top-news-bird {}
#top-news-bird p{
	padding: 0 0 0 40px;
	margin: -38px 0 0 0;
}
#top-news-bird p img{
	width: auto;
	height: 38px;
}
#top-news-box {
	background: #FFF;
	margin: 0 25px 30px 25px;
	padding: 10px 15px 0 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	height: 275px;
	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 10px 0 0;
}
*/


#top-COVID-19 {
	padding: 0 25px 0 25px;
}
#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 20px 20px 20px;
	text-align: center;
	border-bottom: 1px solid #0070B2;
	margin: 0 0 40px 0;
}


#top-greeting {
	padding: 0 25px 0 25px;
}
#top-greeting h2 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 40px 0;
}
#top-greeting-image {}
#top-greeting-image p {
	padding: 20px 0 0 0;
	text-align: center;
}
#top-greeting-contents {}
#top-greeting-contents h3 {
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px dotted #333333;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
#top-greeting-contents p.txt02{
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}


#top-access {
	margin-top: -46px;
	padding: 46px 25px 0 25px;
	display: block;
}
#top-access h2 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#top-access p.txt {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	padding: 0 0 30px 0;
}
#top-access-box {}
#top-access-map {
	text-align: center;
	padding: 0 0 20px 0;
}
#top-access-map img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#top-access-contents {}
#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 {
	padding: 0 25px 0 25px;
}
#top-goldgym-box {
	background-image: url("../../img/goldgym-bg01.png");
	background-repeat: repeat;
	background-position: left top;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 40px 0;
}
#top-goldgym-image {}
#top-goldgym-image p {
    padding 20px 0 0 0;
	text-align: center;
}
#top-goldgym-contents {}
#top-goldgym-contents h3 {
	color: #FF6633;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	border-bottom: 1px dotted #333333;
	padding: 0 0 15px 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 {
	margin: 0 25px 30px 25px;
}
#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 {
	margin: 0 25px 30px 25px;
}
#reserve-tel-inner {
	background: #FFF;
	padding: 30px 20px 40px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 30px 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-tel-inner p {
	text-align: center;
}


#reserve-web {
	margin: 0 25px 30px 25px;
}
#reserve-web-inner {
	background: #FFF;
	padding: 30px 20px 40px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 50px 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;
}
#reserve-web-inner p {
	text-align: center;
}

/*---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 {
	margin: 25px 25px 25px 25px;
}

#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;
}
	
#reserve-cancel-ontheday {
	margin: 25px 25px 25px 25px;
}

#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;
}

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

/*--追加202230227 --*/
#reserve-tardiness {
	margin: 25px 25px 25px 25px;
}

#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 {
	margin: 25px 25px 0 25px;
}

#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 {
	margin: 0 25px 50px 25px;
}
#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 {
	margin: 0 25px 50px 25px;
}
#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 {
	margin: 0 25px 50px 25px;
}
#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 {}
#menu-guidance-image {}
#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 50px 0;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #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 {
	margin: 0 25px 0 25px;
}
.menu-list-box-inner h3 {
	color: #FF6633;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 20px 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-box-inner h3:before{
	content: '';
	display: inline-block;
	width: 44px;
	height: 45px;
	vertical-align: middle;
	background-image: url("../../menu/img/menu-list-prt01.png");
	background-size: 44px 45px;
	margin: -5px 15px 0 0;
}

.menu-list-section {}
.menu-list-section-contents {
	padding: 0 0 30px 0;
}
.menu-list-section-image {}
.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: center;
}

.menu-list-section-contents dl {}
.menu-list-section-contents dl:first-of-type {
	border-top: 1px dotted #333;
}
.menu-list-section-contents dl dt{
	float: left;
	width: 230px;
	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: 230px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: 1px dotted #333;
}
/* 20220707 追加変更　イチオシ項目欄用 width 230->300 */
.menu-list-section-contents-wide dl:first-of-type {
	border-top: 1px dotted #333;
}
.menu-list-section-contents-wide dl dt{
	float: left;
	width:300px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #000;
	font-size: 15px;
	line-height: 1.2;
}

/* 20220707 追加変更　イチオシ項目欄用 width 230->300 */
.menu-list-section-contents-wide dl dd{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 230px;
	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 25px 50px 25px;
}



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

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

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