@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');

/*使用カラー
#66add9; green
rgb(102, 173, 217); green rgb

#f0f7f7; thin-green;
rgba(102, 173, 217, 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: #66add9;
}
.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%;
}
.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(102, 173, 217, 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:330px;
	max-height:50px;
	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;
}
.headerTel p {
	font-size:1.2rem;
	padding-bottom:2px;
}
.headerTel ul.headerTelNumber li {
	color:#66add9;
	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 #66add9;
}

.mainVisual .lead {
	/*font-size:11rem;*/
	font-size: 8.5vw;
	position: absolute;
	bottom: -0.05em;
	left: -10px;
	color: #66add9;
	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(102, 173, 217, 0.1);
}
section {
	position:relative;
	padding:0px;
}
section.contact {
	padding:0;
}
#contact {
	background:rgba(102, 173, 217, 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(102, 173, 217, 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:#d8ebec;
	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(102, 173, 217, 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: #66add9;
	text-decoration:none;
	letter-spacing:0;
	line-height:1;
}
.infoWrap hr {
	border:none;
	border-top:1px solid #66add9;
	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: #66add9;
	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: #66add9;
	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: #66add9;
	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: #66add9;
	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: #66add9;
	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 #66add9;
	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(102, 173, 217, 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:#66add9;
}

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

.ttlVoice, .ttlMenu {
	font-size:2.6rem;
	color:#66add9;
	letter-spacing:0.1em;
	font-weight:bold;
	padding:20px 0 0 0;
}
.ttlReason {
	color:#66add9;
	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: #66add9;
}


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

.btnA a, input.formBtn {
	max-width: 320px;
	width:100%;
	display: inline-block;
	border: 2px solid #66add9;
	color: #66add9;
	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: #66add9;
	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(102, 173, 217, 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);
}

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

.index-trouble {
	padding: 60px 0 0;
}

/*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(102, 173, 217, 1);
}
.leadTxt p{
	font-size:3rem;
	color:#ffffff;
}
.leadWrap {
}
.leadTl {
	font-size:2rem;
	color: #66add9;
	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: #66add9;
	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(102, 173, 217, 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(102, 173, 217, 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(102, 173, 217, 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(102, 173, 217, 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(102, 173, 217, 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(102, 173, 217, 1);
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid rgba(102, 173, 217, 1);
}
.subWrap .subTtls {
	border-bottom: 1px solid #66add9;
}
.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(102, 173, 217, 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: #66add9;
	border: 4px solid #66add9;
}

@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: #66add9;
	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;
}

/*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(102, 173, 217, 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 #66add9;
	padding: 20px 0;
}

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

.latest li a {}




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

@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:#66add9;
		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;
	}

	.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 #66add9;
	}
	.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 {
	}
	
	.index-reason .ttlF {
		padding:0;
	}
	.index-trouble {
		padding: 30px 0 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;
	}
	
	
	
	.index-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:210px;
	max-height:36px;
	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 #66add9;
	color:#66add9;
	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 #66add9;
	padding:30px;
	font-size:1.8rem;
	margin-top:1em;
	line-height:2;
}
.shipBox h3 {
	color:#66add9;
	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 #66add9;
	height:0;
}
.shipWrap .ttlInfo ,.shipWrap .telno{
	color:#66add9;
}
.shipWrap .telno {
	font-size:1.8rem;
}
.list {
	font-weight:normal;
	font-size:1.4rem;
	border-bottom:1px solid #66add9;
	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%;
	}
	
	.index-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;
	}
	
	.index-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:2rem;
	}
	
	.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;
	}
}
.index-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;
  }
}
/***** 20210111 *****/
.formWrap textarea {
	vertical-align: top;
}

/***** bread list *****/

.c-breadcrumbs__list {
  overflow-x: auto;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  white-space: nowrap;
  display: flex;
  justify-content: flex-start;
}
.bread.btm .c-breadcrumbs__list {
  max-width: 100%;
}
.c-breadcrumbs__list-item {
}
.c-breadcrumbs__list-item:not(:last-child)::after {
  display: inline-block;
  margin: 0 5px 0 3px;
  content: "＞";
}
.c-breadcrumbs__list-item-link {
  display: inline-block;
}
@media screen and (min-width: 770px) {
  .c-breadcrumbs__list-item-link:hover {
    text-decoration: underline;
  }
}
.c-breadcrumbs__list-item-link.-current {
  pointer-events: none;
  cursor: text;
}
@media screen and (min-width: 770px) {
  .c-breadcrumbs__list-item-link.-current:hover {
    text-decoration: none;
  }
}

/***** 支援修正 *****/
.page-title {
	top: 0;
	position: fixed;
    font-size: 1.5rem;
    line-height: 1.6;
    background-color: #151515;
    color: #fff;
    padding: 13px 50px;
	z-index: 2;
	width: 100%;
}
.page-title h1, .page-title p {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-title+.siteHeader {
	top: 50px;
}
.page-title+.siteHeader+.mainVisual {
	padding-top: 130px;
}
.pageTtl {
  z-index: 0;
}
@media screen and (max-width: 770px){
	.page-title {
		padding: 8px 5%;
		white-space: nowrap;
	}
	.page-title h1, .page-title p {
		font-size: 1.2rem;
		line-height: 2;
	}
	.page-title+.siteHeader {
		top: 40px;
	}
	.page-title+.siteHeader+.mainVisual {
		padding-top: 100px;
	}
}

body.is-showtitle {
  background-color: #151515;
}
body.is-showtitle .p-hum {
  top: 50px;
}
body.is-showtitle .js-body-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.is-showtitle .p-hum,
  body.is-showtitle .p-header{
    top: 40px;
  }
}
/***** blogConent *****/
.singleContent a:not([class]) {
  color: #1a0dab;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .singleContent a:not([class]):hover {
    text-decoration: none;
  }
}
.singleContent h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.singleContent h2 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	margin-top: 3em;
	font-weight: bold;
	text-align: left;
}
.singleContent h3 {
	padding: 10px;
	background: #eee;
	margin-bottom: 1em;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: left;
}
.singleContent h4 {
	font-weight: bold;
	margin: 1.5em auto;
	padding: 0 .5em;
	border-left: 5px solid #66add9;
}
.singleContent h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.singleContent h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.singleContent p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 28px;
  margin-bottom: 28px;
}
.singleContent ul:not([class]), .singleContent ol:not([class]) {
  margin-bottom: 28px;
  padding: inherit;
  padding-left: 1.3em;
  margin-left: 1.3em;
}
.singleContent ul:not([class]) ul, .singleContent ul:not([class]) ol, .singleContent ol:not([class]) ul, .singleContent ol:not([class]) ol {
  margin-bottom: 0;
}
.singleContent ul:not([class]) li, .singleContent ol:not([class]) li {
  margin-bottom: initial;
}
.singleContent ul:not([class]) ,
.singleContent ul:not([class]) li {
  list-style-type: disc;
}
.singleContent ol:not([class]) ,
.singleContent ol:not([class]) li {
  list-style-type: decimal;
}
.singleContent ul:not([class]) ul,
.singleContent ol:not([class]) ul ,
.singleContent ul:not([class]) ul li,
.singleContent ol:not([class]) ul li {
  list-style-type: circle;
}
.singleContent .wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}
.singleContent .singleContent .wp-block-audio audio {
  width: 100%;
}
.singleContent .wp-block-quote__citation,
.singleContent .wp-block-quote cite,
.singleContent .wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}
.singleContent .wp-block-quote cite::before,
.singleContent .wp-block-quote footer::before {
  content: '— '
}

