@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*
Theme Name: ai
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	/* font-family: 'Hind', sans-serif; */
	letter-spacing: 1px;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;
}
a:active {
	color: #999;
}
h2{
	/* font-family: 'Kaushan Script', cursive; */
	font-family: "Lato", serif;
	font-weight: 700;
	font-size: 6rem;
	position: relative;
	margin-bottom: 50px;
	/* text-align: center; */
}
/* h2:before{
	position: absolute;
	content: "";
	bottom: 130%;
	border-bottom: 2px solid #0F2540;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
}
h2:after{
	position: absolute;
	content: "";
	bottom: -15px;
	border-bottom: 2px solid #0F2540;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
} */
small{
	font-size: 1.3rem;
}
#overlay{
    filter:alpha(opacity=40)!important;
   	opacity:0.4!important;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #fff;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #333;

	background: linear-gradient(rgba(1, 1, 1, 1), rgba(1, 1, 1, 1), rgb(51 51 51 / .6)), url(img/common/main_bg.png);
    background-blend-mode: lighten;
    background-size: 900px;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
  	left: 0;
}
#container {
	/* padding-top: 200px; */
	overflow: hidden;
	text-align: left;
}
#main {
	padding-top: 80px;
    /* margin-bottom: 100px; */
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1051px) {
	.menuBox {
	  display: none !important;
	}
}
@media all and (max-width: 1050px) {
	#main {
	  padding-top: 56px;
	}
}
@media all and (min-width: 951px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 950px) {
	html {
		font-size: 58%;
	}
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        /* margin-bottom: 50px; */
    }
	#container {
		/* padding-top: 70px; */
	}
	.special #container {
		/* padding-top: 70px; */
	}
	h2{
		font-size: 4.2rem!important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title {
		font-size: 1.3rem !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 2.3rem !important;
	}

	/* お買い物カゴのh2 */

	.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
		font-size: 2.3rem !important;
	}	

	h3{
		font-size: 2rem!important;
	}
}
@media all and (max-width: 896px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 1.6rem !important;
	}
}
/* ゆらゆら */
/* @media all and (min-width: 951px) {

@-webkit-keyframes swing {
	20% {
	 -webkit-transform: rotate3d(0, 0, 1, 15deg); }
	40% {
	 -webkit-transform: rotate3d(0, 0, 1, -10deg); }
	60% {
	 -webkit-transform: rotate3d(0, 0, 1, 5deg); }
	80% {
	 -webkit-transform: rotate3d(0, 0, 1, -5deg); }
	100% {
	 -webkit-transform: rotate3d(0, 0, 1, 0deg); } }
@-moz-keyframes swing {
	20% {
	 -moz-transform: rotate3d(0, 0, 1, 15deg); }
	40% {
	 -moz-transform: rotate3d(0, 0, 1, -10deg); }
	60% {
	 -moz-transform: rotate3d(0, 0, 1, 5deg); }
	80% {
	 -moz-transform: rotate3d(0, 0, 1, -5deg); }
	100% {
	 -moz-transform: rotate3d(0, 0, 1, 0deg); } }
@-o-keyframes swing {
	20% {
	 -o-transform: rotate3d(0, 0, 1, 15deg); }
	40% {
	 -o-transform: rotate3d(0, 0, 1, -10deg); }
	60% {
	 -o-transform: rotate3d(0, 0, 1, 5deg); }
	80% {
	 -o-transform: rotate3d(0, 0, 1, -5deg); }
	100% {
	 -o-transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
	20% {
	 transform: rotate3d(0, 0, 1, 15deg); }
	40% {
	 transform: rotate3d(0, 0, 1, -10deg); }
	60% {
	 transform: rotate3d(0, 0, 1, 5deg); }
	80% {
	 transform: rotate3d(0, 0, 1, -5deg); }
	100% {
	 transform: rotate3d(0, 0, 1, 0deg); } }
} */
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/* #gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: white;
} */
#gHeader { 
	position: relative;
	z-index: 1001;
  }
.hInner {
	width: 100%;
	height: 80px;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(20px);
	box-sizing: border-box;
	position: fixed;
	top: -140px;
	left: 0;
	transition: .5s;
}
.hInner .naviUl {

}
/* .hInner.menuh {
	padding: 20px;
}
.hInner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
} */
.hInner h1 {
	width: 150px;
	/* margin-top: 20px; */
	margin-left: 20px;
}
.hInner .header_r {
	/* width: calc(100% - 100px); */
	width: 100%;
	/* margin-left: 2%; */
}
/* .hInner .linkBox {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 32px;
	background: url(img/common/includes_header_bg.jpg) repeat center center, #73a5b6;
	background-blend-mode: multiply;
	margin: 0 0 10px;
	padding: 10px;
}
.hInner .linkBox img {
	height: 32px;
}
.hInner .linkBox img a {
	height: 32px;
}
.hInner .linkBox p {
	margin-right: 0.3em;
}
.hInner .link {
	display: flex;
  	justify-content: space-around;
}
.hInner .link a {
	margin-right: 15px;
}
.hInner .link a:hover {
    opacity: 0.7;
}
.hInner .link a:first-child {
	margin-right: 5px;
}
.hInner .link a:last-child {
	margin-right: 0;
} */
/* .hInner .reserve_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.hInner .reserve_link a {
	margin-right: 10px;
}
.hInner .reserve_link a:nth-child(2) {
	box-sizing: border-box;
	height: 32px;
}
.reserve_linkinner { 
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.hInner .reserve_link a:nth-child(3) {
	box-sizing: border-box;
    height: 32px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 1.2rem;
    line-height: 32px;
    background: #3d8fb5;
    border-radius: 4px;
    padding: 0 7px;
}
.reserve_link a:nth-child(4) {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.7;
	margin-right: 0;
}
.reserve_link:last-child a i {
	font-size: 90%;
	margin-right: 0.2em;
} */

.hInner .naviUl {
    display: flex;
    justify-content: center;
}
.hInner .naviUl > li {
    z-index: 1;
	width: 10%;
}
.hInner .naviUl > li:nth-child(1) {
	/* width: 18%; */
	margin-left: 42px;
}
.hInner .naviUl > li:nth-child(8),.hInner .naviUl > li:nth-child(9),.hInner .naviUl > li:nth-child(10) {
	width: 6%;
}
.hInner .naviUl {
	width: 100%;
	height: 76px;
	display: flex;
	justify-content: space-between;
	position: relative;
	/* padding: 0 5px; */
}
.hInner .naviUl > li {
	/* margin: 0 0.5vw; */
	z-index: 1;
	text-align: center;
}
.hInner .naviUl > li > a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;	
	display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 106%;
	top: -3%;
}
.hInner .naviUl > li > a span {
	display: block;
	color: #fff;
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	padding-bottom: 0.8rem;
}
.hInner .naviUl > li > a:before {
	width: 100%;
	/* height: calc(100% + 80px); */
	/* background-color: white; */
	position: absolute;
	/* top: -40px; */
	left: 0;
	content: "";
	z-index: -1;
}
.hInner .naviUl > li > a:after {
	width: calc(100% + 10px);
	height: 1px;
	background-color: #3d8fb5;
	position: absolute;
	bottom: 0;
	left: -5px;
	content: "";
	opacity: 0;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.hInner .naviUl > li > a:hover {
	color: #3d8fb5;
	transform: scale(1, 1);
}
.hInner .naviUl > li > a:hover span {
	color: #3d8fb5;
	transform: scale(1, 1);
}
.hInner .naviUl > li.on a {
	color: #3d8fb5;
}
.hInner .naviUl > li.on > a:after {
	opacity: 1;
	transform: scale(1, 1);
}
.hInner .naviUl > li:nth-child(11) > a {
	background: #333;
	color: #fff;
}
.hInner .naviUl > li:nth-child(11) > a span {
	color: #fff;
}
.hInner .naviUl > li:nth-child(11) > a:hover  {
	color: #3d8fb5;
	transform: scale(1, 1);
}
.hInner .naviUl > li:nth-child(11) > a:hover span {
	color: #3d8fb5;
	transform: scale(1, 1);
}

.menuBox .naviUl > li > a[target="_blank"] {
	background-image: url("img/common/icon12.png");
	background-size: 17px auto;
}

.hInner .jsBox {
	display: none;
	position: absolute;
	top: 100%;
	/* left: -25px; */
	left: 10%;
	/* padding: 0 24px; */
	box-sizing: border-box;
	/* width: 100%; */
}
.hInner .jsBox .sub {
	/* max-width: 1110px; */
	margin: 0 auto;
	/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0 15px 15px 15px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.hInner .jsBox .sub .lBox {
	width: 28.8%;
}
.hInner .jsBox .sub .lBox img {
	width: 100%;
}
.hInner .jsBox .sub .rBox {
	flex: 1;
	padding: 27px 86px;
}
.hInner .jsBox .subUl {
	/* display: flex;
		flex-wrap: wrap;
		justify-content: space-between; */
	padding: 20px;
}
.hInner .jsBox .subUl li {
	margin: 5px 0;
	/* width: 36%; */
}
.hInner .jsBox .subUl li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #3d8fb5;
	letter-spacing: 0.06em;
	/* background: url("img/common/icon04.png") no-repeat right center;
	background-size: 17px auto; */
}
.hInner .jsBox .subUl li a:hover {
	opacity: 0.7;
}
#gHeader.on .hInner{
	height: 80px;
	transition: 0.2s;
}
#gHeader.on .hInner h1 img{
    width:;
	transition: 0.2s;
}
#gHeader.on .hInner .link{
	top: 15px;
	transition: 0.2s;
}
.menuBox .naviUl > li > a[target="_blank"] {
    background-image: url("img/common/icon12.png");
    background-size: 17px auto;
}
.menuh{
	padding: 10px;
    background: #ffedf0;
	border-bottom: 3px solid #333;
}
.menuh .naviUl {
    display: flex;
	justify-content: space-between;
	max-width: 1300px;
    margin: 0 auto;
}
.menuh .naviUl li {
    flex-grow: 1;
  	text-align: center;
}
.menuh .naviUl > li > a {
    color: #333;
	font-size: 1.4rem;
	display: flex;
    flex-direction: column;
	align-items: center;
}
.menuh .naviUl > li > a img{
	width: 35px;
	margin-bottom: 3px;
}
.menuh .naviUl li + li {
	border-left: 1px solid #fff;
}
.menuh .jsBox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 24px;
    box-sizing: border-box;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}
.menuh .jsBox .sub {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.menuh .jsBox .sub .lBox {
    width: 28.8%;
}
.menuh .jsBox .sub .lBox img {
    width: 100%;
}
.menuh .jsBox .sub .rBox {
    flex: 1;
    padding: 27px 86px;
}
.menuh .naviUl > li.on > a:after {
    opacity: 0.7;
}
.menuh .jsBox .subUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menuh .jsBox .subUl li {
    margin: 10px 0;
    width: 36%;
	border: none;
}
.menuh .jsBox .subUl li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0F2540;
    letter-spacing: 0.06em;
    background: url("img/common/icon04.png") no-repeat right center;
    background-size: 10px auto;
	width: 260px;
}
.menuh .jsBox .subUl li a:hover {
    opacity: 0.7;
}
@media all and (min-width: 951px) {
.menuh .naviUl > li > a:hover img {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: swing 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-animation: swing 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-animation: swing 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	animation: swing 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95); 
}
}
/* @media all and (max-width: 950px) {
	#gHeader {
		height: 70px;
	}
    .hInner {
        height: 56px;
        display: block;
        padding: 10px 24px;
    }
    .hInner .link {
        display: none;
    }
    .hInner .naviUl {
        display: none;
    }
    .hInner h1 {
        position: relative;
        top: 5px;
        transform: none;
        left: 0;
        width: 135px;
    }
    #gHeader .menu {
        position: absolute;
        top: 18px;
        right: 11px;
    }
    #gHeader .menu.on a {
        display: block;
        transition: none;
        background: url("img/common/close.png") no-repeat center center;
        background-size: 35px auto;
    }
    #gHeader .menu.on a img {
        visibility: hidden;
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0 24px;
        z-index: 1000;
        box-sizing: border-box;
        background-color: #fff8f8;
    }
    .menuBox .naviUl {
        margin: 68px 0 34px;
        border-bottom: 1px solid #fff;
    }
    .menuBox .naviUl > li > a {
        padding: 17px 0;
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.06em;
        color: #0F2540;
        font-weight: bold;
        background: url("img/common/sp_icon07.png") no-repeat right center;
        background-size: 14px auto;
        border-top: 2px solid #fff;
		display: flex;
    	align-items: center;
    }
	.menuBox .naviUl > li > a img{
		width: 35px;
		margin-right: 20px;
	}
    .menuBox .naviUl > li:first-child > a {
        border-top: none;
    }
    .menuBox .subUl {
        margin: -3px 0 23px 48px;
    }
    .menuBox .subUl li {
        margin-bottom: 12px;
    }
    .menuBox .subUl a {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        color: #0F2540;
    }
    .menuBox .link {
        margin: 0 auto 50px;
        width: 186px;
    }
    .menuBox .link a {
        display: block;
        font-size: 1.6rem;
        color: white;
        text-align: center;
        padding: 10px;
        letter-spacing: 0.06em;
		border-radius: 30px;
        background-color: #0F2540;
    }
} */


