@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

body{
font-family: 'Shippori Mincho', serif;
font-family: 'Shippori Mincho', serif;
background:#fff;	
line-height: 1.7em;
color:#000;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1024px;    
	overflow-x: hidden;
}

.min{
   font-family: 'Shippori Mincho', serif;
}

.en1{
    font-family: 'Shippori Mincho', serif;
    font-weight: 400;
}

@media (max-width: 768px) {
body{
    overflow-x: hidden;
    min-width: initial;
}
}

img{
border:0;
outline:none;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{ text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:15px; z-index: 50;}
/*#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }*/
#page-top a{
    display:block;
    width:22vw;
    height: auto;
    text-decoration: none;
    }
@media (max-width: 768px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media (max-width: 1000px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 1000px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 1000px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn{
    display: block; 
    height: 48px;
    line-height: 48px;
    text-align: center; 
    border:1px solid #000;
    text-decoration: none; 
    color: #000; 
    background:#fff; 
    margin: 0 auto;
}

.btn:hover{
    background:#000; 
    color: #fff !important; 
    text-decoration: none;
}
.btn i{padding:0 5px;}

.btn-blue{
	border-color: #00487f !important;
	background: #00487f !important;
	color: #fff !important;
}

.btn-blue:hover{
	background: #fff !important;
	color: #00487f !important;
}

.btn-small{
    display: inline-block;
    background:#ddd;
    border: 1px solid #ddd;
    text-decoration: none !important;
    border-radius: 6px;
    color: #000;
    text-align: center;
	font-size: 12px;
	padding: 3px 8px;
}
.btn-small:hover{background: #fff; color: #000 !important;}



@media (max-width: 320px) {

.btn{
    display: block; 
    height: 36px;
    line-height: 36px;
    }
    
}

/*==================================================
全体コンテンツエリア
================================================== */
.site-logo img {
    width: auto;
    height: auto;
    vertical-align: bottom;
    /* margin: 17px 0 0 10px; */
    width: 108px;
    position: absolute;
    top: 5px;
    left: 15px
}
.contents-area{
    width: 1000px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

#top-contents{
    padding: 50px 0;
}

.contents-basic{
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.contents-area{width: 94%; margin-left: auto; margin-right: auto; position: relative;}    
.page-wrapper{padding-top: 0;}      
}


@media (max-width: 768px) {
    
.contents-area, .contents-area-small{width: 86%; }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}
.contents-area2, .contents-area-small2{
width: 100%; 
text-align: center;
 }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}
@media (max-width: 320px) {
.page-contents{padding:30px 0 20px;}  
.page-wrapper{padding-top: 0;}
.contents-basic{padding: 10px;}    
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;  
    letter-spacing: 0.04em; 
    margin: 0 auto 30px ; 
    font-size: 38px; 
    position: relative; 
    font-weight: 600;
    line-height: 1;
}

.title-contents small{
    padding-left: 25px;
    font-size: 45%;
    vertical-align: middle;
}

.title-basic{
    display: block;
    margin-bottom: 40px;
    font-size: 32px;
}



@media (max-width: 768px) {
.title-contents{
    margin: 0 auto 30px ; 
    font-size: 32px; 
}

.title-contents small{
    padding-left: 10px;
}

.title-basic{
    margin-bottom: 30px;
    font-size: 26px;
}
	

	
}

@media (max-width: 320px) {

}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media (max-width: 768px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

#header-contents{
    position: relative;
}

#top-header{
}

.site-logo{
	
}

.site-logo img{
   
    margin: 10px 0;
	
}

@media (max-width: 768px) {
    
    #pc-header{
        display: none;
    }
    
.site-logo{
}

.site-logo img {
    width: auto;
    height: auto;
    vertical-align: bottom;
    /* margin: 17px 0 0 10px; */
    width: 108px;
    position: absolute;
    top: 5px;
    left: 15px
}
.icon_lista {
    font-size: 20px;
    color: #000;
    padding: 0 5px;
    position: relative;
    width: 22px;
    display: block;
}
}


@media (max-width: 320px) {
    .site-logo{
        top: 13px;
        left: 6px;
    }
.site-logo img{
    height: 34px;
	vertical-align: bottom;
} 
    
}



/*==================================================
footer
================================================== */

