@charset "utf-8";
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
	min-width: 320px;
	color: #552800;
	font-family: 'M PLUS Rounded 1c', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#page {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
footer {
	margin-top: auto;
}
@media print, screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
	.sizeNormal { /* change fontsize */
		font-size: 100%;
	}
	.sizeBig { /* change fontsize */
		font-size: 112.5%;
	}
}
/* default link and color
----------------------------------------------------------- */
header a, footer a, nav a, aside a {
	text-decoration: none;
}
a, a img {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
a:link {
	color: #6D9317;
}
a:visited {
	color: #6D9317;
}
a:hover {
	text-decoration: none;
}
a:hover, a:hover img {
	opacity: 0.7;
}
a[href^="tel:"] {
	color: #552800;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
#areaHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	min-width: 320px;
	width: 100%;
	height: 47px;
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
#areaHeader.scroll {
	position: fixed;
	top: 0;
	left: 0;
}
.scroll-prevent {
	position: fixed;
	height: 100%;
}
#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.7);
}
.header {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.logo {
	margin-right: 10px;
	margin-left: 10px;
}
.logo img {
	flex: 1;
	width: 210px;
}
.headerContents {
	width: 139px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerNaviSp {
	width: 44px;
	height: 30px;
}
.headerNaviSp a {
	display: block;
	padding-top: 4px;
	color: #7c491c;
	font-size: 2rem;
	text-align: center;
}
.btnHeaderEfreiendsSp {
	border-right: 1px solid #d9d9d9;
	padding-right: 8px;
}
.btnHeaderEfreiendsSp img {
	width: 34px;
}
.btnGNaviSp, .btnGNaviSp span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1020;
}
.btnGNaviSp {
	position: relative;
	width: 50px;
	height: 46px;
	background-color: #f88700;
}
.btnGNaviSp span, .btnGNaviSp.select span {
	position: absolute;
	right: 12px;
	width: 26px;
	height: 4px;
	background-color: #fff;
	border-radius: 2px;
}
.btnGNaviSp span:nth-of-type(1) {
	top: 12px;
}
.btnGNaviSp span:nth-of-type(2) {
	top: 21px;
}
.btnGNaviSp span:nth-of-type(3) {
	top: 30px;
}
.btnGNaviSp.select span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background-color: #fff;
}
.btnGNaviSp.select span:nth-of-type(2) {
	opacity: 0;
}
.btnGNaviSp.select span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background-color: #fff;
}
/* search --------------- */
.areaHederSearch {
	display: none;
	position: fixed;
	top: 46px;
	left: 0;
	width: 100%;
	background-color: rgba(75, 43, 4, 0.9);
	z-index: 1020;
}
.google-search {
	position: relative;
	width: 220px;
	height: 30px;
	margin: 20px auto;
	background-color: #fff;
}
input[type="text"].searchForm {
	width: 184px;
	height: 30px;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 10px;
}
.searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 30px;
}
input[type="image"].searchBtn {
	width: 36px;
	height: 30px;
}
input::-webkit-input-placeholder {
	color: #7e7e7e;
}
input:-ms-input-placeholder {
	color: #7e7e7e;
}
input::placeholder {
	color: #7e7e7e;
}
.areaChageSize {
	display: none;
}
/* gnavi --------------- */
.areaGNavi {
	display: none;
	position: fixed;
	top: 46px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.areaGNaviInner {
	background-color: rgba(75, 43, 4, 0.7);
	padding-bottom: 45px;
}
.gNavi > li {
	border-bottom: 1px solid #fff;
}
.gNavi li a {
	display: block;
	padding: 16px 10px 17px 15px;
	color: #fff;
	font-size: 2rem;
}
.gNavi li a:before {
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.gNavi01 > a:before {
	content: "\f0d1";
}
.gNavi02 > a:before {
	content: "\f54e";
}
.gNavi03 > a:before {
	content: "\f004";
}
.gNavi04 > a:before {
	content: "\f0c0";
}
.gNavi05 > a:before {
	content: "\f02b";
}
#gNaviInquiry > a:before {
	content: "\f0e0";
}
.gNaviSub {
	display: none;
	margin-bottom: 10px;
}
.gNaviSub li a, .gNaviSub li.noLink {
	position: relative;
	display: block;
	border-top: 1px dotted rgba(255, 255, 255, 0.3);
	padding: 14px 10px 14px 72px;
	font-size: 1.8rem;
}
.gNaviSub li a:before, .gNaviSub li.noLink:before {
	position: absolute;
	top: 12px;
	left: 52px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0da";
}
.gNaviSub li.noLink, .gNaviSub li.noLinkSecond {
	color: #fff;
}
.gNaviSub ul {
	display: none;
}
.gNaviSub li.second a, .gNaviSub li li a, .gNaviSub li.noLinkSecond {
	background: url(../images/ic_gnavi_sub.svg) no-repeat 78px 12px;
	background-size: 11px 12px;
	padding: 14px 20px 14px 102px;
	font-size: 1.7rem;
}
.gNaviSub li.third a {
	background: url(../images/ic_gnavi_sub.svg) no-repeat 107px 12px;
	background-size: 11px 12px;
	padding: 14px 20px 14px 129px;
	font-size: 1.6rem;
}
.gNaviSub li.second a:before, .gNaviSub li.third a:before, .gNaviSub li li a:before, .gNaviSub li.noLinkSecond:before {
	content: "";
}
.megaMenuContent, .ttlMagaMenu img, .headerSideNavi {
	display: none;
}
@media print, screen and (min-width: 768px) {
	#areaHeader {
		min-width: auto;
		height: 143px;
	}
	.header {
		width: 980px;
		margin: 0 auto 20px;
		padding: 5px 15px 0;
	}
	.logo {
		margin-left: 0;
	}
	.logo img {
		width: 338px;
	}
	.headerContents {
		width: 370px;
	}
	.headerNaviSp, .btnGNaviSp {
		display: none;
	}
	/* search --------------- */
	.areaHederSearch {
		display: block;
		position: static;
		width: 220px;
		background-color: transparent;
	}
	.google-search {
		width: 170px;
		background-color: #e9e9e9;
		margin: 16px auto;
	}
	input[type="text"].searchForm {
		width: 134px;
		background-color: #e9e9e9;
	}
	/* change fontsize --------------- */
	.areaChageSize {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.areaChageSize p {
		margin-right: 3px;
		font-size: 1.3rem;
		white-space: nowrap;
	}
	#chageSize {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		list-style: none;
	}
	#chageSize li a {
		display: block;
		width: 44px;
		background-color: #b5b5b5;
		margin-left: 4px;
		padding: 3px 0;
		color: #fff;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		cursor: pointer;
	}
	#chageSize li a:hover, #chageSize li a.textresizer-active {
		background-color: #6d9317;
	}
	/* gnavi --------------- */
	.areaGNavi {
		display: block;
		position: static;
		height: auto;
		background-color: #fff;
		overflow: hidden;
	}
	.areaGNaviInner {
		background-color: #fff;
		padding-bottom: 0;
	}
	.gNavi {
		width: 970px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		background: url(../images/sec_gnavi.png) no-repeat 0 bottom;
		margin: 0 auto;
	}
	.gNavi li {
		width: 20%;
		background: url(../images/sec_gnavi.png) no-repeat right bottom;
		text-align: center;
	}
	.gNavi li a {
		display: block;
		position: relative;
		padding: 0 0 10px;
		color: #552800;
		font-size: 17px;
	}
	.gNavi li a:before {
		display: block;
		margin-bottom: 12px;
		font-size: 1.5rem;
	}
	.gNavi li a:hover {
		opacity: 1;
	}
	.gNavi li a:hover:after {
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 3px;
		content: "";
		background-color: #f88700;
	}
	.gNaviSub, .gNaviSub ul {
		display: none;
	}
	#gNaviInquiry {
		display: none;
	}
	/* mega menu --------------- */
	.megaMenuContent {
		position: absolute;
		top: 142px;
		right: 0;
		left: 10px;
		width: 970px;
		margin: 0 auto;
	}
	.areaMegaMenu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 970px;
		min-height: 214px;
		background: url(../images/bg.jpg) no-repeat 0 0;
		box-shadow: 5px 8px 10px 0px rgba(165, 141, 120, 0.5);
		padding: 30px 0 30px 30px;
	}
	.ttlMagaMenu {
		width: 198px;
		margin-right: 52px;
		text-align: center;
	}
	.ttlMagaMenu img {
		display: block;
	}
	.ttlMagaMenu h2 {
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	.megaMenu {
		width: 210px;
		margin-top: 16px;
	}
    .megaMenu.menuBlock02 {
		width: 240px;
		margin-top: 16px;
	}
	.megaMenu.megamenuBiginner {
		width: 600px !important;
	}
    .megaMenu.megamenuBiginner01 {
		width: 270px !important;
	}
	.megaMenu.megamenuBiginner02 li {
		width: 400px !important;
	}
    .megamenuService01 {
		width: 180px;
    }
    .megamenuService02 {
		width: 240px;
    }
    .megamenuService03 {
		width: 240px;
    }
	.megaMenu > li {
		margin-bottom: 32px;
		line-height: 1.3;
	}
	.megaMenu li:last-child {
		margin-bottom: 0;
	}
	.megaMenu li {
		display: block;
		position: relative;
		/*display: inline-block;*/
		padding-left: 12px;
	}
	.megaMenu li a {
		color: #552800;
	}
	.megaMenu li:before {
		position: absolute;
		top: 0;
		left: 0;
		color: #f88700;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: "\f0da";
	}
	.megaMenu li a:hover, .megaMenu li a.on {
		color: #ff8d00;
		opacity: 1.0;
	}
	.megaMenu > li li {
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 26px;
	}
	.megaMenu > li li {
		background: url(../images/ic_megamenu_sub.svg) no-repeat 0 3px;
		background-size: 11px 12px;
		padding-left: 15px;
	}
	.megaMenu > li li:before {
		content: "";
	}
	/* header SideNavi --------------- */
	.headerSideNavi {
		display: block;
		position: fixed;
		top: 150px;
		right: 0;
		z-index: 100;
	}
	.btnInquiry, .btnSideNavi {
		margin-bottom: 12px;
	}
}
/* -----------------------------------------------------------
 =breadcrumbs list
----------------------------------------------------------- */
.breadcrumbs {
	margin: 0 auto;
	padding: 12px 3% 14px;
	font-size: 1.3rem;
	line-height: 1.4;
}
.breadcrumbs li {
	position: relative;
	display: inline;
	padding-left: 17px;
}
.breadcrumbs li a {
	color: #552800;
}
.breadcrumbs li:before {
	position: absolute;
	top: 7px;
	left: 4px;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumbs li:first-child {
	padding-left: 0;
}
.breadcrumbs li:first-child:before {
	display: none;
}
.breadcrumbs li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.breadcrumbs {
		width: 990px;
		padding: 15px 20px 18px;
		font-size: 1.4rem;
	}
}
/* -----------------------------------------------------------
 =contents
----------------------------------------------------------- */
#contents {
	padding-top: 47px;
	line-height: 1.8;
}
.areaMain, .areaMainBlog {
	padding: 0 3%;
}
section, .areaSection {
	margin-bottom: 2em;
}
.mgBSection {
	margin-bottom: 2em;
}
.mgBSectionSub {
	margin-bottom: 1.5em;
}
.mgBSectionSubSp {
	margin-bottom: 1.5em;
}
/* title --------------- */
.areaTtlBanner {
	margin: 0 auto 2.5em;
	text-align: center;
}
.areaTtlBanner h1 {
	margin-bottom: 2em;
}
.areaTtlPage {
	background: #ff8d00 url(../images/bg_pagettl.svg) no-repeat right bottom;
	background-position: right 5px bottom 0;
	-webkit-background-size: 106px;
	background-size: 80px;
	margin-bottom: 1.5em;
}
.areaTtlPage h1 {
	padding: 10px 15px;
	color: #fff;
	font-size: 2.2rem;
}
.ttlH2 {
	margin-bottom: 0.7em;
	padding: 6px 15px 5px;
	background-color: #ffddb2;
	font-size: 2.0rem;
}
.ttlH2 span {
	font-size: 0.8em;
}
.ttlH2Bg {
	background-color: #552800;
	margin-bottom: 0.5em;
	padding: 4px 1em;
	color: #fff;
	font-size: 2.0rem;
}
.ttlH3 {
	border: 1px solid #ff8d00;
	margin-bottom: 0.66em;
	padding: 3px 15px;
	color: #ff8d00;
	font-size: 1.8rem;
}
.ttlH3 a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	color: #ff8d00;
}
.ttlH3 a:before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
}
.editorStyle h3 {
	margin-bottom: 0.6em;
	font-size: 1.8rem;
}
.editorStyle .ttlH3 {
	margin-top: 2em;
}
.ttlH3bk {
	border: 1px solid #552800;
	margin-bottom: 0.66em;
	padding: 3px 15px;
	font-size: 1.8rem;
}
.ttlH3tbl {
	margin-bottom: 0.5em;
	color: #ff8d00;
	font-size: 1.8rem;
}
.ttlH3tbl02 {
	margin-bottom: 0.5em;
	color: #4BACB3;
	font-size: 1.8rem;
}
.ttlCinema {
	border-bottom: 2px solid #ff8d00;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	padding-left: 2px;
	font-size: 1.8rem;
}
.ttlSougi {
	border-bottom: 1px solid #ff8d00;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 2px;
	font-size: 1.8rem;
}
.ttlH4 {
	margin-bottom: 0.3em;
	font-weight: bold;
	font-size: 1.7rem;
}
.ttlH4Section {
	border-bottom: 1px solid #ff8d00;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 2px;
	font-size: 1.7rem;
}
.ttlH5 {
	background-color: #F8F3EC;
	margin-bottom: 0.5em;
	padding: 4px 10px;
	font-size: 1.6rem;
}
/* parts --------------- */
.bgClrBasic {
	background-color: #f5efe6;
}
@media print, screen and (min-width: 768px) {
	#contents {
		padding-top: 143px;
	}
	body.sub #contents, body.page #contents {
		padding-bottom: 2em;
	}
	.areaMain, .areaMainWide {
		width: 990px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.areaMainBlog {
		width: 1050px;
		margin: 0 auto 3em;
		padding: 0 15px;
	}
	section, .areaSection {
		max-width: 950px;
		margin: 0 auto 3.5em;
	}
	section > section {
		margin-bottom: 2.5em;
	}
	.mgBSection {
		margin-bottom: 3em;
	}
	.mgBSectionSub {
		margin-bottom: 2em;
	}
	.mgBSectionSubSp {
		margin-bottom: 0;
	}
	/* title --------------- */
	.areaTtlPage {
		background-position: right 10px bottom 0;
		-webkit-background-size: 106px;
		background-size: 106px;
	}
	.areaTtlPage h1 {
		padding: 0.5em 20px;
		font-size: 3.0rem;
	}
	.ttlH2 {
		padding: 6px 20px 5px;
		font-size: 2.5rem;
	}
	.ttlH2Bg {
		font-size: 2.2rem;
	}
	.ttlH3 {
		padding: 3px 20px;
		font-size: 2.0rem;
	}
	.editorStyle h3 {
		font-size: 2.0rem;
	}
	.ttlH3bk {
		padding: 3px 20px;
		font-size: 2.0rem;
	}
	.ttlH3tbl {
		font-size: 2.0rem;
	}
	.ttlSougi {
		font-size: 2.0rem;
	}
	.ttlCinema {
		font-size: 2.0rem;
	}
	.ttlH4 {
		font-size: 1.8rem;
	}
	.ttlH5 {
		font-size: 1.7rem;
	}
}
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
#areaFooter {
	padding-top: 10px;
	padding-bottom: 45px;
}
.pagetop {
	margin-right: 14px;
	margin-bottom: 12px;
	text-align: right;
}
.pagetop img {
	width: 95px;
	height: 98px;
}
.footerNavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 3%;
	line-height: 1.0;
}
.footerNavi li {
	border-left: 1px solid #d4c3aa;
	margin-bottom: 14px;
	padding: 0 1em;
}
.footerNavi li:first-child {
	border-left: none;
}
.footerNavi li:last-child::after {
	content: none;
}
.footerNavi li a {
	color: #552800;
}
.footer {
	background-color: #f5efe6;
	padding: 20px 3% 15px;
	text-align: center;
}
.footerLogo {
	margin-bottom: 35px;
}
.footerLogo img {
	width: 250px;
}
.copyright small {
	display: block;
	margin-bottom: 20px;
	font-size: 1.35;
}
.footerNote {
	font-size: 1.1rem;
	line-height: 1.6;
}
.footerInquiry a {
	display: inline-block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 45px;
	background-color: #ff8d00;
	padding: 15px 0 15px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.footerInquiry a:before {
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0e0";
}
.areaFooterNavi-fix {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
    width: 100%;    
	height: 45px;
}
.footerNavi-fix {
    display: flex;
    justify-content: space-between;
}
.footerNavi-fix li {
    width: calc(100% / 2);
}
.footerNavi-fix li a {
    display: block;  
	padding: 15px 0 15px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.fNaviInquiry a {
	background-color: #ff8d00;    
}
.fNaviInquiry a:before {
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0e0";
}
.fNaviRecruit a {
	background-color: #7c491c;
}
.fNaviRecruit a:before {
	margin-right: 10px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f007";
}
@media print, screen and (min-width: 768px) {
	#areaFooter {
		padding-bottom: 0;
	}
	.pagetop {
		display: none;
		position: fixed;
		right: 15px;
		bottom: 110px;
		z-index: 1000;
	}
	.footerNavi {
		padding: 0 2%;
		font-size: 0.875em;
	}
	.footerNavi li::after {
		padding: 0 1em;
	}
	.footer {
		padding: 25px 2% 20px;
	}
	.footerLogo {
		margin-bottom: 45px;
	}
	.footerLogo img {
		width: 287px;
	}
	.copyright small {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.footerNote {
		font-size: 1.2rem;
	}
	.footerInquiry, .areaFooterNavi-fix {
		display: none;
	}
}
@media print {
	.pagetop {
		display: none !important;
	}
}