@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 100px 4% 80px;
	overflow-y: scroll;
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #6c6c6c;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 1em 0;
}




.headerTelSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
}
.headerTelSp a{
    color: #FFF;
}
.headerTelSp span{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}
.headerContactSp a{
	padding:1em;
	display:block;
	color:#FFF;
	text-align: center;
	background:#B92145;
}
.headerContactSp a span{
	display: flex;
    align-items: center;
	justify-content: center;
}
.headerContactSp a span: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: 1em;
}
/* メニュー展開時、ロゴフォントの色変更 */
body.fixed #headerSet #headerLogoSet #headerLogo a{
    color: #FFF;
    transition: all .5s;
}
/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #B92145;
    width: 64px;
    height: 64px;
	cursor: pointer;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}
.showSp960{
	display:none;
}

/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 1280px) {
#indexContentsHead #mainVisual{
    right: 4%;
    bottom: inherit;
    top: 50%;
    transform:translateY(-50%);
    width: 50%;
    min-width: inherit;
}

@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
.showOnlySp1100{
	display:block;
}
html{
	font-size:1vw;
}
/* Header Setting
=========================================================================================== */
#headerSet #headerMenuSet{
	display:none;
}
#headerSet #headerContactSet{
	display:none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
/*#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}*/
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}

/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch{
    padding: 0 4%;
}
.priceList li span{
    font-size: 2.4rem;
}
.priceList li em{
    font-size: 1.6rem;
    margin-left: 0.5em;
}
.reasonList li h3{
    font-size: 2.4rem;
}
/* footer Setting
=========================================================================================== */
footer #footerContact .inner{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
footer #footerContactBtn li a{
    width: 100%;
}
footer #footerContactBtn li.contact{
    margin-left: 4%;
}
footer #footerArea section{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 0 0 0 4%;
}
#headerSet #headerLogoSet #headerLogo a span{
    font-size: 14px;
}
#headerSet #headerLogoSet #headerLogo a strong{
    font-size: 24px;
}
#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	padding:40px 4%;
}
.ttlStyle2{
	font-size:20px;
}
.ttlStyle3 span{
    display: block;
}
/*#subContentsHead{
    margin-bottom: 0;
}
#subContentsHead .mainVisual{
    height: 28vh;
    min-height: inherit;
}
article section{
	padding:40px 4%;
}
table colgroup{
	display:none;
}

.columnSet{
    display: block;
}
.columnSet .column2{
    width: 100%;
    margin-left: 0;
}
/*



/* contact Setting
=========================================================================================== */
/*.telBox h2{
    font-size: 20px;
}
.contactTable1{
    font-size: 16px;
}
.contactTable1 th,
.contactTable1 td{
    display: block;
}
.contactTable1 td{
    padding-top: 0;
}
.contactTable1 .mwform-tel-field input[type="text"]{
	width:30%;
}
.formBtn1{
	display:block;
}
.formBtn1 li{
	margin:0;
	margin-bottom:2em;
}
.formBtn1 input{
	min-width:auto;
	width:100%;
}*/
/* index Setting
=========================================================================================== */
#indexContentsHead{
    padding-top: 64px;
    height: auto;
    padding-bottom: 4em;
}
#indexContentsHead #mainVisual{
    width: 100%;
    transform:none;
    position: static;
    text-align: center;
}
#indexContentsHead #mainVisual img{
    width: 70%;
}
#indexContentsHead .mainCatch{
    position: static;
    transform:none;
    text-align: center;
}
#indexContentsHead .mainCatch span{
    font-size: 13px;
}
#indexContentsHead .mainCatch span:before{
    left: 50%;
    transform: translateX(-50%);
}
#indexContentsHead .mainCatch strong{
    font-size: 5.8rem;
}



.priceList{
    display: block;
}
.priceList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 1em;
}
.priceList li span{
    font-size: 20px;
}
.priceList li strong{
    font-size: 42px;
}
.priceList li em{
    font-size: 14px;
}


.aboutColumnSet{
    display: block;
}
.aboutColumnSet .columnText{
    width: 100%;
    margin-left: 0;
}
.aboutColumnSet .columnText .imgOnlyStyle{
    text-align: center;
}
.aboutColumnSet .columnText .imgOnlyStyle img{
    width: 60%;
}
.aboutColumnSet .columnImg{
    display: none;
}



.featureList li{
    width: 48%;
    margin-left: 2%;
}
.featureList li:nth-child(3n+1) {
    margin-left: 2%;
}
.featureList li:nth-child(2n+1) {
    margin-left: 0;
}
.featureList li .imgOnlyStyle img{
    width: 70%;
}
.featureList li p{
    font-size: 14px;
    text-align: left;
}


.reasonList{
    display: block;
}
.reasonList li{
    width: 100%;
    margin-left: 0;
}
.reasonList li h3{
    font-size: 20px;
}



.voiceList{
    display: block;
}
.voiceList li{
    width: 100%;
    margin-left: 0;
}




.areaColumnSet{
    display: block;
}
.areaColumnSet .columnL{
    width: 100%;
    margin-left: 0;
}
.areaColumnSet .columnR{
    width: 100%;
    margin-left: 0;
}



.faqList dt:before{
	width:40px;
	height:40px;
	margin-right:10px;
	line-height: 40px;
}
.faqList dt span{
	width:calc(100% - 50px);
}
.faqList dd{
    align-items: flex-start;
}
.faqList dd:before{
	width:40px;
	height:40px;
	margin-right:10px;
	line-height: 40px;
}
.faqList dd span{
	width:calc(100% - 50px);
}
/* footer Setting
=========================================================================================== */
footer #footerContact .inner{
	padding:40px 4%;
}
footer #footerContact .footerTel a:before{
    vertical-align: middle;
    margin-right: 10px;
}
footer #footerContactBtn{
    display: block;
}
footer #footerContactBtn li{
    width: 100%;
    margin-bottom: 2em;
    display: block;
}
footer #footerContactBtn li a{
    padding: 1em 4%;
    display: block;
    width: 100%;
    font-size: 18px;
}
footer #footerContactBtn li.contact{
    margin-bottom: 0;
    margin-left: 0;
}
footer #footerArea{
    padding: 0;
}
footer #footerArea section{
    padding: 40px 4%;
}
}
@media screen and (max-width: 579px) {
}