/* ヘッダーが切り替わった後のスタイル */
@media all and (min-width: 897px) {
	.hInner.scroll {
		box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.3);
		top: 0;
	}
	.hInner.scroll .naviUl > li > a {
		color: #333;
	}	
	.hInner.scroll .naviUl > li > a span {
		color: #333;
	}
	.hInner.scroll .naviUl > li:nth-child(11) > a {
		color: #fff;
	}
	.hInner.scroll .naviUl > li:nth-child(11) > a span {
		color: #fff;
	}
}
@media all and (max-width: 1190px) {
	/* .hInner .linkBox {
		font-size: 1.4rem;
		padding: 12px;
	}
	.hInner .linkBox img {
		height: 30px;
	}
	.hInner .reserve_link {
		font-size: 1.4rem;
	}
	.reserve_link a:nth-child(4) {
		font-size: 1.9rem;
	} */
}
@media all and (max-width: 1150px) {
	/* .hInner .linkBox {
		font-size: 1.0rem;
	}
	.hInner .linkBox img {
		height: 28px;
	}
	.hInner .reserve_link {
		font-size: 1.0rem;
	}
	.reserve_link a:nth-child(4) {
		font-size: 1.6rem;
	} */
}
@media all and (min-width: 1051px) {
	.menu_sp {
		display: none !important;
	}
}
@media all and  (max-width: 1050px) {
	#gHeader {
		top: 0;
	}
	.hInner {
		top: 0;
	}
	.hInner {
		height: 56px;
		display: block;
		padding: 10px 24px;
		transition: none;
		box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.3);
	}
	.hInner .link {
		display: none;
	}
	.hInner .naviUl {
		display: none;
	}
	.hInner .linkBox {
		display: none;
	}
	.hInner h1 {
		width: 90px;
		position: relative;
		top: auto;
		transform: none;
		left: 0;
		margin-top: 0;
		margin-left: 0;
	}
	#gHeader .menu {
		width: 56px;
		height: 56px;
		display: flex;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		right: 0;
		/* background-color: #0F2540; */
		/* border: 2px solid #0F2540; */
		box-sizing: border-box;
	}
	#gHeader .menu span {
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: calc(50% - 14px);
		width: 28px;
		height: 2px;
		border-radius: 2px;
		background-color: #333;
	}
	.menu span:nth-of-type(1) {
		top: 14px;
	}
	.menu span:nth-of-type(2) {
		top: 25px;
	}
	.menu span:nth-of-type(3) {
		top: 36px;
	}
	.menu.on span:nth-of-type(1) {
		transform: rotate(45deg);
		opacity: 1;
	}
	.menu.on span {
		top: 25px !important;
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: rotate(-45deg);
		opacity: 1;
	}
	#gHeader .menu.on a {
		display: block;
		transition: none;
		background: url("img/common/close.png") no-repeat center center;
		background-size: 35px auto;
	}
	#gHeader .menu.on a img {
		visibility: hidden;
	}
	.menuBox {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 0;
		z-index: 1000;
		box-sizing: border-box;
		background: url(img/common/main_bg.png), rgba(255, 255, 255, .9);
	}
	.menuBox .naviUl {
		margin: 68px 24px 34px;
		border-bottom: 1px solid #cccccc;
	}
	.menuBox .naviUl > li > a {
		padding: 17px 0;
		display: block;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 0.06em;
		color: #333;
		background: url("img/common/sp_icon01-2.png") no-repeat right center;
		background-size: 14px auto;
		border-top: 1px solid rgb(51 51 51 / .4);
	}
	.menuBox .naviUl > li:first-child > a {
		border-top: none;
	}
	.menuBox .subUl {
		margin: -3px 0 23px 15px;
	}
	.menuBox .subUl li {
		margin-bottom: 12px;
	}
	.menuBox .subUl a {
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		color: #0F2540;
	}
	.menuBox .link {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 20px;
	}
	.menuBox .link a {
		display: block;
		font-size: 1.6rem;
		color: white;
		text-align: center;
		padding: 2px;
	}
	.menuBox .link p {
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 5px;
	}
	.menuBox .linkBox {
		width: 100%;
		align-items: center;
		color: #fff;
		font-size: 1.4rem;
		background: url(img/common/includes_header_bg.jpg) repeat center center, #73a5b6;
		background-blend-mode: multiply;
		/* background: #3d8fb5; */
		box-sizing: border-box;
		padding: 20px 24px;
	}
	.menuBox .linkBox img {
		height: 31px;
	}
	.menuBox .linkInnerBox {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.4rem;
		box-sizing: border-box;
	}
	.menuBox  .reserve_link {
		width: 100%;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
		box-sizing: border-box;
		padding: 0 0 20px;
	}
	.menuBox .reserve_link > p {
		border-top: 1px dashed #fff;
		margin: 0 auto;
		padding: 15px 0 0;
	}
	.menuBox .reserve_linkinner {
		margin-bottom: 10px;
	}
	.menuBox .reserve_linkinner.reserveicon {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.menuBox .reserve_linkinner.reserveicon p {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.menuBox .reserve_linkinner a:nth-child(1) {
		color: #fff;
		font-size: 2.2rem;
	}
	.menuBox .reserve_link a:nth-child(3) {
		box-sizing: border-box;
		height: 31px;
		font-family: "Noto Sans JP", sans-serif;
		color: #fff;
		font-size: 1.3rem;
		/* font-weight: 600; */
		line-height: 31px;
		background: #3d8fb5;
		border-radius: 4px;
		padding: 0 7px;
		margin-left: 5px;
	}
	.menuBox .reserve_link .hours { 
		color: #3d8fb5;
		font-size: 1.3rem;
		background: rgba(255, 255, 255, .9);
		border-radius: 7px;
		margin-top: 20px;
		padding: 5px;
	}
}
@media all and (min-width: 960px) and (max-width: 1050px) {
	/* .hInner {
	  height: 120px;
	  padding: 10px 24px;
	} */
	.hInner h1 {
	  /* width: 36px; */
	  /* margin: 0; */
	}
	.hInner .naviUl {
	  width: calc(100% - 290px);
	  padding: 0 8px;
	}
	.hInner .naviUl > li > a {
	  font-size: 1.6rem;
	}
	.hInner .link img {
	  height: 30px;
	}
	.hInner .linkBox {
	  width: 230px;
	}
	.hInner .reserve_link {
	  margin: -10px 0 5px;
	}
	.hInner .reserve_link img {
	  height: 28px;
	}
	.reserve_linkinner {
	  font-size: 1.2rem;
	}
	.hInner .reserve_link a:nth-child(2) {
	  height: 28px;
	  font-size: 1.2rem;
	  line-height: 28px;
	}
	.reserve_linkinner:last-child a {
	  font-size: 2.0rem;
	}
  }
@media all and (min-width: 897px) and (max-width: 1500px) {

	.hInner .jsBox .sub .rBox {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	.hInner .jsBox .subUl li {
	  /* width: 45%; */
	}
  }
  @media all and (max-width: 1050px) {
	.mainImg #gHeader {
	  display: none;
	}
	.mainImg .maintxtBox {
	  display: none;
	}
  }

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 20px 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 950px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 13px 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
	background: #000;
	/* background: linear-gradient(to bottom,#FFF,#FFF 75%,#b1d2e1);  */
	position: relative;
	overflow: hidden;
}
/* #gFooter:before{
    position: absolute;
    content: "";
    background: url(img/common/deco06.png)no-repeat center;
    background-size: contain;
    width: 411px;
    height: 634px;
    top: 0;
    left: 0;
	opacity: 0.8;
} */
/* #gFooter:after{
    position: absolute;
    content: "";
    background: url(img/common/deco07.png)no-repeat center;
    background-size: contain;
    width: 411px;
    height: 634px;
    top: 0;
    right: 0;
	opacity: 0.8;
} */
#gFooter address {
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    font-style: normal;
    /* text-align: center; */
	padding: 30px;
	padding-top: 10px;
	color: #999;
}
.footer-wrap {
	margin: 20px auto 0;
	max-width: 1116px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.footer-wrap .naviUl {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	margin: 0 auto;
}
.footer-wrap .naviUl a {
	border-left: 1px solid #333
}
.footer-wrap .naviUl a span {
	margin: 0 6px 0 6px;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
	/* width: 100%;
	display: flex;
	justify-content: center; */
}
.pageTop a:hover {
    opacity: 0.7;
}
.pageTop img {
	width: 64px;
	height: 64px;
}
footer {
    padding: 25px 25px 0
}
footer div.inner {
  	display: flex;
  	flex-direction: column;
	align-items: center;
  	/* align-items: flex-end; */
    /* justify-content: space-between; */
}
footer div.inner a{
	color: #0F2540;
}
footer div.inner #SNS{
	margin-bottom: auto;
}
footer div.inner img{
	width: 150px;
}
footer p {
  	font-size: 3rem;
  	font-weight: 700;
}
footer p i {
  	display: inline-block;
  	font-size: 27px;
  	vertical-align: 4px;
}
footer small {
  	margin-top: 30px;
  	text-align: center;
  	display: block;
}
footer #SNS li{
	float: left;
	margin: 10px;
	font-size: 35px;
}
footer tr{
	display: flex;
}
footer table th{
	width: 100px;
	text-align: left;
}
footer table tr{
	margin: 15px auto;
}
footer #SNS li svg {
    color: #0F2540;
}
.fa-square-facebook{
	color: #7ea6da;
}
.fa-instagram{
	color: #e07ead;
}
footer div.inner #SNS li:first-child img{
	width: 30px;
	vertical-align: baseline;
}
footer div.inner #SNS li:first-child svg{
	color: #82de82;
}
footer div.inner #SNS li:nth-child(2) svg{
	color: #7ea6da;
}
footer div.inner #SNS li:last-child svg{
	color: #0F2540;
}
@media all and (max-width: 740px) {
	.footer-wrap {
		display: block;
	}
	.footer-wrap .naviUl {
		/* flex-flow: row wrap; */
		display: block;
	}
}
@media all and (max-width: 700px) {
    #gFooter  {
        padding: 22px 24px;
        border-top: 1px solid #efeded;
    }
	#gFooter:before{
		content: none;
	}
	#gFooter:after{
		width: 330px;
	}
    .special #gFooter {
        border-top: none;
    }
    #gFooter address {
        font-size: 1.1rem;
        text-align: center;
		padding-bottom: 0;
    }
    .pageTop {
        display: none;
    }
	footer small {
    	padding: 10px 0;
    	font-size: 11px;
    	display: block;
    	color: #fff;
    	letter-spacing: .06em
  	}
  	footer small span {
    	opacity: .6
  	}
	.footer-wrap{
		flex-direction: column;
	}
	footer div.inner{
		align-items: center;
	}
	footer table{
		max-width: 100%;
		margin: 0 auto 20px;
		font-size: 1.6rem;;
	}
	footer table th{
		margin-right: 20px;
	}
	footer table td{
		width: 100%;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	/* max-width: 1116px; */
	margin: 0 auto;
	padding: 0 20px;
	/* display: flex;
	justify-content: space-between; */
}
@media all and (max-width: 950px) {
    .content {
		margin-top: 80px;
        max-width: inherit;
        /* padding: 0 24px; */
    }
}
.indexPage.Page{
	/* background: url(img/common/main_bg.png)repeat top,#202020; */
	background: linear-gradient(rgba(1, 1, 1, 1), rgba(1, 1, 1, 1), rgb(255 255 255), rgb(255 255 255)), url('img/common/main_bg.png');
	background-blend-mode: lighten;
    background-size: 900px;
	padding-bottom: 100px;
}
.Page{
	/* background: url(img/common/main_bg.png)repeat top,#202020; */
	background: linear-gradient(rgba(1, 1, 1, 1), rgba(1, 1, 1, 1), rgb(51 51 51 / .6)), url('img/common/main_bg.png');
	background-blend-mode: lighten;
    background-size: 900px;
	/* padding-bottom: 100px; */
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 950px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}    
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    /* margin-bottom: 25px; */
    color: #fff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/recruit/com_visual_bg.png") no-repeat center center;
    background-size: cover;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}
