@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/

/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
    --color-font: #111;
    --color-primary: #333;
    --color-primary-shade: #111;
    --color-primary-tint: #666;
    --color-secondary: #aaa;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #111;
    --header-color-primary: #E60012;
    --header-color-primary-shade: #fff;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #E9F0FF;
    --footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}

.post h2 {
	font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.5178), 3.2rem);
	letter-spacing: unset;
}
.post h2::after {
	display: none;
}
.post h2, .post2b h2, .post4b h2, h2.title {
	color: #111;
}
.post h3 {
	border-bottom: none;
}
.post .sec-about p + p {
	margin-top: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem);
}
#content {
	line-height: 1.8em;
}
.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
/* #content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
} */

/* TOPパララックス */
.parallax_bg {
	aspect-ratio: 1920 / 400;
	background: url(/wp-content/uploads/top_bg-area_01.jpg) no-repeat center / cover;
	background-attachment: fixed;
}

/*-----------------------------
下層ページ調整用CSS
------------------------------*/
@media print, screen and (max-width: 1024px) {
    #thumbImg, header#h1Header {
        max-height: 166px;
    }
}
.post h1 {
	font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.5178), 3.2rem);
	margin-bottom: min(calc(3.2rem + (1vw - 1.92rem) * 0.5178) , 3.2rem);
}
#content, body:not(.home) #content.wide {
	padding: calc(10rem + (1vw - 1.92rem) * 2.5890) 0;
    margin: 0 auto;
}
/* header#h1Header h1.title {
	color: #111;
}  */
.fw_contents .page_contents_inner {
    padding: var(--px80) calc((100vw - 100%) / 2) var(--px80);
}

/*-----------------------------
投稿ページ調整用CSS
------------------------------*/
.single-post h1.title {
    text-align: center;
}

/*-----------------------------
fullwide01
------------------------------*/

.fullwide01 {
	position: relative;
	background: transparent;
	padding: 0;
}
.fullwide01_wrap {
    background: transparent;
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    body.home .fullwide01_wrap {
		padding-left: 0;
		padding-right: 0;
	}
	#editor-style .fullwide01_wrap {
		padding-left: 0;
		padding-right: 0;
	}
}
.fullwide01_inner {
    max-width: 960px;
}


/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%;
	background: #DDE4EE;
    padding: 3rem;
	display: flex;
    flex-direction: column;
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  
/*---------txtstyle02 -----------*/
  
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem28);
	font-weight: 600;
	text-align: left;
	margin: var(--rem18) auto;
	background: transparent;
	color: #111;
	line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 2.5rem 0 2rem;
	@media screen and (max-width: 767px) {
		font-size: 2rem;
	}
}


/*-----------------------------
.cardstyle
------------------------------*/

/*---------style02-------------*/
  
.card02_list.cardstyle02 > li {
    padding: 16px;
    background: #fff;
    align-items: flex-start;
}
  
/*---------style03-------------*/
  
.card02_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    align-items: flex-start;
}
  
/*---------style04-------------*/
  
.card02_list.cardstyle04 > li {
    padding: 16px;
    background: transparent;
    border: solid 1px;
    align-items: flex-start;
}

/*-----------------------------
.btnstyle
------------------------------*/

