@charset "utf-8";

/* 共通スタイル
 * ************************************************** */
body {
	background: url(../images/bg.jpg) repeat top left;
}

/* 共通スタイル */
#content section {
	margin: 0 auto;
	padding: 50px 0;
	}
section .inner  {
	width: 100%;
	margin: 0 auto;
}
.spNone {
	display: none;
}
a,
a:focus {
	outline: none;
	text-decoration: none;
}
img {
	vertical-align: top;
}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* header
 * ************************************************** */
#header {
	padding: 0;
	background: url(../images/bg.jpg) repeat top left;
	box-shadow: 0 6px 6px rgba(124,121,118,0.2);
	z-index: 9999;
}
/* MENU */
#header .menuBtn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px; right: 15px;
	background: #595757;
	display: table;
	border-radius: 25px;
}
#header .menuBtn a {
	display: table-cell;
	vertical-align: middle;
}
.menuBtn span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 3px auto;
}



/* globalNav
 * ************************************************** */
#globalNav {
	width: 100%;
}
#globalNav button {
	background: #595757;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	box-sizing: border-box;
}
.drawer-nav {
	width: 100%;
	background: url(../images/bg.jpg) repeat top left;
	z-index: 9999;
	box-shadow: 6px 6px 6px rgba(124,121,118,0.5);
}
.drawer-menu {
	border-top: 1px solid #b5b5b6;
	width: 90%;
	margin: 0 auto;
}
.drawer-menu:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
}
.drawer-menu li {
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b5b5b6;
	list-style-type: none;
}
.drawer-menu a {
	display: block;
	padding: 20px 0;
	font-size: 0.8em;
	color: #9fa0a0;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.drawer-menu span {
	font-size: 1.3em;
	color: #1e1e1e;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin: 0 0.5em 0 0;
 }
 #gv05 a,
#gv06 a {
	position: relative;
}
#gv05 a:after,
#gv06 a:after {
	content:"";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%; right: 0;
	background: url(../images/icon_link.png) no-repeat center center;
	background-size: contain;
	margin: -6px 0 0 0;
}




/* 見出し
 * ************************************************** */
#header h1 {
	margin: 0 auto;
}
#header h1 a {
	content:"";
	overflow: hidden;
	width: 88px;
	height: 0;
	padding: 70px 0 0 0;
	background: url(../images/logo.png) no-repeat center center;
	background-size: contain;
	margin: 5px auto;
	display: block;
}
#cat02 h2,
#cat03 h2,
#cat04 h2,
#cat05 h2 {
	width: 100%;
	font-size: 0.9em;
	color: #595757;
	text-align: center;
	position: relative;
	letter-spacing: 0.3em;
	margin: 0 auto 30px;
}
#cat02 h2 span,
#cat03 h2 span,
#cat04 h2 span,
#cat05 h2 span {
	display: block;
	content: "";
	overflow: hidden;
	height: 0;
	padding: 40px 0 0 0;
	margin: 0 0 20px 0;
}
#cat02 h2 span:after,
#cat03 h2 span:after,
#cat04 h2 span:after,
#cat05 h2 span:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #727171;
	top: 48px; left: 50%;
	margin: 0 0 0 -15px;
}


/* #mainVisual
 * ************************************************** */
#btnDown {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 15px; left: 50%;
	margin: 0 0 0 -30px;
}
#mainVisual {
	position: relative;
}
#mainVisual h2 {
	display: none;
}
#mv {
	position: relative;
	z-index: 0;
	height: 100vw;
}
#mv #slider01 {
	background: url(../images/mv/mv03_sp.jpg) no-repeat center center;
	background-size: cover;
}
#mv #slider02 {
	background: url(../images/mv/mv02_sp.jpg) no-repeat center center;
	background-size: cover;
}
#mv .sp-image-container {
	text-align: center;
}


/* cat01
 * ************************************************** */
