﻿/* all page */
/* color */
.txt_color1{color: #787878;} /* メインカラー */
.txt_color3{color: #000;} /* アクセントカラー1 */
.txt_color4{color: #545454;} /* アクセントカラー2 */
.txt_black{color: #111;} 

/* background-color */
.bg_color1{background-color: #9a9a9a;} /* メインカラー */
.bg_color3{background-color: #000;} /* アクセントカラー1 */
.bg_color4{background-color: #545454;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #9a9a9a;}
.border_color3{border-color: #000;}
.border_color4{border-color: #545454;}

.hvr_bg_color1:hover{background-color: #656565;} /* メインカラー */
.hvr_txt_color3:hover{color: #000;} /* アクセントカラー1 */
.hvr_bg_color3:hover{background-color: #000;} /* アクセントカラー1 */
.hvr_border_color3:hover{border-color: #000;}

/* fonts */
#pc_nav, #contents h3, #intro_txt span, #top_cms .cms_title, .info_title span, .more, #footer .footer_nav, #sp_nav, #page_title, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"], #main_img .main_catch {
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.linkStyle{
    color: #333;
    text-decoration: underline;
}

/* top ----------------*/
/*animation*/
.fadein{
     opacity: 0;
     transform: translateY(20px);
     transition: 1.5s;
     transition-property: opacity,transform
}
.fadein.fadetrans{
     opacity: 1;
     transform: none
}

/* header */
header{
	background: none;
}
.logo {
    width: 300px;
}

/* main img */
.main_visual {
    width: 100%;
    height: 100vh;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.main_visual.active{
	animation-name: img_anime;
	animation-duration: 0.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
#main_img{
	max-height: none;
	margin-right: 17%;
	margin-top: 80px;
	height: 85%;
	width: auto !important;
}
#main_img .svg_box{
	display: none;
}
.main_visual .catch{
	position: absolute;
    right: 9%;
    bottom: 8%;
    width: 24%;
}
.main_visual .catch .catch1{
	width: auto;
	height: 10%;
	margin-bottom: 20%;
	margin-right: 15%;
	animation-name: blur2;
	animation-duration: 3s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
	z-index: -100;
	opacity: 0.8;
}
.main_visual .catch .catch2{
	width: auto;
	height: 10%;
	animation-name: blur2;
	animation-duration: 3.5s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
	z-index: -100;
	opacity: 0.8;
}
.main_visual .sumi{
	width: 28%;
	height: auto;
	position: absolute;
	bottom: 20px;
    right: -50px;
	animation-name: blur;
	animation-duration: 4s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	animation-iteration-count:1;
	z-index: -100;
	opacity: 0.8;
	transform: scale(1);
}
@keyframes blur {
	0% {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		opacity: 0;
		transform: scale(0.98);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 0.8;
		transform: scale(1);
	}
}
@keyframes blur2 {
	0% {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
@keyframes img_anime {
	0% {
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* main */

/* intro */
#intro_txt h2 span{
	border-bottom: 2px solid #d4d4d4;
}

/* contents */
#contents h3{
	position: relative;
}
#contents h3::before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #222;
	position: absolute;
	bottom: -5px;
	left: 0;
}

/* topcms */
#top_cms .cms_title h2{
    color: #fff;
    background-color: #4d4d4d;
    padding: 15px;
    border-left: 5px solid #000;
}

/* footer */
.svg_box2{
	display: none;
}

/* under page */
#page_title .svg_box{
    display: none;
}
header {
    background: rgba(255,255,255,0.6);
}
.cate_list li a {
    background-color: #e3e3e3;
}
.cate_list li a:hover {
    background-color: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
#tel_txt h3,#tel_txt p{
    text-align: left;
}

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    #top_cms .cms_title h2{
        padding-bottom: 10px;
        padding-top: 17px;
    }
    .banner a{
        padding-top: 15px;
    }
    .cate_list li a{
        padding-top: 15px;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #page_title #filter_white {
        padding-top: 220px!important;
    }
	#logo{
		margin-bottom: 20px;
	}
	header #header #header_menu li{
		width: auto;
		margin-left: 0;
	}
	header #header #header_menu li:nth-of-type(1){
		margin-left: 10px;
	}
	header #header #header_menu li:nth-of-type(7){
		margin-right: 10px;
	}
	header #header #header_menu li {
		padding-top: 15px;
	}
	header #header #header_menu li.border_so3-t {
		padding-top: 12px;
	}
	.main_visual {
	}
	#main_img {
		margin-top: 21%;
		height: 90%;
	}
	.main_visual .catch {
		right: 5%;
		bottom: -35%;
		width: 30%;
	}
	.main_visual .catch .catch1 {
		margin-bottom: 16%;
	}
	.main_visual .sumi {
		width: 32%;
		bottom: -180px;
		right: -50px;
	}
	#intro {
		margin-top: 80px;
	}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #page_title #filter_white {
        padding-top: 130px!important;
    }
	header {
        padding-bottom: 0;
    }
	.main_visual {
		padding: 0;
	}
	#main_img {
		height: 100%;
	}
	.main_visual .catch {
		bottom: -20%;
		width: 50%;
	}
	.main_visual .catch .catch1 {
		margin-bottom: 10%;
	}
	.main_visual .sumi {
		width: 47%;
		bottom: -90px;
		right: -20px;
	}
	
}


