@charset "utf-8";


/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
.inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.innerbox {
	padding: 0 20px;
}
.innerpost {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

@media (max-width: 1024px) {
article {
	padding-top: 110px;
}
}
@media (max-width: 767px) {
article {
	padding-top: 80px;
}
}


/* header
----------------------------------------------- */
#header {
	padding: 0 4%;
	position: relative;
}
#header .headerin {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 110px;
	padding-left: 130px;
	position: relative;
}
#header .headerlogo {
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 2;
}
#header .headerlogo #logo_sub {
	font-size: 12px;
	margin: 0 0 -15px 0;
}
#header .headerlogo #logo_main {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
#header .headerlogo a {
	display: block;
}
.headerin .headerbtn {
	width: 164px;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-align; center;
	background: #b2834b;
	color: #fff;
	padding: 10px 0;
	border-radius: 30px; 

}
.headerin .headerbtn a {
	color: #fff;
	text-align; center;
	margin: 0 auto;
}
#header .navbartoggle {
	display: none;
}

.navbar-collapse {
	display: none;
	position: absolute;
	background: #fedeb7;
	left: 0;
	top: 100%;
	height: calc(100vh - 110px);
	width: 100%;
	z-index: 10;
}
@media (max-width: 1024px) {
#header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background: #fff;
}
#header .headerin {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0;
	position: relative;
}
.headerin .headerbtn {
	display: none;
}
#header .headerlogo {
	position: relative;
	left: auto;
	top: auto;
}
	#header .headerlogo img {
		width: 90px;
	}
.navbar-toggle {
	display: block;
	cursor: pointer;
	flex-shrink: 0;
}
.menusub .menulist li {
	border-bottom: 1px #333 dotted;
}
.menusub .menulist a {
	display: block;
	color: #333;
	font-size: 26px;
	padding: 15px 20px;
}
.menusub .headerbtn {
	width: 290px;
	margin: 40px auto 0;
	background: #b2834b;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
}
.menusub .headerbtn a {
	color: #fff;
	text-align; center;
	margin: 0 auto;
}
}


@media (max-width: 767px) {
#header {
	padding: 0 20px;
}
#header .headerin {
	height: 80px;
}
#header .headerlogo img {
	width: 64px;
}
.navbar-collapse {
	height: calc(100vh - 80px);
}
.navbar-toggle img {
	width: 38px;
}
.menusub .menulist a {
	font-size: 16px;
	padding: 10px 20px;
}
.menusub .headerbtn {
	margin: 20px auto 0;
	text-align; center;
	margin: 30px auto;
	color: #fff;
}
.menusub .headerbtn a {
	color: #fff;
	text-align; center;
	margin: 0 auto;
}
}


