body {
  color: #333;
  margin: 0;
  background: url(../images/for_visitor/bk_crasthaus.png);
  line-height: 1.8;
}
.container {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 0;
}

img{
	width: 100%;
}
.main-ttl{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.lead-ttl{
	font-size: 36px;
	line-height: 1.4;
}
.txt{
	font-size: 16px;
    line-height: 2.125rem;
}
.for_visitor .mv_ttl .sub-title{
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.container {
	  padding: 0 0 30px;
	}
	.main-ttl{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lead-ttl{
		font-size: 20px;
	}	
	
}
/* for_visitor */
.for_visitor .mv_bg{
	background: url(../images/for_visitor/mv.jpg) no-repeat 0 80%;
}
.for_visitor .wish02{
	padding: 0 0 150px;
}
@media screen and (min-width: 1300px) {
	.for_visitor .wish01 .img-box{
		margin-right: -200px;
	}
	.for_visitor .wish02 .img-box{
		margin-left: -200px;
	}	
}
@media screen and (max-width: 767px) {
	.for_visitor .img-box{
		width: 100%;
		margin-bottom: 10px;
	}
	.for_visitor .wish01 .img-box{
		order: 2;
	}
	.for_visitor .wish02{
		display: flex;
		flex-flow: column;
	}
	.for_visitor .wish01 .img-box,
	.for_visitor .wish02 .img-box {
		margin: 0 auto;
	}
	.for_visitor .wish02 .txt-box{
		order: 1;
	}
	.for_visitor .wish02 .img-box{
		order: 2;
	}
	.txt{
		font-size: 14px;
	}
}

/* ===== 導入文 ===== */
.hello {
  background: url("dummy1.jpg") center/cover no-repeat;
  text-align: center;
  padding: 50px 0 100px;
}
.hello-title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.hello-sub {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.hello{
		padding: 0;
	}
	.hello .txt{
		text-align: left;
		margin-bottom: 50px;
	}
}
/* ===== クラストハウズとは？ ===== */
.about-crasthaus{
	justify-content: space-between;
}
.about-crasthaus .img-box{
	width: 40%;
}
.about-crasthaus .txt-box{
	width: 55%;
}
@media screen and (max-width: 767px) {
	.about-crasthaus .img-box, 
	.about-crasthaus .txt-box{
		width: 100%;
	}
}
/* ===== 「好き」を語る、宝探し ===== */
.treasure{
	justify-content: space-between;
}
@media screen and (min-width: 1300px) {
	.treasure .img-box{
		width: 60%;
	}
	.treasure .txt-box{
		width: auto;
	}
}
.treasure .wish01 .img-box{
	margin-left: 5%;
}
.treasure .wish02 .img-box{
	margin-right: 5%;
}
@media screen and (max-width: 767px) {
	.treasure .txt-box{
		width: 100%;
	}
	.treasure .wish01 .img-box, 
	.treasure .wish02 .img-box, 
	.treasure .wish02 .txt-box{
		margin: 0 auto;
	}
	.treasure .img-box{
		width: 80%;
	}
}



/* ===== はじめの一歩を踏み出せる3つのポイント ===== */
.first-step .container{
	padding-bottom: 150px;
}
.first-step-inner{
	background: #F4F2F0;
	padding: 20px 0 0;
	text-align: center;
}


.first-step .lead-txt{
	padding: 20px 0;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.first-step{
		margin-top: 50px;
	}
	.first-step .lead-txt{
		width: 92%;
		margin: auto;
	}
}
/* -- Point Sections -- */

.first-step{
	font-family: 'Noto Sans JP', sans-serif;
}
.first-step .point-box{
	width: 92%;
	margin: 0 auto;
}
.first-step .point-box .point-box-outer:not(:last-of-type){
	margin-bottom: 100px;
}
.first-step .point-ttl{
	font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.first-step .point-ttl .number{
	font-size: 72px;
	/* font-family: "HGゴシックE", "HG Gothic E", sans-serif; */
	font-weight: bold;
	letter-spacing: 0.1em;
}
.first-step .point-ttl .number-ttl{
	font-weight: bold;
}
.first-step .point-box_s{
	align-items: flex-start;
}
.first-step .point-box_s li{
	width: 31%;
}
.first-step .point-box_s li figure img{
	object-fit: cover;
	height: 276px;
}
.first-step .point-box_l{
	margin-bottom: 45.5px;
}
.first-step .point-box_l .point-txt{
	width: 47%;
}
.first-step .point-box_s .txt{
	margin-bottom: 0;
}
.first-step .point-box_l .img-box{
	width: 50%;
}
.first-step .point-box .point-box_s-ttl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 15px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.first-step .point-box .point-box-outer:not(:last-of-type){
		margin-bottom: 50px;
	}
	.first-step .point-box_l .img-box, 
	.first-step .point-box_l .point-txt{
		width: 100%;
	}
	.first-step .point-box_s{
		display: flex;
	}
	.first-step .point-box_s-ttl{
		text-align: center;
		margin-bottom: 10px;
	}
	.first-step .point-box_s li figure img{
		height: auto;
	}
	.first-step .point-box_s .txt{
		width: 90%;
		margin: 0 auto 30px;
	}
	.first-step .point-ttl{
		font-size: 20px;
		white-space: nowrap;
	}
	.first-step .point-ttl .number{
		font-size: 48px;
	}
}
@media screen and (max-width: 480px) {
	.first-step .point-box_s{
		display: block;
	}
	.first-step .point-box_s li{
		width: 100%;
	}
	.first-step .point-box_s li figure{
		width: 80%;
		margin: auto;
	}
	.first-step .point-box_s .txt-box{
		margin-bottom: 20px;
	}
	.first-step .point-box_l .img-box{
		margin-bottom: 10px;
	}
}


/* ===== クラストハウズに寄せられるQ＆A ===== */

.faq{
	background: url(../images/for_visitor/bk_faq.jpg) no-repeat 100% 100%;
	background-size: cover;

}
.faq .faq-outer{
	background-color: rgba(0, 0, 0, 0.3);
}
.faq .faq-inner{
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #FFF;
}
.faq .faq-ttl{
	font-size: 24px;
	font-weight: bold;
	background: #FFF;
	padding: 10px;
	text-align: center;
	color: #333;
	position: relative;
	margin-bottom: 40px;
}
.faq .faq-ttl::after{
	content: '▼';
	display: block;
	color: #FFF;
	font-size: 48px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
}
.faq .faq-content{
	flex-wrap: wrap;
	margin-top: 60px;
	align-items: flex-start;
}
.faq .faq-content-box{
	width: 48%;
}
@media screen and (max-width: 767px) {
	.faq .faq-inner{
		padding: 50px 0;
	}
	.faq .faq-content-box{
		width: 92%;
		margin: auto;
	}
	.faq .faq-ttl{
		font-size: 16px;
		margin-bottom: 30px;
	}
	.faq .faq-ttl::after{
		font-size: 36px;
		bottom: -35px;
	}
}

/* ===== GALLERY ===== */
.gallery .gallery-ttl{
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #D9D9D9;
	text-align: center;
	margin-bottom: 30px;
}
.gallery .gallery-inner{
	
}
.gallery .gallery-inner .img-box{
	width: 60%;
	margin: 0 auto 60px;
}
.gallery .gallery-inner .gallery-box{
	width: 100%;
	align-items: flex-start;
}
.gallery .gallery-inner .gallery-box li{
	width: 30%;
}
.gallery .gallery-inner .gallery-box .galleryx_s-ttl{
	max-width: 83%;
	margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
	.gallery .gallery-ttl{
		margin-top: 60px;
		font-size: 24px;
	}
	.gallery .gallery-inner .img-box{
		width: 92%;
	}
	.gallery .gallery-inner .gallery-box li{
		width: 80%;
		margin: 0 auto 20px;
	}
	.gallery .gallery-inner .gallery-box .galleryx_s-ttl{
		max-width: 92%;
		font-size: 14px;
	}
}
/* ===== タイプ別ご案内 ===== */


.type .type-tag{
	background: #E2EBED;
	color: #557C85;
	border-radius: 5px;
	text-align: center;
	max-width: 200px;
	padding: 5px;
}
.type .type-box{
	position: relative;
	margin-bottom: 30px;
}
.type .type-box .img-box.arrow{
	width: 20%;
}
.type .type-box-outer{
	background: #F4F2F0;
	/* align-items: stretch; */
	height: 200px;
}
.type .type-box-outer .type-box-inner{
	width: 66%;
	justify-content: space-between;
	line-height:2.125rem;
	font-size: 14px;
	padding: 0 100px;
}
.type .type-box-outer .type-bnr{
	background: #F8F8F8;
	width: 30%;
	padding: 10px;
	position: relative;
	z-index: 12;
	margin-right: 15px;
}
.type .type-inner .lead-txt{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.type .type-inner .lead-txt{
		text-align: left;
	}
	.type .type-box-outer{
		height: auto;
	}
	.type .type-box-outer .type-box-inner{
		width: 100%;
		padding: 20px;
	}
	.type .type-box .img-box.arrow{
		margin: auto;
		width: 10%;
		padding-top: 10px;
	}
	.type .type-box-outer .type-bnr{
		width: 100%;
	}
}

/* --------------------------
   あずきフォント読み込み
--------------------------- */
@font-face {
    font-family: 'Azuki';
    src: url('/wp-content/themes/crasthous/fonts/Azuki-Regular.woff2') format('woff2'),
         url('/wp-content/themes/crasthous/fonts/Azuki-Regular.woff') format('woff'),
         url('/wp-content/themes/crasthous/fonts/Azuki-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.type .type-bnr{
	position: relative;
	z-index: 100;
}

.type .type-bnr-inner{
	border: 5px solid #E2EBED;
	text-align: center;
}
.type .type-bnr .type-ttl{
	font-family: 'Azuki', sans-serif;
	font-size: 24px;
	font-weight: bold;
	align-items: stretch;
	padding-left: 15px;
}
.type .start .type-bnr .type-ttl{
	font-size: 22px;
}
.type .type-box .img-box.deco{
	margin-right: 10px;
	width: 50%;
	margin: 0 auto;
    margin-bottom: -15px;
    margin-right: -13px;
	position: relative;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.type .type-bnr .type-bnr-inner, 
	.type .type-bnr .type-bnr-inner .wrap{
		display: flex;
		flex-wrap: wrap;
	}

}


/* ===== 最後ご挨拶 ===== */

.last .container{
	text-align: center;
	padding-top: 0;
}
.last .img-box {
  width: 100%;
  height: 400px;
  background-image: url("../images/for_visitor/last-img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
	.last .container{
		text-align: left;
		padding-bottom: 0;
	}
	.last .img-box {
		background-attachment: scroll;
		background-position: center center;
		height: 200px;

	}
}

/* ===== お問い合わせとアクセス ===== */

.under-menu{
	max-width: 1300px;
	text-align: center;
	letter-spacing: 0.4em;
	margin: auto;
}
.under-menu .container{
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 0 !important;
}
.under-menu .ttl, 
.under-menu .sub-ttl, 
.under-menu .f18,
.under-menu .txt{
	font-weight: bold;
}
.under-menu .inner-wrap{
	width: 48%;
}
.under-menu .inner-wrap.contact .link-btn{
	width: 90%;
	margin: auto;
}
.under-menu .link-btn{
	justify-content: space-around;
}
.under-menu .sub-ttl{
	display: block;
}
.under-menu .f36{
	font-weight: bold;
}
.under-menu .link-btn a{
    background: #E2EBED;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46%;
    position: relative;
}
.under-menu .link-btn a::after{
	content: '';
	display: block;
	background: url(../images/common/icon-cta.svg) no-repeat;
	width: 20px;
	height: 21px;
	position: absolute;
	right: 10px;
}
.under-menu .link-btn a::before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 10px;
}
.under-menu .link-btn a.request::before{
	background: url(../images/common/icon-request.svg) no-repeat;
}
.under-menu .link-btn a.contact::before{
	background: url(../images/common/icon-contact.svg) no-repeat;
}
.under-menu .txt-box .txt{
	max-width: 66%;
	margin: 0 auto;
	text-align: left;
	margin-top: -20px;
}
@media screen and (max-width: 767px) {
	.under-menu{
		margin-top: 50px;
	}
	.under-menu .inner-wrap{
		width: 100%;
	}
	.under-menu .inner-wrap.contact{
		margin-bottom: 50px;
	}
	.under-menu .inner-wrap.contact .link-btn{
		width: 100%;
		display: flex;
	}
	.under-menu .link-btn a{
		width: 48%;
		letter-spacing: 0.2em;
	}
	.under-menu .txt-box .txt{
		max-width: 100%;
	}
}

/*-- 調整 --*/
@media screen and (max-width: 767px) {
/*	.for_visitor .mv{
		margin-top: 0;
	}*/
	.for_visitor .txt-box .txt{
		width: 100%;
		font-size: 14px;
	}
	#page-about .container-s, 
	#page-about .container{
		padding: 0;
	}
	#page-about .container{
		padding-bottom: 50px;
	}
	
}
main, #page-about .container{
	max-width: 100%;
}
#page-about .container-s{
	width: auto;
}
#page-about .container{
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}
#page-about .access{
	margin-bottom: 0;
}
#page-about .map{
	margin-top: 10px;
	padding-top: 150px;
}