/*
Theme Name: zennozen
*/

@charset "utf-8";
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.koreyaku-bnr {
	width: 281px;
	height: 73px;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.2);
	/*border-radius:0px 0px 6px 6px;*/
	position: absolute;
	top: 0;
	left: 0;
}

.koreyaku-bnr img {
	width: 275px;
	height: auto;
	padding: 0 3px 5px 3px;
	box-sizing: borer-box;
}

.slider {
	width: 100%;
	height: 500px;
	position: relative;
	margin-bottom: 21px;
}


.slider-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-position: center center;
	background-size: cover;
}

.works01.slider-item {
	background-image: url('../img/img_slider01.jpg');
}

.works02.slider-item {
	background-image: url("../img/_38A7764.jpg");
}
.works03.slider-item {
	background-image: url("../img/_38A5660.jpg");
}
.works04.slider-item {
	background-image: url("../img/_38A0318.jpg");
}
.works05.slider-item {
	background-image: url("../img/_38A0271.jpg");
}



.slider-item a {
	width: 100%;
	padding: 0 40px;
	padding-top: 65px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

.slider-contents {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.inner-logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
	-webkit-justify-content: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

.inner-logo h1 {
	width: 220px;
}

.inner-logo h1 img {
	width: 100%;
	height: auto;
}

.slider-cate {
	margin-bottom: 10px;
	display: table;
	position: relative;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 40px;
	line-height: 4rem;
}

.slider-cate:before {
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.slider-name {
	margin-bottom: 10px;
	display: block;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 500;
	line-height: 60px;
	line-height: 6rem;
}

.slider-name-sub {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 30px;
	line-height: 3rem;
}

.slider-name-sub br {
	display: none;
}

.slider-more {
	margin-top: 80px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 20px;
	line-height: 2rem;
}

.swiper-pagination-bullet-active {
	background-color: rgba(0, 0, 0, 1);
}

.pagenation {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
	-webkit-justify-content: center;
			  -ms-flex-pack: center;
			justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
	margin: 0 !important;
	position: static;
	background-size: 100% auto;
}

.swiper-button-next,
.swiper-button-prev {
	width: 10px;
	height: 16px;
}

.swiper-button-prev {
	background-image: url(../img/icn_aw_l.png);
}

.swiper-button-next {
	background-image: url(../img/icn_aw_r.png);
}

.swiper-pagination {
	width: auto;
	padding: 0 20px;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3rem;
	font-style: italic;
}

.swiper-pagination-current,
.swiper-pagination-total {
	margin: 0 20px;
}


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

	.inner-logo h1 {
		width: 180px;
	}
	.slider-item a {
		padding-top: 60px;
	}

	.slider-name {
		font-size: 50px;
		font-size: 5rem;
		line-height: 50px;
		line-height: 5rem;
	}

	.slider-more {
		margin-top: 40px;
	}

}


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

	.slider {
		height: 400px;
		margin-bottom: 20px;
	}

	.slider-item a {
		padding: 0 20px;
	}

	.slider-name {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
		line-height: 3.5rem;
	}

	.slider-name-sub {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 20px;
		line-height: 2rem;
	}

	.slider-name-sub br {
		display: block;
	}

	.slider-more {
		margin-top: 20px;
	}

	.swiper-pagination {
		padding: 0 20px;
	}

	.sp-head-bg {
		background: url('../img/bg_sub_header.jpg') no-repeat center center / cover;
		width: 100%;
		height: 80px;
		display: block;
		margin-bottom: 21px;
	}

}


/*------------------------------------*/


.contents {
	padding-top: 0;
}

.contents-wrap,
.contents-wrap2 {
	padding-top: 40px;
}

.works.contents-wrap,
.works.contents-wrap2 {
	padding-bottom: 50px;
}

.top-bg {
	background: url('../img/top_bg.jpg') no-repeat center top #fff;
}
.works-wrap {
	overflow: hidden;
}

.content-ttl {
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	line-height: 3rem;
	text-align: center;
}

.content-ttl .en {
	color: #7a6a50;
	font-size: 32px;
	font-size: 3.2rem;
	display: block;
	padding-bottom: 10px;
}

.content-t .en:after {
	content: "";
	width: 1px;
	height: 30px;
	margin: 0 20px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
}

.heading-ttl {
	color: #7a6a56;
	margin-bottom: 30px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30px;
	line-height: 3rem;
	font-weight: 500;
}

.center-ttl {
	text-align: center;
}

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

	.contents-wrap,
	.contents-wrap2 {
		padding-top: 20px;
	}

	.works.contents-wrap,
	.works.contents-wrap2 {
		padding-bottom: 20px;
	}

	.content-t {
		margin-bottom: 20px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.works .content-t {
		margin-bottom: 0;
	}

	.content-t .en {
		font-size: 20px;
		font-size: 2rem;
	}

	.content-t .en:after {
		margin: 0 10px;
	}

	.heading-ttl {
		margin-bottom: 20px;
	}

}


/*------------------------------------*/


.works-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.works-list-item {
	position: relative;
	background: #fff;
}

.works-list-item a {
	display: block;
	text-decoration: none;
	position: relative;
}

/*
.works-list-image:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 87, 74, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.works-list-item a:hover .works-list-image:before {
	background-color: rgba(255, 87, 74, .3);
}
*/

.works-list-image {
	margin-bottom: 10px;
}

.works-list-image img {
	transition: all 500ms ease;
	width: 100%;
}

@media screen and ( max-width: 600px ) {
	.works-list-image img {
		width: 180px;
		display: block;
		margin: 0 auto;
	}
}

.works-list-name,
.works-list-type {
	display: block;
	text-align: center;
	line-height: 20px;
	line-height: 2rem;
}

.works-list-inner {
	padding: 10px 0 20px;
}

.works-list-name {
	text-align: center;
	padding-bottom: 11px;
	line-height: 1.4;
	font-size: 2.2rem;
	font-size: 22px;
	color: #7a6a50;
	transition: all 500ms ease;
}

.works-list-name strong {
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	display: block;
	text-align: center;
	color: #666;
}

.works-list-item a:hover img {
	opacity: .7;
}

.works-list-item a:hover .works-list-name {
	color: #c7b299;
}

.works-list-type {
	text-align: left;
	display: block;
	line-height: 1.7;
	padding: 0 0 11px 0;
}

.works-list-cat {
	text-align: center;

}

.font-bold {
	font-weight: 500;
}

.text-center {
	text-align: center;
}

.col-2, .col-3, .col-4, .col3-1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
}