/* gnavi
----------------------------------------------- */
.gnavi {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.gnavi li {
	margin-right: 35px;
}
.gnavi a {
	display: block;
	font-size: 16px;
	position: relative;
}
.gnavi a.current {
	color: #663300;
}
.gnavi a:hover {
	color: #663300;
}
.gnavi li.navicta a {
	font-size: 0;
}
.gnavi li.navicta a:before {
	display: none;
}
@media (max-width: 1300px) {
.gnavi li {
	margin-right: 20px;
}
}

@media (max-width: 1024px) {
.gnavi {
	display: none;
}
}

/* 親コンテナ：位置基準を作る */
.main-visual {
  position: relative;
  width: 100%;
}

/* 【修正】画像とpictureタグ：比率を保ち、枠いっぱいに広げる */
.main-visual-img,
.main-visual-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア：画像上に重ねて絶対配置 */
.main-visual-text {
  position: absolute;
  left: 100px;
  bottom: 50px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.main-visual-text-main {
  font-size: clamp(20px, 3vw, 30px);
}
.main-visual-text-sub {
  font-size: clamp(12px, 1.4vw, 18px);
}

/* 【レスポンシブ対応】画面が小さくなった時の調整 */
@media (max-width: 768px) {
  .main-visual-text {
    left: 20px;
    bottom: 20px;
  }
}

/* teaser
----------------------------------------------- */
.teaser {
	display: flex;
	justify-content: flex-end;
}
.teaser .teaserin {
	width: 92%;
	position: relative;
}
.teaser .teasercont {
	position: absolute;
	left: 0;
	top: 0;
	width: 31.5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: rgba(155,163,158,0.8);
	color: #fff;
	z-index: 1;
}
.teaser .teaserhd {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.3;
}
.teaser .teasercap {
	font-size: 18px;
	font-weight: 500;
	margin-top: 5px;
}
.teaser .teaserimg img {
	width: 100%;
}
@media (max-width: 1350px) {
.teaser .teaserhd {
	font-size: 40px;
}
}
@media (max-width: 1024px) {
.teaser .teaserhd {
	font-size: 30px;
}
}
@media (max-width: 767px) {
.teaser .teaserin {
	width: calc(100% - 20px);
	position: relative;
}
.teaser .teaserhd {
	font-size: 24px;
}
.teaser .teasercap {
	font-size: 12px;
}
.teaser .teasercont {
	width: 40%;
}
}


/* contents
----------------------------------------------- */
.contents {
	padding: 70px 0 100px;
}
@media (max-width: 767px) {
.contents {
	padding: 50px 0;
}
}
.title {
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 700 !important;
}
.title h2 {
	font-weight: 700 !important;
}
.title_sub {
	margin: 0px auto 0 auto;
	text-align: center;
	font-size: 16px;
	display: block;
}
.txt_normal {
	margin: 30px 0;
	font-size: 18px;
	text-align: center;
}
.txt_normal2 {
	margin: 30px 0;
	font-size: 18px;
	text-align: left;
}
/* H
----------------------------------------------- */
.hdl {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #663300;
	background: url("../img/common/black_line.png") center 0 no-repeat;
	padding-top: 30px;
}
.hdl .hdlen {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.hdl .hdljp {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 5px;
}

@media (max-width: 767px) {
.hdl .hdlen {
	font-size: 28px;
}
.hdl .hdljp {
	font-size: 16px;
}
}

.hdm {
	background: #ebedec;
	padding: 10px 30px;
	align-items: center;
	display: flex;
}
.hdm .hdmin {
	flex-shrink: 0;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	color: #663300;
	margin-right: 25px;
}
.hdm .hdmtxt {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
}

@media (max-width: 767px) {
.hdm {
	padding: 10px 20px;
	flex-direction: column;
	align-items: flex-start;
}
.hdm .hdmin {
	font-size: 22px;
	margin: 0;
}
.hdm .hdmtxt {
	font-size: 14px;
}
}

.hds {
	font-size: 30px;
	font-weight: 700;
	color: #663300;
	line-height: 1.2;
}
@media (max-width: 767px) {
.hds {
	font-size: 22px;
}
}


/* footer
----------------------------------------------- */
#footer {
	padding: 60px 0 10px;
	background: #333333;
	color: #fff;
}
#footer .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#footer .copyright {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	margin: 40px 0;
}
#footer .footerin {
	display: flex;
	align-items: center;
}
#footer .footerlogo {
	margin-right: 35px;
	flex-shrink: 0;
}
#footer .footercont .footer_logo_sub {
	font-size: 12px;
	margin: 0 0 -40px 0;
	display: block;
}
#footer .footercont .footer_logo_main {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	color: #fff;
}
#footer .footercont .footer_logo_main a {
	color: #fff;
}
#footer .footerlink {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 20px 0 0 0;
}
#footer .footernavi {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#footer .footernavi li+li {
	margin-left: 30px;
}
#footer .footernavi a {
	display: block;
	position: relative;
	color: #fff;
}
#footer .footernavi a:hover {
	color: #fff;
}
.footer_sns_ico {
	display: block;
	margin: 10px 0 0 0;
}
#footer .footersns {
	width: 230px;
}
#footer .footersns a {
	background: #fff;
	display: flex;
	align-items: center;
	border: 1px #663300 solid;
	color: #663300;
	font-weight: 700;
}
#footer .footersns .snsico {
	width: 44px;
	height: 44px;
	background: #663300;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#footer .footersns .snstxt {
	flex: 1;
	text-align: center;
}

