@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
img {
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"Yu Gothic Medium","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.8;
	color: #000;
	font-size: 1.4rem;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*=========================
▼▼共通▼▼
===========================*/
img, a {
	display: block;
	width: 100%;
}
.auto{
    width: 90%;
	margin: 0 auto;
}
.sp_none{
    display: none;
}
.barlow {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	letter-spacing: .05em;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
section {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.btn a {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	padding: 16px 0 16px;
    border: 1px solid #000;
	background-color: #fff;
	position: relative;
    transition-duration: .3s;
}
.btn a:hover {
	color: #fff;
	background-color: #000;
}
.btn a::after {
	content: "";
	display: block;
	width: 36px;
	height: 6px;
	background-image: url("../img/share/icon_arrow_01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 23px;
	right: -12px;
    transition-duration: .3s;
}
.btn a:hover::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	right: 10px;
}
.title_box h3 {
	font-size: 3rem;
	line-height: 1.3;
    margin-bottom: 6px;
}
.title_box p {
	font-size: 1.2rem;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#container {
	width: 100%;
	clear: both;
	float: left;
}
header {
	width: 100%;
	float: left;
	clear: both;
}
header .auto {
	height: 60px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header h1 {
	width: 140px;
	margin: auto auto auto 0;
}

#subpage_main {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
}
#subpage_main .main_img_bg {
	width: 100%;
	height: 55vw;
	border-bottom: 10px solid #e1e1e1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 34px;
}
#subpage_main .page_title {
	position: relative;
	color: #ee7a33;
    padding-bottom: 48px;
}
#subpage_main .page_title::after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background-color: #ee7a33;
	position: absolute;
	bottom: 0;
	left: 50%;
}
#subpage_main .page_title h2 {
	font-size: 3.4rem;
	line-height: 1.3;
	letter-spacing: .07em;
    margin-bottom: 1px;
}
#subpage_main .page_title .jp_text {
	font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.5;
}

#contents {
	width: 100%;
	clear: both;
	float: left;
	padding-top: 50px;
	margin-bottom: 120px;
}

#conts_contact {
	width: 100%;
	color: #fff;
	padding: 48px 0 60px;
	text-align: center;
	background: #ee7a33;
	background: -moz-linear-gradient(left, #ee7a33 0%, #eea133 100%); 
	background: -webkit-linear-gradient(left, #ee7a33 0%,#eea133 100%);
	background: linear-gradient(to right, #ee7a33 0%,#eea133 100%); 
}
#conts_contact h2 {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 6px;
}
#conts_contact .text {
    line-height: 1.7;
	margin-bottom: 24px;
}
#conts_contact .btn {
	width: 250px;
	margin: 0 auto;
}
#conts_contact .btn a {
	border: none;
}
footer {
	width: 100%;
	clear: both;
	float: left;
	padding-top: 52px;
	padding-bottom: 18px;
}
footer .left_box {
	width: 100%;
}
footer .left_box .footer_logo {
	width: 72px;
	margin: 0 auto 34px;
}
footer .left_box .footer_navi {
	width: 100%;
	line-height: 1.5;
	letter-spacing: .07em;
    margin-bottom: 36px;
}
footer .left_box .footer_navi ul {
	width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    border-top: 1px solid #f0f0f0;
}
footer .left_box .footer_navi ul li {
	width: 100%;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
footer .left_box .footer_navi ul li a {
	padding: 20px 3%;
}
footer .left_box .footer_navi ul li a::before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	vertical-align: middle;
    margin-bottom: 2px;
	margin-right: 8px;
}
footer .right_box {
	width: 100%;
}
footer .right_box .sns_link {
	width: 220px;
    margin: 0 auto 28px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
footer .right_box .sns_link li {
	width: 40px;
	height: 40px;
}
footer .right_box .sns_link li a {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition-duration: .3s;
}
footer .right_box .sns_link li:first-of-type a {
	background-image: url("../img/share/icon_sns_ig.png");
}
footer .right_box .sns_link li:first-of-type a:hover {
	background-image: url("../img/share/icon_sns_ig_on.png");
}
footer .right_box .sns_link li:nth-of-type(2) a {
	background-image: url("../img/share/icon_sns_tw.png");
}
footer .right_box .sns_link li:nth-of-type(2) a:hover {
	background-image: url("../img/share/icon_sns_tw_on.png");
}
footer .right_box .sns_link li:nth-of-type(3) a {
	background-image: url("../img/share/icon_sns_fb.png");
}
footer .right_box .sns_link li:nth-of-type(3) a:hover {
	background-image: url("../img/share/icon_sns_fb_on.png");
}
footer .right_box .sns_link li:nth-of-type(4) a {
	background-image: url("../img/share/icon_sns_yt.png");
}
footer .right_box .sns_link li:nth-of-type(4) a:hover {
	background-image: url("../img/share/icon_sns_yt_on.png");
}
footer .right_box .copy {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #bebebe;
    letter-spacing: .07em;
}
#back-top {
    display: none;
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 62px;
	z-index: 99;
	clear: both;
	float: left;
}
/*===============================================
●スマホメニュー
===============================================*/
nav.nabi_sp {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
	line-height: 1.5;
	text-align: center;
    padding: 38px 5% 75px;
    color: #000;
    background: #ee7a33;
	background-color: #fff;
    opacity: 0;
    transition: all .3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    pointer-events: none;
}
nav.nabi_sp .logo {
    width: 150px;
	margin: 0 auto;
}
nav.nabi_sp ul {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%,-50%); 
}
nav.nabi_sp li {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #afafaf;
}
nav.nabi_sp li a {
    padding: 12px 0 12px;
}
nav.nabi_sp span {
    font-size: 2rem;
    color: #000;
}
/* このクラスを、jQueryで付与・削除する */
nav.nabi_sp.active {
    opacity: 1;
    pointer-events: all;
}
/*▼▼ナビボタン▼▼*/
.navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 5%;
    top: 18px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 999999;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 100%;
    border-bottom: solid 1px #000;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 0;
}
 
.navToggle span:nth-child(1) {
    top: 0;
}
 
.navToggle span:nth-child(2) {
    top: 10px;
}
 
.navToggle span:nth-child(3) {
    top: 20px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*▲▲ナビボタン▲▲*/
}
























