@charset "utf-8";

/***************************************************
	common.css
	共通レイアウトスタイル定義
***************************************************/

/* Base
------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);


body {
	line-height: 1.6;
	color: #444444;
	font-size: 14px;
	margin: 0;
	background: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	min-width: 1200px;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: inherit;
		margin-top: 0!important;
	}
}

img {
	vertical-align: top;
	width /***/: auto;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

/* Link
------------------------------------------------------------ */
a { outline: none; }
a:link {
	color: #83564F;
	text-decoration: underline;
}
a:visited {
	color: #83564F;
	text-decoration: underline;
}
a:hover {
	color: #83564F;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* wrapper
-------------------------------------------------------------------*/
#wrapper {
	clear: both;
}
.commonInnerBox {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.commonInnerBox {
		width: auto;
	}
}

/* header
-------------------------------------------------------------------*/
#header {
	clear: both;
	background: url(../img/common/header_bg.png) 0 0 repeat;
	position: relative;
}
@media only screen and (min-width: 768px) {
	#header .logo {
		position: absolute;
		z-index: 1000;
		top: 0;
		left: 0;
		border-right: 1px solid #DDCFC4;
		border-bottom: 1px solid #DDCFC4;
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transition: all .4s;
				transition: all .4s;
		-webkit-transform-origin: 0 0;  
				transform-origin: 0 0;  
	}
	#header.fixed .logo {
		-webkit-transform: scale(0.6,0.6);
				transform: scale(0.6,0.6);
	}
	#header.fixed .logo img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	#header .logo {
		clear: both;
		text-align: center;
		width: 100px;
		margin: 0 auto;
	}
}
#header .headerRow01 {
	clear: both;
	border-bottom: 4px solid #B79A81;
	background: url(../img/common/common_bg01.png) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
	#header .headerRow01 {
		padding: 15px 10px;
	}
}
#header .headerRow01 .clm01 {
	float: right;
}
@media only screen and (max-width: 767px) {
	#header .headerRow01 .clm01 {
		float: none;
	}
}
#header .snsBtnList {
	float: left;
	margin: 0 23px 0 0;
	padding: 12px 0 0 0;
}
#header .snsBtnList li {
	float: left;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 0 13px;
}
@media only screen and (max-width: 767px) {
	#header .snsBtnList {
		float: right;
		margin: 0 0 15px 0;
		padding: 0;
	}
}
#header .snsBtnList li a {
	color: #B79A81;
	text-decoration: none;
}
#header .searchBox {
	float: left;
	font-size: 12px;
	width: 330px;
	background: #F7F4EE;
}
@media only screen and (max-width: 767px) {
	#header .searchBox {
		clear: both;
		float: none;
		width: auto;
	}
}
#header .searchBox input[type=text] {
	width: 230px;
	line-height: 42px;
	padding: 0 20px;
	border: none;
	background: none;
}
@media only screen and (max-width: 767px) {
	#header .searchBox input[type=text] {
		width: 80%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}
#header .searchBox input[type=submit] {
	float: right;
	display: block;
	color: #847972;
	font-size: 18px;
	font-family: FontAwesome;
	width: 60px;
	height: 42px;
	border: none;
	background: none;
}
@media only screen and (max-width: 767px) {
	#header .searchBox input[type=submit] {
		width: 20%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}
#header .searchBox input::-webkit-input-placeholder {
    color: #867B74;
}
#header .searchBox input:-ms-input-placeholder {
    color: #867B74;
}
#header .searchBox input::-moz-placeholder {
    color: #867B74;
}
#header .lngLink {
	float: left;
	font-size: 12px;
	line-height: 42px;
	margin: 0 0 0 20px;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	#header .lngLink {
		float: none;
		font-size: 14px;
		line-height: 1;
		text-align: right;
		margin: 15px 0 0 0;
	}
}

