@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#131313;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: 'Zen Maru Gothic', sans-serif;
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:2.8rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:2.8rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p{ font-size:16px;
margin-bottom:1.5em;
line-height:180%; }
.anchor a{ }

a{
text-decoration: none;
color: #B92145;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
	     url('../fonts/ZenMaruGothic-Medium.woff') format('woff'),
	     url('../fonts/ZenMaruGothic-Medium.ttf')  format('truetype'),
         url('../fonts/ZenMaruGothic-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
	     url('../fonts/ZenMaruGothic-Bold.woff') format('woff'),
	     url('../fonts/ZenMaruGothic-Bold.ttf')  format('truetype'),
         url('../fonts/ZenMaruGothic-Bold.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Zen Maru Gothic';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/ZenMaruGothic-Black.woff2') format('woff2'),
	     url('../fonts/ZenMaruGothic-Black.woff') format('woff'),
	     url('../fonts/ZenMaruGothic-Black.ttf')  format('truetype'),
         url('../fonts/ZenMaruGothic-Black.eot') format('embedded-opentype');
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding: 24px 2% 24px 2%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
	font-weight:bold;
	font-size:24px;
    position: relative;
    z-index: 99999;
}
#headerSet #headerLogoSet #headerLogo a{
    color: #B92145;
	text-decoration:none;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a:hover{
	opacity:0.7;
}
#headerSet #headerLogoSet #headerLogo a span{
	font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    display: block;
    margin-right: 1em;
}
#headerSet #headerLogoSet #headerLogo a strong{
    display: block;
    font-size: 28px;
}


#headerSet #headerMenuSet{
    background: #FFF;
    border-radius: 3em;
    display: flex;
    align-items: center;
    padding: 0 2%;
}
#headerSet #gnavSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
}
#headerSet #gnavSet .gnav ul li{
	padding:1em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #gnavSet .gnav ul li a{
	color: #333;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #gnavSet .gnav ul li a:hover{
	color:#B92145;
}

#headerSet #gnavSet .gnav ul li a:after {
	position: absolute;
	bottom: -1em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #B92145;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
#headerSet #gnavSet .gnav ul li a:hover:after {
	transform-origin: center top;
	transform: scale(1, 1);
}

#headerSet #headersnsList li a{
    display: block;
    font-size: 0;
}

#headerSet #headerContactSet{
    margin-left: 1.5em;
    color: #B92145;
}
#headerSet #headerContactSet span{
    display: block;
    font-size: 13px;
}
#headerSet #headerContactSet a{
    color: #B92145;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
#headerSet #headerContactSet a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
#headerSet #headerContactSet a:hover{
    opacity: 0.7;
}
/*.current #headerSet{
	background: rgba(0, 0, 0, 0.6);
}
*/
/* ALL Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}


.bgPatternA{
    background: #F1F1F1;
}

.ttlStyle1{
    font-weight: 900;
    font-size: 3.2rem;
    color: #B92145;
    text-align: center;
}
.ttlStyle1 span{
    border-bottom: 2px dashed #B92145;
    display: inline-block;
    padding-bottom: 0.5em;
}



.ttlStyle2{
    text-align: center;
    font-size: 24px;
    margin-bottom: 1.5em;
}
.ttlStyle2 span{
    color: #B92145;
    font-size: 18px;
    background: #FBDDD7;
    display: inline-block;
    padding: 1em;
    border-radius: 20px;
    margin-bottom: 1em;
}
.ttlStyle2 strong{
    display: block;
}

.ttlStyle3{
    font-weight: 900;
    font-size: 3.2rem;
    color: #B92145;
    text-align: center;
}
.ttlStyle3 span{
    border: 2px solid #B92145;
    display: inline-block;
    border-radius: 3em;
    padding: 0.5em 1em;
}

.textStyle1{
    font-size: 2.4rem;
}
.centerAdjust{
	text-align:center;
}
.rightAdjust{
    text-align: right;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.boxPatternA{
    background: #F1F1F1;
    padding: 2em 4%;
}
.boxPatternA p:last-child{
    margin-bottom: 0;
}
/* 下層ページOnly Setting
=========================================================================================== */
/***メインビジュアル***/
/*#subContentsHead{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:1em;
}

#subContentsHead .mainVisual{
	height: 54vh;
	position:relative;
	min-height: 320px;
	max-width: 1100px;
    margin: 0 auto;
}
#subContentsHead .mainVisual .mainTitle{
	font-size:3.8rem;
	white-space: nowrap;
	font-weight:normal;
	margin-bottom:0;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
	color:#FFF;
    text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}*/
