@charset "utf-8";

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

#contents {
	overflow: hidden;
}

/* section-ttl */
.section-ttl {
	text-align: center;
	margin: 22px auto 18px;
}
.section-ttl img {
	width: 100%;
	height: auto;
}

/* bglabel 画像をbackgroundで指定 */
.bglabel {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

/* round-btn */
.round-btn {
	display: inline-block;
	border-radius: 18px;
	height: 36px;
	background-color: #c8a655;
}
.abou .round-btn {background-color: #c8a655;}

.round-btn a {
	display: block;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 36px;
	padding: 0 24px;
}

/* square-btn */
.square-btn {
	display: inline-block;
	width: 94%;
	text-align: center;
	padding: 0 3%;
}
.square-btn a,
.square-btn button {
	display: block;
	line-height: 42px;
	background-color: #c8a655;
	border-radius: 1.5px;
}
.abou .square-btn a {
	background-color: #c8a655;
}
.square-btn a span,
.square-btn button span {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 120%;
}

/* dlist */
.dlist {
	border-top: solid 1px #e8e8e8;
}
.dlist dt {
	color: #414141;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 175%;
	padding-top: 12px;
}
.dlist dd {
	color: #414141;
	font-size: 1.1rem;
	line-height: 175%;
	padding-bottom: 11px;
	border-bottom: solid 1px #e8e8e8;
}

/* content-box */
.content-box {
	overflow: hidden;
	margin: 0 2% 24px;
	padding: 0 2.5%;
	background-color: #fff;
}

/* content-half-box */
.content-half-box {
	overflow: hidden;
	margin: 0 2% 18px;
	padding: 0 2.5%;
	background-color: #fff;
	text-align: center;
}

/* content-ttl */
.content-ttl {
	font-family: 'Raleway';
	text-align: center;
	padding-top: 25px;
	margin-bottom: 20px;
	font-size:120%;
}
.abou .content-ttl {color: #be9635;}
.rest .content-ttl {color: #b65066;}
.bar .content-ttl {color: #715ea4;}
.cont .content-ttl {color: #be9635;}

.content-ttl span {
	display: block;
	color: #be9635;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.1em;
	padding-bottom: 7px;
}

.abou .content-ttl span {color: #be9635;}
.rest .content-ttl span {color: #b65066;}
.bar .content-ttl span {color: #715ea4;}

.content-ttl span:after {
	content: " ";
	display: block;
	width: 165px;
	height: 2px;
	background-color: #c8a655;
	margin: 5px auto 0;
}
.abou .content-ttl span:after {background-color: #c8a655;}
.rest .content-ttl span:after {background-color: #c46f82;}
.bar .content-ttl span:after {background-color: #8e80b7;}

.content-ttl img {
	height: 14px;
	width: auto;
}

/* content-subttl */
.content-subttl {
	font-size: 1.0rem;
	line-height: 120%;
	margin: 20px auto 14px;
	color: #be9635;
}
.abou .content-subttl {color: #be9636;}
.rest .content-subttl {color: #b65066;}
.bar .content-subttl {color: #715ea4;}

.content-subttl:after {
	content: " ";
	display: block;
	width: 26px;
	height: 2px;
	margin: 8px auto 0;
	background-color: #c8a040;
}
.abou .content-subttl:after {background-color: #c8a655;}
.rest .content-subttl:after {background-color: #c46f82;}
.bar .content-subttl:after {background-color: #8e80b7;}


/* content-nav */
.content-nav {
	position: relative;
	margin: 0 auto;
	padding: 12px 2.5% 12px;
}
.abou .content-nav > ul {
	overflow: hidden;
	background-color: #fff;
}
.content-nav > ul > li {
	float: left;
	width: 50%;
	background-color: #fff;
	text-align: center;
}
.abou .content-nav > ul > li {
	width: 33.3%;
}
.item .content-nav > ul > li {
	width: 50%;
	margin-top: 12px;
}
.content-nav > ul > li > a,
.content-nav > ul > li > div {
	position: relative;
	display: block;
	padding: 12px 4px;
	transition: color 0.1s;
}
.content-nav > ul > li > a:after,
.content-nav > ul > li > div:after {
	content: " ";
	display: block;
	height: 15px;
	width: 1px;
	background-color: #d4d4d4;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.content-nav > ul > li:last-child > a:after,
.item .content-nav > ul > li:nth-child(2n) > a:after,
.item .content-nav > ul > li:nth-child(2n) > div:after {
	display: none;
}
.content-nav > ul > li > a > span,
.content-nav > ul > li > div > span {
	position: relative;
	font-size: 1.1rem;
	line-height: 120%;
	letter-spacing: 0.1em;
}

.abou .content-nav ul li a:hover,
.conc .content-nav ul li.conc a,
.floo .content-nav ul li.floo a,
.yura .content-nav ul li.yura a {
	color: #be9636;
}

.item .content-nav > ul > li > a:hover,
.item .content-nav > ul > li.has-inner:hover > div,
.spec .content-nav ul li.spec a,
.pick .content-nav ul li.pick a {
	color: #d46d4e;
}

.news .content-nav ul li a:hover,
.shop .content-nav ul li.shop a,
.area .content-nav ul li.area a {
	color: #33a1b8;
}

/* content-nav inner */
.content-nav ul li.has-inner {}
.content-nav ul li.has-inner > div > span {
	padding-right: 15px;
	background: url(../images/ic_cat.gif) no-repeat right center;
	background-size: 7px auto;
	cursor: pointer;
}
.content-nav .inner-nav {
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
	z-index: 7000;
}
.content-nav .inner-nav .ttl {
	color: #9e9e9e;
	font-size: 1.2rem;
	line-height: 120%;
	letter-spacing: 0.1em;
	margin-top: 24px;
	margin-bottom: 18px;
}
.content-nav .inner-nav ul {
	margin-bottom: 10px;
}
.content-nav .inner-nav ul li.round-btn {
	margin: 0 3px 14px;
	background-color: #fff;
}
.content-nav .inner-nav ul li.round-btn a {
	font-weight: normal;
	color: #202020;
}

/* ---------- home ---------------------------------------- */
.home-special,
.home-pickup,
.home-meal,
.home-news,
.home-access {
	overflow: hidden;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background-color: #fff;
	padding-bottom: 27px;
	margin-bottom: 16px;
}

/* homenav */
.homenav {}
.homenav ul {
	background-color: #eee;
	overflow: hidden;
	padding: 7px 1% 0;
}
.homenav ul li {
	float: left;
	display: block;
	width: 48%;
	margin: 0 1% 7px;
}
.homenav ul li a {
	display: block;
	height: 68px;
	padding: 1% 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.homenav ul li.abou a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/home/tri_abou.gif), url(../images/home/homenav_abou.gif);
	background-position: top left, center center;
	background-size: 10px auto, 110px 60px;
}
.homenav ul li.item a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/home/tri_item.gif), url(../images/home/homenav_item.gif);
	background-position: top left, center center;
	background-size: 10px auto, 110px 60px;
}
.homenav ul li.rest a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/home/tri_rest.gif), url(../images/home/homenav_rest.gif);
	background-position: top left, center center;
	background-size: 10px auto, 110px 60px;
}
.homenav ul li.bar  a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/home/tri_bar.gif), url(../images/home/homenav_bar.gif);
	background-position: top left, center center;
	background-size: 10px auto, 110px 60px;
}
.homenav ul li.acce a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/home/tri_acce.gif), url(../images/home/homenav_acce.gif);
	background-position: top left, center center;
	background-size: 10px auto, 110px 60px;
}

/* home-pickup */
.home-pickup {}
.home-pickup .section-ttl {
	width: 95px;
	height: auto;
}
.home-pickup ul {
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0 1%;
	max-width: 400px;
}
.home-pickup ul li {
	width: 31%;
	float: left;
	margin: 1%;
	text-align: center;
}
.home-pickup ul li img {
	width: 100%;
	height: auto;
}
.home-pickup .square-btn a {
	background-color: #d98264;
}

/* home-meal */
.home-meal {
	clear: both;
	padding-top: 27px;
}
.home-meal .ttl {
	position: relative;
	float: left;
	width: 31%;
	height: 0;
	padding-bottom: 27.5%;
	margin: 0 0 10px 2%;
	border: solid 1px #eee;
	box-sizing: border-box;
	background: url(../images/home/tri_rest.gif) no-repeat top left;
	background-size: 10px auto;
}
.home-meal .ttl img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	margin-top: -35px;
	margin-left: -40px;
}
.home-meal ul {
	float: left;
	width: 66%;
	overflow: hidden;
	margin-left: 1%;
	margin-bottom: 1.5%;
}
.home-meal ul li {
	width: 46%;
	float: left;
	margin: 0 1.5% 10px;
}
.home-meal ul li img {
	width: 100%;
	height: auto;
}
.home-meal .square-btn a,
.home-meal .square-btn a:hover {
	background-color: #c46f82;
}

/* home-bar */
.home-bar .ttl {
	margin: 0 2% 2% 0;
	background: url(../images/home/tri_bar.gif) no-repeat top left;
	background-size: 10px auto;
}
.home-bar .ttl img {}
.home-bar .square-btn a,
.home-bar .square-btn a:hover {
	background-color: #8474af;
}

/* home-access */
.home-access {
	margin-bottom: 0;
	border-bottom: none;
}
.home-access .section-ttl {
	width: 96px;
}
.home-access #gmap {
	width: 100%;
	height: 0;
	padding-bottom: 47%;
	background-color: #f8f5ef;
}

/* home-banner */
.home-banner {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 28px;
	padding: 0 1% 24px;
}
.home-banner ul {
	overflow: hidden;
	margin: 0 auto;
	max-width: 600px;
}
.home-banner ul li {
	float: left;
	width: 48%;
	margin: 1%;
}
.home-banner ul li img {
	width: 100%;
	height: auto;
}

/* ---------- index ---------------------------------------- */
.index-intro {
	background-color: #fff;
	margin-bottom: 24px;
}

.index-ttl {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 18px;
}
.index-ttl img {
	width: 30px;
	height: auto;
}
.index-ttl span {
	display: block;
	font-size: 0.9rem;
	line-height: 120%;
	padding-top: 5px;
}
.abou .index-ttl {padding-top: 18px;}
.rest .index-ttl {padding-top: 18px;}
.bar .index-ttl {padding-top: 18px;}

.index-intro .label {
	text-align: center;
}

.abou .index-ttl span {color: #be9636;}
.rest .index-ttl span {color: #b65066;}
.bar .index-ttl span {color: #715ea4;}


/* ---------- about ---------------------------------------- */
.abou .index-intro {
	overflow: hidden;
}
.abou .index-intro .label {
	height: 106px;
	background-size: auto 106px;
	margin: 22px auto 0;
	padding: 0 0 0px;
	font-size: 13px;
	color: #BE9635;
	font-weight: bold;
}
.abou-block {
	position: relative;
}
.abou-block .photo {
	text-align: center;
	margin-bottom: 15px;
}
.abou-block .photo img {
	max-width: 70%;
	height: auto;
}
.abou-block dl {
	width: 100%;
}
.abou-block p {
	clear: both;
	margin-bottom: 13px;
}
.abou-block .buttons {
	clear: both;
	padding-bottom: 13px;
	text-align: center;
}
.abou-block .buttons .square-btn {
	margin-bottom: 12px;
}
.abou-block.yurakucho {
	margin-bottom: 34px;
}

.abou-block .shopinfo {
	margin: 0 -2.5%;
}
.abou-block .shopinfo .shopinfo-btn {
	color: #be9635;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.1em;
	padding: 13px 8px;
	border-top: solid 1px #e0e0e0;
	cursor: pointer;
}
.abou-block .shopinfo .shopinfo-btn .icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/ic_arrow_link.png) no-repeat center left;
	background-size: 10px 10px;
	margin-left: 8px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.abou-block .shopinfo .shopinfo-btn.open .icon {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.abou-block .shopinfo .dlist {
	display: none;
	padding: 6px 2.5% 6px;
}
.abou-block .shopinfo .dlist dd:last-child {
	border-bottom: none;
}


/* ----- concept ----- */
.conc-intro {
	background-color: #fff;
	text-align: center;
	padding-bottom: 30px;
	margin: 0 2% 0;
}
.conc-intro .conc-logo {
	padding: 30px 0 15px;
}
.conc-intro .conc-logo img {
	width: 110px;
	height: auto;
}
.conc-intro .label {
	margin-bottom: 25px;
  color: #c69f3f;
  font-size: 18px;
  font-weight: bold;
}
.conc-intro .label img {
	height: 18px;
	width: auto;
}
.conc-intro p {
	text-align: left;
	padding: 0 2.5%;
}
.conc-intro p br {
}

.conc-outline {
	background-color: #fff;
	margin: 0 2% 24px;
}
.conc-outline ol li {
	padding-bottom: 30px;
}
.conc-outline ol li .photo {}
.conc-outline ol li .photo img {
	width: 100%;
	height: auto;
}
.conc-outline ol li .text {
	position: relative;
	margin-left: 84px;
	margin-right: 2%;
}
.conc-outline ol li .text .circle {
	width: 60px;
	height: 60px;
	position: absolute;
	top: -36px;
	left: -74px;
	border: solid 1px #d4d4d4;
	border-radius: 30px;
	text-align: center;
}
.conc-outline ol li .text .circle .num {
	color: #bdbdbd;
	font-size: 1.8rem;
	line-height: 60px;
}
.conc-outline ol li .text .ttl {
	color: #c69f3f;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 5px;
	margin-top: 20px;
}

/* ----- floor ----- */
.floor-map {
	border-bottom: solid 1px #e8e8e8;
	background-color: #fff;
	padding: 40px 0 30px;
	margin:  0 2% 0;
	overflow: hidden;
	text-align: left;
}
.floor-map img {
	width: 109%;
	height: auto;
	margin-left: 5px;
}

.floor-intro {
	overflow: hidden;
	margin-bottom: 24px;
	padding-top: 22px;
}
.floor-block {
	margin-bottom: 25px;
}
.floor-block .photo {
	margin-bottom: 12px;
}
.floor-block .photo img {
	width: 100%;
	height: auto;
}
.floor-block .intro {
	position: relative;
	overflow: hidden;
	padding-left: 17px;
}
.floor-block.floor1 .intro {border-left: 2px solid #dc8b70;}
.floor-block.floor2 .intro {border-left: 2px solid #c8798b;}
.floor-block.floor3 .intro {border-left: 2px solid #9a8bbe;}
.floor-block.floor4 .intro {border-left: 2px solid #4bb7cd;}
.floor-block.floor5 .intro {border-left: 2px solid #72bc70;}

.floor-block .ttl {
	margin-top: 4px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 130%;
	line-height: 140%;
	letter-spacing: 0.1em;	
}
.floor-block .ttl img {
	height: 14px;
	width: auto;
}
.floor-block.floor1 .ttl {color: #d26646;}
.floor-block.floor2 .ttl {color: #b95972;}
.floor-block.floor3 .ttl {color: #715ea4;}
.floor-block.floor4 .ttl {color: #339fb8;}
.floor-block.floor5 .ttl {color: #65b663;}

.floor-block .ttl .en2 {
	display: block;
	font-size: 0.9rem;
	line-height: 140%;
	padding-top: 6px;
}
#contents .floor-block p {
	margin-bottom: 6px;
	line-height: 180%;
	letter-spacing: 1px;
}
.floor-block dl.time {
	padding-bottom: 10px;
}
.floor-block dl.time dt {
	float: left;
	padding: 0 12px 0 0;
	color: #9e9e9e;
	font-size: 1.0rem;
	line-height: 140%;
}
.floor-block dl.time dd {
	font-size: 1.0rem;
	line-height: 140%;
}

.floor-block .round-btn {}
.floor-block.floor1 .round-btn {background: #dc8b70;}
.floor-block.floor2 .round-btn {background: #c8798b;}
.floor-block.floor3 .round-btn {background: #9a8bbe;}
.floor-block.floor4 .round-btn {background: #4bb7cd;}
.floor-block.floor5 .round-btn {background: #72bc70;}

/* ----- yurakucho ----- */
/* yura-intro */
.yura-intro {
	overflow: hidden;
	margin: 0 2% 17px;
	background-color: #fff;
}
.yura-intro .ttl {
	text-align: center;
	padding: 20px 0 10px;
}
.yura-intro .ttl img {
	width: 146px;
	height: auto;
}
.yura-intro .ttl-en {
    text-align: center;
    font-size: 110%;
    margin-bottom: 12px;
    font-family: "Aleo";
}
.yura-intro .label {
	padding-bottom: 55px;
	height: 36px;
	font-size: 15px;;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.1em;
}
.yura-intro > p {
	padding: 0 2.5% 20px;
}
.yura-intro .dlist {
	padding: 0 3% 14px;
}
.yura-intro .dlist dd:last-child {
	border-bottom: none;
}

/* yura-event */
.yura-event .photo {
	text-align: center;
}
.yura-event .photo img {
	max-width: 70%;
	height: auto;
	margin-bottom: 18px;
}
.yura-event .text > p {
	padding-bottom: 12px;
}
.yura-event .pdfs {
	border-top: solid 1px #dec480;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
.yura-event .pdfs .ttl {
	display: block;
	text-align: center;
	margin-top: -0.7em;
}
.yura-event .pdfs .ttl span {
	display: inline-block;
	background-color: #fff;
	color: #c79f3f;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.1em;
	padding: 0 10px;
}
.yura-event .pdfs .dlist {
	border-top: none;
	padding-top: 4px;
}
.yura-event .pdfs .dlist  dt {
	font-size: 1.2rem;
	padding-top: 22px;
	padding-left: 8px;
	float: left;
}
.yura-event .pdfs .dlist  dd {
	padding: 12px 4px;
	text-align: right;
}
.yura-event .pdfs .round-btn a {
	padding-left: 48px;
	background: url(../images/sp_ic_pdf.png) no-repeat 26px 10px / 12px 13px;
}

/* yura-item */
.yura-item {
	padding: 0 2.5% 16px;
}
.yura-item .item {
	padding: 18px 0 16px;
	border-bottom: solid 1px #e8e8e8;
	max-width: 400px;
	margin: 0 auto;
}
.yura-item .item:last-child {
	border-bottom: none;
}
.yura-item .photo {
	text-align: center;
}
.yura-item .photo img {
	max-width: 60%;
	height: auto;
}
.yura-item .ttl {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.1em;
	padding: 14px 0 7px;
}
.yura-item p {
	font-size: 11px;
}

/* yura-online */
.yura-online {
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	padding: 0 2.5%;
}
.yura-online .ttl {
	color: #be9635;
	font-size: 9px;
	font-family: 'Raleway';
	font-weight: 800;
	line-height: 120%;
	letter-spacing: 0.1em;
	margin: 0 auto 15px;
	padding-top: 25px;
}
.yura-online .ttl:after {
	content: " ";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #c8a040;
	margin: 6px auto 0;
}

.yura-online .logo-online {
	margin-bottom: 17px;
}
.yura-online .logo-online img {
	widht: 120px;
	height: auto;
}
.yura-online .square-btn {
	padding-bottom: 35px;
}
.yura-online .square-btn a span {
	background: url(../images/sp_ic_link.png) no-repeat center right / 13px 12px;
	padding-right: 18px;
}

/* ---------- restaurant ---------------------------------------- */

/* index-intro */
.rest .index-intro .logo {
	padding: 26px 0 26px;
	text-align: center;
}
.rest .index-intro .logo img {
	max-width: 22%;
	height: auto;
}
.rest .index-intro .label {
	margin-bottom: 18px;
	text-align: center;
	font-size: 15px;
	line-height: 150%;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.rest .index-intro .label img {
	width: 190px;
	height: auto;
}
.rest .index-intro .text p {
	padding: 0 4.5% 28px;
	line-height: 200%;
}
.rest .index-intro .text p br {
	display: none;
}

/* interior */
.interior {}
.inte-block {
	margin-bottom: 25px;
}
.inte-block:last-child {
	margin-right: 0;
}
.inte-block .photo {
	margin-bottom: 14px;
}
.inte-block .photo img {
	width: 100%;
	height: auto;
}
.inte-block .text {
	border-left: solid 1px #d4d4d4;
	padding-left: 14px;
}
.inte-block .label {
	padding: 4px 0 10px;
	font-weight: bold;
	font-size: 140%;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.inte-block .label img {
	height: auto;
}
.inte-block:nth-child(2) .label img {width: 160px;}
.inte-block:nth-child(3) .label img {width: 104px;}
.inte-block:nth-child(4) .label img {width: 118px;}

.inte-block p {}


/* rest-info */
.rest-info .content-subttl,
.rest-contact .content-subttl {
	margin: 20px 0 12px;
}

.rest-info {}
.rest-info p {
	padding-bottom: 24px;
}
.rest-contact {}
.rest-contact .tel {
	color: #b65066;
	font-size: 1.8rem;
	padding-top: 9px;
	padding-bottom: 25px;
}

/* ---------- bar ---------------------------------------- */
.bar .index-intro .logo {
	text-align: center;
	padding: 26px 0 26px;}
.bar .index-intro .label {
	text-align: center;
	padding: 28px 2.5% 22px;
	font-size:15px;
	line-height: 120%;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.bar .index-intro .label img {
	width: 225px;
	height: auto;
}
.bar .index-intro p {
	padding: 0 4.5% 28px;
	line-height: 200%;
}
.bar .index-intro p br {
	display: none;
}

/* bar-info */
.bar-info {
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	margin: 0 2.5% 24px;
}
.bar-info .content-subttl {
	margin: 20px 0 12px;
}
.bar-info p {
	padding-bottom: 24px;
}


/* ---------- items pickup ---------------------------------------- */
.pickup-ttl,
.pickup-slider,
.pickup-catbn,
.itemlist {
	overflow: hidden;
	background-color: #fff;
	border-bottom: solid 1px #e8e8e8;
}

/* pickup-ttl */
.pickup-ttl {
	padding: 20px 0 20px;
}
.pickup-ttl .ttl {
	text-align: center;
}
.pickup-ttl .ttl img {
	width: 129px;
	height: auto;
}
.pickup-ttl p {
	display: none;
}

/* itemlist */
.itemlist {
	padding: 24px 0 24px;
	border-bottom: none;
}

.itemlist-ttl {
	text-align: center;
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 140%;
	letter-spacing: 0.1em;
}
.itemlist .itemcount {
	text-align: center;
	margin: 0 auto 14px;
}

.item-blocks {
	overflow: hidden;
	padding: 0 1.5%;
	max-width: 600px;
	margin: 0 auto 4px;
}
.item-block {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 0 1%;
	margin-bottom: 18px;
}
.item-block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.item-block .thumb {
	margin-bottom: 8px;
}
.item-block .thumb img {
	width: 100%;
	height: auto;
}
.item-block .maker {
	color: #9e9e9e;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding-bottom: 5px;
}
.item-block .ttl {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
}
.item-block .ttl a:hover,
.item-block .ttl a:active {
	text-decoration: underline;
}
.item-block .price {
	font-size: 1.2rem;
}
.item-block .price small {
	color: #9e9e9e;
	font-size: 1.0rem;
	padding-left: 4px;
}

/* ---------- access ---------------------------------------- */
/* acce-tab */
.acce-tab {
	overflow: hidden;
	background-color: #fff;
	margin: 24px 2% 0;
}
.acce-tab ul li {
	float: left;
	width: 50%;
	cursor: pointer;
	background-color: #f5f5f5;
	text-align: center;
}
.acce-tab ul li.current {
	background-color: #fff;
}
.acce-tab ul li span {
	display: inline-block;
	font-size: 1.1rem;
	padding: 13px 10px;
	line-height: 160%;
}

#acce-contents {
	margin: 0 2% 0;
	padding: 0 2.5% 0;
	background-color: #fff;
}

.acce-block {
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

/* acce-intro */
.acce-intro {
	overflow: hidden;
	padding: 24px 0 24px;
}
.acce-intro .ttls {}
.acce-intro .shop-place {
	color: #9e9e9e;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.1em;
	margin-bottom: 6px;
	padding-top: 5px;
}
.acce-intro .shop-name {
	color: #424242;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.acce-intro .photo {
	text-align: center;
	margin-bottom: 18px;
}
.acce-intro .photo img {
	max-width: 100%;
	height: auto;
}
.acce-intro .dlist {}

/* acce-gmap */
.acce-gmap {
	height: 220px;
	background-color: #f5f5f5;
	margin-bottom: 24px;
}

/* acce-info */
.acce-info {
	overflow: hidden;
	padding: 0 0 16px;
}
.acce-info .train {
	margin-bottom: 22px;
}
.acce-info .map {
	margin-bottom: 18px;
}
.acce-info .map img {
	width: 100%;
	height: auto;
}
.acce-info .text {}
.acce-info .ttl {
	height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 150%;
	color: #65B663;
	padding-left: 33px;
	font-size: 14px;
	letter-spacing:0.1em;
}
.acce-info .train .ttl {
	background: url(../images/access/lb_acce_train.gif) no-repeat left top;
	background-size: auto 22px;
}
.acce-info .bus .ttl {
	background: url(../images/access/lb_acce_bus.gif) no-repeat top left;
	background-size: auto 22px;
}
.acce-info h4 {
	color: #404040;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}
.acce-info .notice {
	text-indent: -1em;
	padding-left: 1em;
}


/* ---------- privacy ------------------------------------ */
.privacy-box {
	margin: 24px 2% 24px;
	padding: 16px 2.5% 10px;
	background-color: #fff;
}
.privacy-box > p {
	padding: 0 0.5%;
	margin-bottom: 20px;
	line-height: 200%;
}

.privacy-list {}
.privacy-list dt {
	color: #be9635;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 180%;
	border-bottom: solid 1px #e8e8e8;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.privacy-list dd {
	font-size: 1.1rem;
	line-height: 180%;
	margin-bottom: 22px;
}

/* ---------- links ------------------------------------ */
.links-box {
	margin: 24px 2% 24px;
	padding: 16px 2.5% 10px;
	background-color: #fff;
}

.link-block {
	overflow: hidden;
	clear: both;
	margin-bottom: 14px;
}
.link-block h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.link-list {
	padding: 1%;
	overflow: hidden;
}
.link-list > li {
	margin-bottom: 20px;
}
.link-list > li > a {
	display: block;
}
.link-list > li > a > span {
	background: url(../images/ic_arrow_link.png) no-repeat left center;
	background-size: 8px auto;
	padding-left: 14px;
	color: #be9635;
	font-size: 1.2rem;
	font-weight: bold;
}
.link-list a {
	letter-spacing: 0.1em;
}

/* inner-list 子リンク */
.link-list .inner-list {
	margin-top: 6px;
}
.link-list .inner-list li {
	margin-bottom: 6px;
}
.link-list .inner-list li a span {
	background: url(../images/ic_arrow_link2.png) no-repeat left center;
	background-size: 8px auto;
	padding-left: 14px;
	font-size: 1.2rem;
}

/* link-city */
.link-city .link-list > li {
	margin-bottom: 20px;
}
.link-city .link-list > li > a {}

/* link-city link-kougei */
.link-block > section {
}
.link-block > section.left {}
.link-block > section h3 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

/* ---------- sitemap ------------------------------------ */
.sitemap-box {
	margin: 24px 2% 24px;
	padding: 24px 2.5% 24px;
	background-color: #fff;
}

.sitemap-box .link-list > li {
	margin-bottom: 16px;
}

/* ---------- contact ---------------------------------------- */
.contact-box {
	margin: 24px 2% 24px;
	padding: 22px 2.5% 10px;
	background-color: #fff;
}
/* conact-intro */
.contact-intro {
	margin-bottom: 24px;
}
.contact-intro > p {
	margin-bottom: 16px;
	line-height: 200%;
}
.contact-intro .notice {
	background-color: #f8f5ef;
	padding: 16px 12px;
	text-align: center;
}
.contact-intro .notice p {
	color: #be9635;
	font-weight: bold;
}

/* contact-tel */
.contact-tel {
	overflow: hidden;
}
.contact-tel-ttl {
	color: #be9635;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 12px 14px;
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 18px;
}
.contact-tel > section {
	margin-left: 5px;
	margin-bottom: 24px;
	padding: 2px 12px 2px 12px;
	border-left: solid 1px #e8e8e8;
}
.contact-tel .ttl {
	color: #9e9e9e;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.contact-tel .en {
	font-size: 1.8rem;
	padding-bottom: 8px;
}

/* formtable */
.formtable {
	width: 100%;
	margin-bottom: 24px;
	border-top: solid 1px #e8e8e8;
}
.formtable tr {
	position: relative;
	border-bottom: solid 1px #e8e8e8;
}
.formtable th {
	display: inline-block;
	width: auto;
	padding: 8px 0 6px;
	font-size: 1.2rem;
	font-weight: bold;
}
.formtable th:nth-child(2) {
	width: auto;
	display: inline-block;
	padding: 8px 0 6px;
}
.formtable .required,
.formtable .optional {
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	padding: 0 3px;
	border-radius: 2px;
	line-height: 18px;
	margin-left: 8px;
}
.formtable .required {background-color: #c8a655;}
.formtable .optional {background-color: #bdbdbd;}

.formtable td {
	display: inline-block;
	width: 100%;
	font-size: 100%;
	line-height: 100%;
	padding: 4px 0 8px;
}
.formtable input,
.formtable textarea {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	padding: 5px 4px;
	font-size: 1.2rem;
}
.formtable select {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	padding: 2px 4px;
}
.formtable select option {
	padding: 3px 4px;
}
.formtable input {
	width: 100% !important;
	box-sizing: border-box;
}
.formtable textarea {
	width: 100% !important;
	height: 125px;
	box-sizing: border-box;
}

.contact-privacy {
	border: solid 1px #e8e8e8;
	padding: 14px 12px 12px;
	margin-bottom: 24px;
}
.contact-privacy .ttl {
	color: #be9635;
	font-size: 1.2rem;
	font-weight: bold;
	padding-bottom: 5px;
}
.contact-privacy p {}
.contact-privacy a {
	color: #be9634;
}
.contact-privacy a:hover,
.contact-privacy a:active {
	text-decoration: underline;
}

.contact-form-btn {
	text-align: center;
	margin-bottom: 12px;
}
.contact-form-btn .square-btn button {
	overflow: visible;
	cursor: pointer;
	width: 100%;
}