/*20211008公開後修正*/
.banner__fixed {
    position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 5;
}
.banner__fixed a {
    border-radius: 10px;
	padding: 20px;
}
.banner__fixed a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
footer #copyright{
    padding-bottom: 100px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	
}

/*20211012公開後修正*/
.txt_color1{color: #000;} /* メインカラー */
.hvr_txt_color3:hover{color: #c9c9c9;} /* アクセントカラー1 */
.hvr_border_color3:hover{border-color: #fff;}

body, .txt_color_nomal {
    color: #ffffff;
}
main, #intro #intro_txt, .info_box, footer{
    background-color: #747474;
}
header {
    background: rgba(116,116,116,0.5);
}
header.transform {
    background: rgba(164,164,164,0.5);
}
#contents h3::before {
    background-color: #b7b7b7;
}
#contents h3, .info_txt h3, .info_txt p, .info_txt .tel span, .info_txt .tel a, #page7 .box_wrap .box_item h3, #page7 .box_wrap .box_item p, #page9 .box h3, #page10 ul li a{
    color: #fff;
}
.date{
    color: #c5c5c5;
}
#footer .footer_cms p{
    color: #000;
}
.cate_list li a {
    color: #000;
}
#page10 ul li a{
    border-color: #fff;
}

/*20211012公開後修正*/
.main_visual .sumi img, .main_visual .catch1 img, .main_visual .catch2 img{
    width: 100% !important;
    height: auto !important;
}
header #header #header_menu li a span{
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    border: 2px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
}
header #header #header_menu li a span:hover{
    opacity: 0.5;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    header #header #header_menu li:not(:last-child) a span{
        border: none;
        padding: 0;
        padding-top: 9px;
    }
	
}

/*20211102公開後修正*/
#main_img .swiper-container img{
	width: 100% !important;
	height: 100% !important;
}

/* スライドに動画 */
.slider{
    margin: 20px auto;
    width: 100%;
    opacity: 0;
    transition: 3s;
}
.slick-initialized{
    opacity: 1
}
.slider img,
.slider video,
.sliderBox iframe{
    width: 100%;
    height: auto;
}
.slick-slide li{
    position: relative;
    padding-bottom: 56.25%;
        height: 0;
    overflow: hidden;
}
.slick-slide iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ギャラリーページ動画 */
.video-wrap #video {
  left: 0;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  max-width: 100vw;
  top: 0;
  z-index: 10;
}
.fadeout {
  animation : fadeOut 2s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*20211108公開後修正*/
#top_cms .more a{
    color: #fff;
    border: 2px solid #000;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    .menu_bt{
        margin-top: 10px;
    }
	.drawer-hamburger{
		width: 60px !important;
		height: 60px;
		border: 2px solid #000;
		padding: 0!important;
	}
	.menu_button{
		width: 50px;
		height: 50px;
		font-weight: bold;
	}
}

/*20211110公開後修正*/
body{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #intro_sp{
        height: 180px;
    }
}


/*20240513*/
.g_type1 > div{justify-content: space-around;}
.g_type1 .modal_bt{cursor: pointer}
.g_type1 .modal_bg{top: 0;left: 0;background-color: rgba(0,0,0,0.5);z-index: 9998;}
.g_type1 .modal_box{max-height: 80%;overflow-y: auto;z-index: 9999;}
.g_type1 .close_bt{cursor: pointer}
.g_type1 .cate_box {
    position: relative;
    /*width: 22.99999%!important;*/
    /*margin: 0 1%;*/
    /*margin-bottom: 20px;*/
    /*overflow: hidden;*/
}

@media all and (-ms-high-contrast:none){
.g_type1 .modal_box .box_txt2 a {padding: 8px 10px 2px;}
}

/*@media screen and (max-width: 768px){*/
/*.g_type1 .cate_box {width: 30.99999%!important;}*/
/*}*/
	
/*@media screen and (max-width: 667px){*/
/*.g_type1 .cate_box {width: 47.99999%!important;}*/
/*}*/
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.g_type1 .cate_box{width: 49%!important;}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.g_type1 .box_wrap{	width: 100%!important;margin-left: 8px;}
.g_type1 .cate_box{width: 48%!important;}
}
