@charset "utf-8";
/* -----------------------------------------------------------------------

layout.css

----------------------------------------------------------------------- */

/*----------------------------------------------------------

	common
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.wrap {
	min-width:320px;
	width:100%;
	position:relative;
	left:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.wrap.open {
	left:-300px;
}
.inner {
	width:100%;
	min-width:320px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
.bg2 {
	background:url(../imgs/common/bg_g.jpg) repeat 0 0;
}
.boxTxt {
	width:160px;
	margin:0 auto 10px;
	padding:2px 0;
	line-height:1.6em;
	letter-spacing:0.05em;
	text-align:center;
	color:#ffffff;
	background:#897153;
	border-radius:3px;
	position:relative;
}
.boxTxt.pinbach::after {
	display:inline-block;
	content:"";
	width:38px;
	height:38px;
	background:url(../imgs/common/pinbach.png?v2) no-repeat right 0 top 50%;
	background-size:38px auto;
	position:absolute;
	top:0;
	right:-50px;
}

.boxTxt.half {
	width:80px;
}
.boxTxt.red {
	background:#c50000;
}

.iconList {

}
.iconList .boxTxt{
	display:inline-block;
	margin-right:5px;
}

/*----------------------------------------------------------
	Display：768px →（ pc ）
----------------------------------------------------------*/

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

	.bg2 {
		min-width:1000px;
	}
	.boxTxt.left {
		margin:0 0 10px;
	}
}





