@charset "UTF-8";

/*
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
:root {
	--theme-color-green-lighter: #CCF9FF;
	--theme-color-green-light: #00B7CC;
	--theme-color-green: #008899; /* 納戸色  rgba(0, 136, 153) */
	--theme-color-green-dark: #005B66; /* rgba(0, 91, 102)*/
	--theme-color-green-darker: #002D33; /* rgba(0, 45, 51)*/

	--theme-color-red-lighter: #FDE4D7;
	--theme-color-red-light: #FA905A;
	--theme-color-red: #EA5506; /*金赤 rgba(234, 85, 6) */
	--theme-color-red-dark: #B74004;
	--theme-color-red-darker: #862F03;
}
body {
	font-family: Montserrat, Quicksand, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	text-align: justify;
	text-justify: inter-ideograph;
}
.header, header, entry-title, .date-tags, .single #header-in {
	display: none;
}
body.single {
	font-size: 1.05rem;
}
body.single .content-in {
	/*	max-width: 860px;*/
}
.text-justify {
	text-align: justify;
}
#breadcrumb {
	margin-top: 30px;
	max-width: 860px;
}
.breadcrumb-item .fa-folder, .breadcrumb-item .fa-file {
	display: none;
}

.single .article {
	position: relative;
}
.single .article .entry-content{
	top: 600px;
}
.single .content .main {
	margin-top: 0;
	padding: 5%;
	border-radius: 0;
}
div#container{
	overflow: hidden;
}
/* navi メニュー */
#header-container .navi {
	position: absolute;
	text-shadow: 1px 1px 1px #000;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 45, 51, .2);
	z-index: 3;
}
.fixed-header #navi, body:not(.home) #navi{
	font-size: 1rem;
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
	-webkit-transition: all .4s ease 0s,background .6s ease .2s;
	transition: all .4s ease 0s,background .6s ease .2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	border-bottom: solid 2px var(--theme-color-green); /* 納戸色 */
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
#navi .navi-in > ul > li > a{
	font-size: .95rem;
	padding: 0 1.2em;
}
.navi-in > ul .sub-menu > li .item-label{
	text-shadow: none;
}
#navi i{
	opacity: .7;
}
.fixed-header #navi a, body:not(.home) #navi a{
	color: #000;
	text-shadow: none;
}
#header-container .navi.hide{
	transform: translateY(-100%);
}
#navi .navi-in a:hover, .navi-footer-in a:hover{
	color: #FFF;
	background-color: var(--theme-color-green-dark); /*テーマカラーより若干濃く*/
}
#navi a:hover i, .navi-footer-in a:hover i{
	color: #FFF; /*テーマカラーより若干濃く #004A7F #0068b7 rgba(0, 104, 183) */
	opacity: 1;
}
/*navメニューのサブメニュー*/
.navi-in > ul .sub-menu{
	box-shadow: 2px 2px 4px;
}
.navi-in > ul .sub-menu a{
	background-color: white;
}
.navi-in > ul .sub-menu > li .item-label {

	color: #333;
}
.navi-in > ul .sub-menu > li .item-label:hover {
	color: white;
	background-color: var(--theme-color-green-dark); /*テーマカラーより若干濃く*/
}

/* ------------------------ vegas ---------------------- body直下に設置 */
#vegas-container {
	position: relative;
	display: flex;
	width: 100vw;
	height: 100vh;
	left: 50%;
	right: 50%;
	padding: 0;
	margin: 0 -50vw;
	background-position:center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
}
#vegas-container{
	height: calc(100vh - 170px);
}
body.renew #vegas-container {
	height: calc(100vh-300px);
}
#vegas-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
#vegas-inner .vegas-title{
	font-family: Montserrat;
	color: #fff;
	font-size: 5vw;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}
