@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');

/*使用カラー
#79bebb; green
rgb(121, 190, 187); green rgb

#f0f7f7; thin-green;
rgba(121, 190, 187, 0.1); thin-green rgb

#ffec6a; yellow
rgba(255, 236, 106, 1);
*/

* {
	box-sizing: border-box;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6rem;
	line-break: normal;
	line-height: 1.7;
	color: #515151;
	width: 100%;
	overflow-x: hidden;
	min-width: 1000px;
}
a.links {
	color: #79bebb;
}
.en {
	font-family: 'Source Code Pro', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.enB {
	font-family: 'Source Code Pro', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.enC {
	font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	letter-spacing: 0.1em;
}

.single strong {
		font-weight:bold;
background: -moz-linear-gradient(transparent 50%, #ffcd59 50% );
background: -webkit-linear-gradient(transparent 50%, #ffcd59 50% );
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, transparent), color-stop(0.5, #ffcd59));
background: -o-linear-gradient(transparent 50%, #ffcd59 50% );
background: linear-gradient(transparent 50%, #ffcd59 50% ) ;
}


.pc {
}

@media screen and (min-width: 770px) {
	.sp {
		display: none !important;
	}
}
.isFull {
	display: block;
}

.is990 {
	display: none !important;
}

a {
	text-decoration: none;
	color: #515151;
	cursor:pointer;
}

img {
	vertical-align: top;
}

.links {
	text-decoration: underline;
}
@media screen and (min-width: 1024px) {
.links:hover {
	text-decoration: none;
}
}

.imgWrap .wp-post-image,
.reImg {
	width: 100%;
	height: auto;
}
.wp-post-image,
.reImg02 {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 1024px) {
a:hover img {
	opacity: 0.7;
}
}

.modP {
	margin-bottom: 1em;
}

.modP:last-child {
	margin-bottom: 0;
}
.contentNotice {
	font-size: 12px;
	font-size: 1.2rem;
}
.contentText strong,
.contentNotice strong {
	font-weight: bold;
}
.contentText i ,
.contentNotice i {
	font-style: italic;
}
.contentText p,
.contentNotice p {
	margin-bottom: 1em;
}
.contentText p:last-child,
.contentNotice p:last-child {
	margin-bottom: 0;
}
.contentText + .btnA {
	margin-top: 1em;
}

/*header*/

.siteHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height:80px;
	background:#ffffff;
}

.siteHeaderInner {
	position: relative;
	height:inherit;
}

.siteHeaderInner .logo {
	font-size:1.5rem;
	line-height:1;
	text-align:left;
	padding-left:2em;
	max-width:300px;
	width:100%;
}
@media screen and (max-width: 860px) {
	.siteHeaderInner .logo {
		padding-left:1em;
	}
}
.siteHeaderInner .logo a {
	display:inline-block;
	text-align:center;
}
.siteHeaderInner ul {
	height:inherit;
	font-size:1.4rem;
}
.siteHeaderInner ul li a {
	height:100%;
	padding:0 1em;
	font-weight:bold;
}

.siteHeaderInner ul li a:hover {
	opacity:0.7;
}

.siteHeaderInner ul#nav {
	margin:0 20px 0 auto;
}

@media screen and (max-width: 1500px) {
	.siteHeaderInner ul li a {
		padding:0 10px; 
	}
}

.hum {
	position: absolute;
	right: 0;
	top: 0;
}

.hum a {
	display: block;
	width: 80px;
	height: 80px;
	background: #454545;
	text-align: center;
	padding-top: 35px;
}

#hum {
	display: none;
}

.modaal-container {
	background-color: rgba(69, 69, 69, 0.5);
}

.modaal-content {
	padding-left: 0%;
	min-height: 100%;
}

.humNavi {
	padding-top: 50px;
}

.humNavi .none {
	display:none;
}

.humNavi .en {
	display: block;
	font-size: 3rem;
	line-height: 1.4;
}

.modaal-content-container {
	background: rgba(121, 190, 187, 0.7);
	min-height: 100vh;
	text-align: center;
}

.humNavi li a {
	color: #fff;
	display: block;
	font-size:2.0rem;
	font-weight:bold;
	line-height: 1.3;
}

@media screen and (min-width: 1024px) {
.humNavi li a:hover .en, .humNavi li a:hover {
	opacity: 0.7;
}
}

.humNavi li {
	margin-bottom: 30px;
}

.closeBT {
	position: fixed;
	right: 0;
	top: 0;
	display: block;
	padding: 27px;
	cursor: pointer;
}

.reserve {
	position:absolute;
	top: 0;
	right: 80px;
}

.reserve a {
	background:#ffec6a;
	color:#333333;
	width: 220px;
	height: 80px;
	text-align: center;
	font-size:2.0rem;
}


.logo img, .footLogo img {
	max-width:300px;
	max-height:70px;
	width:auto;
	height:auto;
}
.headerTel {
	position: absolute;
    right: 300px;
	padding:0 30px;
	height:inherit;
	text-align:center;
	font-weight:bold;
	line-height:1;
	background:#ffffff;
}
@media screen and (max-width: 860px) {
	.headerTel{
		padding:0 10px;
	}
}
.headerTel p {
	font-size:1.2rem;
	padding-bottom:2px;
}
.headerTel ul.headerTelNumber li {
	color:#79bebb;
	font-size:2.8rem;
	padding:1px 0;
}
.headerTel a {
	height:100%;
	width:60px;
}

@media screen and (min-width: 1024px) {
.reserve a:hover {
	background: #454545;
	color: #fff;
}
}

.reserve .bgCircle {
	display: block;
	background: #454545;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

.reserve .en {
	display: block;
	line-height: 1;
	margin-bottom:-0.2em;
}

.reserve .jp {
	font-size:1.8rem;
	font-weight:bold;
	padding-left:0.5em;
	line-height:1;
}

.waveWrap {
	position: relative;
	margin-top: -70px;
}

.waveWrap svg {
	height: 120px;
	width: 100%;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 2;
}

.mainVisual {
	position: relative;
	padding: 80px 0 0 0;
	border-bottom: 4px solid #79bebb;
}

.mainVisual .lead {
	/*font-size:11rem;*/
	font-size: 8.5vw;
	position: absolute;
	bottom: -0.05em;
	left: -10px;
	color: #79bebb;
	line-height: 1;
}

.leadBG, .voiceBG {
	position:absolute;
	top:140px;
	left:0;
	width:100%;
	height:500px;
	background:url(../img/bg_voice.jpg) center top / 100% auto no-repeat;
	z-index:-1;
}
.leadBG {
	padding-top:0;
	top:0;
	height:600px;
	background:url(../img/bg_lead.jpg) center top / 100% auto no-repeat;
}
/*wrap*/

.bgColor {
	background: #f0f7f7;
}
.bgColorB {
	background: rgba(121, 190, 187, 0.1);
}
section {
	position:relative;
	padding:0px;
}
section.contact {
	padding:0;
}
#contact {
	background:rgba(121, 190, 187, 0.1);
}
.mainWrap {
	max-width:calc(1000px + 2em);
	width:100%;
	margin: 0 auto;
	padding:3em 1em;
}
.mainWrap.blogListWrap li{
	padding:0 0.5em;
	-ms-flex:1;
	flex:1;
}
.mainWrap.access {
	max-width:1000px;
}

 .mainWrap.form , .formWrap{
	max-width:1000px;
	padding:0em;
}

.leadWrap, .troubleWrap {
	max-width:800px;
	width:100%;
	margin: 0 auto;
	padding:40px 1em 0 1em;
	position:relative;
}
.leadWrap ul, .troubleWrap ul {
	width:100%;
}
.ctaWrap {
	padding:0;
}
.ctaWrap .bg {
	position:relaive;
	padding:50px;
}
.ctaInner {
	max-width:850px;
	width:100%;
	margin:0 auto;
}
.ctaWrap .ctaTll{
	background: #ffec6a;
	padding:1em 0;
}
.ctaWrap a{
}

.ctaWrap a:hover {
	opacity:0.9;

}
.ctaWrap span {
}
.cntWrap.faq {
	width: 800px;
}

.bottomWrap {
}

.bottomWrapB {
	padding: 0 0 0 0;
}

.reasonWrap, .fapWrap {
	position:relative;
	padding:1.8em;
	background: #ffffff;
	width:100%;
	margin-bottom:80px;
}
.reasonWrap:last-child {
	margin-bottom:40px;
}
.reasonWrap div.left {
	padding:0;
	max-width:420px;
	width:100%;
}
.menuWrap dt {
	position:relative;
	cursor:pointer;
	margin-bottom:30px;
	transition:all 0.3s linear;
}
.menuWrap dt.act {
	margin-bottom:0px;
}
.menuWrap dt:after {
	content:"＋";
	position:absolute;
	width:80px;
	height:100%;
	top:0;
	right:0;
	z-index:1;
	line-height:160%;
	text-align:center;
	font-size:5.0rem;
	transition:all 0.3s linear;
}
.menuWrap dt.act:after {
	transform:rotate(45deg);
}
.menuWrap dd {
	width:100%;
	padding:0 20px 40px;
	margin:0px auto 0 auto;
	display:none;
}
.bottomWrap, .voiceWrap, .priceWrap {
	background:rgba(121, 190, 187, 0.1);
	margin-bottom:5px;
	padding:1em 2em;
}
.bottomWrap, .voiceWrap {
	border-radius:10px;
	margin-bottom:25px;
	padding:30px;
}
.voiceWrap {
	padding:30px 40px;
}
.priceWrap {
	font-weight:bold;
}
.priceWrap p.left {
	width:80%;
}
.priceWrap p.right {
	width:20%;
	text-align:center;
}

.leadWrapBox {
}

.doubtWrap .troubleWrap {
	z-index:0;
	margin-top:40px;
}

.doubtWrap figure.imgTrouble:nth-child(1) {
	top:2%;
}

.doubtWrap figure.imgTrouble:nth-child(2) {
	top:5%;
}

.arrowDown {
	text-align:center;
	color:#d8eceb;
	font-size:8rem;
}

.txBoxx {
	margin:1em 0 2em;
}

.imgUl li {
	position: relative;
	padding: 1.8em;
	background: #ffffff;
	width: 100%;
	margin-bottom: 50px;
}

.imgUl li:last-child {
	margin-bottom:0;
}

.imgUl  div.left {
	padding: 0 0 0  30px;
    max-width: 420px;
    width: 100%;
}

.imgUl  .ttlReason {
	margin-bottom:20px;
}


.doubtWrap  .troubleBox {
	background:#fff;
}

.doubtWrap  {
	padding-bottom:100px;
}

.bottomWrap {
	max-width:700px;
	margin:20px auto 30px auto;
	font-weight:bold;
	font-size:2.0rem;
	border:5px solid rgba(121, 190, 187, 0.3);

}
.voiceWrap > p {
	font-weight:bold;
}
.voiceWrap div {
	padding-top:1em;
}
.infoWrap {
	border-radius:10px;
	overflow:hidden;
	margin-bottom:30px;
}
.infoWrap iframe {
	width:100%;
	height:100%;
}
.infoWrap > *, .shipWrap > * {
	max-width:500px;
	width:100%;
	margin: 0 auto;
}
.infoWrap > div, .shipWrap > div {
	padding:45px;
}
.infoWrap p {
}
.infoWrap p.en {
	line-height:1;
}
.infoWrap p.telno, .infoWrap p.telno a{
	font-size:4.0rem;
	color: #79bebb;
	text-decoration:none;
	letter-spacing:0;
	line-height:1;
}
.infoWrap hr {
	border:none;
	border-top:1px solid #79bebb;
	height:1px;
	line-height:1;
	margin:1.5em 0 1em 0;
}
address dl dt{
	font-weight:bold;
}
address dl dd {
	padding-bottom:1em;
}
address dl > dd:last-child {
	padding-bottom:0;
}
.menuNum {
	max-width:100px;
	width:100%;
	height:auto;
	background: #79bebb;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:1.4rem;
	line-height:1;
	padding:1em 0;
}
.menuNum span {
	font-size:4rem;
}
.reasonNumWrap {
	position:absolute;
	top:0em;
	left:0;
	width:100%;
}
.reasonNum {
	position:absolute;
	top:-40px;
	z-index:1;
	max-width:100px;
	width:100%;
	height:100px;
	background: #79bebb;
	border-radius:100%;
	color:#ffffff;
	font-weight:bold;
}
.reasonNum+p.shadow{
	position:absolute;
	top:-40px;
	z-index:0;
	max-width:100px;
	width:100%;
	height:100px;
	margin-left:3px;
	margin-top:3px;
	background: #086e67;
	border-radius:100%;
}
.reasonNum .txt {
	text-align:center;
	line-height:1;
	font-size:4rem;
	padding-bottom:0.4em;
	position:relative;
	z-index:1;
}
.reasonNum .txt span {
	font-weight:normal;
	font-size:0.3em;
}

 .faqNum {
	background: #79bebb;
	color:#fff;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin-right:1em;
	font-size:2.4rem;
 }

/*ttl*/

.ttlA, .ttlB {
	font-size: 4rem;
	letter-spacing: 0.1em;
	text-align:center;
	background: #79bebb;
	color:#ffffff;
	line-height:1;
	padding:0.8em 0.5em;
	font-weight:bold;
}
.ttlA > span.sub {
	position:relative;
	display:inline-block;
	font-size: 1.8rem;
	padding:1em 0 0 0;
	letter-spacing:0.1em;
	line-height:1;
	font-weight:normal;
}
.ttlA > span.sub:before, .ttlA > span.sub:after {
	content:"";
	position:absolute;
	top:1.5em;
	left:-2.5em;
	width:1.5em;
	height:1px;
	border-top:1px solid #ffffff;
}
.ttlA > span.sub:after {
	left:auto;
	right:-2.5em;
}

.ttlB {
	font-size: 3.4rem;
	background: #ffec6a;
	color:#333333;
	padding:1.3em 0.5em;
}

.ttlC {
	font-size: 3rem;
	padding-bottom:10px;
	color: #79bebb;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.1em;
	margin:0 auto;
}
.ttlC span {
	position:relative;
	display:inline-block;
	font-size:0.5em;
}
.ttlC span::before, .ttlC span::after {
	content:"";
	position:absolute;
	top:50%;
	left:-2.5em;
	width:1.5em;
	border-top:1px solid #79bebb;
	height:1px;
}
.ttlC span::after {
	left: unset;
	right: -2.5em;
}
.ttlC.cta {
	color:#333333;
	padding:0.5em 0;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}
.ttlC.cta span::before, .ttlC.cta span::after {
	border-top:1px solid #333333;
}
.ttlD {
	padding:0.5em 0.5em 0.5em 1em;
	background: rgba(121, 190, 187, 0.2);
	font-size: 2.5rem;
	font-weight:bold;
	max-width:100%;
	width:100%;
	line-height:1.5;
}

.ttlE, .ttlF {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	height:250px;
	font-weight:bold;
}
.ttlF {
	height:auto;
	padding:0 0 1em 0;
	color:#79bebb;
}

.ttlCTA {
	font-size:4rem;
	letter-spacing:0.2em;
}

.ttlVoice, .ttlMenu {
	font-size:2.6rem;
	color:#79bebb;
	letter-spacing:0.1em;
	font-weight:bold;
	padding:20px 0 0 0;
}
.ttlReason {
	color:#79bebb;
	font-size:2.6rem;
	font-weight:bold;
	line-height:1.5;
}
.ttlFaq {
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.5;
}
.ttlInfo {
	font-size:3.0rem;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.1em;
}
.ttlD .en {
	display: block;
	font-size: 4rem;
}

.ttlD .jp {
	position: relative;
	text-align: center;
}

.ttlD .jp:after, .ttlD .jp:before {
	content: " ";
	width: 40px;
	height: 1px;
	display: inline-block;
	background: #454545;
	vertical-align: top;
	margin-top: 10px;
}

.ttlD i {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	font-size: 1.6rem;
}


.pageTtl {
	position:absolute;
	top:80px;
	width:100%;
	height: calc(100% - 80px);
	z-index: 3;
	padding:0 150px;
}
.pageTtl img {
	max-width:1000px;
	width:100%;
}

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

.pageTtl img {
	width:90%;
}

}

.pageTtl .upper , .pageTtl .mvList {
	background:#2f9791;
}
.pageTtl .upper {
	padding:20px 30px;
	border-radius:10px;
}

.pageTtl .mvList {
	width:220px;
	border-radius:2em;
	padding:0.8em;
	border:2px solid #ffffff;
	text-align:center;
	color:#ffffff;
	line-height:1.2;
	margin:0.5em;
	letter-spacing:0.1em;
	letter-spacing:0;
}
.pageTtl .mvTtl {
	font-size:2.6em;
	padding:20px 0;
	line-height:1.2;
	border-top: 1px solid #ffec6a;
	border-bottom: 1px solid #ffec6a;
}
.pageTtl .mvTtl span {
	color:#ffec6a;
	font-size:1.8em;
}

.pageTtl .wrap {}

.pageTtl .en {
	display: block;
	font-size: 3.4rem;
	color: #79bebb;
}


/*btn*/
article.btnA {
	padding:0 1em;
}

.btnA a, input.formBtn {
	max-width: 320px;
	width:100%;
	display: inline-block;
	border: 2px solid #79bebb;
	color: #79bebb;
	text-align: center;
	font-size: 1.6rem;
	background:#ffffff;
	padding:1.2em 0;
	font-weight:bold;
}

.btnA a {
	margin-bottom:5em;
}

.btnCta a{
	text-align:center;
	margin:1em auto 0 auto;
	padding:1em;
	font-size:2.0rem;
	border-radius:4rem;;
	background:#ffec6a;
	max-width:400px;
	width:100%;
}
.btnCta a p.icon {
	background: #fbe43e;
	border-radius:100%;
	width:2em;
	height:2em;
	line-height:1;
	margin-right:0.5em;
}

.ctaWrap .fas {
	font-size:2.0rem;
}
.ctaWrap .txt {
	text-align:center;
	color: #ffffff;
	padding:1em 1em 0 1em;
	font-weight:bold;
}
.ctaWrap .upperTxt {
	display:inline-block;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height: 1.5;
}

@media screen and (min-width: 1024px) {
.btnA a:hover {
	transition: all 0.1s linear;
	background: #79bebb;
	color: #fff;
}
}

.center a {
	margin: 30px auto 0 auto;
}

.btnB a {
	width: 150px;
	height: 40px;
	display: block;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 38px;
	font-size: 1.4rem;
	margin-left: auto;
	margin-right: auto;
}
.btnB a:visited {
	color: #fff;
}
@media screen and (min-width: 1024px) {
	.btnB a:hover {
		background: #fff;
		color: #454545;
	}
}
/*figure*/
figure.imgLead, figure.imgTrouble {
	position:absolute;
	max-width:350px;
	width:100%;
	height:350px;
	border:4px solid rgb(121, 190, 187, 0.2);
	border:4px solid #f0f7f7;
	border-radius:50%;
	overflow:hidden;
	z-index: -1;
}
figure.imgLead:nth-child(1) {
	top:-3em;
	right:-300px;
}
figure.imgLead:nth-child(2) {
	bottom:1em;
	left:-300px;
}

figure.imgTrouble:nth-child(1) {
	top:-5%;
	left:-300px;
}
figure.imgTrouble:nth-child(2) {
	top:25%;
	right:-300px;
	max-width:400px;
	height:400px;
}
figure.imgTrouble:nth-child(3) {
	top:60%;
	left:-300px;
}

figure.imgReason {
	max-width:calc(500px - 1em);
	width:100%;
	height:auto;
	overflow:hidden;
}
figure.imgMenu {
	width:100%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
}
figure.imgMiddle {
	width:calc(100% / 4);
}

#reason .mainWrap {
	margin-top:50px;
}


/*txtBox*/
.txtBox {
	width:100%;
	line-height:2;
}
ul.lead {
	max-width:800px;
	width:100%;
}
.leadTxt {
	display:flex;
	display:-ms-flex;
	align-content:center;
	-ms-align-content:center;
	background: #eeeeee;
}
.leadTxt p {
	min-width:100px;
	width:100px;
	min-height:100px;
	background: rgba(121, 190, 187, 1);
}
.leadTxt p{
	font-size:3rem;
	color:#ffffff;
}
.leadWrap {
}
.leadTl {
	font-size:2rem;
	color: #79bebb;
	font-weight:bold;
	line-height:1.5;
	padding:0.5em 20px;
}
.leadTl+div {
	font-size:1.8rem;
	padding:0 20px 1em 20px;
	line-height:1.6;
}
.txtLogo {
	font-size:3.0rem;
	font-weight:bold;
}
.txtLogo+span.en {
	font-size:1.4rem;
}
.oneBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.pages.oneBox {
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}

.imgBox {
	width: 50%;
	position: relative;
}

.oneBox:nth-child(odd) .imgBox {
	padding-right: 2.5%;
}

.oneBox:nth-child(even) .imgBox {
	padding-left: 2.5%;
	order: 1;
}

.pages.oneBox:nth-child(odd) .imgBox, .pages.oneBox:nth-child(even) .imgBox {
	padding-left: 0;
	order: 0;
	padding-right: 2.5%;
}

.txtBox {
}


/*縦幅固定角丸*/

.imgStyle03 {
	border-top-left-radius: 220px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 220px;
}

.eyeCatching {
	border-radius: 50%;
	background: #454545;
	display: block;
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	color: #79bebb;
	font-size: 2rem;
	position: absolute;
}

.oneBox:nth-child(odd) .eyeCatching {
	top: -30px;
	left: -30px;
}

.oneBox:nth-child(even) .eyeCatching {
	bottom: -30px;
	right: -30px;
}

.bottomWrapB .eyeCatching {
	color: #fff;
}

.pages .eyeCatching {
	position: static;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	font-size: 1.6rem;
}

.pages .eyeCatching .enC {
	font-size: 3rem;
	line-height: 1.2;
}

.pages.oneBox .ttlA {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.txtBoxouter {
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
	padding: 3px 0;
}

.txtBoxInner {
	padding: 20px 20px 20px 10px;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

.staff .txtBoxInner {
	padding: 20px 20px 20px 0;
}


/*oneColumnWrap*/

.oneColumnWrap {
	width: 1000px;
	margin: 0 auto;
}
.mw1000 {
	width: 100%;
	max-width: 1000px;
	height: auto;
}

/*infoUl*/

.infoUl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.infoUl li {
	width: 48%;
}
.infoUl li img {
	margin-bottom: 15px;
}


/*dl*/

.dlA {
	font-size: 1.6rem;
}

.dlA dt {
	font-weight: bold;
}

.dlB {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;
}
.dlB.title + .dlB {
	margin-top: 0;
}
.w600 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 600px;
}
.privacyWrap .dlB {
	margin-top: 20px;
}

.dlB dt {
	background: #d2dee3;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}

.dlB dd {
	border-bottom: 1px solid #454545;
	padding: 10px 0;
	width: 100%;
	display: block;
}
.menuWrap .dlB dd {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}
.dlB dd p {
	margin-bottom: 1.5em;
}
.dlB dd p:last-child {
	margin-bottom: 0;
}
.dlB dd .itemName {
	text-align: left;
}
.dlB dd .price {
	text-align: right;
}

.dlB dd small {
	display: block;
}

.dlB li {
	margin-bottom: 15px;
	padding-left: 2em;
	text-indent: -2em;
}

.dlB li li {
	margin: 15px 0 15px 1.5em;
}

.dlB .number {
	font-style: normal;
	font-weight: bold;
	width: 2em;
	white-space: nowrap;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .content {
	width: 100%;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}

.dlB .one {
	margin-bottom: 15px;
	display: block;
}

.privacy .dlB dd {
	border-bottom: none;
}
.txtBoxouter + .dlC {
	margin-top: -20px;
}
.dlC {
	width: 100%;
	border-bottom: 1px solid #454545;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.dlC dt {
	font-weight: bold;
	width: 40%;
	font-size: 1.4rem;
}

.dlC dd {
	width: 60%;
	font-size: 1.4rem;
	margin-bottom: 0.5em;
}


/*fourCnt*/

.fourCnt {
	padding: 0 5%;
	font-size: 0;
	text-align: center;
}

.fourCnt .boxList li {
	display: inline-block;
	width: 23%;
	margin-right: 2%;
}

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

.fourCnt .box {
	position: relative;;
}
.fourCnt .box figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


/*fiveCnt*/

.fiveCnt {
	padding: 0 5%;
}
.feedWrap #sb_instagram #sbi_load {
	font-family: 'Source Code Pro', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.feedWrap #sb_instagram #sbi_load a.sbi_load_btn {
	width: 250px;
	height: 50px;
	padding: 0;
	margin: 25px auto 0;
	display: block;
	border: 1px solid #454545;
	border-radius: 25px;
	color: #454545;
	background-color: transparent;
	text-align: center;
	line-height: 48px;
	font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
.feedWrap #sb_instagram #sbi_load a:hover {
	background: #454545;
	color: #fff;
}
}

/*staff*/
.nameInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.nameLabel {
	font-size: 2.4rem;
	font-weight: bold;
}
.nameLabel .enB {
	font-size: 1.4rem;
	vertical-align: baseline;
	margin-right: 10px;
}

.nameLabel .jp {
	border-right: 1px solid #454545;
	padding-right: 10px;
	margin-right: 10px;
}

.nameWrap {
	display: table;
}

.pages .nameWrap .eyeCatching {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
.pages .nameWrap .eyeCatching:hover {
	background: #fff;
	color: #454545;
}
}

@media screen and (min-width: 1024px) {
.pages .nameWrap .eyeCatching:hover a i {
	color: #454545;
}
}

.nameWrap .subTxt {
	display: block;
	margin-top: 10px;
	font-size: 1.6rem;
}


/*bloglist*/

/*blog*/
.bread {
	font-size:1.6rem;
	padding:0.8em 0;
	border-bottom:1px solid #888888;
}
.bread.btm {
	border-top:1px solid #888888;
}
.bread > div {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:0 1em;
}
.bread.btm > div{
	max-width:2000px;
}
.bread * {
	line-height:1.4;
}
.bread a {
	white-space:nowrap;
}

.blogInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.blogInner > article {
	max-width:700px;
	width:100%;
	padding-right:2em;
}
.blogInner .blogListWrap {
	width: calc(70% - 20px);
}
.blogInner .blogListWrap .blogArticleList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.blogInner .blogListWrap .blogArticleList li {
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
.blogArticleList .imgWrap img {
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.blogArticleList li a:hover {
		opacity: 0.7;
	}
}


.blogListWrap {
	max-width:850px;
}
.blogArticleList .meta {
	margin-bottom: 5px;
}
.blogArticleList .imgWrap {
	display:inline-block;
	overflow:hidden;
}
.blogListWrap .category a, .subWrap .category a, .headingWrap .category a{
	background: rgba(121, 190, 187, 1);
	font-style: normal;
	color: #fff;
	padding: 5px;
	display: inline-block;
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	.blogListWrap .category a:hover , .subWrap .category a:hover{
		background: rgba(121, 190, 187, 0.5);
	}
}
.blogListWrap .category a, .subWrap .category a, .headingWrap .category a{
	color: #fff;
}
.blogArticleList time {
	margin-left: 10px;
	font-size: 1.4rem;
}
.blogInner .subWrap {
	width: calc(30% - 20px);
}
.blogArticleList .blogTtl {
	font-size: 1.6rem;
	line-height:1.5;
	padding-top:0.5em;
}
.latest time {
	display: block;
	font-size: 1.3rem;
	color: rgba(121, 190, 187, 1);
}
.latest li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.latest li a:hover .jpSerifB {
		text-decoration: underline;
	}
}
.seoTtl02 {
	font-size: 1.8rem;
}
.blogSingle .subWrap {
	margin: 80px 0 100px 0;
}
.blogSingle .subWrap .subTtls {
	font-size: 2rem;
	letter-spacing: 0.1em;
}
.blogSingle .category a {
	background: rgba(121, 190, 187, 1);
	font-style: normal;
	color: #fff;
	padding: 5px;
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 10px;
}
@media screen and (min-width: 768px) {
	.blogSingle .category a:hover {
		background: var(--color02);
	}
}
.blogSingle .singleTtl {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
.snsWrap {
	background: #f2f2f2;
	padding: 20px;
	margin: 40px 0;
}
.addtoany_shortcode {
	text-align: center;
}

/*ページャー*/

.pagination .page-of {
	display: none;
}
.pagination-box {
	text-align: center;
	margin-bottom: 50px;
}
.pagination-box span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	background: rgba(121, 190, 187, 1);
	color: #fff;
	font-size: 1.4rem;
}
.pagination-box span:last-child {
	margin-right: 0;
}
.pagination-box span.link {
	background: none;
}
.pagination-box a {
	color: rgba(121, 190, 187, 1);
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid rgba(121, 190, 187, 1);
}
.subWrap .subTtls {
	border-bottom: 1px solid #79bebb;
}
.subWrap .categoryDl li {
	display: inline-block;
}
.subWrap .category a {
	margin:0.5em 5px 0 0;
}
@media screen and (min-width: 768px) {
	.pagination-box span.link:hover {
		background: rgba(121, 190, 187, 1);
		color: #fff;
	}
	.pagination-box span.link:hover a {
		color: #fff;
	}
}

.snsWrap {
	padding: 0 30px 30px;
	background: #f2f2f2;
	margin-top: 40px;
	text-align: center;
}

.snsWrap .ttlF span {
	display:block;
	font-size:1.6rem;
}


/*footer*/

.footLogo {
	padding:50px 0 0;
	text-align: center;
	position: relative;
	line-height:1;
}

.footLogo:before {
	content: none;
	width: 100%;
	height: 1px;
	display: block;
	background: #454545;
	position: absolute;
	top: 50%;
}

.footLogo img {
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 2;
}

.footBtnWrap {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #454545;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footBtnWrap li {
	width: 49%;
	font-size: 1.4rem;
}
.footBtnWrap li .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.footBtnWrap li .wrap a {
	display: block;
	width: 100%;
	padding: 10px 0;
	cursor: pointer;
}
.footBtnWrap .bgCircle {
	display: block;
	background: #454545;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.tel .jp {
	font-size: 1rem;
}

.tel a {
	border: 1px solid #454545;
	cursor: auto;
}

.tel .enC {
	font-size: 3rem;
	display: block;
	line-height: 1;
}

.footReserve .enC {
	font-size: 2.4rem;
	display: block;
	line-height: 1;
}

.footReserve a {
	background: #79bebb;
	border: 4px solid #79bebb;
}

@media screen and (min-width: 1024px) {
.footReserve a:hover {
	background: #454545;
	border: 4px solid #454545;
	color: #fff;
}
}

.footNav {
	font-size: 0;
	text-align: center;
	margin: 30px auto;
	width:800px;
}

@media screen and (max-width: 800px) {
	.footNav {
		display:none;
}
}

.footNav li {
	display: inline-block;
	margin-right: 15px;
	font-size: 1.4rem;
}
.footNav li .en ,
.footNav li.navHome {
	display: none;
}
@media screen and (min-width: 1024px) {
.footNav li a:hover {
	text-decoration: underline;
}
}

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

address {
}

.copy {
	text-align: center;
	background: #79bebb;
	color: #fff;
	padding: 15px 0;
	display: block;
}


/*faq*/

.question {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	font-weight: bold;
}

.question .bgCircle {
	display: block;
	width: 40px;
	height: 40px;
	background: #454545;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 2.4rem;
}

.question span {
	flex: 1;
	padding-left: 15px;
	line-height: 1.4;
	padding-top: 0.5em;
}


/*recruitDetail*/

.recruitDetail .dlB {
	margin-top: 20px;
}

.recruitDetail .dlB dd {
	border-bottom: none;
}


/*****form*******/

.formWrapOuter {
}

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

.modPCenter {
	text-align: center;
	margin-bottom: 1em;
}

.formWrap {
	background: rgba(121, 190, 187, 0.1);;
	margin: 0 auto;
	padding: 75px 100px;
	border-radius:10px;
}

.formWrap dl {
	width: 100%;
	margin: 0 auto;
}

.formWrap dt {
	font-size: 1.6rem;
	font-weight: bold;
}

.formWrap dd {
	margin: 15px 0 30px 0;
}

.formWrap .required {
	background: #79bebb;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.formWrap .any {
	background: #999;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.formWrap textarea, .formWrap input[type="email"], .formWrap input[type="text"] {
	background: #fff;
	width: 100%;
	padding:0.5em 1em;
}

.formWrap textarea {
	height: 15em;
}

.formWrap .formBtn {
	max-width: 320px;
	width:100%;
	display: inline-block;
	border: 2px solid #79bebb;
	color: #79bebb;
	text-align: center;
	font-size: 1.6rem;
	background:#ffffff;
	padding:1.2em 0;
	cursor:pointer;
	position:relative;
}

@media screen and (min-width: 1024px) {
.formWrap .formBtn:hover {
	transition: all 0.1s linear;
	background: #79bebb;
	color: #fff;
}
}

.modoruBtn {
	margin-top: 30px !important;
}

.privacy{
	margin: 20px 0 10px 0;
	display: block;
	height: 200px;
	overflow: auto;
	padding: 16px;
	border: 1px solid #ccc;
	font-size: 1.2rem;
  margin: 0 auto 1em;
  background-color: #fffff7;
}
.privacy_title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
	font-size:1.6rem;
}
.mw_wp_form .privacy dl{
	width: auto;
}
.privacy dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.privacy .num{
	font-style: normal;
	font-weight: bold;
	display: table-cell;
	padding-right: 10px;
	white-space: nowrap;
}
.privacy .content{
	display: table-cell;
}
.privacy ,
.mw_wp_form .consent{
}
.mw_wp_form .consent{
	text-align: center;
	margin: 0 auto 2em;
}
.mw_wp_form .consent * {
	cursor: pointer;
}
.mw_wp_form_confirm .privacy,
.mw_wp_form_confirm .consent{
	display: none !important;
}

/*pgtop*/

#pgTop {
	padding-top: 50px;
	margin-top: -50px;
}