footer {
    clear: both;
    margin: 0;
    padding: 15px 0 !important;
    background-color: #f5f5f5 !important;
    position: relative;
    /* background: #000; */
}

footer .contents-area{
	display: flex;
}

footer .contents-area > div{
	width: calc(100%/2);
	font-size: 12px;
}

footer .contents-area > div:last-child{
	text-align: right;
}

footer a{color: #000 !important;}
footer a:hover{text-decoration: underline !important;}


@media (max-width: 768px) {

footer{
    padding: 25px 0;
	text-align: center;
}

footer .contents-area{
	display: block;
}

footer .contents-area > div{
	width: 100%;
}

footer .contents-area > div:last-child{
	text-align: center;
	padding-top: 0px;
         line-height: 17px;
}

}

/*==================================================
トップページ
================================================== */

#mainimg-top{
	margin-top: 70px;
    width: 100%;
    background: url("../images/top.png") center center no-repeat;
    background-size: cover;
    height: 60vh;
    padding-bottom: 0px;
    position: relative;
}


#mainimg-top > div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.main-catchcopy{
	position: absolute;
	left: 0;
	bottom: 5vh;
	width: 65%;
}

.img-device{
	position: absolute;
	width: 35%;
	right: 0;
	bottom: -100px;
}
.main-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    width: 51%;
}

.img-bttn {
    position: absolute;
    width: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 65%;
}
@media (max-width: 768px) {
.main-top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 22%;
    width: 80%;
}

    
#mainimg-top {
    margin-top: 60px;
    height: 420px;
    padding-bottom: 100px;
}



#mainimg-top > div{
    width: 90%;
	text-align: center;
}

.main-catchcopy{
	bottom: 25vh;
	width: 100%;
}

.img-device{
	width: 65%;
}
    
}

/*========top-catchcopy=======*/

#top-catchcopy{
    padding: 60px 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.2;
}

@media (max-width: 768px) {
    
#top-catchcopy{
    padding: 25px 20px 10px;
    font-size: 14px;
    line-height: 1.8;
}    
    
}
#top-catchcopy2{
    padding: 60px 0 20px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.2;
}

@media (max-width: 768px) {
    
#top-catchcopy2{
    padding: 25px 20px 10px;
    font-size: 14px;
    line-height: 1.8;
}    
    
}
/*========merit=======*/

#merit{
	position: relative;
	padding-bottom: 150px;
}

.title-en{
	font-size: 100px;
	color: #e1ebf4;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: -1;
}

.box-y{
	text-align: center;
	font-size: 70px;
	color: #1c3b57;
}

.ul-merit{
	list-style: none;
	display: flex;
	margin-top: 30px;
}

.ul-merit li{
	width: calc(100%/4);
}

.ul-merit li a{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
	color: #fff !important;
	text-decoration: none !important;
	height: 100px;
}