#cat01 {
	text-align: center;
	background: url(../images/bg_wh.jpg) repeat top left;
}
#cat01 h2 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 auto 20px;
	white-space: nowrap;
}
#cat01 p {
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 3%;
}

/* cat02
 * ************************************************** */
#cat02 h2 span {
	background: url(../images/cat02/cat02_title.png) no-repeat center center;
	background-size: contain;
}
#cat02 h3 {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	color: #595757;
	letter-spacing: 0.3em;
	line-height: 2em;
	margin: 30px 0 10px;
}
#cat02 h3 span {
	display: block;
	content: "";
	overflow: hidden;
	height: 0;
	padding: 30px 0 0 0;
}
#cat02_00 h3 span {
	background: url(../images/cat02/cat02_00_title.png) no-repeat center center;
	background-size: contain;
}
#cat02_01 h3 span {
	background: url(../images/cat02/cat02_01_title.png) no-repeat center center;
	background-size: contain;
}
#cat02_02 h3 span {
	background: url(../images/cat02/cat02_02_title.png) no-repeat center center;
	background-size: contain;
}
#cat02_03 h3 span {
	background: url(../images/cat02/cat02_03_title.png) no-repeat center center;
	background-size: contain;
}
#cat02 #cat02_00 figure{
	width: 100%;
	float: none;
}
#cat02 figure {
	width: 49%;
	float: left;
}
#cat02 figure a {
	display: block;
}
#cat02_00 figure a,
#cat02_00 a img {
	width: 100%;
}
#cat02 figure:nth-child(even) {
	float: right;
}
#cat02 figure:nth-child(n+3) {
	margin-top: 7px;
}
#cat02_01 a img,
#cat02_02 a img,
#cat02_03 a img {
	width: 100%;
}
#cat02 figcaption {
	display: none;
}
#cat02 .pswp__caption {
	padding: 0 20px;
}
#cat02 .pswp {
	z-index: 99999;
}
#cat02 .pswp__caption__center {
	text-align: justify;
	text-justify: inter-ideograph;
}
#cat02 .pswp__caption__center span {
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
}


/* cat03
 * ************************************************** */
#cat03 h2 span {
	background: url(../images/cat03/cat03_title.png) no-repeat center center;
	background-size: contain;
}
#cat03 .inner > div + div {
	margin: 4px 0 0 0;
}
#cat03 .floatL {
	width: 100%;
	position: relative;
	text-align: right;
}
#cat03 .floatL img {
	width: 50%;
}
#cat03_01 .floatL {
	background: url(../images/cat03/cat03_01_title.png) no-repeat top left;
	background-size: contain;
}
#cat03_02 .floatL {
	background: url(../images/cat03/cat03_02_title.png) no-repeat top left;
	background-size: contain;
}
#cat03_03 .floatL {
	background: url(../images/cat03/cat03_03_title.png) no-repeat top left;
	background-size: contain;
}
#cat03_04 .floatL {
	background: url(../images/cat03/cat03_04_title.png) no-repeat top left;
	background-size: contain;
}
#cat03_05 .floatL {
	background: url(../images/cat03/cat03_05_title.png) no-repeat top left;
	background-size: contain;
}
#cat03 .floatR {
	width: 100%;
	padding: 20px 3%;
	box-sizing: border-box;
}
#cat03 h3 {
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	position: relative;
}
#cat03 h3 + p {
	margin: 10px 0 0 0;
}

/* cat04
 * ************************************************** */
