@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	padding: 10px;
	width: 100%;
}
th {
	width: 25%;
}
p {
	line-height: 1.8em;
}
hr {
	margin-bottom: 30px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
img {
	width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
article {
	padding: 20px 0px 0px 20px;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
html {
	font-size: 62.5%;
}
body {
	font-family: YuGothic, '游ゴシック', 'Noto Sans JP', "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow-x: hidden;
}
a:link, a:hover, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #e80013;
	text-decoration: none;
}
hr.hr_dot {
	border: 0;
	border-bottom: 1px dashed #aaa579;
}
.iframe_content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe_content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*画像-------------------------------------------*/
/*オンマウスで大きくなる*/
figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
figure img {
	transition: 0.5s;
}
figure img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
/*------------------------------------------------------------*/
/*-------header　ヘッダー--------*/
header {
	border-top: 3px solid #e80013;
	border-bottom: 2px solid #e1e1e1;
	/*position: fixed;
	z-index: 20000;*/
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}

@media only screen and (max-width: 960px) {
header {
	position: fixed;
	z-index: 20000;
	left: 0;
}
}
header #header-inner {
	letter-spacing: 0.1em;
	text-align: center;
	max-width: 980px;
	padding-bottom: 15px;
	margin: 0 auto;
}
}

@media only screen and (max-width: 960px) {
header #header-inner {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-top: 18px;
	position: relative;
}
}
header #header-inner #lgo-top {
	padding-top: 25px;
}
header #header-inner #lgo-top img {
	width: 220px;
}

@media only screen and (max-width: 960px) {
header #header-inner #lgo-top {
	padding-top: 20px;
	margin-left: 10px;
	float: left;
}
header #header-inner #lgo-top img {
	width: 70px;
}
}
header #header-inner #nav-global-menu {
	display: none;
}

/*ハンバーガー＆バツ*/
@media only screen and (max-width: 960px) {
header #header-inner #nav-global-menu {
	display: block;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}
header #header-inner #nav-global-menu.opened {
	background-image: url(../img/menu_close.png);
}
}
header #header-inner #nav-global {
	display: block;
	padding-top: 15px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
header #header-inner #nav-global {
	margin-left: 7%;
}
}

@media only screen and (max-width: 980px) {
header #header-inner #nav-global {
	margin-left: 5%;
}
}
header #header-inner #nav-global > ul > li {
	display: inline-block;
	line-height: 14px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
header #header-inner #nav-global > ul > li > a.current, header #header-inner #nav-global > ul li a:hover {
	color: #e80013;
}

/*-----プルダウン------*/
@media only screen and (max-width: 960px) {
header #header-inner #nav-global {
	display: none;
	float: none;
	padding-top: 0;
	width: 100%;
	margin-left: 0;
	position: absolute;
	left: 0;
	top: 71px;
	z-index: 100;
}
header #header-inner #nav-global > ul > li {
	padding-right: 0px;
	padding-left: 0px;
}
header #header-inner #nav-global > ul li {
	border-right: none;
	text-align: left;
	background-color: #e80013;
	border-bottom: 1px solid #e1e1e1;
	width: 100% !important;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	background-position: 95% 50%;
}
header #header-inner #nav-global > ul li a, header #header-inner #nav-global > ul li span {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 22px;
}
header #header-inner #nav-global > ul li span, header #header-inner #nav-global > ul li a:hover, header #header-inner #nav-global > ul li a:link, header #header-inner #nav-global > ul li a:visited, header #header-inner #nav-global > ul li a:active {
	color: #fff;
}
}

/*各店舗情報*/
@media screen and (min-width: 961px) {
header #header-inner #nav-global > ul #nav-global-info {
	width: 9%;
	border-right: none;
	position: relative;
}
header #header-inner #nav-global > ul #nav-global-info > span {
	cursor: pointer;
	display: block;
}
header #header-inner #nav-global > ul #nav-global-info > span:hover, header #header-inner #nav-global > ul #nav-global-info > span.current {
	color: #e80013;
}
header #header-inner #nav-global > ul #nav-global-info > ul {
	display: none;
	position: absolute;
	z-index: 100;
	left: 5px;
	top: 14px;
	width: 145px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