.comVisual h2:before,
.comVisual h2:after{
	content: none;
}
@media all and (max-width: 950px) {
    .comVisual {
        /* margin-bottom: 13px; */
        height: 200px;
        background: url("img/recruit/sp_com_visual_bg.png") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
		margin-bottom: 0;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 75px;
    padding-bottom: 40px;
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.headLine02:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff;
    content: "";
}
@media all and (max-width: 950px) {
    .headLine02 {
        margin-bottom: 50px;
        padding-bottom: 23px;
        font-size: 2.4rem;
        text-align: center;
    }
    .headLine02:before {
        margin-left: -16px;
        left: 50%;
        bottom: 0;
        width: 32px;
    }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    padding-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
}
@media all and (max-width: 950px) {
    .headLine03 {
        margin-bottom: 10px;
        padding-bottom: 13px;
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	margin-bottom: 42px;
}
.headLine04 {
    margin-bottom: 16px;
    color: #0F2540; 
    font-size: 8rem;
    font-family:'Tangerine', cursive;
    font-weight: 300;
    text-align: center;
}
.comTtlBox .title {
    color: #211B1B;
    line-height: 1.85;
    text-align: center;
    letter-spacing: 0.06em;
}
@media all and (max-width: 950px) {
    .comTtlBox {
        display: block;
        margin-bottom: 44px;
    }
    .headLine04 {
        margin-bottom: 16px;
        font-size: 4.5rem;
    }
    .comTtlBox .title {
        width: 100%;
        padding: 22px 0 0 0;
        font-size: 1.4rem;
        line-height: 2.2;
        text-align: left;
    }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
    margin-bottom: 49px;
    padding-bottom: 35px;
    color: #0F2540;
    font-size: 8rem;
    font-family: 'Tangerine', cursive;
    font-weight: 300;
    background: url("img/common/line.png") repeat-x left bottom;
    background-size: auto 3px; 
}
@media all and (max-width: 950px) {
    .headLine06 {
        margin-bottom: 44px;
        padding-bottom: 0;
        text-align: center;
        font-size: 4.5rem;
        background: none; 
    }
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
    margin-bottom: 120px;
    color: #0F2540;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
@media all and (max-width: 950px) {
    .headLine07 {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
	margin-bottom: 36px;
	padding-bottom: 30px;
    color: #57B8FF;
    font-size: 3rem;
    border-bottom: none;
    background: url("img/common/line.png") repeat-x left bottom;
    background-size: auto 3px; 
}
@media all and (max-width: 950px) {
    .headLine08 {
        margin-bottom: 15px;
        padding-bottom: 27px;
        font-size: 1.6rem;
        background: url("img/common/sp_line.png") repeat-x left bottom;
        background-size: auto 3px; 
    }
}
/*------------------------------------------------------------
	comCompany
------------------------------------------------------------*/
.comCompany {
    padding: 150px 0 140px;
    position: relative;
}
.comCompany .headLine04 {
    margin-bottom: 120px;
    text-align: center;
}
.comCompany .textBox {
    position: relative;
    width: 46%;
    float: left;
    color: #211B1B;
    box-sizing: border-box;
}
.comCompany .textBox table {
    width: 100%;
    border-collapse: collapse;
}
.comCompany .textBox th,
.comCompany .textBox td {
    padding: 23px 0;
	text-align: left;
	vertical-align: middle;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #DBDBDB;
}
.comCompany .textBox th {
    width: 35%;
    font-weight: 500;
}
.comCompany .mapBox {
    width: 48%;
    position: relative;
    float: right;
}
.comCompany .mapBox iframe {
	height: 422px;
	width: 100%;
	vertical-align: top;
    background: #000;
}
@media all and (min-width: 951px) and (max-width: 1200px) {
	.comCompany .mapBox::before {
		right: 0;
	}
}
@media all and (max-width: 950px) {
    .comCompany {
        padding: 46px 0 72px;
    }
    .comCompany:before {
        display: none;
    }
    .comCompany:after {
        display: none;
    }
    .comCompany .headLine04 {
        margin-bottom: 22px;
        width: 100%;
    }
    .comCompany .textBox {
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
    }
    .comCompany .textBox th,
    .comCompany .textBox td {
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0 0 16px;
        letter-spacing: 0.06em;
    }
    .comCompany .textBox th {
        padding: 18px 0 7px;
        width: 100%;
        border-bottom: none;
    }
    .comCompany .mapBox {
        margin: 72px -24px 0;
        width: auto;
        float: none;
    }
	.comCompany .mapBox iframe {
		height: 238px;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 361px;
    background: url("img/common/com_box_bg.jpg") no-repeat center center;
    background-size: cover;
}
@media all and (max-width: 950px) {
    .comBox {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 182px;
        background: url("img/common/sp_com_box_bg.jpg") no-repeat center center;
        background-size: cover;
    }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
    display: block;
    width: 560px;
    color: #fff;
    position: relative;
    font-size: 2.4rem;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 50px;
    letter-spacing: 0.06em;
}
.comLink .info {
    position: relative;
    z-index: 2;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comLink .info:before {
	margin-top: -5px;
    position: absolute;
    right: 17px;
	top: 50%;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px auto;
    width: 21px;
    height: 11px;
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 951px) {
    .comLink a:before {
        content: " ";
        position: absolute;
        top: 0;
        height: 100%;
        width: 0;
        left: auto;
        right: 0;
        background-color: #fff;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition-duration: 0.5s;
        -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition-duration: 0.5s;
        -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        overflow: hidden;
        border-radius: 50px;
    }
    .comLink a:hover {
        color: #211B1B;
    }
    .comLink a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
    .comLink a:hover .info:before {
		right: -21px;
    }
}
@media all and (max-width: 950px) {
    .comLink a {
        width: 328px;
        font-size: 1.6rem;
    }
    .comLink .info {
        height: 60px;
    }
	.comLink .info:before {
		margin-top: -10px;
		right: 17px;
		background: url("img/common/sp_icon12.png") no-repeat left top;
		background-size: 20px auto;
		width: 20px;
		height: 19px;
	}
}
@media all and (max-width: 374px) {
    .comLink a {
        width: 290px;
    }
}

/*------------------------------------------------------------
	ribbon01
------------------------------------------------------------*/
.ribbon01Box {
	text-align: center;
  }
  .ribbon01 {
	display: block;
	position: relative;
	/* width: 360px; */
	height: 65px;
	text-align: center;
	box-sizing: border-box;
	z-index: 1;
	margin: 0 auto;
  }
  /* .ribbon01 h3::before {
	position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    border-top: none;
    border-left: none;
  } */
  .ribbon01 h3 {
	display: block;
	width: 60%;
	position: relative;
	margin: 0 auto;
	padding: 10px 15px;
	line-height: 45px;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 400;
	text-shadow: 0 0 10px #493845;
	/* border: 2px solid #fff; */
	background: url(img/common/textBox_bg.jpg), rgba(255, 255, 255, .9);
	background-size: cover;
	box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.3);
	/* background: repeating-linear-gradient(-45deg, #f4b3ff , #f4b3ff 10px, #f199ff 0, #f199ff 20px); */
  }
  .ribbon01 h3 span {
	font-family: 'Kaushan Script', cursive;
  }
  
/*------------------------------------------------------------
	comMore
------------------------------------------------------------*/
.comMore a {
    width: 346px;
	position: relative;
	display: flex;
    height: 67px;
    color: #0F2540;
    justify-content: center;
    align-items: center;
	letter-spacing: 0.08em;
    border-radius: 80px;
    overflow: hidden;
    border: 3px solid #0F2540;
}
.comMore a:before {
	margin-top: -8px;
	position: absolute;
	right: 30px;
	top: 50%;
	width: 17px;
	height: 16px;
	background: url("img/common/icon02.png") no-repeat right center;
	background-size: 17px auto;
	content: "";
    transition: .3s;
	-webkit-transition: .3s;
    z-index: 2;
}
.comMore a:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #0F2540;
    border-radius: 80px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.comMore .info {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 951px) {
    .comMore a:hover {
        color: #fff;
    }
    .comMore a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.comMore a:hover:before {
		right: 16px;
    	background: url("img/common/icon02_on.png") no-repeat right center;
        background-size: 17px auto;
	}
}
@media all and (max-width: 950px) {
    .comMore {
        max-width: 240px;
    }
    .comMore a {
        margin: 0 auto;
        height: 42px;
        border-width: 1px;
        width: auto;
        font-size: 1.5rem;
    }
    .comMore a:before {
        margin-top: -7px;
        width: 14px;
        height: 14px;
        background: url("img/common/sp_icon07.png") no-repeat right center;
        background-size: 14px auto;
    }
}
/*------------------------------------------------------------
	comBg01
------------------------------------------------------------*/
.comBg01 {
    padding: 60px 0;
    position: relative;
}
.comBg02 {
    padding: 130px 0;
}
.comBg02 {
    background: #ffedf1;
}
@media all and (max-width: 950px) {
    .comBg01 {
        padding: 10px 0;
    }
    .comBg02 {
        padding: 30px 0;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
    margin-bottom: 96px;
    display: flex;
    justify-content: space-between;
}
.comImgBox:last-child {
    margin-bottom: 0;
}
.comImgBox .photoBox {
    width: 30%;
}
.comImgBox .photoBox .pho {
    display: block;
    position: relative;
    border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.comImgBox .photoBox .pho:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #0F2540;
    content: "";
}
.comImgBox .photoBox .nameSpan {
    margin-top: 10px;
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.comImgBox .photoBox .nameSpan .small {
    margin-left: 30px;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
}
.comImgBox .textBox {
    padding-top: 65px;
    width: 70%;
}
.comImgBox .textBox .headLine08 {
    margin-bottom: 15px;
    padding: 0 0 32px 90px;
}
.comImgBox .textBox p {
    padding: 0 0 0 90px;
    line-height: 2.35;
    letter-spacing: 0.06em;
    text-align: justify;
}
.comImgBox01 {
    align-content: flex-start;
    flex-direction:row-reverse;
}
.comImgBox01 .textBox .headLine08 {
    padding-left: 0;
}
.comImgBox01 .textBox p {
    padding: 0 100px 0 0;
}
@media all and (max-width: 950px) {
    .comImgBox {
        margin-bottom: 76px;
        display: block;
    }
    .comImgBox:last-child {
        margin-bottom: 0;
    }
    .comImgBox .photoBox {
        width: 100%;
    }
    .comImgBox .photoBox .pho {
        border-radius: 0;
    }
    .comImgBox .photoBox .pho img {
        width: 100%;
    }
    .comImgBox .photoBox .pho:before {
        display: none;
    }
    .comImgBox .photoBox .nameSpan {
        margin-top: 24px;
        font-size: 1.6rem;
    }
    .comImgBox .photoBox .nameSpan .small {
        margin-left: 25px;
        font-size: 1.4rem;
    }
    .comImgBox .textBox {
        padding-top: 20px;
        width: 100%;
    }
    .comImgBox .textBox .headLine08 {
        margin-bottom: 16px;
        padding: 0 0 26px 0px;
    }
    .comImgBox .textBox p {
        padding: 0;
        line-height: 2.15;
    }
    .comImgBox01 .textBox .headLine08 {
        padding-left: 0;
    }
    .comImgBox01 .textBox p {
        padding: 0;
    }
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.indexPage {
    margin-bottom: -200px;
	padding-bottom: 1px;
}
#indexPage #main {
	padding-top: 0;
}
.indexPage .hInner {
	height: 80px;
	background: none;
	position: relative;
	top: 0;
	/* padding: 20px 0 20px 0; */
	backdrop-filter: none;
	/* border-bottom: 1px solid rgb(224, 224, 224); */
	background: rgba(255, 255, 255, 0.1);
}
.mainImg {
	min-height: 320px;
	display: flex;
	justify-content: center;
	/* height: calc(100vh - 150px); */
	color: #fff;
	/* background: rgba(255, 255, 255, .5); */
	position: relative;
	padding: 0 0 90px;
}

.hInner .link a:last-child {
margin-right: 0;
}

.mainImgBox {
/* width: calc(100% - 10% - 50px); */
width: 100%;
min-width: calc(100% - 20px);
}
.mainImgBox .naviUl {
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
padding: 0;
}
/* .mainImg .bg .video {
	position: static;
	padding: 0 !important;
	border-radius: 0px;
}
.mainImg .bg .video video {
position: static;
transform: none;
object-fit: contain;
width: 100%;
height: 100%;
} */

.mainImg .mainFlexBox {
	display: flex;
	justify-content: space-between;
}

/* Kv画像の部分 */
.mainImg .bg {
width: 60%;
height: 700px;
/* margin: 0 auto; */
/* box-shadow: 4px 4px 6px rgba(102, 94, 75, 0.5); */
/* position: relative;
z-index: 2; */
}
.mainImg .top_mainUl {
width: 100%;
height: 100%;
overflow: hidden;
will-change: transform;
}
.mainImg .top_mainUl img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-mask-image: -webkit-radial-gradient(white, black);
will-change: transform;
object-fit: cover;
}
.top_mainUl div {
width: 100%;
height: 100%;
overflow: hidden;
}

/* Kvテキストの部分 */
.mainImgBox .inner {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainImgBox .inner h2 {
	font-size: 3rem;
}
.mainImgBox .inner h2 .txtLarge {
	font-size: 8rem;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
	text-align: right;
	margin-right: 20px;
}
.mainImgBox .inner h2 .txtSpan {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	display: block;
	text-align: center;
}

.index-section{
	margin: 120px auto 200px;
}
/* .indexPage .mainVisual {
    margin: 0 auto;
    position: relative;
	max-width: 1600px;
}
.mainVisual:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff8f9;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    z-index: 0;
}
.indexPage .mainVisual .mainImg {
	width: 100%;
	background: url(img/index/main_kv.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 55%;
	position: relative;
	z-index: 1;
}
.indexPage .mainVisual .txtInner {
	margin: 90px auto 0;
}
.indexPage .mainVisual .txtInner .content {
	max-width: 857px;
}
.indexPage .mainVisual .txtInner p {
	padding-bottom: 67px;
    color: #211B1B;
	font-size: 2rem;
	font-weight: 500;
    line-height: 2.5;
    letter-spacing: 0.06em;
}
.indexPage .mainVisual .txtInner p::before {
	margin-left: -16px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 32px;
	height: 1px;
	background: #211B1B;
	content: "";
} */
.index-about {
    position: relative;
	margin: 200px auto 250px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-about img {
    width: 48%;
	/* width: 400px; */
	/* height: 400px; */
	/* border-radius: 50%; */
    object-fit: cover;
	opacity: 0.9;
}
.index-about .index-about-txt {
    width: 48%;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.index-about .more-btn {
	margin-top: auto;
    color: #0F2540;
    border: 1px solid #0F2540;
    /* background: #fff; */
    padding: 8px 10px;
    /* border-radius: 20px; */
	width: 140px;
	font-family: 'Hind', sans-serif;
	text-align: center;
}
/* .index-about:before{
	position: absolute;
    content: "";
    background: url(img/index/main_bg.png)no-repeat center;
    background-size: contain;
    width: 500px;
    height: 500px;
    top: 230px;
    right: 28%;
    z-index: 1;
    transform: translate(50%, -50%) rotate(35deg);
    -webkit-transform: translate(50%, -50%) rotate(35deg);
    -ms-transform: translate(50%, -50%) rotate(35deg);
} */
/* .index-about:after {
    position: absolute;
    content: "";
    border: 1px dashed #ffbed2;
    width: 580px;
    height: 580px;
    border-radius: 100%;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
} */
.index-about h2{
	font-family: 'Kaushan Script', cursive;
	font-size: 3rem;
	z-index: 2;
}
.index-about h2:before,
.index-about h2:after{
	content: none;
}
.index-about p strong {
    font-size: 2rem;
	margin-bottom: 10px;
}
.index-about p {
    font-size: 1.8rem;
    line-height: 2;
	z-index: 2;
	position: relative;
}
.indexPage .index-news{
	margin: 0 0 0;
	padding: 120px 0 20px;
	border-top: 1px solid #fff;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%), url('img/common/main_bg2.png');
}

/* New Photo */
#style_archive1 {
	margin: 60px 0 20px;
	border-top: 1px solid #fff;
}
#style_archive1 .newFlex {
	display: flex;
	justify-content: space-between;
}
#style_archive1 .newFlex .conttl {
	font-size: 10rem;
	display: flex;
	align-items: center;
}
#style_archive1 .newFlex .r-Box {
	width: 65%;
	/* max-width: 700px; */
}
#style_archive1 .woocommerce .products ul, .woocommerce ul.products {
	max-width: 1110px !important;
}
#style_archive1 .woocommerce ul.products li.product a img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}
#style_archive1 .decotext {
	font-size: 6rem;
	color: rgb(255 255 255 / .4);
    font-family: "Lato", serif;
    font-weight: 700;
    line-height: 1;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: left;
    top: -16px;
}

/* Eyelash */
#style_archive2 {
	margin: 60px 0 20px;
	border-top: 1px solid #fff;
}
/* #style_archive2 .newFlex {
	display: flex;
	justify-content: space-between;
} */
#style_archive2 .conttl {
	font-size: 10rem;
	display: flex;
	align-items: center;
	justify-content: end;
}
#style_archive2 .woocommerce .products ul, .woocommerce ul.products {
	max-width: 1110px !important;
}
#style_archive2 .woocommerce ul.products li.product a img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

