@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#633A1B;
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:145%;
font-weight:bold;
margin-bottom:30px;
}
h1 span{ }
h2{
font-size:130%;
font-weight:bold;
margin-bottom:20px;
}
h2 span{ }
h3{
font-size:18px;
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: #DE863C;
}
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;
}
/* フォント指定
=========================================================================================== */
/* Header Setting
=========================================================================================== */
#mama #headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding:0 0 0 2%;
	display: flex;
    justify-content: flex-end;
	/*align-items: center;*/
}
#mama #headerSet #headerLogo{
	margin-bottom: 0;
	font-size:0;
	margin-right: auto;
    display: flex;
    align-items: center;
}
#mama #headerSet #headerLogo a{
	padding:8px 0;
}
#mama #headerSet .headerTel{
	margin-bottom:0;
	font-size:14px;
	/*padding: 1em 2em;
	line-height: 1;*/
	display: flex;
    align-items: center;
}
#mama #headerSet .headerTel a{
	display:block;
	color:#FFF;
	text-shadow:4px 4px 6px rgba(0,0,0,0.8);
}
#mama #headerSet .headerTel a:hover{
	opacity: 0.7;
}
#mama #headerSet .headerTel a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
	filter: drop-shadow(4px 4px 6px rgba(000, 000, 000, 0.8));
}
#mama #headerSet .headerTel span{
	display: inline-block;
    vertical-align: middle;
	line-height: 1;
}
#mama #headerSet .headerTel strong{
	display:block;
	font-size:4.8rem;
}



#mama #headerSet .headerContactBtnList{
	display: flex;
    justify-content: flex-end;
	margin-left:1.5em;
}
#mama #headerSet .headerContactBtnList li a{
	color:#FFF;
	padding:1em;
	display:block;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	text-decoration:none;
	transition: all .3s;
}
#mama #headerSet .headerContactBtnList li.line a{
	background:#459DCA;
}
#mama #headerSet .headerContactBtnList li.line a:hover{
	background:#085d89;
}
#mama #headerSet .headerContactBtnList li.line a span:before {
    content: "";
    display:block;
	margin: 0 auto;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_line.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom:5px;
}
#mama #headerSet .headerContactBtnList li.contact a{
	background:#E9AA2C;
}
#mama #headerSet .headerContactBtnList li.contact a:hover{
	background:#cb8e15;
}
#mama #headerSet .headerContactBtnList li.contact a span:before {
    content: "";
    display:block;
	margin: 0 auto;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_mitsumori.svg);
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom:5px;
}

