@charset 'UTF-8';
img{
	max-width: 100%;
	height: auto;
}
.txt_block p{
	margin-bottom: 0;
}

/*******************************

*******************************/
.main_tit{
	width: 230px;
	margin: 0 auto 1.36rem;
}
.main_txt{
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.36rem;
}
.main_txt span::before, .main_txt span::after{
	position: relative;
	content: "";
	display: inline-block;
	background-color: rgba(255,255,255,0.25);
	width: 1px;
	height: 1.73em;
	bottom: -15px;
	margin: 0 10px;
}
.main_txt span::before{
	transform: rotate(-45deg);
}
.main_txt span::after{
	transform: rotate(45deg);
}
.main_top_menu{
	margin-bottom: 1.6rem;
}
.main_top_menu ul{
	margin-bottom: 0;
}
.main_top_menu ul li{
	list-style: none;
}
.main_top_menu ul li + li{
	margin-top: 8px;
}
.main_top_menu ul li a{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	color: #622000;
	font-weight: 700;
	height: 54px;
	border-radius: 4px;
	padding-left: 24px;
	transition: .3s;
}
.main_top_menu ul li a::after{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
}
.main_top_menu ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.main_txtlink{
	display: flex;
	justify-content: center;
}
.main_txtlink a{
	display: block;
	color: #fff;
	font-size: 0.86rem;
	line-height: 1.92;
	transition: .3s;
}
.main_txtlink a:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
.main_top_sns{
	display: flex;
	justify-content: center;
	margin-top: 2.933rem;
	margin-bottom: 2.73rem;
}
.main_top_sns a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	transition: .3s;
}
.main_top_sns a + a{
	margin-left: 1rem;
}
.main_top_sns a img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.main_top_sns a:hover{
	opacity: 0.8;
}
@media screen and (min-width: 768px){
	.main_block{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		color: #fff;
	}
	.main_block::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		background-image: url("../images/background.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.main_top_contents{
		width: calc(100% - 410px);
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main_top_contents_inner{
		width: 83.798%;
		max-width: 380px;
		opacity: 0;
		animation: catch_anime_normal 0.8s forwards 0.6s;
	}
	.main_top_contents .main_tit{
		width: 280px;
	}
	.main_wrap{
		width: 410px;
		position: relative;
		background-color: #fff;
		padding: 10px;
		margin-left: auto;
	}
	.main_wrap_inner{
		background-color: #f4f0ea;
		transition: 1s;
		opacity: 0;
		transform: translateY(20px);
		display: block;
		animation: catch_anime 1.0s forwards 0.2s;
	}
}
@media screen and (min-width: 992px){
	.main_top_contents{
		width: calc(100% - (410px + 5%));
	}
	.main_wrap{
		margin-right: 5%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 1200px) and (min-height: 630px) and (max-height: 715px){
	.main_top_menu ul li a{
		height: 40px;
	}
}
@media screen and (min-width: 992px) and (min-height: 870px){
	.main_top_contents .main_tit{
		margin-bottom: 2.566rem;
	}
}
@media screen and (min-width: 1200px) and (min-height: 870px){
	.main_top_contents .main_top_menu{
		margin-bottom: 2.633rem;
	}
	.main_top_contents .main_top_menu ul li a{
		height: 70px;
	}
}
@media screen and (min-width: 1200px){
	.main_top_contents{
		width: calc(100% - (410px + 16.666%));
	}
	.main_wrap{
		margin-right: 16.666%;
	}
	.main_top_sns_pc{
		position: absolute;
		width: 16.666%;
		height: 100%;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px){
	.main_block{
		display: none;
	}
}
@media screen and (min-width: 1200px){
	.main_block .main_top_sns.max1199{
		display: none;
	}
	.main_block .min1200 .main_top_sns{
		display: flex;
		flex-direction: column;
		margin: 0;
		opacity: 0;
		animation: catch_anime_normal 0.8s forwards 0.6s;
	}
	.main_block .min1200 .main_top_sns a + a{
		margin-top: 1rem;
		margin-left: 0;
	}
}
@media screen and (max-width: 1099px){
	.main_block .main_top_sns.max1199{
		display: flex;
	}
	.main_block .min1200 .main_top_sns{
		display: none;
	}
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes catch_anime_normal {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



/* 404
--------------------------- */
.p404_txt{
	margin-bottom: 0;
	margin-top: 1rem;
}

/*******************************
PC/SP切り替え
*******************************/
.pc-none{
    display: block;
}
.sp-none{
    display: none;
}
@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
    .sp-none{
        display: block;
    }
}
/*******************************
container
*******************************/
.container_300{
	width:  	
76.923%;
	margin-right: auto;
	margin-left: auto;
}
.container_340{
	width: 87.179%;
	margin-right: auto;
	margin-left: auto;
}



/*******************************
/* 見出し
*******************************/
/* c-title1 */
.c-title1{
	font-size: 1.866rem;
	font-weight: 700;
	margin-bottom: 2.4rem;
}
.c-title1 .f-eng{
	display: block;
	font-size: 0.933rem;
	color: #962828;
	margin-bottom: 0.733rem;
}



/*******************************
/* BUTTON
*******************************/
.vm{
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #622000;
	color: #fff;
	width: 100%;
	max-width: 250px;
	height: 56px;
	border-radius: 4px;
	padding-left: 2rem;
	font-size: 1rem;
	transition: .3s;
}
.vm::after{
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background-image: url("../images/arrow_w.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}
.vm:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}



/*******************************
/* パンクズ
*******************************/
#pls {
	padding-top: 1.95rem;
}
#pan {
    font-size: 0.8rem;
	font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #000;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#pan a{
	color: #b2b2b2;
    text-decoration: none;
}
.pan_line{
	position: relative;
	width: 20px;
	display: block;
	margin: 0 10px;
}
.pan_line::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0,0,0,0.25);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	#pls{
		padding-top: 2.6rem;;
	}
    #pan{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
    }
}
@media screen and (min-width: 992px){
	#pls{
		padding-top: 3.25rem;
	}
}
@media screen and (min-width: 1400px){
	#pls{
		padding-top: 3.9rem;
	}
}