#header .headerRow02 {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #DDCFC4;
	background: #ffffff;
}
@media only screen and (min-width: 768px) {
	#header.fixed .headerRow02 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 500;
	}
}
#header .headerRow02 .clm01 {
	float: right;
}
@media only screen and (max-width: 767px) {
	#header .headerRow02 .clm01 {
		float: none;
	}
}
#gnavi {
	float: left;
}
@media only screen and (max-width: 767px) {
	#gnavi {
		float: none;
	}
}
#gnavi li {
	float: left;
	border-right: 1px solid #DDCFC4;
}
@media only screen and (max-width: 767px) {
	#gnavi li {
		width: 50%;
		border: none;
		border-bottom: 1px solid #DDCFC4;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#gnavi li:nth-child(odd) {
		clear: both;
		border-right: 1px solid #DDCFC4;
	}
	#gnavi li img {
		width: 100%;
	}
}
#gnavi li:last-child {
	border-right: none;
}
#headerBtnList01 {
	float: left;
	width: 150px;
}
@media only screen and (max-width: 767px) {
	#headerBtnList01 {
		clear: both;
		float: none;
		width: auto;
	}
}
#headerBtnList01 li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
	#headerBtnList01 li a {
		font-size: 14px;
	}
}
#headerBtnList01 li a:hover {
	opacity: 0.7;
}
#headerBtnList01 li.item01 a {
	background: #3F2F2C url(../img/common/common_mark01.png) 90% center no-repeat;
}
#headerBtnList01 li.item02 a {
	background: #E04E39 url(../img/common/common_mark01.png) 90% center no-repeat;
}

/**/
#menuBox #menuBtn ,
#menuBox #menuBody .btnClose {
	display: none;
}
@media only screen and (max-width: 767px) {
	#menuBox #menuBtn {
		position: absolute;
		top: 30px;
		right: 10px;
		display: block;
		font-size: 16px;
		text-align: center;
		color: #ffffff;
		padding: 15px 20px;
		background: #3F2F2C ;
	}
	#menuBox #menuBody .btnClose {
		display: block;
	}
	#menuBody .btnClose {
		float: right;
		width: 20%;
		display: block;
		font-size: 16px;
		color: #3F2F2C;
		text-align: center;
		margin: 10px 10px 10px 0;
		padding: 10px 20px;
		background: #ffffff;
	}
	#menuBody {
		position: fixed;
		top: 0;
		right: -275px;
		width: 275px;
		height: 100%;
		color: #ffffff;
		padding: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #3F2F2C;
		overflow-x: hidden;
		z-index: 3000;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all .2s;
				transition: all .2s;
	}
	#menuBody.open {
		-webkit-transform: translate3d(-275px, 0, 0);
				transform: translate3d(-275px, 0, 0);
	}
	#overlay  {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 2000;
		background: rgba(0, 0, 0, .3);
	}
}


/* main
-------------------------------------------------------------------*/
main {
	display: block;
	clear: both;
}

/* breadcrumbs */
nav#breadcrumbs {
	width: 1024px;
	margin: 0 auto 10px auto;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	nav#breadcrumbs {
		font-size: 12px;
		width: auto;
		margin-top: 10px;
	}
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}
nav#breadcrumbs ol li a {
	color: #333333;
}

/* ttl */

/* btn */




/* footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 30px 0;
	background: url(../img/common/common_bg01.png) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
	#footer {
		padding: 30px 10px;
	}
}
#footer .footerRow01 {
	clear: both;
}
#footer .snsBtnList {
	float: right;
}
#footer .snsBtnList li {
	float: left;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 0 13px;
}
#footer .snsBtnList li a {
	color: #B79A81;
	text-decoration: none;
}
#footer .footerRow02 {
	clear: both;
	margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .footerRow02 {
		margin-top: 10px;
	}
}
#footer .logo {
	float: left;
}
@media only screen and (max-width: 767px) {
	#footer .logo {
		float: none;
		text-align: center;
	}
}
#footer .footerRow02 .clm01 {
	float: right;
	width: 900px;
}
@media only screen and (max-width: 767px) {
	#footer .footerRow02 .clm01 {
		float: none;
		width: auto;
	}
}
#footer .footerLinkList01 {
}
#footer .footerLinkList01 li {
	display: inline-block;
	font-size: 14px;
	margin: 0 35px 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .footerLinkList01 li {
		display: block;
		margin: 10px 0 0 0;
	}
}
#footer .footerLinkList01 li:last-child {
	margin-right: 0;
}
#footer .footerLinkList01 li a {
	color: #3F2C2C;
	text-decoration: none;
}
#footer .footerLinkList01 li a:hover {
	text-decoration: underline;
}
#footer .footerLinkList02 {
	clear: both;
	margin: 40px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .footerLinkList02 {
		margin-top: 10px;
	}
}
#footer .footerLinkList02 > li {
	float: left;
	margin: 0 40px 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .footerLinkList02 > li {
		float: none;
		margin: 20px 0 0 0;
	}
}
#footer .footerLinkList02 > li > dl {
}
#footer .footerLinkList02 > li > dl > dt {
	margin: 0 0 5px 0;
}
#footer .footerLinkList02 > li > dl > dt a {
	color: #DF4D39;
	text-decoration: none;
	font-size: 14px;
}
#footer .footerLinkList02 > li > dl > dd a {
	color: #444444;
	text-decoration: none;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	#footer .footerLinkList02 > li > dl > dd a {
		font-size: 14px;
	}
}
#footer .footerLinkList02 > li > dl > dt a:hover ,
#footer .footerLinkList02 > li > dl > dd a:hover {
	text-decoration: underline;
}

#footer .addWrap {
	clear: both;
	margin: 40px 0 0 0;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}

#footer .address {
	font-size: 12px;
	width: 50%;
}
@media only screen and (max-width: 767px) {
	#footer .addWrap {
		-webkit-flex-direction:column;
		-moz-flex-direction:column;
		flex-direction:column;
	}

	#footer .address {
		font-size: 14px;
		width: 100%;
	}
	#footer .address + .address { margin-top: 20px; }
}
#footer .cr {
	clear: both;
	text-align: right;
	color: #B79A81;
	font-size: 11px;
	margin: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
	#footer .cr {
		text-align: center;
	}
}

#btnPagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	#btnPagetop img {
		width: 80px;
	}
}


/* 調整用
---------------------------------------------------------------------------- */
.mt0 { margin-top: 0!important; }
.mt5 { margin-top: 5px!important; }
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt35 { margin-top: 35px!important; }
.mt40 { margin-top: 40px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }
.mr0 { margin-right: 0!important; }
.mr5 { margin-right: 5px!important; }
.mr10 { margin-right: 10px!important; }
.mr15 { margin-right: 15px!important; }
.mr20 { margin-right: 20px!important; }
.mr25 { margin-right: 25px!important; }
.mb0 { margin-bottom: 0!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb12 { margin-bottom: 12px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb80 { margin-bottom: 80px!important; }
.ml0 { margin-left: 0!important; }
.ml5 { margin-left: 5px!important; }
.ml10 { margin-left: 10px!important; }
.ml15 { margin-left: 15px!important; }
.ml20 { margin-left: 20px!important; }
.ml25 { margin-left: 25px!important; }
.ml30 { margin-left: 30px!important; }


.clearB	{ clear: both!important;}
.floatR { float: right!important; }
.floatL { float: left!important; }

.taCenter { text-align: center!important; }
.taRight { text-align: right!important; }
.taLeft { text-align: left!important; }
.vaMiddle { vertical-align: middle!important; }
.fwBold { font-weight: bold!important; }

.fs11 { font-size: 11px!important; }
.fs12 { font-size: 12px!important; }
.fs14 { font-size: 14px!important; }
.fs16 { font-size: 16px!important; }
.fs20 { font-size: 20px!important; }

.w100per { width: 100%;}

.minIndent {
	padding-left: 1em;
	text-indent: -1em;
}
.notFloat {
	overflow: hidden;
	_zoom: 1;
}
.smp_hdn { display: block;}
.pc_hdn { display: none; }
@media only screen and (max-width: 480px) {
	.smp_hdn { display: none;}
	.pc_hdn { display: block; }
}
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {zoom:1;}
.kengaku_present img {
    margin: 0 auto 15px;
}