@media (max-width: 1024px) {
#footer {
	padding: 60px 0 80px;
}
#footer .inner {
	flex-direction: column;
}
#footer .footerin {
	margin-bottom: 30px;
}
#footer .footerlink {
	align-items: center;
}
}

@media (max-width: 767px) {
	#footer {
		padding: 40px 0 80px;
	}
	#footer .copyright {
		margin-top: 30px;
		color: #fff;
	}
	#footer .inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: center;
	}
	#footer .footercont .footer_logo_sub {
		font-size: 12px;
		margin: 0 0 -30px 0;
		display: block;
	}
	#footer .footerin {
		justify-content: center;
		width: 100%;
		margin-bottom: 25px;
	}
	#footer .footerlogo {
		margin: 0 0 25px;
	}
	#footer .footercont {
		text-align: center;
		width: 100%;
		line-height: 1.6em;
	}
	#footer .footerlink {
		align-items: center; 
		width: 100%;
	}
	#footer .footernavi {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0; /* 下のulとの隙間をリセット */
		width: 100%;
	}
	#footer .footernavi li {
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
	}
	#footer .footernavi li+li {
		margin-left: 0;
	}
	#footer .footernavi a {
		font-size: 14px;
	}
	#footer .footer_sns_ico {
		display: block;
		margin-top: 15px; /* 上の文字（メールアドレス）との隙間 */
		text-align: center;
	}
	#footer .footer_sns_ico img {
		display: inline-block;
		vertical-align: middle;
	}
}


/* comfix
----------------------------------------------- */

.comfix {
	position: fixed;
	width: 48px;
	right: 0;
	bottom: 0;
	background: #445450;
	z-index: 6;
}
.comfix .comfixin li.pagetop {
	background: #221815;
}
.comfix .comfixin li+li {
	margin-top: 1px;
}
.comfix .comfixin li {
	background: #663300;
}
.comfix .comfixin li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
}
@media (max-width: 1024px) {
.comfix {
	width: 100%;
}
.comfix .comfixin {
	display: flex;
	align-items: stretch;
}
.comfix .comfixin li {
	width: 30%;
	border-right: 1px #445450 solid;
}
.comfix .comfixin li+li {
	margin-top: 0;
}
.comfix .comfixin li.pagetop {
	width: 10%;
}
.comfix .comfixin li a {
	width: 100%;
	height: 50px;
}
}
@media (max-width: 767px) {
.comfix .comfixin li {
	width: 28%;
}
.comfix .comfixin li.pagetop {
	width: 16%;
}
}



/* comcta
----------------------------------------------- */
.comcta {
	background: url("../img/common/bg_comcontact.jpg") right 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 20px;
}
.comcta .hdl {
	color: #fff;
	background: url("../img/common/white_line.png") center 0 no-repeat;
	margin-bottom: 35px;
}
.comcta .hdl .hdlen {
	font-weight: 500;
}
.comcta .comctadet {
	text-align: center;
	margin-top: 25px;
}
.comcta .ctamess {
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	background: #fff;
}
.comcta .ctamessbg {
	background: #663300;
}
.comcta .ctamess li {
	width: 50%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comcta .ctatel a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../img/common/tel_comcontact.png") 0 center no-repeat;
	padding-left: 30px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
.comcta .ctatel a img {
	margin-left: 5px;
}
.comcta .ctasns {
	display: flex;
	align-items: stretch;
	width: 100%;
}
.comcta .ctasns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55%;
	padding: 5px 0;
}
.comcta .ctasns a+a {
	width: 45%;
	border-left: 1px #cdd1ce solid;
}
.comcta .ctasnstxt {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}