.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.4;
    text-align: center;
    background: #E60012;
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
    border:  #E60012 solid 2px;
    border-radius: 50vh;
    transition: all .3s;
}
.linkBtn.linkBtn--large, .post .linkBtn.linkBtn--large, a.linkBtn.linkBtn--large, .post .subimitarea .linkBtn.linkBtn--large input[type="submit"] {
	max-width: fit-content;
    line-height: 1.6em;
	position: relative;
    display: inline-block;
    color: #fff;
	font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
    background: #e60012;
    border: 1px solid #e60012;
    font-weight: 500;
    padding: 1.3rem calc(5rem + (1vw - 1.92rem) * 1.2945) 1.7rem;
	margin: var(--px50) auto 0;
    border-radius: 50vw;
    transition: all ease .25s;
	@media screen and (max-width: 768px) {
		padding: 1.1rem calc(5rem + (1vw - 1.92rem) * 1.2945) 1.9rem;
	}
	&::after {
		display: none;
	}
}
.sec-about .post .linkBtn::after, .sec-about .linkBtn::after, .sec-about a.linkBtn::after {
    display: none;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: #E60012;
    background: #fff;
    border-color: #E60012;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #E60012;
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
.linkBtn span {
	display: block;
	text-align: center;
}
.linkBtn .linkBtn_main {
	color: #fff;
	font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
	font-weight: 700;
	line-height: 1.8em;
	transition: all .3s;
	@media screen and (max-width: 768px) {
		line-height: 2.4em;
	}
}
.linkBtn .linkBtn_sub {
	font-size: 85%;
	line-height: 1.6em;
}
.post .linkBtn:hover .linkBtn_main, .linkBtn:hover .linkBtn_main, a.linkBtn:hover .linkBtn_main {
	color: #E60012;
}
 
/*-----------------------------
以下アウトラインデザイン
------------------------------*/
.sec01 {
  background: transparent;
}
.toptxtarea {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card01_inner {
	width: 94%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	flex-grow: 1;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}

.card02_wrap {
  position: relative;
  margin: var(--px60) 0 0;
}
.card02_inner {
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}
.card02_list > li {
    display: flex;
    gap: var(--px40);
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 0;
  line-height: 1.6;
}
.card02_list .icoimg {
    width: var(--px120);
    height: var(--px120);
    flex-shrink: 0;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.card02_list .icoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 768px) {
  .card02_list > li {
    flex-direction: column;
    padding: var(--px80) var(--px40);
  }
}
.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*================================================
				　　ヘッダー
================================================*/
.spmenu #menu {
    display: inline-block;
    width: 35px;
    height: 37px;
    vertical-align: middle;
    position: absolute;
    padding: 5px 1px 2px 5px;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: rgba(51,51,51,1);
    display: block;
    content: '';
    cursor: pointer;
    transition: all .4s;
}
.spmenu #menu span:before {
    bottom: -8px;
}
.spmenu #menu span:after {
    bottom: -16px;
}
.spmenu #menu p {
    bottom: -4px;
    left: 5.5px;
    font-size: 1rem;
}
@media print, screen and (max-width: 767px) {
	.mobile #header {
		border-bottom: 4px solid #97C833;
	}
    body.mobile #header .logo img {
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 4.8rem !important;
        -o-object-fit: contain;
        object-fit: contain;
    }
	body.mobile #header .logo .mark {
		padding: 5px 10px 5px 2rem;
		text-align: left;
	}
}
@media print, screen and (min-width: 768px) {
	#header {
		height: auto;
	}
	div#header-super {
		padding: 3px 0;
		background: #e8f1f9;
	}
	div#header-super .flex {
		justify-content: space-between;
		align-items: center;
		width: min(110rem,95%);
		margin: 0 auto;
	}
	div#header-super .flex .left_container {
		font-size: 1.2rem;
	}
	#header-layout {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: min(110rem, 95%);
		height: 98px;
		margin: 0 auto;
		padding: 15px 0;
	}
	#header .logo {
		padding: 0;
	}
	#header .logo a {
		height: auto;
	}
	#header .logo img {
		max-width: 395px;
		max-height: 66px;
		height: 66px;
	}
	.sticky-header #header-layout {
		display: none;
	}
	nav#mainNav ul, #header .header__nav-contact {
        display: flex;
        flex-direction: row;
        align-items: center;
		justify-content: center;
    }
	nav#mainNav ul li a {
		color: #fff;
		font-weight: 700;
		position: relative;
		font-size: 1.5rem;
		background: transparent;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 2rem 3.5rem;
		transition: all ease .25s;
		&::before {
			position: absolute;
			content: "";
			top: 50%;
			left: 0;
			transform: translatey(-50%);
			width: 1px;
			height: 1.5em;
			background: #fff;
		}
	}
	nav#mainNav ul li.header-nav-contact a {
		color: #ffff00;
		&:hover {
			b {
				color: #ffff00;
			}
		}
		&::after {
			position: absolute;
			content: "";
			top: 50%;
			right: 0;
			transform: translatey(-50%);
			width: 1px;
			height: 1.5em;
			background: #fff;
		}
	}
	nav#mainNav ul li a:hover {
		background: #79a029;
	}
	nav#mainNav ul li a:hover b {
		color: #fff;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
		color: #fff;
		transition: all ease .25s;
	}
	nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
		color: #fff;
        white-space: nowrap;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
	nav div.panel {
		height: 6rem;
		margin: 0 auto;
		background: #97C833;
	}
	nav#mainNav ul li.current-menu-item a {
		background: transparent;
		&:hover {
			color: #fff;
			background: #79a029;
		}
	}
	#header a.head_btn {
		display: block;
        color: #333;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
    }
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: .75em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem24);
        font-weight: 500;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
		display: flex;
        flex-direction: row;
        align-items: center;
		max-height: 66px;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
		color: #fff;
		font-weight: 700;
		background: #e60012;
		padding: 1.7rem 2.5rem 2rem;
		position: relative;
		z-index: 0;
		border: 1px solid #e60012;
		border-radius: 5px;
		transition: all ease .15s;
    }
    #header a.head_btn.mail_btn::before {
        position: relative;
		font-size: var(--rem16);
		margin-right: 5px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem16);
    }
	nav#mainNav ul li {
        padding: 0;
    }
	nav#mainNav ul li a b {
        position: relative;
        white-space: nowrap;
    }
	#header ul.header__contact {
		margin-left: var(--px30);
	}
	#header ul.header__contact li:last-child {
		display: flex;
		align-items: center;
	}
	#header a.head_btn.tel_btn:hover {
		background: var(--header-color-primary-shade);
		opacity: .7;
	}
	#header a.head_btn.mail_btn:hover {
		background: #8a000b;
	}
}
/* .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    width: 35px;
    background: #97C833;
} */
.spmenu #menu p {
    color: #97C833;
}
.spmenu #menu p {
    transform: none;
}
@media print, screen and (max-width: 767px) {
	nav#mainNav ul {
		background: #fff;
	}
    nav#mainNav ul li a {
        color: #333
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
        color: #97C833;
		background: #f9f9f9;
    }
	nav#mainNav ul li a {
		border-bottom: none;
	}
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}
	nav#mainNav ul li a {
		background-color: rgba(255,255,255,1);
		color: #000;
		border-bottom: 1px solid #ddd;
	}
}
@media print, screen and (max-width: 1024px) {
	nav#mainNav ul li a b {
		font-size: 1.3rem !important;
	}
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: block;
	}
	#header .logo {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	nav#mainNav ul li a {
		border-bottom: none;
	}
}
@media print, screen and (min-width: 768px) {
	#header ul.header__contact {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#header a.head_btn::before {
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1;
		margin-bottom: .1em;
	}
	#header a.head_btn.mail_btn::before {
		content: '\f0e0';
	}
	a#menu {
		display: none !important;
	}
	nav#mainNav .inner > div.panel > ul > li > a {
		padding: 2rem 0;
	}
	nav#mainNav .inner > div.panel > ul {
		display: flex;
		justify-content: center;
		width: min(110rem,95%);
		margin: 0 auto;
	}
	nav#mainNav .inner > div.panel > ul > li {
		margin: 0;
		width: 100%;
	}
	nav .panel {
		display: block !important;
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		z-index: 1;
		border: none;
	}
	.sticky-header .site-header {
		position: fixed !important;
		width: 100%;
		z-index: 9999;
		top: -125px;
		transform: translateY(125px);
		transition: all 0.8s ease-in-out;
	}
}

