﻿@charset "utf-8";
/* CSS Document */


/* =============================================
　　animation
============================================= */
.txt_anim{opacity: 0;}
.txt_anim.start{animation: animText 600ms 250ms both;}
.txt_anim.start span{animation: animText 600ms 400ms both;}

@-webkit-keyframes animText {
0% {
	opacity: 0;
	-webkit-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}
@keyframes animText {
0% {
	opacity: 0;
	-webkit-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}


/* =============================================
　　共通
============================================= */

/*--- more ------------------------------------*/
.more_bt a {
    transition: .4s;
    z-index: 1;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);*/
}
.more_bt a span.before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
    transition: .5s;
}
.more_bt a:hover {color: #006bc3;}
.cate_list .more_bt a:hover {color: #ffffff;}
.more_bt a:hover span.before {
    width: 400px;
    height: 400px;
}
.more_bt2 a{
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
#page10 .more_bt2 a{width: 100%;height: 60px; line-height: 60px;}
.more_bt2 a span.before {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    content: '';
    transform: translateX(100%);
	box-sizing: inherit;
}
.more_bt2 span.after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    content: '';
	box-sizing: inherit;
}
.more_bt2 a span.before {
    transition: .5s cubic-bezier(.7,0,.3,1);
}
.more_bt2 a:hover span.before {
    animation: more_bt2 1s cubic-bezier(.7,0,.3,1) both;
}
@keyframes more_bt2{0%{transform:translateX(-100%)}40%{transform:translateX(0)}60%{transform:translateX(0)}100%{transform:translateX(100%)}}

/*--- page_title ------------------------------------*/
#page_title::before{
	display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 2;
}
#page_title .bg{
	bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	z-index: 1;
}
#page_title .box{padding: 250px 0 140px;z-index: 3;}
#page_title h2.animStart{animation: heroText 600ms 800ms both;}
#page_title h2.animStart span{animation: heroText 600ms 900ms both;}

#page_title.animStart .bg{
	-webkit-animation: "page_scale" 1.5s 0.2s;
    animation: "page_scale" 1.5s 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes page_scale{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes page_scale{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}

/*--- カテゴリーリスト ------------------------------------*/
.cate_list{
	margin-bottom: 100px;
}
.cate_list li{
	margin: 0 0 10px;
	box-sizing: border-box;
}
.cate_list li a{
	padding: 5px 10px;
}


/* =============================================
　　index.html
============================================= */

/*--- main_img ------------------------------------*/
.vegas-slide, .vegas-slide-inner{transition: transform 1100ms ease 0s,opacity 1000ms ease 0.3s!important;}
.vegas-transition-slideLeft2-out, .vegas-transition-slideRight, .vegas-transition-slideRight2{opacity: 0;}
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in{opacity: 1;}
.vegas-timer{height: 4px!important;z-index: 5}

#main_img {
    z-index: 0;
    /*height: 100vh;*/
}
#main_img::before{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0.26;
	background-color: #000;
}
#main_img .txt {
	z-index: 10;
	top: 45%;
	left: 10vw;
}
#main_img h2{
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.02em;
	font-size: 4.4722222222vw;
}
#main_img p{letter-spacing: 2.3px;}

#main_img .xt.animStart h2,#main_img .txt.animStart p{opacity: 0;}
#main_img .txt.animStart h2{animation: heroText 600ms 800ms both;}
#main_img .txt.animStart p{animation: heroText 600ms 900ms both;}

@-webkit-keyframes heroText {
0% {
	opacity: 0;
	-webkit-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}
@keyframes heroText {
0% {
	opacity: 0;
	-webkit-transform: translate(0, 15px);
	transform: translate(0, 15px)
}
100% {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
}
.top_map iframe,.map iframe{height: 480px;width: 100%;}

/*--- intro ------------------------------------*/
#intro .intro_bg,#intro .bg_box{
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 50px);
    width: 60%;
	z-index: -1;
}
#intro .bg_box{z-index: -2}
#intro figure,#contents2 .cate_box{box-shadow: 2px 2px 20px rgba(0,0,0,0.1)}