/* Whideimage */
#style_archive3 {
	margin: 60px 0 20px;
	border-top: 1px solid #fff;
}
/* #style_archive2 .newFlex {
	display: flex;
	justify-content: space-between;
} */
#style_archive3 .conttl {
	font-size: 10rem;
	display: flex;
	align-items: center;
	justify-content: start;
}
#style_archive3 .woocommerce .products ul, .woocommerce ul.products {
	max-width: 1110px !important;
}
#style_archive3 .woocommerce ul.products li.product a img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
#style_archive3 .woocommerce ul.products li.product h2 {
	color: #333;
}
#style_archive3 .woocommerce ul.products li.product .price {
	color: #333;
}

/* Category */
#style_archive {
	max-width: 1110px;
	margin: 0 auto 0;
	padding: 120px 0 20px;
	border-top: 1px solid #fff;
	/* background: rgb(255 255 255 / .96); */
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%), url('img/common/main_bg2.png');
}

/* bunnder-list */
#style_archive0 {
	margin: 0 0 0;
	padding: 120px 0 20px;
	border-top: 1px solid #fff;
	/* background: rgb(255 255 255 / .96); */
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.85) 30%, rgba(255,255,255,0.88) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%), url('img/common/main_bg2.png');
}

#style_archive0 .bunner-list li {
	height: 100px;
	padding: 40px;
	margin: 20px auto 30px;
	display: flex;
	align-items: center;
}
#style_archive0 .bunner-list li:nth-child(1) {
	background: url(img/index/bunner01.jpg) no-repeat center center;
	background-size: cover;
}
#style_archive0 .bunner-list li:nth-child(2) {
	background: url(img/index/bunner02.jpg) no-repeat center center;
	background-size: cover;
}
#style_archive0 .bunner-list li a {
	font-size: 4rem;
	font-family: "Lato", serif;
	color: #fff;
	width: 100%;
	height: 100%;
}

#style_archive0 .content {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 20px;
}
#style_archive .content {
	/* max-width: 940px; */
	margin: 0 auto;
	padding: 0 20px;
}
#style_archive .content2 {
	/* max-width: 1440px; */
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
}
.custom-product-categories {
    max-width: 940px;
    /* margin: 0 auto; */
}
#style_archive .content2 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: right;
}

#style_archive .content2 h2:nth-child(1) {
	width: 20%;
	color: #333;
	text-shadow: 0 0 16px #fff;
}
#style_archive1 .woocommerce .products {
	display: flex;
}
#style_archive1 .woocommerce ul.products li.product .button {
	display: none;
}
#style_archive2 .woocommerce ul.products li.product .button {
	display: none;
}
#style_archive3 .woocommerce ul.products li.product .button {
	display: none;
}
#style_archive .woocommerce ul.products li.product .button {
	display: none;
}
#style_archive1 .more-btn,#style_archive .more-btn {
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    z-index: 1;
    display: block;
	margin-left: auto;
}
#style_archive2 .more-btn,#style_archive .more-btn {
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    z-index: 1;
    display: block;
	margin-left: auto;
}
#style_archive3 .more-btn,#style_archive .more-btn {
    text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    z-index: 1;
    display: block;
	margin-left: auto;
}


.decotext {
	color: #000;
	font-family: "Lato", serif;
    font-weight: 700;
    font-size: 12.1rem;
	line-height: 1;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
	top: 0;
    padding-bottom: 86px;
}

.index-introduction {
    background: url(img/index/about_bg01.jpg)no-repeat bottom 20% right;
    background-size: 90%;
    width: 100%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
	padding-top: 50px;
	padding-bottom: 50px;
}
.index-introduction p{
	line-height: 30px;
	margin-bottom: 25px;
	width: 55%;
	position: relative;
	z-index: 1;
}
.index-section p strong{
	font-size: 3rem;
	color: #0F2540;
	margin-bottom: 10px;
}

/* Article */
.indexPage .index-news h2{
	/* font-family: 'Kaushan Script', cursive; */
	font-family: "Lato", serif;
    font-weight: 700;
	/* margin: 0 auto 50px; */
	z-index: 2;
	text-align: left;
	color: #333;
}
/* .index-news-li {
	display: grid;
	justify-content: center;
	position: relative;
} */
/* .index-news-li:after {
    position: absolute;
    content: "";
    border: 2px solid #fffdfd;
    height: 0px;
    top: -70px;
    left: 50%;
    width: 40%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
} */
.index-news-txt{
	display: flex;
    margin: 15px 0;
    justify-content: space-between;
}
.index-news tr{
	margin: 15px 0;
	cursor: pointer;
	position: relative;
}
.index-news tr:before{
	position: absolute;
	content: "";
	top: 45px;
	width: 100%;
	/* border: 1px solid #d8e9f0; */
	border-bottom: 1px solid #d8e9f0;
}
.index-news th,
.index-news td{
	padding: 10px 15px;
}
.index-news .more-btn{
	/* padding: 15px 20px; */
	text-align: right;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    z-index: 1;
    display: block;
    /* margin: 50px auto 0; */
    margin-left: auto;
}
.index-news-txt th{
	margin-right: 15px;
	font-weight: 400;
}
.index-news-txt td{
	font-size: 1.8rem;
	font-weight: 600;
}
.index-news {
	margin: 120px 0 180px;
	text-align: center;
}
.index-news-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
}
.index-news-box {
	width: 24%;
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: 0.3s;
}
@media screen and (max-width: 950px) {
	.index-news-wrap {
		display: grid;
	  grid-template-columns: repeat(2, 1fr); /* 950px以下では2列表示 */
	  gap: 20px; /* 各記事の間隔 */
	}
}

/* .index-news-box .photo-box::after {
	position: absolute;
    content: "";
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 1px solid #fff;
} */
@media all and (min-width: 601px) and (max-width: 896px) {
	.index-news-box .photo-box::after {
		height: 150%;
	}
}

.index-news-box .photo-box {
	position: relative;
}

