html { 
overflow-y:scroll;
}

.clear{
clear: both;
}

.pc{ display:block; }
.sp{ display:none; }
@media only screen and (max-width: 767px) {
.pc{ display:none; }
.sp{ display:block; }	
}

/*a:link,
a:visited{
color: #005fc3;
text-decoration: none;
}

a:hover{
color: #6296ca;
text-decoration: none;
font-weight: normal;
}*/

body{
text-align:left;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333;

}
@media only screen and (max-width: 767px) {
body{
width:100%;
background:none;
padding: 0
}
}


/*ヘッダー*/
@media only screen and (min-width: 768px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 100%;
max-width: 960px;
margin: 30px auto;
padding:0px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 767px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: flex-end;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
#head .logo img{
width: 170px;
}
#head .back img{
width: 130px;
}
}
@media only screen and (max-width: 540px) {
#head .logo img{
width: 150px;
}
#head .back img{
width: 115px;
}
}


/*カード会員限定*/
#komeri_aqua{
background-color:#FFFFFF;
color:#000;
font-size:1.8em;
font-weight:bold;
padding:10px 0;
margin:0;
padding-left:2.0em;
text-align:left;
position:relative;
}
@media only screen and (max-width: 767px) {
#komeri_aqua{
font-size:3.8vw;
text-align:left;
padding-left:1.0em;
padding-bottom:5px;
}
}
#komeri_aqua span{
text-align:center;
background: #000;
color: #fff;
padding: 2px 0;
display: block;
width: 5.0em;
position: absolute;
top: 7px;
right: 2%;
}
@media only screen and (max-width: 767px) {
#komeri_aqua span{
font-size:0.8em;
}
}


/*コンテンツ*/
#contents{
max-width: 850px;
margin: 0 auto;
padding-bottom: 10px;

clear: both;
}

#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align:center;
}

#contents a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

div.image{
text-align:center;
}

#contents .mainImage{
margin: 0;	
}
.wrapper{
}
.detail-inner {
width: 100%;
max-width: 960px;
padding: 0 20px;
margin: 0 auto 20px;
box-sizing: border-box;
}
h4{
text-align: center;
margin-bottom: 24px;
}
.flame{
border-radius: 30px;
box-sizing: border-box;
border: 1px solid #ccc;
background-color: #fff;
margin: 20px auto;
overflow: hidden;
width: 88.8%;
padding: 20px;
box-shadow: 6px 3px 14px -6px rgb(0,  0,  0, 0.6);
margin: 20px 6%;
}
.flame.radiusHead{
padding: 0 0 1.6em 0
}
.flame h3{
color: #fff;
font-weight: bold;
font-size: 1.6em;
text-align: center;
padding: 0.4em;
background: #c84895;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
width: 100%;
margin: 0 ;
box-sizing: border-box
}
.inner{
padding: 0 20px
}
.ma2rem{
margin: 2rem 0
}
.discList{
margin-left: 5em
}
.discList li{
line-height: 1.5;
margin-bottom: 0.5em;
list-style-type: disc
}

ul.btnBox {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
overflow: hidden;
margin-top: 15px; 
}

ul.btnBox li {
width: calc(33.33% - 7px);
margin-bottom: 10px;
text-align: center;
}

#contents .text_summary {
font-size: 35px;
line-height: 1.6;
padding: 10px 0;
}
#contents .text_summary span {
font-size: 14px;
padding-left: 1.0em;
text-indent: -1.0em; 
}

#contents .text_summary02 {
font-size: 1.5em;
padding: 5px 0 10px;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

#contents .noticeTxt {
font-size: 1.2em;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

ul.cam_botton_box1 {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around; 
}
ul.cam_botton_box1 li {
width: calc(40% - 7px);
margin-right: calc(21px / 2);
margin-bottom: 10px;
text-align: center;
}


