﻿@charset "utf-8";
/* CSS Document */

/* design1 css */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@600&family=Zen+Old+Mincho:wght@400;700&display=swap');
body, .font_sans-serif{
    font-family: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
.more, #header_menu, .top_cms_box .cms_title h2, #bottom_menu, #copyright, #page_title, .cate_list::before, .foot_link a, .con_no{
    font-family: 'Cormorant', 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
    font-weight: normal;
}
html{font-size:100%;}
html, body{
    line-height: 2!important;
    font-size: 14px;
    letter-spacing: 2px;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}
#wrap{
	min-width: 1000px;
}

/* --fade-- */
.fadein, .fadein .fade_box{
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-property: opacity, transform;
}
.fadein.trans, .fadein .fade_box.active{
    opacity: 1;
    transform: none;
}

/* --all page-- */
.logo{
	text-align: center;
	width: 200px;
}
.cate img,.cate_box img{
	box-shadow: 0 2px 4px rgba(0,0,0,0);
}
.cate_list{
    margin-bottom: 100px;
	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: center;
    align-items: flex-start;
	flex-direction: row;
	font-size: 18px;
}
.cate_list::before{
    display: block;
    width: 100%;
    content: "Category";
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 3px;
    opacity: 0.6;
}
.cate_list li{
	margin: 0;
    padding: 5px;
}
.cate_list li a{
	display: block;
	padding: 10px 20px!important;
    font-size: 14px;
    line-height: 1.5;
}
.cms_box{
	width: 95%!important;
}
#page_title{
	z-index: -99;
	position: relative;
	margin-bottom: 100px;
}
#page_title #filter_white{
	padding-top: 180px;
	padding-bottom: 0;
}
#page_title h2{
    font-size: 40px;
    letter-spacing: 5px;
}
.pager li{
    width: 60px!important;
    margin: 0 10px!important;
}
.pager li a {
    height: 60px!important;
    line-height: 60px!important;
    display: block;
    padding: 0;
}

/* page-top */
#page-top{
	position: fixed;
	right: 10px;
	z-index: 99; 
}
#page-top a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 0;
}
#page-top a div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	line-height: 1.2!important;
}
#page-top a div p{
	font-size: 9px;
}

/* header */
header{
	z-index: 9;
	transition: 0.5s!important;
	padding-top: 30px;
    padding-bottom: 30px;
}
header.transform{
	transition: 0.5s!important;
}
header #header{
    align-items: center;
}
header #logo{
    padding-top: 0;
    max-width: 250px!important;
}
header #logo .logo{
    width: 100%;
}
header #header #header_menu li{
	width: auto!important;
   letter-spacing: 3px;
    padding: 0 1%;
}
header #header #header_menu li a{
    display: block;
    position: relative;
}
header #header #header_menu li:not(:last-child) a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
    background-color: currentColor;
    transition: 0.3s;
}
header #header #header_menu li:not(:last-child) a:hover::before{
    width: 50px;
}
header #header #header_menu li a span{
	padding-top: 9px;
}
header #header #header_menu li:last-child a span{
	padding: 10px 20px;
}
header #header #header_menu li a .en{
	transition: all 0.3s;
	opacity: 0.5;
}
header #header #header_menu li a:hover .en{
	opacity: 1;
}

/* drawer menu */
.drawer-nav{box-sizing: border-box;}
.drawer-menu li{
	margin-bottom: 10px;
}

/* footer */
#logo2{
    width: 300px;
}
#info{
	padding-top: 60px;
}
#info #map{
	width: 50%;
}
#info #map iframe{
	height: 40vh;
}
#info .info_txt{
	width: 40%;
}
#bottom_menu ul{
    justify-content: center;
}
#bottom_menu ul li{
    padding: 0 20px;
}
#bottom_menu ul li a:hover{
	border-bottom-width: 1px;
	border-bottom-style:solid;
}
footer .bg-mask{
	height: 100%;
}

/* -- index.html -- */
#main_img{
	height: 100vh;
	max-height: 100vh;
	z-index: -99;
	position: relative;
}
main {
    position: relative;
    z-index: 0;
}
.con_no{
    font-style: italic;
}
#contents .box{
    margin-top: -50px;
}
#contents .con_no::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    top: -1px;
    background-color: currentColor;
}
#contents .con_img{
    min-height: 420px;
}
#intro .intro_img2{
    margin: -74px 0 0 auto;
}
.top_cms_box_inner{
    padding: 100px 30px;
    max-width: 1280px;
    width: 100%!important;
    margin: 0 auto!important;
    box-sizing: border-box;
}
.top_cms_box .cms_title{
    text-align: center;
    margin-bottom: 100px;
}
.top_cms_box .cms_title h2{
    padding: 0;
    margin: 0;
    font-size: 30px;
    letter-spacing: 3px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 2px;
    font-style: italic;
}
.more{
    text-align: center;
    width: 100%;
}
.more a{
    display: inline-block;
    padding: 5px 20px;
    letter-spacing: 3px;
}
.more a::after{
    content: "─";
    display: inline-block;
    margin-left: 10px;
}
.foot_link:hover .bg_img{
    transform: translate(-50%, -50%) scale(1.1);
}
.foot_link a{
    background-color: rgba(140,140,140,0.2);
    font-style: italic;
}
.foot_link:hover a{
    background-color: rgba(140,140,140,0.4);
}