.index-news img {
	box-sizing: border-box;
	position: relative;
	/* min-height: 320px; */
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.index-news-box p {
	margin: 10px 0 8px;
	font-size: 1.2rem;
	color: #333;
}

@media all and (min-width: 897px) {
	.index-news-box:hover {
		scale: 1.02;
	}
}

@media all and (max-width: 896px) {
	.indexPage .index-news{
		margin: 0 0 0;
		padding: 60px 0 20px;
	}
	/* .index-news {
		margin: 100px 0 150px;
	} */
	.index-news-wrap {
		flex-wrap: wrap;
	}
	.index-news-box {
		width: 100%;
		margin-bottom: 15px;
	}
	.index-news-box a {
		display: grid;
		grid-template-columns: 30% 68%;
		grid-template-rows: 50% 50%;
		justify-content: space-between;
	}
	.index-news-box a img {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
		min-height: inherit;
	}
	.index-news-box a p {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.index-news-box a h3 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.decotext {
		top: 63px;
		padding-bottom: 0;
	}
}
@media all and (max-width: 768px) {
	#style_archive1 .newFlex {
		display: block;
	}
	#style_archive1 .newFlex .r-Box {
		width: 100%;
	}
	#style_archive .content2 {
		display: block;
	}
}
@media all and (max-width: 740px) {
	#style_archive0 .bunner-list li {
		height: initial;
	}
	.decotext {
        font-size: 8.8rem;
        top: 59px;
        padding-bottom: 0px;
    }
}
@media all and (max-width: 600px) {
	.index-news-box a {
		grid-template-columns: 100%;
		grid-template-rows: auto;
	}
	.index-news-box a img {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.index-news-box a p {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.index-news-box a h3 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.decotext {
        font-size: 8.2rem;
		top: 58px;
        padding-bottom: 0px;
    }
}
@media all and (max-width: 428px) {
	.decotext {
		font-size: 5.6rem;
		top: 55px;
        padding-bottom: 0px;
	}
}
@media all and (max-width: 390px) {
	.decotext {
		font-size: 5rem;
		top: 55px;
        padding-bottom: 0px;
	}
}

.index-links{
	/* background: #d8e9f0; */
	background: rgb(216 233 240 / .5);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 1px;
    margin-top: 150px;
    padding-bottom: 1px;
	position: relative;
}
.index-menu,
.index-salon{
	position: relative;
    z-index: 1;
}
.index-links:before {
    position: absolute;
    content: "";
    background: url(img/common/deco06.png)no-repeat center;
    background-size: contain;
    width: 492px;
    height: 749px;
    bottom: 0;
    right: 0;
	opacity: 0.4;
}
.index-links:after {
    position: absolute;
    content: "";
    background: url(img/common/deco07.png)no-repeat center;
    background-size: contain;
    width: 600px;
    height: 749px;
    top: 0;
    left: 0;
	opacity: 0.4;
}
.card-wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.card-wrap h3{
	font-size: 2.5rem;
	color: #0F2540;
}
.card-wrap .card{
	width: 30%;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 0 0 40px;
}
.card-wrap .card:first-child{
	padding: 0px;
}
.card-wrap p{
	margin: 10px auto 20px;
}
.card-wrap .more-btn{
	margin-top: auto;
	color: #0F2540;
	border: 1px solid #0F2540;
	/* background: #fff; */
	padding: 8px 10px;
	/* border-radius: 20px; */
	width: 140px;
	font-family: 'Hind', sans-serif;
	text-align: center;
}
.index-menu-wrap img{
	border-radius: 250px;
}
.hover-img{
	position: relative;
	overflow: hidden;
}
.index-menu .hover-img img{
	/* border: 3px solid #0F2540; */
    width: 100%;
}
.hover-img .hover-mask{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3d8fb554;
	opacity: 0;
	color: #fff;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-bottom: 0px;
}
.index-menu .hover-img .hover-mask{
	border-radius: 250px;
}
.card-wrap h3{
	margin-top: 20px;
}
.index-contact-wrap{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.index-contact-message{
	width: 50%;
}
.index-contact-message h3{
	font-size: 2rem;
	margin-bottom: 15px;
}
.index-contact-tell{
	width: 40%;
	position: relative;
	z-index: 0;
}
.index-contact-tell:before{
	position: absolute;
    content: "";
    background: url(img/common/deco01.png)no-repeat center;
    background-size: contain;
    bottom: 0;
    right: 0;
    width: 202px;
    height: 246px;
    z-index: -1;
    transform: rotate(20deg);
}
.index-contact-tell p{
	margin-top: 20px;
}
.index-contact-tell h3{
	font-size: 3rem;
	color: #0F2540;
}
/* @media all and (min-width: 1201px) and (max-width: 1400px) {
    .indexPage .mainVisual img {
        margin-top: -5.5%;
		padding-right: 50px;
    }
} */
@media all and (min-width: 897px) and (max-width: 1200px) {
	.indexPage .aboutSec .inner .textBox p {
	  padding-right: 40px;
	}
	.indexPage .aboutSec .inner01 .textBox .headLine04 {
	  padding-left: 40px;
	}
	.indexPage .aboutSec .inner01 .textBox p {
	  padding-left: 40px;
	}
}
@media all and (max-width: 1050px) {
	.indexPage .mainImgBox {
	  width: 100%;
	}
	.indexPage .mainImg {
	  min-height: 100%;
	  padding: 0 0 60px;
	}
	.indexPage .mainImg .top_mainUl {
	  margin-top: 56px;
	}
	.mainImg .bg {
	  border-radius: 0;
	}
	.mainImg .top_mainUl img {
	  border-radius: 0;
	}
	.indexPage .messageBox .textBox {
	  margin: 0 50px 0;
	}
	.top_menuBox .textBox {
	  margin: 0 50px;
	}
	.otherBox .innerBox {
	  width: 45%;
	}
}
@media all and (max-width: 959px) {
	.indexPage #gHeader {
	  display: none;
	}
}
@media all and (min-width: 951px) {
	.index-about .more-btn:hover {
		color: #fff;
		background: #0F2540;
	}
	.index-news .more-btn:hover {
		color: #fff;
		background: #0F2540;
	}
	.card-wrap .more-btn:hover{
		color: #fff;
		background: #0F2540;
	}
	.hover-mask:hover {
		opacity: 1;
		transition:all 0.6s ease;
		padding-bottom: 30px;
	}
}
@media all and (max-width: 950px) {
    .indexPage {
        margin-bottom: -51px;
    }
   .indexPage .mainVisual {
        margin: 0;
		padding: 0 0 52px;
		position: relative;
    }
	.indexPage .mainVisual:before {
		position: absolute;
		left: 0;
		right: 0;
		top: 114px;
		bottom: 0;
		background: #ffedf1;
		background-size: 375px auto; 
		height: auto;
		content: "";
	}
	.indexPage .mainVisual .mainImg {
		height: auto;
		z-index: 2;
	}
	.indexPage .mainVisual .txtInner {
		margin: 28px auto 0;
	}
	.indexPage .mainVisual .txtInner .content {
		padding: 0;
	}
    .indexPage .mainVisual .txtInner p {
		padding: 0 24px 38px;
        line-height: 2.1;
		font-size: 1.4rem;
        text-align: justify;
    }
	.indexPage .mainVisual .txtInner p:before {
		display: none;
	}
	.index-section{
		margin: 50px auto;
	}
	.index-section p strong{
		font-size: 2rem;
		background: #ffffffcf;
		padding: 8px;
		display: inline-block;
		margin-bottom: 30px;
	}

	.index-about {
		display: block;
		width: 80%;
		max-width: 500px;
	}
	.index-about img {
		width: 100%;
	}
	.index-about .index-about-txt {
		width: 100%;
	}
	.index-about .more-btn {
		margin: 50px 0 0;
	}

	.index-about p{
		font-size: 1.5rem;
	}
	.index-about:before{
		width: 250px;
		height: 250px;
		top: 70%;
		right: 32%;
	}
	.index-about:after{
		width: 300px;
		height: 300px;
		top: 50%;
	}
	.index-introduction{
		background: url(img/index/about_bg01.jpg)no-repeat;
		background-position: 95%;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
		padding-left: calc(50vw - 50%);
		background-size: cover;
		height: auto;
	}
	.index-introduction p{
		width: 100%;
	}
	.index-news-li:after{
		border: 5px solid #fffdfd;
		top: -62px;
	}
	.index-news tr:before{
		top: 100%;
	}
	.indexPage .index-news h2{
		margin: 0 auto 30px;
		color: #333;
	}
	.index-news-li:after{
		top: -48px;
	}
	.indexPage .index-news h2:before,
	.indexPage .index-news h2:after{
		/* width: 100%; */
	}
	.index-news th, .index-news td{
		padding: 10px 8px;
	}
	.card-wrap{
		flex-direction: column;
	}
	.card-wrap .card{
		width: 80%;
		max-width: 500px;
		margin: 0 auto 50px;
		padding: 0;
	}
	.card-wrap .more-btn{
		font-size: 1.5rem;
	}
	.index-contact-wrap{
		flex-direction: column;
		text-align: center;
	}
	.index-contact-message{
		width: 100%;
	}
	.index-contact-tell{
		width: 100%;
		margin-top: 50px;
	}
	.index-contact-tell:before{
		bottom: -29px;
		right: 66px;
		width: 141px;
		height: 150px;
	}
}
@media all and (min-width: 897px) {
	.indexPage .interviewSec .listUl li a:hover .hover {
	  opacity: 1;
	}
	.indexPage .interviewSec .listUl .slick-slide.slick-current > div {
	  margin-top: 80px;
	}
}
@media all and (max-width: 896px) {
	.linkList {
	  padding: 0;
	}
	.linkBox .content {
	  padding: 0;
	}
	.mainImg {
	  margin: 0;
	  height: auto;
	  position: relative;
	  display: block;
	}
	.mainImg .bg {
		width: 80%;
	  height: 500px;
	}
	/* .mainImg .bg video {
		position: static;
		left: 50%;
		top: 50%;
		transform: none;
		border-radius: 0;
		object-fit: contain;
		width: 100% !important;
		height: 100% !important;
	} */
	.mainImg h2 {
	font-size: 3rem;
	line-height: 1.77;
	}
	.mainImg h2 .txtSpan {
	font-size: 2rem;
	letter-spacing: 0.08em;
	}
	.mainImg .inner {
	/* display: none; */
	margin-top: -5px;
	padding: 0 16px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	transform: translateY(-50%);
	justify-content: end;
	}
	.mainImgBox .inner h2 .txtLarge {
		font-size: 4rem;
		margin-right: 0;
	}
	.mainImg .textImg {
	display: none;
	}
	/* .mainImg .scrolldown {
	bottom: -18px;
	display: none;
	}
	.mainImg .scrolldown img {
	width: 14px;
	} */
	.indexPage .infoBox {
	padding: 30px 0;
	}
}
@media all and (max-width: 390px) {
	.mainImg .bg {
		width: 80%;
	  height: 300px;
	}
	.mainImg .inner {
		transform: translateY(-25%);
	}
	.mainImg h2 .txtSpan {
        transform: translateY(-65%);
        text-align: right !important;
	}
}

/* Slickのデザイン調整 */
.slick-slider .slick-slide {
	margin: 0 10px; /* スライド間の余白 */
	text-align: center;
	padding: 10px; /* 必要に応じて調整 */
}

.slick-slider img {
	max-width: 100%; /* 画像がコンテナ内に収まるように調整 */
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Slickのデフォルトの矢印ボタンを非表示にする */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 38%;
	display: block;
	width: 40px; /* ボタンの幅 */
	height: 40px; /* ボタンの高さ */
	background-size: contain; /* 画像のサイズに合わせて調整 */
	background-repeat: no-repeat; /* 画像が繰り返し表示されないように */
	background-color: transparent;
	border: none !important; /* 枠線を削除 */
}

/* Previousボタンの画像 */
.slick-prev {
	background-image: url('img/common/prev-arrow.png');
	left: -10px; /* ボタンの位置を調整 */
	z-index: 10;
}

/* Nextボタンの画像 */
.slick-next {
	background-image: url('img/common/next-arrow.png');
	right: -10px; /* ボタンの位置を調整 */
	z-index: 10;
}

/* ホバー時の効果（任意） */
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7; /* ホバー時に透明度を少し下げる */
}


/*------------------------------------------------------------
	Shop
------------------------------------------------------------*/
.woocommerce {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px 0 30px 20px;
}

.wp-block-woocommerce-cart {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px 20px;
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.header-btn a{
	background:#0F2540;
	color: #fff;
	border: 1px solid #0F2540;
	margin-right: 10px;
	padding: 20px 15px;
	border-radius: 50px;
	transition: 0.3s;
}
.contact{
	margin: 30px auto;
}
.contact a{
	background: #3d8fb5b3;
    color: #fff;
	/* color: #0F2540; */
	/* border: 1px solid #0F2540; */
	margin-right: 10px;
	padding: 20px 30px;
	/* border-radius: 50px; */
	transition: 0.3s;
}
.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 29%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
	width: 44px;
	color: #fff;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	background: #3d8fb5;
	text-align: center;
}
.contactPage td select.month {
    width: 80px;
}
.contactPage td select.day {
    width: 80px;
}
.contactPage td select.time {
    width: 80px;
}
.contactPage td select.minutes {
    width: 80px;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #0F2540;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #F4F4F4;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center;
	margin-bottom: 60px;
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #0F2540;
	border: 1px solid #0F2540;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
	margin-bottom: 100px;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #0F2540;
	border: 1px solid #0F2540;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 951px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #0F2540;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #0F2540;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
	.header-btn a:hover{
		background: #fff;
		color: #0F2540;
	}
	.contact a:hover{
		background: #0F2540;
		color: #fff;
	}
}
@media all and (max-width: 950px) {
	.header-btn{
		margin: 50px auto;
		text-align: center;
	}
	.header-btn a{
		margin: 0 auto;
	}
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto 60px;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    /* margin-bottom: 240px; */
	background: linear-gradient(rgba(1, 1, 1, 1), rgba(1, 1, 1, 1), rgb(51 51 51 / .6)), url('img/common/main_bg.png');
	background-blend-mode: lighten;
    background-size: 900px;
	padding-bottom: 100px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}

@media all and (max-width: 950px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}
/*------------------------------------------------------------
	GUIDE
------------------------------------------------------------*/
.faqArea {
    margin-bottom: -160px;
    padding: 145px 0 110px;
    background: url("img/company/bg05.png") no-repeat -170px 305px/433px auto, url("img/company/bg06.png") no-repeat right -132px top 167px/377px auto;
}
.faqArea .headLine01 {
    margin-bottom: 75px;
}
.faqArea .headLine03 {
    margin-bottom: 0;
    padding-bottom: 8px;
}
@media all and (max-width: 896px) {
	.faqArea .headLine01 {
        margin-bottom: 40px;
    }
    .faqArea .headLine03 {
        font-size: 2rem;
    }
    .faqArea {
        margin-bottom: 0;
        padding: 64px 0 15px;
        position: relative;
        background: url("img/company/sp_bg07.png") no-repeat 0 7px/28px auto, url("img/company/sp_bg08.png") no-repeat right -14px top/57px auto;
    }
    .faqArea:before {
        position: absolute;
        left: -3px;
        bottom: 2px;
        width: 59px;
        height: 63px;
        background: url("img/company/sp_bg14.png") no-repeat left top/59px auto;
        content: "";
    }
    .faqArea:after {
        position: absolute;
        right: -6px;
        bottom: 17px;
        width: 50px;
        height: 42px;
        background: url("img/company/sp_bg09.png") no-repeat left top/50px auto;
        content: "";
    }
    .faqArea .comLinkList {
        position: relative;
    }
    .faqArea .comLinkList:before {
        position: absolute;
        left: -36px;
        bottom: -50px;
        width: 50px;
        height: 42px;
        background: url("img/company/sp_bg09.png") no-repeat left top/50px auto;
        content: "";
    }
    .faqArea .headLine03 {
        padding-bottom: 19px;
        position: relative;
    }
    .faqArea .headLine03:after {
        position: absolute;
        right: -17px;
        top: -25px;
        width: 41px;
        height: 48px;
        background: url("img/company/sp_bg10.png") no-repeat left top/41px auto;
        content: "";
    }
    .faqArea #faq02 .headLine03:after {
        width: 73px;
        height: 109px;
        right: -34px;
        top: -49px;
        background-image: url("img/company/sp_bg13.png");
        background-size: 73px auto;
    }
    .faqArea #faq03 .headLine03:after {
        width: 63px;
        height: 53px;
        right: -45px;
        top: -30px;
        background-image: url("img/company/sp_bg11.png");
        background-size: 63px auto;
    }
    .faqArea #faq04 .headLine03:after {
        width: 162px;
        height: 167px;
        right: -143px;
        top: -132px;
        background-image: url("img/company/sp_bg12.png");
        background-size: 162px auto;
    }
}
/* comLinkList */
.comLinkList a {
    position: relative;
    display: block;
    background: #D8D8D8;
    border-radius: 3px;
    overflow: hidden;
}
.comLinkList a .link {
    padding: 8px 50px 9px 16px;
    display: block;
    position: relative;
    z-index: 10;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #212836;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    background: url(img/common/icon12.png) no-repeat right 8px center / 12px;
}
.comLinkList a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #333;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
.comLinkList .on a:before {
    height: 100%;
}
@media all and (min-width: 897px) {
    .comLinkList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .comLinkList li {
        padding: 0 2.66666% 20px 0;
        width: 23%;
    }
    .comLinkList li:nth-child(4n) {
        padding-right: 0;
    }
    .comLinkList a:hover span {
        color: #fff;
        background-image: url("img/common/icon14.png");
    }
    .comLinkList a:hover:before {
        height: 100%;
    }
}
@media all and (max-width: 896px) {
    .comLinkList {
        margin-bottom: 37px;
    }
    .comLinkList li {
        margin-bottom: 10px;
    }
    .comLinkList a .link {
        padding: 17px 16px;
    }
}
/* faqDl */
.faqDl {
    margin-bottom: 60px;
    border-bottom: 1px solid #d1cfcf;
}
.faqDl dt {
    padding: 40px 37px;
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
    background: url("img/company/icon.png") no-repeat right 20px center/32px;
    border-top: 1px solid #d1cfcf;
}
.faqDl dt:first-child {
    border: none;
}
.faqDl dt:before, .faqDl dt:after {
    margin-top: -1px;
    position: absolute;
    right: 29px;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: "";
}
.faqDl dt:after {
    transform: rotate(90deg);
	opacity: 1;
}
.faqDl dt.on:after {
    transform: rotate(0deg);
    opacity: 0;
}
.faqDl dd {
    padding: 25px 65px 35px;
    display: none;
    line-height: 2;
	color: #333;
    background: rgb(255 255 255 / .7);
    border-top: 1px solid #d1cfcf;
}
@media all and (max-width: 896px) {
    .faqDl {
        margin-bottom: 55px;
    }
    .faqDl dt {
        padding: 20px 50px 20px 7px;
        font-size: 1.4rem;
        line-height: 2.14;
        background-position: right 5px center;
        background-size: 25px auto;
    }
    .faqDl dt:before, .faqDl dt:after {
        right: 11px;
        width: 14px;
        height: 2px;
    }
    .faqDl dd {
        padding: 23px 24px;
        line-height: 1.86;
    }
}


/* おすすめ MENU */
.table-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 30px;
    border: 2px solid #0F2540;
    text-align: left;
}
.table-box::before {
	position: absolute;
	content: "";
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border: 1px solid #0F2540;
}
.table-box span {
    position: absolute;
    color: #fff;
    text-align: center;
    background: url(img/common/deco03.png)no-repeat top;
    background-size: contain;
    width: 13%;
    height: 30px;
	line-height: 1.9;
    padding: 10px;
    /* padding-left: 25px; */
    top: -15px;
    left: 26px;
    letter-spacing: 2px;
}
.table-box img {
    width: 20%;
    object-fit: cover;
	min-height: 214px;
}
.table-box .table-txt {
    display: flex;
    flex-direction: column;
    width: 76%;
    padding: 2% 4%;
}
.table-box h4 {
    font-size: 2rem;
    margin: 10px 0 15px;
    color: #3d8fb5;
    font-weight: 800;
}
.table-box .table-txt .about {
    padding-right: 100px;
}
.table-box .table-txt .price {
	font-family: 'Hind', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    margin-top: auto;
    text-align: right;
}
@media all and (max-width: 896px) {
	.menu-table h3 {
		font-size: 2rem;
		margin-bottom: 25px;
	}
	.table-box h4 {
		font-size: 1.8rem;
	}
	.table-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.table-box {
		width: 48%;
		flex-direction: column;
		justify-content: flex-start;
	}
	.table-box span {
		width: 40%;
	}
	.table-box img {
		width: 100%;
		min-height: inherit;
	}
	.table-box .table-txt {
		width: auto;
		height: 100%;
	}
	.table-box .table-txt .about {
		padding: 0;
	}
	.menu-table h3:before {
		width: 90px;
		height: 15px;
		left: -100px;
	}
	.menu-table h3:after {
		width: 90px;
		height: 15px;
		right: -100px;
	}
}