/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
	max-width: 100%;
}
#form th span {
	font-size: 0.8em;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
}
#form th, #form td{
	font-size: 1rem;
	line-height: 1.46;
	font-weight: 500;
	width: 100%;
	display: block;
	text-align: left;
}
#form th {
	padding: 1.866rem 0 0;
}
#form tr:first-child th{
	padding-top: 0;
}
#form td {
	padding: 0.433rem 0 1.866rem;
	border-bottom: 1px solid rgba(200,200,200,0.25);
	text-align: justify;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation {
    text-align: center;
	margin-top: 3.166rem;
}
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
    display: flex;
    justify-content: center;
}
.pagenation li {
  list-style: none outside none;
  margin-left: 15px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0.933rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	background-color: #fff;
	color: #622000;
	border-radius: 50%;
}
.pagenation li a {
    position: relative;
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 0.933rem;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	overflow: hidden;
	background-color: #622000;
	color: #fff;
	border-radius: 50%;
}
.pagenation li.prev,
.pagenation li.next{
	text-transform: uppercase;
}
.pagenation li.prev a,
.pagenation li.next a{
	position: relative;
	font-size: 0;
	color: transparent;
}
.pagenation li.prev a::after,
.pagenation li.next a::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow_page.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 15px;
	height: 10px;
	top: 50%;
	left: 50%;
}
.pagenation li.prev a::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.pagenation li.next a::after{
	transform: translate(-50%,-50%);
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
	color: #878787;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/

#next {
  background-color: #efefef;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
}
.nx_left a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}
.nx_right a:hover {
  background-color: #828282;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next{
	text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
    margin-top: 0.5rem;
    color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
    width: auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px){
    #prev_next #prev, #prev_next #next{
        padding: 40px 10px 20px;
    }
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}