/*----------------------------------------------------------

	header

----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

header {
}
header .inner {
	background-image:url(../imgs/common/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top 50% right 50%;
	background-size:cover;
}
header h1 {
	width:90%;
	max-width:1100px;
	margin:0 auto;
	padding:120px 0 80px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
header h1 img {
	max-width:700px;
	margin-left:12.5%;
}
header #gNav {
	width:100%;
	border-bottom:10px solid #861817;
	display:block;
}
#cake header #gNav {
	border-bottom:15px solid #000;
}
header #gNav ul {
	width:1000px;
	margin:-70px auto 0;
	padding:0;
	overflow:hidden;
	box-sizing:border-box;
}
header #gNav li{
	width:48%;
	margin:0 1%;
	padding:0;
	font-size:1.6rem;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	text-indent:5px;
	box-sizing:border-box;
	float:left;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
}

header #gNav li p{
	padding:20px 0;
	color:#ffffff;
	background-image:url(../imgs/common/tab_icon_ac.png);
	background-repeat:no-repeat;
	background-position:18px 50%;
	background-color:#861817;
	background-size:19px 19px;
	display:block;
}
#cake header #gNav li p{
	background-color:#000;
}
header #gNav li a{
	margin-top:8px;
	padding:12px 0;
	color:#7e1130;
	background-image:url(../imgs/common/tab_icon.png);
	background-repeat:no-repeat;
	background-position:18px 50%;
	background-color:rgba(255,255,255,0.9);
	background-size:19px 19px;
	text-decoration:none;
	display:block;
}
header #gNav li.ac{
	background-color:#861817;
}
header #gNav li.ac a{
	margin-top:0;
	padding:20px 0;
	color:#ffffff;
	background-image:url(../imgs/common/tab_icon_ac.png);
	background-repeat:no-repeat;
	background-position:18px 50%;
	background-color:#861817;
	background-size:19px 19px;
	display:block;
}

header #rNav {
	width:100%;
	margin:0;
	padding:0;
	background:#861817;
}
header #rNav ul {
	width:1000px;
	margin:0 auto;
	padding:15px 30px 15px;
	box-sizing:border-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
header #rNav li{
	width:19%;
	margin:0 0.5%;
	background:#ffffff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
	position:relative;
}
header #rNav li.ac{
	background:#f3e2b5;
}
header #rNav li .iconAc {
	margin:0 auto;
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
}

header #rNav li a,
header #rNav li p{
	padding:56% 0 5px;
	font-size:1.4rem;
	line-height:18px;
	letter-spacing:0.05em;
	text-align:center;
	font-family: 'Noto Serif JP', serif;
	color:#8f0029;
	text-decoration:none;
	display:block;
}
header #rNav li#nav01 a,
header #rNav li#nav01 p{
	background:url(../imgs/common/img_nav01.jpg) no-repeat 50% 0%;
	background-size:101% auto;
}
header #rNav li#nav02 a,
header #rNav li#nav02 p{
	background:url(../imgs/common/img_nav02.jpg) no-repeat 50% 0%;
	background-size:101% auto;
}
header #rNav li#nav03 a,
header #rNav li#nav03 p{
	background:url(../imgs/common/img_nav03.jpg) no-repeat 50% 0%;
	background-size:101% auto;
}
header #rNav li#nav04 a,
header #rNav li#nav04 p{
	line-height:32px;
	background:url(../imgs/common/img_nav04.jpg) no-repeat 50% 0%;
	background-size:101% auto;
}
header #rNav li#nav05 a,
header #rNav li#nav05 p{
	line-height:32px;
	background:url(../imgs/common/img_nav05.jpg) no-repeat 50% 0%;
	background-size:101% auto;
}
header #rNav li span{
	font-size:1.1rem;
	line-height:14px;
	display:block;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

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

	header .inner {
		background-position:top 0 left 0;
		background-size:cover;
	}
	header h1 {
		padding:80px 0 40px;
	}
	header h1 img {
		width:100%;
		margin-left:0;
	}
	header #gNav ul {
		width:98%;
		margin:-50px 1% 0;
	}
	header #gNav li{
		font-size:1.2rem;
	}
	header #gNav li:first-child + *+ *,
	header #gNav li:first-child + *+ *+ *{
		line-height:32px;
	}
	header #gNav li p{
		padding:10px 0 10px 10px;
		background-position:12px 50%;
	}
	header #gNav li a{
		margin-top:5px;
		padding:5px 0 5px 10px;
		background-position:12px 50%;
	}
	header #rNav ul {
		width:100%;
		padding:8px 3px;
	}
	header #rNav li{
		width:32.33%;
		margin:5px 0.5%;
	}
	header #rNav li a,
	header #rNav li p{
		padding:58% 0 3px;
		font-size:1.1rem;
		line-height:16px;
		letter-spacing:0;
	}
	header #rNav li#nav05 a,
	header #rNav li#nav05 p{
		line-height:28px;
	}
	header #rNav li span{
		font-size:1rem;
		line-height:12px;
	}

}


/*----------------------------------------------------------
	Display：→ 540px（ sp ）
----------------------------------------------------------*/

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

	header {

	}
	header #gNav li p,
	header #gNav li.ac a{
		padding:10px 0;
		background-image:none;
	}

}


/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

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

	header .inner{
		min-width:1000px;
	}

}

/*----------------------------------------------------------
	Display：1000px →（ pc ）
----------------------------------------------------------*/

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

	header {
		background-size:1600px auto;
	}
	header h1 img {
		margin-left:17.5%;
	}
	
}

/*----------------------------------------------------------
	Display：1600px →（ pc ）
----------------------------------------------------------*/

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

	header {
		background-size:cover;
	}
}