@media all and (max-width: 650px) {
	.table-box {
		width: 100%;
	}
}

/* 通常メニュー */
.pricePage h2 {
	margin: 50px auto 50px;
	text-align: center;
}
.pricePage h3 {
	font-size: 1.8rem;
	font-weight: inherit;
	background: rgb(255 255 255 / .5);
    color: #fff;
	margin-top: 50px;
	padding: 8px 25px;
	letter-spacing: 1px;
}
.pricePage h3 svg {
	margin-right: 3px;
}
.pricePage table {
	width: 100%;
	margin: 0 auto 20px;
}
.pricePage span{
	font-size: 1.4rem;
	color: #fff;
}
.pricePage table th, .pricePage table td {
	text-align: inherit;
	font-size: 1.6rem;
	padding: 20px 25px;
	border-bottom: 1px dashed rgb(255 255 255 / .5);
}
.pricePage table th {
	width: 55%;
	/* background: #fff; */
}
.pricePage table td {
	/* background: #d8e9f0; */
	color: #fff;
	font-weight: 700;
	text-align: end;
}
.pricePage .tax{
	text-align: right;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

/* オリジナル製作 */
.pricePage .innerBox {
    position: relative;
	padding: 30px 20px 90px;
	max-width: 1116px;
	margin: 0 auto;
}
.pricePage .innerBox .listUl li {
    margin-bottom: 30px;
    position: relative;
}

.pricePage .innerBox .listUl li::after {
    position: absolute;
    content: "";
    display: block;
    background: url("img/common/icon09.png") no-repeat left top;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    top: 110%;
    left: 50%;
}

.pricePage .innerBox .listUl li:last-child::after {
    display: none; /* 最後のliのafterを非表示 */
}
.pricePage .innerBox .listUl li:nth-child(6)::after {
    display: none; /* 最後のliのafterを非表示 */
}

.pricePage .innerBox .listUl li:nth-child(5) {
    margin-bottom: 50px;
}

.pricePage .innerBox .listUl li:nth-child(6) .flowBox {
    min-height: 53px;
    background: rgb(61 143 181 / .2);
	backdrop-filter: blur(8px);
    border: 6px solid rgb(244 244 244 / .4);
}
.pricePage .innerBox .listUl li:nth-child(6) .flowBox .ttl {
    color: #fff;
}

.pricePage .innerBox .listUl li .flowBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
	border: 6px solid rgb(244 244 244 / .2);
    backdrop-filter: blur(8px);
}
.pricePage .innerBox .listUl li .flowBox .step {
    min-width: 80px;
    width: 80px;
    /* height: 80px; */
    font-family:"Outfit", sans-serif;
    font-size: 1.8rem !important;
    font-weight: 500;
    margin: 10px 20px 10px 0;
    padding: 0 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #3d8fb5;
}
.pricePage .innerBox .listUl li .txtBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.pricePage .innerBox .listUl li .txtBox .ttl {
    width: 24%;  
    min-width: 200px;
    font-weight: 500;
    color: #3d8fb5;
    font-size: 2.2rem;
}
.pricePage .innerBox .listUl li .txtBox .ttl svg {
    color: #776b66;
}
.indexPage .innerBox .listUl li .txtBox .info {
    width: 72%;
}
.pricePage .innerBox .listUl li .txtBox .info .txtblank {
    display: block;
    color: #fff;
}
.pricePage .innerBox .listUl li .flowBox:last-child .ttl {
    min-width: 260px;
    font-weight: 500;
    font-size: 2.2rem;
}


@media all and (min-width: 1201px) and (max-width: 1080px) {
    .pricePage .innerBox .listUl li .txtBox .info {
        min-width: 508px;
    }
}


@media all and (max-width: 950px) {
	.pricePage h3{
		padding: 8px 15px;
	}
	.pricePage table th, .pricePage table td{
		padding: 15px;
	}
}

@media all and (max-width: 896px) {
	.pricePage .innerBox .listUl li .flowBox .step {
        margin: 0 10px 0px 0px;
    }
    .pricePage .innerBox .listUl li .txtBox {
        display: block;
    }
    .pricePage .innerBox .listUl li .txtBox .ttl {
        width: initial;  
        min-width: 150px;
        display: block;
    }
    .pricePage .innerBox .listUl li::after {
        top: 108%;
    }
}
@media all and (max-width: 600px) {
	.pricePage .innerBox .listUl li::after {
        top: 107%;
    }
    .pricePage .innerBox .listUl li:nth-child(6) .flowBox {
        display: flex;
        align-items: center;
        justify-content: center;
    }	
}
@media all and (max-width: 428px) {
	.pricePage .innerBox .listUl li .flowBox {
        display: block;
    }
    .pricePage .innerBox .listUl li .flowBox .step {
        margin-bottom: 10px;
    }
    .pricePage .innerBox .listUl li .flowBox:last-child .ttl {
        /* margin-bottom: 10px; */
    }
}
@media all and (max-width: 390px) {
	.pricePage .innerBox .listUl li::after {
        top: 105%;
    }
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
.menuPage h2 {
	margin: 10px auto 50px;
	text-align: center;
}
.menuPage .link-item {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menuPage .menu-link{
	font-size: 1.8rem;
	font-weight: 600;
	color: #0F2540;
	display: inline-block;
    padding: 0.5em 1em;
    background: #ffedf0;
    border-radius: 3px 3px 0 0;
    text-align: center;
    margin: 0 10px 30px;
    width: 310px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.menuPage .menu-link:before {
	position: absolute;
	content: "";
	background: url("img/common/icon09.png")no-repeat center;
	background-size: 15px;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.menuPage .menu-link:after {
    position: absolute;
    content: "";
    background-color: #0F2540;
    height: 4px;
    width: 310px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.menuPage .menubox-wrap{
	margin: 50px auto 100px;
	padding-top: 20px;
}
.menuPage .menubox-wrap h2{
	position: relative;
	margin: 80px auto 110px;
}
.menuPage .menubox-wrap h2:before{
	position: absolute;
	content: "";
	background: url("img/common/gold.png")no-repeat center;
	background-size: 250px;
	width: 250px;
	height: 100px;
	bottom: -30px;
	left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%);
	border: none;
}
.menuPage .menubox-wrap h2:after{
	position: absolute;
	content: "";
	background: url("img/common/gold.png")no-repeat center;
	background-size: 250px;
	width: 250px;
	height: 100px;
	bottom: -130px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border: none;
}
.centering{
	/* text-align: center; */
}
.menu-about{
	margin-bottom: 50px;
	line-height: 35px;
}
.menuPage .sejutsu{
	width: 40%;
	margin: 0 auto 50px;
}
.menuPage .sejutsu img {
    box-shadow: 0 0 20px #ffe9e9;
    border-radius: 50px;
}
.menuPage #facial-1.menubox-wrap .menu-about-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 0 0;
}
.menuPage #facial-1.menubox-wrap .menu-about-wrap span {
    background: #fffee9;
    padding: 50px;
    width: 80px;
    height: 80px;
    margin: 0 20px 20px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: -10px -10px 50px 5px rgb(255 154 124 / 50%) inset;
    color: #0F2540;
	filter: drop-shadow(0px 0px 10px rgb(255 225 190 / 100%));
    font-weight: 700;
}
.menuPage .attention-wrap{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 80px;
}
.menuPage .attention-box{
	padding: 40px;
    width: 100%;
    margin-top: 20px;
    background: linear-gradient( #fff9f9 , #ffedf0);
    box-sizing: border-box;
}
.menuPage .menubox-wrap h3{
	color: #0F2540;
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.menuPage h3.line-deco{
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 80px 0 30px;
}
.menuPage h3.line-deco:before,
.menuPage h3.line-deco:after {
	content: "";
	background-color: #0F2540;
	height: 2px;
	flex-grow: 1;
	margin: 0 20px;
}
.menuPage h3.line-deco:before{
	margin-left: 20px;
}
.menuPage h3.line-deco:after{
	margin-right: 20px;
}
.menuPage .link-btn{
	text-align: center;
}
.menuPage .price-link{
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	padding: 20px 30px;
	color: #0F2540;
	border: 2px solid #0F2540;
	border-radius: 30px;
}
.menuPage .centering strong{
	text-decoration: underline wavy #0F2540;
	font-size: 1.8rem;
}
.menuPage .menubox-wrap h3.worry{
	margin-bottom: 20px;
}
.worry-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 50px;
}
.worry-list li {
    margin: 5px 10px;
    background: #f5f5f5;
    padding: 20px;
    width: 25%;
	display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.course{
	margin-bottom: 30px;
}
.course-wrap{
	margin: 60px auto;
}

@media all and (min-width: 951px) {
	.menuPage .price-link:hover{
		color: #fff;
		background: #0F2540;
		border-radius: 30px;
		transition: 0.3s;
	}
	.menuPage .menu-link:hover {
		background: #0F2540;
		color: #fff;
	}
	.menuPage .menu-link:hover:before {
		background: url("img/common/icon10.png")no-repeat center;
		background-size: 15px;
		transition: 0.5s;
	}
	.menuPage .menu-link:hover:after {
		height: 110%;
		transition: 0.5s;
		z-index: -1;
	}
}

@media all and (max-width: 950px) {
	.menuPage .menubox-wrap{
		margin: 0px auto 100px;
	}
	.menuPage h2{
		margin-bottom: 20px;
	}
	.menu-about{
		margin-bottom: 20px;
	}
	.menuPage .sejutsu{
		width: 100%;
		margin-bottom: 30px;
	}
	.worry-list{
		margin-bottom: 30px;
	}
	.course{
		margin-bottom: 50px;
	}
	.menuPage .attention-wrap{
		margin-bottom: 50px;
	}
	.menu-about {
		line-height: 25px;
	}
	.menuPage #facial-1.menubox-wrap .menu-about-wrap span{
		width: 60px;
		height: 60px;
	}
}

/*------------------------------------------------------------
	脱毛メニュー
------------------------------------------------------------*/
.course-wrap .course-img{
	width: 47%;
	margin: 40px auto;
}
.menuPage.hairremoval .course-wrap h3{
	background: linear-gradient(93deg, rgba(250,153,182,1) 0%, rgba(255,245,200,1) 100%);
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 20px;
}
.hairremoval .flow-wrap{
	margin: 80px auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	background: #fffbe8;
}
.hairremoval .flow-margin{
	max-width: 1116px;
	margin: 0 auto;
	padding: 80px 40px;
}
.hairremoval .flow-box {
    background: #fff;
    box-sizing: border-box;
    margin: 40px auto;
    position: relative;
    display: flex;
    padding: 20px;
    padding-left: 150px;
	padding-right: 130px;
}
.hairremoval .flow-box:first-child:before {
    position: absolute;
    content: "";
    background: url(img/common/illust01.png)no-repeat center;
    background-size: contain;
    width: 150px;
	height: 150px;
    bottom: 0;
    right: 10px;
}
.hairremoval .flow-box:nth-child(2):before {
    position: absolute;
    content: "";
    background: url(img/common/illust02.png)no-repeat center;
    background-size: contain;
    width: 150px;
    height: 105px;
    bottom: 0;
    right: 10px;
}
.hairremoval .flow-box:nth-child(3):before {
    position: absolute;
    content: "";
    background: url(img/common/illust03.png)no-repeat center;
    background-size: contain;
    width: 161px;
    height: 120px;
    bottom: 0;
    right: 10px;
}
.hairremoval .flow-box:nth-child(4):before {
    position: absolute;
    content: "";
    background: url(img/common/illust04.png)no-repeat center;
    background-size: contain;
    width: 161px;
    height: 127px;
    bottom: 0px;
    right: 0px;
}
.hairremoval .flow-box .nambering{
	font-size: 150px;
    color: #fffbe8;
    position: absolute;
    bottom: -48px;
    left: 0;
    z-index: 0;
}
.hairremoval .flow-txt{
	z-index: 2;
}
.hairremoval .flow-txt h4{
	color: #0F2540;
	font-size: 25px;
	margin-bottom: 15px;
}
.parts-wrap{
	position: relative;
	margin-bottom: 30px;
}
.parts-wrap h4{
	position: absolute;
    font-size: 2rem;
    color: #0F2540;
    background: #fff;
    margin-left: 50px;
    padding: 15px;
    top: -25px;
    box-sizing: border-box;
}
.parts-wrap p{
	border: 2px dashed #0F2540;
    padding: 35px;
	border-radius: 30px;
	margin: 30px auto 50px;
}
.before{
	margin-top: -20px;
	margin-bottom: 80px;
}
.hairremoval .mens .course-wrap h3{
	background: linear-gradient(93deg, rgb(131 218 233) 0%, rgba(255,245,200,1) 100%);
}
.mens .parts-wrap h4{
	color: #78d3ac;
}
.mens .parts-wrap p{
	border-color: #78d3ac;
}
.mens .price-link{
	color: #78d3ac;
	border-color: #78d3ac;
}
.menuPage .mens .sejutsu img {
    box-shadow: 0 0 20px #ffe9e9;
}
.search-link a.vos,
.search-link a.hifu,
.search-link a.photo,
.search-link a.kogao,
.search-link a.plasma{
  	display:none;
}
input[type="checkbox"]:checked.check1 ~ .search-link a.vos,
input[type="checkbox"]:checked.check2 ~ .search-link a.hifu,
input[type="checkbox"]:checked.check3 ~ .search-link a.photo,
input[type="checkbox"]:checked.check4 ~ .search-link a.kogao,
input[type="checkbox"]:checked.check5 ~ .search-link a.plasma{
  	display:block;
}
.search{
	background: #fffbe8;
	padding: 40px;
}
.search h3{
	color: #0F2540;
	font-size: 2.5rem;
	margin-bottom: 10px;
}
.worry-check {
	margin-top: 20px;
}
.search input{
	margin-left: 15px;
	margin-bottom: 15px;
}
.search label{
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
	width: 20%;
}
.search-link {
    display: flex;
    flex-wrap: wrap;
}
.search-link a {
    margin-right: 20px;
    font-size: 2rem;
    color: #0F2540;
    font-weight: 700;
    padding: 8px 15px;
    background: #fff;
    margin-top: 20px;
	border-radius: 10px;
}
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}
 
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}
 
input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 10px;
    height: 10px;
    transform: translateY(-70%);
    top: 50%;
    left: 5px;
	border-radius: 10px;
}
 
