@charset "UTF-8";
/* CSS Document */
*{
	box-sizing:border-box;
}
html{
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:'Noto Sans JP' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color: #333333;
    overflow-x: hidden;
	font-size: 1em;
	line-height: 160%;
}
.serif{
	font-family:'Noto Serif JP';
}
p,ul,li,dl,dt,dd,img,h1,h2,h3{
	margin:0px;
	padding:0px;
}
a {
    overflow: hidden;
    outline: none;
	cursor:pointer;
}
a:link,a:hover,a:visited{
	text-decoration:none;
	}
li{
	list-style-type:none;
}
img{
	vertical-align: bottom;
	border-style:none;
	box-shadow: #000 0 0 0;
	height:auto;
}
input[type="text"]:focus {
  outline: 0;
}
x:-moz-any-link, x:default {
	box-shadow: #000 0 0 0;
}
table,th,td{
border-collapse: collapse;
border: 0 ;
}
.clear::after{
	content: '.';
    display: block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.tel-link a{
	text-decoration:underline;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}
textarea{
	resize: none;
}

/*==============================
　HeaderLayout
==============================*/
header{
    box-sizing: border-box;
    background: #ffffff;
	height:80px;
    position: relative;
}
#header_logo{    
    width: calc(100% - 80px);
    height: 80px;
    /*position: fixed;*/
    z-index: 1000;
    top: 0;
    left: 0;
}
#header_logo .logo_name{
	height:100%;
}
#header_logo .logo_name {
    padding: 5px 10px;
}
#header_logo .logo_name a {
    display: block;
    max-width: 360px;
    height: 65px;
    padding: 7px 0;
}
header #header_logo .cls-1 {
	fill:#00a583;
}
/*TOPページ用ロゴ位置調整*/
#index header{
	height:0;
}
#index header #header_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
}
#index header #header_logo .cls-1 {
    fill: #ffffff;
}
#index header #header_logo .logo_name {
    margin-top: 61vh;
}
/*==============================
　FooterLayout
==============================*/

.contact_link_wrap {
    text-align: center;
}
.contact_link_wrap .title {
	line-height:240%;
    margin-bottom: 30px;
}
.contact_link_wrap .title span {
	font-size:2em;
	font-weight:bold;
    letter-spacing: 1.5px;
}
.contact_number {
    font-size: 3.3em;
    font-weight: bold;
    margin-bottom: 40px;
}
.contact_number,
.contact_number a{
    color: #f15a24;
	text-decoration:none;
}
.contact_link_wrap .link_btn{
	max-width:480px;
	margin:0 auto 30px;
}

footer{
	background-color:#e6e6e6;
	position:relative;
}
.footer_inner{
	padding:50px 0;
	margin:0 auto;
	max-width:1200px;
}

footer .wrap1,
footer .wrap2{
	float:left;
}
footer .wrap1{
	width:54%;
}
footer .wrap2{
	width:23%;
	padding-left:1em;
}
footer .logo_wrap .logo {
    height: 50px;
    display: inline-block;
	margin:0 10px 8px 0;
}
footer .logo_wrap .logo img {
    height: 100%;
}
footer address {
    font-style: normal;
    margin-bottom: 5px;
    font-size: 82.5%;
}
footer .number {
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    margin-right: 20px;
}
footer .number a{
	color:#000000;
	text-decoration:none;
}

footer .wrap2 .footer_list > li {
    text-indent: -2em;
    margin-left: 2em;
    font-size: 0.875em;
    line-height: 140%;
}
footer .wrap2 .footer_list > li,
footer .wrap2 .footer_list_inner > li {
    padding-top: 5px;
}
footer .wrap2 .footer_list > li::before{
	content:'＞　';
}
footer .wrap2 .footer_list_inner > li::before{
	content:'├　';
}
footer .wrap2 .footer_list_inner > li:last-child::before{
	content:'└　';
}
footer .wrap2 .footer_list > li > a,
footer .wrap2 .footer_list_inner > li a{
    color: #000000;
}
footer small{
	display:block;
	width:100%;
	padding:1em 0;
	color:#ffffff;
	text-align:center;
	background-color:#333333;
}
/*==============================
　totop.css
==============================*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	z-index:9999;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 0;
	width: 60px;
	height: 60px;
	margin-right: 0px;
	transition:all 200ms ease;
	background:url(../img/common/totop.png) no-repeat top center;
	background-size:contain;
}
#page-top a:hover {
	text-decoration: none;
	padding-bottom:10px;
}
@media screen and (max-width:600px) {
	
/*==============================
　HeaderLayout
==============================*/
/*TOPページ用ロゴ位置調整*/
#index header #header_logo{
	width:auto;
}
#index header #header_logo .logo_name {
    width: 80%;
    margin: 60vh auto 0;
    max-width: 360px;
}
#header_logo .logo_name a {
    padding: 0;
}
header{
    height: 60px;
}
div:not(#index) #header_main_wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
}
#header_logo {
    height: 60px;
}
.drawer-hamburger {
    width: 30px !important;
    padding: 12px 20px 35px !important;
}
/*==============================
　FooterLayout
==============================*/
.contact_link_wrap .title {
    line-height: 200%;
    margin-bottom: 15px;
}
.contact_link_wrap .title span {
    font-size: 1.5em;
}

.contact_link_wrap .link_btn {
    margin: 0 5% 80px;
    max-width: none;
}
.contact_number {
    font-size: 1em;
    background: #ccc;
    color: #fff;
    margin: 0 5% 40px;
    padding: 12px 0px;
	background-image: -moz-linear-gradient(top, #f9b13d 50%, #f59331 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #f9b13d), color-stop(0.5, #f59331));
}
.contact_number .tel-link a {
    font-size: 2.2em;
    color: #fff;
}

.footer_inner{
    padding: 20px 0 0;
}
footer .wrap1,
footer .wrap2 {
    width: 100%;
    margin: 0 auto;
    float: none;
}
footer .logo_wrap .logo {
    display: block;
    text-align: center;
    margin: 0 auto;
}
footer address{
	text-align:center;
    margin-bottom: 15px;
}
footer .number {
    display: block;
    text-align: center;
    margin: 10px auto 15px;
}
footer .wrap1 {
    margin-bottom: 40px;
}
footer .wrap2 {
    padding: 0;
}
footer .wrap2 .footer_list > li,
footer .wrap2 .footer_list_inner > li{
    margin: 0;
	padding:0;
    text-indent: 0;
    position: relative;
}
footer .wrap2 .footer_list > li > a,
footer .wrap2 .footer_list_inner > li a {
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 1em 1.5em;
}
footer .wrap2 .footer_list_inner > li a {
    background-color: #ddd;
}
footer .wrap2 .footer_list > li::before,
footer .wrap2 .footer_list_inner > li::before,
footer .wrap2 .footer_list_inner > li:last-child::before{
	content: '　';
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 0.3em;
    height: 0.3em;
    border: 0.4em solid transparent;
    border-left: 0.6em solid #000;
}


.pc{
	display:none !important;
}
}
@media screen and (min-width:601px) {
.sp{
	display:none !important;
}
}
#rooftopuse .contact_link_wrap.foot,
#contact .contact_link_wrap.foot {
	display:none;
}