/*================================================
				　　TOPページ
================================================*/
.metaslider .theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0 0 !important;
	@media screen and (max-width: 768px) {
		padding: 14px 0 0 !important;
	}
}
body.home .post .read_txt {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 5rem auto;
	line-height: 1.4;
	@media screen and (max-width: 1024px) {
		font-size: 2.4rem;
		margin: 5rem auto 4rem;
	}
	@media screen and (max-width: 768px) {
		font-size: 2rem;
		margin: 2.5rem auto 3.5rem;
	}
}
#editor-style .post .read_txt {
	font-size: 3.2rem;
	font-weight: bold;
	margin: 5rem auto;
	line-height: 1.4;
	@media screen and (max-width: 1024px) {
		font-size: 2.4rem;
		margin: 5rem auto 4rem;
	}
	@media screen and (max-width: 768px) {
		font-size: 2rem;
		margin: 2.5rem auto 3.5rem;
	}

}
/*--メインビジュアル--------------------------------------------*/
.sp_slide {
	display: none;
}
@media screen and (max-width: 750px) {
    #mainImg {
        display: none;
    }
	.sp_slide {
		display: block;
	}
}

/*--キャンペーン--------------------------------------------*/
body.home .sec-about .fullwide01_wrap {
	flex-direction: column;
}
#editor-style .sec-about .fullwide01_wrap {
	flex-direction: column;
}