ul.cam_botton_box1 li a {
border-radius: 40px;
font-weight: bold;
background: #EA6D0D;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 2.85em;
}
a.orangeBtn {
background: #EA6D0D;
}
a.btnRadius02 {
border-radius: 40px;
font-weight: bold;
width: auto;
height: 100%;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
}
a.fsSmall {
font-size: 1em;
padding: 0.6em 0.5em;
}
@media only screen and (min-width: 768px) {
.btnList{
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
flex-wrap: wrap;
}
.btnList li{
width: calc( 40% - 10px);
margin-bottom: 15px
}
h4{
font-size: 1.2em
}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
} 
}

@media only screen and (max-width: 767px) {
#contents{
width: 100%;
margin: 0 auto;
max-width: 960px;
}	
#contents img{
width: 100%;
margin: 0 auto;
max-width: 960px;
height:auto;
}	 
.detail-inner {
padding: 0 15px;
} 
.flame{
width:89%;
padding:5px;
margin: 10px 6%;
border-radius: 10px
} 
.inner{
padding: 0 10px
} 
.flameHead{
font-size:1.1em;
padding: 10px; 
}
.flame h3{
color: #fff;
font-weight: bold;
font-size: 1.3em;
text-align: center;
padding: 0.3em;
background: #c84895;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
margin: 0;
box-sizing: border-box
}
.ma2rem{
margin: 1rem 0
} 
.flameContent p {
font-size: 1em;
} 
.discList{
margin: 1em 2em 1em 3em;
font-size: 0.9em;
} 

.btnList{
margin: 0 10px
}
.btnList li{
margin-bottom: 15px
} 
ul.btnBox li { 
width: 100%;
margin-right: 0px;
margin-bottom: 10px; 
}
#contents .text_summary {
font-size: 1.25em;
padding: 5px 0;
margin-top: 5px;
}

#contents .text_summary02 {
font-size: 1.0em;
margin: 10px 8px;
} 
#contents .noticeTxt {
font-size: 0.95em;
margin: 10px 8px;
} 

ul.cam_botton_box1 li {
width: 100%;
margin: 10px;  
}  
}
.cardcarset{
margin: 1em 0;
}
.cardcarset h3{
font-size: 1.5em;
color: #333;
background-color: #efefef;
padding: 0.6em 0.5em;
box-sizing: border-box;
font-weight: bold;
margin: 2em 0 1em 0;
}
.cardcarset p{
margin: 0 0 2em 0;
line-height: 1.7;
font-size: 1.25em;
font-weight: bold;
}
.cardcarset ul{
margin: 0 0 2em 0;
}
.cardcarset ul li{
line-height: 1.5;
list-style: disc;
margin: 0 0 0.6em 1.5em;
font-size: 1.25em;
font-weight: bold;
}
.period {
font-size: 1.8em;
}
@media only screen and (max-width: 767px) { 
.cardcarset{
margin: 1em 1em;
} 
.cardcarset h3{
font-size: 1em;
margin: 2em 0 1em 0;
} 
.cardcarset p{
line-height: 1.5;
font-size: 0.9em;
} 
.period {
font-size: 1em;
} 
.cardcarset ul li{
line-height: 1.5;
font-size: 0.9em;
} 
}


/*モーダル
--------------------------------------*/
.modal_trigger {
}
.modal_trigger img {
cursor: pointer; 
}
.modal_trigger img:hover {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}

@-webkit-keyframes slideRightBg {
0% {
opacity: 0;
left: -50%;
}
100% {
opacity: 1;
left: 0;
}
}

@keyframes slideRightBg {
0% {
opacity: 0;
left: -50%;
}
100% {
opacity: 1;
left: 0;
}
}