.singleContent .wp-block-button {
  position: relative;
  box-sizing: border-box;
}
.singleContent .wp-block-button.alignwide a {
  display: block;
}
.singleContent .wp-block-code {
	border: 1px solid #cccccc;
}
.singleContent code, .singleContent pre, .singleContent .wp-block-code {
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 3px;
}
blockquote, q {
    quotes: none;
}
.singleContent > [class|='wp'] {
    margin: 40px 0 0;
}
.singleContent .wp-block-pullquote {
	border-top: 2px solid #66add9;
	border-bottom: 2px solid #66add9;
	word-break: break-all;
	line-height: 1.2;
}
.singleContent .wp-block-pullquote p{
    font-size: 28px;
    line-height: 1.5;
	margin: 0;
}
.singleContent .wp-block-pullquote cite {
    color: #66add9;
    letter-spacing: 0.1em;
    font-style: italic;
	font-size: 13px;
    line-height: 1.5;
}
.singleContent .wp-block-cover,
.singleContent .wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.singleContent .wp-block-cover-image.has-background-dim,
.singleContent .wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}
.singleContent .wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.singleContent .wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}
.singleContent .wp-block-gallery .blocks-gallery-image figcaption,
.singleContent .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.singleContent .wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}
.singleContent img {
  margin-bottom: auto;
}
.singleContent img.aligncenter,
.singleContent .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}
.singleContent img.alignnone,
.singleContent .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}
.singleContent img.alignright,
.singleContent .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}
.singleContent img.alignleft,
.singleContent .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}
.singleContent table,
.singleContent table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  border: 1px solid #dddddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.singleContent table p,
.singleContent table form,
.singleContent table ul,
.singleContent table li {
  margin: 6px 0px;
  padding: 0px;
}
.singleContent table thead,
.singleContent table tfoot,
.singleContent table.wp-block-table thead,
.singleContent table.wp-block-table tfoot {
  border: 1px solid #dddddd;
}
.singleContent table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
.singleContent table th,
.singleContent table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
}
.singleContent table td,
.singleContent table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.singleContent table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.singleContent table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
}