/*--サービス--------------------------------------------*/
.sec-service {
	.card01_list .linkBtn {
		position: relative;
		margin-top: 3rem;
		display: inline-block;
		max-width: fit-content;
		min-height: 47px;
		color: #fff;
		background: #e60012;
		border: 1px solid #e60012;
		border-radius: 50vw;
		font-size: calc(1.6rem + (1vw - 19.2px) * 0.2232);
		font-weight: 500;
		line-height: 1.6em;
		padding: calc(1.5rem + (1vw - 1.92rem) * 0.3236) 5rem;
		transition: all ease .25s;
		.linkBtn_sub {
			font-size: 100%;
		}
	}
}
@media print, screen and (max-width: 1300px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 48%;
		margin-bottom: 4%;
	}
}
@media screen and (max-width: 768px) {
	body.home .front_contents.sec-service {
		padding-top: 0;
	}
	#editor-style
	.front_contents.sec-service {
		padding-top: 0;
	}
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 100%;
		margin-bottom: 14%;
	}
}

/*--CTA--------------------------------------------*/
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/bg_contact.jpg) no-repeat center / cover;
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px100) calc((100vw - 100%) / 2);
}
#foot-contact_pt05::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 1;
	z-index: 1;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1023px) {
    #foot-contact_pt05 h2 {
		font-size: 1.8rem;
	}
}
#foot-contact_pt05 .contactTtl {
	position: relative;
	color: #FFF;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
	z-index: 20;
}
#foot-contact_pt05 .contactTtl .en_ttl{
	display: block;
	font-size: min(calc(5.2rem + (1vw - 19.2px) * 1.5534), 5.2rem);
	font-family: var(--body-font-family-en);
	font-weight: 500;
	line-height: 1.2;
}
#foot-contact_pt05 h2 {
	color: #fff;
	position: relative;
    z-index: 2;
}
#foot-contact_pt05 .f-contact-read {
	color: #FFF;
	font-weight: 500;
	text-align: center;
}
#foot-contact_pt05 .f-contact-read .emTxt {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-weight: 800;
	margin-bottom: 1em;
}
#foot-contact_pt05 a.f-contact_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #333;
	background: #fff;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border: 1px solid #fff;
	border-radius: 50px;
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn:hover {
	color: #fff;
	background: #333;
}
#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: var(--rem20);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: var(--rem20);
}
#foot-contact_pt05 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--rem20);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
	font-size: var(--rem18);
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 500;
}
#foot-contact_pt05 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--rem30);
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - var(--rem30)) / 2);
		max-width: 408px;
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}
/* CTA調整用 */
#foot-contact_pt05 a.f-contact_btn.telBtn {
	transition: all ease .15s;
	&:hover {
		background: #E60012;
		border: #E60012;
	}
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	transition: all ease .15s;
	&:hover {
		background: #97C833;
		border: #97C833;
	}
}
#foot-contact_pt05::after {
    background: #000;
}

/*--インスタ--------------------------------------------*/
#sbi_images {
	display: flex;
    gap: var(--rem20);
}