.col-4 li:nth-child(4n) {
    margin-right: 0;
}

.topics-wrap a {
	height: 100%
}

.topics-wrap a figure,
.topics-wrap a .post-header {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

.topics-wrap a:hover figure,
.topics-wrap a:hover .post-header {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


.post-img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	margin-bottom: 10px;
}

.post-img img {
	max-width: 150%;
	max-height: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.post-header {
	padding: 8px 0;
}

.post-meta {
	text-align: left;
	font-size: 1.4rem;
	color: #777;
}

.post-header h3 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.5;
}

.excerpt {
	padding-bottom: 10px;
}

@media screen and ( min-width: 801px ) {

	.works-list-item {
		width: -webkit-calc((100% - 81px) / 3);
		width: calc((100% - 81px) / 3);
		margin-top: 10px;
		margin-right: 40px;
		margin-bottom: 20px;
	}

	.works-list-item:nth-child(3n) {
		margin-right: 0;
	}

  .col-3 li:nth-child(3n) {
      margin-right: 0;
  }
	.col-4 li {
		width: -webkit-calc((100% - 76px) / 4);
		width: calc((100% - 76px) / 4);
		margin-right: 25px;
		margin-bottom: 40px;
	}
  .col-3 li,
	.col3-1 li {
		width: -webkit-calc((100% - 76px) / 3);
		width: calc((100% - 76px) / 3);
		margin-right: 25px;
		margin-bottom: 40px;
	}
}

.fr1{
  text-align: center;
}

.movie{
  position: relative;
  text-align: center;
  overflow: hidden;
}
.movie iframe{
	text-align: center;
  border: none; /*境界線の打ち消し*/
}


@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.works-list-item {
		width: -webkit-calc((100% - 41px));
		width: calc((100% - 41px));
		margin: 20px auto 0;
	}

	.col-4 li,
  .col-3 li {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		margin-right: 20px;
	}

	.col-4 li:nth-child(even),
  .col-3 li:nth-child(even) {
		margin-right: 0;
	}


}


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

	.works-list {
		display: block;
		margin-bottom: 40px;
	}

	.works-list-item {
		margin: 20px auto 30px;
	}

	.col-2 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	}

	.col-2 li {
		width: 100%;
		margin-right: 0;
	}

	.col-4 li,
  .col-3 li {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		margin-right: 20px;
		margin-bottom: 40px;
	}

	.col-4 li:nth-child(even),
  .col-3 li:nth-child(even) {
		margin-right: 0;
	}

	.works-list-image {
		margin-bottom: 15px;
	}

}


/*------------------------------------*/


.news-list-item {
	height: 40px;
	margin: 5px 0;
	padding: 0 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(0, 0, 0, .05);
	line-height: 20px;
	line-height: 2rem;
	text-decoration: none;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.news-list-item:nth-child(n+4) {
	display: none;
}

.news-list-item a {
	text-decoration: underline;
}

.news-list-item a:hover {
	text-decoration: none;
}

.news-list-date {
	margin-right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, .6);
}

.news-list-title {
	font-size: 14px;
	font-size: 1.4rem;
}


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

	.news-list-item,
	.news-list-date,
	.news-list-title {
		display: block;
	}

	.news-list-item {
		height: auto;
		padding: 10px 20px;
	}



}


/*------------------------------------*/


.about-txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.6;
	letter-spacing: 0;
}

.about-txt-col {
	width: 55%;
}

.blog-list-item a {
	line-height: 20px;
	line-height: 2rem;
	text-decoration: none;
}

