﻿@charset "utf-8";
/* CSS Document */
/* design1 css */

html{font-size:100%;}
/* --all page-- */
.logo{
	text-align: center;
}
.cate img,.cate_box img{
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.cate_list{
	margin-bottom: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	font-size: 18px;
	background-size: cover;
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	display: block;
	padding: 10px;
}
#page-top{
	position: fixed;
	right: 10px;z-index: 9;
}
#page-top a{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
/* header */
.index_header #header{
	z-index: 9999;
	position: relative;
}
.index_header #header #header_menu li{
	 -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
		max-height: 9.5em;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	-webkit-text-orientation: upright;
    text-orientation: upright;
}

.index_header #header #header_menu li:hover{
	
	border-top-style: double;
	border-top-width: 3px;
		padding-bottom: 0px;
	padding-top: 5px;
	transition: 0.3s;
}
header #header #header_menu li a .jp{
	height: 8.5em;
}

.index_header #header .tel {
}
.index_header #header .menu_bt{
	display: none;
}



.clone-nav {
 	position: fixed;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	width: 100%;
 	transition: .3s;
 	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
	z-index:9999;
	background-color: rgba(255,255,255,0.75);
}
.clone-nav #header{
	justify-content: space-between;
	align-items: center;
}
.clone-nav #header_menu{
	display: none;
}
.clone-nav #logo{
	width: 10%!important;
}
.clone-nav .header_info{
	    width: 50%!important;
}
.clone-nav .header_info div{
	margin-bottom: 0px;
		justify-content: flex-end!important;
    align-items: center!important;
}
.clone-nav .header_info .tel{
	margin-right: 35px;
}
.clone-nav .top_cms1{
	display: none;
}
.clone-nav .menu_bt{
	display: block!important;
}
.clone-nav .menu_bt .drawer-hamburger{
	display: block!important;
	
}
/* drawer menu */
.drawer-nav{
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
.drawer-menu{
	 position: absolute;
  top: 50%;
  left: 50%!important;
  -webkit-transform : translate(-50%,-50%)!important;
  transform : translate(-50%,-50%)!important;
}
.drawer-menu li{
	margin-bottom: 30px;
}
.drawer-nav{
	box-sizing: border-box;
	padding-top: 20px;
}
.drawer-menu{
	padding: 20px 10px!important;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing:border-box;
}
.drawer-menu::-webkit-scrollbar{ 
    width: 4px;
}
.drawer-menu::-webkit-scrollbar-thumb{ 
    background: #ccc;
}
.drawer-menu::-webkit-scrollbar-track-piece{
    background: #ddd;
}
.drawer-menu::-webkit-scrollbar-track-piece:start{
    background: #ddd;
}
.drawer-menu::-webkit-scrollbar-track-piece:end{
    background: #eee;
}
/* footer */
#footer{
	border-top: 4px double;
}
/* -- index.html -- */
#main_img{
	max-height: 82vh;
}
#intro{
	height: 250px;
	max-height: 250px;
	text-align: center;
}
#intro #intro_txt{
	-webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: left;
	-webkit-text-orientation: upright;
    text-orientation: upright;
	
}
#intro #intro_txt h2{
	display: inline-block;
}
#intro #intro_txt p{
	display: inline-block;
}

/* -- index.html -- */
#contents .back_color{
 	background-color: rgba(255,255,255,0.5);
}
#contents .back_color2{
/*	background-color:rgba(13,80,114,0.2);*/
}
#contents .back_color2{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contents .back_color2::after{
	position: absolute;
	z-index: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#contents .back_color2 .contents_box_wrap{
	z-index: 2;
}
/* 基本のスタイル */
#contents .back_color2 .contents_box {
      transition: all .8s ease-out;
      transform: translateX(-8%);
      opacity: 0;
   }
  
