@charset "utf-8";
/* ---------------------------- */
/* yado
/* ---------------------------- */

body {
  background-color: #f1f1f1;
  overflow-x: hidden;
}
a {
	color: var(--text); 
	text-decoration: none; 
	font-weight: bold; /* 太字 */
}
a:hover {
	opacity: 0.6;
}

img, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ---------------------------- */
/* fv-yado
/* ---------------------------- */
.fv .yado-copy{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	width: 400px;
}    

/* contents
--------------------------- */
.yado-wrapper{
	max-width: 100%;
	padding: 200px 0 120px;
	margin: 0 auto;
}
.yado-detail-inner{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
  }

/* yado-ttl-section */
.section-title-yado {
	color: var(--text);
	font-size: 18px;
	margin: 130px auto 120px;
	padding: 0 20px;
	font-weight: 700;
	letter-spacing: .2em; 
	text-align: center;
	font-family: "Noto Serif JP", serif;
  }
.section-text-yado {
	line-height: 2.4;
	margin: auto;
}
.section-text-yado p {
	font-size: 12px;
	margin-bottom: 75px;
	line-height: 2.4;
}
.yado-img {
	object-fit: cover;
  }
  
/* yado-sec */
.yado-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
	padding: 0;
}
.yado-sec:not(:last-child) {
	margin-bottom: 0;
}
.yado-sec:nth-child(even) {
	flex-direction: row-reverse;
}

.yado-sec img {
	display: block;
	width: 50%;
	height: auto;
}
  
.yado-sec-box {
	width: 50%;
}
.yado-ttl {
	color: var(--text);
	font-size: 18px;
	margin: 1em 0 3em;
	padding: 0;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	letter-spacing: .2em;
	font-family: "Noto Serif JP", serif;
}
.yado-text {
	line-height: 2.4;
	padding: 0 3em;
}
.yado-text p {
	font-size: 12px;
	line-height: 2.4;	
}


/* yado-sec-local */
.yado-sec-local {
	width: 100%;
	margin: 0 auto;
	padding: auto 4%;
}
.local-sec-concept {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}
.sec-concept-l {
	display: block;
	width: 48%;
	height: auto;
}
.sec-concept-l h2{
	font-family: "Noto Serif JP", serif;
	color: var(--text);
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	letter-spacing: .2em;
}
.sec-concept-l h3 {
	font-size: 18px;
	color: var(--text);
	margin: 10px 0;
	position: relative;
	padding-left: 2em; 
	letter-spacing: .2em; 
	font-weight: bold;
}
.sec-concept-l h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px; 
	height: 2px; 
	background-color:  var(--text);
}
.sec-concept-r {
	width: 48%;
}
.sec-concept-r p{
	font-size: 12px;
	line-height: 2.4;
}
.local-sec-nav {
	margin: 75px 0 0 0;
}
.local-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -20px;
}
.local-nav li a{
	color: var(--text);
	text-decoration: none; 
}

.local-nav li {
	margin-top: 20px;
}
.local-nav li:not(:last-child) {
	margin-right: 40px;
}
.local-nav li {
	display: block;
	padding: 20px;
	line-height: 1;
	border: 1px solid #333;
	font-size: 18px;
	font-weight: bold;
}
.local-nav li span {
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	color: var(--text-gray);
	padding: 2em 0 0 1.2em;
	letter-spacing: .2em; 
}

/* yado-sec-local 3種類*/
.underline {
	width: 100%;
	height: 1px; 
	background-color: var(--text-gray);
	margin: 120px 0 120px; 
}

.yado-item {
	display: flex;
	align-items: center;
	margin: 0 10%;
	position: relative;
}

.yado-item:last-child {
	border-bottom: none;
}
.yado-item .local-img {
	width: 40%;
	height: 600px;
	margin-right: 8em;
	object-fit: cover;
}

.yado-item .plan{
	width: 560px;
	height: auto;
	margin: 10px 8em 0 0;
}

.yado-item-text {
	max-width: 600px;
}

.yado-item-text h2 {
	display: flex; 
	font-size: 36px;
	margin: 0;
	font-weight: bold;
}

.yado-item-text h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	color: var(--text-gray);
	padding: 2em 0 0 1.2em;
	letter-spacing: .2em; 
	display: block;
}
.yado-item-text h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	color: var(--text);
	margin: 10px 0;
	position: relative;
	padding-left: 2em; 
	letter-spacing: .2em; 
	font-weight: bold;
}

.yado-item-text h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px; 
	height: 2px; 
	background-color:  var(--text);
}
.yado-item-text p {
	width: 90%;
	font-size: 12px;
	color: var(--text);
	margin: 30px 0;
	line-height: 2.4;
}

.vr_sec {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 10% 0 10% 10%;
}
  