.blog-list-image {
/* 	background-color: rgba(0, 0, 0, 1); */
	position: relative;
}

.blog-list-image:before {
	content: "" ;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*
.blog-list-image img {
	transition: all 500ms ease;
}
*/


.foot_menu a:hover .blog-list-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.blog-list-title {
	margin: 10px 0;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.blog-list-tex {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: justify;
}

.mR0 {
	margin-right: 0px!important;
}

.foot_menu {
	overflow: hidden;
}

.foot_menu figure figcaption > a {
	z-index: 5;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.foot_menu figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-bottom: 4px;
	max-width: 100%;
	max-height: auto;
	text-align: center;
	cursor: pointer;
}

.foot_menu figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.foot_menu figure figcaption {
	align-items: center;
	color: #444;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.foot_menu figure figcaption::before,
.foot_menu figure figcaption::after {
	pointer-events: none;
}

.foot_menu figure figcaption,
.foot_menu figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #777;
	border-bottom: 2px solid #777;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #777;
	border-left: 2px solid #777;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-size: 2.7rem;
}

figure.effect-bubba h2 span {
	display: block;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-size: 1.4rem;
}

figure.effect-bubba:hover img {
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


@media screen and ( min-width: 801px ) {

	.foot_menu {
		width: -webkit-calc((100% - 41px) / 2);
		width: calc((100% - 41px) / 2);
		margin-right: 40px;
		position: relative;
	}

	.blog-list-item:last-child {
		margin-right: 0;
	}

}

@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.foot_menu {
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
	}

	.blog-list-item:last-child {
		margin-right: 0;
	}

}

@media screen and ( max-width: 600px ) {
	.about-txt {
		line-height: 2.2;
	}

	.about-txt-col,
	.about-img-col {
		width: 100%;
	}

	.about-txt-col {
		margin-bottom: 34px;
	}

	.about-txt-col br {
		display: none;
	}

	.blog .content-t {
		margin-bottom: 0;
	}

	.blog-list-item {
		width: -webkit-calc((100% - 20px) / 2);
		width: calc((100% - 20px) / 2);
		margin-top: 20px;
		margin-right: 20px;
	}

	.blog-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.foot_menu {
		margin-bottom: 30px;
	}

}

/* =======================================================================
   qualty style
========================================================================== */

.col-4 li.quality-contents {
	border-bottom: 1px solid #ccc;
	padding: 0 34px 34px 0;
	margin-right: 0;
	width: -webkit-calc((100% - 103px) / 4);
    width: calc((100% - 103px) / 4);
}

.col-4 li.quality-contents:nth-child(4n) {
	padding-right: 0;
}

.col-4 li.quality-contents:nth-child(n+9) {
	border-bottom: none;
}

.quality-contents h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 11px;
}

.quality-contents figure,
.quality-contents figure img {
	width: 100%;
}

.quality-contents figure img {
	margin-bottom: 34px;
}

.effects {
	width: 680px;
	margin: 55px auto;
}


.effects h2 br,
.oitate h2 br {
	display: none;
}

.effects-top-bg {
	background: url('../img/bg_effects.jpg') no-repeat left top / contain;
	width: 100%;
	height: 160px;
	margin-bottom: 55px;
}

.effects-contents,
.oitate-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.effects-contents li {
	width: -webkit-calc((100% - 61px) / 3);
	width: calc((100% - 61px) / 3);
	margin: 0 30px 30px 0px;
}

.effects-contents li:last-child {
	margin-right: 0;
}

.msn_l{
	margin-left: 3px;
	}

.effects-contents li h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #c30d23;
	text-align: center;
	margin-bottom: 8px;
}


.effects-contents figure img {
	width: 100%;
	margin-bottom: 13px;
	margin-right: 5px;
}

.effects-contents li img {
	width: 100%;
}