#vegas-inner .vegas-sub-title{
	display:block;
	font-size: 1.2rem;
	font-weight: normal;
}
.vegas-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
#vegas-container p#scroll-down {
	margin-top: auto;
	margin-bottom 10px;
	opacity: .6;
}
#vegas-container p#scroll-down a span{
	display: block;
	text-decoration: none;
	color: white;
	padding-bottom: 10px;
}
/* vegas 内 サイドボタン */
#side-btn{
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
	left: calc(100vw - 44px);
	font-family: Questrial, Montserrat, 'Josefin Sans', Quicksand, Roboto, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	width: 200px;
	color: white;
	text-shadow: none;
	transition: left 2s cubic-bezier(.22, 1, .36, 1) 0s;
	background: rgba(234, 85, 6, 0.6);
	box-shadow: 0 15px 45px -5px rgb(0 0 0 / 10%);
}
#side-btn:hover{
	left: calc(100% - 180px);
	background: var(--theme-color-green);
	opacity: 1;
	animation: color-change 1s linear;
}
@-webkit-keyframes color-change {
	0% {background-color: var(--theme-color-red);}
	100% {background-color: var(--theme-color-green);}
}
@keyframes color-change {
	0% {background-color: var(--theme-color-red);}
	100% {background-color: var(--theme-color-green);}
}
#side-btn .item {
	line-height: 3; 
}
#side-btn i {
	padding-right: 15px;
	padding-left: 15px;
}
#side-btn a {
	display: block;
	color: white;
	text-decoration: none;
}
#side-btn a:hover {
	background-color: var(--theme-color-red);
}
.en {
	font-family: Rubik;
}
.title-item {
	font-size: 1.6rem;
}
.price {
	font-size: 1.7rem;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, .article h7 {
	font-weight: normal;
	color: #333;
	border: none;
	padding: 10px 0;
	margin: 40px 0 10px !important;
	background: none;
	border: none;
}
.article h1 {
	font-size: 1.5rem;
}
.article h2 {
	font-size: 1.45rem;
}
.article h3 {
	font-size: 1.4rem;
}
.article h4 {
	font-size: 1.35rem;
}
.article h5 {
	font-size: 1.3rem;
}
.article h6 {
	font-size: 1.25rem;
}
.article h7 {
	font-size: 1.2rem;
}
h2.align-center, h3.align-center, h4.align-center, h5.align-center {
	text-align: center;
	margin: 40px auto !important;
}
.border-top {
	display: table;
	border-top: 3px solid var(--theme-color-green-light) !important;
}
p {
	margin: 0;
}
/* お薦め記事カルーセル内 */
.wp-posts-carousel .wp-posts-carousel-title {
	margin: 0 0 4px !important;
}
/* ------------------ 問い合わせフォーム｜contact form  ------------------------- */

/* -------------------------- アクセス --------------------------- */
#map {
	position: relative;
	padding-top: 300px;
	height: 450px;
	width: 100%;
	overflow: hidden;
}
#map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px + 150px);
	pointer-events: none;
}
.map--gray iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
/* 先頭へ戻るボタン */
.go-to-top {
	bottom: 90px;	
}
.go-to-top-button {
	border-radius: 3px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.08);
}
/* -------------------- 共通ルール ------------------------ */
/* home 画面のみ HOME ボタン（左端）非表示 */
body.home #navi .navi-in > ul > li:first-child {
	display:none;
}
.desc {
	font-size: .97rem;
}
/*空のpタグの前方にcontent="";がつくのを避けるため */
p:empty::before {
	display:none;
}
.z-999 {
	z-index: 999;
}
.rellax {
	z-index:3;
}
a.btn {
	font-size: 1.1rem;
	background-color: var(--theme-color-red);
	border-radius: 0;
	padding: 16px;
	margin: 20px auto;
	width: auto;
}
a.btn i{
	padding-left: 4px;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
footer.article-footer {
	display:none;
}
.align-center {
	margin: 0 auto;
}
.text-shadow {
	text-shadow: 1px 1px 1px #000;
}
.text-white {
	color: white !important;
}
.font-size-s {
	font-size: 1rem;
}
.font-size-ss {
	font-size: .7rem;
}
.rich_font{
	font-family: "Ryumin Regular KL";
}
.rich_font.bold-red, .rich_font .bold {
	font-family: "Ryumin Bold KL";
	font-size: 1.3rem;
	margin: 0 4px;
}
.gothic_font {
	font-family: Montserrat, Quicksand, Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.w800{
	max-width: 800px;
}
.w600 {
	max-width: 600px;
	padding: 20px;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*子要素の幅を親要素の幅まで広げる*/
.full-wide {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	padding: 0;
	margin: 30px -50vw;
	background-repeat:  no-repeat; /* 画像の繰り返し  */
	background-position: center center;
}
a.phone {
	color: #333;
	font-family: Rubik;
	font-size: 1.6rem;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
i.phone {
	color: #FA905A;
}

.href {
	cursor: pointer;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-flex {
	display: -ms-flexbox;
	display: flex;
	/* align-items: flex-start; */
	/* img要素の大きさがバラバラになる問題を回避 */
	align-content: space-between; /*  */
	justify-content: space-between;
}
.flex-col {
	-ms-flex-direction: column;
	flex-direction: column;
}
.flex-md-row {
	-ms-flex-direction: row;
	flex-direction: row;
}
.align-items-center {
	-ms-flex-align: center;
	align-items: center;
}
figcaption {
	text-align:center;
}
/* 固定ページアピールエリア */
.appeal_wrap {
	position: relative;
}
.appeal_overlay {
	content: '';
	background: rgba(0, 136, 155, 0.3);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.appeal-content {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 2;
}
.appeal-title {
	color: white;
}
h2 .sub-title, h3 .sub-title {
	font-size: 1rem;
	color: var(--theme-color-red);
}
.content-text {
	z-index: 3;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px;
}
.bg-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, .5);
	z-index: 2;
}
.bg-opa-1 {
	background-color: rgba(0,0,0,.1);
}
.bg-opa-2 {
	background-color: rgba(0,0,0,.2);
}
.bg-opa-3 {
	background-color: rgba(0,0,0,.3);
}
.bg-opa-4 {
	background-color: rgba(0,0,0,.4);
}
.bg-opa-5 {
	background-color: rgba(0,0,0,.5);
}
.bg-opa-6 {
	background-color: rgba(0,0,0,.6);
}
.bg-opa-7 {
	background-color: rgba(0,0,0,.7);
}
.bg-opa-8 {
	background-color: rgba(0,0,0,.8);
}
.bg-opa-9 {
	background-color: rgba(0,0,0,.9);
}
.bg-mbt-1 {
	background-image: url('https://palfield.com/img/MBT-2000-2.jpg');
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-mbt-2 {
	background-image: url('https://palfield.com/img/mbt-cover.jpg');
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-mbt-aza{
	background-image: url(https://palfield.com/img/AZA-BLACK-1.jpg);
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-mbt-hana{
	background-image: url(https://palfield.com/img/HANA-TAUPE.jpg);
}
.bg-mbt-malia{
	background-image: url(https://palfield.com/img/MALIA-NAVY-1.jpg);
}
.bg-mbt-malia-2{
	background-image: url(https://palfield.com/img/MALIA-NAVY-2.jpg);
}
.bg-insole-1 {
	background-image: url('https://palfield.com/img/super_feet_85.jpg');
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-insole-2 {
	background-image: url('https://palfield.com/img/superfeet.jpg');
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}

/* ---------------------------------- contact box ------------------------------ */
#contact-info {
	display: block;
	height: 140px;
	box-sizing: border-box;
	max-width: 1333px;
	margin: 0 auto 50px;
}
.info-first:hover, .info-second:hover, .info-third:hover{
	cursor: pointer;
	background-color: var(--theme-color-green-lighter);
}
#contact-info p{
	margin: 0;
}
#contact-info .info-title {
	font-weight: 700;
	font-size: 1.3rem;
}
#contact-info .info-desc {
	font-size: .95rem;
}
#contact-info .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contact-info .contact-wrapper {
	background: none;
	border-bottom-width: 0;
	box-shadow: none;
}
#contact-info .single-contact {
	align-items: center;     /*上下中央揃え*/
	height: 140px;
	padding: 26px;
	border: none;
	box-shadow: 0 15px 40px -5px rgb(0 0 0 / 10%);
	flex: 1;
	position: relative;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	z-index: 0;
}
#contact-info .single-contact:not(first-child) {
	margin-left: 26px;
}
#contact-info .single-contact:not(last-child) {
	margin-right: 26px;
}
#contact-info .single-contact:hover {
	color: white;
	background: var(--theme-color-red);
}
#contact-info .single-contact:hover .single-icon i {
	color: var(--theme-color-green);
	-webkit-transition: .3s;
	transition: .3s;
}
.single-contact:hover a {
	color: white;
}
#contact-info .single-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
	width: 65px;
	height: 65px;
	padding: 10px;
}
#contact-info .single-icon i {
	width: 45px;
	font-size: 45px;
	color: var(--theme-color-red);
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
	transition-timing-function: ease-out;
}
#contact-info .single-icon .spin-circle {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: white;
	border-radius: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	transition-timing-function: ease-out;
}
#contact-info .single-contact:hover .spin-circle {
	border-radius: 15%;
}
/* ------------------------- HOME ------------------------------- */
body.home .desc{
	margin: 80px auto;
	line-height: 2.4;
	font-size: 1.1rem;
}
.timeline-box {
	border: none;
}
/* ---------------------------------- 3カラム ------------------------------ */
.d-col {
	flex-direction: column;
}
.d-row {
	flex-direction: row;
}
.s-between {
	justify-content: space-between;
}
.w-100 {
	width: 100%;
}
.align-items-stretch {
	align-self: stretch;
	width: 100%;
}
.col-1 {
	width: 8.333333333%;
}
.col-2 {
	width: 16.66666666%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33333333%;
}
.col-5 {
	width: 41.66666666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33333333%;
}
.col-8 {
	width: 66.66666666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33333333%;
}
.col-11 {
	width: 91.66666666%;
}
.col-12 {
	width: 100%;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
/*	margin: 0.5rem;*/
	padding: 1rem;
}
/*
.card:first-child {
	margin-left: 0;
}
.card:last-child {
	margin-right: 0;
	margin-bottom: .5rem!important; /* timeline 内バッティング対策 */
}
*/
.card:hover{
	background-color: #D6FFEB;
	cursor: pointer;
}
.card p {
	margin-bottom: 0;
}
.card .title {
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	color: var(--theme-color-green-dark);
}
.card p.sub-title {
	font-size: .9rem;
	margin-bottom : 2px;
	color: var(--theme-color-red);
}
.card div.desc {
	text-align: justify;
	font-size: .9rem;
	margin-bottom: 10px;
}
.charge {
	font-family:  Arial;
	font-weight: bold;
	font-size: 1.4rem;
	color: #666;
}
.card p.charge {
	text-align: center;
	width: 100%;
	background: #eee;
	margin-top: auto;
	padding: 6px;
	border-radius: 3px;
}
.tax {
	font-size: .9rem;
	font-weight: normal;
}
.card .tax, .tbl-dock-desc .tax {
	margin-left: 4px;
}
.card.blank {
	visibility: hidden;
}
.card .img-wrap {
	overflow: hidden;
	display: flex;
	height: 100%;
	align-items: flex-start;
}
.card img {
	margin: 0 auto auto;
	width: 100%;
	object-fit: contain;
}
/* タブ型囲み記事 */
.blank-box {
	border: 1px solid;
	margin-right: 0;
	margin-left: 0;
}
.blank-box.bb-tab .bb-label {
	left: -1px;
	top: -24px;
}
.bb-repair .bb-label .fa::before {
	content: "\f54b"; /*足跡*/
}
.bb-repair .bb-label::after {
	content: "MBTシューズのソールメンテナンス";
}
.bb-sessyu .bb-label .fa::before {
	content: "\f06a"; /*exclamation-circle*/
}
.bb-sessyu .bb-label::after {
	content: "摂取方法";
}
.badge {
	margin-left: 3px;
	font-size: .85rem;
	padding: 2px 5px;
	border-radius: 3px;
	background-color: #D68400;
}
/* ダウンロードボックス */
.download-box {
	background: #f3fafe;
	border: 1px solid #bde4fc;
	padding: 10px 20px 10px 72px;
	border-radius: 4px;
	position: relative;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* ダウンロードボックス（アイコン） */
.download-box::before {
	content: '\f019';
	color: #87cefa;
	border-right: 1px solid #bde4fc;	
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 50px;
	position: absolute;
	top: -13px;
	left: 13px;
	padding-right: .15em;
	line-height: 1em;
	top: 50%;
	margin-top: -.5em;
	width: 44px;
	text-align: center;
}
/* Rellax ---------------------------------------------------- */
.parallax .cts {
	position: relative;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-size: 900px; /* auto contain cover px %*/
	/*
	background-position: center;
	background-repeat: no-repeat;
	*/
}
.parallax .title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.parallax .text {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 20px;
}


/* 取扱商品 */
body.page-items .flex-item {
	flex-basis: 33.33333%;
}

body.page-items .trim {
	overflow: hidden;
	position: relative;
	padding-top: 75%;
}
body.page-items .trim img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.page-items .trim img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	top: 0;
	left: 0;
	animation-timing-function: ease;
	z-index: 999;
}