.ul-merit li:first-child a{background-color: #d1503f;}
.ul-merit li:nth-child(2) a{background-color: #5481e8;}
.ul-merit li:nth-child(3) a{background-color: #59a05c;}
.ul-merit li:last-child a{background-color: #ebb940;}

@media (max-width: 768px) {
	
#merit{
	padding-bottom: 50px;
}

.title-en{
	font-size: 80px;
	top: 70px;
}

.box-y{
	font-size: 50px;
}

.ul-merit{
	margin-top: 50px;
	flex-direction: row;
	flex-wrap: wrap;
}

.ul-merit li{
	width: calc(100%/2);
}

.ul-merit li a{
	width: 100%;
	height: 100px;
	font-size: 13px;
}
	
}


/*========merit-contents=======*/

.box-merit{
	position: relative;
	margin-bottom: 50px;
}

.title-merit{
	display: block;
	font-size: 28px;
	line-height: 1;
	margin-left: 5px;
}

#merit-01 .title-merit{color: #d1503f;}
#merit-02 .title-merit{color: #5481e8;}
#merit-03 .title-merit{color: #59a05c;}
#merit-04 .title-merit{color: #ebb940;}

#merit-02 .title-merit,
#merit-04 .title-merit{
	text-align: right;
	margin-left: 0;
	margin-right: 5px;
}

.title-merit strong{
	border-bottom: 4px solid;
	font-weight: normal;
	padding-bottom: 10px;
}

#merit-01 .title-merit strong{boeder-color: #d1503f;}
#merit-02 .title-merit strong{boeder-color: #5481e8;}
#merit-03 .title-merit strong{boeder-color: #59a05c;}
#merit-04 .title-merit strong{boeder-color: #ebb940;}

.title-merit strong span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.box-merit img{
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#merit-02.box-merit img,
#merit-04.box-merit img{
	right: inherit;
	left: 0;
}

.txt-merit{
	width: 58%;
	box-sizing: border-box;
	padding: 50px 150px 50px 30px;
	line-height: 2.0;
	margin-top: 18px;
}

#merit-02 .txt-merit,
#merit-04 .txt-merit{
	margin-left: 42%;
	padding: 50px 30px 50px 150px;
}

#merit-01 .txt-merit{background-color: #fdeeec;}
#merit-02 .txt-merit{background-color: #ecf1fd;}
#merit-03 .txt-merit{background-color: #effef0;}
#merit-04 .txt-merit{background-color: #fdf7ea;}

@media (max-width: 768px) {
	
.box-merit{
	margin-bottom: 35px;
}

.title-merit{
	font-size:18px;
	margin-left: 0;
}

#merit-02 .title-merit,
#merit-04 .title-merit{
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.title-merit strong{
	display: block;
	padding: 0 5px 10px;
}

.title-merit strong span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.box-merit img{
	width: 90%;
	height: 195px;
	object-fit: cover;
	top: 75px;
	right: inherit;
	left: 5%;
}

#merit-02.box-merit img,
#merit-04.box-merit img{
	right: inherit;
	left: 5%;
}

.txt-merit{
	width: 100%;
	padding: 220px 5% 20px;
	line-height: 2.0;
	margin-top: 0;
}

#merit-02 .txt-merit,
#merit-04 .txt-merit{
	margin-left: 0;
	padding: 220px 5% 20px;
}
	
}

/*========about=======*/

#about{
	width: 100%;
    margin: 70px 0 0;
    padding:20px 0 70px;
    position: relative;
    background:#024480;
	color: #fff;
}

#about:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw ;
    border-color: #fff transparent transparent transparent;
}

#about .contents-area{
	padding-top: 130px;
}

#about .title-en{
	z-index: 1;
	color: #18558c;
	display: block;
	width: 100%;
	text-align: center;
	top: 90px;
}

.title-about{
	display: block;
	position: relative;
	text-align: center;
	font-size: 32px;
	color: #ebb940;
	z-index: 2;
	margin-bottom: 70px;
}

#what-about{
	text-align: center;
	margin-bottom: 70px;
}

#what-about article{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	height: 46px;
	line-height: 46px;
	border-radius: 8px;
	border: 2px solid #ebb940;
	background: #fff;
	color: #ebb940;
	margin: 0 15px;
	width: 150px;
}

#what-about article.plus{
	width: auto;
	border: none;
	background-color: transparent;
	font-size: 48px;
}

.img-about{
	width: 32%;
	margin: 0;
	float: right;
	font-size: 12px;
}

.img-about img{
	width: 100%;
}

.txt-about{
	width: 60%;
	float: left;
	line-height: 2.2;
}

.txt-about p{
	margin-bottom: 50px;
}


@media (max-width: 768px) {

#about{
    margin: 30px 0 0;
    padding:20px 0 50px;
}

#about:before{
    border-width: 50px 0 0 100vw ;
}

#about .contents-area{
	padding-top: 70px;
}

#about .title-en{
	font-size: 36px;
	top: 50px;
}

.title-about{
	font-size: 24px;
	margin-bottom: 50px;
}

#what-about{
	margin-bottom: 50px;
}

#what-about article{
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
	width: 120px;
}

#what-about article.plus{
	font-size: 42px;
	margin: 0;
}

.img-about{
	width: 100%;
	margin: 0;
	float: none;
	text-align: center;
}

.img-about img{
	width: 60%;
}
	
.img-about span{display: block;}

.txt-about{
	float: none;
	width: 94%;
	line-height: 1.7;
	margin: 0 auto 30px;
}

.txt-about p{
	margin-bottom: 30px;
}

    
}

/*========plan=======*/

#plan{
	background: #f5f5f5;
	padding: 25px 0;
}

.ul-plan{
	display: flex;
	list-style: none;
}

.ul-plan li{
	width: calc(100%/3);
}

.ul-plan li article{
	width: 86%;
	border: 1px solid #024480;
	background: #fff;
	padding: 40px 5%;
	margin: 0 auto;
}