/*--ポストリスト--------------------------------------------*/
#front-sectionPost {
	margin-top: var(--rem120);
	margin-bottom: var(--rem120);
}
.sec-news-list .txtstyle04 {
	font-size: var(--rem36);
	text-align: center;
}
.sec-news-list .fullwide01_inner {
	max-width: 1240px;
	width: 100%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    color: #325AAB;
    padding: 5px 10px;
}
.postlist li:first-child {
    border-top: 1px solid #ccc;
}
.postlist li {
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
	line-height: 1.6em;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: #E60012;
}
#front-sectionPost .linkBtn {
	background: transparent;
    color: #111;
    border: none;
    border-bottom: 2px solid #111;
    border-radius: 0;
    max-width: 100px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	transition: all .3s;
}
#front-sectionPost .linkBtn:hover {
	opacity: .7;
}
#front-sectionPost .linkBtn::after {
	display: none;
}
#front-sectionPost {
	.linkBtn {
		font-size: calc(1.6rem + (1vw - 1.92rem) * 0.1294);
		font-weight: 400;
		max-width: fit-content;
		padding: 0 0 5px;
		margin: 1.5rem auto 0;
		border-bottom: none;
		color: #333;
		position: relative;
		transition: all ease .15s;
		z-index: 0;
		&:hover {
			opacity: 1;
			color: #E60012;
			&::before {
				transform-origin: left top;
				transform: scale(1, 1);
			}
		}
		&::before {
			display: block;
			position: absolute;
			bottom: 0;
			left: 0;
			content: '';
			width: 100%;
			height: 1px;
			background: #97C833;
			transform: scale(0, 1);
			transform-origin: right top;
			transition: transform .3s;
			z-index: 0;
		}
		&::after {
			display: block;
			position: absolute;
			top: unset;
			bottom: 0;
			left: 0;
			content: '';
			width: 100%;
			height: 1px;
			border: none;
			background: #999;
			z-index: -1;
			transform: none;
		}
		.linkBtn_sub {
			font-size: 100%;
		}
	}
}


/*================================================
				　　アクセス
================================================*/
.flex_box.map_box {
	display: flex;
    justify-content: center;
    gap: 30px;
    margin: 6rem 0 5rem;
}
.flex_box.map_box .flex_item {
	background: #f9f9f9;
    padding: 2rem;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	h3 {
		font-size: 2rem;
		font-weight: bold;
		padding: 0;
		margin: 0 0 1.5rem;
		text-align: center;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
			margin: 0 0 1rem;
		}
	}
	.map_txt {
		flex-grow: 1;
	}
}
h2.map_h2 {
    font-size: 20px;
    margin: 0 0 1em;
    text-align: center;
    font-weight: bold;
}
h3.map_h2 i {
    margin-right: 5px;
    color: #97C833;
}
@media screen and (max-width: 1023px) {
	h3.map_h2 {
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 0;
		margin: 0 0 1em;
		text-align: center;
		font-weight: bold;
	}
	p.map_txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.flex_box.map_box .flex_item {
		padding: 1.5rem;
	}
	.flex_box.map_box {
        gap: 15px;
		flex-direction: column;
		
    }
	.flex_box.map_box .flex_item {
		width: 100%;
		padding: 10px;
	}
}

