﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;500&family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500&display=swap');
/* CSS Document */
html {
	font-size: 14px;
}
h2, h3, h4 {
	font-family: 'Kiwi Maru', serif;
}
#main_img .swiper-container .swiper-wrapper .swiper-slide,#main_img .swiper-container-android .swiper-slide,#main_img .swiper-wrapper,#main_img .swiper-container,#main_img .swiper-container .swiper-wrapper .swiper-slide img {
	pointer-events: none;
}

/* ------------------------------------------------ */
.img-container:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .7s 0s ease;
    width: 100%;
    z-index: 1;
	-webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 1s cubic-bezier(0.06, 0.38, 0.21, 1);
    transition: 1s cubic-bezier(0.06, 0.38, 0.21, 1);
}
.img-container.active:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.scroll {
	pointer-events: none;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
z-index: 3;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ------------------------------------------------ */

.con_navbar.is-fixed {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 3;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 2px 9px -2px rgba(0, 0, 0, 0.03);
}
#attach {
    width: 100%;
    height: 420px;
    position: relative;
}
.attach_txt {z-index: 1}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

/* --------------------------------------------------------*/
.more {z-index: 0}
.more a, .cate_list a {
	position: relative;
	padding-right: 30px;
}
.more a:before, .cate_list a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    content: "\f061";
    right: 7px;
    transition: all .3s;
	line-height: 1.6;
}
.more a::after, .cate_list a::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    content: '';
    width: 100%;
    height: 2px;
    transform: scale(1,1);
    transform-origin: right top;
    transition: transform .3s;
    z-index: 0;
}
.more a:hover:before, .cate_list a:hover:before {
    right: 2px;
}
.more a:hover::after, .cate_list a:hover::after {
    transform: scale(0,1);
}
/* --------------------------------------------------------*/
.triangle01 {
    bottom: 0;
    right: 0;
    border-width: 0 0 27vw 28vh;
/*    border-color: transparent transparent #ffffff transparent;*/
	border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
    transition: all .8s cubic-bezier(.77,0,.175,1);
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
/* ------------------------------------------------ */
#main_img .swiper-button-prev {
    left: 26px;

}
#main_img .swiper-button-next {
    right: inherit;
    left: 80px;
}
#main_img .swiper-button-next, #main_img .swiper-button-prev {
	width: 31px;
    height: 31px;
	border-radius: 50%;
	transition: all 0.5s;
	top: inherit;
    bottom: 20px;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}
#main_img .swiper-button-next:before,
#main_img .swiper-button-prev:before
{
    font-size: 14px;
    line-height: 1;
    opacity: .75;
}
#main_img .swiper-button-prev:hover,
#main_img .swiper-button-prev:focus,
#main_img .swiper-button-next:hover,
#main_img .swiper-button-next:focus {
opacity: 0.7;	
}
#main_img .swiper-button-next::before {
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900;
    content: "\f054"!important;
}
#main_img .swiper-button-prev:before{
	font-family: "Font Awesome 5 Free"!important;
	font-weight: 900;
    content: "\f053"!important;
  }
/* -----------------------------------------------------------------*/
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
#main_img .swiper-container {
  width: 100%;
 
  margin: 40px auto;
}
#main_img .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
#main_img .swiper-container .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
#main_img .swiper-container .swiper-wrapper .swiper-slide-prev img,
#main_img .swiper-container .swiper-wrapper .swiper-slide-active img,
#main_img .swiper-container .swiper-wrapper .swiper-slide-duplicate-active img {
  animation-name: zoom;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}


/* -------------------------------画像角丸-------------------------------------------- */
#top_contents3 img, .mainwrap-l, #sp_nav .sp_nav_inner, #sp_nav .list_wrap {
/*	border: 5px solid #fff;
	box-sizing: border-box;*/
    border-radius: 24px;
}
#top_contents1 .con1_img2 div {
	border-radius: 24px 0 0 24px;
}
#top_contents1 .con1_img {
    border-radius: 0 24px 24px 0;
}
/* --------------------------------------loader ---------------------------------------*/
#loader{z-index: 9999;}
#loader img {
    animation-name: fadein;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    z-index: 1;
}
#loader img {
    width: 100%;
    height: auto;
 /*   position: absolute;*/
    top: 50%;
    left: 0;
}
.loader_icon {
    top: 50%;
    width: 300px;
}
@keyframes fadein {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:0.2;}
}
@keyframes leftin {
	0% {opacity:0;transform: translate(-150px,0);}
	100% {opacity:1;transform: translate(0,0);}
}
@keyframes rightin {
	0% {opacity:0;transform: translate(100px,0);}
	100% {opacity:1;transform: translate(0,0);}
}
@keyframes loader{
    0% {width: 0;left: 0;}
	50% {}
	100% {width: 100%;}
}
@keyframes page_title{
    0% {width: 0;}
	100% {width: 100%;}
}