/*----------------------------------------------------------

	shopData
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#shopData {
	margin:0;
	padding:0;
	color:#ffffff;
	background:#861817;
}
#shopData .inner{
	max-width:1000px;
	margin:0 auto;
	padding:50px 40px;
	box-sizing:border-box;
	overflow:hidden;
}
#shopData .inner .txtBox{
	width:55%;
	float:left;
}
#shopData .inner .photoBox{
	width:40%;
	max-width:360px;
	float:right;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.3);
}

#shopData .inner .txtBox .data{
	padding:0 0 0 200px;
	text-align:left;
}
.ittetsu #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/ittetsu_logo_w.png) no-repeat 50px 50%;
	background-size:100px auto;
}
.enchante #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/enchante_logo_w.png) no-repeat 25px 50%;
}
.letoile #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/letoile_logo_w.png) no-repeat 35px 50%;
}
.laparanza #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/laparanza_logo_w.png) no-repeat 25px 50%;
}
.ichizushi #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/ichizushi_logo_w.png) no-repeat 50px 50%;
}
.trax #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/trax_logo_w.png) no-repeat 55px 50%;
}
.akashi #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/akashi_logo_w.png) no-repeat 50px 50%;
}
.lobbylounge #shopData .inner .txtBox .data{
	background:url(../imgs/restrants/lobbylounge_logo_w.png) no-repeat 5px 50%;
}
.ruedesbriques #shopData .inner .txtBox .data{
	background:url(../imgs/cake/ruedesbriques_logo_w.png) no-repeat 35px 50%;
}

#shopData .inner .txtBox .data h3{
	margin-bottom:5px;
	font-size:1.4rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:0.1em;
}
#shopData .inner .txtBox .data .txt{
	font-size:1.2rem;
	line-height:2;
}
#shopData .telBox {
	margin:25px auto 0;
	padding:12px 0 11px;
	font-size:1.2rem;
	line-height:1.2;
	background:url(../img/common/telbox_bg.png) repeat-y 50% 50%;
	background-size:100% auto;
	border-top:4px double #b74f55;
	border-bottom:4px double #b74f55;
	text-align:center;
}
#shopData .telBox .number {
	margin-top:5px;
	font-size:2.2rem;
	line-height:1.2;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:0.1em;
	display:block;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}
#shopData .telBox .number .etc {
	font-size:1.2rem;
	display:inline-block;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

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

	#shopData .inner{
		padding:25px 5%;
	}
	#shopData .inner .txtBox{
		width:100%;
		float:none;
	}
	#shopData .inner .photoBox{
		width:100%;
		max-width:320px;
		margin:0 auto;
		float:none;
	}
	#shopData .inner .txtBox .data{
		text-align:center;
	}
	.ittetsu #shopData .inner .txtBox .data{
		padding:140px 0 0;
		background:url(../imgs/restrants/ittetsu_logo_w.png) no-repeat 50% 20px;
		background-size:100px auto;
	}
	.enchante #shopData .inner .txtBox .data{
		padding:80px 0 0;
		background:url(../imgs/restrants/enchante_logo_w.png) no-repeat 50% 25px;
	}
	.letoile #shopData .inner .txtBox .data{
		padding:80px 0 0;
		background:url(../imgs/restrants/letoile_logo_w.png) no-repeat 50% 25px;
	}
	.laparanza #shopData .inner .txtBox .data{
		padding:80px 0 0;
		background:url(../imgs/restrants/laparanza_logo_w.png) no-repeat 50% 25px;
	}
	.ichizushi #shopData .inner .txtBox .data{
		padding:90px 0 0;
		background:url(../imgs/restrants/ichizushi_logo_w.png) no-repeat 50% 15px;
	}
	.trax #shopData .inner .txtBox .data{
		padding:110px 0 0;
		background:url(../imgs/restrants/trax_logo_w.png) no-repeat 50% 20px;
	}
	.akashi #shopData .inner .txtBox .data{
		padding:90px 0 0;
		background:url(../imgs/restrants/akashi_logo_w.png) no-repeat 50% 15px;
	}
	.lobbylounge #shopData .inner .txtBox .data{
		padding:90px 0 0;
		background:url(../imgs/restrants/lobbylounge_logo_w.png) no-repeat 50% 15px;
	}
	.ruedesbriques #shopData .inner .txtBox .data{
		padding:150px 0 0;
		background:url(../imgs/cake/ruedesbriques_logo_w.png) no-repeat 50% 25px;
	}

}





/*----------------------------------------------------------

	access
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#access {
	width:100%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	background:#861817;
}

#access #map {
	margin:0;
	width:100%;
	height:405px;
	position:relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#access #map #googlemap {
	width:100%;
	height:405px;
	overflow:hidden;
}
#access #map #googlemap iframe{
	width:100%;
	height:705px;
	margin-top:-150px;
	border:none;
}
#access #mapBtn {
	width:140px;
	height:32px;
	margin:0 auto;
	padding:0;
	position:absolute;	
	bottom:30px;
	left:0;
	right:0;
	z-index:10;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
}
#access #mapBtn a{
	padding:0 0 0 18px;
	font-size:12px;
	line-height:32px;
	color:#ffffff;
	text-decoration:none;
	background:url(../imgs/common/icon_mapbtn.png) no-repeat 13% 50% #111111;
	background-size:14px 21px;
	display:block;
	text-align:center;
	z-index:10;
}

#access #data {
	width:1000px;
	margin:0 auto;
	padding:40px 40px;
	color:#ffffff;
	overflow:hidden;
	box-sizing:border-box;
}
#access #data .addBox{
	width:30%;
	float:left;
}
#access #data .traficBox{
	width:35%;
	float:left;
}

#access #data h3{
	margin:0;
	padding:0;
	font-size:1.2rem;
	line-height:20px;
	font-weight:bold;
	letter-spacing:0.05em;
}
#access #data .addBox ul{
	margin:0;
	padding:6px 0 0;
}
#access #data .addBox ul li{
	margin:0 0 0;
	padding:0 0 0 22px;
	font-size:1.2rem;
	line-height:28px;
}
#access #data .addBox ul li a{
	color:#ffffff;
	text-decoration:none;
}
#access #data .addBox ul li.add{
	background:url(../imgs/common/icon_add.png) no-repeat 1px 50%;
	display:inline-block;
}
#access #data .addBox ul li.tel{
	background:url(../imgs/common/icon_tel.png) no-repeat 2px 50%;
	letter-spacing:0.1em;
	display:inline-block;
}
#access #data .traficBox h4{
	margin:0;
	padding:0;
	font-size:1.2rem;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.05em;
}
#access #data .traficBox ul{
	margin:0;
	padding:6px 0 0 1.1em;
}
#access #data .traficBox ul li{
	margin:0 0 0;
	padding:0;
	font-size:1.2rem;
	line-height:28px;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

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

	#access #data {
		width:100%;
		padding:30px 8%;
		text-align:center;
	}
	#access #data .addBox{
		width:100%;
		float:none;
	}
	#access #data .traficBox{
		margin-top:25px;
		width:100%;
		float:none;
	}
	#access #data .addBox ul li.add,
	#access #data .addBox ul li.tel{
		margin:0 0.5em;
	}

}





/*----------------------------------------------------------

	footer
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

footer {
	max-width:1000px;
	margin:0 auto;
	padding:40px 0 80px;
	font-size:1rem;
	line-height:1.8;
	text-align:center;
	letter-spacing:0.2em;
	font-family:arial;
}
#pagetop {
	width:68px;
	height:68px;
	padding-top:40px;
	font-size:1.0rem;
	line-height:1.2;
	letter-spacing:0.05em;
	text-indent:0.05em;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-family:arial;
	background:url(../imgs/common/pagetop.png) no-repeat 50% 12px #000000;
	background-size:17px 18px;
	border-radius:34px;
	position:fixed;
	bottom:-100px;
	right:20px;
	z-index:10;
	box-sizing:border-box;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

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

	footer {
		padding:20px 0 40px;
	}

}





/*----------------------------------------------------------

	gnav-btn
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.gnav-btn {
	margin:auto;
	padding:8px 10px;
	cursor: pointer;
	background-color: rgb(114,2,6,0.9);
	position:fixed;
	top:15px;
	right:15px;
	z-index:10;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}
.gnav-btn .ttl {
	padding-bottom:1px;
	text-align: center;
	font-size:1.0rem;
	line-height:12px;
	font-family:arial;
	color:#ffffff;
}
.gnav-btn .icon {
	margin:10px auto 10px;
	width:32pxpx;
	display: block;
	text-align: center;
}
.gnav-btn:hover {
	-ms-filter: "alpha(opacity=40)"; /* IE 8,9 */
	opacity:0.4; 
	zoom:1; /*IE*/
}
.gnav-btn .icon span {
      width:32px;
      height:1px;
      display:block;
      background: #ffffff;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.gnav-btn .icon .top {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px);
}
.gnav-btn .icon .bottom {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px);
}