.singleContent .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: none;
}
.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.singleContent .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.singleContent .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.singleContent .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.singleContent .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.singleContent .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.singleContent .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.singleContent #toc_container {
  display: inline-block;
  color: #6e6e6e;
}
@media screen and (max-width: 767px) {
  .singleContent #toc_container {
    padding: 20px;
    display: block;
  }
}

.singleContent .p-article-nav__headline ,
.singleContent #toc_container .toc_title {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 3em auto 1em;
}
.singleContent #toc_container a {
  color: #515151;
  text-decoration: underline;
  position: relative;
}
.singleContent #toc_container .toc_list > li > a::before {
	content: '○';
	left: 0;
	top: 0;
	display: inline-block;
	width: 1.5em;
}
.singleContent #toc_container a:hover {
  text-decoration: none;
}
.singleContent #toc_container li {
  padding: 0;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}
.singleContent #toc_container li li {
  padding: 0;
  font-weight: 400;
}
.singleContent #toc_container li li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #212121;
  vertical-align: middle;
  content: none;
}
/*** h1 ***/
.p-header-tel-sp {
  position: absolute;
}
.p-burger-icon {
  position: absolute;
}
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #151515;
  color: #fff;
  padding: 0 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-title {
}
.siteHeader {
  transition: top .1s linear;
}
.mainVisual {
  transition: padding-top .1s linear;
}
.is-overed .page-title {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 8px 5%;
    height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .page-title + .p-header {
    position: fixed;
    top: 40px;
  }
  .p-hum {
    transition: none;
  }
}
/* author */
.c-author {
  margin-top: 2em;
  position: relative;
  background: #f0f7f7;
}
.c-author-label {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #66add9;
}
.c-author-label label {
  padding: .2em 1em;
  letter-spacing: .1em;
  position: relative;
  background: #66add9;
  color: #fff;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .c-author {
    margin-top: 1.5em;
  }
  .c-author-label {
    width: 100%;
    left: auto;
    text-align: center;
  }                 
}
.c-author-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: 2px solid #66add9;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-author-container {
    padding: 50px 1em;
  }
}

.c-author-figure {
  width: 160px;
  max-height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
.c-author-img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
  .c-author-figure {
    width: 30vw;
  	max-height: 30vw;
    margin: 0 auto;
  }
}

.c-author-txt {
  width: calc(100% - 160px);
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-author-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.c-author-txt-label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #66add9;
}

@media screen and (max-width: 767px) {
  .c-author-txt-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-author-txt-name {
  color: #66add9;
  margin-bottom: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.c-author-txt-name-main {
  font-size: 2.2rem;
  padding-right: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name {
	display: block;
    text-align: center;
  }
  .c-author-txt-name-main {
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
  }
}

.c-author-txt-name-sub {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name-sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-author-txt-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-author-txt-desc {
  
  }
}

.c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-author-txt-list-item {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.c-author-txt-list-item:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .c-author-txt-list-item:not(:last-child) {
    margin-right: .5em;
  }
}

.c-author-txt-list-item-link {
  color: #66add9;
  transition: all .2s ease;
  padding: .3em 0 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .c-author-txt-list-item-link:hover {
    opacity: .8;
  }
}

.c-author-txt-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #66add9;
}

.c-author-txt-sns-list-item-link {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 1em 0 0;
  transition: color .5s ease;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .c-author-txt-sns-list {
    justify-content: center;
  }
  .c-author-txt-sns-list-item-link {
    margin: 0 .5em;
  }
}

@media screen and (min-width: 768px) {
  .c-author-txt-sns-list-item-link:hover {
    opacity: .8;
  }
}

/*** gurtenberg nav ***/
div#toc_container {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background: #f9f9f9;
  border: none !important;
}

