/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* ------------------------------
   FONT
   ------------------------------ */

/* font-family: "Zen Kaku Gothic New", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* font-family: "Shippori Mincho B1", serif; */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');

/* font-family: "Lato", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font-family: "Neuton", serif; */
@import url('https://fonts.googleapis.com/css2?family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');

/* font-family: "Rubik", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');




/* ------------------------------
   COMMON
   ------------------------------ */
   
 @media only screen and (min-width: 1001px) {
	.sp-only {display: none !important;}
}

@media only screen and (max-width: 1000px) {
	.pc-only {display: none !important;}
}
   
html {
	font-size: 62.5%;
}

body {
font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: .05em;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
	color: #000;
}

p {
font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .075em;
	line-height: 1.8;
	ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
	color: #000;
}

p strong {
 font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
}

small {
	font-size: 80%;
}

img {
	-webkit-backface-visibility: hidden;
}

#breadcrumbs {display: none !important;}


@media only screen and (max-width: 896px) {

	html {
		font-size: 62.5%;
	}

	body {
		font-size: 1.4em;
	}
	
	p {
		font-size: 1.4rem;
	}

}



/* ------------------------------
   HEADER
   ------------------------------ */

.main-content {
	margin-top: -2px;
}

#header-outer {
	padding-bottom: 0px !important;
}

#logo {
	position: relative;
	width: 80px !important;
	height: 28px;
}
#logo img.starting-logo {
	z-index: 1000;
	position: absolute !important;
	height: 9vw !important;
	top: -0px;
	left: 4.5vw !important;
}
#logo img.stnd {
	z-index: 1000;
	position: absolute !important;
	height: 5vw !important;
	top: -0px;
	left: 4.5vw !important;
}

#menu-item-132 {
	background-color: #8c6556;
	margin-left: 10px;
}
.nectar-menu-label {
	display: block;
	padding: 4px 0px 0px;
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-left: 0px;
    position: relative;
    vertical-align: middle;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.85) !important;
}
.nectar-menu-label:before {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

#top nav > ul > .button_solid_color_2 > a:before {
	height: 100% !important;
	border-radius: 0 !important;
}

/* ハンバーガーメニューを1px */

body .lines, body .lines:after, body .lines:before {
	height: 1px;
}
.slide-out-widget-area-toggle.mobile-icon .lines-button:after, .slide-out-widget-area-toggle.mobile-icon .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines:before {
	height: 1px !important;
}
#search-outer .close-wrap .close-line, #top .slide-out-widget-area-toggle .close-line, .nectar-close-btn .close-line, .slide_out_area_close .close-wrap .close-line, .style_slide_in_click .close-cart .close-line {
	width: 1px !important;
}
body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines-button:after, body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after, body .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
	height: 1px !important;
}

#slide-out-widget-area .widget h3 {
	position: relative;
	font-family: "Rubik", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .06em !important;
	color: #ebebe7;
}
#slide-out-widget-area .widget h3 small {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .06em !important;
	color: #ebebe7;
}
#slide-out-widget-area .widget p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .06em !important;
	color: #ebebe7;
}

@media only screen and (max-width: 896px) {

	#header-outer {
		padding-bottom: 10px !important;
	}

	.main-content {
		margin-top: 0;
	}

	#logo {
		position: relative;
		width: 80px !important;
		height: 28px;
	}

	#logo img.starting-logo {
		z-index: 1000;
		position: absolute !important;
		top: -3px !important;
		left: -5px !important;
	}
	
	#logo img.stnd {
		z-index: 1000;
		position: absolute !important;
		top: -3px !important;
		left: -5px !important;
	}
#menu-item-132 {
	margin-left: 0px;
}
}


/* ------------------------------
   FOOTER
   ------------------------------ */

body #footer-outer .row {
	padding: 25px 0 !important;
}

   #copyright p {
font-family: "Rubik", sans-serif;
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.0;
    letter-spacing: .135em !important;
    opacity: 0.5;
}


/* ------------------------------
   HOME
   ------------------------------ */

/* ---------- COMMON ---------- */

.blockTitle {
	margin-bottom: 70px !important;
}

.blockTitle h2 {
	position: relative;
	font-family: "Rubik", sans-serif;
	font-size: 6.8rem;
	font-weight: 200;
	line-height: 1.0;
	letter-spacing: .02em !important;
	color: #eeeeea;
 -webkit-text-stroke: 1px #8c6556;/*ベンダープレフィックス*/
  text-stroke: 1px #8c6556;/*1px赤色縁取り*/
  margin-bottom: 0.25em;
}

.blockTitle .jp {
	font-size: 1.4rem;
	font-weight: 500;
	color: #8c6556;
}

.moreLink {
	text-align: right;
}
.homeAccess .moreLink {
	text-align: left;
}