#topBtn {
	position: fixed;
	bottom: 2vh;
	right: 10px;
	display: none;
	z-index: 99;
}

#topBtn a {
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 2rem;
	background: rgba(121, 190, 187, 0.8);
	text-align: center;
}


/*map*/

.ggmapSize {
	width: 100%;
	margin: 0 auto 20px auto;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entryWraps {
	padding:0px 5% !important ;
}

/*汎用*/

.alignC {
	text-align: center;
}

/*margin*/

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb90 {
	margin-bottom: 90px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.mb150 {
	margin-bottom: 150px;
}


/*blog*/

.tableContents {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
}

.image + .singleContent {
	margin-top: 20px;
}
.singleContent {
	width: 100%;
}

.singleContent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.blogCnt {
	font-size:1.6rem;
}

.blogCnt .cntWidth1000 {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 0 1em;
}

.headingWrap {}


.headingWrap .meta time:after {
	content: "|";
	display: inline-block;
	padding: 0 10px;
}

.singleTtl {
	text-align: left;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}


.subWrap .ttlF {
	margin-bottom: 0.5em;
}

.categoryDl li {
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 10px;
}

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


@media screen and (min-width: 1024px) {
.categoryDl li a:hover {
	background: #454545;
	color: #fff;
}
}

.subWrap .latest a {
	display: block;
	border-bottom: 1px solid #79bebb;
	padding: 20px 0;
}

@media screen and (min-width: 770px) {
.subWrap .latest a:hover {
	background: rgba(121, 190, 187, 0.2);
	transition:all 0.2s linear;
}
}

.latest li a {}


/*entry form*/

.prWrap .privacy {
	height: 180px;
	overflow-y: auto;
	padding: 20px;
	border: 4px solid #ddd;
	font-size: 1.4rem;
	width: 600px;
	margin: 0 auto 40px auto;
}

.privacy .dlB {
	width: 100%;
}

.privacy .dlB i {
	font-style: normal;
}

select {
	background:#ffffff;
	height:35px;
}

.agreeBox {
	margin: 0 auto 30px auto;
	text-align: center;
}

.formElement {
	padding: 150px 0
}

.mwform-radio-field-text {
	cursor: pointer;
}

.mwform-checkbox-field label, .mwform-radio-field label {
	white-space: nowrap;
}

.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}

dl.formWrapDl select.date, .formWrap input[type="text"].hasDatepicker {
	width: auto;
}

.formWrap textarea {
	padding: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.formWrap textarea, .formWrap input {
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}
input[type="radio"] {
	position: relative;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked{
  background-image: radial-gradient(circle at 50% 50%, #79bebb 40%, transparent 50%);
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #79bebb;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
input[type=checkbox] {
	display: none;
}

.mwform-checkbox-field-text {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 30px;
	font-size:1.4rem;
}

.mwform-checkbox-field-text:after {
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #79bebb;
	border-bottom: 3px solid #79bebb;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mwform-checkbox-field-text:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -11px;
	width: calc(1.5em - 2px);
	height: calc(1.5em - 2px);
	background-color: #fff;
	content: '';
	border: 2px solid #79bebb;
}

input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
	opacity: 1;
}

.mw_wp_form .formWrap .horizontal-item {
	margin-left: 0;
	margin-right: 10px;
}

.mw_wp_form .formWrap .horizontal-item+.horizontal-item {
	margin-left: 0;
}
.mw_wp_form_input .formMessage01,
.mw_wp_form_confirm .formMessage02 {
	display: block;
}
.mw_wp_form_confirm .formMessage01,
.mw_wp_form_input .formMessage02 {
	display: none;
}

/********横幅調整***************/

@media screen and (max-width: 1240px) {
	.cntWrap {
		max-width: inherit;
		width: 100%;
		padding: 150px 5% 0;
	}
	.ttlA {
	}
	.ttlC {
		font-size: 3rem;
		line-height:1.6;
	}
}

@media screen and (max-width: 1100px) {
	.oneColumnWrap {
		width: 100%;
	}
	.infoUl {
		width: 100%;
		padding: 0 5%;
	}
	.imgStyle03 {
		width: 100%;
		height: auto;
	}
	.blogCnt .cntWidth1000 {
		width: 90%;
	}
	.blogArticleList li .imgWrap {
	}
}

@media screen and (max-width: 990px) {
	body {
		min-width: 100%;
	}
	.isFull {
		display: none !important;
	}
	.is990 {
		display: block !important;
	}
	.oneBox {
		display: block;
	}
	.imgBox {
		display: block;
		width: 60%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.pages.oneBox .imgBox {
		padding: 0;
		margin-bottom: 20px;
	}
	.fourCnt .boxList li {
		width: 45%;
	}
	.fourCnt .boxList li:nth-child(2n) {
		margin-right: 0;
	}
	.fourCnt .boxList li:nth-child(n+3) {
		margin-top: 20px;
	}
	.btnA a {
		margin-left: auto;
		margin-right: auto;
	}
	.footBtnWrap {
		display: block;
	}
	.footBtnWrap li {
		width: 80%;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.footBtnWrap li:last-child {
		margin-right: auto;
		margin-top: 20px;
	}
	.imgStyle03 {
		border-top-left-radius: 200px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 200px;
	}
	.pageTtl .en {
		font-size: 2.8rem;
	}
}
main.form {
	margin-top:80px;
}

/********sp***************/

@media screen and (max-width: 770px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 1.4rem;
		padding-top: 0px;
		min-width: 320px;
	}
	main.form {
		margin-top:60px;
	}
	.leadBG, .voiceBG {
		position:absolute;
		left:0;
		top:67.7px;
		padding-top:0;
		background:url(../img/bg_voice_sp.jpg) center top / 100% auto no-repeat;
		z-index:-1;
	}
	.leadBG {
		padding-top:0;
		top:0;
		height:400px;
		background:url(../img/bg_lead_sp.jpg) center top / 100% auto no-repeat;
	}
	section {
		position: relative;
		padding: 0px 0 0px 0;
	}
	
	.mainWrap {
		padding:0px 5%;
	}
	
	.siteHeader {
		min-width:0;
	}
	.siteHeaderInner .logo {
		max-width:200px;
		padding-left:5%;
	}
	.siteHeaderInner .logo .txtLogo {
		font-size:2.4rem;
	}
	.siteHeaderInner .txtLogo+span.en {
		font-size: 1.2rem;
	}
	.siteHeaderInner ul#nav {
		display:none;
	}
	.headerTel {
		right:60px;
		width:60px;
		font-size:3.0rem;
		background:#79bebb;
		margin: 0 0 0 auto;
	}
	.headerTel a{
		color:#ffffff;
	}
	.headerTel .pc {
		display:none;
	}
	.reserve {
		line-height:1;
		right: 0;
	}
	.reserve a {
		width: 60px;
		height: 60px;
	}
	.reserve .jp {
		padding-top:0.2em;
		font-size:1.2rem;
		display:none;
	}
	.reserve .en {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.hum a {
		width: 60px;
		height: 60px;
		padding-top: 22px;
	}
	
	.humNavi .none {
	display:block;
	}
	.siteHeader {
		height:60px;
	}
	.modaal-content {
		padding-left: 0%;
	}
	.closeBT {
		padding: 17px;
		z-index: 99;
	}
	.mainVisual {
		position:relative;
		padding:60px 0 0 0;
	}
	.leadWrap {
		padding:20px 1em 0 1em;
	}
	
	.leadTxt p {
		min-width:60px ;
    width: 60px;
    min-height: 60px;
	font-size:2rem;
	}
	
	.leadTl {
		font-size:1.5rem;
	}
	
	.humNavi {
		z-index: 2;
	}
	.waveWrap {
		margin-top: -15px;
	}
	.waveWrap svg {
		top: -10px;
	}
	.mainVisual .lead {
		left: 0;
		bottom: -0.1em;
	}
	.cntWrap {
		padding: 50px 5% 0;
		z-index: 2;
		position: relative;
	}
	.imgBox {
		width: 80%;
		margin-bottom: 20px;
	}
	.eyeCatching {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 1.2rem;
	}
	.oneBox:nth-child(even) .eyeCatching {
		top: -20px;
		left: -20px;
	}
	
	.oneBox:nth-child(even) .imgStyle {
	border-top-left-radius: 0%;
	border-top-right-radius: 50%;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 0%;
	}
	
	.txtBox {
		width: 94%;
	}
	.txtBoxInner {
		padding: 10px;
	}
	.bgColor {
	}
	.waveWrap + .bgColor {
		margin-top: 75px;
	}
	.bottomWrap {
		padding:20px;
		position: relative;
		z-index: 2;
		font-size:1.6rem;
		display:block;
		margin-bottom:20px;
	}
	.ctaWrap a{
		font-size:2.0rem;
		padding: 0.5em;
	}
	.ctaWrap .bg {
		padding:10% 5%;
	}
	.ctaWrap a span {
		font-size:1.4rem;
	}
	
	.ttlCTA {
		padding-top:0;
		font-size:1.4rem;
		line-height:1.2;
		font-weight:normal;
	}
	.reasonWrap {
		margin-top:70px;
		position:relative;
		display:block;
	}
	.reasonWrap div.left {
		padding:30px 0 0 0;
	}
	.infoWrap {
		display:block;
	}
	.ttlReason {
		font-size:2.0rem;
	}
	.priceWrap {
		padding:0.8em 0.5em;
	}
	.voiceWrap {
		padding:1.5em;
	}
	.infoWrap {
		margin-bottom: 0px;
	}
	figure.imgMiddle {
		width: calc(100% / 2);
		padding-bottom:10px;
	}
	.infoWrap > div {
		padding:15px 30px 30px 30px;
	}
	.ttlInfo, .ttlInfo+.en {
		text-align:center;
	}
	.fourCnt .boxList li {
		width: 70%;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 20px !important;
	}
	.fourCnt .boxList li:last-child {
		margin-bottom: 0 !important;
	}
	.blogList {
		width: 100%;
	}
	.feedWrap {
		width: 80%;
		margin: 0 auto;
	}
	.blogArticleList {
		display:block;
	}
	.blogList .imgWrap {
		width: 100%;
	}
	.blogList .imgWrap {
		width: 40%;
	}
	.blogList figcaption {
		width: 60%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.tel .enC {
		font-size: 2rem;
	}
	.footReserve .enC {
		font-size: 2rem;
	}
	.pageTtl {
		position:relative;
		height: auto;
		font-size: 1.2rem;
		max-width:100%;
		width: 100%;
		top:-30px;
		left: 0;
		bottom:auto;
		padding: 0 1em 0 1em;
		z-index: 2;
	}
	.pageTtl .wrap {
		width: 100%;
		border-bottom: 1px solid #454545;
		border-top: 1px solid #454545;
		display: block;
		padding: 10px 0;
	}
	.pageTtl .en {
		font-size: 3rem;
		color: #454545;
		line-height: 1;
	}
	.pages .cntWrap {
		padding: 80px 5% 0;
	}
	.imgStyle03 {
		border-top-left-radius: 100px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 100px;
	}
	.pages .eyeCatching {
		width: 80px;
		height: 80px;
		font-size: 1.2rem;
	}
	.pages .eyeCatching .enC {
		font-size: 1.8rem;
	}
	.txtBoxInner {
		padding: 10px 0;
	}
	.infoUl li {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.infoUl li:last-child {
		margin-bottom: 0;
	}
	.bred {
		position: relative;
		z-index: 2;
	}
	.recruitDetail .dlB {
		margin-top: 10px;
	}
	.formElement {
		padding: 70px 0 50px;
	}
	.formWrap {
		width: 100%;
		padding: 50px 20px;
		border-radius:0;
	}
	.formWrap dl {
		width: 90%;
	}
	.prWrap .privacy {
		width: 90%;
		font-size: 1.3rem;
	}
	.formWrap .formBtn {
		width: 80%;
		font-size: 1.4rem;
	}
	.formWrap .privacy dt {
		font-size: 1.4rem;
		padding: 10px;
	}
	.modPCenter.spLeft {
		text-align: left;
	}
	.cntWrap.faq {
		width: 100%;
	}
	.question .bgCircle {
		font-size: 1.8rem;
	}
	.question span {
		font-size: 1.6rem;
	}
	.infoWrap p.telno, .infoWrap p.telno a{
		font-size:3.4rem;
	}
	.blogInner > article {
		padding-right:0;
		margin-bottom:2em;
	}
	.blogInner, .blogArticleList {
		max-width:100%;
		padding:0 10%;
		width:100%;
		display:block !important;
	}
	
	.single .blogInner {
		padding:0 ;
	}
	.blogInner .blogListWrap, .blogInner .subWrap {
		width:100%;
	}
	.blogCnt .cntWidth1000 {
		padding: 0;
	}
	.blogInner .blogListWrap .blogArticleList li {
		width:100%;
		margin:0 auto 2em auto;
	}
	.blogArticleList li {
		margin-bottom:2em;
	}
	.blogArticleList li .category {
		display:inline-block;
	}
	.blogArticleList li .category a {
		display: block;
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.blogArticleList li .ttlWrap {
		padding-left: 10px;
	}
	.blogArticleList li .ttlWrap time {
		font-size: 1.2rem;
	}
	.blogArticleList time:after {
		content: "";
	}
	.blogArticleList li .imgWrap {
		overflow:hidden;
		display:block;
		margin-bottom:1em;
	}
	.subWrap .latest time {
		display: block;
	}
	.modPCenter {
		padding: 0 5%;
	}
	.snsWrap {
		padding: 15px;
		margin-top: 20px;
	}
	.footLogo {
		padding:25px 0;
	}
	/*ttl*/
	.leadTxt {
		font-size: 1.7rem;
	}
	.ttlMenu{
		font-size: 1.8rem;
	}
	.ttlFaq, .ttlVoice  {
		font-size: 1.6rem;
		line-height:1.5;
	}
	div.imgLead {
		position:relative;
		display:none;
	}
	figure.imgLead {
		position:absolute;
		width:150px;
		height:150px;
	}
	figure.imgLead:nth-child(1) {
		top:2em;
		left:0em;
	}
	figure.imgLead:nth-child(2) {
		position:relative;
		margin-top:7em;
	}
	figure.imgLead:nth-child(3) {
		top:0em;
		right:0em;
	}

	.ttlA {
		font-size: 1.8rem;
		line-height:1.4;
	}
	
	.ttlA > span.sub {
		font-size:1.4rem;
		padding:0.5em 0 0 0;
	}
	
	.ttlA > span.sub:before, .ttlA > span.sub:after {
		top:0.9em;
	}
	
	.subTtlA {
		margin-bottom: 5px;
	}
	.subTtlA span {
		font-size: 1.3rem;
	}
	.ttlB {
		font-size: 2rem;
	}
	.ttlB:after {
		width: 30px;
	}
	.ttlC {
		font-size: 1.8rem;
		padding:0 5% 25px 5%;
		border-bottom: 2px solid #79bebb;
	}
	.ttlC span {
		font-size: 1.3rem;
	}
	.ttlD {
		font-size:1.6rem;
	}
	.ttlD .en {
		font-size: 1.8rem;
	}
	.ttlD i {
		font-size: 1.4rem;
		padding: 0 5px;
	}
	.ttlD .jp:after, .ttlD .jp:before {
		width: 30px;
	}
	.ttlE, .ttlF {
		height: auto;
		font-size: 1.7rem;
		margin-bottom: 0em;
		line-height:1.5;
	}
	.ttlE {
		height:100px;
	}
	.ttlF {
	}
	
	#reason .ttlF {
		padding:0;
	}
	
	/* figure */
	figure.imgReason {
		margin:1em 0 0 0;
	}
	/*label*/
	.reasonNum .txt {
		font-size:3.6rem;
		margin-top:0.1em;
	}
	.reasonNum, .faqNum {
		max-width:100px;
		height:100px;
	}
	.reasonNum+p.shadow{
		max-width:100px;
		height:100px;
	}
	
	.faqNum {
		max-width:55px;
		height:55px;
		font-size:2.2rem;
		width:100%;
		margin-right: 25px;
	}

	.menuNum {
		max-width:60px;
		font-size:1.2rem;
		padding:0.5em 0;
	}
	.menuNum span {
		font-size:3rem;
	}
	.menuWrap dt:after {
		width:60px;
		font-size: 3rem;
		line-height: 60px;
	}
	/*dl*/
	.dlA {
		font-size: 1.3rem;
	}
	.w600,
	.dlB {
		width: 100%;
	}
	.dlB dd {
		display: block;
	}
	.dlB dd .itemName {
		display: block;
		width: 100%;
		font-weight: bold;
	}
	.dlB dd .price {
		display: block;
		width: 100%;
	}
	.dlC {
		margin-top: 0;
	}
	.txtBoxouter + .dlC {
		margin-top: 0;
	}
	.dlC dt ,
	.dlC dd {
		width: 100%;
		display: block;
	}
	/*btn*/
	.btnA a {
		width: 100%;
	}
	.bottomWrap .btnA a {
		width: 80%;
	}
	.feedWrap #sb_instagram #sbi_load a.sbi_load_btn {
		width: 80%;
	}
	.center a {
		margin-top: 20px;
	}
	
	
	
	#reason {
		padding:0 0 10px 0;
	}
	
	.imgTrouble {
		display:none;
	}
	
	.troubleWrap .txtboxxx {
		font-size:1.4rem;
		line-height:1.6;
	}
	
	.btnA a {
		margin-bottom:30px;
	}
	
	.blogListWrap {
		padding-top:30px;
	}
	
	
	
	/*margin*/
	.mb20 {
		margin-bottom: 10px;
	}
	.mb30 {
		margin-bottom: 15px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
	.mb50 {
		margin-bottom: 25px;
	}
	.mb60 {
		margin-bottom: 30px;
	}
	.mb70 {
		margin-bottom: 35px;
	}
	.mb80 {
		margin-bottom: 40px;
	}
	.mb90 {
		margin-bottom: 45px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mb150 {
		margin-bottom: 75px;
	}
	
.logo img {
	max-width:180px;
	max-height:53px;
	width:auto;
	height:auto;
}

.priceWrap p.left {
	width:70%;
}
.priceWrap p.right {
	width:30%;
	font-weight:normal;
}

#voiceUL .ttlVoice {
	padding:0;
}

.ctaWrap .fas {
	font-size:inherit;
}

.ctaWrap .upperTxt {
}

}
span.load {
	display:none;
}

.troubleBox {
	width:100%;
	border:4px solid #79bebb;
	color:#79bebb;
	font-weight:bold;
	padding:30px 20px;
	font-size:1.8rem;
	margin-top:1em;
	line-height:2;
	text-align:center;
}
.troubleBox h3 {
	text-align:center;
	font-size:3.2rem;
	padding-top:0.5em;
}
.shipBox {
	width:100%;
	border:4px solid #79bebb;
	padding:30px;
	font-size:1.8rem;
	margin-top:1em;
	line-height:2;
}
.shipBox h3 {
	color:#79bebb;
	font-size:2.6rem;
	padding-bottom:0.5em;
	line-height:1.5;
	font-weight:bold;
}

.shipBox p {
	font-size:1.6rem;
}

.shipWrap hr {
	border-top:1px solid #79bebb;
	height:0;
}
.shipWrap .ttlInfo ,.shipWrap .telno{
	color:#79bebb;
}
.shipWrap .telno {
	font-size:1.8rem;
}
.list {
	font-weight:normal;
	font-size:1.4rem;
	border-bottom:1px solid #79bebb;
	padding-top:0.5em;
}
.list li {
	padding-bottom: 1.5em;
}
.list li.shipTel {
	font-size:1.4rem;
	font-weight:bold;
}
.list .icon {
	width:50px;
	min-width:50px;
}
.list .icon+div {
	padding-left:1em;
	line-height:1.5;
}

@media screen and (max-width: 770px) {
	.mainWrap.access {
		padding:5% 5% 0 5%;
	}
	
	#faq .mainWrap {
		padding:5%;
	}
	
	.troubleBox {
		text-align:left;
		font-size:1.6rem;
		font-weight:normal;
		padding:20px;
	}
	
	.troubleBox h3 {
		font-size:1.8rem;
		font-weight:bold;
	}
	
	#ship .ttlC{
		font-size:1.8rem;
		margin-top:20px;
		padding:0 0 15px 0;
	}
	
	.shipBox h3 {
		font-size:2rem;
	}
	
	.shipBox {
		padding:20px;
		font-size:1.4rem;
	}
	
	.shipBox p {
		font-size:1.4rem;
	}
	
	.shipWrap {
		display:block;
	}
	
	.shipWrap > div {
		padding:20px 0%;
	}
	
	.ttlInfo {
		font-size:1.8rem;
	}
	
	.doubtWrap .troubleWrap {
		margin-top:0;
	}
	
	.arrowDown {
		font-size:5rem;
	}
	
	.shipWrap figure {
	}
	.shipWrap figure img {
		
	}
	
	.imgUl .f_box  {
		display:block;
	}
	
	.imgUl div.left {
		padding:20px 0 0 0;
	}
	
	.imgUl li {
		padding:5%;
		margin-bottom:20px;
	}
	
	.doubtWrap {
		padding-bottom:50px;
	}
	
	.faqNum {
		margin-right:10px;
	}
	
	.infoWrap > div {
		padding:15px 0px;
	}
	
	.blogArticleList .blogTtl {
		font-size:1.4rem;
	}
	
	.blogArticleList li .ttlWrap {
		padding-left:0;
	}

	
}

@media screen and (max-width:770px) {
	.txtBox {
		width:100%;
	}
	form p.modPCenter {
		text-align:left;
	}
	figure.imgReason {
		max-width:100%;
	}
	.reasonWrap div.left, .imgUl div.left {
		max-width:100%;
	}
}
@media screen and (max-width:370px) {
	.reasonWrap, .fapWrap {
		padding: 1.5em 1.2em;
	}
	.leadTl {
		padding: 0.5em 1em;
	}
	.leadTl+div {
		padding: 0 1em 1em 1em;
	}
}
.notFound {
	padding:50px 0;
	line-height:2;
}
@media screen and (max-width: 770px) {
	.notFound {
		padding:50px 5vw;
	}
}

/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
.mainWrap.blogListWrap li:only-child{
	-ms-flex: none;
	flex: none;
	padding: 0;
	width: calc(50% - 1em);
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 770px) {
	.mainWrap.blogListWrap li:only-child,
	.mainWrap.blogListWrap li{
		width: 100%;
	}
}


.infoWrap {
	border-radius:0;
}
.reasonNum {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0;
}
.reasonNum+p.shadow {
	left: calc(50% - 50px);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .headerTel p { line-height: 1; padding-bottom: 0; } /* IE11 */
	*::-ms-backdrop, .headerTel ul.headerTelNumber li { padding: 0; line-height: 1.5; margin-bottom: -12px;}
	.headerTel a {
		position: relative;
		right: 30px;
	}
}
@media screen and (max-width: 770px) {
	.reasonNum {
		top:-65px;
	}
	.reasonNum+p.shadow{
		top:-65px;
	}
}
#reason .mainWrap {
	margin-top:50px;
}

@media screen and (max-width: 767px) {
	.p-index__contents-details-txt-container, 
	.p-index__contents-details:nth-child(even) .p-index__contents-details-txt-container {
	    margin: -10px 16px 5px;
	}
}.headerTel {
	top: 0;
}
.reserve span {
    display: inline-block;
    line-height: 1;
    height: 1em;
}
.mw_wp_form_complete .btnA {
	margin-top: 100px;
}
.mw_wp_form_complete .btnA a {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.mw_wp_form_complete .modPCenter {
		margin-top: 40px;
	}
}
/* 20210921 */
.ttlC span::after {
  left: auto;
}
.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}
.formWrap textarea {
    vertical-align: top;
}