.oitate {
	width: 960px;
	margin: 0 auto;
	padding: 34px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.oitate-contents {
	width: -webkit-calc((100% - 69px) / 3);
	width: calc((100% - 69px) / 3);
	margin: 0 34px 30px 0;
}

.oitate-contents:last-child {
	margin-right: 0;
}

.oitate-contents figure {
	width: 100%;
	margin: 0;
}

.oitate-contents img {
	width: 100%;
}

.career {
	font-size: 12px;
	font-size: 1.2rem;
}

.career li {
	text-indent: -1.3em;
	margin-left: 1.3em;
	line-height: 1.7;
}

.career li::before {
	content: "\025c9";
	color: #c30d23;
	font-weight: 700;
	margin-right: 0.2em;
}

.oitate-contents dl {
	font-size: 12px;
	font-size: 1.2rem;
	clear: both;
}

.oitate-contents dt {
	float: left;
	clear: left;
	width: 13%;
	color: #c30d23;
}

.oitate-contents dd {
	float: left;
	width: 87%;
}

@media screen and ( min-width: 601px ) and ( max-width: 800px ) {

	.quality-contents:nth-child(n+9) {
		border-bottom: 1px solid #999;
	}

}

@media screen and ( max-width: 600px ) {
	.quality-contents h3 {
		letter-spacing: 0;
	}

	.col-4 li.quality-contents {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		padding-right: 20px;
		margin-bottom: 40px;
	}

	.col-4 li.quality-contents:nth-child(even) {
		padding-right: 0;
	}

	.col-4 li.quality-contents:nth-child(n+9) {
		border-bottom: 1px solid #999;
	}

	.col-4 li.quality-contents:nth-child(n+11) {
		border-bottom: none;
	}

	.effects {
		width: 100%;
		margin-top: 25px;
	}

	.effects h2 br,
	.oitate h2 br {
		display: block;
	}

	.effects-top-bg {
		background-size: cover;
		height: 80px;
		margin-bottom: 34px;
	}

	.effects-contents {
		padding: 0 11px;

	}

	.effects-contents li {
		width: -webkit-calc((100% - 21px) / 2);
		width: calc((100% - 21px) / 2);
		margin-right: 20px;
	}

	.effects-contents li:nth-child(even) {
		margin-right: 0;
	}

	.add-ps {
		padding: 0 11px;
	}

	.oitate {
		width: 100%;
		padding-left: 11px;
		padding-right: 11px;
	}

	.oitate-inner {
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.oitate-contents {
		width: 100%;
		margin-right: 0;
	}

}

/* =======================================================================
   privacy style
========================================================================== */

.privacy-txt {
	text-align: justify;
	max-width: 750px;
	margin: 30px auto;
	box-sizing: border-box;
	padding: 0 11px;
}

ul.privacy-txt li {
	text-indent: -1em;
	margin-left: 1em;
}

.privacy_item {
	display: block;
	font-weight: 500;
}

.bT {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

/* =======================================================================
   company style
========================================================================== */

.company-profile {
	width: 750px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.company-profile th {
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding: 13px;
	box-sizing: border-box;
	font-weight: 500;
}

.company-profile td {
	width: 75%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	padding: 13px;
	box-sizing: border-box;
}

.company-profile td br {
	display: none;
}

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

	.company-profile {
		width: 100%;
		box-sizing: border-box;
	}

	.company-profile th {
		width: 100%;
		display: block;
		text-align: center;
		background-color: rgba(122,106,86,0.1);
	}

	.company-profile td {
		width: 100%;
		display: block;
		text-align: center;
	}

	.company-profile td br {
		display: block;
	}

}

/* =======================================================================
   contact style
========================================================================== */

.contact-tex {
	max-width: 600px;
	margin: 30px auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.thanks .contact-tex {
	text-align: center;
}

.tel {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 40px;
	line-height: 4rem;
	text-align: center;
}

.form-area {
	max-width: 700px;
	margin: 40px auto 0 auto;
}

.form-area-tex {
	margin: 30px auto 20px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: center;
}

.form-list {
	width: 100%;
	margin-bottom: 30px;
}

.form-list th,
.form-list td {
	padding: 10px 0;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem;
}

.form-list th {
	width: 30%;
	padding-top: 15px;
}

.form-list th.req:after {
	content: "必須";
	background-color: #e03c2c;
	font-weight: 500;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	padding: 1px 8px;
	margin-left: 10px;
}

.form-item {
	width: 100%;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: rgba(0, 0, 0, .05);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25px;
	line-height: 2.5rem;
	box-sizing: border-box;
}

.form-item:focus {
	background-color: rgba(0, 0, 0, .1);
}

input[type=text].form-item,
input[type=email].form-item,
input[type=tel].form-item {
	height: 40px;
}

input[type=text].form-item,
input[type=email].form-item,
input[type=tel].form-item {
	height: 40px;
}

textarea.form-item {
	height: 100px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.form-foot {
	margin-top: 60px;
	text-align: center;
}

.form-foot li {
	margin: 10px 10px;
	display: inline-block;
	vertical-align: top;
}

.form-submit,
.form-cancel {
	width: 200px;
	height: 50px;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 1);
}

.form-submit {
	background-color: rgba(224,60,44,1);
}

.form-submit:hover {
	background-color: rgba(224,60,44,0.8);
}

.form-cancel {
	background-color: rgba(224,60,44,0.4);
}

.form-cancel:hover {
	background-color: rgba(224,60,44,0.3);
}

/*
.error {
	margin: 40px auto;
	padding: 40px;
	display: table;
	border: 2px solid rgba(255, 0, 0, 1);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	font-weight: bold;
	color: rgba(255, 0, 0, 1);
}
*/

/* input[type="radio"] {
	display: none;
} */
label.btn-radio {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 20px;
	cursor: pointer;
	margin-right: 5px;
}
label.btn-radio::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 100%;
}
input[type="radio"]:checked + label.btn-radio::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #e03c2c;
	border-radius: 100%;
}

.check-pp {
	text-align: center;
	margin-bottom: 13px;
}

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

	.contents-wrap,
	.contents-wrap2 {
		margin: 30px auto 0 auto;
	}

	.form-list th,
	.form-list td {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.form-list th {
		padding-bottom: 0;
	}

	label.btn-radio {
		display: block;
	}

}

/* =======================================================================
   fc style
========================================================================== */

.fc-contents {
	max-width: -webkit-calc(65% - 34px);
	max-width: calc(65% - 34px);
}

.fc-contents h3 br,
.fc-contents h4 br {
	display: none;
}

.fc-ttl1 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
	color: #c30d23;
	margin-bottom: 8px;
}

.fc-ttl2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #a48b78;
	margin-bottom: 8px;
}