input[type="checkbox"]::after {
    border-bottom: 4px solid #0F2540;
    border-left: 4px solid #0F2540;
    opacity: 0;
    height: 10px;
    width: 15px;
    transform: rotate(-45deg);
    top: -16px;
    left: 3px;
}
 
input[type="checkbox"]:checked::after {
    opacity: 1;
}

.sp-label{
		display: none;
	}

@media all and (min-width: 951px) {
	.mens .price-link:hover {
		background: #78d3ac;
	}
	.search-link a:hover{
		background: #0F2540;
		color: #fff;
	}
	.search span label{
		width: 27%;
	}
}

@media all and (min-width: 1121px) {
.responsive{
	display: none;
}
}
@media all and (max-width: 1120px) {
	.responsive{
		display: block;
	}
	.search label{
		width: 27%;
	}
}
@media all and (max-width: 950px) {
	.search{
		margin-top: 50px;
	 }
	.search label{
		width: 25%;
	}
	.search span label{
		width: 75%;
	}
	.menuPage .link-item{
		margin-top: 60px;
	}
	.menuPage .price-link{
		display: block;
		width: 80%;
    	margin: 0 auto;
	}
	.menuPage .menu-link{
		margin: 0 5px 30px;
	}
	.menuPage .centering strong{
		line-height: 40px;
	}
	.course-wrap .course-img{
		width: 100%;
		text-align: center;
	}
	.course-img img {
    	width: 80%;
	}
}
@media all and (max-width: 725px) {
	.responsive{
		display: none;
	}
	.sp-label{
		display: block;
	}
	.search label{
		width: 34%;
	}
}
@media all and (max-width: 650px) {
	.hairremoval .flow-box{
		padding: 140px 20px 20px;
	}
	.hairremoval .flow-box .nambering{
		top: -50px;
		bottom: initial;
		left: 10px;
	}
	.hairremoval .flow-box:first-child:before{
		bottom: initial;
		top: 20px;
		width: 102px;
		height: 122px;
		right: 14px;
	}
	.hairremoval .flow-box:nth-child(2):before{
		bottom: initial;
		top: 35px;
		right: 10px;
	}
	.hairremoval .flow-box:nth-child(3):before{
		bottom: initial;
		width: 128px;
		height: 120px;
		top: 46px;
		right: 2px;
	}
	.hairremoval .flow-box:nth-child(4):before{
		bottom: initial;
		width: 106px;
		height: 112px;
		top: 26px;
		right: 0px;
	}
}
@media all and (max-width: 440px) {
	.search label{
		width: 73%;
	}
}

/*------------------------------------------------------------
	VOICE
------------------------------------------------------------*/
.voicePage .content {
	max-width: 1116px;
}
.voicePage h2{
	margin-top: 80px;
}
/* .voicePage table{
	width: 100%;
	margin: 0 auto;
	border-collapse:collapse;
}
.voicePage tr:nth-child(even){
	background: #fff9f9;
}
.voicePage th{
	width: 25%;
	text-align: left;
	padding: 20px;
}
.voicePage td{
	text-align: left;
	padding: 20px;
}
.voicePage .mapbox{
	margin-top: 50px;
}
.voicePage iframe{
	width: 100%;
	height: 500px;
} */
/* .voicePage span{
	font-size: 1.4rem;
	color: #ef4c6d;
} */
/* .voicePage .flexBox {
	display: flex;
	justify-content: space-between;
} */
.voicePage .innerBox {
	display: flex;
	/* width: 30%; */
	justify-content: space-between;
	flex-wrap: wrap;
	/* flex-direction: row-reverse; */
	align-items: flex-end;
	/* margin: 0 auto 100px; */
  }
  /* .voicePage .innerBox .photoBox::after {
	position: absolute;
    content: "";
    background: url(img/common/deco08.png) no-repeat;
    background-size: 70%;
    width: 100%;
    height: 70%;
    top: 0;
    right: -68px;
    transform: rotate(20deg);
  } */
  .voicePage .innerBox .voiceBox {
	width: 30%;
  }
  .voicePage .innerBox .photoBox {
	/* width: 35%; */
	/* min-height: 250px; */
	/* overflow: hidden; */
	/* border-radius: 220px 220px 0 0; */
	/* box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.5); */
	/* margin-top: 100px; */
	position: relative;
  }
  .voicePage .innerBox .photoBox img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	/* border-radius: 220px 220px 0 0; */
  }
  /* .voicePage .innerBox .textBox .nameBox::before{
	position: absolute;
	content: "";
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	top: 4px;
	left: 4px;
	border-top: none;
    border-left: none;
  } */
  .voicePage .innerBox .textBox .nameBox {
	display: flex;
	font-size: 1.6rem;
	line-height: 1.7;
	align-items: baseline;
	position: relative;
	color: #333;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
  }
  .voicePage .innerBox .textBox .nameBox p:last-child {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: 'Kaushan Script', cursive;
	margin: 0 auto 0 0.5em;
  }
  .voicePage .innerBox .textBox {
	/* width: calc(30% + 30px); */
	position: relative;
	/* right: -30px; */
	top: -20px;
	z-index: 1;
  }
  .voicePage .textBoxinner {
	background: rgb(255 255 255 / .5);
	box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.1);
	/* border-radius: 15px; */
	padding: 30px;
	min-height: 298px;
  }
  .voicePage .textBoxinner h5 {
	min-width: 150px;
	color: #333;
	font-family: "Lato", serif;
    font-weight: 700;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
	/* background: #3d8fb5; */
	padding: 5px 10px;
	/* border-radius: 20px; */
	box-sizing: border-box;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 5px;
  }
  .voicePage .mainBox {
	text-align: center;
	margin: 0 auto;
    padding: 0 24px;
	width: 100%;
  }
  .voicePage .mainBox .ribbon01 {
	margin: auto auto -30px;
  }
  .voicePage .mainBox .textBox {
	width: 100%;
	right: inherit;
	top: inherit;
	margin-top: 20px;
  }
  .voicePage .mainBox p {
	background: rgb(255 255 255 / .5);
	box-shadow: 3px 3px 8px rgba(102, 94, 75, 0.1);
	/* border-radius: 20px; */
	padding: 50px 30px 40px;
  }
  
  @media screen and (max-width: 896px) {
	.voicePage .content {
	  /* padding: 0; */
	}
	.voicePage .innerBox {
	  /* display: block; */
	}
	.voicePage .innerBox .voiceBox {
		width: 48%;
	}
	.voicePage .innerBox .photoBox {
	  width: 80%;
	  /* height: 450px; */
	  margin: 60px auto 0;
	  
	}
	.voicePage .innerBox .textBox {
	  width: 80%;
	  right: 0;
	  margin: auto;
	}
	.voicePage .mainBox {
	  padding: 0;
	}
	.voicePage .textBoxinner {
		min-height: 365px;
	}
  }
  
  @media screen and (max-width: 540px) {
	.voicePage .innerBox {
		display: block;
	}
	.voicePage .innerBox .voiceBox {
		width: 100%;
	}
	.voicePage .innerBox .photoBox {
	  width: 80%;
	  /* height: 350px; */
	}
	.voicePage .innerBox .textBox {
	  width: 80%;
	}
	.voicePage .textBoxinner {
		min-height: initial;
	}
	/* .voicePage .ribbon01 {
	  width: 90%;
	}
	.voicePage .ribbon01 h3 {
	  width: 90%;
	  font-size: 2.3rem;
	  line-height: 1.5;
	} */
	/* .voicePage .ribbon01:after {
	  bottom: -5px;
	  right: -45px;
	} */
	/* .voicePage .ribbon01:before {
	  bottom: -5px;
	  left: -45px;
	} */
  }
  
  @media screen and (max-width: 480px) {
	.voicePage .ribbon01 {
	  width: 90%;
	}
	.voicePage .ribbon01 h3 {
	  width: 90%;
	  font-size: 2.0rem;
	  line-height: 1.5;
	}
	/* .voicePage .ribbon01:after {
	  bottom: 0;
	  right: -50px;
	} */
	/* .voicePage .ribbon01:before {
	  bottom: 0;
	  left: -50px;
	} */
  }