/**パンくず**/
/*#path{
	max-width:1100px;
	margin:0 auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
	margin-bottom: 1em;
}
#path li a{
	color:#215F7B;
}
#path li:after{
	content:"/";
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}*/
/* contact Setting
=========================================================================================== */
/*.telBox{
    background: #F2F2F2;
    padding: 2em 4%;
    text-align: center;
}
.telBox h2{
    font-size: 2.8rem;
    margin-bottom: 1em;
    font-weight: normal;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', serif;
}
.telBox .eigyouTime span{
    color: #133882;
    border: 2px solid #133882;
    display: inline-block;
    padding: 0.2em 2em;
}
.telBox .telList{
    font-size: 3.8rem;
}
.telBox .telList span{
    font-size: 16px;
    vertical-align: middle;
    margin-right: 1em;
}
.telBox .telList a{
    color: inherit;
}








.contactTable1{
	width:100%;
	margin-bottom:3em;
}
.contactTable1 th,
.contactTable1 td{
	padding:1em 0;
}
.contactTable1 input[type="text"],
.contactTable1 input[type="email"],
.contactTable1 select,
.contactTable1 textarea{
	width: 100%;
    padding:1em;
	border:2px solid #133882;
	border-radius: 10px;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:20%;
}
.contactTable1 select{
	height:4em;
}
.contactTable1 .required{
	font-size:14px;
	font-weight:normal;
	background:#133882;
	margin-left:0.5em;
	color:#FFF;
	display:inline-block;
	padding:0 0.5em;
	border-radius: 4px;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}*/
/***送信ボタン****/
/*.formBtn1{
	display: flex;
    align-items: center;
    justify-content: center;
}
.formBtn1 li{
	margin-left:2%;
	margin-right:2%;
}
.formBtn1 input{
	min-width:320px;
	display:block;
	font-size:16px;
	padding:2em 2.5em;
	color: #fff;
    background: #133882;
	border:none;
}
.formBtn1 input[type="submit"]:hover{
	background: #0c2556;
	cursor : pointer;
	transition: all .3s;
}*/



/* index Setting
=========================================================================================== */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
    height: 90vh;
    margin: 0;
    background: #FBDDD7;
}
#indexContentsHead #mainVisual{
	position: absolute;
    right: 8%;
    bottom: -6%;
    width: 40%;
    min-width: 640px;
}
#indexContentsHead #mainVisual img{
    width: 100%;
}

#indexContentsHead .mainCatch{
	width:100%;
    font-size: 1.8rem;
	margin-bottom:0;
    color: #FFF;
    line-height: 1;
    max-width: 1100px;
	position:absolute;
	top:50%;
	left:50%;
    transform:translateY(-50%) translateX(-50%);
}
#indexContentsHead .mainCatch span{
    display: inline-block;
    background: #FFF;
    color: #333;
    padding: 1em 2em;
    border-radius: 3em;
    position: relative;
    margin-bottom: 1.5em;
}
#indexContentsHead .mainCatch span:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 20%;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 12px 14px 0 14px;
}
#indexContentsHead .mainCatch em{
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
}
#indexContentsHead .mainCatch strong{
    display: block;
    font-size: 7.2rem;
    font-weight:900;
    line-height: 140%;
    color: #B92145;
    animation: mainTtl 3s linear infinite;
}
@keyframes mainTtl {
  0% , 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
}

/***contents01***/
.priceList{
    display: flex;
    flex-wrap: wrap;
}
.priceList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 0;
    border: 4px solid #B92145;
    border-radius: 20px;
    padding: 2em 2%;
    text-align: center;
}
.priceList li:nth-child(3n+1){
	margin-left:0;
}
.priceList li span{
    display: block;
    font-size: 2.8rem;
}
.priceList li strong{
    font-size: 4.8rem;
    font-weight: 900;
    color: #B92145;
}
.priceList li em{
    font-size: 1.8rem;
    margin-left: 1em;
}


