@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     レイアウト
 Notes:          
--------------------------------------------------------------- */
html {
	font-size: min(max(10px, calc(0.625rem + ((1vw - 7px) * 1))), 14px);
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
	
}
body {
	font-family: 'Noto Serif JP', serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
img { 
	max-width: 100%;
	height: auto;
}
a { 
	outline:none;
	color: #000;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#point01,
#point02, 
#point03, 
#point04, 
#point05, 
#point06, 
#point07, 
#point08 {
	margin: -6em 0 0;
	padding: 6em 0 0;
	display: block;
}
a:link,
a:visited { /*color: #DDD; text-decoration: underline;*/ }
a:hover {
	text-decoration: none;
  cursor:pointer;
  cursor:hand;
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);	/* IE lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
ul li {
	list-style-type: none;
}
h1, h2, h3 {
	font-weight: normal;
}
.fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.fit-img {
	max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fit-img img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.fit-img img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  ransform: none;
}
}
.zoom {
	overflow: hidden;
}
.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.zoom:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom02 {
	overflow: hidden;
}
.zoom02 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.zoom02:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.sm-only {display: none;}
.pc-only {display: block;}
.clearfix {clear: both;}
.sm-header {display: none;}

/* fadein */
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/* wpページナビ */
.wp-pagenavi {
	width: 100%;
	margin: 10% 0;
	position:relative;
	text-align: center;
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	overflow: hidden;
	margin: 0 5px;
	padding: 0 0.7em;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: normal;
	color: #000;
  line-height: 2;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #000;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding: 0;
	text-decoration: none;
}
/*.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #0080CB;
	color: #FFF;
}*/
.prev-area {
	width: 100%;
	margin: 10% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prev-area a {
	padding: 1em 0;
	display: block;
  text-align: center;
}
.kiji-list {
	margin: 0 auto;
}
.before-kiji {
}
.after-kiji {
}

/* -------------------
 * 404
 * ------------------- */
.wrap-404 {
	width: 100%;
	padding: 15% 0 5%;
	text-align: center;
}
.wrap-404 .title {
	margin: 0 auto 5%;
	font-size: 6em;
  font-weight: bold;
	line-height: 0;
}
.wrap-404 .txt01 {
	margin: 0 auto 5%;
	font-size: 2em;
	font-weight: bold;
}
.wrap-404 .txt02 {
	font-weight: bold;
	margin: 0 auto 1.5em;
}
/* -------------------
 * ヘッダー
 * ------------------- */
#header {
	width: 100%;
	background-color: rgba(255,255,255,.85);
	position: fixed;
	z-index: 1000;
}
.head-wrap {
	width: 95%;
  max-width: 1600px;
	height: 5em;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-wrap {
	width: 40%;
	display: flex;
	align-items: flex-end;
}
.logo-wrap .logo {
	width: 10em;
	margin: 0 5% 0 0;
	padding: 1% 3%;
	background: #2b8313;
	line-height: 0;
}
.logo-wrap .name {
	font-size: 50%;
	font-weight: 600;
	line-height: 1;
}
.logo-wrap .name .txt01 {
  font-size: 3em;
}
header ul.head-navi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.9em;
}
header li.nav a {
	display: block;
	padding: 0 1em;
	border-right: 1px solid #000;
}
header li.nav:last-child a {
	padding: 0 0 0 1.5em;
	border-right: none;
}
/* ドロップダウンメニュー */
.header ul li ul {
	width: 100%;
	margin: 0;
  padding: 0;
  list-style: none;
	font-size: 0.9em;
  position: absolute;
  z-index: 9999;
  top: 2.3em;
  left: 0;
}
.header ul li a:hover::after {
  content: '';
	width: 2em;
	height: 0.2em;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
	background-color: #bb8fa9;
}
.header ul li ul.dropdown a:hover::after {
  content: '';
	width: 0 !important;
	height: 0 !important;
	background-color: none !important;
}
.header ul li ul.dropdown {
  background-color: #f7f5f1;
}
.header ul li ul li {
  width: 100%;
	font-weight: 400;
}
.header ul li ul li a {
  padding: 0.5em 0 !important;
  background-color: #f7f5f1;
}
.header ul li ul li a:hover {
  padding: 0.5em 0 !important;
  background-color: #d8cbbb;
}
.header ul li:hover > a {
}
.header ul li a:hover {
}
.header ul li ul li {
  height: 0;
  display: block;
  text-align: center;
  overflow: hidden;
  transition: .2s;
}
.header ul li:hover ul li {
  overflow: visible;
	height: 3em;
}

/* -------------------
 * 中ページ ページ上部
 * ------------------- */
.container {
	padding: 5em 0 0;
}
#main-bottom {
  margin-top: -5em;
  padding-top: 5em;
	display: block;
}
.main-image {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 10%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.main-image:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
  mix-blend-mode: multiply; */
}
.main-image .catch {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
	line-height: 1.3;
	color: #fff;
	white-space: nowrap;
	text-shadow: 0 0 0.7vw #000;
	z-index: 2;
}
.main-image .txt01 {
	font-size: 4em;
	font-weight: 700;
}
.main-image .txt02 {
	font-size: 1.5em;
	font-weight: 600;
}
.main-image .under-scroll {
	width: 8em;
	position: absolute;
	bottom: 0em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 200px 200px 0 0;
	z-index: 2;
}
.main-image .under-scroll a {
	width: 8em;
	padding: 0.5em 0 1em;
	position: absolute;
	bottom: 0em;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
	display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	line-height: 3;
	background: #fff;
	border-radius: 200px 200px 0 0;
	z-index: 2;
	transition: all .3s 0s ease;
}
.main-image .under-scroll a:hover {
	width: 7em;
	padding: 0 0 1em;
	opacity: 1;
	transition: all .3s 0s ease;
}
.main-image .under-scroll a::after {
	content: '';
	width: 1.5em;
	height: 0.852em;
	position: absolute;
	bottom: 0;
	left: 42%;
	transform: translateY(0%) translateX(-50%);
  -webkit- transform: translateY(0%) translateX(-50%);
	background-image: url('../img/top/arrow.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
  animation: key1 .7s ease infinite alternate;
}
.main-image .under-scroll a:hover::after {
	content: '';
  animation: key1 .35s ease infinite alternate;
}
@keyframes key1{
  0% {transform: translateY(0);}
  100% {transform: translateY(-1em);}
}
ul.in-menu-wrap {
	width: 80%;
  max-width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
ul.in-menu-wrap li.in-menu {
	/* width: 14.2857%;
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7); */
	width: 100%;
	text-align: center;
	border-right: 1px solid #000;
}
ul.in-menu-wrap li.in-menu:last-child {
	border-right: none;
}
ul.in-menu-wrap li.in-menu a {
	display: block;
}
h1.main-title {
	margin: 0 auto 10%;
	font-size: 3.5em;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
h1.title {
	margin: 0 auto 5%;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
}
/* -------------------
 * サイドバー
 * ------------------- */
.sidebar ul li {
	padding: 0.5em 0;
  cursor: pointer;
	line-height: 1.5;
}
.sidebar .widget_archive ul li {
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.sidebar .widget_archive ul li ul {
  padding: 0 0 0 0.5em;
}
.sidebar .widget_archive ul li .icon::after {
  content: '\00203a';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 0.2em;
  right: 0.5em;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 2em;
  line-height: 1;
  transform:rotate(90deg);
  font-style: normal;
}
.sidebar .widget_archive ul li .open .icon::after {
  content: '\00203a';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0.6em;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 2em;
  line-height: 1;
  transform:rotate(270deg);
  font-style: normal;
}
/* -------------------
 * ページタイトル
 * ------------------- */

/* -------------------
 * フッター
 * ------------------- */
footer {
	position: relative;
	background-image: url('../img/common/foot-bg.jpg');
	background-repeat: no-repeat;
	background-size: contain;
  background-attachment: fixed;
  background-position: center bottom;
}
footer .content {
  width: 90%;
  max-width: 1400px;
	padding: 7% 0;
  margin: 0 auto;
}
footer .wrap {
	width: 100%;
  display: flex;
	align-items: center;
}
footer .box01 {
	width: 35%;
}
footer .box02 {
	width: 65%;
}
footer .organize {
	margin: 0 0 5%;
	line-height: 1.4;
  font-weight: bold;
	font-size: 1.2em;
}
footer .organize .name {
  font-size: 1.7em;
}
footer .tel {
	font-size: 1.5em;
  line-height: 1.5;
	font-weight: bold;
}
footer .mini {
	text-indent: -0.5em;
	font-weight: bold;
}
footer .link01 {
	margin: 0 auto 3%;
}
footer .link02 {
	display: flex;
}
footer .btn {
	margin: 0 1em 0 0;
}
footer .btn a {
	padding: 0.1em 2em;
	display: inline-block;
	text-align: center;
	font-size: 1.2em;
	background: #fff;
	border: 1px solid #000;
}
/* ページの先頭へ */
.top-btn {
  display: block;
  position: fixed;
  z-index: 2000;
  bottom: 3em;
  right: 3em;
}
.top-btn a {
	width: 6em;
  height: 6em;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: #000;
  font-size: 0.8em;
  background: #fff;
}
.top-btn a::before {
	content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-bottom: 0.5em solid #000;
}
.top-btn a:hover::before {
	content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 25%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-bottom: 0.5em solid #000;
}

/* ========================================
   SmartPhone
=========================================== */
@media only screen and (max-width: 699px) {
html {
	font-size: 14px;
}
.pc-only {
  display: none;
}
.sm-only {
  display: block;
}
.sm-header {
  display: block;
}
.head-navi {
	display: none !important;
}
/* -------------------
 * 404
 * ------------------- */
.wrap-404 {
  width: 95%;
}
.wrap-404 .title {
	line-height: 0.5em;
}
.wrap-404 .txt03 {
  text-align: left;
}
/* -------------------
 * ヘッダー
 * ------------------- */
#header .head-box {
  width: 100%;
}
#header .logo-wrap {
  width: 80%;
  display: block;
}
#header .logo {
	margin: 0 0 2%;
}
#header .logo-wrap .name .txt01 {
  font-size: 16px;
}
#header-bg {
  display: none;
}
.is-fixed {
  display: none;
}
/* -------------------
 * コンテンツ
 * ------------------- */
.container {
	margin: 0 !important;
}
h1.title {
  font-size: 20px !important;
}
.main-image {
  width: 100%;
}
.main-image .txt01 {
  font-size: 40px;
}
.main-image .under-scroll {
  display: none;
}
h1.main-title {
  font-size: 22px;
  margin: 0 auto;
}
ul.in-menu-wrap {
  width: 90%;
	margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
}
ul.in-menu-wrap li.in-menu {
  width: 33.3333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 auto 3%;
  border-right: none;
}
/* -------------------
 * フッター
 * ------------------- */
footer {
  background-size: cover;
  background-attachment: unset;
}
footer .wrap {
  display: block;
  align-items: center;
}
footer .box01 {
  width: 100%;
}
footer .box02 {
  width: 100%;
}
footer .tel {
  margin: 0 auto 10%;
  display: block;
}
footer .link01 {
  display: none;
}
footer .link02 {
  display: block;
}
footer .btn {
  margin: 0 auto;
}
footer .btn a {
  margin: 0 auto 10%;
	padding: 0.5em 2em;
  display: block;
	font-size: 14px;
}
footer .organize {
  font-size: 14px !important;
}
footer .tel {
  font-size: 17px !important;
}
.top-btn {
  display: none !important;
}
}