﻿@charset "utf-8";
/* CSS Document */

/* design css */
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@800&family=Noto+Sans+JP&display=swap');

body, .font_sans-serif{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}
.top_cms_box .cms_title, .more, #info_title_box, #page_title, a[href^="tel:"], header #header #header_menu ul, #bottom_menu, #info .info_txt h3, .drawer-menu, #page10, #intro .intro_no, #con_h .con_no{
    font-family: 'BioRhyme', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}

html{font-size: 100%;}

/* カーソル */
.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 40px;
	height: 40px;
	border: solid 2px;
	z-index: 99998;
	transition: 0.3s;
	opacity: 0.2;
	transition-property: transform, opacity
}
.follower.is-active{
    opacity: 0.6;
	transform: scale(1.5);
}

/* fadein */
.fadein .fade_box{
    opacity: 0;
    transition: 1s;
    transform: translateY(10px);
    transition-property: opacity, transform;
}
#contents .con_img.fade_box{
    transform: none;
}
.fadein .fade_box.trans{
    opacity: 1!important;
    transform: none!important;
}

/* -- all page -- */
#logo2{
	text-align: center;
	width: 200px;
}
#logo{
    padding-top: 15px;
}
#logo .logo{
    width: 190px;
}
#logo .logo img {
    width: 100%!important;
}
.cate img, .cate_box img{
	box-shadow: none;
}
.normal_img img, .rectangle_img, .square_img{
    border-radius: 10px;
}
.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;
}
.cate_list li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cate_list li a{
	display: block;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
}
.cms_box{
	width: 95%!important;
}
#page_title{
	z-index: -99;
	margin-bottom: 75px;
	background-position: center;
}
#page_title #filter_white{
	padding-top: 180px;
}
#page_title .con_line1 {
    width: 100%;
    height: 10px;
    background-size: 600px;
    background-repeat: repeat-x;
    bottom: -1px;
    left: 0;
}
.pager li a{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* page-top */
#page-top{
	position: fixed;
	right: 10px;
	z-index: 99; 
}
#page-top a{
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 50%;
	background-image: url(/Files/img/bnr_bg.jpg);
	background-size: cover;
}
#page-top a div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 45px;
	height: 45px;
	line-height: 1.2;
}
#page-top a div p{
	font-size: 9px;
}

/* foot_banner */
#foot_banner{
    z-index: 99;
    width: 280px;
    right: 90px;
    bottom: 10px;
}
#foot_banner a {
    font-size: 16px;
    text-align: center;
    padding: 21px 70px 21px 102px;
    box-sizing: border-box;
    border-radius: 45px;
    background-image: url(/Files/img/point_bg.jpg);
    background-size: cover;
    color: var(--white);
}
#foot_banner .foot_icon{
    width: 63px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

/* svg */
.svg_wrap{
    position: absolute;
    width: 101%;
    bottom: -1px;
    left: 0;
    z-index: 10;
}
.svg_box svg{
	display: block;
	fill: currentColor;
	display: none;
}

/* header */
header{
    z-index: 9;
	transition: 0.5s;
	transition-property: background-color;
    padding-bottom: 15px;
    background-color: rgba(242,237,231,0.6);
}
header.transform{
	transition: 0.5s;
}
header #header #header_menu li a{
    padding-left: 20px;
    padding-right: 20px;
}
header #header #header_menu li a span{
	padding-top: 9px;
}
header #header #header_menu li a:hover .jp{
    opacity: 0.6;
}

/* drawer menu */
.drawer-nav{box-sizing: border-box;}
.drawer-menu li{margin-bottom: 10px;}

/* footer */
#info_title_box{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	z-index: -2;
}
#info_title_box .info_title{
	position: relative;
}
#info{
	padding-top: 60px;
}
#info #map{
	width: 50%;
}
#info #map iframe{
	height: 40vh;
}
#map iframe {
    width: 100%;
}
#info .info_txt{
	width: 40%;
}
#bottom_menu ul li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 0.7;
}

/* -- index.html -- */
#main_img{
	height: auto;
	max-height: 100vh;
	padding-top: 90px;
	position: relative;
}
#main_img .main_img_wrap{
    height: 600px;
}
#main_img .main_img_wrap:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(70,70,70,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_img #left, #main_img #right{z-index: 0;}
#main_img .main_logo{z-index: 1;max-width: 650px;top: 60%;left: 21%;}

main {
    position: relative;
    z-index: 0;
}
#intro{
	padding-bottom: 350px;
}
#intro h2 span.border{
    width: 50px;
    height: 5px;
    left: 0;
    bottom: 0;
}
#intro .intro_img{
    transform: rotate(5deg);
    position: relative;
    z-index: 1;
}
#intro .intro_img span.bgitem{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    transform: rotate(5deg);
    left: 0;
    bottom: 15px;
}