/* ============================ */
/* POST INDEX */
.c-post-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	padding-top: 2rem;
	margin-top: 4rem;
	border-top: 1px solid rgba(200,200,200,0.25);
}
.c-post-index__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 1;
	transition: .3s;
	position: relative;
}
.c-post-index__link img {
	display: block;
	width: 22px;
	opacity: 1;
	transition: .3s;
}
.c-post-index__link.link-prev img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.c-post-index__link:hover img{
	opacity: 0.8;
}
.c-post-index__link.is-disable {
	opacity: 0.3;
	pointer-events: none;
}
.c-post-index__link:hover{
	text-decoration: none;
	opacity: 1;
	transition: .3s;
}
.c-post-index__text {
	line-height: 1;
	text-align: center;
	color: #622000;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
	transition: .3s;
}
.c-post-index__text:hover{
	color: #622000;
	opacity: 0.8;
}
.c-post-index--tab {
  display: none;
}
@media screen and (min-width: 1200px){
	.c-post-index__text{
		font-size: 1rem;
	}
	.c-post-index__link{
		font-size: 1rem;
	}
}
@media screen and (max-width: 767px) {
  .c-post-index {
    padding-top: 3rem;
  }
  .c-post-index__link img {
    width: 20px;
  }
  .c-post-index__link.link-prev img {
	  width: 20px;
  }
}

/***************************
/* お知らせ
***************************/
/* archive */
.info_block{
	margin-top: -1.8rem;
	margin-bottom: 0;
}
.info_block li{
	list-style: none;
	position: relative;
}
.info_block li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(200,200,200,0.25);
	bottom: 0;
	left: 0;
}
.info_block li a{
	display: block;
	padding: 1.8rem 0;
	color: #000;
	transition: .3s;
}
.info_block li a:hover{
	text-decoration: none;
	opacity: 0.8;
	color: #000;
}
.info_date{
	color: #962828;
	font-size: 0.8rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.533rem;
}
.info_tit{
	font-size: 1.06rem;
	line-height: 1.4;
	margin-bottom: 0;
	color: #000;
}
/* single */
.info_eye{
	margin-bottom: 1.6rem;
}

/***************************
/* ブログ
***************************/
/***** archive *****/
.blog_block{
	margin-bottom: 0;
}
.blog_block li{
	list-style: none;
}
.blog_block li + li{
	margin-top: 2.46rem;
}
.blog_block li a{
	display: block;
}
.blog_img.zoom{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 1.36rem;
}
.blog_txtArea{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.blog_block li a:hover{
	text-decoration: none;
}

/***** 目次 *****/
#main2 #ez-toc-container{
	position: relative;
	margin-bottom: 4rem;
}
#main2 #ez-toc-container::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
}
.ez-toc-title{
	text-align: center;
	color: #fff;
	background-color: #622000;
	width: 100%;
	height: 50px;
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.73rem;
}
#main2 #ez-toc-container nav{
	padding: 0 1.5rem 2.4rem;
}
.ez-toc-list{
	margin-bottom: 0;
	padding-left: 1.5rem;
}
.ez-toc-heading-level-2 + .ez-toc-heading-level-2{
	margin-top: 1.1rem;
}
.ez-toc-list > .ez-toc-page-1{
	list-style: decimal-leading-zero;
	padding-left: 0.2rem;
}
.ez-toc-list a{
	color: #000;
	display: inline-block;
	transition: .3s;
}
.ez-toc-list a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.ez-toc-list-level-3{
	list-style: none;
	margin-bottom: 0;
}
.ez-toc-heading-level-3{
	position: relative;
	margin-top: 0.533rem;
	padding-left: 1rem;
}
.ez-toc-heading-level-3::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 1px;
	background-color: #000;
	left: 0;
	top: 13px;
}


/***************************
/* 404
***************************/
.block404 .head_jp{
	font-size: 1.533rem;
}
.notlink{
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	margin-bottom: 2.266rem;
}