@charset "utf-8";



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

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	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 {
	width: 60px;
	height: 370px;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 200;
}
a.side-btn_entry {
	width: 60px;
	height: 180px;
	color: #000000;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	line-height: 56px;
	text-decoration: none;
	margin-bottom: 20px;
	background: #f6ab00;
	border: 2px solid #f6ab00;
	border-radius: 5px;
	display: block;
}
a.side-btn_entry:hover {
	background: #ffffff;
	transition: 0.4s;
}
a.side-btn_tour {
	width: 60px;
	height: 180px;
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	line-height: 56px;
	text-decoration: none;
	margin-bottom: 20px;
	border: 2px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	display: block;
}
a.side-btn_tour:hover {
	color: #ffffff;
	background: #888888;
	transition: 0.4s;
}



/* 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: 440px;
 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: 20px;
 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%;
	background: #ffffff;
}

.header_inner {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.header_logo {
	max-width: 395px;
	margin: 20px auto 30px;
	display: block;
}



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

.g-nav {
	overflow: hidden;
	box-sizing: border-box;
	max-width: 1040px;
	margin: 0 auto 20px;
	padding: 0 20px;
}

.g-nav_inner {
	line-height: 40px;
	float: left;
	display: flex;
}

.g-nav_inner li {
	margin-right: 50px;
}
.g-nav_inner li:last-of-type {
	margin-right: 0;
}
.g-nav_inner a {
	color: #000000;
	font-size: 1.4rem;
	text-decoration: none;
	transition: 0.4s;
}
.g-nav_inner a:hover {
	color: #f6ab00;
	transition: 0.4s;
}

.gn_home {
	display: none;
}
.gn_entry a {
	padding: 0 15px;
	background: #f6ab00;
	border-radius: 5px;
	display: inline-block;
}
.gn_entry a:hover {
	color: #000000;
	opacity: 0.7;
}

.header-sns {
	float: right;
	display: flex;
}
.header-sns li {
	margin-right: 30px;
}
.header-sns li:last-of-type {
	margin-right: 0;
}

.drawer-toggle {
	display: none;
}



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

.wrapper {
	width: 100%;
}

.wrapper_inner {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.home .wrapper_inner {
	width: 100%;
	padding: 0;
}

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

.page_inner {
	box-sizing: border-box;
	max-width: 1260px;
	min-height: 300px;
	margin: 0 auto;
	padding: 0 30px;
}


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

.footer {
	clear: both;
	width: 100%;
	margin-top: 80px;
	color: #ffffff;
	background: #3B4043;
}

.footer_inner {
	box-sizing: border-box;
	overflow: hidden;
	max-width: 1360px;
	margin: 0 auto;
	padding: 40px 40px 20px;
}

.footer_logo {
	float: left;
	width: 13.833333%;
}

.f-nav {
	overflow: hidden;
	float: left;
	width: 46.1666673%;
	margin: 0 0 0 30px;
	font-size: 1.1rem;
}

.tbl_f-nav_1 {
	float: left;
	width: 42%;
	margin: 0;
}

.tbl_f-nav_2-3 {
	float: left;
	width: 34%;
	margin: 0;
}

.tbl_f-nav_2 {
	margin: 0 0 20px;
}

.tbl_f-nav th {
	color: #f6ab00;
	padding-right: 15px;
}

.ul_f-nav_4 {
	float: left;
	width: 24%;
}

.f-nav th {
	width: 40%;
}

.f-nav td {
	width: 60%;
}

.f-nav li {
	margin-bottom: 5px;
}

.f-nav a,
.f-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

.f-nav a:hover {
	color: #f6ab00;
	text-decoration: none;
}

.f-nav table {
	border: none;
}

.f-nav tr {
	border: none;
}

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

.footer-sns {
	float: right;
	display: flex;
	width: 11.6666667%;
}

.footer-sns li {
	margin-right: 20px;
}

.footer-sns li:last-of-type {
	margin-right: 0;
}

.footer-btn {
	box-sizing: border-box;
	float: right;
	width: 24.333333%;
	padding-right: 20px;
}

a.footer-btn_entry {
	max-width: 300px;
	height: 45px;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 41px;
	margin-bottom: 20px;
	background: #f6ab00;
	border: 2px solid #f6ab00;
	border-radius: 5px;
	display: block;
	transition: 0.4s;
}
a.footer-btn_entry:hover {
	background: #ffffff;
	transition: 0.4s;
}
a.footer-btn_tour {
	max-width: 300px;
	height: 45px;
	color: #000000;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	line-height: 41px;
	margin-bottom: 20px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 5px;
	display: block;
	transition: 0.4s;
}
a.footer-btn_tour:hover {
	color: #ffffff;
	background: #888888;
	transition: 0.4s;
}

p.copyright {
	clear: both;
	font-size: 1.0rem;
	text-align: right;
	margin-bottom: 0;
}


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

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