.aboutColumnSet{
	display: flex;
    align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.aboutColumnSet .columnText{
	width:60%;
	margin-left:4%;
}
.aboutColumnSet .columnText h2{
    font-size: 3.2rem;
}
.aboutColumnSet .columnImg{
	margin-left:0;
    width:36%;
}

/***contents02***/
.featureList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    text-align: center;
}
.featureList li{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.featureList li:nth-child(3n+1){
	margin-left:0;
}
.featureList li .imgOnlyStyle{
    text-align: center;
}
.featureList li h3{
    font-size: 18px;
    font-weight: 900;
}

/***contents03***/
.priceTableSet{
    overflow-x: scroll;
	margin-bottom:2em;
}
.tableStyle1{
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
}
.tableStyle1 th{
    color: #FFF;
    background: #B92145;
    padding: 1em;
    border:1px solid #ccc;
}
.tableStyle1 td{
    padding: 1em;
    border:1px solid #ccc;
}
.tableStyle1 th span{
    font-size: 13px;
    font-weight: normal;
}
.tableStyle1 td strong{
    font-size: 18px;
    color: #B92145;
    font-weight: 900;
}

/***contents04***/
.reasonList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.reasonList li{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.reasonList li:nth-child(3n+1){
	margin-left:0;
}
.reasonList li h3{
    font-size: 24px;   
    font-weight: 900;
    border-bottom: 4px solid #B92145;
    padding-bottom: 0.5em;
    text-align: center;
}

.voiceList{
    display: flex;
    flex-wrap: wrap;
}
.voiceList li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 2em;
    background: #FEE4EA;
    padding: 1em 2em;
    border-radius: 20px;
}
.voiceList li:nth-child(2n+1){
	margin-left:0;
}
.voiceList li p{
    margin-bottom: 0;
}
.voiceList li strong{
    background: linear-gradient(transparent 70%, #fff256 70%);
}

.voiceList li span{
    background: #FFF;
    display: inline-block;
    padding: 0 1em;
    border-radius: 3em;
    font-size: 14px;
}




/***contents05***/
.areaColumnSet{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.areaColumnSet .columnR{
	width:48%;
}
.areaColumnSet .columnL{
	width:48%;
	margin-left:4%;
}
.areaColumnSet .areaList dt{
	font-size:18px;
	color:#FFF;
	background:#b92145;
    border-radius: 3em;
	display:inline-block;
	padding:0.2em 1em;
	margin-bottom:0.5em;
}
.areaColumnSet .areaList dd{
	margin-bottom:1em;
	font-size:16px;
}
.areaColumnSet .areaMapImg{
	margin-bottom:1em;
	text-align:center;
}
.areaColumnSet .areaMapImg img{
	width:100%;
	border:1px solid #846B5D;
}

/***contents06***/
.faqList dt{
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
	display: flex;
    align-items: center;
}
.faqList dt:before{
	content: "Ｑ";
	background:#B92145;
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:60px;
	display:inline-block;
	vertical-align:middle;
	width:60px;
	height:60px;
    border-radius: 50%;
	margin-right:1.5em;
}
.faqList dt span{
	width:calc(100% - 60px);
}
.faqList dd{
	font-size:16px;
	margin-bottom:2em;
	display: flex;
    align-items: center;
	border-bottom:1px solid #CCC;
	padding-bottom:2em;
}
.faqList dd:last-child{
	margin-bottom:0;
}
.faqList dd:before{
	content: "Ａ";
	background:#6ABCD1;
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:60px;
	font-weight: bold;
	display:inline-block;
	vertical-align:top;
	width:60px;
	height:60px;
    border-radius: 50%;
	margin-right:1.5em;
}
.faqList dd span{
	width:calc(100% - 60px);
}
/* footer Setting
=========================================================================================== */
footer #footerContact{
    background: #F1F1F1;
	text-align:center;
}
footer #footerContact .inner{
	padding: 60px 0;
    width: 1100px;
    margin: 0 auto;
}
footer #footerContact .telInfoText{
    font-size: 16px;
    margin-bottom: 0;
}
footer #footerContact .telInfoText span{
    color: #B92145;
    background: #FFF;
    border:1px solid #B92145;
    padding: 0 1em;
    display: inline-block;
    margin-right: 1em;
}
footer #footerContact .footerTel{
    margin-bottom: 2em;
}
footer #footerContact .footerTel a{
    color: #B92145;
    font-weight: 900;
    font-size: 4.8rem;
}
footer #footerContact .footerTel a:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("../images/icon_tel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
footer #footerContact .inner .footerCatch{
	font-size:16px;
	margin-bottom:2em;
}
footer #footerContactBtn{
	display: flex;
	justify-content:center;
    flex-wrap: wrap;
	margin-bottom:1em;
}
footer #footerContactBtn li{
	width:48%;
	display: flex;
	justify-content: center;
	text-decoration:none;
	color:#FFF;
	transition: all .3s;
}
footer #footerContactBtn li:first-child{
	margin-left:0;
}
footer #footerContactBtn li a{
	color:#FFF;
    background: #B92145;
	padding:0.8em 1em;
    border-radius: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration:none;
	width:80%;
    font-size: 3.2rem;
	transition: all .3s;
}
footer #footerContactBtn li.line a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
}
footer #footerContactBtn li a:hover{
	background: #76182e;
}


footer #footerContactBtn li.contact a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 20px;
}

footer #footerArea{
	background:#B92145;
	padding:40px 0 0;
	color:#FFF;
    text-align: center;
}
footer #footerArea #footerLogo{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 1em;
}
footer #footerArea a{
	color:#FFF;
}
footer #footerArea section{
	width:1100px;
	padding:60px 0;
	margin:0 auto;
}

footer #copy{
	font-size:14px;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
@media all and (-ms-high-contrast: none) {
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.ml0{ margin-left:0;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb3{margin-bottom:3em;}
.mb6{margin-bottom:6em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}