@charset "utf-8";

/* ---------------------------------------------------
   File: common.css
   Version: 2.0.0
   Update: 2019-11-21
   Author: http://flowlab.co.jp

   (c)2007-2019 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

.sp {
	display: none;
}

body {
	min-width: 1280px;
	line-height: 1.5;
	color: #532D14;
	font-size: 1.8rem;
	background-color: #ffffff;
}
/* ====================================================
		Common Style
==================================================== */
img {
	max-width: 100%;
	display: block;
}

a, a img {
	color: #532D14;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

a:link {
	color: #532D14;
	text-decoration: none;
}

a:hover {
	color: #532D14;
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

a[href^="tel:"]:hover, a[href^="tel:"]:hover img {
	opacity: 1 !important;
}


.fax {
	position: relative;
	display: inline-block;
}

.fax,
.fax a {
	cursor: default;
	pointer-events: none;
}

.fax:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

#container {
	overflow: hidden;
	position: relative;
}

#main {
	margin-bottom: 91px;
}

@media screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	
	.pc {
		display: none !important;
		}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	a:hover img, a:hover {
		opacity: 1 !important;
		-moz-opacity: 1 !important;
		filter: alpha(opacity=100) !important;
		-ms-filter: "alpha(opacity=100)" !important;
	}
	
	#main {
		margin: 0 25px 47px;
	}
	
	body {
		min-width: inherit;
		font-size: 1.32rem;
	}
}

/* ====================================================
		Header
==================================================== */
#gHeader {
	padding-top: 27px;
	width: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#gHeader .hBox {
	margin: 0 auto;
	max-width: 1103px;
	position: relative;
}

#gHeader h1 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10000;
	background-color: #fff;
}

#gHeader .snsUl {
	position: absolute;
	top: 24px;
	right: -44px;
}

#gHeader .snsUl li {
	margin-bottom: 10px;
}

#gHeader .snsUl li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#gHeader h1 img {
		width: 84px;
	}
	
	#gHeader .linkUl {
		width: 111px;
		position: absolute;
		top: 10px;
		right: 5px;
		z-index: 999;
	}
	
	#gHeader .linkUl li {
		margin-right: 3px;
		float: left;
	}
	
	#gHeader .linkUl li.menu {
		cursor: pointer;
	}
	
	#gHeader .linkUl li:last-child {
		margin-right: 0;
	}
	
	#gHeader .linkUl img {
		width: 54px;
	}
	
	#gHeader .hBox {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background-color: #f9f5dc;
		box-sizing: border-box;
		border: 3px solid #532e14;
		display: none;
	}
}


/* ====================================================
		gNavi
==================================================== */
#gNavi .image,
#gNavi .text {
	display: block;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
}

#gNavi .text {
	margin-top: 14px;
}

#gNavi .image img {
	margin: 0 auto;
	width: 55px;
}

#gNavi .image .over {
	display: none;
}

#gNavi li a {
	margin: 0 auto;
	padding: 21px 5px 17px;
	width: 70%;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
	border-radius: 10px;
}

#gNavi li a:hover .image .over,
#gNavi li a.on .image .over {
	display: block;
}

#gNavi li a:hover .image .out,
#gNavi li a.on .image .out{
	display: none;
}

#gNavi li a:hover img {
	opacity: 1;
}

#gNavi li {
	width: 236px;
	float: left;
	border-left: 2px dotted #532D14;
	box-sizing: border-box;
}

#gNavi li:nth-child(2) {
	margin-right: 158px;
}

#gNavi li:last-child {
	border-right: 2px dotted #532D14;
}

#gNavi li:nth-child(3) {
	border-left: none;
}

#gNavi a .en {
	margin-top: 5px;
	font-size: 1.2rem;
	font-weight: normal;
	display: block;
}

#gNavi li a:hover,
#gNavi li a.on {
	color: #f9f3db;
	background-color: #532D14;
}

#gNavi li .text .blank {
	display: inline-block;
}