.ul-plan li article h3{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #024480;
	margin-bottom: 35px;
}

.ul-plan li article h3 span{
	display: block;
	margin: 0 auto;
	height: 15px;
	border-bottom: 4px solid #024480;
	width: 20%;
}

.txt-plan{
	line-height: 1.8;
}


@media (max-width: 768px) {

#plan{
	padding: 25px 20px;
}

.ul-plan{
	display: block;
}

.ul-plan li{
	width: 100%;
}

.ul-plan li article{
	width: 100%;
	padding: 30px 5%;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

.ul-plan li article h3{
	font-size: 18px;
	margin-bottom: 30px;
}
	
}

/*========voice=======*/

#voice{
	position: relative;
}

#voice .title-en{
	z-index: 1;
	color: #f5f5f5;
	display: block;
	width: 100%;
	text-align: center;
	top: 35px;
	font-size: 120px;
}

.title-voice{
	display: block;
	position: relative;
	text-align: center;
	font-size: 32px;
	z-index: 2;
	margin-bottom: 70px;
	padding-top: 80px;
}

#voice article{
	text-align: center;
}

.img-ill{
	width: 80%;
	vertical-align: bottom;
}

@media (max-width: 768px) {
	#voice .contents-area{
		width: 100%;
	}
#voice .title-en{
	top: 8px;
	font-size: 54px;
}

.title-voice{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
	padding-top: 25px;
}

#voice article{
	text-align: center;
}

.img-ill{
	width: 100%;
	vertical-align: bottom;
}
}

/*========cta=======*/

#cta{
	position: relative;
	padding-bottom: 50px;
}

#cta .contents-area{
}

.title-cta{
	display: block;
	line-height: 100px;
	color: #fff;
	position: absolute;
	top: -120px;
	width: 100%;
	font-size: 38px;
}

.ul-cta{
	display: flex;
	list-style: none;
}

.ul-cta li{
	width: calc(100%/4);
	height: 100px;
}

.ul-cta li:first-child{background-color: #d1503f;}
.ul-cta li:nth-child(2){background-color: #5481e8;}
.ul-cta li:nth-child(3){background-color: #59a05c;}
.ul-cta li:last-child{background-color: #ebb940;}

.img-model{
	width: 22%;
	position: absolute;
	right: 30px;
	top: -230px;
	z-index: 5;
}

.img-btn{
	display: block;
	width:90%;
	margin: 20px auto 0;
}

@media (max-width: 768px) {

#cta{
	padding-bottom: 20px;
}

#cta .contents-area{
	width: 96%;
}
	

.title-cta{
	text-align: center;
	line-height: 80px;
	top: -80px;
	font-size: 17px;
}

.ul-cta li{
	height: 80px;
}

.img-model{
	width: 22%;
	right: 40px;
	top: -25px;
}

.img-btn{
	width:100%;
	margin: 20px auto 0;
}
	
}

/*========accordion=======*/

dl.accordion {
    margin: 0 0 80px;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0; 
    padding: 5px 0;
    margin-bottom: 10px;
}

dl.accordion dt:hover{
    cursor:pointer;
    color:#0dc7d3;
    text-decoration: none;
}

dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
}

dl.accordion dt i{
    display: inline; 
    color: #0dc7d3; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: bold; 
    padding-right: 10px ;
}
dl.accordion dt span{
    display: inline; 
    padding-right: 10px;
}

dl.accordion dt:hover span{
    text-decoration: none;
}
 
dl.accordion dd {
    display:none; 
    margin: 0 0 20px; 
    background: #e9f6f7; 
    border-radius: 6px;
    padding: 25px; 
}



@media (max-width: 768px) {

dl.accordion dt span, dl.accordion dt i{
    padding-right: 5px;
}

  
}

/*==================================================
404 page
================================================== */

#contents404{margin-top: 150px; padding: 50px 0; text-align: center;}
#contents404 h3{display: block; font-size: 200%; margin: 0 0 50px; font-weight: normal; line-height: 1.8em;}
#contents404 h4{display: block; font-size: 120%; margin: 0 0 50px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 320px; margin: 0 auto 25px; border-radius: 30px;}

@media (max-width: 768px) {
#contents404{margin-top: 100px; padding: 20px 0; }
#contents404 h3{display: block; font-size: 160%; margin: 0 0 30px; font-weight: normal; line-height: 1.6em;}
#contents404 h4{display: block; font-size: 100%; margin: 0 0 30px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 90%; margin: 0 auto 15px; border-radius: 30px;}
}


/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse; 
    border:1px solid #ddd; 
    box-sizing:border-box; 
    margin: 0 auto; 
    width: 100%;
}

