/******************************************************************
Theme Name: CREVIA THEME
Theme URI: http://cube096.com
Description:CREVIAウェブデザインテーマ
Author: CREVIA CO.,LTD.
Author URI: https://crevia-ts.com
Version: 1.01
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #000;
}
p {
	overflow-wrap: break-word;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
table {
	border-collapse: collapse;
}
body {
	font-family: "Shippori Mincho", serif;	
	line-height: 2;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 0;
	color: #222222;
}
body .bg{
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	left:0;
	background-image:url('./library/images/bg.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	z-index: -1;
	overflow: hidden;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 65px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #D3B4A0;
}
.single .nav-below #prev {
	padding-left: 65px;
	background-image: url(library/images/single_next.png);
	background-position: center left 10px;
	background-repeat: no-repeat;
	background-size: auto 40px;
}
.single .nav-below #next {
	padding-right: 65px;
	background-image: url(library/images/single_prev.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: auto 40px;
}
.single .nav-below img {
	width: 43px;
	height: 43px;
	object-fit: cover;
}
#prev {
	width: 48%;
	float: left;
}
#next {
	width: 48%;
	float: right;
	text-align: right;
}
#next p{
	text-align: right;
}
#next p,
#prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
#prev img {
	float: left;
	margin-right: 0.5rem;
}
#next img {
	float: right;
	margin-left: 0.5rem;
}
#prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
#prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
#prevAndNextLeft {
	width: 50%;
	float: left;
}
#prevAndNextRight {
	width: 50%;
	float: left;
}
#prevAndNextLeft {
	text-align: left;
}
#prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0;
	transition:all ease 2s 0.2s;
	-webkit-transition:all ease 2s 0.2s;
	-moz-transition:all ease 2s 0.2s;
}
.on .fadein {
	opacity:1;
}
.fadeinup {
	opacity:0;
	transition:all ease 1.5s;
	-webkit-transition:all ease 1.5s;
	-moz-transition:all ease 1.5s;
	transform:translateY(1rem);
	overflow:hidden;
}
.on .fadeinup {
	opacity:1;
	transform:translateY(0);
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	background:rgba(255,255,255,1);
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	display:none;
}
.navwrap ul {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap ul li {
	flex-grow:1;
	line-height:53px;
	position:relative;
}
.navwrap ul li:nth-of-type(1) {
	flex-grow:2;
}
.navwrap ul li:nth-of-type(1) img {
	width:150px;
	max-width:100%;
	margin-left:1rem;
}
.navwrap ul li a {
	display: block;
	text-align:center;
	color:#000;
}
.navwrap ul li:nth-of-type(1) a {
	text-align:left;
}
.navwrap ul li ul {
	width:100%;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
	height:0;
	display:block;
}
.navwrap ul li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
	height:auto;
}
.navwrap ul li ul li {
	width:100%!important;
	flex-grow:1!important;
}
.navwrap ul li ul li a{
	text-align:center!important;	
}
.navwrap * {
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}


/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position:fixed;
	top:30px;
	right:30px;
	z-index:999;
	text-align:center;
	display:block;
	cursor:pointer;
	mix-blend-mode: difference;
}
#spnavbtn p{
	line-height:1.2rem;
}
#spnavbtn p::before{
	content:"MENU";
	font-family: "Cormorant Garamond", serif;
	font-weight: 900;
	font-style: normal;
	color:#999;
	font-size: 12px;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 36px;
	height: 10px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background:#555;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	bottom: 0;
	width: 50%;
}

/* 
 smartphone menu btn click
----------------------------------------------------------- */

#spnavbtn .activete:before {
	content:"CLOSE";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
	width:100%;
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position:relative;
	z-index:998;
}
#spnav .trigger {
	width:100%;
	height:100vh;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
	position:fixed;
	top:0;
	left:0;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter:saturate(140%) blur(20px);
	backdrop-filter:saturate(140%) blur(20px);
	backface-visibility: hidden;
	background:rgba(255,255,255,0.8); 
	will-change: backdrop-filter;
	z-index:-2;
	opacity:0;
	pointer-events: none;
	display:flex;
    justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-end;
	padding:5% 10% 12%;
}
#spnav .open {
	opacity:1;
	pointer-events: inherit;
}