/*================================================
				　　レッスン内容
================================================*/
.bg-none {
	background: unset !important;
}
/* レッスンの流れ 調整用CSS */
.flow_step {
    border: 1px solid #acacac;
    margin-top: 70px;
}
.flow_area .flow_step:not(:last-of-type) {
    position: relative;
}
.flow_area .flow_step:not(:last-of-type):before {
    position: absolute;
    content: "";
    bottom: -70px;
    left: 50%;
    width: auto;
    transform: translatex(-50%);
    border-top: 25px solid #97C833;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid transparent;
}
p.flow_ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #97C833;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 5px;
    background: #f1f1f1;
	line-height: 1;
}
h3.flow_h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0 15px;
	margin: 0;
    background: #f1f1f1;
	line-height: 1;
}
p.flow_sub_ttl {
    font-size: 20px;
    padding: 7px 0 7px 9px;
    border-left: 5px solid #258e18;
    margin-bottom: 1em;
    font-weight: bold;
}
.flow_box.flex_box {
	display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 15px;
}
.flow_box.flex_box .flex_item:first-of-type {
    width: 30%;
}
.flow_box.flex_box .flex_item:last-of-type {
    width: 70%;
}
@media print, screen and (max-width: 1024px) {
	.flow_step {
		margin-top: 55px;
	}
	.flow_area .flow_step:not(:last-of-type):before {
		bottom: -50px;
		border-top: 15px solid #97C833;
		border-right: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid transparent;
	}
	h3.flow_h3 {
		font-size: 20px;
	}
	p.flow_sub_ttl {
		padding: 5px 0 5px 8px;
		font-size: 18px;
		margin-bottom: 10px;
	}
    .flow_box.flex_box {
        gap: 14px;
        padding: 25px;
        flex-direction: column;
    }
	.flow_box.flex_box .flex_item {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
    .flow_box.flex_box .flex_item {
        width: 100% !important;
    }
}
.flow_hosoku_area {
    margin-top: 4em;
}
.flex_box.hosoku_box {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.flow_hosoku_area .flex_box.hosoku_box:not(:last-of-type) {
    margin-bottom: 30px;
}
.flex_box.hosoku_box .flex_item:first-of-type {
    width: 70%;
}
.flex_box.hosoku_box .flex_item:last-of-type {
    width: 30%;
}
p.hosoku_ttl {
    padding: 10px 0 10px 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #97C833;
    margin-bottom: 20px;
}

@media print, screen and (max-width: 1024px) {
	.flex_box.hosoku_box {
		gap: 10px;
		flex-direction: column;
	}
	p.hosoku_ttl {
		padding: 5px 0 5px 10px;
		font-size: 18px;
		margin-bottom: 18px;
	}
	p.hosoku_txt {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
    .flex_box.hosoku_box .flex_item {
        width: 90% !important;
    }
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 60px;
	border-radius: 10px;
	background: #FFF;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: dotted 1px;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
 @import url('https://design-code.holo-server.com/wp-content/themes/mrp04/style.css');
@import url('https://design-code.holo-server.com/wp-content/themes/mrp04-child/designcode.css');

/*================================================
				　　料金表
================================================*/
p.exclusive_ttl {
    text-align: center;
    font-size: 32px;
    margin: 70px 0 15px;
    font-weight: 700;
}
h3.price_h3 {
    font-size: 24px;
    padding: 10px;
    background: #97C833;
    color: #fff;
    margin: 40px 0 15px;
}
h3.price_h3.other {
    background: #E60012;
}
p.price_txt {
    margin-left: 1em;
    font-size: 1.8rem;
    position: relative;
}
p.price_txt:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -15px;
    width: auto;
    border-top: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-bottom: 8.5px solid transparent;
    border-left: 8.5px solid #97C833;
}
p.right_txt {
    text-align: right;
    margin: -13px 0 0;
}
table.price_table {
	margin-top: 0;
    margin-bottom: 5px;
}
table.price_table tr:first-of-type {
    background: #efefef;
}
table.price_table th span {
    font-size: 1.4rem;
	font-weight: 500;

}
table.price_table th, table.price_table td {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 10px;
}
table.price_table td span.none {
    text-decoration: line-through #E60012;
    font-size: 16px;
}
table.price_table p.mt {
    margin-top: 5px;
    font-size: 15px;
    color: #E60012;
}
table.price_table span.size_up {
    font-size: 20px;
    color: #E60012;
    font-weight: bold;
}
p.table_hosoku_txt {
    margin-bottom: 10px;
}
.tuki2_sec {
    margin: 45px 0;
}
table.price_table tr:first-of-type {
    background: #efefef;
}
.post table.price_table th {
    background-color: transparent;
}
.annotation-color.annotation-color--red {
	color: #E60012 !important;
}

@media print, screen and (max-width: 1024px) {
	p.exclusive_ttl {
        font-size: 22px;
        line-height: 1.4;
        margin: 60px 0 15px;
	}
    h3.price_h3 {
        font-size: 1.8rem;
        margin: 45px 0 15px;
		line-height: 1;
    }
	p.price_txt {
		font-size: 1.4rem;
	}
	p.price_txt:before {
		top: 5px;
		left: -11px;
		border-top: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 7px solid #97C833;
	}
	p.right_txt {
		font-size: 1.2rem;
		margin: -5px 0 0;
	}
	table.price_table th, table.price_table td {
		font-size: 1.2rem;
		padding: 5px;
	}
	table.price_table th, table.price_table td {
		font-size: 1.2rem;
		padding: 5px;
	}
	table.price_table th span {
		font-size: 1rem;
		word-break: keep-all;
	}
	table.price_table td span.none {
		font-size: 12px;
	}
	table.price_table p.mt {
		font-size: 1rem;
		line-height: 1.6;
	}
	table.price_table span.size_up {
		font-size: 1.4rem;
	}
}

/*================================================
				　　施設紹介
================================================*/
.page-facility {
	#gallery-1 {
		margin-bottom: 0 !important;
	}
	.gallery-annotation {
		margin-top: -10px;
	}
}

/*================================================
				　ヘッドプロ紹介
================================================*/
	
.post .staff_name {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	background: none;
	border: none;
	border-bottom: 2px solid var(--color-primary);
	margin: min(calc(120px + (1vw - 19.2px) * 5.178), 120px) 0 min(calc(45px + (1vw - 19.2px) * 1.2945), 45px);
	/* -- 1920 120px 375 40px -- */
	/* -- 1920 45px 375 25px -- */
	padding: 0 0 0.5em;
	color: #404040;
	font-family: inherit;
	font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9709), 3.6rem);
	/* -- 1920 3.6rem 375 2.1rem -- */
	font-weight: 700;
	text-align: left;
	line-height: 1.35;
	letter-spacing: normal;
	gap: 0.15em 1em;
}