.table th{
    border:1px solid #ddd; 
    width: 140px; 
    background: #f8f8f8; 
    font-weight:normal; 
    text-align:center; 
    padding:25px 15px; 
    vertical-align: middle;
}

.table td{
    border:1px solid #ddd; 
    font-weight:normal; 
    padding:25px 15px;
}

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 768px) {
    
.table{
    border:none; 
}

.table th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none; 
    text-align:center; 
    padding:15px 0; 
    border-bottom: 2px solid #ddd;
}

.table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border:none;  
    padding:20px 10px 25px; 
}

.table-dotted-border th{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 0;
	border-bottom: none;
}

.table-dotted-border td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 12px 0 15px 15px;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
}



/*==================================================
リスト
================================================== */

.ol-basic{
	margin: 0 0 0 25px;
}

.ol-basic li{
	margin: 10px 0;
}

.ul-square{
	margin-left: 20px;
	list-style: square;
}

.ul-basic{
    margin-left: 22px;
}

@media (max-width: 768px) {

}

@media (max-width: 768px) {
}


/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#000 !important;}
.fc-red{color:#cb0303 !important;}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto 100px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 8px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

@media (max-width: 768px) {

.PageList {text-align: left; clear: both; margin:30px auto 10px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px 35px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 12px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

}

/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
/****--------- ふわふわ ---------****/
.fwari{
  animation:fwari ease-in-out 2s infinite alternate;
  -webkit-animation:fwari ease-in-out 2s infinite alternate;
  -moz-animation:fwari ease-in-out 2s infinite alternate;
}
@keyframes fwari{
  0%   { transform:translate(0%, 0%); }
  100% { transform:translate(0%, -30px); }
}
@-webkit-keyframes fwari{
  0%   { -webkit-transform:translate(0%, 0%); }
  100% { -webkit-transform:translate(0%, -30px); }
}

@-moz-keyframes fwari{
  0%   { -moz-transform:translate(0%, 0%); }
  100% { -moz-transform:translate(0%, -30px); }
}
.btn, a.btn, button.btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    height: auto;
}

.btn-wrap-pc-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 73%;
    position: absolute;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn-pc-sp--contact {
    color: #fff;
    background: #ff0303;
    border: none;
}


a.btn-pc-sp--tel {
    color: #fff;
    background: #006899;
    border: none;
}


.fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0.3rem;
}

.img-ow{
    width: 100%;
    margin: 20px 0;
}
.img-zo {
    width: 100%;
    margin: 0px 0 19px;
}

.col_4{
margin-top: 15px;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
color: #FFF; /* 文字の色 */
text-align: center; /* 内容は中央配置 */
}
.col_4 a {
    color: #000;
}

.col_4 > div {
    width: 25%;
    height: 200px;
    padding: 22px;
    background: #ffffff;
    margin: 0px 0px;
    border: solid 1px #010e34;
    font-size: 12px;
    /* vertical-align: middle; */
    /* display: table-cell; */
    color: #000;
    padding: 20px 30px;
}

@media screen and (max-width: 1090px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
.col_4 > div {
    width: 48%;
    height: auto;
    padding: 10px 0px;
    margin-bottom: 4px;
    background: #ffffff;
    margin: 2px auto;
}
	}

#zoutei{
    margin: 20px 10px;
}
#ft-menu{
    margin: 20px 10px;
}

 #registration-1 {
    margin-top: 56px;
}


.title-2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #fff; 
    color: #221815;
    padding: 20px 10px;
    border-bottom: double #221815 5px;
}

.text-p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
}
.a-form__sns__icon {
    margin-right: 10px;
    width: 26px;
    height: auto;
}
.a-btn__outline {
    margin: 0;
    margin-left: auto;
    width: 70px;
    font-weight: 400;
    font-size: 95%;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
   height: auto !important;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: auto !important;
  text-align: center;
  text-align: center;
}