/* ------------------------------------------------------------

	sNav
	
------------------------------------------------------------ */

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#sNav {
	width:300px;
	padding:0;
	position:fixed;
	top:0;
	bottom:0;
	right:-300px;
	background:#861817;
	z-index:100;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	overflow-y: scroll;
}
#sNav.open {
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
	right:0px;
}
#sNav .logo{
	width:100%;
	margin:0 auto;
	padding:20px 0 10px;
}
#sNav .logo img{
	width:100%;
}
#sNav > ul{
	width:90%;
	margin:0 auto;
	padding:0 0 40px;
}
#sNav > ul > li {
	border-bottom:1px solid #a68b55;
}
#sNav > ul > li:first-child {
	border-top:1px solid #a68b55;
}
#sNav > ul li{
	text-align:center;
}
#sNav ul li p{
	width:80%;
	margin:0px auto;
	font-size:1.2rem;
	letter-spacing:0.1em;
	color:#111111;
	background:#ffffff;
	display:block;
}
#sNav ul li a{
	letter-spacing:0.1em;
	text-decoration:none;
	color:#ffffff;
	display:block;
}
#sNav > ul > li > a{
	padding:12px 0;
	font-size:1.2rem;
}
#sNav > ul > li ul li:last-child{
	margin-bottom:10px;
}
#sNav > ul > li ul li > a{
	padding:5px 0;
	font-size:1.2rem;
}
#sNav #closeBtn {
	width:26px;
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	z-index:10;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#sNav #closeBtn:hover {
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	opacity:0.6; 
	zoom:1; /*IE*/
}
#sNav #closeBtn img{
	width:100%;
}
#over {
	width:100%;
	height:120%;
	background:rgba(0,0,0,0.7);
	position:fixed !important;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:50;
	display:none;
}