.moreLink a {
    justify-content: center;
    align-items: center;
    position: relative;
	display: inline-block;
	font-family: "Rubik", sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.0 !important;
	letter-spacing: 0.05em !important;
	color: #666;
	padding: 12px 30px 14px;
	border: solid 1px #888;
	border-radius: 40px;
	text-decoration: none;
}
.homeAccess .moreLink a {
	padding: 13px 30px 13px;
}
#slide-out-widget-area .widget .moreLink a {
	padding: 13px 20px 13px;
}

.moreLink a::after {
    position: absolute;
    right: -1.2em;
    top: 42%;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #888;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.moreLink a:hover {
	transition: 0.3s;
    opacity: 0.5;
}
.moreLink a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
    opacity: 0.5;
}

.swiper-container {
	background-color: #fff !important;
}


@media only screen and (max-width: 896px) {
	
	.blockTitle {
		margin-bottom: 35px !important;
	}
	
	.blockTitle h2 {
		font-size: 3.6rem;
	  margin-bottom: 0.1em;
	}
	
	.blockTitle .jp {
		font-size: 1.2rem;
	}
	
	.moreLink {
		text-align: center;
	}
	
	.moreLink a {
		font-size: 1.3rem;
		padding: 12px 30px 14px;
		border: solid 1px #888;
	}

}


/* SILIDE-BOX */

.slide-box ul {
	margin: 0 !important;
}

/* SILIDE-BOX */

.slide-box ul {
	margin: 0 !important;
}

/* スライドする要素 */
.slide-box .content {
  width: 400px;
  height: 279px;
  padding-right: 1px;
}
.slide-box .content:nth-child(1) {
  background-color: none;
}
.slide-box .content:nth-child(2) {
  background-color: none;
}
.slide-box .content:nth-child(3) {
  background-color: none;
}
.slide-box .content:nth-child(4) {
  background-color: none;
}
/* スライドレールの枠 */
.slide-box .wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 279px;
  margin-bottom: 100px;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 60s infinite linear 1s both;
  animation: loop-slide 60s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
/* ホバー時の装飾（パターン3） */
.content-hover {
  transition: all 0.2s;
  margin-right: 20px;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}

@media only screen and (max-width: 896px) {
	
	/* スライドする要素 */
	.slide-box .content {
	  width: 267px;
	  height: 200px;
	}
	.slide-box .wrap {
	  height: 200px;
	  margin-bottom: 100px;
	}
	
}

/* ---------- NEWS ---------- */

/*
.home-mv .nectar-slider-wrap, 
.home-mv .swiper-container {
		height: 261px !important;
}
*/

.home-mv .swiper-slide {

}


/* ---------- NEWS ---------- */

.homeNews .title {
	position: relative;
	margin-bottom: 35px !important;
}

.homeNews .title h2 {
	position: relative;
	font-family: "Rubik", sans-serif;
	font-size: 4.4rem;
	font-weight: 200;
	line-height: 1.0;
	letter-spacing: .02em !important;
	color: #eeeeea;
 -webkit-text-stroke: 1px #8c6556;/*ベンダープレフィックス*/
  text-stroke: 1px #8c6556;/*1px赤色縁取り*/
  margin-bottom: 0.1em;
}

.homeNews .title .jp {
	font-size: 1.4rem;
	font-weight: 500;
	color: #8c6556;
}

.homeNews .nectar-post-grid {
	border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.homeNews .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
	font-size: 1.4rem;
	font-weight: 400;
}
.homeNews .nectar-post-grid-wrap[data-style="vertical_list"] .item-main .nectar-post-grid-item__meta-wrap .meta-date {
	font-size: 1.4rem;
	font-weight: 400;
}

.category-position-before-title .item-main > .nectar-post-grid-item__meta-wrap:not(:empty) {
	margin-top: 0;
}


@media only screen and (max-width: 896px) {

	.homeNews {
		padding: 0 30px;
	}

	.homeNews .title {
		top: 0x;
		width: 100%;
		text-align: center;
	}
	
	.homeNews .title h2 {
		font-size: 3.6rem;
	  margin-bottom: 0.1em;
	}
	
	.homeNews .title .jp {
		font-size: 1.2rem;
	}

	.homeNews .vc_row.inner_row.right_padding_4vw .row_col_wrap_12_inner {
		padding-right: 0 !important;
	}

	.homeNews .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
		padding: 15px 0;
	}

	.homeNews .nectar-post-grid {
		border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}
	
	.homeNews .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
		font-size: 1.4rem;
		font-weight: 400;
	}
	.homeNews .nectar-post-grid-wrap[data-style="vertical_list"] .item-main .nectar-post-grid-item__meta-wrap .meta-date {
		font-size: 1.3rem;
	}

	.homeNews .nectar-post-grid-wrap[data-style="vertical_list"] .nectar-post-grid-item .item-main > * {
		margin: 3px 0;
	}

}

/* ---------- ABOUT ---------- */

.homeAbout .textWrap {
	z-index: 10000;
}

.nectar-animated-title {
	margin-left: -7vw;
}

.nectar-animated-title-inner {
	margin-bottom: 0;
}