#spnav .trigger .r{
	width:50%;
	display: flex;
	justify-content: flex-end;	
}
#spnav .trigger .r ul{
	width:min(100%,350px);	
}
#spnav .trigger .r li{
	margin-top:2rem;	
}
#spnav .trigger .r a{
	width:100%;
	color:#222222;
	font-family: "Cormorant", serif;
	font-weight: 500;
	font-style: normal;
	font-size:50px;
	line-height:50px;
	position:relative;
	display:block;
	text-align:left;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav .trigger .r a:hover{
	color:#898989;
}
#spnav .trigger .r a::before{
	content:"";
	width:24px;
	height:5px;
	background:#FFF;
	position:absolute;
	top:65%;
	right:0;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:0;
}
#spnav .trigger .r a::after{
	content:"";
	width:5px;
	height:5px;
	background:#FFCEBB;
	position:absolute;
	top:65%;
	right:19px;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:1;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav .trigger .r a:hover::after{
	width:24px;
	right:0;
}
#spnav .trigger .l{
	width:50%;
}
#spnav .trigger .l dl{
	width:min(100%,500px);

}
#spnav .trigger .l dd{
	margin-top:2rem;
	font-size:11px;
	line-height:20px;	
}


#spnav h1 {
	width:100%;
	padding:2rem 5%;
	text-align:center;
}
#spnav h1 img {
	width:160px;
	margin:0 auto;
}
#spnav ul li {
	line-height:3em;
	text-align:center;
}
#spnav .navleft {
	width:88%;
	float:left;
	display:block;
}
#spnav .navright {
	width:12%;
	display:block;
	float:left;
	text-align:center;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav ul li dl {
	overflow:hidden;
}
#spnav ul li dd {
	display:none;
}
#spnav ul li .subnav {
	padding:0 30px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.2);
	opacity:0;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
}
#spnav ul li .drop1, #spnav ul li .drop2, #spnav ul li .drop3 {
	opacity:1;
}


/* 
 共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
.sp {
	display:none;
}
.linkbox{
	width:100%;
	display: flex;
	justify-content:flex-end;
	align-items: center;
	margin-top:3rem;
}
.linkbox a{
	display:inline-block;
	padding-right: 30px;
	position: relative;
	border-bottom: 1px solid #222222;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	font-family: "Cormorant", serif;
}
.linkbox a::after{
	content:"";
	position: absolute;
	top:55%;
	right: 0;
	transform: translateY(-50%);
	background-image:url('./library/images/arrow.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding:3.325px 6.502px;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.linkbox a:hover{
	opacity: 0.4;
}
.linkbox a:hover::after{
	right: -5px;
}

.h2mid{
	width:100%;
	margin-bottom: 3rem;
	font-size: 26px;
	font-weight: normal;
	line-height: 35px;
}
.h2mid span{
	font-size:12px;
	display: block;
	font-family: 'Noto Serif JP', serif;
}

/* 
 TOP
----------------------------------------------------------- */ 
#btnbox{
	display: flex;
	justify-content:flex-end;
	align-items: center;/*上下*/
	position: fixed;
	top:1rem;
	right:1rem;
	z-index: 99;
}
#btn{
	width:170px;
	border-radius: 50px;
	overflow: hidden;
	opacity: 0;
	animation: logoFadeIn 3s ease forwards;
	animation-delay:0.5s; /* ページ読み込み後 1秒遅れて開始 */
}
#btn a{
	display: block;
	background:#FFF;
	padding:0.8rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#btn a:hover{
	background:#CCC;
}
#btn a img{
	margin: 0 auto;
}
#menu{
	width:170px;
	border-radius: 50px;
	overflow: hidden;
	z-index: 99;
	opacity: 0;
	animation: logoFadeIn 3s ease forwards;
	animation-delay:0.5s; /* ページ読み込み後 1秒遅れて開始 */
	margin-right: 0.5rem;
}
#menu a{
	display: block;
	background: #9F8D56;
	padding:0.55rem 0.8rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
	color:#FFF;
	font-size: 13px;
	text-align: center;
}
#menu a i{
	font-size: 18px;
	margin-right: 10px;
}
#menu a:hover{
	background:#836C28;
}
#hero{
	width:100%;
	height:100vh;
	position: relative;
}
#bgarea{
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index: -1;
}
#hero{
	position: relative;
	z-index: 0;
}
#hero h1{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
	opacity: 0;
	animation: logoFadeIn 3s ease forwards;
	animation-delay:0.5s; /* ページ読み込み後 1秒遅れて開始 */
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;

  }
}
#hero::before{
	content:"";
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	background: rgba(0,0,0,1);
	z-index: -1;
}