#cat04 {
	background: url(../images/cat04/cat04_bg.jpg) no-repeat center center;
	background-size: cover;
}
#cat04 h2 span {
	background: url(../images/cat04/cat04_title.png) no-repeat center center;
	background-size: contain;
}
#cat04 * {
	color: #fff!important;
}
#cat04 h2 span:after {
	background: #fff;
}
#cat04 h2,
#cat04 h3 {
	text-align: center;
}
#cat04 h3 {
	font-size: 1.8em;
	margin: 20px 0;
}
#cat04 h3 + p {
	line-height: 1.8;
	font-size: 1em;
	letter-spacing: 0.05em;
	padding: 0 3%;
}
#cat04 dl {
	width: 100%;
	margin: 30px 0 0;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	padding: 0 3%;
	box-sizing: border-box;
}
#cat04 dt span {
	font-size: 1.8em;
	padding: 0 0 0 10px;
}
#cat04 dd {
	margin: 10px 0 0 0;
}
#cat04 dd + dd {
	text-align: right;
}
#cat04 dd + dd img {
	width: 40%;
}

/* cat05
 * ************************************************** */
#cat05 h2 span {
	background: url(../images/cat05/cat05_title.png) no-repeat center center;
	background-size: contain;
}
#cat05 dl.shop {
	border-bottom: 1px solid #b5b5b6;
	padding: 20px 0;
	position: relative;
}
#cat05 dl.shop:first-child {
	border-top: 1px solid #b5b5b6;
}
#cat05 dt .icon {
	width: 7em;
	position: absolute;
	top: 16px; right: 0;
}
#cat05_01 > dt {
	background: url(../images/cat05/cat05_01_title.png) no-repeat center left;
	background-size: contain;
}
#cat05_02 > dt {
	background: url(../images/cat05/cat05_02_title.png) no-repeat center left;
	background-size: contain;
}
#cat05 dl.shop > dt {
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 150px;
	height: 0;
	padding: 26px 0 0 0;
}
#cat05 dl.shop > dd dt {
	width: 4.5em;
	float: left;
	padding: 0.25em 0;
}
#cat05 dl.shop > dd dd {
	margin-left: 5.5em;
	position: relative;
	padding: 0.25em 0;
}
#cat05 dl.shop > dd dd:before {
	content: "：";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.25em; left: -1.25em;
}
#cat05 .inner dl.shop > dd dd span {
	display: inline-block;
	width: 5em;
	position: relative;
}
#cat05 .inner dl.shop > dd dd span:before {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #000;
	position: absolute;
	top: 50%; left: 0;
	margin-top: -2px;
}
#cat05 .inner dl.shop > dd dd span em {
	font-style: normal;
	background: url(../images/bg.jpg) repeat top left;
	position: relative;
	z-index: 2;
	margin: 0 0 0 -0.05em;
}
#cat05 h2 + div > .floatR {
	width: 80%;
	margin: 40px auto 0;
}
#cat05 .floatR img {
	width: 100%;
}
#cat05 #way .floatL,
#cat05 #way .floatR {
	width: 100%;
}
#way {
	margin: 40px 0 0 0;
	padding: 0 3%;
}
#way > div + div {
	margin: 20px 0 0 0;
}
#way dt {
	display: inline-block;
	background: #7a6a56;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 2px 16px;
	margin: 0 0 10px 0;
}
#way dd {
	text-align: justify;
	text-justify: inter-ideograph;

}


/* googleMap
 * ************************************************** */
#map {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#map iframe {
	width: 100%;
	height: 396px;
	border: none;
	outline: none;
	margin-top: -46px;
}


/* scroll animation
 * ************************************************** */
#cat01 h2,
#cat01 p,
#cat03 h2,
#cat05 h2,
#cat01,
#cat04,
#cat05 .inner > dl,
#cat05 .inner > div,
#cat02 .inner > div,
#cat03 .inner > div,
#map {
	transition: 1s;
	opacity: 0;
}
#cat01 h2.catInview,
#cat01 p.catInview,
#cat03 h2.catInview,
#cat05 h2.catInview,
#cat01.catInview,
#cat04.catInview,
#cat05 .inner > dl.catInview,
#cat05 .inner > div.catInview,
#cat02 .inner > div.catInview,
#cat03 .inner > div.catInview,
#map.catInview {
	opacity: 1;
}