/* 記事内画像（img）＋リンク(a)にhoverで隣接イメージを拡大 */
/* 関連記事、ブログカード */
.column-wrap  div[class^="column-"] {
	overflow: hidden;
	margin: 0 6px;
	margin-bottom: 0 !important; /* overflowと合わせて必須 */
}
.column-wrap  div[class^="column-"]:first-child {
	margin-left: 0;
}
.column-wrap  div[class^="column-"]:last-child {
	margin-right: 0;
}

figure.carousel-entry-card-thumb, figure.card-thumb, figure.blogcard-thumbnail {
	overflow: hidden;
	padding: 0 6px;
	margin-bottom: 0 !important; /* overflowと合わせて必須 */
}
.card-thumb img:hover, .a-wrap:hover img, .owl-carousel img:hover, .card img:hover, .column-wrap img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	animation-timing-function: ease;
	z-index: 999;
}
.card-thumb img, .owl-carousel img, .card img, body.page-items .trim img, .column-wrap img {
	height: 100%;
	vertical-align: bottom; /* 下にできる余白を除去 */
	transition: 1s linear; /* アニメーションした画像が元のサイズに戻るとき */
}
/*ul全般*/
ul:not(.timeline) {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul:not(.timeline) li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	padding-right: 6px;
	color: var(--theme-color-red);	
}
/* アイコン */
ul.check-circle li::before {
	content: '\f058';
}
ul.check li::before {
	content: '\f00c';
}
#content ul.indent li {
	padding-left: 1rem;
	text-indent: -1.4rem;
	line-height: 1.7rem;
}
/* 固定ページ内カード（４列）*/
.card h3.card-title{
	margin-top: 10px !important;
	height: 70px;
}
.card p.card-text {
	font-size: 1rem;
}
i.faa-passing.animated {
	color: var(--theme-color-green-light);
}
/* ------------------ 問い合わせフォーム｜contact form  ------------------------- */
.wpcf7 {
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
/* contact form confirm */
.wpcf7 .wpcf7c-conf {
	background-color: #ebf6f7;
	border: 1px solid var(--theme-color-green);
}
/* contact form confirm  [ 修正する ] */
.wpcf7 input[type="button"] {
	-webkit-appearance: none;
	border: 1px solid #ddd;
	background-color: #f5f8fa;
	padding: 11px;
	width: 100%;
	margin: 0;
	margin-bottom: 6px;
	cursor: pointer;
}
.wpcf7 input.wpcf7c-elm-step2[type="submit"] {
	font-weight: bold;
}
.wpcf7 .wpcf7-not-valid {
	border-color: red;
	background-color: #fdeff2; /* 薄桜 */
}
.wpcf7 .info-box {
	margin-top: 10px;
}
.wpcf7-not-valid-tip {
	font-size: .9rem !important;
	font-weight: bold !important;
}
.column-wrap.border div[class^="column-"] {
	border: 1px solid #555;
	border-radius: 5px;
	text-align: center;
	padding: 20px 6px;
}
.column-wrap img.svg-icon {
	filter: invert(72%) sepia(26%) saturate(6428%) hue-rotate(1deg);
	width: 64px;
	height: 64px;
	margin: 20px auto;
}

/* -------------------------- アクセス --------------------------- */
#gallery {
	height: 300px;
}
#gallery img {
	height: 100%;
	object-fit: cover;
}
#map {
	position: relative;
	padding-top: 300px;
	height: 450px;
	width: 100%;
	overflow: hidden;
}
#map iframe {
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: calc(100% + 150px + 150px);
	pointer-events: none;
}