.homeAbout h3 {
font-size:clamp(20px, 1.8vw, 30px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.homeAbout .text {
	margin-top: 25px;
}

.homeAbout p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.06em;
}

@media only screen and (max-width: 896px) {

	.homeAbout .textWrap {
		padding: 0 20px !important;
		top: -16px;
	}
	
	.nectar-animated-title {
		margin-left: -7vw;
	}
	
	.nectar-animated-title-inner {
		margin-bottom: 0;
	}
	
	.homeAbout h3 {
	font-size:clamp(16px, 5vw, 18px);
	}
	
	.homeAbout .text {
		margin-top: 25px;
	}
	
	.homeAbout p {
		font-size: 1.4rem;
	}

}


/* ---------- ROOMS ---------- */

.homeRooms .column-bg-overlay-wrap {
	width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
}

.homeRooms .blockTitle {
	z-index: 1000;
	position: absolute;
	width: 100%;
	top: -38px;
}
.homeRooms .blockTitle h2 {
	color: #fff;
}

.roomsDetail .textWrap {
	width: 28vw !important;
	max-width: 500px;
}

.roomsDetail-r .textWrap {
margin-left: 60px !important;
}
.roomsDetail-l .textWrap {
margin-right: 60px !important;
}

.homeRooms .title {
	margin-bottom: 0.75em !important;
}

.homeRooms .text {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	padding: 0.75em 0;
	margin-bottom: 0em !important;
}

.homeRooms .roomsDetail h3 {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #8c6556;
}

.homeRooms .roomsDetail h3 small {
	padding-left: 0.75em;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #8c6556;
}

.homeRooms .roomsDetail p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.06em;
	text-align: justify;
}

.homeRooms .spec p {
	padding-top: 0.75em;
	font-size: 1.3rem;
	color: #8c6556;
}