/*** all ***/

*:focus {outline:none;}
body{
	-webkit-text-size-adjust: 100%;
}
body, .font_sans-serif{
	font-family: 'Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.fon_jos{
	font-family: 'Josefin Sans', 'Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
textarea{overflow: auto}

.hvr_trans:hover{
	transform: translateY(-5px);
}

.fadein .fade_box{
	opacity: 0;
	transform: translateY(20px);
	transition: 1s;
	transition-property: opacity, transform
}
.fadein .fade_box.active{
	opacity: 1;
	transform: none
}

/*** header ***/
#mainwrap {
    min-height: 400px;
    position: relative;
    padding: 25px;
}
.mainwrap-r {
    width: 250px;
    height: calc(100%);
    top: 0;
    right: 0;/*
    position: absolute;*/
    z-index: 2;
    flex-direction: column;
	box-sizing: border-box;
}
.mainwrap-l {
    width: calc(100% - 250px);
    height: 100%;
    position: relative;
    overflow: hidden;
    /*border: 5px solid #fff;*/
	box-sizing: border-box;
}
.catch {
z-index: 4;
bottom: 10%;
right: 13%;
width: 40%;
max-width: 500px;
filter: drop-shadow(1px 3px 0px rgba(255,255,255,0.5));
}
.fixbnr {
z-index: 2;
right: 30px;
bottom: 40px;
width: 150px;
}
.fixbnr a img {transition: all 0.4s;}
.fixbnr a:hover img {
 transform: scale(1.05,1.05);
}


#header.active{
	
}
#header.active .logo_wrap{
	width: 170px
}

#pc_nav li a.active{
	position: relative;
}
#pc_nav li a.active::before{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	left: 0;
	right: 0;
	bottom: -5px;
	background-color: currentColor;
	margin: auto;
	border-radius: 10px
}
#pc_nav li.active a:hover{
	transform: none
}

#sp_nav{
	top: 0;
	left: 0;
	z-index: 11;
}
#sp_nav .sp_nav_inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95vw!important;
    position: absolute;
}

#sp_nav .sp_nav_ul1 li {
border-bottom-width: 1px;
border-bottom-style: dashed;
}
#sp_nav  .sp_nav_ul2 li {

}
#sp_nav .sp_nav_ul2 li:nth-child(3), #sp_nav .sp_nav_ul2 li:nth-child(4) {
border-top-width: 1px;
border-top-style: dashed;
}
#sp_nav .sp_nav_ul2 li:nth-child(1), #sp_nav .sp_nav_ul2 li:nth-child(3) {
border-right-width: 1px;
border-right-style: dashed;
}
#header_sns{
	border-radius: 50px;
}
#header_sns li{
	width: 30px!important;
}



/*** footer ***/
footer {
	position: relative;
}
#footer_info svg {
	fill: currentColor;
}
.head_tel, .footer_tel {
	margin-left: 0;
    border-radius: 21px;
}
#footer_info #map iframe{
	display: block;
	width: 100%!important;
	height: 100%!important
}
#footer_info svg {
	vertical-align: bottom;
}
.info_txt_wrap {
	margin-top: 45px;
    margin-bottom: -45px;
}
footer .footer_item{
	background-color: rgba(255,255,255,0.1)
}

#page-top{
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 0;
	z-index: 4;
	cursor: pointer;
	border-radius: 7px;
}
#page-top::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	transform: rotate(45deg);
	top: 10px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