.modal_box {
display: none;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.modal_bg {
background-color: rgba(30, 30, 30, 0.9);
height: 100%;
width: 100%;
}
.modal_inner {
background-color: #fff;
left: 50%;
padding: 30px 20px 20px;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 900px;
width: 60%;
border-radius: 20px;
box-sizing: border-box; 
}
.modal_close {
cursor: pointer;
position: absolute;
right: 10px;
top: 0;
font-size: 2rem;
}
.service-items {
display: flex;
justify-content: center; 
}
.service-items:nth-child(even) {
flex-direction: row-reverse;
}
.service-items .item-img {
width: 50%;
padding: 0 12px;
}
.service-items .item-img img {
margin: 8px 0;
width: 100%; 
}
@media screen and (max-width: 480px) {
.modal_trigger {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.modal_trigger li {
width: 47.5%;
margin-top: 20px;
max-width: inherit;
}
.modal_trigger li + li {
margin-left: 0;
}
.modal_inner {
width: 90%;
padding: 25px;
}
.modal_close {
top: 5px;
font-size: 2.2rem;
}
.service-items {
display: flex;
flex-wrap: wrap;
} 
.service-items .item-img {
width: 100%;
padding: 0 12px;
} 
} 


/*アプリ誘導*/
ul.appBox{
border-bottom:none;
overflow:hidden;
clear:both;
}

ul.appBox li{
display:block;
float:left;
width:48%;
margin:10px 1% 5px;
}
ul.appBox li span.heading{
display:block;
width:100%;
color:#fff;
text-align:center;
background-color:#c84895;	 
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
padding:5px 2%;
font-size:1.2em;
font-weight:bold;
margin-bottom:5px;
box-sizing: border-box;
}

ul.appBox li span.heading br{
display:none;
}
ul.appBox li span.bnrImage{
display:block;
float:left;
width:100%;
margin-top:5px;
}

@media only screen and (max-width: 640px) {
ul.appBox li span.heading{
font-size:0.75em;
line-height:1.0;
margin-bottom:0;
}
ul.appBox li span.heading br{
display:block;
} 
}

@media only screen and (max-width: 767px) {
ul.appBox li span.bnrImage{
width:100%;
}
.modal_inner {
width: 90%;
}
    .service-items .item-img {
width: 90%;
}
}
ul.appBox li span.image img{
width:100%;
height:auto;	
}

a.topPage{
display:block;
margin:40px auto 60px;
width:18.0em;
text-align:center;
font-size: 18px;
font-weight: bold;
background-color: #969494;
padding: 10px 0;
border-radius: 30px;
color: #fff;
text-decoration: none;
}

a.topPage:link,
a.topPage:visited,
a.topPage:hover,
a.topPage:active{
color: #fff;
}
a.topPage:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 540px) {
a.topPage{
width:90%;
margin:20px 5% 40px;
}	
}

/*コピーライト
--------------------------------------*/
@media only screen and (min-width: 768px) {
#copyright {
width: 100%;
margin: 0 auto;
max-width: 960px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
clear: both;;
}
} 
@media (max-width: 767px) and (min-width: 320px){
#copyright {
width: 100%;
margin: 0 auto; 
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
font-size: 0.8em;
clear: both;
}
}

/*ページトップ
--------------------------------------*/
#pageTop img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
#pageTop {
display: block;
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 80px;
height: 80px;
z-index: 9999;
} 
}
@media (max-width: 767px) and (min-width: 320px) {
#pageTop {
display: block;
position: fixed;
bottom: 25px;
right: 10px;
width: 42px;
height: 42px;
}
}



/*マージン等
--------------------------------------*/
.mt10{
margin-top:10px !important;
}
.mt20{
margin-top:20px !important;
}
.mt30{
margin-top:30px !important;
}
.mt40{
margin-top:40px !important;
}
.mt50{
margin-top:50px !important;
}

.mb10{
margin-bottom:10px !important;
}
.mb20{
margin-bottom:20px !important;
}
.mb30{
margin-bottom:30px !important;
}
.mb40{
margin-bottom:40px !important;
}
.mb50{
margin-bottom:50px !important;
}



/*各メーカー
--------------------------------------*/

.two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column {
  width: 100%;
}

@media (min-width: 768px) {
 .column {
    width: calc(100%/ 2);}
	
p.indent{
font-size: 35px;
}
	
p.indent .mini {
 font-size: 28px;
}	
}

p.indent{
  padding-left: 1em;
  text-indent: -1em;
margin: 15px 0px 15px 5px;
}

@media(max-width: 640px) {
p.indent{
font-size: 20px;
}
	
p.indent .mini {
 font-size: 15px;
}	

}



/*モーダル*/


/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