.roomsImg .nectar-slider-wrap {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.roomsImg.animate .nectar-slider-wrap {
  clip-path: inset(0 0% 0 0); /* ← 全体を表示 */
}


@media only screen and (max-width: 896px) {

	.roomsImg {
		left: 1px;
	}

	.homeRooms .nectar-slider-wrap, 
	.homeRooms .swiper-container {
		height: 261px !important;
	}

	.homeRooms .swiper-slide {
		height: 263px !important;
	}

	.homeRooms .column-bg-overlay-wrap {
		width: 100vw !important;
		margin-right: 0 !important;
	}

	.homeRooms .blockTitle {
		top: -20px;
	}

	.roomsDetail .textWrap {
		width: 100% !important;
		max-width: 100%;
	}
	.roomsDetail .textWrap .vc_column-inner {
		padding: 25px 30px 0;
	}
	
	.roomsDetail-r .textWrap {
	margin-left: 0px !important;
	}
	.roomsDetail-l .textWrap {
	margin-right: 0px !important;
	}
	
	.homeRooms .title {
		margin-bottom: 0.75em !important;
	}
	
	.homeRooms .text {
		border-top: solid 1px rgba(0, 0, 0, 0.2);
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
		padding: 0.75em 0;
		margin-bottom: 0em !important;
	}
	
	
	.homeRooms .roomsDetail h3 {
		font-size: 2.0rem;
	}
	
	.homeRooms .roomsDetail h3 small {
		font-size: 1.2rem;
	}
	
	.homeRooms .roomsDetail p {
		font-size: 1.3rem;
	}
	
	.homeRooms .spec p {
		font-size: 1.2rem;
	}
	
}


/* ---------- FACILITIES ---------- */

/* 
.homeInfo {
	position: relative;
}
.homeInfo .blockTitle {
	position: absolute;
	width: 100%;
	top: : 0 !important;
}
.homeInfo .blockTitle h2 {
	display: inline-block;
	background-color: #eeeeea;
	padding: 0 15px;
	font-size: 
}

.homeInfo .textBlock {
	padding-top: 40px;
}

.homeInfo .textWrap {
	border: solid 1px #8c6556;
	border-radius: 10px;
	padding: 50px 35px 40px;
}
*/

.homeInfo .text h3 {
	font-size: 1.4rem;
	font-weight: 500;
	color: #8c6556;
	margin-bottom: 0;
}

.homeInfo .text p {
	font-size: 1.8rem;
	font-weight: 500;
	color: #8c6556;
	padding-bottom: 1.0em;
}

.homeInfo .text .kodomo {
	font-size: 1.5rem;
}

@media only screen and (max-width: 896px) {

/*
	.homeInfo .blockTitle {
		width: 100%;
		top: : 0 !important;
	}
	.homeInfo .blockTitle h2 {
		display: inline-block;
		background-color: #eeeeea;
		padding: 0 15px;
		font-size: 
	}
	
	.homeInfo .textBlock {
		padding-top: 20px;
	}
	
	.homeInfo .textWrap {
		border: solid 1px #8c6556;
		border-radius: 10px;
		padding: 35px 20px 35px;
	}
*/

	.homeInfo .text h3 {
		font-size: 1.3rem;
	}
	
	.homeInfo .text p {
		font-size: 1.6rem;
	}

	.homeInfo .text .kodomo {
		font-size: 1.4rem;
	}
	.homeInfo .text .kodomo small {
		display: inline-block;
		line-height: 1.8em;
		margin-top: 6px;
	}

}

/* ---------- FACILITIES ---------- */

.homeFacilities .text h3 {
	font-size: 1.6rem;
	color: #8c6556;
}

.homeFacilities .text ul {
	padding-left: 0;
}

.homeFacilities .text li {
	display: inline-block;
	min-width: 60px;
	padding: 7px 12px 9px;
	margin: 0 2px 1em !important;
	list-style:none;
	font-size: 1.4rem;
	border: solid 1px #8c6556;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.0;
	color: #8c6556;
}

.homeFacilities .text p {
	font-size: 1.6rem;
	font-weight: 500;
	color: #8c6556;
}

@media only screen and (max-width: 896px) {

	.homeFacilities .text h3 {
		font-size: 1.5rem;
		color: #8c6556;
	}
	
	.homeFacilities .text li {
		min-width: 40px;
		padding: 5px 8px 7px;
		margin: 0 2px 1em !important;
		font-size: 1.3rem;
	}
	
}

/* ---------- NEIGHBOURS ---------- */

.homeNeighbours .column-bg-overlay-wrap {
	margin-left: calc(50% - 50vw) !important;

}

.homeNeighbours .column-bg-overlay-wrap .column-bg-overlay {
 position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 1s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 1;
}
/* アニメーション発火用クラス */
.homeNeighbours .column-bg-overlay-wrap .column-bg-overlay.active {
  width: 100%;
}

.homeNeighbours .blockTitle {
	z-index: 1000;
	position: absolute;
	width: 100%;
	top: -38px;
}
.homeNeighbours .blockTitle h2 {
color: #fff;
}
.homeNeighbours .blockTitle .jp {

}

.homeNeighbours .gallery {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.flickity-viewport {
	margin-top: 0 !important;
}

.homeNeighbours .gallery .item-meta {
	max-width: 80% !important;
}

.homeNeighbours .gallery h4.title {
	font-size: 1.6rem;
	color: #222;
}

.homeNeighbours .gallery p {
	font-size: 1.4rem;
	color: #222;
}

@media only screen and (max-width: 896px) {

	.homeNeighbours .column-bg-overlay-wrap {
		margin-left: calc(50% - 50vw) !important;
	}
	
	.homeNeighbours .blockTitle {
		z-index: 1000;
		position: absolute;
		width: 100%;
		top: -20px;
	}
	
	.homeNeighbours .gallery {
		margin: 0 calc(50% - 50vw) !important;
		width: 100vw;
	}
	.flickity-viewport {
		margin-top: 35px !important;
	}
	
	.homeNeighbours .gallery .item-meta {
		max-width: 90% !important;
		margin: 0 auto ;
	}

	.homeNeighbours .flickity-viewport {
		margin-bottom: 35px !important;
	}
	.homeNeighbours .flickity-page-dots {
		bottom: -50px !important;
	}

	.homeNeighbours .gallery h4.title {
		font-size: 1.5rem;
		text-align: center;
	}
	
	.homeNeighbours .gallery p {
		font-size: 1.3rem;
		text-align: justify;
	}
	
.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot, .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot, .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot, body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
	width: 20px;
}

}


/* ---------- COLUMN ---------- */

.homeColumn h3.post-heading span {
	font-size: 1.6rem;
	line-height: 1.6;
}

@media only screen and (max-width: 896px) {

	.homeColumn .nectar-post-grid-item .content {
		padding: 10px 0 25px !important;
	}
	
	.homeColumn h3.post-heading span {
		font-size: 1.4rem;
	}	
	
}

/* ---------- FAQ ---------- */

.homeFaq .toggle-title a {
	font-size: 1.5rem !important;
font-weight: 500 !important;
font-size: 1.5rem;
line-height: 1.6;
}
.homeFaq p {
font-size: 1.6rem !important;
line-height: 1.6 !important;
letter-spacing: 0.1em;
}

.homeFaq .toggles {
	margin-top: 100px;
	padding: 0 20px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.homeFaq .inner-toggle-wrap {
	padding-right: 70px !important;
}

div[data-style="minimal"] .toggle {
	border-bottom: 1px solid #ddd;
}
div[data-style="minimal"] .toggle:last-child {
	border-bottom: 0px;
}

.faq div[data-style*=minimal] .toggle h3 i {
	border: 1px solid #ddd;
}
div[data-style="minimal"] .toggle h3 i:before {
	background-color: #ddd;
}
div[data-style="minimal"] .toggle h3 i:after {
	background-color: #ddd;
}

.contact-faq div[data-style*=minimal] .toggle h3 i {
	border: 1px solid #ddd;
}

div[data-style*=minimal] .toggle>.toggle-title i {
width: 23px;
    height: 23px;
    position: absolute;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -12px;
border: 1px solid #888;
}

div[data-style="minimal"] .toggle > .toggle-title i:before {
	content: " ";
    top: 12px;
    left: 5px;
    margin-top: -2px;
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #888;
    transition: background-color 0.15s ease;
}

div[data-style="minimal"] .toggle > .toggle-title i:after {
    content: " ";
    top: 6px;
    left: 11px;
    width: 1px;
    margin-left: -1px;
    height: 10px;
    position: absolute;
    background-color: #888;
    transition: transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
}

@media only screen and (max-width: 896px) {

	.homeFaq .inner-toggle-wrap {
		padding-right: 35px !important;
	}

	.homeFaq .toggle-title, 
	div[data-style="minimal"] .toggle > .toggle-title a {
	font-size: 1.4rem !important;
	line-height: 1.6;
	letter-spacing: 0.075em;
	}
	
	div[data-style="minimal"] .toggle > .toggle-title a {
	padding: 15px  35px 15px 0 !important;
	}
	div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
	padding: 0 0 35px 0 !important;
	}
	}
	
	.homeFaq .answer {
		margin-bottom: 0 !important;
	}
	 
	.homeFaq p {
	font-size: 1.4rem !important;
	line-height: 1.6 !important;
	letter-spacing: 0.1em;
	}
	
	.homeFaq .toggles {
		margin-top: 50px !important;
		padding: 0 20px;
		border: solid 1px rgba(0, 0, 0, 0.2);
		border-radius: 3px;
	}

}