.vr_sec iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yado-item-gallery {
	display: flex;
	flex-wrap: wrap; /* 小さい画面では折り返す */
	justify-content: center;
	gap: 10px;
	padding: 80px 0 0 0;
	margin-left: 100px;
}
  
.thumbnail {
	flex: 0 1 auto;
	cursor: pointer;
}
  
.thumb {
	width: 120px;
	height: 80px;
	object-fit: cover;
	transition: transform 0.2s;
}
  
.thumb:hover {
	transform: scale(1.05);
	border-color: #777;
  }
  

/* yado-sec-journey */
.yado-journey-inner{
	margin: 0 auto;
}
.journey-title {
	font-family: "Noto Serif JP", serif;
	color: var(--text);
	font-size: 18px;
	margin: 120px auto 60px;
	padding: 0 20px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	letter-spacing: .2em; 
  }
  .journey-subtitle {
	color: var(--text);
	font-size: 18px;
	margin: 0 auto 60px;
	padding: 0 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .4em; 
  }
  .journey-text {
	max-width: 1160px;
	line-height: 2.4;
	margin: auto;
}
.journey-text p {
	font-size: 12px;
	margin-bottom: 75px;
}

.yado-journey01 {
	height: 480px;
	background-image: url(https://callspacedesign.com/komuten/wp/wp-content/themes/CK-CSD/img/yado-img09.webp);
}

.yado-journey02 {
	height: 480px;
	background-image: url(https://callspacedesign.com/komuten/wp/wp-content/themes/CK-CSD/img/yado-img11.webp);
}

.parallax{
	width: 100%;
    background-attachment: fixed;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* yado-sec-journey */
.yado-rule-inner{
	margin: 0 auto;
}
.rule-title {
	font-family: "Noto Serif JP", serif;
	max-width: 1160px;
	color: var(--text);
	font-size: 18px;
	margin: 120px auto 75px;
	padding: 0 20px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	letter-spacing: .2em; 
  }
.rule-area {
	margin: 0 auto;
	padding: 100px 0 100px;
	background: var(--bg-gray);
	display: flex;
	justify-content: center;
}

.rule-area-s {
	margin: 0 auto;
}

.rule-area ul{
	list-style: none;
	width: 100%;
    padding: 0;
	margin: 0 auto;
}

.rule-area li {
    line-height: 2.4; 
	letter-spacing: .2em; 
    margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.rule-area li span{
	margin-right: 3em;
	font-size: 1.2em;
}

.rule-area li:before {
	content: '-';
	margin-right: 10px;
	color: var(--text);
	font-weight: bold;
}
.contact-sec-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact-sec-nav li{
	margin-top: 20px;
}
  
.pagenation li:not(:last-child) {
	margin-right: 50px;
}

.contact-sec-nav li a {
  text-decoration: none;
  display: block;
  padding: 20px 75px 20px 75px;
  margin: 0 4em;
  letter-spacing: .3em;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
}

.contact-bth::before {
	content: '-';
	color: #333;
	margin-right: .3em;
}

.insta-bth::before {
	content: '-';
	color: #333;
	margin-right: .3em;
}
  
/* aboutOutline
================================================ */
.aboutAccess {
	padding: 0 0 0;
}
  
.map-wrap {
	width: 100%;
	height: 590px;
	position: relative;
	background: var(--bg-gray);
}
  
.map-wrap .map {
	width: 100%;
	height: 100%;
}
  
.map-wrap .btn {
	position: absolute;
	right: 6.588%;
	bottom: -25px;
}
/*  dl.table
=============================================== */
dl.table {
	width: 100%;
	border-bottom: 1px solid #777;
  }
  dl.table dt,
  dl.table dd {
	padding: 25px 30px;
	border-top: 1px solid #777;
	box-sizing: border-box;
  }
  dl.table dt {
	width: 18%;
	float: left;
	font-weight: 700;
  }
  dl.table dd {
	margin-left: 18%;
  } 
/*  aboutus
=============================================== */
.yado-aboutus-inner {
	max-width: 1160px;
    margin: 0 auto;
	padding: 120px 0;
	display: flex;
	align-items: center;
}

.aboutus-l {
	width: 25%;
}

.aboutus-r {
	width: 70%;
}

.aboutus-title-yado {
	font-size: 18px;
	margin: 130px auto 120px;
	padding: 0 20px;
	font-weight: 700;
	letter-spacing: .2em; 
}


@media screen and (max-width:1100px){
  /* ---------------------------- */
  /* yado_tablet
	/* ---------------------------- */
	.yado-wrapper{
	max-width: 100%;
	margin: 0 auto;
    padding: 200px 4vw 120px;
	}
	.yado-ttl {
		margin: 60px 0 40px;
		line-height: 2.4;
		font-size: 1.6rem;
	}
	.yado-text {
		margin-bottom: 10px;
		line-height: 1.8;
		padding: 0 2em;
	}
	.yado-text p {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	.yado-item .plan{
		width: 300px;
		height: auto;
		margin: 20px  0 0 0;
	}
	

}

@media screen and (max-width:768px){
  /* ---------------------------- */
  /* yado_sp
	/* ---------------------------- */

	.fv .yado-copy{
	width: 300px;
	white-space: nowrap;
	}
	
	.yado-gallery {
	  flex-direction: column;
	}
	.yado-wrapper{
      padding: 160px 4vw 120px;
	}

/* yado-ttl-section */
   .section-title-yado {
	  margin: 60px auto 60px;
	  padding: 0;
	  font-size: 16px;
    }
  .section-text-yado p {
	margin-bottom: 40px;
    }
	.yado-item-gallery {
		margin-left: 0;
	}
	/* yado-sec */
	.yado-sec {
	  flex-direction: column;
	  padding: 0;
	}
	.yado-sec-box {
		width: 100%;
		margin-bottom: 45px;
	}
	.yado-sec img {
		width: 100%;
		height: auto;
		margin: 0;
	  }
	.yado-ttl {
		margin: 60px 0 40px;
		font-size: 1.6rem;
	}
	.yado-text {
		margin-bottom: 20px;
		line-height: 2.0;
		padding: 0;
	}
	.yado-text p {
		margin-bottom: 25px;
		font-size: 1.2rem;
		padding: 0;
	}
/* yado-sec-local 3種類*/

   .local-nav {
		flex-wrap: nowrap;
	    margin: 0 20px 0;
    }
	.local-nav li:not(:last-child) {
    	margin-right: 8px;
	}
	.local-nav li {
		font-size: 16px;
	}
	.local-nav li span {
		font-size: 10px;
    	padding: 2em 0 0 1.2em;
		display: inline-block;
	}

	.local-sec-nav {
		margin: 40px 0 0 0;
	}

	.underline {
		margin: 60px 0 60px;
	}

	.yado-item {
		flex-direction: column;
		margin: 0;
	}

	.yado-item .local-img {
		width: 100%;
		height: 200px;
		margin: 0 0 60px 0;
	}

	.yado-item .plan {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}

	.yado-item-text p {
		line-height: 2.4;
		width: 100%;
	}
	.yado-item-gallery {
		margin-left: 0;
	}
	.yado-item-text h3 {
		margin: 10px 0;
		font-size: 16px;
	}
	.vr_sec {
       margin: 16% 0 0;
	}
	
	/* yado-sec */
	.yado-journey-inner {
		padding: 0 30px;
		overflow: hidden; /* オーバーフローを防ぐ */
	}
	.yado-journey01 {
		background-size: contain;
	}
	
	.yado-journey02 {
		background-size: contain;
	}
	.journey-title {
		font-size: 16px;
		margin: 60px auto 30px;
		line-height: 2.4;
	  }
	  .journey-subtitle {
		font-size: 14px;
		margin: 0 auto 30px;
	  }
	  .journey-text p {
		font-size: 12px;
		margin: 0 20px 60px;
	}
	
     /* yado-rule */
	 .rule-title {
		margin: 60px auto 60px;
		font-size: 16px;
	}
	.rule-area li {
		font-size: 14px;
	}
	.rule-area li span{
		margin-right: 1em;
	}
	
	.rule-area li:before {
		content: '';
		margin-right: 0;
	}

	 /* contact-bth */
	.contact-bth::before {
		content: '';
		margin-right: 0;
	}
		
	.insta-bth::before {
		content: '';
		margin-right: 0;
	} 
    /* yado-sec-local */
	.local-sec-concept {
		flex-direction: column;
	}
	.sec-concept-l {
		width: 100%;
	}
	.sec-concept-l h2{
		font-size: 16px;
		line-height: 2.4;
	}

	.sec-concept-l h3{
		margin: 10px 0 30px 0;
	}	
	.sec-concept-r {
		width: 100%;
	}
	.sec-concept-r p{
		width: 100%;
	}
/*  aboutus
=============================================== */
	.yado-aboutus-inner {
	 flex-direction: column;
	 padding: 60px 0;
	}
	
	.aboutus-l {
		width: 100%;
	}
	
	.aboutus-r {
		width: 100%;
	}
	.aboutus-title-yado {
		font-size: 16px;
		margin: 40px auto 60px;
		padding: 0 20px;
		font-weight: 700;
		letter-spacing: .2em;
		text-align: center;
	}
		
/*  dl.table
=============================================== */
dl.table dt, dl.table dd {
    display: block;
  }
  dl.table dt, dl.table dt {
    width: 36%;
  }
}