/*** top ***/
main {
    display: block;
    z-index: 0;
    position: relative;
}
#main_img{
	height: calc(100vh - 50px);
    max-height: 780px;
}
#con_nav {
	overflow: hidden;
}
#con_nav ul{
	border-radius: 52px;
}
#con_nav ul li {
	padding: 0 13px;
	max-width: 16.66%;
	box-sizing: border-box;
}
#con_nav li a {
padding: 20px 0;
}
#con_nav li:last-child a {
	padding: 5px 15px 3px;
    height: 60px;
    margin: 0 auto 0;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 1px #e8e8e8;
    -moz-box-shadow: 3px 3px 0px 1px #e8e8e8;
    box-shadow: 3px 3px 0px 1px #e8e8e8;
    -webkit-transition: all 0.3s ease,transform 0.3s ease;
    -moz-transition: all 0.3s ease,transform 0.3s ease;
    -o-transition: all 0.3s ease,transform 0.3s ease;
    transition: all 0.3s ease,transform 0.3s ease;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}
#con_nav li:last-child a:hover {
    transform: translate3d(3px, 3px, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease,transform 0.3s ease;
    -moz-transition: all 0.3s ease,transform 0.3s ease;
    -o-transition: all 0.3s ease,transform 0.3s ease;
    transition: all 0.3s ease,transform 0.3s ease;
}
#con_nav li:last-child a i {
    font-size: 30px;	
}
#top_contents1{
	margin-top: -90px;
	justify-content: flex-start;
}
#top_contents1 .info_title{
	top: 50px;
	left: 20%;
}
#top_contents1 .con1_img {
	padding-bottom: 65vh;
	margin-top: -50px;
}
#top_contents1 .con1_img2 {
	right: 0;
    bottom: -80px;
	z-index: 1;
}
#top_contents1 .con1_img2 div {
    padding-bottom: 35%;
    height: 230px;
}
#bgfix {
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	pointer-events: none;
}
/* 画像トリミング */
.portrait_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 800px!important;
}

#top_contents3 .con3_box1 {
	margin-top: -50px;
    transform: rotate(-4deg);
}

#top_contents3 .con3_no{
	font-size: 20px;
	left: 20px;
	bottom: -40px
}
.con3_txt_wrap {
	z-index: 1;
}
#top_contents3 .con_before{
	width: 40px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.con3_img3 {
	margin-right: 13%;
}
.con3_img4 {
	margin-left: 50%;
}
#top_cms{
	z-index: 0;
}
#top_cms .cms_box:last-of-type{
	margin-bottom: 0;
	border-bottom: none;
}












/*** under_page ***/
.under_page{
	top: 0px
}
.under_page.active{
	opacity: 1;
	top: 0
}
#page_title .title_img{
	height: 350px
}
#page_title .title_wrap{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
#page_title .title_before{
	width: 100px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: 0;
}


.pager li a{
	height: 60px;
	line-height: 60px;
}
.pager li.prev a, .pager li.next a{padding: 0 20px}
.pager li:not(.prev) a,.pager li:not(.next) a{width: 60px;}

/*** IE ***/

@media all and (-ms-high-contrast:none) {
	
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:769px) and ( max-width:1000px) {
#con_nav li a {
    padding: 20px 0;
    font-size: 1.5vw;
}
.nav_sub_title {
	font-size: 1vw;
}
#con_nav ul li {
padding: 0 8px;
}
#con_nav li:last-child a i {
font-size: 23px;
}
#con_nav li:last-child a {
padding: 5px 6px 3px;
height: 57px;
}
.info_txt_wrap {
	padding: 5%;	
}
}