/* ---------- ACCESS ---------- */

.homeAccess .blockTitle {
	z-index: 1000;
	position: absolute;
	width: 100%;
	top: -38px;
}
.homeAccess .blockTitle h2 {
	color: #f5f5f3;
}

.homeAccess .text h3 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: justify;
	color: #8c6556;
}
.homeAccess .text h3 small {
	font-size: 1.3rem;
	font-weight: 500;
	padding-left: 0.75em;
}

.homeAccess .text p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: justify;
}
.homeAccess .text p small {
	padding-top: 0.5em;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.6;
}

.homeAccess .bookingInner {
	position: absolute;
	width: 100vw;
    margin: calc(50% - 50vw);
    bottom: -110px;
}
.homeAccess .bookingInner .rightWrap .vc_column-inner {
	background-color: #fff;
	padding: 70px 35px 65px;
}

.homeAccess .bookingButton a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.homeAccess .bookingButton .button {
	position: relative;
	display: inline-block;
	border-radius: 40px;
	background-color: #8c6556;
	width: 360px;
	height: 80px;
}
.homeAccess .bookingButton .button .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.homeAccess .bookingButton h4 {
	display: block;
	font-family: "Rubik", sans-serif !important;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
}
.homeAccess .bookingButton h4 small {
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.0;
	color: #fff;
}


@media only screen and (max-width: 896px) {
	
	.homeAccess .blockTitle {
		position: relative;
		top: 0;
	}
	
	.homeAccess .text h3 {
		font-size: 2.4rem;
	}
	.homeAccess .text h3 small {
		display: block;
		font-size: 1.2rem;
		padding-left: 0;
	}
	
	.homeAccess .text p {
		font-size: 1.3rem;
	}
	.homeAccess .text p small {
		padding-top: 0.5em;
		font-size: 1.2rem;
	}
	
	.homeAccess .bookingInner {
		position: absolute;
		width: 100vw;
	    margin: calc(50% - 50vw);
	    bottom: -70px;
	}
	.homeAccess .bookingInner .rightWrap .vc_column-inner {
		background-color: #fff;
		padding: 30px 30px 25px;
	}
	
	.homeAccess .bookingButton a:hover {
		opacity: 0.5;
		transition: 0.3s;
	}

	.homeAccess .bookingButton .button {
		position: relative;
		display: inline-block;
		border-radius: 40px;
		background-color: #8c6556;
		width: 200px !important;
		height: 70px;
	}
	.homeAccess .bookingButton h4 {
		font-size: 1.8rem;
		width: 200px !important;
	}
	.homeAccess .bookingButton h4 small {
		font-size: 1.2rem;
	}

.gmapWrap {
	margin-bottom: 35px !important;
}

/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

}


/* ---------- BOOKING ---------- */

.homeBooking .blockTitle {
	z-index: 1000;
	position: absolute;
	width: 100%;
	top: -32px;
}

.homeBooking .blockTitle .title {
	text-align: left;
}

.homeBooking .blockTitle h2 {
	display: inline-block;
	font-size: 6.8rem;
	font-weight: 200;
	letter-spacing: .02em !important;
	color: #f5f5f3;
 -webkit-text-stroke: 1px #8c6556;/*ベンダープレフィックス*/
  text-stroke: 1px #8c6556;/*1px赤色縁取り*/
  margin-bottom: 0.25em;
}

.homeBooking .blockTitle .jp {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #8c6556;
}




/* ---------- LINK ---------- */

.home-link .link-inner .wrap {
  position: relative;

}