/***メインビジュアル***/
#mama #contentsHead{
	position:relative;
	/*background:#F4EFEC;
	overflow: hidden;*/
}
#mama #contentsHead .inner{
	/*overflow:hidden;
	margin-left:-200px;
	padding-left:200px;
	margin-right:-200px;
	padding-right:200px;
    border-bottom-left-radius: 50% 16%;
    border-bottom-right-radius: 50% 16%;*/
}
#mama #contentsHead .mainVisual{
	background-image: url(../images/mainvisual.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	min-height: 800px;
	margin: 0;
}
#mama #contentsHead .mainTitle{
	font-size: 0;
	color:#FFF;
	margin-bottom:0;
	font-weight:bold;
	position:absolute;
	top:140px;
	right: 4%;
	display:inline-block;
	width: 54vw;
    text-align: right;
}
#mama #contentsHead .mainTitle img{
	max-width: 880px;
    width: 100%;
}
/* contents Setting
=========================================================================================== */
article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}
.bgPattern01{
	background-image: url(../images/bg_pattern01.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*.bgPattern02{
	background-image: url(../images/bg_pattern02.jpg);
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
}*/
.h2Style1{
	font-size:4.8rem;
	font-weight:900;
	color:#633A1B;
	text-align:center;
	margin-bottom:1em;
}
.h2Style2{
	font-size:24px;
}
.textCatchCenter{
	text-align: center;
    margin-bottom: 2em;
}
.centerAdjust{
	text-align: center;
}


.awards p{
	margin-bottom:0;
}
/* couponContents Setting
=========================================================================================== */
.couponContents{
	background:#F4EFEC;
	text-align:center;
}
.couponContents p{
	margin-bottom:0;
}
/* contents01 Setting
=========================================================================================== */
.contents01{
	background-image: url(../images/cont01_bg.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	position:relative;
	padding-bottom: 230px;
}
.contents01:after{
	content:"";
	display:inline-block;
	background: url(../images/cont01_woman.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 300px;
    height: 316px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.checkBoxArea{
	background:#FFF;
	border-radius:30px;
	padding:2em 4%;
	box-shadow: 10px 10px 0px 0px rgb(0, 0, 0, 0.2);
}
.checkList{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	font-size:2.0rem;
}
.checkList li{
	width:48%;
	margin-left:4%;
    position: relative;
    padding-left: 36px;
	margin-bottom:1em;
}
.checkList li:nth-child(2n+1){
	margin-left:0;
}
 
.checkList li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 10px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 14px;
    border-right: 2px solid #F17878;
    border-bottom: 2px solid #F17878;
}
 
.checkList li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #F17878;
    border-radius: 4px;
}


/* contents02 Setting
=========================================================================================== */
.contents02 h2{
	font-size: 4.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1em;
}
.contents02 h2 strong{
	display:inline-block;
	position:relative;
	font-weight: 900;
}
.contents02 h2 strong:before{
	content: "";
    display: inline-block;
    background-image: url(../images/cont02_h2_l.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 90px;
    position: absolute;
    top: 50%;
	left:-80px;
    transform: translateY(-50%);
}
.contents02 h2 strong:after{
	content: "";
    display: inline-block;
    background-image: url(../images/cont02_h2_r.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 90px;
    position: absolute;
    top: 50%;
	right:-80px;
    transform: translateY(-50%);
}
.contents02 h2 span{
	font-size:2.4rem;
	display:block;
}
.meritList{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.meritList li{
    text-align: center;
    width: 30%;
    margin-left: 5%;
    margin-bottom: 1em;
}
.meritList li:nth-child(3n+1){
	margin-left:0;
}
.meritList li .img{
	margin-bottom:0.5em;
}
.meritList li img{
    width: 100%;
}
.meritList li p{
    font-size: 2.4rem;
	font-weight:bold;
}
.meritList li p span{
	background:linear-gradient(transparent 60%, #F9FBBD 60%);
}
/* contents03 Setting
=========================================================================================== */
.contents03{
	background-image: url(../images/bg_pattern02.jpg);
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
}
.contents03 h2{
	font-size: 4.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1em;
}
.contents03 h2 span{
	font-size:2.4rem;
	display:block;
	margin-bottom:1em;
}
.contents03 h2 div{
	display: flex;
    justify-content: center;
    align-items: center;
}
.contents03 h2 strong{
	font-weight: 900;
	display:inline-block;
	font-size:7.2rem;
	background:#FFDA69;
	padding:0.2em 0.2em;
	line-height: 1;
	border-radius: 20px;
	margin-right:0.2em;
}
.pointList li{
	background:#F3F3F3;
	margin-bottom:4em;
	border-radius: 20px;
	padding:2em 4%;
	box-shadow: 10px 10px 0px 0px rgb(0, 0, 0, 0.2);
	position:relative;
}
.pointList li:nth-child(odd){
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.pointList li:nth-child(even){
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
.pointList li:nth-child(odd) .number{
	position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20%) translateX(-20%);
    display: inline-block;
    background: #DD863C;
    color: #FFF;
    height:100px;
    width:100px;
    border-radius:50%;
    line-height:100px;
    text-align:center;
    font-weight: 900;
    font-size: 54px;
}
.pointList li:nth-child(even) .number{
	position: absolute;
    top: 0;
	right:0;
    transform: translateY(-20%) translateX(20%);
    display: inline-block;
    background: #DD863C;
    color: #FFF;
    height:100px;
    width:100px;
    border-radius:50%;
    line-height:100px;
    text-align:center;
    font-weight: 900;
    font-size: 54px;
}
.pointList li .listImg{
	width:30%;
}
.pointList li .listImg img{
	width:100%;
	border-radius: 20px;
}
.pointList li .listText{
	width:66%;
}
.pointList li:nth-child(odd) .listText{
	margin-left:4%;
}
.pointList li:nth-child(even) .listText{
	margin-right:4%;
}
.pointList li .listText .subTtl{
	display:inline-block;
	background:#FFF;
	font-size:18px;
	padding:0.2em 0.5em;
	margin-bottom: 1em;
}
.pointList li .listText h3{
	font-size:3.2rem;
}
.pointList li .listText p:last-child{
	font-size:18px;
	margin-bottom:0;
}
/* contents04 Setting
=========================================================================================== */
.contents04 h2 span{
	display:block;
}
.contents04 h3{
	font-size:3.2rem;
	margin-bottom:1.5em;
}
.contents04 h3:before{
	content:"■";
	margin-right:0.5em;
	color:#DD863C;
}
.menuList{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin-bottom: 4em;
}
.menuList li{
	background:#FFF;
	border:4px solid #DD863C;
	border-radius: 20px;
    text-align: center;
    width: 30%;
    margin-left: 5%;
    margin-bottom: 1em;
	padding:2em 2%;
}
.menuList li:nth-child(3n+1){
	margin-left:0;
}
.menuList li h4{
	background:#DD863C;
	border-radius: 3em;
	color:#FFF;
	font-size:2.4rem;
	padding:0.5em;
}
.menuList li > span{
	font-size:18px;
	color:#DD863C;
	margin-bottom:1em;
	display: block;
}
.menuList li dl{
	display: flex;
    justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
}
.menuList li dl dt{
	width:50%;
	text-align:right;
	font-size:1.4rem;
}
.menuList li dl dd{
	width:46%;
	margin-left:4%;
	text-align:left;
	font-size:18px;
	font-weight:900;
}
.menuList li dl dt span{
	color:#C51F1F;
}
.menuList li dl dd strong{
	color:#C51F1F;
	font-weight:900;
	font-size:2.8rem;
}


/*.menuList li .price,
.menuList li .price span{
	font-size:3.2rem;
	color:#C51F1F;
	font-weight:900;
	margin-bottom:0;
}*/
.menuList li s{
	color:#707070;
	margin-right:0.2em;
}


.optionTable{
	background:#FFF;
	width:100%;
	border-radius: 10px;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	border: 2px solid #DD863C;
	margin-bottom:2em;
}
.optionTable th,
.optionTable td{
	padding:1.5em;
	border-right: 2px solid #DD863C;
    border-bottom: 2px solid #DD863C;
}
.optionTable th:last-child,
.optionTable td:last-child{
	border-right: none;
}
.optionTable thead th{
	background:#DD863C;
	color:#FFF;
	font-weight:400;
	text-align:center;
}
.optionTable tbody tr:last-child th,
.optionTable tbody tr:last-child td{
	border-bottom: none;
}
.optionTable tbody td:last-child{
	text-align:right;
}



/* contents05 Setting
=========================================================================================== */
.contents05{
	background-image: url(../images/bg_pattern02.jpg);
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
}
.voiceList li{
    margin-bottom: 3em;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.voiceList li .voiceImg{
    width: 170px;
	text-align:center;
}
.voiceList li .voiceImg img{
    width: 100%;
}
.voiceList li .voiceImg span{
	display:block;
	color:#DD863C;
}
.voiceList li .voiceText{
    background: #FFF;
    width: calc(100% - 220px);
    border: 4px solid #633A1B;
    padding: 2em 4%;
    border-radius: 10px;
    position: relative;
	margin-left: 50px;
}
.voiceList li .voiceText:before {
    content: "";
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
	left: -60px;
    transform: translateY(-50%);
    border: 30px solid transparent;
	border-right: 30px solid #633A1B;
}
.voiceList li .voiceText:after {
    content: "";
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
	left: -54px;
    transform: translateY(-50%);
    border: 30px solid transparent;
	border-right: 30px solid #FFF;
    z-index: 1;
}
.voiceList li .voiceText h3{
    font-size: 20px;
}
.voiceList li .voiceText p{
	margin-bottom:0;
}

.voiceBtn{
	text-align: right;
	font-size: 16px;
}
.voiceBtn a{
	position:relative;
	padding-right: 32px;
}
.voiceBtn a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_link.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* contents06 Setting
=========================================================================================== */
.contents06{
	background-image: url(../images/case_bg.jpg);
	background-size: cover;
	background-position: center;
}
.contents06 .imgOnlyStyle{
	margin-bottom:0;
	border-radius: 20px;
	box-shadow: 10px 10px 0px 0px rgb(0, 0, 0, 0.2);
	overflow: hidden;
    font-size: 0;
}
/* monitor Setting
=========================================================================================== */
.monitor{
	background:#F2F2F2;
}
.monitor a{
	background:#FFF;
	position:relative;
	color:inherit;
	text-decoration:none;
	border:8px solid #459DCA;
	display: block;
	transition: all .3s;
}
.monitor a:after{
	content: "";
    display: inline-block;
    background-image: url(../images/icon_link_b.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.monitor a:hover{
	background:#eff6f9;
}
.monitor .monitorBanner{
	padding:2em 4%;
}
.monitor .monitorBanner h2{
	font-weight:900;
	color:#459DCA;
	font-size:3.2rem;
	text-align: center;
}
.monitor .monitorBanner h2 span{
	display:inline-block;
	background:#459DCA;
	color:#FFF;
	padding:0.5em 2em;
	font-size:2.4rem;
}
.monitor .monitorBanner h2 strong{
	font-weight:900;
	font-size:5.2rem;
	background:linear-gradient(transparent 60%, #F9FBBD 60%);
}
.monitor .monitorBanner .innerColumnSet{
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.monitor .monitorBanner .innerColumnSet .columnImg{
	width:30%;
	margin-left:4%;
}
.monitor .monitorBanner .innerColumnSet .columnImg img{
	width:100%;
}
.monitor .monitorBanner .innerColumnSet .columnText{
	width:66%;
}
.monitor .monitorBanner .innerColumnSet .columnText dl ul{
	list-style:disc;
	padding-left:1em;
}

/* foamouenbanner Setting
=========================================================================================== */
.ouenBanner{
	position:relative;
	margin-bottom:4em;
}
.ouenBanner:after{
	content:"";
	display:inline-block;
	background: url(../images/ouen.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	width: 424px;
    height: 260px;
	position:absolute;
	bottom:0;
	right:-10px;
}
.ouenBanner .inner{
	background:#F6F6F6;
	border-radius: 20px;
	overflow:hidden;
}
.ouenBanner .inner h2{
	background:#DD863C;
	color:#FFF;
	font-size:4.2rem;
	text-align:center;
	padding:0.5em 1em;
	margin-bottom:0;
	font-weight:900;
}
.ouenBanner .inner .ouenBody{
	padding:2em 4%;
}
.ouenBanner .inner ul{
	font-size:2.4rem;
	line-height:180%;
}
.ouenBanner .inner ul li span{
	background:linear-gradient(transparent 60%, #F9FBBD 60%);
}
.ouenBanner .inner ul li:before{
	content: "■";
    margin-right: 0.5em;
}
/* foam Setting
=========================================================================================== */

.formTable{
	width:100%;
	margin-bottom:1em;
}
.formTable th,
.formTable td{
	padding:1em 0;
}
.formTable input[type="text"],
.formTable input[type="tel"],
.formTable input[type="email"],
.formTable select,
.formTable textarea{
	width: 100%;
    padding:1em;
	border:2px solid #DD863C;
	border-radius: 10px;
}
.formTable select{
	height:4em;
}
.formTable .schedule{
	width:auto;
}
.formTable input.schedule{
	width:auto;
	margin-right:2em;
}
.formTable .optionList li{
	margin-bottom:0.5em;
}
.formTable .required{
	font-size:14px;
	font-weight:normal;
	background:#DD863C;
	margin-left:0.5em;
	color:#FFF;
	display:inline-block;
	padding:0 0.5em;
	border-radius: 4px;
}
.formTable input[type="checkbox"]{
	display:none;
}
.formTable .checkboxStyle{
	cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.formTable .checkboxStyle:before {
    background: #fff;
    border: 2px solid #DD863C;
    content:"";
    display: block;
    height: 20px;
    left: 0px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.formTable .checkboxStyle:after {
    border-right: 2px solid #DD863C;
    border-bottom: 2px solid #DD863C;
    content: '';
    display: block;
    height: 10px;
    left: 7px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 6px;
}
input[type=checkbox]:checked + .checkboxStyle::after {
    opacity: 1;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}


#estimateTable{
	width:100%;
	margin-bottom:3em;
	overflow:hidden;
}
#estimateTable th,
#estimateTable td{
	padding:1em;
	border:1px solid #CCC;
}
#estimateTable thead th{
	background:#DD863C;
	color:#FFF;
}
#estimateTable tbody td:last-child,
#estimateTable tbody td:nth-child(3){
	text-align:right;
}
#estimateTable tbody th{
	background:#FFF8F2;
}
#estimateTable .total{
	border:4px solid #DD863C;
	font-size:18px;
	font-weight:bold;
}


.formBtn1{
	text-align:center;
}
.formBtn1 #submit_button{
	background: #DD863C;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:1.5em 4em;
	border-radius: 3em;
	border: none;
    cursor: pointer;
}
.formBtn1 #submit_button:hover{
	opacity: 0.7;
	transition: all .3s;
}
/***確認・完了画面****/
.checkFormBtnSet ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin:2em 0;
}
.checkFormBtnSet ul li{
	margin:0 1em;
}
.checkFormBtnSet ul .checkFormBtn{
	background:#DD863C;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding:1.5em 4em;
	border: none;
	border-radius: 3em;
    cursor: pointer;
	transition: all .3s;
}
.checkFormBtnSet ul .checkFormBtn:hover{
	opacity: 0.7;
}



.formTable input[type="text"].couponArea{
	width:30%;
	margin-right:1em;
}
.formTable .couponBtn{
	background:#DD863C;
	color:#FFF;
	padding:1em 2em;
	border: none;
    border-radius: 10px;
	font-size: 16px;
    font-weight: bold;
	cursor: pointer;
	font-family: inherit;
}
.formTable .couponBtn:hover{
	opacity: 0.7;
	transition: all .3s;
}


/* footer Setting
=========================================================================================== */
#footerContact{
	background:#F4EFEC;
}
#footerContact .inner{
	padding: 60px 0;
    width: 1100px;
    margin: 0 auto;
}
#footerContact .footerContactSet ul{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footerContact .footerContactSet li{
	background:#FFF;
	padding:2em 4%;
	width:48%;
	margin-left:4%;
	text-align:center;
}
#footerContact .footerContactSet li:nth-child(2n+1){
	margin-left:0;
}
#footerContact .footerContactSet li h2{
	font-weight:900;
}
#footerContact .footerContactSet li #footerTel a{
	font-size:4.2rem;
	font-weight:900;
	margin-bottom:0.5em;
	display: inline-block;
    line-height: 1;
}
#footerContact .footerContactSet li #footerTel a span{
	display: inline-block;
	vertical-align: middle;
}
#footerContact .footerContactSet li #footerTel a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../images/icon_tel_o.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
#footerContact .footerContactSet li p{
	font-size:14px;
	margin-bottom:0;
}