@media screen and (max-width: 768px){
	.menu_stick{
    position: absolute;
	position: fixed;
    right: 0;
    top: 20px;
    width: 84px;
    height: 78px;
    cursor: pointer;
    z-index: 100;
    border-radius: 75px 0 0 75px;
    -webkit-transition: shadow 0.2s ease,transform 0.2s ease;
    -moz-transition: shadow 0.2s ease,transform 0.2s ease;
    -o-transition: shadow 0.2s ease,transform 0.2s ease;
    transition: shadow 0.2s ease,transform 0.2s ease;
    box-sizing: border-box;
	box-shadow: 0px 4px 7px -6px rgba(0, 0, 0, 0.12);
}
	.hamburger_line {
    display: block;
    position: absolute;
    right: 18px;
    margin: auto;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    transition: all .3s;
}
	.hamburger_line-1 {
    top: 24px;
}
	.hamburger_line-2 {
    top: 32px;
}

.hambuger_text, .hambuger_text02 {
    display: block;
    position: absolute;
    width: 50px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    top: 43px;
    right: 10px;
}	
.hambuger_text02 {
    display: none;
}
.menu_stick.trans .hamburger_line-1 {
    transform: rotate(30deg);
    top: 27px;
}
.menu_stick.trans  .hamburger_line-2 {
    transform: rotate(-30deg);
    top: 27px;
}
.menu_stick.trans  .hambuger_text {
    display: none;
}
.menu_stick.trans  .hambuger_text02 {
    display: block;
}
	.menu_stick.trans {
		background: transparent;
		box-shadow: none;
	}
#top_contents1 .con1_img {
    padding-bottom: 39vh;
}
#top_contents3 .con3_box1 .con3_no, #top_contents3 .con3_box2 .con3_no {
	text-align: right;
	left: inherit;
	right: 5px;
}
#top_contents3 .con3_no {
    left: 5px;
}
.info_txt_wrap {
		background-color: transparent;
		margin-top: 0;
	}
#top_contents3 .con3_box1 {
	margin-top: -37px;
} 
.mainwrap-r h1 {
	width: 140px;
    padding: 0px;
	}	

.loader_icon {
    width: 131px;
}
#mainwrap {
    padding: 15px;
}	
.fixbnr {
    right: inherit;
	left: 7px;
    bottom: 7px;
    position: fixed;
    z-index: 10;
}	
#top_contents1 .con1_img2 div {
    padding-bottom: 77%;
    min-width: 287px;
    height: inherit;
}
#top_contents1 .con1_img2 {
    right: 0;
    bottom: -40px;
    z-index: 1;
}	
#top_contents1 .con1_img2 {
    bottom: -32px;
}
	.con1_txt_wrap {
		    padding-bottom: 29vw;
	}

	
	
header::before{
	width: calc(100% - 40px);
	left: 20px;
}
#main_img{
	height: 120vw;
	width: 100%;
}
.catch {
    bottom: -9%;
    right: 0%;
    width: 59%;
}
.mainwrap-r {
    width: 100%;
    right: inherit;
    left: 0;
}
.mainwrap-r h1 {
	width: 180px;
	padding-top: 10px;
    padding-left: 10px;
	}
#top_contents1{
	margin-top: -150px
}
#top_contents1 .info_title{
	top: 10px;
	left: 0
}
#page_title .title_img{
	height: 40vw
}
#footer_info .footer_bg{
	height: calc(100% - 100px)
}
#footer_info #map{
	height: 400px
}
#page-top{
	width: 50px;
	height: 50px;
}
#bottom_tel{
	right: 50px;
}
#bottom_tel a{
	height: 50px;
}
.pager li:not(.prev):not(.next){
	display: none;
}
		
html, body{
	font-size: 14px
}
	
.hvr_trans:hover{
	transform: none
}
.clearfix_tb::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}

}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
	#page-top {
	width: 35px;
    height: 35px;	
	}
	#page-top::before {
    width: 10px;
    height: 10px;
    top: 7px;
	}
.menu_stick {
		top: 10px;
	}
	#top_contents3 .con3_no {
		font-size: 15px;
		bottom: -23px;
	}
#page_title .title_img {
    height: 273px;
}
.fixbnr {
	width: 88px;
}	
.mainwrap-r h1 {
    width: 99px;
}
	.info_txt_wrap {
		margin-bottom: 30px;
	}
	
#header.active .logo_wrap{
	width: 130px
}

#top_contents3 .con_before{
	right: 0;
	margin: auto
}
#page_title .title_wrap {
    margin-top: -15px;
}
#bottom_tel{
	width: calc(100% - 50px)
}

.float_right_sp{
	float: right
}
.float_left_sp{
	float: left
}
.float_clear_sp{
	float: none
}
.clearfix_sp::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}
@media(max-width: 400px) {
	#sp_nav .sp_nav_ul1 li {
	font-size: 3.5vw;
}
	#sp_nav  .sp_nav_ul2 li {
	font-size: 3vw;
}
}