.home-link .title {
	z-index: 1000;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
}

.home-link h3 {
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 1.5em ;
	padding: 0 10px ;
}
.home-link .title01 h3 {
	color: #000 !important;
}
.home-link .title02 h3 {
	color: #000 !important;
}

.home-link p {
    font-size: 1.4rem;
    font-weight: 600 !important;
    letter-spacing: .06em;
    line-height: 1.6;
    color: #222;
}

@media only screen and (max-width: 896px) {
	
	.home-link .title {
	  top: -10px;
	}
	
	.home-link h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 1.7rem;
		padding: 0 6px ;
	}
	
	.home-link p {
	    font-size: 1.3rem;
	}

}




/* ------------------------------
   PAGE > COMMON
   ------------------------------ */

.pageTitle h2 {
	position: relative;
	font-family: "Rubik", sans-serif;
	font-size: 4.4rem;
	font-weight: 200;
	line-height: 1.0;
	letter-spacing: .02em !important;
	color: #eeeeea;
 -webkit-text-stroke: 1px #8c6556;/*ベンダープレフィックス*/
  text-stroke: 1px #8c6556;/*1px赤色縁取り*/
  margin-bottom: 0.1em;
}

.pageTitle .jp {
	font-size: 1.4rem;
	font-weight: 500;
	color: #8c6556;
}

.pageColumn h3.post-heading span {
	font-size: 1.5rem;
	line-height: 1.6;
}

@media only screen and (max-width: 896px) {

	.pageColumn .nectar-post-grid-item .content {
		padding: 10px 0 25px !important;
	}
	
	.pageColumn h3.post-heading span {
		font-size: 1.4rem;
	}	
	
}


@media only screen and (max-width: 896px) {
	
	.pageTitle h2 {
		font-size: 3.6rem;
	  margin-bottom: 0.1em;
	}
	
	.pageTitle .jp {
		font-size: 1.2rem;
	}

}



/* ------------------------------
   COLUMN > INDEX
   ------------------------------ */

.page-column .nectar-post-grid-item .content {
	padding-top: 15px !important;
}

.page-column h3.post-heading {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8 !important;
	max-width: 100% !important;
}
.page-column h3.post-heading a:hover span {
	color: #dd3333 !important;
	transition: 0.3s;
}





/* ------------------------------
   NEWS > INDEX
   ------------------------------ */

.pageNews .nectar-post-grid {
	border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.pageNews .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
	font-size: 1.4rem;
	font-weight: 400;
}
.pageNews .nectar-post-grid-wrap[data-style="vertical_list"] .item-main .nectar-post-grid-item__meta-wrap .meta-date {
	font-size: 1.4rem;
	font-weight: 400;
}


@media only screen and (max-width: 896px) {

	.pageNews {
		padding: 0 0px;
	}

	.pageNews .title {
		top: 0x;
		width: 100%;
		text-align: center;
		margin-bottom: 0 !important;
	}
	
	.pageNews .title h2 {
		font-size: 3.6rem;
	  margin-bottom: 0.1em;
	}
	
	.pageNews .title .jp {
		font-size: 1.2rem;
	}

	.pageNews .vc_row.inner_row.right_padding_4vw .row_col_wrap_12_inner {
		padding-right: 0 !important;
	}

	.pageNews .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
		padding: 15px 0;
	}

	.pageNews .nectar-post-grid {
		border-top: solid 1px rgba(0, 0, 0, 0.2) !important;
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}
	
	.pageNews .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
		font-size: 1.3rem;
		font-weight: 400;
	}
	.pageNews .nectar-post-grid-wrap[data-style="vertical_list"] .item-main .nectar-post-grid-item__meta-wrap .meta-date {
		font-size: 1.3rem;
	}
	
}



/* ------------------------------
   NEWS > SINGLE PAGE
   ------------------------------ */

.single .heading-title {
	font
	margin-bottom: 50px;
	padding-bottom: 0 !important;
}
.row .col.section-title.blog-title, .row .col.section-title.project-title {
	margin-bottom: 0 !important;
}

.nectar-social {
	display: none !important;
}

.single-post .meta-category {
	display: none !important;
}

.single.single-post .section-title h1 {
	font-size: 2.2rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
	padding-bottom: 0;
}

.single-post .meta-date {
	font-size: 1.3rem !important;
	color: #aea89f;
	padding-top: 40px !important;
}

.single.single-post .post-content h3 {
	font-size: 2.0rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	padding-top: 1.5em;
}

.single.single-post .post-content h4 {
	font-size: 1.7rem !important;
	font-weight: 600;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
}

.single.single-post .post-content p {
	font-size: 1.5rem !important;
	font-weight: 400;
	line-height: 2.0 !important;
	letter-spacing: 0.06em;
}

.single.single-post .post-content p a {
	color: #222;
	text-decoration: underline;
	text-underline-offset: 3px;
	
}
.single.single-post .post-content p a:hover {
	color: #dd3333;
	transition: 0.3s;
}

