@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
}
.futura {
	font-family: 'Hind', sans-serif;
	font-weight: 700;
}
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;
}
.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: #063459;
  line-height: 2;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	text-decoration: none;
	border: 1px solid #063459;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #063459;
    }


.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	padding: 0 1.5%;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	background-color: #063459;
	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: #000000;
	position: fixed;
	z-index: 3000;
}
.head-wrap {
	width: 66.6666%;
  max-width: 1280px;
	height: 5em;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-wrap {
	width: 12.89%;
	display: flex;
	align-items: flex-end;
}
.logo-wrap .logo {
	width: 100%;
	margin: 0 5% 0 0;
	padding: 1% 0;
	line-height: 0;
}

header ul.head-navi {
float: right;
	display: flex;
    width:85%;
    margin-right:2%;
	justify-content: flex-end;
	align-items: center;
	font-size: 0.8vw;
    margin-top: 1%;
}
header li.nav a {
	display: block;
	padding: 0 1em;
	border-right: 1px solid #ffffff;
    color: #ffffff;
}


header li.nav2 a {
	display: block;
	padding: 0 0.5em;
	/*border-right: 1px solid #ffffff;*/
    color: #ffffff;
}



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;
}
.container#top {
	padding: 5em 0 0;
  background-color: #000000;
}

#main-bottom {
  margin-top: -5em;
  padding-top: 5em;
	display: block;
}
.main-image {
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto 0;
	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;
}

/* -------------------
 * サイドバー
 * ------------------- */
.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;
}
/* -------------------
 * ページタイトル
 * ------------------- */
.main-title-area {
	padding: 5% 0;
	text-align: center;
	color: #fff;
	background-color: #063459;
}
.main-title-area h2.title {
	font-size: 1.7em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.main-title-area h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.main-title-wrap {
	text-align: center;
	color: #fff;
}
.main-title-wrap h2.title {
	font-size: 1.7em;
	letter-spacing: 0.3em;
	text-indent: -0.3em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
}
.main-title-wrap h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
.title-wrap {
	text-align: center;
}
.title-wrap h2.title {
	font-size: 1.5em;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	line-height: 1;
	font-family: 'Hind', sans-serif;
}
.title-wrap h3.title {
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
}
/* -------------------
 * フッター
 * ------------------- */
footer {
	position: relative;
	background-color: #000000;
    color: #ffffff;
}
footer .content {
  width: 90%;
  max-width: 1400px;
	padding: 5% 0;
  margin: 0 auto;
}
footer .wrap {
	width: 100%;
  display: flex;
	align-items: center;
}

.foot-txt{
wodth:49.479%;
margin: 0 auto;
text-align: center;
font-size: 1em;
color:#ffffff;
}

footer .tel {
	font-size: 1.5em;
  line-height: 1.5;
	font-weight: bold;
}

.footicon{
width:100%;
display: flex;
justify-content: center;
margin: 5% 0;
}

.f-icon{
width:12%;
margin: 0 4%;
}
.f-icon img{
width:100%;
}



/* ページの先頭へ */
.top-btn {
  display: block;
  position: fixed;
  z-index: 2000;
  bottom: 3em;
  right: 20%;
  width: 3%;
  height: 6em;
}
.top-btn a {
}
.top-btn a img{
width:100%;
}

/*
.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;
}
/* -------------------
 * ヘッダー
 * ------------------- */
 
 .head-wrap {
    width: 95%;
    max-width: 670px;
    height: 5em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
#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;
  padding-bottom: 60px;
}
footer .wrap {
  display: block;
  align-items: center;
}

.foot-btn{
display:flex;
width:100%;
position: fixed;
bottom:0;
z-index: 2000;
}

.f-btn-l, .f-btn-r{
width:50%;
}

.f-btn-l a{
display: block;
height: 60px;
border: 2px solid #063459;
background-color: #063459;
color: #ffffff;
padding-top: 15px;
font-size: 12px;
font-weight: bold;
text-align: center;
line-height: 120%;
vertical-align: middle;
text-decoration: none;
}
.f-btn-l a:hover{
background-color: #ffffff;
color: #063459;
}

.f-btn-r a{
display: block;
height: 60px;
border: 2px solid #a5271a;
background-color: #a5271a;
color: #ffffff;
padding-top: 20px;
font-size: 12px;
font-weight: bold;
text-align: center;
line-height: 120%;
vertical-align: middle;
text-decoration: none;
}
.f-btn-r a:hover{
background-color: #ffffff;
color: #a5271a;
}


.top-btn {
  display: none !important;
}
}