@media screen and (max-width: 991px) {
  div#toc_container {
    padding: 20px 15px;
  }
}

#toc_container p.toc_title {
  font-size: 3.2rem;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  #toc_container p.toc_title {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}
.toc_list {
	border: 1px solid #e3e3e3;
}
div#toc_container p.toc_title+ul.toc_list {
  margin-top: 0;
  padding: 15px;
}

div#toc_container ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
div#toc_container ul li + li {
}

@media screen and (max-width: 991px) {
  div#toc_container ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

div#toc_container ul ul {
  margin-top: 10px;
  margin-left: 0;
}

div#toc_container ul li ul li {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

div#toc_container ul li ul li a:before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: 1.5em;
}
div#toc_container > ul > li > ul > li > ul > li > a:before {
  width: 2em;
}

div#toc_container ul ul ul {
  margin-top: 0;
}

div#toc_container ul li ul li ul li {
  text-indent: 1em;
}
div#toc_container a{
  letter-spacing: .1em;
  position: relative;
  font-weight: 700;
}
div#toc_container a::after {
  background: #66add9;
  bottom: 0px;
  content: none;
  display: inline-block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}
div#toc_container a:hover {
  text-decoration: none;
}
div#toc_container a:hover::after {
  opacity: 1;
}

/*** pass ***/
.post-password-form p:last-child {
  margin-top: 20px;
}

.post-password-form input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px;
}

.post-password-form input[type="submit"] {
  color: #fff;
  background: #66add9;
  padding: 4px 10px;
}
.sw-article-card__category,
.sw-article-card__category:not(:first-of-type) {
  margin: 10px .5em 0 0;
  letter-spacing: .1em;
}
/*** TOC+ Setting ***/
#toc_container .toc_list > li > ul > li  a {
  font-size: 16px;
  margin-left: 1em;
  font-weight: 400;
}
#toc_container .toc_list > li > ul > li > ul {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #toc_container .toc_list > li > ul > li > a {
    font-size: 14px;
  }
  #toc_container .toc_list > li > ul > li > a::before {
    font-size: 14px;
  }
}
#toc_container p.toc_title {
  letter-spacing: .1em;
}
.post-article .wp-block-file .wp-block-file__button,
.post-article .wp-block-button__link {
  width: auto;
}

.l-wrapper {
  background: #fff;
}
.headingWrap+.singleContent #toc_container .toc_title {
	margin-top: 0;
}
.closeBT {
	right: 17px;
}
/*----------------------------------------
privacy
----------------------------------------*/
.mainWrap.is-privacy {
	padding: 0 1em;
}
.p-privacy__read {
  margin: 2em 0 3em;
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbb;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----------------------------------------
c-section
----------------------------------------*/
.c-section {
  position: relative;
}
.c-section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0;
}
/*----------------------------------------
c-o-list-child
----------------------------------------*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-guid-desc
----------------------------------------*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) > .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) > .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----------------------------------------
c-o-list
----------------------------------------*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-form__consent {
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.1rem;
}
.c-section a:not([class]),
.c-form__consent a:not([class]) {
    text-decoration: underline;
}
.c-section a:not([class]):hover,
.c-form__consent a:not([class]):hover {
    color: #66add9;
}
/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
  text-align: center;
  margin: 20px auto;
}
.p-footer-sub-link-list {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: auto;
}
.p-footer-sub-link-item {
  padding: 0 10px;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.p-footer-sub-link-item+.p-footer-sub-link-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: #bbb;
}
.p-footer-sub-link-link {
  display: block;
  transition: .2s;
  font-size: 1.4rem;
}
.p-footer-sub-link-link:hover {
  color: #515151;
  text-decoration: underline;
}
.p-footer-sns {
  margin: 20px auto;
}
.p-footer-sns a {
  color: #66add9;
}
.p-footer-sns-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-footer-sns-item {
  margin: 8px;
  width: 32px;
  height: 32px;
}
.p-footer-sns-link {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  transition: .3s;
}
.p-footer-sns-link:hover span {
  animation: 1s linear 0s infinite normal ani-shake;
}
.footLogo {
	margin: 40px 0 20px;
	padding: 0;
}
/***** 20221226 *****/
.mw_wp_form_confirm .c-form__consent.is-confirm-none {
	display: none !important;
}
.c-breadcrumbs__list {
  flex-wrap: wrap;
}
.c-guid-desc {
	word-break: break-all;
}
.footLogo {
	margin: 0 0 20px;
	padding: 40px 0 0;
	border-top: 1px solid #888888;
}
.home .footLogo {
	margin: 40px 0 20px;
	padding: 0;
	border: none;
}
/***** 20230131 *****/
.contentText p.noContent {
	margin-bottom: 30px;
}
.c-breadcrumbs__list {
	overflow-x: inherit;
}
/** 20230623 **/ figure {margin-bottom: 0 !important;}
/** 20230712 **/
.c-u-list-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-u-list-child {
    font-size: 1.2rem;
  }
}
/* 20230826 */
.a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* 20240207 contact form 7 */
/*****form*******/