header #header-inner #nav-global > ul #nav-global-info > ul > li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
header #header-inner #nav-global > ul #nav-global-info > ul > li a.current {
	color: #e80013;
}
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
header #header-inner #nav-global > ul #nav-global-info ul {
	width: 100%;
}
header #header-inner #nav-global > ul #nav-global-info ul li {
	border: none;
	display: inline-block;
	width: 50% !important;
	float: left;
	background-color: #fff;
}
header #header-inner #nav-global > ul #nav-global-info ul li a {
	display: block;
	color: #e80013;
}
header #header-inner #nav-global > ul #nav-global-info ul li:nth-child(even) a {
	padding-left: 40px;
}
header #header-inner #nav-global > ul #nav-global-info ul li:nth-child(9) a, header #header-inner #nav-global > ul #nav-global-info ul li:nth-child(10) a {
	background: none;
}
header #header-inner #nav-global > ul #nav-global-info > span .sp_see{
	display: none;
}
}
/*-------contents　コンテンツ--------*/
#contents {
	padding: 0px 0px 50px 0px;
	max-width: 100%;
}
#contents img {
	max-width: 100%;
}
#home {
	max-width: 100%;
}
#home #inner_box {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 15px 50px 15px;
}
/*--------footer　フッター------------*/
footer {
	height: 100%;
	padding-top: 30px;
}
footer #copyrigt {
	text-align: center;
	background-color: #e80013;
	height: 44px;
	line-height: 44px;
}
footer #copyrigt #copyrigt-inner {
	max-width: 1060px;
	margin: 0 auto;
}
footer #copyrigt #copyrigt-inner a{
	color: #fff;
}
footer #copyrigt #copyrigt-inner a:hover{
	color: #fff;
}
/*gotop------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 15px;
	font-size: 24px;
}
#page-top a {
	width: 30px;
	height: 30px;
	background: #e80013;
	text-decoration: none;
	color: #fff;
	padding: 4px 10px 15px 10px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
@media only screen and (max-width: 750px) {
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 15px;
	font-size: 24px;
}
#page-top a {
	padding: 0px 10px 19px 10px;
	border:2px solid #7e2029;
}
}
/*googlemap------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*レイアウト---------------------------------------------------------------------------------------------------------------------*/
/*横並べ50%*/
#contents #piece dt {
	float: left;
	width: 50%;
}
#contents #piece dt img {
	max-width: 95%;
	height: auto;
}
#contents #piece dd {
	padding-left: 50%;
}

@media only screen and (max-width: 960px) {
#contents {
	padding-top: 71px !important;
}
#contents #piece dt {
	float: none;
	width: auto;
}
#contents #piece dt img {
	max-width: 100%;
}
#contents #piece dd {
	padding-top: 20px;
	padding-left: 0%;
}
}
/*横並べ40%*/
#contents #piece_40 ul {
	margin-top: 20px;
}
#contents #piece_40 li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#contents #piece_40 dt {
	float: left;
	width: 40%;
}
#contents #piece_40 dt img {
	max-width: 90%;
	height: auto;
}
#contents #piece_40 dd {
	padding-left: 40%;
}

@media only screen and (max-width: 750px) {
#contents #piece_40 dt {
	float: none;
	width: 100%;
}
#contents #piece_40 dt img {
	max-width: 100%;
}
#contents #piece_40 dd {
	padding-left: 0%;
	width: 100%;
}
}
/*col*/
.col {
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
.colfirst {
	margin-top: 30px;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.col1 {
	float: left;
	width: 25%;
}
.col1 p {
	font-weight: bold;
}
.col2 {
	padding-left: 25%;
}
/*------------------------------------------------------------*/
.clearfix, #home .lyt-top-01 .how-to-enjoy .list, #home .lyt-top-01 .banner .list {
	zoom: 1;
}
.clearfix:after, #home .lyt-top-01 .how-to-enjoy .list:after, #home .lyt-top-01 .banner .list:after {
	content: "";
	display: block;
	clear: both;
}
.mincyo {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.cl-both {
	clear: both !important;
}
.indent {
	text-indent: -1em !important;
	padding-left: 1em !important;
}
.akaji {
	color: #e80013;
	font-weight: bold !important;
}
.bold {
	font-weight: bold !important;
}
.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
.txtL {
	text-align: left !important;
}
.txtR {
	text-align: right !important;
}
.txtC {
	text-align: center !important;
}
.fontXL {
	font-size: 124%;
}
.fontL {
	font-size: 108%;
}
.fontS {
	font-size: 93%;
}
.fontXS {
	font-size: 77%;
}
.txt_r {
	text-align: right;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mt1em {
	margin-top: 1em !important;
}



:-moz-any(#tinynav1):before {
 background-color: #fff;
  /* this is necessary for overcome the caret default browser */
  pointer-events: none;
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  z-index: 1;
/* this is necessary for overcome the pseudo element */
}
/*カスタムgooglemapの設定*/
.acf-map {
	width: 100%;
	height: 306px;
	border: #ccc solid 1px;
	margin: 20px 0;
}


/*アコーディオン*/
#page_title_accordion p {padding: 10px; text-align: center;}
.accordion2 {width: 100%; margin: 5px; color:#fff;}
.accordion2 .inner {display: none;}
.accordion2 p{cursor: pointer;}
.accordion2 p.ac1{background: #e80013; padding: 10px; text-align: center;border: solid 1px #fff;}
.accordion2 .inner li{padding:}
.accordion2 .inner li.content1-1{background: #fff; margin: 10px;}