.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.nickname{
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}
.point{
    padding: 0 10px;
    font-size: 17px;
    color: #cb1414;
}
.timer{
    text-align: center;
    background: #ef0000;
    color: #fff;
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 7px;
}
 .rireki_list{
    border: solid 1px #eee;
}

ul.rireki {
    /* font: 14px/1.6 'arial narrow', sans-serif; */
    padding: 10px;
    color: #1e1e1e;
    background: #ffffff;
    border-bottom: solid 1px #eee;
    border-radius: 0;
    list-style: none;
}

ul.rireki li{
  position: relative;
  line-height: 25px;
  padding-left: 0px;
  font-weight: bold;
}
.rireki_title {
    font-size: 15px;
    color: #221815;
    border-bottom: solid 1px #eee;
    line-height: 37px;
    border-top: solid 1px #d80c24;
    margin-top: 15px;
}

. rireki_hiduke{
    background: #e8e8e8;
    border-radius: 50px;
    padding: 0px 10px;
    margin: 5px 0 5px;
    font-weight: normal;
    font-size: 11px;
}

 .rireki_point{
    color: #d80c24;
    padding: 2px 0px 0;
    /* background: #fff; */
}

.pt-rireki{
    color: #fff;
    border: solid #fff 1px;
    width: 133px;
    margin: 7px auto;
    padding: 4px 0;
}
.btn--orange, a.btn--orange {
    color: #fff;
    background-color: #868686;
    width: 100%;
    padding: 10px;
    border: none;
    margin-bottom: 15px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.btn-eria{
    margin: 0 30px;
}
.label__item{
    float: left;
    display: block;
    padding: 2px 0;
    margin-right: 4px;
}

.label__item>span{
    padding: 4px 5px;
    display: block;
    line-height: 1;
    background-color: #08b20a;
    font-size: .833rem;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}

.label__item_docomo {
    float: left;
    display: block;
    padding: 2px 0;
    margin-right: 4px;
}

.label__item_docomo>span {
    padding: 4px 5px;
    display: block;
    line-height: 1;
    background-color: #ff0000;
    font-size: .833rem;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}

.label__item_au {
    float: left;
    display: block;
    padding: 2px 0;
    margin-right: 4px;
}

.label__item_au>span {
    padding: 4px 5px;
    display: block;
    line-height: 1;
    background-color: #ff7b00;
    font-size: .833rem;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}

.label__item_sb {
    float: left;
    display: block;
    padding: 2px 0;
    margin-right: 4px;
}

.label__item_sb>span {
    padding: 4px 5px;
    display: block;
    line-height: 1;
    background-color: #777;
    font-size: .833rem;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}
.o-mypage .a-point__link-btnb {
    position: relative;
    display: block;
    margin: 10px auto 10px;
    padding: 8px;
    width: 50%;
    border: 1px solid #fff;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    background: #17b7ad;
}
.point-text{
    margin: 10px 0;
}
a.btn-emergency {
  position: relative;

  display: block;

  width: 200px;
  height: 130px;
  margin: 0 auto;
}

a.btn-emergency:hover .btn-emergency-top {
  top: 10px;

  height: 50px;
}

a.btn-emergency:active .btn-emergency-top {
  top: 20px;

  height: 40px;
}

.btn-emergency-top {
  position: absolute;
  top: 0;
  left: 20px;

  width: 160px;
  height: 60px;
  margin-top: 30px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0 0 50% 50%;
  background: #d62d2d;
}

.btn-emergency-top:before {
  position: absolute;
  top: -30px;
  left: 0;

  width: 160px;
  height: 60px;

  content: "";

  border-radius: 80px / 30px;
  background: #ed4c4c;
}

.btn-emergency-top span {
  font-size: 38px;
  font-weight: bold;

  position: absolute;
  top: -34px;
  left: 0;

  width: 100%;

  -webkit-transform: scaleY(0.75);

  transform: scaleY(0.75);
  text-align: center;

  color: #f6a3a3;
}

.btn-emergency-bottom {
  position: absolute;
  top: 38px;
  left: 0;

  width: 200px;
  height: 80px;

  border-radius: 100px / 40px;
  background: #d8e4ea;
  -webkit-box-shadow: 0 8px 0 #c4cacc;
  box-shadow: 0 8px 0 #c4cacc;
}
.text12 {
    font-weight: 400;
    text-align: left;
    line-height: 19px;
    font-size: 12px;
}
.text13{
    background: #fff;
    color: #000;
    padding: 18px;
    margin: 15px 0;
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


a.btn--yellow {
    color: #000;
    background-color: #fff100;
    border-bottom: 5px solid #ccc100;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    font-size: 24px;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

.cp_bg{
    margin: -19px 0px 0px;
    background: #23d8c7;
    padding: 10px 15px;
} 
 .cp_clear{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #009688;
    margin: 10px 20px;
    padding: 20px;
    color: #fff;
}


.cp_clear_name {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

.cp_clear_p{
    text-align: center;
    font-size: 30px;
    background: #fff;
    margin: 15px 20px;
    font-weight: bold;
    color: #009688;
    padding: 10px;
}

.cp_clear_text {
    margin: 10px;
    line-height: 21px;
    color: #fff;
}


.cp_clear_btn_e{
    margin: 0 auto;
    text-align: center;
}


.nav-all{
    position: absolute;
    top: 8px;
    right: 5px;
}

.nav-all ul {
    position: relative;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    right: 41px;
}


.fh5co-lead {
    font-size: 12px;
    letter-spacing: 2px;
    color: #ccc;
    text-transform: uppercase;
    margin-bottom: 20px;
	margin-top: 20px;
}

.icon_lista{
    font-size: 20px;
    color: #000;
    padding: 0 5px;
    position: relative;
    width: 22px;
    display: block;
}

.bana-size{
    width: 100%;
}

.title-1 {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #535353;
    /* width: 90%; */
}

.title-1:before, .title-1:after {
    position: absolute;
    top: calc(50% - 5px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 1px #000;
    border-bottom: solid 1px #d80c24;
}

.title-1:before {
  left: 0;
}

.title-1:after {
  right: 0;
}

.eria_a {
    margin: 30px auto 5px;
    text-align: center;
}
.eria_f {
    margin: 20px auto 35px;
    text-align: center;
}
.eria_d {
    margin: 30px auto 30px;
    text-align: center;
}
.img-ow {
    width: 100%;
    margin: 0px 0 13px;
}

#zoutei{
    margin: 0px 20px;
}

.img-zo {
    width: 100%;
    margin: 0px 0 19px;
}

.img-sizeing{
	width: 100%
	
}

/*▼フッター▼*/


footer{
background-color:#f4f4f4 !important;
}

.f_aside{
background-color:#f4f4f4 !important;
margin-top:35px;
padding:20px 10px 0 !important;
}

.f_aside ul{
    font-size: 11px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    -webkit-box-pack: center;
flex-grow: unset !important;
    border: none !important;
    background-color: transparent !important;
}

.f_aside_list_li{
   width:50%;
flex-grow:unset !important;
border:none !important;
background-color:transparent !important;
margin-bottom:7px !important;
}

.f_aside_list_link{
  display: block;
width:90%;
margin:0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
color:#333 !important;
background-color:#fff !important;
padding:12px 10px  !important;
    box-sizing: border-box;
    border-radius: 30px;
}

.f_aside ul li:nth-child(2n) a{
border-right:none !important;
}
/*▲フッター▲*/


.eria_kiyaku {
    margin: 90px auto 5px;
    text-align: center;
}

.kiyaku_text{
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 10px;
}

.kiyaku_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px #d80c24;
    line-height: 25px;
}

.list_kiyaku li{
    margin-bottom: 10px;
    line-height: 18px;
}
.list_kiyaku2 {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
}
.list_kiyaku2 li{
    line-height: 20px;
    font-size: 11px;
}


 .text_r{
    text-align: right;
    margin: 30px 0;
    line-height: 20px;
}

.eria_anken {
    margin: 90px auto 25px;
    text-align: center;
}
.m-item__btn {
    margin-bottom: 25px;
    margin-top: 10px;
}
.flex--end, .flex--start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: solid 1px #eee;
    padding: 15px 10px 10px;
    line-height: 20px;
}
.news_e{
    margin: 20px 15px 20px;
}
.okini_e{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.okini_btn, a.okini_btn, button.okini_btn {
    font-size: 13px;
    /* font-weight: 700; */
    line-height: 11px;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    width: 250px;
   }

 a.okini_btn-tag {
    padding: 15px 20px 15px 70px;
}

a.okini_btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
}

a.okini_btn-tag--favorite {
    color: #fff;
    background: #424242;
}

a.okini_btn-tag--favorite:before {
  background: #fff;
}

a.okini_btn-tag--favorite i {
    font-size: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    padding: 9px 0px 8px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    letter-spacing: 0;
    opacity: 0.5;
    color: #ffffff;
}


a.okini_btn-tag--favorite:hover {
  background: #ef3f37;
}

a.okini_btn-tag--favorite:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

  opacity: 1;
}
.btn_b {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 10px;
    padding: 13px;
    width: 80%;
    height: 40px;
    border-radius: 0;
    background-color: #2461b8;
    /* -webkit-box-shadow: 0 2px 0 0 #ddd; */
    /* box-shadow: 0 2px 0 0 #ddd; */
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1!important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #ffffff;
    border: solid 1px #fff;
}
.btn_b :after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-family: 'simple-line-icons';
    speak: none;
    color: #ffffff;
}
.btn_b:after {
    content: "\e079";
    right: 1em
}