.fc-ttl2::before {
	content: "\025c6";
	font-weight: 700;
	margin-right: 0.2em;
}

.fc-contents-txt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0;
}

.fc-contents-txt br {
	display: none;
}

.fc-inner-ttl {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #a48b78;
}

.fc-contents-list1 {
	margin-bottom: 34px;
}

.fc-contents-list1 li {
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 15px 0;
}

.fc-contents-list1 li:last-child {
	border-bottom: 1px solid #ccc;
}

.fc-contents-list2 {
	margin-bottom: 13px;
}

.fc-contents-list2 li {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.045em;
}


.fc-inner-ttl::before {
	content: "■";
	color: #a48b78;
	font-weight: 500;
	margin-right: 0.2em;
}

.fc-list-mark {
	margin-right: 0.8em;
}

.fc-list-mark::before {
	content: "◎";
}

.fc-img-sec {
	width: 35%;
	margin-left: auto;

}

.fc-img-sec figure {
	width: 100%;
	margin-bottom: 34px;
}

.fc-img-sec img {
	width: 100%;
}

.founded {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 34px 0 14px;
	overflow: hidden;
	clear: both;
	margin-bottom: 55px;
}

.founded-txt {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 15px;
	margin-bottom: 20px;
}

.founded-txt:nth-of-type(2) {
	padding-left: 15px;
	padding-right: 0;
}

.founded-txt h4,
.company-info h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 5px;
}

.company-info {
	text-align: center;
}

.company-info h3 br {
	display: none;
}

.company-info p:nth-of-type(3) {
	margin-bottom: 21px;
}

#sp-none {
	display: none;
}

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

	.fc-contents {
		max-width: 100%;
		margin-bottom: 13px;
	}

	.fc-contents h3 {
		text-align: center;
	}

	.fc-contents h3 br,
	.fc-contents h4 br {
		display: block;
	}

	.fc-list-mark {
		display: block;
		margin-right: 0;
	}

	.fc-img-sec {
		width: 100%;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
			flex-direction: row;
	}

	.fc-img-sec figure {
		width: 50%;
		box-sizing: border-box;
		padding-right: 10px;
	}

	#sp-none {
		-js-display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 13px;
	}
	.founded {
		margin-bottom: 34px;
	}

	.founded-txt {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
	}

	.founded-txt:nth-of-type(2) {
		padding-left: 0;
	}

	.founded-txt h4 {
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 500;
	}

	.company-info h3 br {
		display: block;
	}

	.fc-contents-txt  {
		text-align: center;
	}

	.fc-contents-txt br {
		display: block;
	}

}


/* =======================================================================
   restaurant style
========================================================================== */





.address-info {
	width: -webkit-calc(62% - 8px);
	width: calc(62% - 8px);
}

.address-info h3,
.restaurant-staff-info h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.address-info p,
.restaurant-staff-info p {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.address::before, .time::before, .phone-number::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	margin-right: 0.3em;
}

.address::before {
	content: "\f3c5";
	color: #7a6a56;
}
.time::before {
	content: "\f017";
	color: #7a6a56;
}
.phone-number::before {
	content: "\f095";
	color: #7a6a56;
}

.g-map {
	text-align: right;
	padding-bottom: 10px;
	margin-right: 20px;
}

.g-map a {
	padding: 5px 13px;
	color: #fff;
	background-color: #aaa;
}

.g-map a:hover {
	background-color: #ccc;
}

.restaurant-staff-info {
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.restaurant-staff-ttl {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	color: #7a6a56;
}

.restaurant-staff-info li {
	width: -webkit-calc((100% - 69px) / 3);
	width: calc((100% - 69px) / 3);
	padding: 21px 34px 21px 0;
	letter-spacing: 0;
	border-top: 1px solid #ccc;
}

.restaurant-staff-info li:nth-child(3n) {
	padding-right: 0;
}

.restaurant-staff-info li {
	border-bottom: 1px solid #ccc;
}

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

	.restaurant-staff-info {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	}

	.restaurant-staff-info li {
		width: 100%;
		letter-spacing: 0.045em;
	}

	.restaurant-staff-info li {
		padding-right: 0;
	}


/*--.restaurant-info ul li figure {
		display: none;
	}--*/


	.address-info {
		width: 100%;
	}

	.time br {
		display: none;
	}

}



/* =======================================================================
   news style
========================================================================== */

.page-top-link {
	text-align: center;
	margin-bottom: 50px;
}

.page-top-link li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 8px;
}