.page-access .desc i {
	padding: 0 5px;
}
.page-access h3.no_deco {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}
.column-wrap.no-padding {
	justify-content: start;
}
.column-wrap.no-padding.column-3 > div {
	width: 33.33%;
}
.column-wrap.border {
	border: 1px solid #aaaa;
}
#park {
	margin-bottom: 100px;
	padding: 6%;
	display: flex;
}
#park .item {
	width: 47%;
}
#park .column-left, #park .column-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#park .desc {
	margin-bottom: 0;
}
#park .img-wrap {
	overflow: hidden;
}
#park img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	margin-top: auto;
	bottom: 0;
}
.article .column-wrap h4 {
	margin-top: 0 !important;
	font-weight: bold;
	padding-left: 1.5rem;
	text-indent: -1.4rem;
}
.column-wrap {
	margin-bottom: 1rem !important;
}
/*ページ内輪崩れ（fixed menu）対応*/
h2.p-link{
	font-weight: bold;
	padding-top: 110px;
	margin-top: -110px;
}
.opacity-0 {
	opacity: 0;
}
.opacity-0:hover {
	cursor: default;
}
.fukidashi {
	display: none;
	width: 270px;
	position: absolute;
	top: calc(50% - 170px);
	left: calc(50% - 20px);
	padding: 16px;
	border-radius: 5px;
	background: var(--theme-color-green-light);
	color: #fff;
	font-weight: bold;
	z-index:999;
}
.fukidashi:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -19px;
	margin-left: 10px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: var(--theme-color-green-light);
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
#map:hover {
	cursor: pointer;
}
#map:hover .fukidashi {
	display: block;
}
.img-width-50per {
	width: 50%;
}
/* timeline*/
.timeline-item-label {
	width: 30px;
}
.timeline-item-content {
	width: calc(100% - 30px);
}
/* 黄緑のマーカー */
.timeline-item::before {
	left: 25px;
	background: var(--theme-color-green);
}
/* ヘッダー eye-catch  */
.single .eye-catch-box, .category .eye-catch-box {
	position: relative;
	justify-content: center;
	align-items: center;
	margin: 60px auto 40px;
	max-width: 1256px;
}
.single .title-box, .category .title-box {
	position: absolute;
	background-color: white;
	margin: 0 auto;
	padding: 30px;
	width: calc(100% - 150px);
	bottom: -23px;
	filter: drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.title-box .title {
	font-size: 1.4rem;
}
.single .eye-catch-box .categories, .category .eye-catch-box .categories {
	display: block;
	color: var(--theme-color-red);
	line-height: 1;
	font-size: 1.3rem;
}
.single .eye-catch-box .eye-catch-img, .category .eye-catch-box .eye-catch-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.category .eye-catch-img img {
	width: 100%!important;
	height: 400px;
	object-fit: cover;
}
.single .eye-catch-box .time {
	display: block;
	line-height: 1;
	font-size: .8rem;
	color: #555;
}
.category #list {
	/*	max-width: 1000px;
	margin: 0 auto;*/
}
/*　記事コメント欄　*/
form#commentform label {
	display: inline-block;

}
/* こんな靴にカスタムインソールをセットしました */
.dl-insole {
	display: flex;
	flex-wrap: wrap;
}
.dl-insole dt {
	width: 40%;
}
.dl-insole dd {
	width: 60%;
	margin-left: 0;
}
/* Display Post plugin */
.display-posts-listing{
	display: flex;
	flex-direction: column;
}
.display-posts-listing li.listing-item{
	position: relative;
	padding-left: 0;
	padding-bottom: 10px;
	text-indent: 0;
	display: table-cell;
	line-height: 1.2;
	border-top: 2px dotted #ddd;
}
.display-posts-listing .title, .display-posts-listing .date, .display-posts-listing .excerpt{
	display: inline-block;
	margin: 4px;
}
.display-posts-listing .title{
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.display-posts-listing .date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .85rem;
	background-color: #eee;
	margin-top: 0;
	padding: 3px 6px;
	border-radius: 4px;
}
.display-posts-listing .excerpt{
	font-size: .95rem;
}
.display-posts-listing .excerpt-more{
	display: none;
}
.sns-box {
	position: absolute;
	left: 10px;
	bottom: 0;
}
.sns-box .facebook {
	margin-left: 10px;
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.4));
}
.appeal-in {
	max-height: 800px;
}