#footerContact .footerContactSet li .lineBtn a{
	background:#06c755;
	padding:1.5em 1em;
	color:#FFF;
	min-width: 300px;
	display:inline-block;
	border-radius: 20px;
	text-decoration:none;
	transition: all .3s;
	margin:2em 0;
}
#footerContact .footerContactSet li .lineBtn a:hover{
	opacity: 0.7;
}
#footerContact .footerContactSet li .lineBtn a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
	background-image: url(../images/icon_line.svg);
}


#footerArea{
	padding: 60px 0 10px;
	background:#459ECA;
	color:#FFF;
	text-align:center;
}
#copy{
	margin-bottom:0;
	font-size:14px;
}

/* subpage Setting
=========================================================================================== */
#subContentsHead{
	position:relative;
	background-image: url(../images/sub_mainvisual.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 50vh;
	margin: 0;
}
#subContentsHead .mainTitle{
	font-size: 4.2rem;
	color:#FFF;
	margin-bottom:0;
	font-weight:900;
	position:absolute;
	top:50%;
	left:50%;
	display:inline-block;
	transform: translateX(-50%) translateY(-50%);
}
.topBtnStyle1{
	margin-bottom:4em;
}
.topBtnStyle1 a{
	text-decoration:none;
	background: #DD863C;
    color: #FFF;
    font-size: 18px;
    padding: 1.5em 4em;
    border-radius: 3em;
	transition: all .3s;
}
.topBtnStyle1 a:hover{
	opacity: 0.7;
}
@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;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}