/*--- contents ------------------------------------*/
#contents1 span{
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -3;
	-webkit-transition: width .9s cubic-bezier(0.6, 1, 0.1, 1) .35s;
	transition: width .9s cubic-bezier(0.6, 1, 0.1, 1) .35s;
}
#contents1 span.lr_anim.start{width: 100%;}

#contents1 .img_box{top: 0;left: 0;z-index: -3;}
#contents2 .contents2_bg::before{
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0.35;
    background: #2c3e50;
    background: -webkit-linear-gradient(to right, #2c3e50, #3498db);
    background: linear-gradient(to right, #2c3e50, #3498db);
}
#contents2 .top_title {
    z-index: 2;
    padding-top: 247px;
    padding-bottom: 190px;
}
#contents2 .txt_wrap{
	z-index: 10;
	right: 0;
	bottom: -80px;
}
#contents2 .cate_box{margin-top: -229px;}
.top_cms_box:last-of-type{margin-bottom: 50px;}


/* =============================================
　　page2
============================================= */
.pager li{
	margin: 0 10px;
}
.pager li a{
	width: 60px;
	height: 60px;
}


/* =============================================
　　page8
============================================= */
#page8 .hvr_form:hover{
	transform: translateY(-5px);
}
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#page8 #form_box .box input::-moz-placeholder,#page8 #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#page8 #form_box .box input,#page8 #form_box .box textarea{
	outline: none;
	border-style: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#page8 input[type="submit"].btn,
#page8 input[type="reset"].btn{
	-webkit-appearance: none;
	/*background: transparent;*/
	outline: none;
	border: 1px solid #fff;
	cursor: pointer;
	color: #fff;
}
#page8 input[type="submit"].btn:disabled{
    cursor: default;
}
.g-recaptcha > div{
	margin: 0 auto;
}
#page8 #form_box .box input, #page8 #form_box .box textarea,#page8 .mail_contact_tel,#page8 .contact_tel{
	background-color: #f5f5f5;
}


/* =============================================
　　IE,幅
============================================= */

/* ---------- 1280px ---------- */
@media screen and (max-width: 1280px){
#main_img p{width: 100%!important;}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast: none){
#pc_nav ul .grid_9,#header ul.grid_2 a{transform: translateY(2px);}
.cate_list li a{padding: 8px 10px 2px;}
.pager li a .posi_center{top: 55%;}
#page7 .d_table{padding-bottom: 5px;}
#page8 .mail_contact_tel,#page8 .contact_tel{padding-top: 35px;}
#page8 .contact_tel_wrap .d_flex.border_color4{padding-bottom: 5px;}
#page9 a{padding-bottom: 0;}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .txt {left: 8vw;}
#main_img h2 {font-size: 50px;}
#intro .intro_bg, #intro .bg_box{width: 100%;height: 100%;}
#contents2 .top_title{padding-bottom: 200px;}
#contents2 .cate_box {max-width: 100%;margin-top: -200px;}
#top_cms{padding-top: 130px;}
.top_cms_box:last-of-type {margin-bottom: 25px;}
.more_bt a:hover span.before {width: 0px;height:0px;}
.more_bt a:hover {color: inherit;}
#page_title .box {padding: 220px 0 120px;}
.cate_list{margin-bottom: 60px;}
/* page7 */
#page7 .map iframe{height: 350px;}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img .txt {left: 20px;}
#main_img h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
#main_img p {
    letter-spacing: 1.3px;
    font-size: 14px;
	line-height: 1.5;
}
#intro{padding-top: 80px;}
#intro .intro_bg, #intro .bg_box{height: 83%;}
#contents1 .img_box{z-index: 0;}
#contents2 .top_title {padding-bottom: 130px;padding-top: 50px;}
#contents2 .cate_box {margin-top: -148px;}
#top_cms {padding-top: 100px;}
.top_cms_box:last-of-type {margin-bottom: 0;}
.top_map iframe{height: 350px;}
.more_bt a{line-height: 1.6;}
#page_title .box {padding: 160px 0 90px;}
#page_title h2{line-height: 0.7;}
.cate_list{margin-bottom: 55px;}
.cate_list li{margin: 0;}
	
/* page2 */
.pager li{
	margin: 0 5px!important;
}
.pager li a{
	width: 45px;
	height: 40px;
}
/* page10 */
#page10 .more_bt2 a{height: 50px;line-height: 50px;}
}