/* スタート時のスタイル */
#contents .back_color2 .contents_box.started {
      transform: none;
      opacity: 1;
}
/* エンド時のスタイル */
#contents .back_color2 .contents_box.started.ended {
    transform: translateX(0%);
}
#contents h2{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;

	max-height: 60vh;	
	position: relative;
	z-index:2;
	-webkit-text-orientation: upright;
    text-orientation: upright;
}
#contents h2 .svg_box{
	position: absolute;
	opacity: 0.4;
	width: 65px;
	height: 65px;
	top:-30px;
	left:60%;
	z-index: -1;
	transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
}
svg {
  fill: currentColor;
}
#contents .box h3{
	display: flex;
	align-items: center;
	margin-left: -4rem;
}
#contents .box h3:before{
	border-top: 1px solid;
	content: "";
	width: 40px;
}
#contents .box h3:before {
	margin-right: 1rem;
}

#contents .box:last-child{
	margin-bottom: 0px;
}
#top_cms .cms_title{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
		
}
#top_cms .cms_title .title_box{
	background-color: rgba(51,51,51,0.15);
	text-align: center;
	display: flex;
	justify-content: space-between;
	min-height: 100%;
}
#top_cms .cms_title .bg-mask{
	height: 100%;
 	background: rgba(255,255,255,0.65);
}
#top_cms .cms_title .title_box h2{
 	-webkit-writing-mode: vertical-rl;
 	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
 	max-height: 150px;
 	position: relative;
 	z-index: 5;
 	-webkit-text-orientation: upright;
 	text-orientation: upright;
 	display: inline-block;
}

#top_cms .top_cms_box .width_1280-max{
	width: 95%;
}
#top_cms .more{
	text-align: right;
}

#top_cms .container {
  position: relative;
	margin-top: 70px;
}
#top_cms .contents {
  position: absolute;
  top: 0;
  bottom: 0;

  right: 0;
  width: 240px;
  height: 40px;
  margin: auto;
}
#top_cms .btn {
  position: relative;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
}


#top_cms .btn:hover::before {
  animation: sword .5s;
}
svg {
    fill: currentColor;
}
svg g{
    color: #fff!important;
}
/* 下層ページ　共通 */
.all_header{
	background-color: rgba(255,255,255,0.75);
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.all_header #header{
	padding-top: 10px;
	justify-content: space-between;
	align-items: center;
}
.all_header #logo{
	width: 10%!important;
}
.all_header .header_info{

}
.all_header .menu_bt .drawer-hamburger{
	
	display: block!important;

}
.all main{
	padding-top: 80px;
}
#page_title{
	height: 270px;
	position: relative;
}
#page_title .back_color{
	height: 100%;
 	background: rgba(255,255,255,0.5);	
}
#page_title .back_color2{
	height: 100%;
	background-color: rgba(51,51,51,0.15);
	 display: flex;
  justify-content: center;
  align-items: center;
}
#page_title h2{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	max-height: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 9;
	letter-spacing: 3px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

/* -- page7.html -- */
#page7 #map iframe{
	width: 100%;
	height: 500px;
}
/* -- page8.html -- */
#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;
	font-size: 14px;
	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;
	font-size: 14px;
	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;
	font-size: 14px;
	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;
	font-size: 14px;
	opacity: 0.8;
}
#page8 #form_box #form_bt div{
	display: inline-block;
	height: 50px;
	position: relative;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#page8 #form_box #form_bt div input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding: 15px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#page8 #form_box #form_bt div:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#page8 #form_box #form_bt div::after{
	display: block;
	position: absolute;
	width: auto;
	height: 18px;
	letter-spacing: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	z-index: 98
}
#page8 #form_box #form_bt #submit::after{
	content: "送信";
}
/* -- page10.html -- */
#page10 .container {
  position: relative;
	margin-bottom: 90px;
}

#page10 .contents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 240px;
  height: 40px;
  margin: auto;
}

#page10 .btn {
  position: relative;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
}


#page10 .btn:hover::before {
  animation: sword .5s;
}



@keyframes sword {
  0% {top: -120px; visibility: hidden; opacity: 0;}
  20% {visibility: visible; opacity: 1;}
  100% {top: 120px; visibility: hidden; opacity: 0;}
}

.btn a {
  display: block;
  text-decoration: none;
}

.btn a::before,
.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 38px;
  border-top: 1px solid;
  border-bottom: 1px solid ;
  transition: all .5s 0s;
}

.btn a::before {
  left: 0;
  border-left: 1px solid;
}

.btn a::after {
  right: 0;
  border-right: 1px solid;
}

.btn a:hover::before {
  left: -20px;
  transition: all .5s .2s;
  opacity: 0;
}

