@charset "utf-8";
/* CSS Document */

html{
	-webkit-text-size-adjust: 100%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
}

.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}

.txL {text-align: left!important;}
.txR {text-align: right!important;}
.txC {text-align: center!important;}

.fll{
	float: left;
}
.flr{
	float: right;
}

img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}


/*************
	header
*************/

#header{
	background: url(../../sp/images/common/img_line.gif) repeat-x center top;
	background-size: 23% auto;
	padding-top: 3%;
}

#header h1{
	background-color: #FFF;
}

#header h1 a{
	display: block;
	width: 60%;
}

#header h1 img{
	width: 100%;
}

#header #menu_btn{
	position: absolute;
	width: 15%;
	top: 3.6vw;
	right: 0;
	z-index: 10;
}

#header #menu_btn:hover{
	cursor: pointer;
}

#header #filter{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
}

#header #menu{
	width: 80vw;
	position: absolute;
	top: 0;
	right: -80vw;
	z-index: 11;
	background-color: #222;
	padding: 5% 0;
}

#header #menu li:first-child{
	text-align: center;
	margin-bottom: 3%;
}

#header #menu li:first-child img{
	width: 84%;
}


/******************
	main_visual
******************/

#main_visual{
	background: url(../images/common/bg_main_visual.jpg) repeat-y left top;
	background-size: 100% auto;
	padding: 3% 0;
	margin-bottom: 3%;
}

#main_visual h2{
	text-align: center;
}

#main_visual h2 img{
	width: 93%;
}


/******************
	information
******************/

#information{
	text-align: center;
}

#information h3{
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 1%;
}

#information .line{
	width: 90%;
	margin: 0 auto 5%;
	height: 1px;
	background: rgba(0, 0, 0, 0.3);
}

#information .btn{
	margin-bottom: 3%;
}

#information .btn img{
	width: 70%;
}

#information .mincho{
	margin-bottom: 5%;
	padding-top: 3%;
}

#information .appearance{
	margin-bottom: 3%;
}

#information .company_info{
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 5%;
	font-weight: bold;
	padding: 3% 5% 0;
}

#information .company_info .licence{
	font-size: 14px;
}


/*************
	footer
*************/

#footer{
	background: url(../../sp/images/common/img_line.gif) repeat-x center bottom;
	background-size: 24% auto;
	padding-bottom: 3%;
}

#footer .copyright{
	padding: 0 5% 3%;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	line-height: 1.2em;
	background-color: #222;
}

#footer .navi{
	text-align: center;
	padding: 7% 5% 2%;
	background-color: #222;
}

#footer .navi li{
	text-align: center;
	display: inline-block;
	font-weight: bold;
	border-right: 2px solid #FFF;
	padding: 0 8px;
	margin-bottom: 10px;
}

#footer .navi li:last-child{
	border: none;
}

#footer .navi li a{
	color: #FFF;
	text-decoration: none;
}



/******************
	fixed_navi
******************/
#fixed_navi{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

#fixed_navi li{
	width: 25%;
	float: left;
}

@media only screen and (max-width: 480px) {
	
	#footer .navi li{
		font-size: 13px;
		border-width: 1px;
	}
	
	#footer .copyright{
		font-size: 12px;
	}
	
	#information .company_info{
		font-size: 10px;
	}
	
	#information .company_info .licence{
		font-size: 10px;
	}
}


/*****************
	sub_page
*****************/

.btn_tel {
width: 84%;
margin: 0 auto 60px auto;
}

.btn_tel img {
width: 100%;
}

.mb0{margin-bottom: 0 !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}

.fcred {color: #D80000; font-weight: bold;}
.fcgreen {color: #005E3B; font-weight: bold;}

a, a:active, a:visited, a:hover  {color: #333;}

hr {border: solid 1px #C0C0C0; width: 80%; margin: 10px auto;}

.h1-img {
  margin-bottom: 30px;
  }
.wrap-anchor-link {
  margin-bottom: 25px;
}
.anchor-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.anchor-link li {
	flex-basis: calc(46% - 15px);
  background: #eee;
  margin-bottom: 15px;
  padding: 14px 11px;
  font-size: 85% !important;
}
.arrow{
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color:  transparent transparent #999 #999;
  transform: rotate(-45deg);
  float: right;
}

.link {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: top;
    font-size: 90%;
}
.link::before,
.link::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: top;
}

.section{
  margin-bottom: 40px;
}

.section p {
line-height: 1.6 !important;
margin-bottom: 20px !important;
}

.section .zei {
font-size: 80% !important;
text-align: right !important;
}

.section .notice {
font-size: 80% !important;
}

.section .images {
width: 60%;
margin: 0 auto 20px auto;
}

.section .images img {
width: 100%;
}

.section .images p{
font-size: 90%;
}

.section .images_full {
width: 100%;
margin: 0 auto 20px auto;
}

.section .images_full img {
width: 100%;
}

.section .images_full p{
font-size: 90%;
}

.price table {
width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px!important;
}

.section  .pop {
    display: inline-block;
    background: #D80000;
    color: #FFF !important;
    font-weight: bold;
    padding: 0 5px;
    margin-right: 5px;
    }

.section .label{
margin-right: 0.2em;
}

.section .label img{
width: 20%;
}