.single.single-post .post-content p img {
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single.single-post .post-content .more-link a {
	font-family: 'Noto Sans JP', sans-serif; 
	font-size: 1.5rem !important;
}

	@media only screen and (max-width: 896px) {
		
	.single .heading-title {
		margin-bottom: 30px;
		padding-bottom: 0 !important;
	}
		
		.single.single-post .section-title h1 {
			font-size: 1.7rem !important;
		}
		
		.single-post .meta-date {
			font-size: 1.2rem !important;
			padding-top: 30px !important;
		}

	.single.single-post .post-content h3 {
		font-size: 1.5rem !important;
		padding-top: 1.0em;
	font-weight: 500;
		
	}
	
	.single.single-post .post-content h4 {
	}
			.single.single-post .post-content p {
			font-size: 1.3rem !important;
		}

}

/* NEWX PREV NAVI // */
.blog_next_prev_buttons {
	margin-bottom: 0px !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:after, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:after, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after {
	background-color: #eeeeea !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
	min-height: 150px;
	background-color: #eeeeea !important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
	color: #222;
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
}

.blog_next_prev_buttons span {
	color: #222;
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 1.6 !important;
	letter-spacing: 0.06em;
}

.post-bg-img {display: none;}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .text .line, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .text .line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .text .line {
	background-color: #222;
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow line, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line {
	stroke: #222;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
	padding: 2% 9%;
}

.previous-post {
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
.next-post {
	border-top: solid 1px #cccccc;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
	border-bottom: solid 1px #cccccc !important;
}

.blog_next_prev_buttons {
	background-color: #fff;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
	text-align: left !important;
}
.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
	text-align: left !important;
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
	text-align: left !important;
}

.blog_next_prev_buttons .previous-post span.text, 
.blog_next_prev_buttons .next-post span.text {
	font-size: 1.6rem !important;
	line-height: 1.6 !important;
	font-weight: 500;
}

@media only screen and (max-width: 896px) {

	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
		min-height: 120px;
	}

	.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
		padding: 2% 9%;
	}
	
	.previous-post {
		border-right: none;
		border-bottom: none;
	}
	.next-post {
		border-bottom: none;
	}

	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}
	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}
	.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
		text-align: center !important;
	}
	.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
		text-align: center !important;
		font-size: 1.2rem !important;
	}

	.blog_next_prev_buttons .previous-post span.text, 
	.blog_next_prev_buttons .next-post span.text {
		font-size: 1.3rem;
		line-height: 1.6 !important;
	}

	body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
		min-height: 120px;
	}
}
/* // NEWX PREV NAVI */



/* ------------------------------
   PAGE > CONTACT
   ------------------------------ */