.formWrapOuter {
}

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

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

.formWrap {
	background: rgba(102, 173, 217, 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: #66add9;
	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="text"],
.formWrap input[type="email"],
.formWrap input[type="tel"],
.formWrap select,
.formWrap input[type="date"] ,
.formWrap input[type="number"]{
	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 #66add9;
	color: #66add9;
	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: #66add9;
	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 ,
.formWrap .consent{
}
.formWrap .consent{
	text-align: center;
	margin: 0 auto 2em;
}

/*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
}


.formWrap input[type="checkbox"] label,
.formWrap input[type="radio"] label {
	white-space: nowrap;
}

.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;
}
.formWrap input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-height: 0;
  height: 0;
}

.formWrap input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 24px;
  min-height: 24px;
  cursor: pointer;
	font-size: 1.4rem;
}

.formWrap input[type="radio"] + span:before {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  content: '';
  box-sizing: border-box;
}

.formWrap input[type="radio"] + span:after {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  content: '';
}

.formWrap input[type="radio"] + span:before {
  top: 12px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #66add9;
  transform: translateY(-50%);
}

.formWrap input[type="radio"] + span:after {
  top: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  background: #66add9;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
          transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
}

input[type='radio']:checked + span:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
          transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
}

input[type=checkbox] {
	display: none;
}

input[type="checkbox"] + span {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 30px;
	font-size: 1.4rem;
}

input[type="checkbox"] + span:after {
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #66add9;
	border-bottom: 3px solid #66add9;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"] + span: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 #66add9;
}

input[type=checkbox]:checked + span:after {
	opacity: 1;
}

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

.wpcf7-list-item {
  margin: 0 1em 8px 0;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.formWrap input,
.formWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  min-height: 45px;
  border-radius: 0;
}

.formWrap textarea {
  border-radius: 0;
}

.wpcf7 input[type="file"] {
  min-height: auto;
  width: 100%;
  background-color: transparent;
}

input::-webkit-date-and-time-value{
  text-align: left;
}

.wpcf7 .consent{
  text-align: center;
  margin: 0 auto 2em;
}
.wpcf7 .consent * {
  cursor: pointer;
}

span.wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.wpcf7 form .formWrap .wpcf7-response-output {
  margin-right: auto;
  margin-left: auto;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

@media screen and (max-width: 767px) {
  .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;
  }
}

.formWrap .formBtnWrap {
  position: relative;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-right: 0;
}
/***** 20240517 *****/
.a2a_s_share1 svg path:first-child {fill: #fff !important;}

.ctaWrap .bg {
  position: relative;
}
img.bg_img {
  position: absolute;
  width:100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.blogArticleList li .imgWrap {
  width: 100%;
}
.blogArticleList li .imgWrap a {
  padding-bottom: 100%;
  display: inline-block;
  position: relative;
  width: 100%;
  background: rgba(102, 173, 217, .1);
}
.blogArticleList .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width:771px) and (max-width:1024px) {
	.logo img {
		max-width: 310px;	
	}
	
	.headerTel {
		right: 240px;
		padding: 0 15px;	
	}
	
	.headerTel ul.headerTelNumber li {
		font-size: 2.3rem;
	}
	
	.reserve a {
		width: 160px;
		font-size: 2rem;
	}
	
	.reserve span {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 2em;
	}
	
	.reserve .jp {
		font-size: 1.4rem;
	}
}