@charset "utf-8";



/* body
======================================================*/

html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family:Helvetica,Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic,“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”, “メイリオ”,Meiryo, sans-serif;
	color: #333333;
	line-height: 1.8;
	background: #ffffff;
}



/* link
======================================================*/

a:link,
a:visited {
  color: #4169e1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.link_mail {
	color: #444444;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}



/* side btn
======================================================*/

.side-btn {
	display: none;
}



/* modal preview
======================================================*/

a.click-myJs {
 cursor: pointer;
}
.btn_modal {
 visibility: hidden;
 transition-property: visibility,opacity;
 transition-duration: .3s;
 transition-timing-function: ease-in-out;
 opacity: 0;
 position: fixed;
 top: 0;
 left: 0;
 height: 100vh;
 width: 100vw;
 z-index: 201;
 display: table;
}
.btn_modal.add {
 visibility: visible;
 opacity: 1;
}
.btn_modal .modal-inner {
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
.btn_modal .clickarea {
 display: inline-block;
 max-width: 90%;
 width: 100%;
}
.btn_modal p {
 color: #fff;
}
.btn_modal ul {
	display: flex;
	justify-content: center;
 margin: 0 auto;
 text-align: left;
}
.btn_modal ul li {
 display: inline-block;
 width: 50%;
 text-align: center;
}
.btn_modal ul li a {
 margin: 15px;
 display: block;
 background-color: #fff;
 color: #000;
 font-weight: bold;
 border-radius: 5px;
 box-sizing: border-box;
 padding: 20px 20px 20px 10px;
 border: solid 2px #f6ab00;
 text-decoration: none;
 position: relative;
}
.btn_modal ul li a::before {
 content: '';
 background: url("../images/btn_right_y.png") no-repeat right center;
 background-size: contain;
 z-index: 1;
 position: absolute;
 top: 0;
 bottom: 0;
 right: 8px;
 margin: auto;
 width: 12px;
 height: 12px;
}
.btn_modal ul li a:hover {
 background-color: #f6ab00;
}
.btn_modal .back {
 background: rgba(0,0,0,.7);
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
}

.btn-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
}



/* header
======================================================*/

.header {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
}
.header-fix {
	width: 100%;
	height: 60px;
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.header-fix_under {
	margin-top: 60px;
}
.header_inner {
	width: 100%;
	height: 60px;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}

.header_logo {
	width: 200px;
	position: absolute;
	top: 13px;
	left: 20px;
}



/* global nav
======================================================*/

.g-nav {
	width: 100%;
}
.g-nav_inner {
	
}

.g-nav_inner li {
	width: 100%;
}
.g-nav_inner a {
	width: 100%;
	height: 38px;
	color: #000000;
	font-size: 1.4rem;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	border-top: 1px solid #dddddd;
	display: block;
}

.gn_entry a {
	display: none;
}

.header-sns {
	text-align: center;
	padding: 8px 0 15px;
	border-top: 1px solid #dddddd;
}
.header-sns li {
	margin-right: 40px;
	display: inline;
}
.header-sns li:last-of-type {
	margin-right: 0;
}

.header .drawer-toggle {
	display: block;
}

.drawer-toggle {
	display: none;
}



/* main contents
======================================================*/

.wrapper {
	width: 100%;
}
.wrapper_inner {
	width: 100%;
	min-height: 300px;
	padding: 0 20px;
	overflow: hidden;
}
.home .wrapper_inner {
	width: 100%;
	padding: 0;
}

.contents {
	width: 100%;
	overflow: hidden;
}



/* footer
======================================================*/

.footer {
	width: 100%;
	color: #ffffff;
	background: #3B4043;
}
.footer_inner {
	width: 100%;
	padding: 40px 20px;
	margin-bottom: 70px;
	overflow: hidden;
}

.footer_logo {
	width: 166px;
	margin: 0 auto 40px;
	display: block;
}

.f-nav {
	font-size: 1.1rem;
	margin: 0 0 60px;
}
.tbl_f-nav {
	width: 100%;
	margin-bottom: 15px;
}
.tbl_f-nav th {
	display: table-cell;
	width: 40% !important;
	color: #f6ab00;
}
.tbl_f-nav td {
	display: table-cell;
	width: 60% !important;;
}

.f-nav table,
.f-nav tr {
	border: none;
}

.f-nav th,
.f-nav td {
	padding-top: 0;
	background: transparent;
	border: none;
}

.f-nav li {
	margin-bottom: 5px;
}
.f-nav a,
.f-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ul_f-nav_4 {
	margin-left: 40%;
	padding-left: 16px;
}

.footer-sns {
	line-height: 1;
	float: left;
	display: flex;
}
.footer-sns li {
	margin-right: 20px;
}
.footer-sns li:last-of-type {
	margin-right: 0;
}

.footer-btn {
	width: 100%;
	height: 70px;
	padding: 15px;
	background: #3B4043;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
}
a.footer-btn_entry {
	width: 48%;
	height: 40px;
	color: #000000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	background: #f6ab00;
	border-radius: 5px;
	display: block;
	float: left;
}
a.footer-btn_tour {
	width: 48%;
	height: 40px;
	color: #000000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 40px;
	background: #ffffff;
	border-radius: 5px;
	display: block;
	float: right;
}

p.copyright {
	font-size: 1.0rem;
	margin-bottom: 0;
	float: right;
}



/* page top
======================================================*/

.page-top{
	width: 40px;
	display: none;
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 100;
}
.page-top p{
	margin: 0;
	padding: 0;
}
.page-top p:hover{
	opacity: 0.7;
}


/* drawer custom
======================================================*/

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	top: -7px;
}

.drawer-hamburger-icon:after {
	width: 10px;
	top: 7px;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	width: 20px;
	top: 0;
}

.drawer-nav {
  z-index: 101;
}

.drawer--top.drawer-open .drawer-nav {
	top: 60px;
}