@charset "utf-8";
/********************** MOBILE FIRST ************************/

/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, 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%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { vertical-align: bottom; }

/***************************************************************/
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	word-wrap: break-word;
	-ms-overflow-style: scrollbar;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	color: #fff;
	background: #231815;
}
img {
	max-width: 100% !important;
	height: auto !important;
}
@media (min-width: 767px) {
	body {
		font-size: 1.6rem;
	}
}


/**************** common ****************/
.clearfix:after { content:" "; display:block; clear:both;}
.tar{ text-align: right !important; }
.fl{ float: left !important; }
.mg00 { margin: 0px !important; }
.mat10{ margin-top: 10px !important; }
.mt00 { margin-top: 0px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt60 { margin-top: 60px !important; }
.pt30 { padding-top: 30px !important;  }
.pt60 { padding-top: 60px !important; }
.mb00 { margin-bottom: 0px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb60 { padding-bottom: 60px !important; }
.bold{ font-weight: bold; }
.em { display: block; padding-top: 8px; font-size: 1.2rem; }
strong { font-weight: bolder !important; }
a { transition: .5s; }
a:hover { transition: .3s; }

.pc { display: none !important; }
.sp { display: block !important; }
@media (min-width: 767px) {
	.em { font-size: 1.6rem;}
	.pc	{ display: block !important; }
	.sp	{ display: none !important; }
	img.pc { display: inline-block !important; }
	img.sp { display: none !important; }
}

/**************** header ****************/
p.title {
	width: 50%;
	padding-top: 40px;
	margin: 0 auto 5px;
}
h2 {
	margin-bottom: 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	text-align: center;
}
@media (min-width: 767px) {
	p.title {
		padding-top: 60px;
		width: 20%;
	}
	h2 {
		font-size: 4.0rem;
	}
}

/**************** btn ****************/
.btn {
	display: block;
	width: 90%;
	padding: 12px 0;
	margin: 20px auto 0;
	border: 1px solid #fff;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	text-decoration: none;
	background: #4c311f;
	box-sizing: border-box;
	position: relative;
}
.btn.bg-img {
	text-align: center;
	background-image: url(../images/bg-btn-sp.jpg);
	background-color: #533926;
	background-size: cover;
}
.btn:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 47%;
    right: 12px;
    margin-top: -3px;
}
@media (min-width: 767px) {
	.btn {
		width: 80%;
		padding: 15px 0;
		font-size: 2.0rem;
	}
	.btn:after {
		width: 11px;
		height: 11px;
		right: 22px;
	}
	.btn.bg-img {
		width: 630px;
		background-image: url(../images/bg-btn.jpg);
		background-color: #533926;
	}
	.btn:hover {
		color: #fff;
		background: #9e7c48;
	}
}
/* ieのみ游明朝だと下に余白ができてしまう調整 */
@media all and (-ms-high-contrast:none){
	.btn {
	padding: 20px 0 14px;
	}
}


/**************** mainVis ****************/
.mainVis {
	max-width: 100%;
	height: auto;
	position: relative;
}
.mainVis .btn-main {
	width: 100%;
	position: absolute;
	bottom: 14%;
}
@media (min-width: 767px) {
	.mainVis .btn-main {
		margin: 0;
		width: 100%;
		text-align: center;
		bottom: 11%;
	}
}

/**************** gloval nav ****************/
.gloval_nav {
	padding: 5px 15px;
	width: 100%;
	height: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	box-sizing: border-box;
	font-weight: bolder;
	color: #42291a;
	background-color: #fff;
}
.gloval_nav ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.gloval_nav ul li:nth-child(2n) {
	border-left: solid 1px #9f7d49;
}
.gloval_nav ul li:first-child,.gloval_nav ul li:nth-child(2) {
	border-bottom: solid 1px #9f7d49;
}
.gloval_nav ul li a {
	display: block;
	padding: 13px 0;
	font-size: 1.5rem;;
	text-align: center;
	text-decoration: none;
	color: #42291a;
	position: relative;
}
.gloval_nav ul li a:after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #9f7d49;
	border-right: solid 1px #9f7d49;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 47%;
	right: 12px;
	margin-top: -3px;
}
/* ieのみ游明朝だと下に余白ができてしまう調整 */
@media all and (-ms-high-contrast:none){
	.gloval_nav ul li a {
	padding: 22px 0 16px;
	}
}
@media (min-width: 767px) {
	.gloval_nav {
		max-width: 1170px;
		padding: 30px 15px;
		margin: 0 auto;
		background: #231815;
	}
	.gloval_nav ul {
		display: flex;
	}
	.gloval_nav ul li {
		margin-right: 10px;
		float: none;
		width: 100%;
	}
	.gloval_nav ul li a {
		font-size: 1.8rem;
		background: #fff;
	}
	.gloval_nav ul li a:hover {
		color: #fff;
		background: #9e7c48;
	}
	.gloval_nav ul li a:hover:after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
	.gloval_nav ul li:first-child, .gloval_nav ul li:nth-child(2), .gloval_nav ul li:nth-child(2n) {
		border: none;
	}

}