.fade-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000; /* 初期は黒 */
  transition: background-color 3s ease; /* 背景フェード */
	z-index: 1;
}

.fade-slider.fade-bg-out {
  background-color: transparent; /* 背景を透明にフェード */
}

.fade-slider .slide {
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  opacity: 0; /* 初期は透明 */
  transition: opacity 3s ease; /* スライドフェード */
}

.fade-slider .slide img {
  width:100%; height:100%;
  object-fit: cover;
}

.fade-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

#consbg{
	position: relative
}
#consbg::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-image:url('./library/images/consbg.png');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	opacity: 0.1;
	z-index: 1;
}
.active#consbg::before{
	opacity: 0;
	animation: consbg 4s ease forwards;
}
@keyframes consbg {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

#top_cons_s{
	padding:2rem 5%;
	position: relative;
	z-index: 2;
}
#top_cons_f .inner,#top_cons_s .inner,#top_cons_t .inner{
	color:#FFF;
	width: min(100%,500px);
	margin:0 auto;
}
#top_cons_f{
	padding:8rem 5% 0;
	position: relative;
	z-index: 2;
}
#top_cons_t{
	padding:0 5% 8rem;
	position: relative;
	z-index: 2;
}


#gallery{
	position: relative;
	z-index: 0;
	padding:8rem 0;
	background:rgba(0,0,0,1);
}
/* スライダーコンテナの基本的なスタイル */
.slide_gallery {
    width: 100%; /* 親要素に合わせて調整 */
    max-width: 1200px; /* 必要に応じて最大幅を設定 */
    margin: 0 auto; /* 中央寄せ */
}

/* Swiperの画像がはみ出さないように */
.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* ナビゲーションボタンのスタイル調整 (任意) */
.swiper-button-prev,
.swiper-button-next {
    color: #FFF; /* ボタンの色 */
    /* 必要に応じてサイズ、位置などを調整 */
}
.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color,#fff)!important;
}

#gallery .flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
#gallery .flex2 > img {
  width: 25%;
}
#gallery .flex2 > div {
  width: calc(75% - 30px);
  overflow: hidden;
}
#gallery .sub_ttl {
  font-size: 24px;
  text-align: left;
  margin-bottom:23%;
  color:#FFF;
  line-height: 30px;
}
#gallery .sub_ttl span {
  font-family: 'Lato', sans-serif;
  display: block;
  font-size: 14px;
}
#gallery .slide_gallery {
  position: relative;
}