/*----------------------------------------------------------

	charity

----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#charity {
	padding-bottom:35px;
	background:#ffffff;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.1);
}
#charity .inner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:35px 40px 35px 270px;
	background:url(../imgs/common/img_charity_batch.png?v2) no-repeat 40px 50%;
	box-sizing:border-box;
	overflow:hidden;
}
#charity .catchcopy{
	font-size:1.6rem;
	line-height:1.5;
	letter-spacing:0.1em;
}
#charity h3{
	font-size:2.8rem;
	line-height:1.5;
	letter-spacing:0.1em;
	font-family: 'Noto Serif JP', serif;
	color:#8f0029;
}
#charity .txt{
	margin:6px 0;
}
#charity .present{
	font-size:1.8rem;
	line-height:1.5;
	color:#8f0029;
}
#charity #description{
	width:920px;
	margin:0 auto;
	padding:25px;
	border:1px solid #cdb453;
	box-sizing:border-box;
}
#charity #description .txtL{
	font-size:1.8rem;
	line-height:1.6;
	color:#8a6549;
	text-align:center;
}
#charity #description .box1{
	width:52.5%;
	padding:10px 30px 10px 10px;
	float:left;
	box-sizing:border-box;
	border-right:1px solid #cdb453;
}
#charity #description .box1 h4{
	width:204px;
	margin:0 auto;
}
#charity #description .box1 .txt{
	padding:3px 0 0;
	font-size:1.2rem;
	line-height:2;
}
#charity #description .box2{
	padding:10px 10px 10px 180px;
	width:47.5%;
	background:url(../imgs/common/charity_logo2.png) no-repeat 20px 50%;
	background-size:140px auto;
	float:right;
	box-sizing:border-box;
}
#charity #description .box2 h4{
	color:#8a6649;
	line-height:1.6;
}
#charity #description .box2 .txt{
	padding:0;
	font-size:1.2rem;
	line-height:2;
}


/*----------------------------------------------------------

	Display：320px → 768px（ sp ）

----------------------------------------------------------*/

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