/*------------------------------------------------------------
	STYLE archive
------------------------------------------------------------*/
.styleUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 1%;
}
.style_li {
	width: 24.25%;
	position: relative;
	transition: 0.5s;
}
.style_li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background: linear-gradient(180deg, transparent 70% , black 100%); */
	top: 0;
	left: 0;
	pointer-events: none;
}
.style_li img,
.style_li video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.style_li a p {
	display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: rgba(255,255,255,.8);
    padding: 0.125em 1em;
    float: left;
    white-space: nowrap;
    margin: 2px;
}
.style_li a p {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.style_list {
	margin-top: 50px;
}

@media all and (min-width: 897px) {
	.style_li:hover {
		transform: scale(1.05);
	}
}

.searchform {
    display: flex;
    justify-content: center;
	/* filter: drop-shadow(0px 0px 5px #B6915B); */
	margin-bottom: 50px;
}
.searchform input[type="text"] {
	color: #0F2540;
}
.searchfield {
	background: none;
    border: 2px solid #0F2540;
    border-right: none;
    width: 500px;
    height: 50px;
	padding: 0 10px;
    box-sizing: border-box;
	/* border-radius: 5px 0 0 5px; */
	border-radius: none !important;
}
.searchicon {
	background: none;
    color: #0F2540;
    cursor: pointer;
    height: 50px;
    border: 2px solid #0F2540;
    border-left: none;
    margin-left: -6px;
	/* border-radius: 0 5px 5px 0; */
}

.style-list {
	margin: 20px auto 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	justify-content: center;
}
.style-list li {
	width: 25%;
    height: 50px;
    box-sizing: border-box;
    outline: 1px solid;
    outline-color: #0F2540;
    outline-offset: 0px;
    /* border-radius: 5px; */
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.style-list li:before {
	position: absolute;
    content: "";
    background: #3d8fb554;
    width: 1px;
    height: 1px;
    opacity: 0;
    transition: 1s;
    z-index: -1;
    border-radius: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.style-list li a {
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	font-weight: 600;
}

@media all and (min-width: 897px) {
	.style-list li:hover {
		animation: light .5s forwards;
		filter: drop-shadow(0px 0px 10px #3d8fb554);
	}
	.style-list li:hover a {
		color: #000;
		font-weight: 500;
	}
	.style-list li:hover:before {
		width: 310px;
		height: 310px;
		opacity: 1;
	}
}


@media all and (max-width: 896px) {
	.style-list li {
		width: 32%;
	}
	.styleUl {
		gap: 10px 2%;
	}
	.style_li {
		width: 32%;
	}
}

/*------------------------------------------------------------
	STYLE single
------------------------------------------------------------*/
.single-wrap {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-photo {
	width: 48%;
}
.single-photo img,
.single-photo video {
    height: 100%;
	width: 100%;
    object-fit: cover;
}
.single-txt {
	width: 48%;
}
.single-txt h3 {
	font-size: 2.5rem;
	color: #0F2540;
}
.single-staff-wrap {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}
.single-staff-wrap h4 {
	color: #3d8fb5;
	font-size: 2rem;
	margin-bottom: 10px;
}
.single-staff {
	display: flex;
	position: relative;
}
.single-staff .single-staff-txt {
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.single-staff .single-staff-txt p {
	color: #0F2540;
}
/* .single-staff-txt h4 {
	color: #0F2540;
	margin: 0;
} */
.single-staff img {
	width: 150px;
}
.single-staff a img {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: -20px;
}
.randum-slider a {
	height: 100%;
}
.randum-slider a img,
.randum-slider a video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.randum-slider li {
    height: 100%;
}

@media all and (max-width: 896px) {
	.single-photo {
		width: 100%;
	}
	.single-txt {
		width: 100%;
	}
	.single-staff img {
		width: 250px;
	}
	.single-staff img {
		width: 250px;
	}
	.single-staff a img {
		right: initial;
		/* left: 270px; */
	}
}

@media all and (max-width: 600px) {
	.singleBox {
		padding: 0 24px 60px !important;
	}
	.single-staff-wrap {
		align-items: center;
	}
	.single-staff {
		flex-direction: column;
		text-align: center;
		padding-top: 0;
	}
	.single-staff a img {
		bottom: -30px;
		left: calc(50% - 20px);
	}
	.randum-slider li {
		margin: 5px 0;
	}
}


/*------------------------------------------------------------
	PRODUCT
------------------------------------------------------------*/
.products {
	text-align: center;
}

.related {
	width: 100%;
}

.products-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 1%;
	margin-bottom: 80px;
}
.products-list li {
	width: 24.25%;
    text-align: center;
}
.products-list li a {
	display: inline-block;
    width: 100%;
    position: relative;
}
.products-list li a:before {
	position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #B6915B50;
    border-radius: 50px;
    opacity: 0;
    transition: 0.5s;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
.products-list li a:after {
	position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background: #b1d2e1;
    top: -16px;
    left: 50%;
    /* transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg); */
}

@media all and (min-width: 897px) {
	.products-list li a:hover {
		filter: drop-shadow(0 0 10px #22222260);
	}
	.products-list li a:hover:before {
		opacity: 1;
		width: 50px;
		height: 50px;
	}
}

.product-category {
	margin-bottom: 50px;
}
.product-category h3 {
	font-family: 'Kaushan Script', cursive;
	font-size: 2.5rem;
	font-weight: inherit;
	letter-spacing: 1.5px;
	color: #fff;
    border-top: 1px solid #0F2540;
    border-bottom: 1px solid #0F2540;
    position: relative;
    display: inline-block;
    width: 300px;
    margin-bottom: 30px;
	background: #0F2540;
}
.product-category h3:before {
    position: absolute;
    content: "";
    border: 1px solid #0F2540;
    border-right: none;
    border-left: none;
    top: -15%;
    left: 0%;
    width: 100%;
    height: 126%;
	z-index: -1;
}
.products-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 1%;
}
.product-click {
	width: 24.25%;
	cursor: pointer;
	transition: 0.5s;
}
.product-box .price {
	text-align: right;
}

[id^="product-popup"] {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	border: 3px solid #0F2540;
}
[id^="product-popup"] .price {
	text-align: right;
}
[id^="product-popup"] .price {
	text-align: right;
}


.mfp-bg{
  opacity: 0;
  transition: opacity 0.8s;
}
.mfp-bg.mfp-ready{
  opacity: 0.8;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}

.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 0.8s;
}

.mfp-wrap.mfp-ready .mfp-content img {
	width: 100%;
	max-width: 440px;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media all and (min-width: 897px) {
	.product-click:hover {
		transform: scale(1.05);
	}
}

.ranking .ranking-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 1.25%;
	margin-top: 200px;
	align-items: flex-end;
}
.ranking .ranking-box {
	width: 20%;
	position: relative;
}
.ranking .ranking-box span {
	color: #0F2540;
	position: absolute;
    /* background: #0F2540; */
    width: 50px;
    height: 50px;
    font-size: 3rem;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 50px;
    line-height: 38px;
    text-align: center;
}

.ranking .ranking-box:first-child span {
	background: url(img/common/rank01.png);
	background-size: 90px;
    width: 90px;
    height: 90px;
	top: -100px;
    font-size: 4rem;
	font-family: 'Kaushan Script', cursive;
    line-height: 77px;
}
.ranking .ranking-box:nth-child(2) span {
	background: url(img/common/rank01.png);
	background-size: 90px;
    width: 90px;
    height: 90px;
	top: -100px;
    font-size: 4rem;
	font-family: 'Kaushan Script', cursive;
    line-height: 77px;
}
.ranking .ranking-box:nth-child(3) span {
	background: url(img/common/rank01.png);
	background-size: 90px;
    width: 90px;
    height: 90px;
	top: -100px;
    font-size: 4rem;
	font-family: 'Kaushan Script', cursive;
    line-height: 70px;
}
.ranking .ranking-box h3 {
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	color: #3a3232;
}

.ranking {
    padding: 80px 0 100px;
    background: url(img/index/bg01.jpg) no-repeat center left;
    background-size: cover;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

@media all and (min-width: 897px) {
	.ranking .ranking-box:first-child {
		order: 2;
	}
	.ranking .ranking-box:nth-child(2) {
		order: 1;
		width: 19%;
		transition-delay: 0.2s;
	}
	.ranking .ranking-box:nth-child(3) {
		order: 3;
		width: 19%;
		transition-delay: 0.3s;
	}
	.ranking .ranking-box:nth-child(4) {
		order: 0;
		width: 18%;
		transition-delay: 0.4s;
	}
	.ranking .ranking-box:nth-child(5) {
		order: 4;
		width: 18%;
		transition-delay: 0.5s;
	}
}

@media all and (max-width: 896px) {
	.ranking {
		background-size: contain;
		background-position: bottom;
	}
	.products-list li {
		width: 32%;
	}
	.product-category h3 {
		width: 100%;
		max-width: 600px;
	}
	.product-click {
		width: 32%;
	}
	.ranking .ranking-wrap {
		row-gap: 90px;
	}
	.ranking .ranking-box {
		width: 32%;
	}
}

@media all and (max-width: 700px) {
	.product-click {
		width: 49%;
	}
	.ranking .ranking-box {
		width: 49%;
	}
	.ranking .ranking-wrap {
		row-gap: 120px;
	}
}

@media all and (max-width: 500px) {
	.products-list li {
		width: 49%;
	}
	.product-click {
		width: 100%;
	}
	.ranking .ranking-box {
		width: 100%;
	}
}


/*------------------------------------------------------------
	CONCEPT
------------------------------------------------------------*/
.introductionPage img{
	/* border-radius: 15px; */
}
.introductionPage .introduction-wrap{
	margin: 80px 0 120px;
	position: relative;
}
/* .introduction-wrap:before {
    position: absolute;
    content: "";
    background: url(img/common/deco04.png)no-repeat center;
    background-size: contain;
    bottom: 0;
    right: 0;
    width: 171px;
    height: 209px;
    z-index: 0;
	transform: rotate(25deg);
} */
.introductionPage .introduction-wrap:befre{
	position: absolute;
	content: "";
}
.introductionPage .introduction-flex{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 50px;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}
.introduction-flex:nth-child(even){
	flex-direction: row-reverse;
}
.introduction-flex img{
	width: 40%;
	object-fit: cover;
}
.introduction-txt {
    width: 55%;
}
.introduction-txt h3{
	font-size: 2.5rem;
	padding: 40px 40px 0 0;
	color: #fff;
}
.introduction-txt p{
	padding: 40px;
	padding-left: 0;
}

/* .introductionPage .overview{
	display: flex;
	justify-content: space-between;
	position: relative;
} */
/* .introductionPage .overview:before {
    position: absolute;
    content: "";
    background: url(img/common/deco05.png)no-repeat center;
    background-size: contain;
    mix-blend-mode: multiply;
    bottom: 0;
    right: -6px;
    width: 140px;
    height: 220px;
    z-index: 1;
} */
/* .introductionPage .overview img{
	width: 48%;
}
.introductionPage .overview table{
	width: 48%;
	border-collapse: collapse;
}
.introductionPage .overview table tr:nth-child(odd) {
}
.introductionPage .overview table tr:nth-child(even) {
	border-bottom: 1px dashed rgb(37 61 87 / .4)
}
.introductionPage .overview table th,
.introductionPage .overview table td{
	padding: 5px 8px;
}
.introductionPage .overview table th {
	width: 114px;
	text-align: left;
} */
.introductionPage .galary{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.introductionPage .galary img{
	width: 22%;
}
.introductionPage .message{
	margin: 120px 0 120px;
}
.introductionPage .message_bg{
	background: url("img/common/message_bg.jpg")no-repeat left;
	background-size: cover;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.introductionPage .message h2{
	margin: 50px auto;
	max-width: 1116px;
	padding: 80px 50px 0;
	color: #333;
	font-family: inherit;
}
/* .introductionPage .message h2 span{
	font-family: 'Kaushan Script', cursive;
} */
/* .introductionPage .message h2:before,
.introductionPage .message h2:after{
	content: none;
} */
.introductionPage .message-flex{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 30px;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}
.message-flex:nth-child(even){
	flex-direction: row-reverse;
}
.message-flex img{
	width: 40%;
	object-fit: cover;
}
.message-txt {
    width: 55%;
}
.message-txt h3{
	font-size: 2.5rem;
	padding: 40px 40px 0 0;
	color: #333;
}
.message-txt p{
	padding: 40px 40px 0 0;
	/* padding-left: 0; */
	color: #333;
}
.message-flex:nth-child(5) .message-txt p {
	padding: 40px 40px 80px 0;
}

/* .introductionPage .message p{
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 50px;
	line-height: 27px;
}
.introductionPage .message .name{
	text-align: right;
	margin-top: 50px;
	padding: 0 50px 80px;
} */
@media all and (max-width: 950px) {
	.introductionPage .introduction-flex,.introduction-flex:nth-child(even){
		flex-direction: column;
	}
	.introduction-flex img{
		width: 100%;
	}
	.introduction-txt{
		width: 100%;
	}
	.introduction-txt h3{
		padding: 20px 0 0;
	}
	.introduction-txt p{
		padding: 20px 0 0;
	}
	.introduction-txt br{
		display: none;
	}
	.introductionPage .overview{
		flex-direction: column;
	}
	.introductionPage .overview img,
	.introductionPage .overview table{
		margin: 10px 0;
		width: 100%;
	}
	.introductionPage .galary{
		justify-content: space-between;
	}
	.introductionPage .galary img{
		width: 49%;
		margin-bottom: 15px;
	}
	.introductionPage .introduction-wrap{
		margin-bottom: 50px;
	}
	.introductionPage .message{
		margin: 0 auto 50px;
	}
	.introductionPage .message-flex,.message-flex:nth-child(even){
		flex-direction: column;
	}
	.imessage-flex img{
		width: 100%;
	}
	.message-txt{
		width: 100%;
	}
	.message-txt h3{
		padding: 20px 20px 0;
	}
	.message-txt p{
		padding: 20px 20px 0;
	}
	.message-flex:nth-child(5) .message-txt p {
		padding: 20px 20px 40px;
	}
	.message-txt br{
		display: none;
	}
}
@media all and (max-width: 550px) {
	.introductionPage .galary img{
		width: 100%;
	}
}
/*------------------------------------------------------------
	Article
------------------------------------------------------------*/
.newsPage_inner{
	display: flex;
	align-items: flex-start;
}
.newsPage_item{
	width: 70%;
}
.news_title{
	font-size: 2.5rem;
}
.news_txt{
	margin-left: 20px;
    background: #333;
    padding: 40px;
    width: 60%;
}
.newsPage_item_widget{
	padding: 40px;
    width: 20%;
	background: url(img/common/main_bg2.png),rgba(255, 255, 255, .3);
    /* background: #b1d2e1; */
	/* background: url(img/common/includes_header_bg.jpg) repeat center center, #73a5b6; */
    background-blend-mode: multiply;
	position: relative;
}
/* .newsPage_item_widget:before {
    position: absolute;
    content: "";
    background: url(img/common/deco04.png)no-repeat center;
    background-size: contain;
    width: 152px;
    height: 158px;
    bottom: -34px;
    right: -40px;
    transform: rotate(30deg);
} */
.archivePage .news_li a{
	display: flex;
}
.archivePage .news_li img{
	width: 20%;
	object-fit: cover;
}
.title-wrap {
    display: flex;
    align-items: center;
}
.new_recent{
	margin-left: 10px;
    background: #3d8fb5;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
}
.news_content{
	margin-top: 20px;
}
.news_li{
	margin: 0 0 20px;
}
.widget-title{
	font-size: 2rem;
    /* font-weight: 600; */
    color: #fff;
    text-align: center;
}
.widget-title svg {
    color: #fff;
    font-size: 1.5rem;
}
.widget_archive ul {
    margin-top: 20px;
    padding: 10px 20px;
    background: #fff;
}
.widget_archive li{
	position: relative;
	margin: 30px auto;
}
.widget_archive li:after{
	position: absolute;
    content: "";
	border-bottom: 1px dashed rgb(37 61 87 / .4);
    /* border-bottom: 1px solid #b1d2e1; */
    bottom: -15px;
	left: 50%;
    transform: translateX(-50%);
    width: 105%;
}
.widget_archive li:last-child:after{
	border: none;
}
.singleBox{
	/* width: 60%; */
	/* background: #fff; */
	background: rgb(255 255 255 / .7);
	padding: 40px;
}
.singlePage .news{
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
}
.single_txt{
	margin: 50px auto;
}
.singlePage h2:before, .singlePage h2:after {
	display: none;
}
.single_txt h3{
	font-size: 2.5rem;
	margin-bottom: 30px;
	color: #333;
}
.single_txt h2{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #333;
	font-size: 3.2rem;
}
.single_txt p{
	color: #333;
	margin-bottom: 30px;
}
.single_txt p .woocommerce-Price-amount {
	display: block;
}
.related .woocommerce ul.products li.product .price {
	color: #333;
}
.woocommerce .woocommerce-product-details__short-description p {
	display: none;
}
.single_txt .posted_in {
	color: #333;
}
.pageNavi{
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 950px) {
	.newsPage_inner{
		flex-direction: column;
	}
	.newsPage_item{
		width: 100%;
	}
	.archivePage .news_li a{
		flex-direction: column;
	}
	.singlePage .news{
		flex-direction: column;
	}
	.news_txt{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0 40px;
		text-align: center;
	}
	.title-wrap{
		justify-content: center;
		flex-direction: column-reverse;
	}
	.new_recent{
		margin-left: 0;
	}
	.archivePage .news_li img{
		width: 100%;
		height: 400px;
	}
	.singleBox{
		width: 90%;
		padding: 0 24px 40px;
		margin: 0 auto;
	}
	.news_date,.single_txt,.pageNavi{
		padding: 20px 0;
	}
	.single_txt{
		margin: 0 auto;
	}
	.single_txt h3 {
		font-size: 1.8rem !important; 
	}
	.single_txt h2 {
		font-size: 2.2rem !important;
	}
	.newsPage_item_widget {
		margin: 50px auto;
		padding: 20px 0;
		width: 100%;
	}
	.widget_archive ul{
		margin: 20px;
	}
	.news_li{
		margin-bottom: 40px;
	}
}

/************************************
** ローディングアニメーション
************************************/
/* 画面全体の設定 */
#loader_wrap {
    z-index: 9999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 110vh;
    top: -10%;
    background: #fff;
    pointer-events: none;
    transition: all 0.5s;
}

/* ローディングアニメーションの設定 */
.loader {
    width: 20%;
    height: 100vh;
    background: url(img/common/logo.png) #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    opacity: 0;
    animation: blinkAnime 3s infinite linear;
}

@keyframes blinkAnime {
	0% {opacity: 0;}
	50% {opacity: 1; }
	100% {opacity: 1; }
}

@media screen and (max-width:768px) { 
	.loader {
		width: 30%;
	}
}