.swiper01 .swiper-button-prev {
  left: auto!important;
  right: 100px!important;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-button-next {
  height: 50px!important;
  width: 50px!important;
  right: 30px!important;
  top: -60px!important;
}
.swiper-button-prev::after {
  background-image: url("./library/images/gal_prev.svg")!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  height: 40px!important;
  margin: auto!important;
  width: 40px!important;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-button-next {
  height: 40px!important;
  width: 40px!important;
  right: 30px!important;
  top: -60px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px!important;
  left: auto!important;
}
.swiper01 .swiper-button-prev{
  right: 105px !important;
}
.swiper-button-next::after {
  content:""!important;
	background-image: url("./library/images/gal_next.svg")!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content:""!important;
  height: 50px!important;
  margin: auto!important;
  width: 50px!important;
}
.swiper {
  overflow: visible!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display:none;
}
#ado{
	position: relative;
}
#ado::before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0.8), rgba(0,0,0,0.7), rgba(0,0,0,1));
	z-index: 1;
}
/* 動画背景 */
.video-background {
    position: absolute; /* 画面に固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:0; /* コンテンツより背面に配置 */
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画面いっぱいに動画を拡大・切り取り */
}
.address {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  padding: 10rem 5%;
  color: #FFF;
}
.address dl {
  margin: 1.5rem auto;
  width: min(100%,450px);
}
.address dt{
	border-bottom:1px solid rgba(255,255,255,0.5);
	font-weight: bold;
	padding-bottom:0.2rem;
	margin-bottom:0.2rem;
}
.address dd p{
	line-height:1.6rem;
}
.address dl:nth-of-type(1) dd a{
	background:rgba(50,50,50,0.8);
	border-radius: 50px;
	display: block;
	width: 120px;
	padding: 0.2rem;
	margin-top:1rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.address dl:nth-of-type(1) dd a:hover{
	background:#7f0000;
}
.address dl:nth-of-type(1) dd a img{
	margin: 0 auto;
}
.address a{
	color:#160505;
}

#cont {
	width:100%;
	padding:8rem 5% 5rem;
	position: relative;
	z-index: 9;
	background:linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.7), rgba(0,0,0,0.6));
}
.cont_fi_box {
	width:min(100%,1400px);
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
}
.cont_fi_box .l{
	width:40%;
	margin-right:5%;
}
.cont_fi_box .r{
	width:55%;
}

.wpcf7{
	width:min(100%,500px);
	margin:2em auto 0!important;
	max-width:95%;
}
.wpcf7 dl{
	width:100%;
	margin-bottom:1.5rem;
}
.wpcf7 dt{
	width:100%;
	font-weight:normal;
}
.wpcf7 dt p{
	color:#FFF;
}
.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.wpcf7 dd{
	width:100%;
}
.wpcf7 dd p{
	font-size:0.8rem;
	margin-top:0.5rem;
}
.wpcf7 .subbtn{
	width:300px;
	max-width:80%;
	margin:2em auto 0;
}
.subbtn input {
	width:100%;
	padding:3%;
	color: #FFF;
	border-style: none;
	background-color:#9D643E;
	transition:all ease 0.3s;
}
.subbtn input:hover {
	background-color:#AD856B;
}
.wpcf7-text{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #EEE;
	padding:0.3rem;
	font-size:0.9rem;
}
.wpcf7-text:focus{
	background-color:#fafeff;
}
.wpcf7-textarea{
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #EEE;
	padding:0.3rem;
	font-size:0.9rem;
	height: 180px;
}
.priva {
	margin-top:2em;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 100%;
}
.priva h3 span {
	font-size:0.8em;
	margin-left:1rem;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #EEE;
	background:#FFF;
}
.priva li {
	padding:0 1rem 1rem 1rem;
	font-size:0.9rem;
}
.priva li h4 {
	margin:1.5em auto 0.5em;
	border-bottom:1px solid #000;
	font-size:1em;
}
.privabtn {
	text-align:center;
	margin-top:2em;
	font-weight:bold;
}
.cont_kanryo {
	width:100%;
	text-align:center;
	min-height:420px;
}
.wpcf7-turnstile{
	margin:2rem auto;
}
.wpcf7-turnstile.cf-turnstile div {
  display: grid;		/* グリッド指定 */
  place-items: center;		/* 中央揃え */
}
.shonin p{
  text-align: center;
  margin-top: 1rem;
}

/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
#news_area{
	width:100%;
	padding: 5rem 5%;
}
.archivetitle {
	font-size: 30px;
	font-weight: bold;
	margin:0 auto 1rem;
}
.archivetitle span {
	font-size: 20px;
	padding-right: 15px;
}
.archivetitle a,
.bcontwrap a{
	color: #000;
}
#g_list {
	width:min(100%,1400px);
	margin:0 auto 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0.5rem 1rem 0.5rem 112px;
	background: #fff8f0;
	box-shadow: 0 3px 10px rgba(0,0,0,0.05);
	position:relative;
}
#g_list p{
	padding:0.5rem 0;
	position:absolute;
	top:0.5rem;
	left:1rem;
	font-weight:bold;
}
#g_list .box{
	padding:0.4rem 0.3rem;	
}
#g_list .box a{
	color:#000;
	background: #FFF;
	padding: 0.2rem 0.5rem;
	font-size:0.9rem;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#g_list .box a:hover{
	background: #FA9D2C;
	color:#FFF;	
}
.bcontwrap ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bcontwrap ul li{
	width: 30%;
	margin-bottom: 50px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n){
	margin-right:0;
}
.bcontwrap ul li:before {
	content:"";
	width:100%;
	height:1px;
	background-color:#000;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
 }