.page-top-link a {
	display: block;
	width: 170px;
	box-sizing: border-box;
	color: #fff;
	padding: 5px 10px;
	background-color: #bbb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-top-link a:hover,
.page-top-link li.active a {
	background-color: #c9bc9c;
}

.page-numbers {
	clear: both;
	padding-bottom: 15px;
	text-align: center;
	margin-top: 13px;
	font-size: 1.4rem;
}
.page-numbers a, .page-numbers .current,
a.page-numbers, ul.page-numbers li .current {
	color: #555;
	padding: 8px 11px;
	border:solid 1px #999;
	text-decoration:none;
	margin: 0 5px;
}
@media screen and ( max-width: 600px ) {
  .page-numbers a, .page-numbers .current,
  a.page-numbers, ul.page-numbers li .current {
    padding: 8px;
    margin: 0 3px;
  }
}

.page-numbers a:hover,
a.page-numbers:hover {
	color: #fff;
	background: #c9bc9c;
	border-color: #c9bc9c;
}
.page-numbers .current,
ul.page-numbers li .current {
	color: #fff;
	background: #c9bc9c;
	border-color: #c9bc9c;
	font-weight: 400;
}

ul.page-numbers li {
	display: inline-block;
	margin-right: 5px;
}

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

	.page-top-link li {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.page-top-link a {
		display: block;
		width: 170px;
		box-sizing: border-box;
		color: #fff;
		padding: 5px 10px;
	}

}

.blog-inner {
	max-width: 760px;
	margin: 0 auto;
}

.blog-inner h3 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.12em;
	margin-bottom: 50px;
	font-weight: 500;
}

.blog-inner p {
	margin-bottom: 34px;
}

.blog-post-meta {
	font-size: 1.6rem;
	color: #777;
	margin-bottom: 10px!important;
}

.blog-inner img {
	width: 100%;
	margin-bottom: 34px;
}

.blog-inner .col-2 li {
	width: -webkit-calc((100% - 21px) / 2);
	width: calc((100% - 21px) / 2);
	margin-right: 20px;
	margin-bottom: 34px;
}

.blog-inner .col-2 li:nth-child(even) {
	margin-right: 0;
}

.prev-next-link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
		 -ms-flex-align: center;
		 	align-items: center;
}

.prev-next-label {
	position: relative;
}

.prev-link,
.next-link {
	min-width: 120px;
}
.prev-link a,
.next-link a {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 22px;
	position: relative;
}

.prev-link a::before,
.next-link a::after {
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
}

.prev-link a::before {
	content: "\f100";
	font-weight: 700;
    left: 0;
}

.next-link a::after {
	content: "\f101";
	font-weight: 700;
    right: 0;
}

.prev-link a:hover:before {
    left: -5px;
}

.next-link a:hover::after {
	right: -5px;
}

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

	.blog-inner .col-2 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}

	.blog-inner .col-2 li:nth-child(even) {
		margin-right: 0;
	}

	.all-label a {
		padding: 5px 13px;
	}

	.all-label a::after {
		content:"";
	}
	.prev-link a,
	.next-link a {
		font-size: 14px;
		font-size: 1.4rem;
		margin: 0 15px;
	}

	.prev-link a::before,
	.next-link a::after {
		top: -2px;
	}

}

.wp-block-column {
    margin-bottom: 0!important;
}

.wp-block-image {
    margin-bottom: 0!important;
}

@media (min-width: 600px) {
.wp-block-column:not(:first-child) {
    margin-left: 10px!important;
}
.wp-block-column:not(:last-child) {
    margin-right: 10px!important;
}
}

.desc {
    margin-bottom: 21px;
}

.desc a {
	color: #7a6a50;
	text-decoration: underline;
}

.desc h1,.desc h2,.desc h3,.desc h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 13px;
}

.desc ul,
.desc ol {
    margin-bottom: 34px;
    margin-left: 1.5em;
}

.desc ul {
	list-style: disc;
}

.desc ol {
	list-style: decimal;
}

.desc ul li,
.desc ol li {
	margin-bottom: 13px;
}

/* =======================================================================
   プレミアム会員 style
========================================================================== */

premium {
	max-width: 100%;
	height: auto;
}

/* =======================================================================
   店舗一覧 style
========================================================================== */

.cssgrid {
  display: grid;
 grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-auto-columns:  320px 320px 320px;
  grid-gap: 0.8em;
  border: 1px solid #ddd;
 padding: 0.8em;
  margin: 0 0 2em;
}

.cta{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

p{
	word-wrap:break-word;
}

/* =======================================================================
   2022.07 NEWS カテゴリ表示改修
========================================================================== */
.news-category h3 {
  padding: 1em 0 0.5em;
  font-size: 2rem;
  text-transform: uppercase;
}
.category-list {
  border-top: 1px solid #000;
}
.category-list li {
  border-bottom: 1px solid #000;
}
.list-child li:last-child {
  border-bottom: none;
}
.category-list li a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 2em;
  padding-bottom: 10px;
}
.category-list li a:after {
  position: absolute;
  display: block;
  content: '>';
  line-height: 1;
  right: 1em;
  top: calc(50% - 0.5em);
  font-weight: normal;
}
.category-list li.active > a {
  font-weight: bold;
}
.list-parent li a {
  padding-left: 1em;
}
.list-child li a {
  padding-left: 2em;
}