#gNavi li .text .blank:after {
	width: 10px;
	height: 9px;
	top: 15px;
	right: -13px;
	background-image: url(../img_common/blank.png);
	background-size: 10px 9px;
}

#gNavi li a:hover .text .blank:after {
	background-image: url(../img_common/blank_img02.png);
}
@media screen and (max-width: 767px) {
	#gNavi {
		padding-top: 100px;
	}
	
	#gNavi .image img {
		width: 25px;
	}
	
	#gNavi li a {
		padding: 13px 5px 11px;
		width: 100%;
		box-sizing: border-box;
	}
	
	#gNavi li a > span {
		margin: 0 auto;
		width: 185px;
		display: table;
	}
	
	#gNavi li a .image,
	#gNavi li a .text {
		display: table-cell;
		vertical-align: middle;
	}

	#gNavi li a .text {
		font-size: 1.35rem;
	}
	
	#gNavi li {
		width: auto;
		float: none;
		border-left: none !important;
		border-right: none !important;
		border-top: 1px dotted #532D14;
	}
	
	#gNavi li:last-child {
		border-bottom: 1px dotted #532D14;
	}
	
	#gNavi li:nth-child(2) {
		margin-right: 0;
	}
	
	#gNavi li a:hover, #gNavi li a.on {
		color: #532D14;
		background-color: transparent;
	}
	
	#gNavi li .text {
		text-align: left;
	}
	
	#gNavi a .en {
		margin-top: 3px;
		font-size: 0.8rem;
	}
	
	#gNavi li a .image {
		width: 65px;
	}
	
	#gHeader .snsUl {
		margin-top: 23px;
		padding-bottom: 23px;
		width: auto;
		position: static;
		top: auto;
		right: auto;
		text-align: center;
	}
	
	#gHeader .snsUl li {
		margin: 0 15px;
		display: inline-block;
		vertical-align: top;
	}
	
	#gHeader .snsUl img {
		width: 23px;
	}
	
	#gNavi li a .image .over,
	#gNavi li a .image .out {
		display: none !important;
	}
	
	#gNavi li .text .blank::after {
		width: 5px;
		height: 5px;
		top: 11px;
		right: -4px;
		background-size: 5px 5px;
	}
	
	#gNavi li a:hover .text .blank:after {
		background-image: url(../img_common/blank.png);
	}
}

/* ====================================================
		gFooter
==================================================== */
#gFooter {
	padding: 49px 0 7px;
	color: #fff;
	position: relative;
	background-color: #532e14;
}

#gFooter p {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 1px;
}

#gFooter p a {
	margin: 0 -5px 0 8px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
}

#gFooter p .sizeTxt {
	font-weight: bold;
	font-size: 1.6rem;
}

#gFooter .fNavi a {
	color: #fff;
	text-align: center;
}

#gFooter .fLogo {
	margin-bottom: 40px;
	text-align: center;
}

#gFooter .fLogo img {
	display: inline-block;
}

#gFooter .snsUl {
	text-align: center;
}

#gFooter .snsUl li {
	margin: 0 13px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 1px;
}

#gFooter .fNavi {
	margin: 44px auto 51px;
	max-width: 692px;
	letter-spacing: 1px;
	padding-left: 22px;
	box-sizing: border-box;
}

#gFooter .fNavi li {
	width: 25%;
	font-size: 1.6rem;
	text-align: center;
	float: left;
	line-height: 1;
	font-weight: bold;
	background: url(../img_common/line02.png) repeat-y right top;
	background-size: 2.5px auto;
}

#gFooter .fNavi li:last-child {
	background: none;
}

#gFooter .fNavi li .en {
	margin-top: 7px;
	display: block;
	font-weight: 500;
	font-size: 1.2rem;
}

#gFooter .fNavi li a {
	display: inline-block;
	position: relative;
	line-height: 1;
}

#gFooter .fNavi li a:hover {
	opacity: 0.7;
}

#gFooter .copyright {
	margin-top: 12px;
	font-size: 1.2rem;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	letter-spacing: 5.5px;
}