.bcontwrap li dd:nth-child(1) {
	margin-bottom:10px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
	color: #FFF;
	background: #FA9D2C;
	padding: 0 10px;
	margin:0 0 5px 5px;
	font-size: 14px;
}
.bcontwrap li dt:nth-child(2) {
	margin-bottom: 15px;
}
.bcontwrap li div {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.bcontwrap h2 {
	font-size:20px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
}
.bcontwrap p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
.bcontwrap .more_btn{
	position: relative;
    display: inline-block;
	padding: 0 50px 0 20px;
    text-decoration: none;
    outline: none;
	font-size: 14px;
	font-weight: bold;
}
.bcontwrap .more_btn::before{
    content: '';
	position: absolute;
    top:50%;
    right:10px; 
    width:30px;
    height: 2px;
	background:#111;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn::after{
    content: '';
	position: absolute;
    top:41%;
    right:10px;   
    width: 10px;
    height:1.5px;
	background:#111;
    transform: rotate(35deg);
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.bcontwrap .more_btn:hover::before{
    right:0;
}
.bcontwrap .more_btn:hover::after{
    right:0;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
.ttl_maru{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom:1rem;
	padding:0 0 0 1rem;
	color:#9D643E;
	position:relative;
}
.ttl_maru::before{
	content: "";
	background: #9D643E;
	position:absolute;
	top:44%;
	left:0;
	transform:translateY(-50%);
	width:8px;
	height:8px;
	border-radius:100%;
}
#wrap{
	width:min(100%,1400px);
	margin:0 auto;
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
#l_cotent{
	width:70%;
	margin-right:5%;
}
#l_cotent > ul{
	margin-bottom: 70px;
}
#l_cotent > ul > li{
	padding: 1.25rem 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
#l_cotent li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#l_cotent li dt{
	width:100%;
	margin-bottom:0.5rem;
}
#l_cotent li dt .info span{
	font-size:12px;
	margin-right:0.5rem;
}
#l_cotent li dt .info span a{
	color:#9D643E;
	padding:0 0.5rem;
	border:1px solid #F0F0F0;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#l_cotent li dt .info span a:hover{
	color:#FFF;
	background:#9D643E;
	border:1px solid #9D643E;
}
#l_cotent li dt .info span:nth-of-type(1){
	margin-right:1rem;
}
#l_cotent li dd{
	width:100%;
}
#l_cotent li dd .info{
	padding-top: 1.25rem;
	border-top: 1px solid #ccc;
	font-size: 15px;
}
#l_cotent li dd .info span:first-of-type{
	margin-right: 10px;
}
#l_cotent li dd span a{
	background:#FA9D2C;
	color:#FFF;
	padding:0.1rem 0.3rem;
	font-size:12px;
	white-space: nowrap;
	margin-right: 5px;
}
#l_cotent li dd h2{
	font-size:1rem;
	font-weight:normal;
}
#l_cotent li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
#l_cotent .linkbox{
	display: flex;
	justify-content: flex-end;
	margin-top:1.5rem;
}
#l_cotent .more_btn{
	position: relative;
    display: inline-block;
	padding: 0 50px 0 20px;
    text-decoration: none;
    outline: none;
	font-size: 14px;
	font-weight: 500;
}
#l_cotent .more_btn::before{
    content: '';
	position: absolute;
    top:50%;
    right:10px; 
    width:30px;
    height: 2px;
	background:#FFF;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
#l_cotent .more_btn::after{
    content: '';
	position: absolute;
    top:41%;
    right:10px;   
    width: 10px;
    height:1.5px;
	background:#FFF;
    transform: rotate(35deg);
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
#l_cotent .more_btn:hover::before{
    right:0;
	background:#FA9D2C;
}
#l_cotent .more_btn:hover::after{
    right:0;
	background:#FA9D2C;
}