@media screen and ( max-width: 800px ) {
  .news-contents {
    width: 100%;
  }
  .news-category {
    width: 100%;
    padding-top: 1em;
  }
}
@media screen and ( min-width: 801px ) {
  .news-wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  	width: 100%;
  }
  .news-contents {
    width: 75%;
  }
  .news-contents > article {
    margin-right: 25px;
  }
  .news-category {
    width: 25%;
  }
  .category-list li a:hover {
    background: #f0f0f0;
  }
}

/* =======================================================================
   2022.10 記事詳細改修（前後リンク改修・関連記事リンク追加）
========================================================================== */
.prev-next-link2 {
  margin-bottom: 30px;
}
.prev-link2,
.next-link2 {
  margin-bottom: 30px;
}
p.prev-link2-text,
p.next-link2-text {
	min-width: 120px;
  margin-bottom: 10px;
}
.next-link2-text {
  text-align: right;
}
.prev-link2-text,
.next-link2-text {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 22px;
	position: relative;
}
.prev-link2-text::before,
.next-link2-text::after {
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	font-size: 1.6rem;
	position: absolute;
	top: 0;
}
.prev-link2-text::before {
	content: "\f100";
	font-weight: 700;
    left: 0;
}
.next-link2-text::after {
	content: "\f101";
	font-weight: 700;
  right: 0;
}
a:hover .prev-link2-text::before {
  left: -5px;
}
 a:hover .next-link2-text::after {
	right: -5px;
}
.prev-link2-card,
.next-link2-card {
  padding: 20px;
  display: flex;
  align-items: center;
  background: #f2f2f2;
}
.prev-link2-thumb,
.next-link2-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  background: #fff;
}
.prev-link2-thumb img,
.next-link2-thumb img {
  max-width: 100%;
  margin: 0;
  height: auto;
}
.prev-link2-card p,
.next-link2-card p {
  margin: 0 0 0 20px;
}

p.related-link-heading {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.related-link-container {
  display: flex;
  justify-content: space-between;
}
.related-link-thumb {
  position: relative;
  padding-top: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.related-link-thumb img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 150%;
  max-height: 150%;
  transform: translate(-50%, -50%);
}
.related-link-title {
  margin-bottom: 0;
}

@media screen and ( max-width: 800px ) {
  .related-link-container {
    flex-flow: wrap;
  }
  .related-link-container li {
    width: 48.5%;
  }
}
@media screen and ( min-width: 801px ) {
  .prev-next-link2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .prev-link2,
  .next-link2 {
    width: 48.5%;
    margin-bottom: 30px;
  }
  .related-link-heading br {
    display: none;
  }
  .related-link-container li {
    width: 22%;
  }
  .prev-link2 a p,
  .next-link2 a p,
  .prev-link2 a figure,
  .next-link2 a figure,
  .related-link-container a figure,
  .related-link-container a .related-link-title {
  	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all  0.5s ease;
  }
  .prev-link2 a:hover p,
  .next-link2 a:hover p,
  .prev-link2 a:hover figure,
  .next-link2 a:hover figure,
  .related-link-container a:hover figure,
  .related-link-container a:hover .related-link-title {
  	opacity: .6;
  	-webkit-opacity: .6;
  	-moz-opacity: .6;
  	filter: alpha(opacity=60);
  	-ms-filter: "alpha(opacity=60)";
  }
}

/***********************************
	kiketsusui.html
***********************************/

.kiketsusui section + section {
  margin-top: 70px;
}
.kiketsusui .contents-wrap {
  padding-top: 110px;
}
.kiketsusui .contents-item {
  margin-bottom: 50px;
}
.kiketsusui .content-ttl .en {
  padding: 10px 0 0;
  line-height: 1.4;
}
.kiketsusui .inner-padding {
  padding: 0 30px;
}
.kiketsusui .intro-txt {
  line-height: 2;
}

.kiketsusui-image {
  max-width: 680px;
  margin: 72px auto 53px;
}

.kiketsusui-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 80px;
}
.kiketsusui-menu li {
  width: 31.875%;
}
.kiketsusui-menu li:nth-child(3) {
  margin-bottom: 20px;
  width: 100%;
}
.kiketsusui-menu li:nth-child(2), .kiketsusui-menu li:nth-child(5), .kiketsusui-menu li:nth-child(6) {
  margin-left: 2.1875%;
}
.kiketsusui-menu li a:hover {
  opacity: 0.7;
}

.band-ttl {
  padding: 16px 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.band-ttl img {
  max-height: 100%;
  display: block;
}
.band-ttl .sub {
  height: 38px;
  margin-right: 18px;
}
.band-ttl .main {
  height: 47px;
}
#kitai .band-ttl {
  background: #DEA54A;
}
#kikyo .band-ttl {
  background: #CCB82B;
}
#oketsu .band-ttl {
  background: #B592D3;
}
#kekkyo .band-ttl {
  background: #D56A67;
}
#suitai .band-ttl {
  background: #5286B3;
}

