@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Header
 * Content
 * Footer
 * **************************************************
 */

/* Body
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #595757;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: 'pkna';
	font-size: 16px;
	font-size: 1.6em;
	min-width: 1080px;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

/* img */
#wrapper img {
	max-width: 100%;
}

/* link */
#wrapper a {
	-webkit-transition: .3s;
	transition: .3s;
}
#wrapper a:hover {
	opacity: 0.8;
}

/* Header
-------------------------------------------------- */

#header {
	padding: 92px 0 0 0;
	position: relative;
}
#header p.pr {
	border: 1px solid #595757;
	font-size: 1.5rem;
	font-weight: bold;
	height: 30px;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin: 0;
	position: absolute;
	top: 115px; right: 0;
	text-align: center;
	width: 80px;
}
#header h1 {
	width: 500px;
}
#header p {
	letter-spacing: 0.13em;
	line-height: 1.75;
	margin: 35px 0 0 0;
}

/* Content
-------------------------------------------------- */

#content {
	border: 2px solid #b5b5b6;
	margin: 48px 0 0 0;
}
#content .inner {
	padding: 65px 60px 50px;
}

/* headline */
#content h2,
#content h3,
#content h4,
#content h5 {
	color: #231815;
	letter-spacing: 0.05em;
}
#content h2 {
	font-size: 2.2rem;
	letter-spacing: 0.25em;
	margin: 0 0 20px 0;
}
#content h3 {
	color: #7b919b;
	font-size: 2.2rem;
}
#content h4 {
	font-size: 2.4rem;
	line-height: 1.2;
}
#content h4 span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin: 16px 0 0 0;
}

/* paragraph */
#content p {
	font-size: 2.0rem;
	letter-spacing: 0.12em;
	line-height: 1.8;
	text-align: justify;
}
#content p + p {
	margin-top: 36px;
}
#content p.notes {
	font-size: 1.3rem;
	letter-spacing: 0;
	margin-top: 36px;
}

/* gallery */
#content .gallery {
	margin: 30px 0 48px 0;
}
#content .gallery .gallery-thumbs {
	margin: 26px auto 0;
	width: 500px;
}
#content .gallery .gallery-thumbs.two {
	width: 330px;
}
#content .gallery .gallery-thumbs .swiper-slide {
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#content .gallery .gallery-thumbs .swiper-slide:hover {
	opacity: 0.8;
}
#content .gallery .gallery-thumbs .swiper-slide-thumb-active img {
	opacity: 0.3;
}
#content .gallery p {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 1.38;
	margin: 12px 0 0 0;
}

/* twoColumns */
#content .twoColumns {
	margin: 53px 0 0 0;
}
#content .twoColumns:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* storeInfo */
#content .storeInfo {
	float: left;
	margin: 0 50px 0 0;
	width: 460px;
}
#content .storeInfo .facility {
	border-bottom: 1px solid #7b919b;
}
#content .storeInfo .facility > * {
	display: inline-block;
	padding: 0 0 5px 0;
	vertical-align: top;
}
#content .storeInfo .facility h3 {
	white-space: nowrap;
}
#content .storeInfo .facility p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 0 4px;
	width: 118px;
}
#content .storeInfo .facility p a {
	background: #e60012 url(../images/icon_link.png) no-repeat 11px 2px;
	background-size: 16px;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	height: 20px;
	line-height: 22px;
	padding: 0 0 0 30px;
	text-decoration: none;
}
#content .storeInfo .currentStore {
	margin: 20px 0 0 0;
}
#content .storeInfo .currentStore ul {
	list-style: none;
	margin: 12px 0 0 4px;
}
#content .storeInfo .currentStore ul li {
	color: #7b919b;
	display: table;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin-left: 1em;
	position: relative;
	text-indent: -1em;
	width: 100%;
}
#content .storeInfo .currentStore ul li dl dt,
#content .storeInfo .currentStore ul li dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#content .storeInfo .currentStore ul li:before {
	content: '\025B6';
}
#content .storeInfo .currentStore ul li a {
	color: #e60012;
	word-break: break-word;
}

/* relatedArticle */
#content .relatedArticle {
	float: left;
	width: 390px;
}
#content .relatedArticle .frame {
	border: 2px solid #b5b5b6;
	margin: 8px 0 0 0;
	padding: 23px 25px;
}
#content .relatedArticle dl {
	display: table;
	height: 60px;
	line-height: 1.5;
	margin: 0;
	width: 100%;
}
#content .relatedArticle dl + dl {
	margin-top: 18px;
}
#content .relatedArticle dl dt,
#content .relatedArticle dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#content .relatedArticle dl dt {
	width: 100px;
}
#content .relatedArticle dl dt img {
	vertical-align: top;
}
#content .relatedArticle dl dd {
	padding: 0 0 0 16px;
}
#content .relatedArticle dl dd a {
	color: #00a29a;
}

/* button */
#content .button {
	margin: 64px auto 0;
	width: 628px;
}

/* Footer
-------------------------------------------------- */

#footer {
	margin: 35px 0 0 0;
	padding: 0 0 30px 0;
	text-align: center;
}

/* return */
#footer .return a {
	color: #727171;
	letter-spacing: 0.2em;
	text-decoration: none;
}
#footer .return a:before,
#footer .return a:after {
	letter-spacing: 0.3em;
}
#footer .return a:before {
	content: '\025B6\025B6\025B6';
	margin-right: 0.1em;
}
#footer .return a:after {
	content: '\025C0\025C0\025C0';
	margin-left: 0.1em;
}

/* copyRight */
#footer .copyRight {
	font-size: 1.2rem;
	margin: 65px 0 0 0;
}