.post .staff_name::before,
.post .staff_name::after {
	content: none;
}
.staff_name span.sub {
    color: var(--color-primary);
    font-weight: 500;
    font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.3883), 2.1rem);
    text-align: left;
    letter-spacing: normal;
}
	
/* -- staff_messagehead -- */
	
.post .staff_messagehead {
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	letter-spacing: .1rem;
	padding: 0;
	margin: min(calc(70px + (1vw - 19.2px) * 2.2654), 70px) auto min(calc(20px + (1vw - 19.2px) * 0.6472), 35px); /* 70-35px auto 35-25px (1920-375) */
	border-bottom: none;
}
.post .staff_messagehead::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}

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

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 25px 0 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: transparent;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	background: transparent;
}
.qa_list .qa_list_inner .a_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: .5rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
	background: #d2d2d2;
	line-height: 1.0;
	padding: .5rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: .75rem 1.5rem .75rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  display: none;
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	position: relative;
	padding: 0 0 10px 0;
	margin: 0;
	border-top: 0;
	border-bottom: 1px dashed #333;
}
/* .qa_list .qa_list_inner dd:last-child {
	border-bottom: none;
} */
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
		margin: 15px 0 0;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 0;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

.link_btn {
    width: 100%;
    max-width: 90%;
}

/*================================================
				　よくあるご質問
================================================*/
.page-qa {
	h2 {
		text-align: center;
		padding: 15px 0;
		font-weight: bold;
		font-size: 24px;
		color: #333;
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		margin-bottom: 25px;
	}
	.page_contents_inner {
		padding: 30px;
		background: #f2f2f2;
		border-radius: 5px;
		@media screen and (max-width: 768px) {
			padding: 10px;
		}
	}
	.qa_list .qa_list_inner .q_ico, .qa_list .qa_list_inner .a_ico {
		justify-content: flex-start;
		align-items: flex-start;
		flex-shrink: 0;
		width: fit-content;
		max-width: none;
		background: transparent;
		border-right: none;
	}
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: .75rem 1.5rem .75rem .5rem;
		line-height: 1.6;
		@media screen and (max-width: 768px) {
			font-size: 1.5rem;
		}
	}
	.qa_list .qa_list_inner .q_desc {
		font-weight: 700;
		display: flex;
		align-items: center;
		line-height: 1.6;
		@media screen and (max-width: 768px) {
			font-size: 1.6rem;
		}
	}
	.qa_list .qa_list_inner dd {
		padding: 0 0 22px 0;
	}
	.page_contents_inner + .page_contents_inner {
		margin-top: 30px;
	}
}