#charity .inner{
	padding:170px 5% 30px;
	background:url(../imgs/common/img_charity_batch.png) no-repeat 50% 25px;
	background-size:180px auto;
}
#charity .catchcopy{
	text-align:center;
}
#charity h3{
	font-size:2.0rem;
	line-height:1.5;
	letter-spacing:0.1em;
	text-align:center;
}
#charity .present{
	font-size:1.4rem;
	line-height:1.5;
}
	
#charity #description{
	width:90%;
}
#charity #description .txtL{
	font-size:1.6rem;
	line-height:1.6;
}
#charity #description .box1{
	width:100%;
	padding:0 0 25px;
	float:none;
	border-right:none;
	border-bottom:1px solid #cdb453;
}
#charity #description .box1 h4{
	width:204px;
	margin:0 auto;
}
#charity #description .box1 .txt{
	padding:3px 0 0;
	font-size:1.2rem;
	line-height:2;
}
#charity #description .box2{
	padding:145px 0 0 0;
	width:100%;
	background:url(../imgs/common/charity_logo2.png) no-repeat 50% 0%;
	background-size:100px auto;
	float:right;
	box-sizing:border-box;
}
#charity #description .box2 h4{
	color:#8a6649;
	line-height:1.6;
	text-align:center;
}
#charity #description .box2 .txt{
	padding:0;
	font-size:1.2rem;
	line-height:2;
}
	
}





/*----------------------------------------------------------

	parts
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.normalBtn {
	width:100%;
	max-width:230px;
	margin:0 auto;
	padding:0 2em;
	font-size:1.2rem;
	line-height:28px;
	text-decoration:none;
	color:#111111;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:0.1em;
	text-indent:5px;
	background:url(../imgs/common/icon_link_s.png) no-repeat 12px 50% #ffffff;
	background-size:3px 5px;
	display:inline-block!important;
	box-sizing:border-box;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.05);
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.normalBtn.b {
	border:1px solid #111111;
}
.normalBtn.sizeL {
	width:90%;
	max-width:360px;
	margin:0 auto;
	padding:10px 2em;
	font-size:1.4rem;
	line-height:1.5;
	text-align:center;
}
.normalBtn:hover {
	color:#fff;
	background:url(../imgs/common/icon_link_s.png) no-repeat 15px 50% #ffffff;
	background-size:3px 5px;
	box-shadow:0 0 0 0 rgba(0,0,0,0.05);
}

.normalBtn.black {
	background:url(../imgs/common/icon_link.png) no-repeat 12px 50% #111111;
	background-size:6px 5px;
	color:#ffffff;
	text-align:center;
}
.normalBtn:hover {
	background:url(../imgs/common/icon_link.png) no-repeat 15px 50% #666666;
	background-size:6px 5px;
	box-shadow:0 0 0 0 rgba(0,0,0,0.05);
}

.coutionList {
	margin:0;
	padding:0;
}
.coutionList li {
	margin:3px 0 0;
	padding:0 0 0 1em;
	text-indent:-1em;
	text-align:left;
	font-size:0.72em;
	line-height:1.8;
}
.reserveBtn{
	width:100%;
	max-width:290px;
	margin:5px auto 0;
}
.reserveBtn a{
	width:100%;
	padding-left:5px;
	font-size:1.8rem;
	line-height:54px;
	font-family: 'Noto Serif JP', serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background:url(../imgs/common/icon_link.png) no-repeat 18px 50% #730000;
	background-size:6px auto;
	border-radius:3px;
	display:block;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	position:relative;
	box-sizing:border-box;
}
.reserveBtn a:hover{
	background:url(../imgs/common/icon_link.png) no-repeat 22px 50% #730000;
	background-size:6px auto;
}
.reserveBtn a .icon{
	display:inline-block;
	margin:0 5px 0 0;
	width:50px;
	height:18px;
	font-size:1.2rem;
	line-height:18px;
	letter-spacing:0.1em;
	text-indent:0.1em;
	text-align:center;
	color:#ffffff;
	background:#111111;
	border-radius:2px;
}
.reserveBtn a.member{
	background-color:#bc932f;
}
.reserveTelBox {
	width:100%;
	max-width:580px;
	margin:0 auto 0;
	padding:12px 0 11px;
	font-size:1.4rem;
	line-height:1.2;
	background:url(../img/common/telbox_bg.png) repeat-y 50% 50%;
	background-size:100% auto;
	border-top:4px double #bbbbbb;
	border-bottom:4px double #bbbbbb;
	text-align:center;
}
.reserveTelBox .number {
	margin-top:5px;
	font-size:2.8rem;
	line-height:1.2;
	font-family: 'Noto Serif JP', serif;
	letter-spacing:0.1em;
	display:block;
	text-align:center;
	color:#111111;
	text-decoration:none;
}
.reserveTelBox .number .etc {
	font-size:1.4rem;
}

.iconLimited {
	width:200px;
	margin:8px auto;
	font-size:1.4rem;
	line-height:24px;
	text-align:center;
	color:#ffffff;
	background:#811b37;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

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

	.reserveBtn{
		width:100%;
		max-width:240px;
		margin:0 auto;
	}
	.reserveBtn a{
		font-size:1.6rem;
		line-height:44px;
	}
	.reserveTelBox {
		width:90%;
		padding:8px 0 4px;
		font-size:12px;
	}
	.reserveTelBox .number {
		margin-top:3px;
		font-size:2.2rem;
		line-height:1.2;
	}
	.reserveTelBox .number .etc {
		font-size:1.2rem;
		margin-top:-8px;
	}

}


/*----------------------------------------------------------
	Display：← 769px（ pc ）
----------------------------------------------------------*/

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

	.reserveBtn.s{
		width:100%;
		max-width:240px;
		margin:0 auto;
	}
	.reserveBtn.s a{
		font-size:1.6rem;
		line-height:48px;
	}

}