.btn_b:after {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    font-family: 'simple-line-icons';
    speak: none;
    color: #ffffff;
}

.btn_b:after {
    content: "\e079"";
    right: 1.3em
}


/***************************************************
 * Generated by SVG Artista on 6/1/2023, 12:21:25 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2002px;
    stroke-dasharray: 2002px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2002px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2002px;
    stroke-dasharray: 2002px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2002px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 982.3148803710938px;
    stroke-dasharray: 982.3148803710938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 982.3148803710938px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 982.3148803710938px;
    stroke-dasharray: 982.3148803710938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 982.3148803710938px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(28, 202, 149);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(28, 202, 149);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 605.477294921875px;
    stroke-dasharray: 605.477294921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 605.477294921875px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 605.477294921875px;
    stroke-dasharray: 605.477294921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 605.477294921875px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

.name_area{
    position: absolute;
    right: 3%;
    top: 24%;
}
.store_id{
    text-align: right;
    padding-top: 6px;
    font-size: 13px;
    color: #231815;
}
.store_name{
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
.loog_area{
    width: 27%;
    position: absolute;
    left: 3%;
    top: 30%;
}
 .hd_area{
    width: 100%;
    height: 54px;
    position: relative;
   border-bottom: solid 1px #eee;
}
.btn_area {
    position: absolute;
    left: 3%;
    top: 35%;
}
.home_btn{
    background: #000;
    width: 100%;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    border: solid 2px #d80c24;
    font-size: 11px;
}
.home_btn:hover{
    color: #d80c24;
}

.ft_cp {
    font-size: 10px;
    margin: 5px 0 0;
}

.btn_g,
a.btn_g,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap_g {
  margin: 30px 0 20px;
}

a.btn-c {
    font-size: 20px;
    position: relative;
    padding: 30px 20px 10px;
    color: #0367da;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #174a72;
    border: solid 2px #1e85d3;
    width: 84%;
    line-height: 25px;
}


a.btn-c span {
    font-size: 14px;
    position: absolute;
    top: -15px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #e40311;
    border: 2px solid #e40311;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #e40311 transparent transparent transparent;
}


a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #1e85d3;
  -webkit-box-shadow: 0 2px 0 #1e85d3;
  box-shadow: 0 2px 0 #1e85d3;
}

.gmap_area {
    text-align: center;
    margin: 0 15px;
}

.gmap_img{
    width: 26px;
    margin: 0px 5px 0px 0px;
}
.gmap_imgb{
    width: 26px;
    margin: 0px 0px 0px 0px;
}
.gmap_a{
    text-align: center;
    background: #ffffff;
    padding: 10px 0;
    border-top: solid 3px #06ac48;
    border-bottom: solid 3px #fb0;
}

.gmap_link{
    color: #0166db;
    font-weight: bold;
    font-size: 22px;
    line-height: 23px;
}

.gmap_span{
    font-size: 15px;
    font-weight: normal;
    color: #ea4435;
}
.ft-text1 {
    text-align: center;
    /* margin: 10px; */
    background: #d80c24;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: none;
}
.contents {
    top: 0px;
    position: relative;
}
#contents {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}




/*2025.10.24 setoguchi add*/
.btn_toroku {
    position: relative !important;
    width: 90% !important;
    margin: 0 auto !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
}
.btn_si {
    margin: 10px 0px;
    height: auto !important;
    position: relative;
}