/*================================================
				　お問い合わせ
================================================*/
.wpcf7-form .must {
    background: #E60012;
}
.wpcf7-form .date-flex {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.wpcf7-form .fs-0 {
	flex-shrink: 0;
}
.wpcf7-form .under-line {
	text-decoration: underline;
	&:hover {
		color: #949494;
	}
}

/*================================================
				　フッター
================================================*/
#footer {
    font-size: var(--rem12);
    padding: 0;
	@media screen and (max-width: 959px) {
		text-align: left;
	}
	@media screen and (max-width: 767px) {
		text-align: center;
	}
}
#footer .footer_inner {
    padding: 5rem 0 0rem;
    width: min(1200px,95%);
    max-width: unset;
    margin: 0 auto;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 1rem;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-width: 200px;
	width: 100%;
    max-height: none;
	@media screen and (max-width: 768px) {
		width: calc(20rem + (1vw - 1.92rem) * 3.2362);
	}
}
#footer .socialicon ul, .socialicon ul {
    justify-content: flex-start;
}
#footer .footnav ul {
    justify-content: flex-end;
}
#footer .inner {
    width: 100%;
    max-width: unset;
}
.footer__container {
	display: flex;
	align-items: flex-end;
}
.footer__add {
	font-size: 1.6rem;
	@media screen and (max-width: 768px) {
		font-size: 1.4rem;
	}
}
#footer .fa-brands.fa-instagram.fa-2x {
    padding: 2px 4px;
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    border-radius: 4px;
    margin: 2px 0 0;
	&::before {
		color: #fff;
		font-size: 2.8rem;
	}
}
#footer .footnav ul li a {
	font-size: 1.4rem;
}
#copyright {
	width: fit-content;
    margin: 0 0 0 auto;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
    .footer__container {
		flex-direction: column;
	}
	#footer .footnav ul {
		justify-content: center;
	}
	#copyright {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}
/* フッター調整用 */
.footer__top.footer__container {
	align-items: center;
	justify-content: space-between;
	padding: 0 0 2rem;
    border-bottom: 1px solid #111;
	div {
		flex: 1;
	}
}
.footer__bottom.footer__container {
	padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    display: none;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    display: none;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media screen and (max-width: 767px) {
	#footer .footnav {
		margin-top: 2.5rem;
	}
	.socialicon {
		margin-bottom: 3rem;
	}
	.footer__bottom.footer__container {
		flex-direction: column;
		padding: 3rem 0;
	}
	#footer .footnav ul li a {
		font-size: 1.2rem;
	}
}
.text_center {
	text-align: center;
}
.newsTitle p a:hover, a:active, a:hover {
    color: #949494;
}
.date-text-sp {
	display: none;
}

@media only screen and (max-width: 640px) {
	.date-text-sp {
	display: block;
	font-size: 11px;
        line-height: 1;
        margin-top: 1em;
}
    .wpcf7-form .wpcf7-date {
        width: 95% !important;
        display: block;
        margin: 5px 5px 5px 0;
        text-align: left;
/*         appearance: auto !important;
		--webkit-appearance: auto !important; */
        min-width: 120px;
        height: 30px;
		box-sizing: border-box;
		min-height: 30px;
    }
/* 	.wpcf7-form .wpcf7-date::webkit-calendar-picker-indicator {
		display: inline;
		opacity: 1;
	} */
	
	.wpcf7-form .date-flex {
		gap: 10px;
		align-items: flex-end;
	}
}

nav#mainNav ul li#menu-item-657 a {
    @media print, screen and (min-width: 768px) {
    font-size: 1.4rem;
        b {
            letter-spacing: -2px !important;
            white-space: nowrap;
        }
    }

    @media print, screen and (max-width: 1024px) {
        b {
            font-size: 1rem !important;
        }
    }  
}

/*------------------------
下層ページアイキャッチ画像／縦幅調整
------------------------*/


@media print, screen and (max-width: 1023px) {
    #h1Header #thumb img {
        height: 20vh;
    }
}

@media print, screen and (min-width: 1024px) {
#thumbImg img, header#h1Header img {
    height: auto !important;
}

#thumbImg, header#h1Header {
    height: 200px !important;
}
}