.btnBoxC1 {
	max-width:400px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnBoxC2 {
	max-width:400px;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btnBoxC2.center {
	margin:0 auto;
}
.btnBoxC1 .box,
.btnBoxC2 .box{
	width:48%;
}
.btnBoxC1 .box .rBtn,
.btnBoxC2 .box .rBtn{
	width:100%;
	margin:5px auto 0;
}
.btnBoxC1 .box .rBtn a,
.btnBoxC2 .box .rBtn a{
	width:100%;
	padding-left:5px;
	font-size:1.5rem;
	line-height:40px;
	font-family: 'Noto Serif JP', serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background:url(../imgs/common/icon_link.png) no-repeat 12px 50% #730000;
	background-size:6px auto;
	border-radius:3px;
	display:block;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	position:relative;
	box-sizing:border-box;
}
.btnBoxC1 .box .rBtn a:hover,
.btnBoxC2 .box .rBtn a:hover{
	background:url(../imgs/common/icon_link.png) no-repeat 22px 50% #730000;
	background-size:6px auto;
}
.btnBoxC1 .box .rTxt,
.btnBoxC2 .box .rTxt {
	font-size:1.12em;
	text-align:center;
	color:#fff;
}
.btnBoxC1 .box .rTxtS,
.btnBoxC2 .box .rTxtS {
	font-size:0.86em;
	letter-spacing:-0.05em;
	text-indent:-0.5em;
	text-align:center;
	color:#fff;
}

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

	.btnBoxC2.centerSp {
		margin-left:auto;
		margin-right:auto;
	}

}



/*----------------------------------------------------------

	Display：print

----------------------------------------------------------*/

@media print{

#gnav { position:static; }
#spNav { display:none; }
.sp{ display:none; }

}