#sidebar {
	width: 25%;
}
.widgettitle {
	font-size:1rem;
	padding-bottom:0.3rem;
	margin-bottom: 0.7rem;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 500;
	color:#9D643E;
}
.widget ul {
  margin-bottom: 2rem;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding:0.3rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.widget ul li a:hover{
	color: #9D643E;
}
.widget ul li a::before{
	content:"";
	width:24px;
	height:5px;
	background:#DEDEDE;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:0;
}
.widget ul li a::after{
	content:"";
	width:5px;
	height:5px;
	background:#9D643E;
	position:absolute;
	top:50%;
	right:19px;
	transform:translateY(-50%);
	border-radius:10px;
	z-index:1;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
.widget ul li a:hover::after{
	right:0;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle{
	width:100%;
	margin-bottom:2rem;
	font-weight:500;
}
/* news single page
----------------------------------------------------------- */
.tca {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}
.tca a {
	color: #9D643E;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
.tca a:after {
	content: " , ";
}
.tca a:last-of-type:after {
	content: "";
}
.stitle {
	font-size:1rem;
	color: #000000;
	padding:0 0 0.3rem 1.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	text-align: justify;
	position:relative;
}
.stitle::before{
	content: "";
	background: #9D643E;
	position:absolute;
	top:44%;
	left:0;
	transform:translateY(-50%);
	width:8px;
	height:8px;
	border-radius:100%;
}
.singlecont {
	overflow:auto;
}
.singlecont h1 {
	font-size:20px;
	line-height: 1.5em;
	color: #9D643E;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.singlecont h1::before{
	content: "";
	height: 1px;
	width: 50px;
	background-color: #9D643E;
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.singlecont h2 {
	font-size:18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #9D643E;
	text-align: justify;
}
.singlecont h3 {
	border-left: 1px solid #9D643E;
	padding: 0 10px;
	margin-bottom:16px;
	color: #9D643E;
	background: none;
}
.singlecont h4 {
	background: #9D643E;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom:16px;
}
.singlecont h5 {
	border-bottom: 1px dashed #9D643E;
	margin-bottom:16px;
	font-size: 16px;
	color: #9D643E;
}
.singlecont h6 {
	margin-bottom:16px;
	font-size: 16px;
	color: #9D643E;
}
.singlecont p{
	text-align: justify;
	font-size: 16px;
}
.singlecont img{
	margin-bottom:16px;
	height: auto;
	max-width: 100%;
}
.singlecont a{
	text-decoration: underline;
}
.singlecont ul {
	list-style: disc;
	list-style-position: inside;
}
.singlecont ol {
	list-style: decimal;
	list-style-position: inside;
}
.singlecont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlecont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.singlecont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
/* 
 foot
----------------------------------------------------------- */
#foot{
	width: 100%;
	background:rgba(0,0,0,0.6);
	position: relative;
	z-index: 2;
	text-align: center;
	color:#FFF;
}


@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
	/* 
	 contact
	----------------------------------------------------------- */ 
	.cont_area02_box {
		padding: 3.5rem 4rem 4rem;
		position: relative;
		top: -5rem;
		left: 5%;
		right:5%;
		margin-left: 0;
	}
	#cont_area02 {
		padding: 0 5%;
	}
	#cont_area03 {
		padding: 5rem 5%;
	}
}
@media screen and (max-width: 1100px) {
	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
	#cont_list {
		margin-top:0rem;
	}

#spnavbtn {
    top: 13px;
    right: 15px;
  }


/* 
 news
----------------------------------------------------------- */ 

#news_area {
  padding: 5rem 5% 5rem 290px;
}

}
@media screen and (max-width:820px) {
body .bg {
  background-size: contain;
}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}

#spnavbtn p {
  line-height: 1rem;
}
.h2_mid {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 3rem;
  text-align: left;
}

.linkbox dd {
  width: 65px;
}

/* 
top
----------------------------------------------------------- */
#gallery {
  padding: 5rem 0;
}
#btnbox {
  top: 0.5rem;
  right: 0.5rem;
}
.address {
  padding: 3rem 5%;
}