/*会社概要*/
.company_overview_list{
	display: flex;
	flex-wrap: wrap;
}
.company_overview_list dl{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.company_overview_list dt, .company_overview_list dd{
	display: block;
	vertical-align: baseline;
	float: left;
	margin: 0;
	padding: 0;
}
.company_overview_list dt{
	width: 40%;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
}
.company_overview_list dd{
	width: calc(50% - 10px);
}
.img-logo {
	border: 5px solid #fefefe;
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}
.img-logo:hover {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
/* sidebar widget*/
.sidebar, .widget-entry-card  {
	font-size: 15px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* ブラウザの高さに応じて背景画像の高さ変更 */
@media screen and (max-height: 1080px) {
	/* 必要ならばここにコードを書く */
	.parallax .cts {
		background-size: 500px; /* auto contain cover px % */
	}
}
/*1023px以下*/
@media screen and (max-width: 1023px) {
	/* 必要ならばここにコードを書く */
	/* vegas直下のボタン群 */
	#contact-info {
		height: auto;
	}
	#contact-info .d-flex {
		align-content: normal;
		flex-direction: row;
	}
	#contact-info .contact-wrapper {
		flex-direction: column;
	}
	#contact-info .single-contact {
		width: auto;
		padding: 10px;
		margin: 0 0 20px;
	}
	.single .eye-catch-box,
	.category .eye-catch-box {
		margin: 0 auto 20px;
	}
	.eye-catch-box .title-box {
		top: 0;
		padding: 20px;
	}
	.single .title-box {
		height: 140px;
	}
	.category .title-box {
		height: 100px;
	}
	.eye-catch-box .title-box h1.title {
		font-size: 1.2rem;
	}

}
/* 834px以下 */
@media screen and (max-width: 834px) {
	/* 必要ならばここにコードを書く */
	/*.single .content .main {
	padding: 0 10px;
}*/
	#vegas-inner .vegas-title {
		font-size: 9vw;
	}
	#vegas-inner .vegas-sub-title {
		font-size: 2vw;
	}
	/* vegas内 side-btn */
	#side-btn {
		left: calc(100vw - 45px);
	}
	/* お問い合わせフォームの幅 */
	div#wpcf7-f87-p16-o1 {
		width: 100%;
	}
	/* home.desc 詳細 */
	body.home .desc {
		text-align: left;
	}
	/* 行配置を列配置に */
	.d-row {
		flex-direction: column;
	}
	.appeal div.appeal-in {
		min-height: 300px;
	}
	.appeal-content {
		padding: 20px;
	}
	#instagram-embed-0, .fb-page {
		width: auto !important;
	}
	.fb-page {
		margin: 0 20px;
	}
	.no_br br {
		display: none;
	}
	.d-flex {
		flex-direction: column;
	}
	.d-flex .card {
		width: 100%;
	}
	.page-access #park {
		flex-direction: column;
	}
	#park .item {
		width: 100%;
	}
	.text-center, .desc {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.no-br {
		display: none;
	}
	/* アイキャッチ画像とタイトル */
	.single .title-box {
		width: calc(100% - 50px);
		padding: 20px;
	}
	.single .title-box h1.title {
		font-size: 1.1rem;
	}
	.single .eye-catch-box .eye-catch-img {
		height: 250px;
	}
}
@media screen and (max-width: 768px) {
	.img-width-50per {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.parallax .title {
		font-size: 50px;
		margin-bottom: 20px;
	}
	.parallax .text {
		font-size: 18px;
	}
}
/* 480px以下 */
@media screen and (max-width: 480px){
	/* 必要ならばここにコードを書く */
	#vegas-inner {
		top: calc(50% -100px);
	}
	.sns-box .item {
		margin: 4px;
		width: 40px;
		height: 40px;
	}
	.sns-box .greenDown {
		margin: 0 0 0 4px!important;
	}
}