/**************** #campaign ****************/
.campaign {
	text-align: center;
	position: relative;
}
.campaign::before {
	content: "";
	display: block;
	width: 12px;
	height: 13px;
	background: url("../images/campaign.svg");
	background-size: cover;
	position: absolute;
	top: 3%;
	left: 50%;
	margin-left: -6px;
}
.campaign dl {
	padding: 45px 0;
}
.campaign dt {
	padding-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: bolder;
	letter-spacing: 1.6px;
}
.campaign_content_1{
	max-width: 100%;
	height: auto;
	clear: both;
	background: url("../images/bg-campaign01.jpg");
	background-size: cover;
}
.campaign_content_2{
	max-width: 100%;
	height: auto;
	clear: both;
	background: url("../images/bg-campaign02.jpg");
	background-size: cover;
}
@media (min-width: 767px) {
	.campaign::before {
		width: 20px;
		height: 23px;
		top: 2%;
		margin-left: -10px;
	}
	.campaign article {
		display: flex;
		align-items: center;
	}
	.campaign article.campaign_content_2 {
		flex-direction: row-reverse;
	}
	.campaign div {
		width: 50%;
		overflow: hidden;
	}
	.campaign dl {
		padding: 45px 15px;
	}
	.campaign dt {
		font-size: 3.0rem;
	}
	.campaign dd {
		font-size: 1.7rem;
	}
	.campaign div img {
		max-width: none !important;
		min-width: 100%;
	}
}

/**************** #privilege ****************/
.privilege {
padding-bottom: 40px;
}
.privilege article {
	margin: 0 15px;
}
.privilege article > img {
	padding: 0 15px;
	box-sizing: border-box;
}
.privilege .border-top {
	padding-top: 30px;
	border-top: 1px solid #463d3b;
}
.privilege dl {
	text-align: center;
	padding: 20px 0;
}
.privilege dt {
	padding-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: bolder;
	letter-spacing: 1.6px;
}
@media (min-width: 767px) {
	.privilege {
		max-width: 1170px;
		margin: 0 auto;
	}
	.privilege article {
		margin: 0;
		float: left;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
	}
	.privilege::after {
		clear: both;
		display: table;
		content: "";
	}
	.privilege .border-top {
		padding-top: 0;
		border-top: none;
		border-left: 1px solid #463d3b;
	}
	.privilege dl {
		padding: 20px 15px;
	}
	.privilege dd {
		font-size: 1.7rem;
	}
}

/********************* #service **********************/
.service {
	padding-bottom: 40px;
	background: url("../images/bg-service.jpg");
	background-size: cover;
}
.service .service-area {
	margin: 0 15px;
}
.service .service-area li{
	padding-top: 30px;
}
.service .service-area li:first-child {
	padding: 0;
}
.service .caption {
	padding: 10px 0;
	margin-bottom: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1.2;
	font-size: 1.7rem;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 1.6px;
	background: #231612;
}
.service .service-area div {
	display: flex;
	align-items: center;
}
.service .service-area div img {
	margin-right: 8px;
	width: 100px;

}
@media (min-width: 767px) {
	.service {
		padding-bottom: 80px;
	}
	.service .caption {
		font-size: 2.4rem;
	}
	.service .service-area {
		max-width: 1170px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.service .service-area li {
		width: 50%;
		padding: 30px 15px 0 !important;
		box-sizing: border-box;
	}
	.service .service-area div img {
		width: 140px;
		height: 140px !important;
	}
	.service .service-area div p {
		width: 70%;
	}
}

/********************* #floor **********************/
.floor {
	padding-bottom: 40px;
}
.swiper-container {
	padding-bottom: 40px;
}
.swiper-pagination-bullet{
	background: #b5b5b5 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #543928 !important;
}

.floor_explanation {
	padding: 0 15px 20px;
}
.floor_explanation dl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.floor_explanation dt {
	padding-top: 20px;
	font-size: 2.0rem;
	font-weight: border;
}
.floor_explanation dd {
	font-weight: 100;
	color: #d1d1d1;
}
@media (min-width: 767px) {
	.swiper-container {
		width: 1170px;
	}
	.floor_explanation {
		margin: 0 auto;
		max-width: 1170px;
	}
}
/* swiper */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/i-arrow-left.png) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/i-arrow-right.png) !important;
}
.swiper-button-next, .swiper-button-prev {
    width: 44px !important;
	height: 62px !important;
	margin-top: -48px !important;
}
@media (min-width: 767px) {
	.swiper-button-next, .swiper-button-prev {
		margin-top: -22px;
	}
}