/* -- 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;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
}
#page8 #form_box #form_bt .bt_on input{
	cursor: pointer;
}
#page8 #form_box #form_bt .bt_on:hover{
	transform: translate(0,-5px);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.g-recaptcha > div {
	margin-bottom: 30px;
	overflow: hidden;
}
#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 ul li{
	overflow: hidden;
}
#page10 ul li:hover{
	letter-spacing: 5px;
}
#page10 ul li span{
	position: absolute;
	top: 0;
	width: 60%;
	height: 100%;
	transition: all 0.5s;
	z-index: -1;
}
#page10 ul li span:first-of-type{
	left: -60%;
}
#page10 ul li span:last-of-type{
	right: -60%;
}
#page10 ul li:hover span:first-of-type{
	left: 0;
}
#page10 ul li:hover span:last-of-type{
	right: 0;
}

@media all and (-ms-high-contrast: none){
/* -- index.html -- */
.more a{
	padding-top: 8px;
}
	
/* --全体-- */
#page_title h2 span{
	padding-top: 23px;
}
#tel_contact p a{
	padding-top: 25px;
}
	
/* footer */
#info_title_box .info_title span{padding: 18px 40px 12px;}
#page8 #tel_contact p a{padding: 26px 20px 17px;}
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input::-moz-placeholder,#page8 #form_box .box textarea::-moz-placeholder{font-family: "メイリオ", Meiryo;}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder {font-family: "メイリオ", Meiryo;}
#page8 #form_box #form_bt div::after{top: 56%;}
/*#page9 .box_wrap .box p a{padding: 7px 10px 3px;}*/
}

/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
header{
	padding-right: 10px!important;
	padding-left: 10px!important;
}
.logo{
	width: 150px;
}
header #header #header_menu{
	width: 80%;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#wrap{min-width: inherit;}
	
/* header */
header{
	padding-top: 20px;
    padding-bottom: 20px;
	padding-right: 5px!important;
	padding-left: 5px!important;
}
#logo{
	width: 100%!important;
}
#header_menu{
    display: none;
}
header .menu_bt{
    margin-left: 0;
}
.drawer-hamburger{
    display: inline-block!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    height: 1px!important;
}
	
/* -- index.html -- */
#main_img{
    height: 60vw;
}
#contents .con_img{
    min-height: 100%;
    height: 60vw;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-top: 10px;
    padding-bottom: 10px;
}
header #logo {
    width: 200px!important;
}
.logo{
	width: 150px;
}
	
/* all page */
#wrap{
	padding-top: 0px!important;
}
#page_title h2{
    font-size: 30px;
    letter-spacing: 3px;
}
#page_title #filter_white{
	padding-top: 130px;
}
.cate_list li{
	width: 100%;
	margin: 0 0 5px;
}
.cate_list li a{
	display: block;
	padding: 5px;
}
.cms_box{
	width: 90%!important;
}

/* -- index.html -- */
#info .info_txt{
	width: 90%;
}
#intro .intro_img2 {
    margin: -37px 0 0 auto;
}
.top_cms_box .cms_title h2{
    font-size: 26px;
}
.top_cms_box_inner{
    padding: 100px 15px;
}

/* page-top */
#page-top .fas {
   line-height: 0.9;
}
#page-top a{
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
}
#page-top a div p{
	font-size: 10px;
	line-height: 1.2;
}

/* -- page2.html -- */
.pager li {
    width: 50px!important;
    margin: 0 6px!important;
}
.pager li a {
    height: 50px!important;
    line-height: 50px!important;
}

/* -- page7.html -- */
#page7 #map iframe{
	height: 350px;
}
.g-recaptcha > div {
	margin: 0 auto 30px;
	overflow: hidden;
}
}

#map iframe{width: 100%;}

@media screen and (max-width: 667px) and (-ms-high-contrast: none){

}
@media all and (-ms-high-contrast:none){
#main_img .swiper-wrapper,#main_img .swiper-container{
	height: auto;
	max-height: 110vh;
	overflow-y: hidden;
}
}