/* 
 contact
----------------------------------------------------------- */
wpcf7 dl{
	width:100%;
	display:block;
	border-top:0px dashed #CCC;
	margin-bottom:1em;
}
.wpcf7 dt span{
	color:#d60101;
	font-size:0.7em;
	padding-left:1%;
}
.priva ul {
	font-size:0.9em;
}
#cont_fi {
  padding:3rem 5%;
}
.cont_fi_box .l {
  width: 30%;
}
.cont_fi_box .r {
  width: 65%;
}
	/* 
	 news index-archives page（サイドバー無し）
	----------------------------------------------------------- */
	.archivetitle {
	  font-size: 1.5rem;
	  margin: 0 auto 1rem;
	}
	.archivetitle span {
	  font-size: 1rem;
	  padding-right: 5px;
	}
	.cate_list {
	  background-color: #291F12;
	  padding: 0.3rem 0.5rem 0.6rem;
	  font-size: 1rem;
	  line-height: 1.7rem;
	  margin-bottom: 2rem;
	}
	.cate_list a {
	  margin-right:5px;
	  padding: 0 5px 2px;
	  font-size: 0.8rem;
	}
	.bcontwrap ul li {
	  width: 100%;
	  margin-bottom: 2rem;
	  padding-bottom: 4.5rem;
	  margin-right: 0;
	}
	.bcontwrap li dd:nth-child(1) {
	  font-size: 1rem;
	}
	.bcontwrap li dd:nth-child(1) a {
	  padding: 1px 10px;
	  margin: 0 0 0 5px;
	  font-size: 12px;
	}
	.bcontwrap li dd:nth-child(1) {
	  margin-bottom: 1rem;
	}
	/* news single page（サイドバー無し）
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar {
		width: 100%;
		margin-top: 40px;
	}
	#news_area {
		padding: 3rem 5%;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 0.4rem;
	}
	#next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#prev, #next {
		width:100%;
		margin:0 0 0.4rem;
	}
	#next {
		float:right;
	}
}
@media screen and (max-width:640px) {
#spnav .trigger {
  padding:9rem 30px 0;
  display: block;
  overflow:auto;
}
#spnav .trigger .l {
  display: none;
}
#spnav .trigger .r {
  width: 100%;
}
#spnav .trigger .r a {
  font-size: 24px;
  line-height: 24px;
}
#consbg {
  font-size: 14px;
}
#top_cons_f {
  padding: 5rem 5% 0;
}
#top_cons_t {
  padding: 0 5% 5rem;
}
#gallery {
    padding: 3rem 0;
}
#gallery .flex2 > img {
  width: 100%;
  margin-bottom: 2rem;
}
#gallery .flex2 > div {
  width: 90%;
  margin: 0 auto;
}
#gallery .sub_ttl {
  font-size: 24px;
  margin-bottom: 2rem;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-button-next {
  top: -50px !important;
}
.swiper01 .swiper-button-prev, .swiper01 .swiper-button-next {
  right: 5px !important;
}
.swiper01 .swiper-button-prev {
  right: 60px !important;
}
#ado{
	background:#000;
}
.address {
  padding: 7.5rem 1.5rem 2rem;
background: rgba(0, 0, 0, 0);
}
#cont {
  width: 100%;
  padding: 3rem 5%;
}
.address dt,.address dd{
  font-size: 13px;
  line-height: 1.3rem;
}
.address dd p {
  line-height: 1.3rem;
  font-size: 13px;
}
.address dl {
  margin: 1rem auto;
}
.address dl:nth-of-type(1) dd a img {
  width: 55px;
}
.address dl:nth-of-type(1) dd a {
  margin-top: 0.5rem;
}
.video-background {
  height: 300px;
}
	
#menu,#btn{
  width: 150px;
}
#menu{
	margin-right:0.5rem;	
}

	
/* 
 news
----------------------------------------------------------- */
#l_cotent > ul {
	margin-bottom: 0;
}

/* 
 contact
----------------------------------------------------------- */
#cont_fi {
    padding: 3rem 5%;
}
.cont_fi_box {
  display: block;
}
.cont_fi_box .l {
  display: none;
}
.cont_fi_box .r {
  width: 100%;
}

}