.marker-ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  color: #7A6A50;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F5E4C8));
  background: linear-gradient(transparent 60%, #F5E4C8 60%);
  margin-bottom: 25px;
}
#kikyo .marker-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #EFE9BD));
  background: linear-gradient(transparent 60%, #EFE9BD 60%);
}
#oketsu .marker-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E9DEF2));
  background: linear-gradient(transparent 60%, #E9DEF2 60%);
}
#kekkyo .marker-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F7E1E0));
  background: linear-gradient(transparent 60%, #F7E1E0 60%);
}
#suitai .marker-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DCE7F0));
  background: linear-gradient(transparent 60%, #DCE7F0 60%);
}

.feature-list-wrap {
  margin-top: 30px;
  background: #F8F6F2;
  border-radius: 8px;
  padding: 30px;
}
.feature-list-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-list-wrap > div ul {
  width: calc(63.86% - 20px);
  color: #333333;
  font-size: 18px;
}
.feature-list-wrap > div ul li {
  padding: 0 0 5px 1.5em;
  position: relative;
}
.feature-list-wrap > div ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/kiketsusui/icon-check.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 9px;
}
.feature-list-wrap img {
  width: 36.14%;
  margin-left: 20px;
}

.feature-list-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #7A6A50;
  padding-left: 1em;
  margin-bottom: 17px;
  position: relative;
}
.feature-list-ttl::before {
  content: "●";
  position: absolute;
  left: 0;
}
#kitai .feature-list-ttl::before {
  color: #DEA54A;
}
#kikyo .feature-list-ttl::before {
  color: #CCB82B;
}
#oketsu .feature-list-ttl::before {
  color: #B592D3;
}
#kekkyo .feature-list-ttl::before {
  color: #D56A67;
}
#suitai .feature-list-ttl::before {
  color: #5286B3;
}

.img-2col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img-2col-wrap > div {
  width: 48.33%;
  margin-bottom: 40px;
}
.img-2col-wrap > div img {
  aspect-ratio: 435/289;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}
.img-2col-wrap > div a {
  color: #699DE2;
  font-size: 18px;
  text-decoration: underline;
}
.img-2col-wrap > div a:hover {
  opacity: 0.7;
}

.item-intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-intro-wrap figure {
  width: 25.55%;
  margin-right: 3.33%;
}
.item-intro-wrap > div {
  width: 71.12%;
}
.item-intro-wrap .btn1 {
  text-align: left;
  margin-top: 20px;
}

.item-intro-ttl {
  font-size: 18px;
  color: #7A6A50;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .kiketsusui section + section {
    margin-top: 80px;
  }
  .kiketsusui p {
    letter-spacing: normal;
  }
  .kiketsusui .contents-wrap {
    padding-top: 30px;
  }
  .kiketsusui .inner-padding {
    padding: 0 10px;
  }
  .band-ttl {
    padding: 16px 10px 23px;
    margin-bottom: 32px;
  }
  .band-ttl .sub {
    margin-right: 0;
    height: auto;
    width: 85.5%;
    margin: 0 auto 17px;
  }
  .band-ttl .main {
    height: 12.53vw;
    margin: 0 auto;
  }
  .feature-list-ttl {
    font-size: 20px;
  }
  .kiketsusui-image {
    margin: 72px auto 80px;
  }
  .kiketsusui-menu {
    margin: 40px 0 100px;
  }
  .kiketsusui-menu li {
    width: 100%;
  }
  .kiketsusui-menu li + li {
    margin-top: 20px;
  }
  .kiketsusui-menu li:nth-child(3) {
    margin-bottom: 0;
    display: none;
  }
  .kiketsusui-menu li:nth-child(2), .kiketsusui-menu li:nth-child(5), .kiketsusui-menu li:nth-child(6) {
    margin-left: 0;
  }
  .feature-list-wrap {
    margin-top: 24px;
    width: calc(100vw - 10.66% - 40px);
    margin-left: -10px;
    padding: 30px 5.33%;
  }
  .feature-list-wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature-list-wrap > div ul {
    width: 100%;
  }
  .feature-list-wrap > div ul li {
    letter-spacing: normal;
  }
  .feature-list-wrap img {
    width: 55.22%;
    margin: 0 auto 15px;
  }
  .img-2col-wrap > div {
    width: 100%;
    margin-bottom: 32px;
  }
  .img-2col-wrap > div a {
    letter-spacing: normal;
  }
  .item-intro-wrap > div {
    width: 100%;
  }
  .item-intro-wrap figure {
    width: calc(100% - 20px);
    margin: 0 auto 16px;
  }
  .item-intro-wrap .btn1 {
    text-align: center;
    margin-top: 24px;
  }
  .item-intro-ttl {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .kiketsusui p {
    font-size: 14px;
  }
}