.btn a:hover::after {
  right: -20px;
  transition: all .5s .2s;
  opacity: 0;
}
@media all and (-ms-high-contrast: none){
.index_header #header #header_menu li{
	padding-left: 5px;
	padding-right: 11px;
}
.index_header #header #header_menu li:hover{
	transition:0s!important;
}
#main_img{
	max-height: 100%;
}
#top_cms .btn {
 	padding-top: 3px;
}
#page8 #tel_contact p a{
	padding-top: 28px;
}
#page8 #form_box #form_bt #submit::after{
	padding-top: 6px;
}
#page9 .box_wrap .box p a{
	padding-top: 10px;	
}
#page10 .btn {
	padding-top: 3px;
}
footer #bottom_menu ul li{
	padding-top: 5px;
}
}
@supports (-ms-ime-align:auto) {
.index_header #header #header_menu li:hover{
	transition:0s!important;
}
}
@media screen and (max-width: 1000px){
#page10 .contents {
  width: 200px;
}

#page10 .btn {
  width: 200px;
}	
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	
.all_header #logo{
	width: 16.66667%!important;
}
/* -- index.html -- */
.clone-nav #logo{
	width: 16.66667%!important;
}
.index_header #header .menu_bt{
	display: block;
}
.drawer-hamburger {
    display: block!important;
}
#contents h2{
	margin-right: 4%!important;
	margin-left: 4%!important;
}
#contents .box h3{
	margin-left: -3.5rem;
}
#contents .box h3:before{
	border-top: 1px solid;
	content: "";
	width: 35px;
}
#page10 .contents {
  width: 240px;
}

#page10 .btn {
  width: 240px;
}	
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.cate_list li{
	width: 100%;
	margin: 0 0 10px;
}
#page-top a{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
/* drawer menu */
.drawer-menu{
	min-width: 80%;
}
.drawer-menu li{
	margin-bottom: 8px;
	    padding-bottom: 8px!important;
}
/* -- index.html -- */
.clone-nav #logo{
	width: 30%!important;
}
.clone-nav .header_info{
	margin-left: auto;
}
.clone-nav .menu_bt .drawer-hamburger{
	margin-left: auto;
}
#intro{
	height: auto;
	max-height:inherit;
	
}
#intro #intro_txt{
	-webkit-writing-mode: vertical-tb;
  -moz-writing-mode: vertical-tb;
  -ms-writing-mode: lr-tb;
  -ms-writing-mode: vertical-rl;
	writing-mode: horizontal-tb;
	display: inline-block;
	text-align: left;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
#intro #intro_txt h2{
	display: block;
}
#contents .back_color2 {
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}
#contents h2{
	-webkit-writing-mode: vertical-tb;
  -moz-writing-mode: vertical-tb;
  -ms-writing-mode: lr-tb;
  -ms-writing-mode: vertical-rl;
	writing-mode: horizontal-tb;
	margin-right: 0%!important;
	margin-left: 0%!important;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: block;
}
#contents h2 .svg_box{
	position: absolute;
	opacity: 0.4;
	width: 30px;
	height: 30px;
	top:-10px;
	left:5px;
	z-index: -1;
}
#contents .box h3{
	margin-left: -2rem;
}
#contents .box h3:before{
	border-top: 1px solid;
	content: "";
	width: 20px;
}
#top_cms .cms_title{
	background-size: cover;
	background-attachment: scroll;
    background-position: center center;
}
/* 下層ページ　共通 */
.all_header{
	
}
.all_header #header{
	width: 95%;
	padding-top: 5px;
}
.all_header #logo{
	width: 30%!important;
}
.all_header .menu_bt{	
	margin-right: 10px;
}
.all_header .header_info{
	margin-left: auto;
}
.all_header .menu_bt .drawer-hamburger{
	margin-left: auto;
}
.all main{
	padding-top: 70px;
}

#page_title{
	height: 200px;
	position: relative;
}

#page_title h2{
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
max-height: 150px;
	padding-top: 25px;
	padding-bottom: 25px;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
/* -- page7.html -- */
#page7 #map iframe{
	height: 350px;
}
}

@media all and (-ms-high-contrast: none){
#contents h2 .svg_box{
    top: -20px;
}
}