#gFooter .pageTop {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	z-index: 100;
}

#gFooter .pageTop.fix {
	position: fixed;
	top: auto;
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	#gFooter .copyright {
	    margin-top: 14px;
	    font-size: 0.6rem;
	    transform: scale(1);
	    -webkit-transform: scale(1);
	    letter-spacing: 2.5px;
	}
	
	#gFooter .pageTop {
		top: 15px;
		right: 24px;
		border-radius: 2px;
		background-color: #532e14;
	}
	
	#gFooter .pageTop.fix {
		bottom: 20px;
	}
	
	#gFooter .pageTop img {
		width: 34px;
	}
	
	#gFooter {
		padding: 16px 0 4px;
	}
	
	#gFooter .snsUl li img {
		width: 20px;
	}
	
	#gFooter .snsUl li {
		margin: 0 11px;
	}
	
	#gFooter .telBtn {
		margin: 22px 0 25px;
		color: #532d14;
		text-align: center;
	}
	
	#gFooter .telBtn a {
		margin: 0 auto;
		padding: 13px 5px 10px;
		max-width: 207px;
		display: block;
		color: #532d14;
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1;
		font-weight: bold;
		box-sizing: border-box;
		border-radius: 3px;
		background-color: #fff;
	}
	
	#gFooter .telBtn span {
		margin-top: 3px;
		font-size: 1.08rem;
		font-weight: normal;
		display: block;
	}
	
	#gFooter .fLogo {
		margin-bottom: 40px;
	}
	
	#gFooter .fLogo img {
		width: 72px;
	}
	
	#gFooter p {
		font-size: 1.08rem;
	}
	
	#gFooter .fLogo {
		margin-bottom: 7px;
	}
}


/* ====================================================
		Contents
==================================================== */
/*----------------
	headLine01
-----------------*/
.headLine01 {
	margin-bottom: 63px;
	padding-bottom: 45px;
	color: #532D14;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	position: relative;
}

.headLine01:after {
	margin-left: -15px;
	width: 30px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #532D14;
	content: "";
}

.headLine01 img {
	margin: 0 auto;
}

.headLine01 .text {
	margin-top: 13px;
	display: block;
}

.headLine01 .en {
	font-size: 1.8rem;
	display: block;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.headLine01 img {
		width: 24px;
	}
	
	.headLine01 {
		margin-bottom: 27px;
		padding-bottom: 22px;
		font-size: 1.8rem;
	}

	.headLine01.ttl {
		font-size: 2.25rem;
	}
	
	.headLine01 .text {
		margin-top: 8px;
	}
	
	.headLine01 .en {
		font-size: 1.08rem;
		font-weight: 300;
	}

	.headLine01.ttl .en {
		font-size: 1.35rem;
	}
	
	.headLine01::after {
		margin-left: -7px;
		width: 15px;
		height: 2px;
	}
}
/*----------------
	headLine02
-----------------*/
.headLine02 {
	margin-bottom: 52px;
	font-weight: bold;
	font-size: 7rem;
	line-height: 1;
	text-align: center;
}

.headLine02 img {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.headLine02 {
		margin: 0 17px 25px;
	}
	
	.headLine02 img {
		width: 100%;
		max-width: 400px
	}
}
/*----------------
	centerTxt
-----------------*/
.centerTxt {
	margin: 0 auto 70px;
	max-width: 556px;
	font-weight: bold;
	line-height: 1.88;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.centerTxt {
		margin-bottom: 26px;
		text-align: left;
		max-width: inherit;
		line-height: 1.74;
	}
}
/*----------------
	comTable
-----------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	padding: 18px 0;
	border: 1px solid #b8ab95;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.comTable th, .comTable td {
		padding: 6px 0 7px;
		/*vertical-align: top;*/
	}
}
/*----------------
	blank
-----------------*/
.blank {
	position: relative;
}

.blank:after {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 18px;
	right: -7px;
	background: url(../img_common/blank_img02.png) no-repeat left top;
	background-size: 7px auto;
	content: "";
}