@media (max-width: 767px) {
.comcta {
	background: url("../img/common/bg_comcontact_sp.jpg") right 0 no-repeat;
	background-size: cover;
	padding: 40px 20px;
}
.comcta .hdl {
	margin-bottom: 20px;
}
.comcta .comctadet {
	margin-top: 30px;
}
.comcta .ctamess {
	max-width: 260px;
	display: block;
}
.comcta .ctamess li {
	width: auto;
	height: 60px;
}
.comcta .ctatel a {
	background: url("../img/common/tel_comcontact.png") 0 center no-repeat;
	background-size: 18px auto;
	padding-left: 25px;
	color: #fff;
	font-size: 22px;
}
.comcta .ctatel a img {
	width: 18px;
}
.comcta .ctasnstxt {
	font-size: 14px;
	margin-left: 10px;
}
}


/* comflex
----------------------------------------------- */
.comflex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comflex.reverse {
	flex-direction: row-reverse;
}
.comflex .comfleximg {
	width: 50%;
	margin-top: 60px;
}
.comflex .comfleximg iframe {
	width: 100%;
	height: 500px;
}
.comflex .comflexcont {
	width: 50%;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
}
@media (max-width: 1024px) {
.comflex {
	display: block;
}
.comflex .comfleximg {
	width: auto;
	margin-top: 0;
}
.comflex .comfleximg img {
	width: 100%;
}
.comflex .comfleximg iframe {
	height: 250px;
}
.comflex .comflexcont {
	width: auto;
	min-height: inherit;
	padding: 60px 20px;
}
}


/* comblock
----------------------------------------------- */
.comblock+.comblock {
	margin-top: 100px;
}
@media (max-width: 767px) {
.comblock+.comblock {
	margin-top: 50px;
}
}


/* combtn
----------------------------------------------- */
.combtn {
	display: flex;
	justify-content: center;
}
.combtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 57px;
	padding: 0 0 5px;
	font-weight: 500;
	color: #363a3d;
	background: rgba(255,255,255,0.8);
	border: 1px rgba(88,105,115,0.8) solid;
	position: relative;
}
.combtn a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 5px;
	bottom: 5px;
	border: 1px rgba(88,105,115,0.8) solid;
	z-index: 1;
}
@media (max-width: 767px) {
.combtn a {
	width: 180px;
}
}

.anchor {
	padding-top: 0;
	margin-top: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 110px;
	margin-top: -110px;
}
}
@media (max-width: 767px) {
.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
}





/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 0 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666;
	border: 1px #666 solid;
	background: #fff;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	background: #666;
	color: #fff;
}
.wp-pagenavi .previouspostslink {
	border: none;
	margin: 0;
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .previouspostslink:hover {
	background-image: url("../img/common/prev_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.wp-pagenavi .nextpostslink {
	margin: 0;
	border: none;
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.wp-pagenavi .nextpostslink:hover {
	background-image: url("../img/common/next_arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}

@media (max-width: 1024px) {
.wp-pagenavi {
	position: relative;
	margin-top: 40px;
}
}
@media (max-width: 767px) {
.wp-pagenavi {
	padding: 0 70px;
	position: relative;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 3px 5px;
}
.wp-pagenavi .previouspostslink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
}
.wp-pagenavi .nextpostslink {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
}
}



.comesoon {
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
	padding: 100px 0;
}


/* 見出し
----------------------------------------------- */
.heading-aging {
	color: #3e2723;
	padding-bottom: 0px;
	border-bottom: 2px solid #3e2723;
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}

.heading-aging::after {
	content: "";
	position: absolute;
	bottom: -6px; left: 0;
	width: 30%; /* 線をあえて短くする */
	height: 2px;
	background: #d7ccc8; /* 少し明るいアクセント */
}
.midashi1 {
	padding: 0px 0 0 6px;;
	color: #b2834b;
	background: transparent;
	border-left: solid 3px #b2834b;
	font-size: 18px;
	font-weight: 700;
}


/* go top
----------------------------------------------- */
.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 100;
  
  /* 画像が親要素からはみ出さないように設定 */
  display: block;
  width: 50px; /* 必要に応じて調整 */
  height: 50px; /* 必要に応じて調整 */
  
  /* じわっと表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* リンク内の画像の設定 */
.page-top-btn img {
  width: 20px;
  height: 93px;
  display: block;
}

/* 表示クラス */
.page-top-btn.is-show {
  opacity: 1;
  visibility: visible;
}