.contact-text h2 {
	font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem !important;
  font-weight: 600 !important;
  line-height: 1.4em ;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 1.5em !important;
  padding-bottom: 1em !important;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.contact-text p {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 1.8em ;
  letter-spacing: 0.05em;
  text-align: center;
}

.line-qr {
	padding: 0 0 0px !important;
	text-align: center;
	margin-bottom: 0 !important;
	width: 180px !important;
}

.line-button {
	padding: 0 0 0px !important;
	text-align: center;
	margin-bottom: 0 !important;
	width: 180px !important;
}

.contact-text .tel {
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  line-height: 1.0em ;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding: 0px 0;
}

.contact-text .info {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6em ;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

/* 
.contact-form {
	background-color: #f6f5f1;
	padding: 60px 30px 0;
}
*/

/* contact form 7 */

.f-item {
	margin-bottom: 30px;
}

.f-item-confirm {
	text-align: center !important;
}

input[type="checkbox"] {
		vertical-align: -2px !important;
}


.f-item small {
	display: inline-block;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.4em ;
  letter-spacing: 0.05em;
  color: #1f1f1f !important;
}

.f-title  {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1.4em ;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
}



span.wpcf7-list-item {
	margin: 0 !important;
}

input, textarea {
	font-size: 1,6rem;
	font-weight: 500;
  letter-spacing: 0.05em;
	color: #1f1f1f !important;
}

input::placeholder {
	font-size: 1.4rem;
	font-weight: 400;
	color: #bbb;
}

select {
	width: auto;
	min-width: 200px;
	height: 30px;
	font-size: 15px;
	line-height: 1.5em;
	padding: 0;
	
}

.contact-form input [type="checkbox"] {
	height: 57px;
    border: solid 1px #bcbcb9!important;
    background-color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 11px 16px 16px !important;
    transition: border .2s;
}

.wpcf7-list-item-label {
	margin-left: -3px;
	margin-right: 10px;
	color: #1f1f1f !important;
}

.b3-form .question {
	display: inline-block;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.6em ;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  margin-bottom: 0.5em !important;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
	width: 100% ;
	height: 57px;
    border: solid 1px #bcbcb9!important;
    background-color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 11px 16px 16px !important;
    transition: border .2s;
}

.contact-form textarea {
	width: 100% ;
	height: 120px;
    border: solid 1px #bcbcb9!important;
    background-color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 11px 16px 16px !important;
    transition: border .2s;
}

.contact-form input[type="select"], 
.contact-form select {
	width: 100% !important;
	height: 57px;
    border: solid 1px #bfbfbf!important;
    background-color: #fff !important;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 11px 16px 16px !important;
    transition: border .2s;
}


p.submit {
	text-align: center;
}

.wpcf7-spinner {
	display: block;
	text-align: center;
	margin: 20px auto 0;
}

input[type="submit"] {
	font-size: 18px;
	font-weight: 600 !important;
	color: #fff !important;
	padding: 48px !important;
	width: 300px;
	margin: 0 auto;
}

.wpcf7-form .wpcf7-not-valid-tip {
	color: #ff0000 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #ffc9c9 ;
	border-radius: 2px;
	width: auto;
	min-width: 200px;
	margin-top: 0px;
	padding: 1px 5px 3px;
}

.wpcf7 .wpcf7-response-output {
	font-size: 1.4rem !important;
	line-height: 1.5;
	padding: 0.5em !important;
	border-color: #8c6556 !important;
	margin: 2em 0 !important;
}

div.wpcf7-validation-errors {
	color: #ff0000 !important;
	background-color: #ffc9c9 !important;
}


@media only screen and (max-width: 1000px) {

	.contact-title h1 {
	  font-size: 2.0rem !important;
	  line-height: 1.6em ;
	  margin-bottom: 1em;
	}
	
	.contact-title p {
	  font-size: 1.3rem !important;
	  text-align: left !important;
	}
	
	.contact-line img {
		margin: 12px auto 0 !important;
		width: 200px !important;
	}

	.contact-text {
		padding-bottom: 1.5em !important;
		margin-bottom: 0 !important;
	}
	
	.contact-text h2 {
	  font-size: 1.8rem !important;
	  padding-top: 2em !important;
	  padding-bottom: 1em !important;
	}
	
	.contact-text p {
	  font-size: 1.3rem !important;
	  text-align: left;
	}
	
	.line-qr {
		width: 180px !important;
	}
	
	.line-button {
		width: 180px !important;
	}
	
	.contact-text .tel {
	  font-size: 2.0rem !important;
	}
	
	.contact-text .info {
	  font-size: 12px !important;
	}

	.contact-form {
		padding: 30px 30px 0;
	}

	.f-item {
		margin-bottom: 20px;
	}
	
	.f-item small {
	  font-size: 1.1rem !important;
	  padding-top: 5px;
	}
	
	.f-title p {
	  font-size: 1.3rem !important;
	  font-weight: 400 !important;
	  line-height: 1.4em !important;
	  letter-spacing: 0.075em;
	  margin-bottom: 5px;
	}
	
	input[type="checkbox"] {
		vertical-align: -2px !important;
	}

	input[type="submit"] {
	font-size: 15px;
	width: 80%;
	margin: 24px auto 0;
	}

	.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
		height: 50px;
	}
	
	.contact-form textarea {
		height: 120px;
	}
	
	.contact-form input[type="select"], 
	.contact-form select {
		height: 50px;
	}

}


/* ------------------------------
   PAGE > TOKUSHOHO
   ------------------------------ */
   
.pageTokushoho .text h3 {
  font-size: 1.7rem !important;
  font-weight: 600;
  line-height: 1.6em ;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  margin-bottom: 1em !important;
  padding-top: 1em;
  border-top: solid 1px #bebebb;
}

.pageTokushoho .text h4 {
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1.6em ;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  margin-bottom: 0.5em !important;
}

.pageTokushoho .text p{
	font-size: 1.4rem;
	line-height: 1.6;
}

ul, ol {
	padding-left: 0 !important;
		margin-left: 1.5em;
	margin-bottom: 0.5em;
}

.pageTokushoho .text ul li, 
.pageTokushoho .text ol li {
	padding-bottom: 0.25em;
	padding-left: 0em;
	font-size: 1.4rem;
	line-height: 1.6;
}

.pageTokushoho .text ul li {
	list-style-type: circle;
}


.pageTokushoho .text ul li ol, 
.pageTokushoho .text ol li ol {
  margin-top: 0.5em;
  margin-bottom: 0em;
}

.pageTokushoho .text ul li ol li, 
.pageTokushoho .text ol li ol li {
  position: relative;
  list-style-type: none;
  margin-left: 1em;
}
.pageTokushoho .text ul li ol li:before, 
.pageTokushoho .text ol li ol li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}


@media only screen and (max-width: 1000px) {
	
	.pageTokushoho .text h3 {
	  font-size: 1.6rem !important;
	}
	
	.pageTokushoho .text h4 {
	  font-size: 1.4rem !important;
	}
	
	.pageTokushoho .text p{
		font-size: 1.3rem;
	}
	
	.pageTokushoho .text ul li, 
	.pageTokushoho .text ol li {
		font-size: 1.3rem;
		line-height: 1.6;
	}

}
