#contents .con_box{
    border-radius: 20px;
}
#contents .con_box h3 span.border{
    width: 50px;
    height: 5px;
    left: 0;
    bottom: 0;
}
#contents .con_box .con_item1, #contents .con_box .con_item2{
    width: 110px;
    height: 110px;
    background-size: contain;
	background-repeat: no-repeat;
    bottom: -80px;
}
#contents .fadein:nth-of-type(1) .con_box .con_item1{
    right: 10%;
}
#contents .fadein:nth-of-type(2) .con_box .con_item2{
    left: 10%;
}
#contents .con_box .con_img{
    border-radius: 20px 0 0 20px;
}
#contents .fadein:nth-of-type(2) .con_box .con_img{
    border-radius: 0 20px 20px 0;
}

.top_cms_box .cms_title h2 {
    padding: 0;
    font-size: 30px;
    color: var(--color1);
}

.top_cms_box .cms_title p{
    opacity: 0.4;
}

#top_cms {
    padding-top: 100px;
    padding-bottom: 1px;
}
#top_cms .top_cms_box{
    width: 85%;
    margin: auto;
    margin-bottom: 100px;
    max-width: 1280px;
}
#top_cms .top_cms_box:last-of-type{
    padding-bottom: 0;
    border: none;
}
#top_cms .more{
    margin-left: auto;
    margin-right: auto;
}
.more{
	width: 200px;
}

.more a{
    border-radius: 50px;
    padding: 15px;
    background-image: url(/Files/img/point_bg.jpg);
    background-size: cover;
    transition: 0.3s;
}

.more a:hover {
    transform: scale(1.2);
}

#info_title_box .info_title span{
    font-size: 30px;
    letter-spacing: 5px;
    color: var(--color1);
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0,/*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0,/*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0-1px 0,/*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}

#copyright{
	text-align: center;
}

/* -- 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){
.svg_wrap{height: 79px!important;}
/* -- under -- */
#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%;}
}

/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
header{
	padding-right: 10px!important;
	padding-left: 10px!important;
}
#logo{
	width: 15%!important;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .main_logo{
    z-index: 1;
    max-width: 600px;
    top: 34%;
    width: 100% !important;
    left: 61%;
    }

#logo .logo{
    width: 160px;
}

.follower{
    display: none;
}

/* -- all page -- */
#page_title #filter_white{
	padding-top: 175px;
	padding-bottom: 65px;
}
	
/* header */
header{
	padding-right: 5px!important;
	padding-left: 5px!important;
}
header #header #header_menu li{
    padding-top: 10px;
}
header #header #header_menu li.border_so5-t{
    padding-top: 5px;
}
#logo{
    margin-bottom: 10px;
    width: 100%!important;
}
#copyright {
    padding-bottom: 99px;
}

/* -- index.html -- */
#main_img{
    padding-top: 138px;
}
#main_img .main_img_wrap{
    height: 50vw;
}
#intro {
    padding-bottom: 0;
}
#intro_sp {
    height: 210px;
    background-size: 100% auto;
    background-attachment: scroll;
    background-position: center center;
}
#intro .intro_wrap{
    background-size: 70%;
}
#info_title_box{
	padding-top: 80px;
	padding-bottom: 80px;
}
#info_title_box {
    background-attachment: scroll;
    background-position: center center;
}
#contents .con_box .con_img{
    height: 60vw;
    border-radius: 20px 20px 0 0!important;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
/* -- all page -- */
.svg_wrap {
	transform: scale(3);
    bottom: 1px;
}
#page_title #filter_white{
	padding-top: 130px;
	padding-bottom: 65px;
}
#page_title h2 span {
    font-size: 21px;
}
.cate_list li{
	width: 100%;
	margin: 0 0 5px;
}
.cate_list li a{
	padding: 5px;
}
.cms_box{
	width: 90%!important;
}
#foot_banner{
    width: 230px;
    right: 80px;
}
#foot_banner a{
    font-size: 16px;
    padding: 18px 18px 18px 56px;
}
#foot_banner .foot_icon {
    width: 56px;
}
#copyright{
    padding-bottom: 90px;
}

/* header */
#logo{
	width: 41.66667%!important;
	margin-bottom: 0;
    padding-top: 10px;
}
#logo .logo{
    width: 130px;
    margin-left: 10px;
}
#logo2.logo{
	width: 150px;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding-bottom: 5px;
}
.menu_bt{
    padding-top: 5px;
}

/* 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;
}	
	
/* -- index.html -- */
#main_img .main_logo{
    z-index: 1;
    max-width: 600px;
    top: 37%;
    width: 90% !important;
    left: 55%;
    }

#main_img{
    padding-top: 70px;
}
#main_img .main_img_wrap{
    height: 100vw;
}
#main_img #left, #main_img #right{
    height: 50%;
}
#info .info_txt{
	width: 90%;
}

/* -- page7.html -- */
#page7 #map iframe{
	height: 350px;
}
.g-recaptcha > div {
	margin: 0 auto 30px;
	overflow: hidden;
}
}