/********************* #access **********************/
.access {
	padding-bottom: 60px;
	background: url(../images/bg-access.jpg) no-repeat;
	background-size: cover;
}
.access .gMap {
	width: 92%;
	margin: 0 auto;
}
.access .gMap iframe{
	max-width: 100%;
}
.access .outline {
	padding: 15px;
}
.access .outline th {
	font-weight: bold;
}
.access .outline td {
	padding-bottom: 20px;
}
.access .outline td a {
	color: #fff !important;
}
@media (min-width: 767px) {
	.access {
		padding-bottom: 60px;
		background: url(../images/bg-access-pc.jpg) no-repeat;
		background-size: cover;
		background-position: bottom;
	}
	.access ul {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1170px;
		margin: 0 auto;
	}
	.access li {
		width: 50%;
	}

}







/*** footer ***/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section.addon-footer .antiquary {
    margin-bottom: 20px;
}
section.addon-footer {
    background-color: #e6e6e6;
    color: #999999;
    padding: 40px 0 20px 0;
}
section.addon-footer .antiquary h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}
section.addon-footer .antiquary ul li {
    font-size: 1rem;
    display: block;
    text-align: center;
}
section.addon-footer .license {
    margin-bottom: 20px;
}
section.addon-footer .license ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 240px;
    font-size: 0;
}
section.addon-footer .license ul li.reuse {
    width: 60px;
}
section.addon-footer .license ul li:first-child {
    margin-left: 0;
}
section.addon-footer .license ul li {
    display: inline-block;
    margin-left: 20px;
}
section.addon-footer .license ul li.secure, section.addon-footer .license ul li.aacd, section.addon-footer .license ul li.pmark {
    width: 40px;
}
.l-footer {
    background-color: #707275;
}
.l-footer .container {
    position: relative;
}
.footer-logo-container {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
.footer-logo {
    display: inline-block;
    width: 180px;
}
.footer-link {
    margin: 20px 0 0 0;
}
.footer-link > a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    color: #e6e6e6;
    text-decoration: none;
}
.footer-social-link {
    margin: 20px 0 0 0;
    padding-left: 0;
    font-size: 0;
    text-align: center;
}
.footer-social-link > li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    width: 48px;
    height: 48px;
}
.footer-social-link > li:first-child {
    margin-left: 0;
}
.footer-link-line {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_line.png);
}
.footer-link-facebook {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_facebook.png);
}
.footer-link-twitter {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_twitter.png);
}
.footer-link-instagram {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_instagram.png);
}
.footer-link-youtube {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_youtube.png);
}
.footer-link-weibo {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_weibo.png);
}
.footer-link-weixin {
    display: block;
    height: 100%;
    background-image: url(http://www.komehyo.co.jp/wp-content/themes/komehyo/img/common/icon_weixin.png);
}
.qr-code-pos {
    position: absolute;
    top: -85px;
    right: 0px;
    width: 300px;
    height: 115px;
    display: none;
}
.arrow_box {
    width: 300px;
    height: 115px;
    position: relative;
    background: #ffffff;
    border: 1px solid #c7c7c7;
}
.qr-code {
    position: absolute;
    top: 5px;
    left: 5px;
}
.qr-code-txt {
    width: 180px;
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 110px;
}
.copyright {
    margin: 0;
    color: #cccccc;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
.footer-link-container {
    padding: 20px 0;
}
.footer-link-list {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 0;
}
.footer-link-list > li {
    list-style: none;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}
.footer-link-list > li > a {
    color: #cccccc;
    text-decoration: none;
}
@media (min-width: 767px) {
	.container {
		width: 1170px;
		padding-left: 0;
		padding-right: 0;
		margin-right: auto;
		margin-left: auto;
	}
	section.addon-footer .antiquary {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		float: left;
	}
	section.addon-footer .antiquary ul {
		float: left;
		margin-right: 20px;
	}
	section.addon-footer .license {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		float: right;
	}
	section.addon-footer .license ul {
		width: auto;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		font-size: 0;
	}
	section.addon-footer .license ul li.reuse {
		width: 120px;
	}
	section.addon-footer .license:after {
		content: "";
		display: table;
		clear: both;
	}
	section.addon-footer .license ul li.secure, section.addon-footer .license ul li.aacd, section.addon-footer .license ul li.pmark {
		width: 80px;
	}
	.clearfix:after, .container:after, .container-fluid:after, .row:after {
		clear: both;
	}
	.footer-logo-container {
		float: left;
		margin-right: -450px;
		text-align: left;
	}
	.footer-link {
		display: inline-block;
		margin: 0 0 0 30px;
		line-height: 1;
	}
	.footer-social-link {
		float: right;
		margin-top: 40px;
		width: 450px;
		text-align: right;
	}
	.footer-link-container {
		padding: 40px 0;
	}
	.copyright {
		float: left;
		margin: 10px 20px 0 0;
		text-align: left;
	}
	.footer-link-list {
		float: left;
	}
	.footer-link-list > li {
		display: inline-block;
		padding: 0 16px;
		margin-bottom: 10px;
		border-right: 1px solid #cccccc;
		vertical-align: top;
	}
	.footer-link-list > li:first-child {
		border-left: 1px solid #cccccc;
	}
	.footer-link-container:after {
		content: "";
		display: table;
		clear: both;
	}
}