@charset "utf-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box;}
ol, ul { list-style: none; }
i, cite, em, var, address, dfn {font-style: normal;}

html {position: relative;font-size: 16px;}
body {position: relative;font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;font-size: 100%; font-display: swap;line-height: 1.75;color: #000;background: #fff;}

.acms-container {max-width: 100%; padding-left: 0; padding-right: 0;}
.acms-container #adminBox {margin-bottom: 0;}
.slick-dots li.slick-active button {background: none;}

#wrapper {width: 100%; margin: 0 auto; overflow: hidden; position: relative;}

.container {width: 100%; max-width: 1200px; margin: 0 auto;}
/*.container:after {content: ""; clear: both; display: block;}*/

@media screen and (max-width: 844px) and (orientation:landscape) {
	.page-title-inner .page-title{padding: 0 40px;}
}

a {-webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; box-sizing: border-box;}
a:link, a:visited {color: #222; text-decoration: none;}
a:hover, a:visited {color: #222; text-decoration: none;}
a:hover {opacity: .7;}
.entry-column a:visited {color: #222;}
a[href^="tel:"] {pointer-events: none;text-decoration: none;}

img {max-width: 100%; height: auto; line-height: 1; vertical-align: bottom;}
img.max {width: 100%;}

p {margin: 0;}

.flexbox {display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; justify-content: space-between;}
.flexbox.mid {align-items: center;}
.flexbox.center {justify-content: center;}
.flexbox.reverse {flex-direction: row-reverse;}

.flL {float: left;}
.flR {float: right;}

.taL {text-align: left;}
.taC {text-align: center;}
.taR {text-align: right;}

.rel {position: relative;}

.mincho {font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.gothic {font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.w20 {width: 20%;}
.w30 {width: 30%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w1200 {max-width: 1200px;}

.txt-lll {font-size: 1.375em;}
.txt-ll {font-size: 1.25em;}
.txt-l {font-size: 1.125em;}
.txt-s {font-size: 0.875em;}
.txt-ss {font-size: 0.75em;}
.txt-sss {font-size: 0.625em;}

.tcol-red {color: #F00;}
.tcol-blue {color: #00F;}

.pc-only {display: block;}
.sp-only {display: none;}
.pc-block {display: block;}
.sp-block {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}


@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1024px) {
}

/* IE用対応 */
/*
_:-ms-fullscreen . {}
*/

@media screen and (max-width: 767px) {
/*背景固定する場合	html.is-fixed,
	html.is-fixed body {height: 100%;overflow: hidden;}*/
	html {font-size: 15px;}
	body {}
	a:hover img {opacity: 1;}
	a[href^="tel:"] {pointer-events: auto;}
	.container {max-width: 100%;}
	p {line-height: 1.4;}
	.w1200 {width: auto;}
	.pc-only {display: none !important;}
	.sp-only {display: block;}
	.pc-block {display: none !important;}
	.sp-block {display: block;}
	.pc-inline {display: none !important;}
	.sp-inline {display: inline;}
	.pc-hidden {display: block;}
}

/* ---------------------------------------------------
	bg-change
------------------------------------------------------ */
/*.bg-change01 { background-color: #FFF;}
.bg-change02 { background-color: #000;}
.bg-change03 { background-color: #00F;}*/

/* ---------------------------------------------------
	font-size-change
------------------------------------------------------ */
/*.is-fs-m {font-size: 120%;}
.is-fs-l {font-size: 140%;}*/

/*-------------------------------------------*/
/*　　loading
/*-------------------------------------------*/
#loading {position: fixed;left: 0;top: 0;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;background: #fff;z-index: 9999999;}
#loading .loading-img {width: 150px;max-width: 30%;opacity: 0;transform: translateY(30px);transition: all .8s;}
#loading.active .loading-img {opacity: 1;transform: translateY(0);}

/*-------------------------------------------*/
/*　　header
/*-------------------------------------------*/
#header {position: absolute;left: 0;top: 0;width: 100%;z-index: 100;}
#header .logo {position: absolute;left: 6.25%;top: 60px;}
#header .logo a:hover img {opacity: 1;}

#btn-nav-open {position: fixed;right: 5.25%;top: 30px;width: 74px;height: 74px;padding-top: 30px;margin-right: -37px;background: #ce323a;border-radius: 50%;cursor: pointer;text-align: center;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(10px);line-height: 1;z-index: 99999;}
#btn-nav-open .trigger,
#btn-nav-open .trigger span {display: inline-block;transition: all .4s;box-sizing: border-box;}
#btn-nav-open .trigger {position: relative;width: 30px;height: 14px;margin: 0 auto 0;background: none;border: none;appearance: none;cursor: pointer;}
#btn-nav-open .trigger span {position: absolute;left: 0;width: 100%;height: 2px;background-color: #fff;}
#btn-nav-open .trigger span:nth-of-type(1) {top: 0;}
#btn-nav-open .trigger span:nth-of-type(2) {bottom: 0;}
#btn-nav-open .txt {display: block;text-align: left;text-indent: -99999px;}
#btn-nav-open.active .trigger span:nth-of-type(1) {transform: translateY(6px) rotate(-45deg);}
#btn-nav-open.active .trigger span:nth-of-type(2) {transform: translateY(-6px) rotate(45deg);}
#btn-nav-open.scroll {visibility: visible;opacity: 1;transform: translateY(0);}

@media screen and (max-width: 1580px) {
	#header .logo {left: 4%;max-width: 20%;}

	#btn-nav-open {right: 60px;width: 60px;height: 60px;padding-top: 22px;}
}
@media screen and (max-width: 1280px) {
	#header .logo {top: 40px;left: 3%;}
}
@media screen and (max-width: 767px) {
	#header .logo {top: 20px;left: calc(20px + 3%);width: 157px;max-width: 36%;}

	#btn-nav-open {right: 6%;margin-right: 0;visibility: visible;opacity: 1;transform: translateY(0);}
}

/*-------------------------------------------*/
/*　　gnav
/*-------------------------------------------*/
#gnav {position: fixed;right: 0;left: 0;top: 0;width: 79.2%;padding-top: 20px;margin: 0 auto;transition: all .3s;z-index: 6000;}
#gnav .nav-list {position: relative;float: right;display: flex;align-items: center;width: 100%;max-width: 964px;padding: 0 4%;justify-content: space-between;line-height: 1.2;letter-spacing: .05em;text-align: center;transition: background .3s;white-space: nowrap;}
#gnav .nav-list > li {position: relative;padding: 30px 0;}
#gnav .nav-list > li:first-of-type {margin-left: 0;}
#gnav .nav-list > li > a {position: relative;display: block;padding: 10px 0 10px;font-weight: 700;text-decoration: none;}
#gnav .nav-list > li > a:after {content: "";display: block;position: absolute;left: 0;top: 100%;width: 0;height: 0;border-top: 3px solid #ce323a;transition: width .2s;}
#gnav .nav-list > li > a:hover:after {width: 50px;}
#gnav .nav-list > li.current > a:after {width: 50px;}
#gnav .nav-list > li:nth-of-type(1) .list-child {min-width: 412px;}
#gnav .nav-list > li:nth-of-type(3) .list-child {min-width: 362px;}
#gnav .nav-list .list-child {display: none;position: absolute;left: 50%;top: 100%;width: -ms-max-content;width: max-content;padding: 30px 0;background: #f8f6f1;border-radius: 20px;font-size: 0;transform: translate(-50%, 0);white-space: nowrap;z-index: 100;}
#gnav .nav-list .list-child li {display: inline-block;font-size: 16px;vertical-align: middle;}
#gnav .nav-list .list-child li + li {border-left: 1px solid #bab8b5;}
#gnav .nav-list .list-child li a {display: block;padding: 0 28px;font-weight: bold;text-decoration: none;white-space: nowrap;}
#gnav .nav-list .list-child li a:hover {color: #ce323a;}
#gnav .nav-list .list-child li a .icon {margin-right: 15px;}
#gnav.scroll {opacity: 0;visibility: hidden;}
#gnav.scroll.active .nav-list {background: #fff;border-radius: 20px;}
#gnav.active {opacity: 1;visibility: visible;}

@media screen and (max-width: 1580px) {
	#gnav {width: calc(100% - 140px);padding-top: 30px;}
	#gnav .nav-list {width: 77%;padding: 0 3%;}#gnav .nav-list > li {padding: 20px 0;}
}
@media screen and (max-width: 1024px) {
	#gnav .nav-list {letter-spacing: 0;}
}
@media screen and (max-width: 1000px) {
	#gnav {padding-top: 15px;}
	#gnav .nav-list {padding: 10px 2%;font-size: 15px;flex-wrap: wrap;justify-content: center;}
	#gnav .nav-list li {margin: 0 3%;padding: 5px 0;}
	#gnav .nav-list li:nth-of-type(1) .list-child {min-width: 330px;}
	#gnav .nav-list li:nth-of-type(3) .list-child {min-width: 270px;}
	#gnav .nav-list .list-child {padding: 15px 0;border-radius: 15px;}
	#gnav .nav-list .list-child li {font-size: 14px;}
	#gnav .nav-list .list-child li a {padding: 0 10px;}
	#gnav .nav-list .list-child li a .icon {width: 40px;margin-right: 10px;}
}
@media screen and (max-width: 767px) {
	#gnav {position: fixed;top: 0;left: -100%;width: 100%;max-width: 100%;height: 100%;padding: 35px 20px 60px;background: #f8f6f1;text-align: left;z-index: 9999;overflow-y: scroll;opacity: 0;visibility: hidden;-webkit-overflow-scrolling: touch;}
	#gnav .nav-logo {width: 157px;max-width: 36%;margin-bottom: 40px;}
	#gnav .nav-list {float: left;display: block;width: auto;max-width: 100%;padding: 0;font-size: 18px;text-align: left;}
	#gnav .nav-list > li {width: 100%;margin: 0 0 20px;padding: 0;}
	#gnav .nav-list > li > a:hover:after {width: 0;}
	#gnav .nav-list .list-child {padding: 10px 0; position: relative; background: none;}
	#gnav .nav-list li:nth-of-type(3) .list-child {min-width: 0;}
	#gnav .nav-list li.list-parent > a {pointer-events: none;}
	#gnav .nav-list .list-child {display: none;}
	#gnav .nav-list .list-child li + li {border-left: none; margin-left: 15px;}
	#gnav .nav-list .list-child li a {padding: 0;}
	#gnav .nav-list .list-child li a::before {content: ""; display: inline-block; width: 16px; height: 16px; background: url("../img/common/ico-sp-nav.png") no-repeat center center/contain; vertical-align: middle; margin-right: 5px;}
	#gnav .nav-list .list-child li a .icon {display: none;}
	#gnav .nav-bnr {float: right;margin-top: 150px;width: 140px;max-width: 40%;}
	#gnav .nav-bnr a {display: inline-block;opacity: 0;}
	#gnav .nav-bnr a.active {animation: bounce 1s forwards;}
	#gnav.scroll {opacity: 0;visibility: hidden;}
	#gnav.scroll.active .nav-list {background: none;border-radius: 0;}
	#gnav.active {left: 0;opacity: 1;visibility: visible;}
}


/*-------------------------------------------*/
/*
/*　　fix-bnr
/*
/*-------------------------------------------*/
#fix-bnr {position: absolute;top: 205px;right: 2%;max-width: 215px;z-index: 5001;}
#fix-bnr a {display: inline-block;opacity: 0;}
#fix-bnr a.active {animation: bounce 1s forwards;}

@keyframes bounce {
	0% {transform: scale(0);opacity: 0;}
	30% {transform: scale(1.2);opacity: 1;}
	52% {transform: scale(0.9);}
	68% {transform: scale(1.07);}
	82% {transform: scale(0.96);}
	100% {transform: scale(1);opacity: 1;}
}
@media screen and (max-width: 1280px) {
	#fix-bnr {max-width: 160px;top: 165px;}
}
@media screen and (max-width: 1000px) {
	#fix-bnr {max-width: 120px;}
}
@media screen and (max-width: 767px) {
	#fix-bnr {position: fixed;right: 0;top: auto;bottom: 0;width: 100%;max-width: 100%;text-align: center;}
	#fix-bnr a {display: block;opacity: 1;}
	#fix-bnr a.active {animation: none;}
	#fix-bnr a img {width: 100%;}
}

/*-------------------------------------------*/
/*　　content
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.txt-en {
  font-family: "Prompt", sans-serif;
}

.txt-italic {
  font-style: italic;
}

.txt-bold {
  font-weight: bold;
}

.txt-break span {
  display: inline-block;
}

.txt-kerning {
  font-feature-settings: "palt";
}

/* 汎用見出し */
h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: bold;
}

h5 {
  font-weight: bold;
}

h6 {
  font-weight: bold;
}

/* 汎用ボタン */
a.btn {
  position: relative;
  display: inline-block;
  width: 320px;
  max-width: 100%;
  padding: 26px 50px 26px 30px;
  background: #ce323a;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .06em;
  text-align: left;
  text-decoration: none;
}
a.btn:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/common/icon-btn-01.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
a.btn:hover {
  background: #dd7075;
}

@media screen and (max-width: 1480px) {
  .container {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* 汎用ボタン */
  a.btn {
    width: 260px;
    max-width: 100%;
    padding: 18px 40px 18px 20px;
    font-size: 16px;
  }
  a.btn:after {
    right: 15px;
    width: 24px;
    height: 24px;
  }
  a.btn:hover {
    background: #ce323a;
  }
}

/* ---------------------------------------------------
	side-contact
------------------------------------------------------ */

@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------
	下層ページタイトル
------------------------------------------------------ */
.pagetit {width: 100%; height: 100vh; min-height: 768px; position: relative;}
.pagetit .pagetit-inner {padding-top: 140px;}
.pagetit .pagetit-inner:before {content: "";display: block;position: absolute;left: 0;top: 0;width: 25%;height: 270px;min-height: 270px;background: #ce323a;}

.pagetit .page-title {position: relative;width: 79.2%; height: 600px; margin: 0 auto;border-radius: 40px;background: url(../img/inpage/mv.png) no-repeat center, #fff;background-size: cover;font-size: 0;line-height: 1;z-index: 10;overflow: hidden;padding-bottom: 0;}

.pagetit .page-title .inpage-tit {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 34px; letter-spacing: 0.12em; font-weight: bold; color: #FFF;}

.is_tablet .pagetit {width: 100%; height: 50vh; min-height: 384px;}

@media screen and (max-width: 767px) {
	.pagetit {height: auto; min-height: 0;}
	.pagetit .pagetit-inner {padding-top: 70px;}
	.pagetit .pagetit-inner:before {width: 52%;height: 135px; min-height: 0;}

	.pagetit .page-title {width: calc(100% - 20px); height: 60vw; min-height: 220px; margin: 0 0 0 20px;border-radius: 20px 0 0 20px; padding-bottom: 0;}

	.pagetit .page-title .inpage-tit {font-size: 20px; letter-spacing: 0.06em;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	パンくず
------------------------------------------------------ */
.topicpath {position: absolute; top: 400px; left: 6.25%; background: none; text-align: center; padding: 15px 0; margin-bottom: 0; height: 100%;}
.topicpath .acms-container {max-width: 1200px;}
.topicpath-list { width: 100%; padding: 0; text-align: left;-ms-writing-mode: tb-rl; writing-mode: vertical-rl;}
.topicpath-item {display: inline-block; background: none; padding: 0; font-size: 1em; line-height: 1.2; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.2em;}
.topicpath-item a {display: inline; color: #222;}
.topicpath-item:first-child { padding: 0;}
.topicpath-item:before {content: ""; display: inline-block; width: 21px; height: 13px; background: url("../img/common/icon-topicpath.png") no-repeat center center/contain; margin-bottom: 10px;}
.topicpath-item:first-child:before { display: none; content: ""; padding: 0; }
.topicpath-link { font-size: 1em; font-weight: 700;}

@media screen and (max-width: 767px) {
	.topicpath {display: none;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
	.topicpath {display: none;}
}

/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 0 50px;}
.pager li,
.pager li > span, 
.pager li a {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.pager li {width: 50px; height: 50px; border: 1px solid #000; border-radius: 0; font-size: 20px; background: #FFF;}
.pager li.prev, .pager li.next {border: none; border-radius: 0; background: none;}
.pager li.cur {background: #ce323a; color: #FFF; border-radius: 0;}
.pager li > span {width: 100%; height: 100%;}
.pager li a {width: 100%; height: 100%; color: #000; text-decoration: none;}
.pager-link {background: #FFF; padding: 10px;}
.pager-link:active, .pager-link:focus, .pager-link:visited { color: #000;}
.pager-link:hover {background: #ce323a; color: #FFF; border-radius: 0; opacity: 1; }
.pager li.prev .pager-link, .pager li.next .pager-link,
.pager li.prev .pager-link:hover, .pager li.next .pager-link:hover {background: none; color: #000; }

.serial-nav {width: 100%; max-width: 1200px; margin: 0 auto 50px;}
.serial-nav a {display: block; padding: 15px 30px; color: #000; font-weight: bold;}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited {color: #000;}
.serial-nav a:hover {text-decoration: none;}
.serial-nav-item a { border: 1px solid #000;}

@media screen and (max-width: 767px) {
.pager {margin: 0 0 25px;}
.pager li {margin-bottom: 10px;}
.serial-nav { display: flex; justify-content: space-between; padding: 0 10px;}
.serial-nav .serial-nav-item { width: 48%;}
}

/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */

.koblog {width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog .koblog-card-wrap { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px;}
.koblog .koblog-card:nth-child(4n) { margin-right: 0; }
.koblog .koblog-card .image {max-width: 270px; height: 180px; overflow: hidden; position: relative;}
.koblog .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
.koblog .koblog-card .koblog-card-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; align-items: center; margin-top: 15px; }
.koblog .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 20px; font-size: 1.25rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; line-height: 1; }
.koblog .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #00469C; }
_:-ms-fullscreen, :root .koblog .koblog-card .category { padding-top: 4px; }
.koblog .koblog-card .text { margin-top: 10px; }


@media screen and (max-width: 767px) {
.koblog { padding: 0 15px 60px; }
.koblog .koblog-card-wrap { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card { width: 100%; margin-bottom: 25px; margin-right: 0;}
.koblog .koblog-card:last-child { margin-right: 0; }
.koblog .koblog-card .koblog-card-inner { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; -ms-flex-align: center; -webkit-box-align: center; align-items: center; margin-top: 15px; }
.koblog .koblog-card .image {max-width: 100%; max-height: 180px;}
.koblog .koblog-card img { width: 100%; }
.koblog .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 18px; font-size: 1.125rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; line-height: 1; }

.koblog .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #00469C; }

.koblog .koblog-card .text { margin-top: 10px; }

.koblog .c-btn1 { margin-top: 25px; }
}
@media screen and (max-width: 844px) and (orientation:landscape) {
.koblog .koblog-card { width: 49%; margin-right: 2%;}
.koblog .koblog-card:nth-child(2n) { margin-right: 0;}
}

/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */

.koblog-news {width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog-news .koblog-card-wrap { display: block; margin-top: 30px; }
.koblog-news .koblog-card { width: 100%; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0;}
.koblog-news .koblog-card .image {width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 20px;}
.koblog-news .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
.koblog-news .koblog-card .koblog-card-inner { display: block; width: calc(100% - 120px); }
.koblog-news .koblog-card .meta { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
.koblog-news .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #00469C; margin-right: 20px;}
_:-ms-fullscreen, :root .koblog-news .koblog-card .category { padding-top: 4px; }
.koblog-news .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 20px; font-size: 1.25rem; line-height: 1; }
.koblog-news .koblog-card .text { margin-top: 10px;}


@media screen and (max-width: 767px) {
	.koblog-news {width: 100%; max-width: 100%; margin: 0 auto; padding: 30px 0; }
	.koblog-news .koblog-card-wrap { display: block; margin-top: 10px; padding:0 10px;}
	.koblog-news .koblog-card { width: 100%; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0;}
	.koblog-news .koblog-card .image {width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 10px;}
	.koblog-news .koblog-card .image img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: auto;}
	.koblog-news .koblog-card .koblog-card-inner { display: block; width: calc(100% - 110px); }
	.koblog-news .koblog-card .meta { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
	.koblog-news .koblog-card .category { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #00469C; margin-right: 20px;}
	.koblog-news .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 20px; font-size: 1.25rem; line-height: 1; }
	.koblog-news .koblog-card .text { margin-top: 10px;}
}

body.news hr{padding: 20px 0;}

/* ---------------------------------------------------
	子ブログ詳細用
------------------------------------------------------ */

.e-header {max-width: 1200px; margin: auto;}
.e-tit {padding-bottom: 20px; border-bottom: 1px solid #222;}
.e-time {text-align: right; padding-top: 10px; margin-bottom: 60px;}

/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404 {}
#article-404.entry-title {text-align: center; margin: 50px 0;}

@media screen and (max-width: 767px) {
}

/* ---------------------------------------------------
	お問い合わせ
------------------------------------------------------ */
.contact {}
.contact-box {width: 100%; max-width: 1024px !important; margin: 0 auto;}
.contact-box .tel-box {width: 760px; margin: 0 auto 40px; padding: 30px 0; border: none; text-align: center; background: #ce323a; color: #FFF; font-weight: 500;}
.contact-box .tel-box h2 {margin-bottom: 0;}
.contact-box .tel-box p {margin-bottom: 0; }
.contact-box .tel-box a {color: #FFF; display: inline-block; border-bottom: 1px solid #FFF;}
.entry-column .contact-box ul li {background: none; padding: 0;}
.contact-box .contact-no { font-size: 40px;}
.contact-box .contact-no + p {margin-bottom: 0;}
.contact-box .fax {}
.contact-box .contact-no span,
.contact-box .contact-no span a {}
.contact-form, .contact-form-group {background: none;}
.contact-form-label {border-bottom: none;}
.contact-form-control {border-bottom: none;}
.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] {padding: 15px;}
.contact-box select {min-height: 60px; padding: 15px; width: 100%;}
.contact-box .acms-admin-form-radio {display: block; margin-bottom: 10px;}
.contact-box .radio-sub {display: inline-block; padding-left: 25px; margin-bottom: 10px;}
.form-btn-box {margin: 20px 10px;}
.contact-box .btn-attention-block-large { position: relative; display: block; width: 100%; padding: 25px 50px; border: none; color: #FFF; font-weight: bold; text-align: center; text-decoration: none; background: #ce323a; transition: all .25s ease; border-radius: 40px; margin: auto;}
.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover {opacity: 0.8;}
.contact-box .btn-large { padding: 25px 30px; border-radius: 40px; width: 130px;}
input, select { font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 500;}

.contact-box .message-back-link {}
.contact-box .message-back-link a {color: #222;}

.label-any { margin: 0; padding: 0; font-size: 16px; line-height: 1.8; color: #000; background: none; width: 2em; display: inline-block;}
.label-required {float: left; background: none; color: #F00; width: 2em; margin: 0; padding: 0; font-size: 16px; line-height: 2; display: inline-block;}

.policy {width: 100%; max-width: 1024px; margin: 0 auto 100px; padding: 60px; background: url("../img/common/bg-contact.gif") repeat top center; background-size: 78px;}
.policy .inner-box {max-height: 380px; overflow-y: scroll; padding: 30px; background: #FFF;}
.policy .policy-tit {font-size: 1.125em; font-weight: bold; border-bottom: 1px solid #000; margin-bottom: 20px; padding-bottom: 20px;}
.policy .policy-tit p {margin-bottom: 0;}
.policy .policy-txt {}
.policy .policy-txt p {margin-bottom: 20px;}
.policy .policy-txt dl {}
.policy .policy-txt dl dt {font-weight: bold;}
.policy .policy-txt dl dd {padding-left: 2em; margin-bottom: 20px;}

@media screen and (max-width: 767px) {
	.contact-box .tel-box {width: 94%; padding: 15px 0;}
	.contact-box .contact-no { font-size: 28px;}
	.contact-box .fax { font-size: 20px;}
	
	.policy {margin: 0 auto 50px; padding: 30px;}
	.policy .inner-box {max-height: 270px; padding: 10px;}
	.policy .policy-tit {font-size: 1em; margin-bottom: 15px; padding-bottom: 15px;}
	.policy .policy-tit p {margin-bottom: 0;}
	.policy .policy-txt {}
	.policy .policy-txt p {margin-bottom: 15px;}
	.policy .policy-txt dl {}
	.policy .policy-txt dl dt {}
	.policy .policy-txt dl dd {padding-left: 2em; margin-bottom: 15px;}
}

/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#footer {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#footer .f-info {
  position: relative;
  width: calc(50% - 50px);
  margin-right: -7.29%;
  padding: 100px 7.3% 100px 70px;
  background: #f8f6f1;
}
#footer .f-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: calc(100% - 100px);
  background: #ce323a;
}
#footer .f-info .container {
  float: right;
  width: 100%;
  max-width: 480px;
  margin: 0;
}
#footer .f-info .info-logo {
  margin-bottom: 45px;
}
#footer .f-info .info-logo a:hover img {
  opacity: 1;
}
#footer .f-info .info-name {
  line-height: 1.5;
  letter-spacing: .12em;
}
#footer .f-info .info-name .big {
  display: inline-block;
  font-size: 22px;
}
#footer .f-info .info-address {
  letter-spacing: .12em;
}
#footer .f-info .info-address:before {
  content: "";
  display: block;
  width: 26px;
  height: 0;
  margin: 20px 18px;
  border-top: 2px solid #ce323a;
}
#footer .f-info .info-address .mr {
  margin-right: 20px;
}
#footer .f-link {
  position: relative;
  width: calc(50% + 195px);
  padding: 100px 100px;
  color: #fff;
  z-index: 5000;
}
#footer .f-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ce323a;
  border-radius: 40px 0 0 0;
  z-index: 4999;
}
#footer .f-link .container {
  position: relative;
  width: 100%;
  max-width: 788px;
  margin: 0;
  z-index: 5000;
}
#footer .f-link .link-nav .nav-col {
  margin-right: 3%;
}
#footer .f-link .link-nav .nav-col .col-list {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
}
#footer .f-link .link-nav .nav-col .col-list a {
  color: #fff;
}
#footer .f-link .link-nav .nav-col .col-list a:hover {
  text-decoration: underline;
}
#footer .f-link .link-nav .nav-col .col-list > li {
  margin-bottom: 15px;
}
#footer .f-link .link-nav .nav-col .col-list > li > a {
  background: url(../img/common/icon-f-01.png) no-repeat left top 10px;
  background-size: 6px;
  padding-left: 15px;
}
#footer .f-link .link-nav .nav-col .col-list .list-child {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.4;
}
#footer .f-link .link-nav .nav-col .col-list .list-child li {
  margin-right: 20px;
}
#footer .f-link .link-nav .nav-col .col-list .list-child li a {
  position: relative;
  padding-left: 15px;
}
#footer .f-link .link-nav .nav-col .col-list .list-child li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 7px;
  height: 0;
  border-top: 1px solid #fff;
}
#footer .f-link .link-nav .nav-bnr {
  width: 300px;
}

@media screen and (max-width: 1580px) {
  #footer .f-info:before {
    width: 20px;
  }
  #footer .f-link {
    padding: 40px 60px 40px 80px;
  }
  #footer .f-link .link-nav {
    width: 100%;
  }
  #footer .f-link .link-nav .nav-col {
    width: 100%;
    margin-right: 0;
  }
  #footer .f-link .link-nav .nav-col .col-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .f-link .link-nav .nav-col .col-list li {
    margin-right: 6%;
  }
  #footer .f-link .link-nav .nav-col .col-list li:last-of-type {
    margin-right: 0;
  }
  #footer .f-link .link-nav .nav-col .col-list.list01 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer .f-link .link-nav .nav-bnr {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .f-info {
    width: calc(50% + 50px);
  }
  #footer .f-link {
    width: calc(50% + 105px);
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    flex-wrap: wrap;
  }
  #footer .f-info {
    width: 90%;
    margin-right: 0;
    padding: 40px 20px 40px 20px;
    border-radius: 0 30px 0 0;
  }
  #footer .f-info:before {
    content: none;
  }
  #footer .f-info .container {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #footer .f-info .info-logo {
    float: left;
    margin-bottom: 45px;
  }
  #footer .f-info .info-logo a:hover img {
    opacity: 1;
  }
  #footer .f-info .info-name {
    margin-left: 260px;
  }
  #footer .f-info .info-name .big {
    font-size: 20px;
  }
  #footer .f-info .info-address {
    margin-left: 260px;
  }
  #footer .f-link {
    width: 100%;
    padding: 50px 20px 30px;
    background: #f8f6f1;
    color: #fff;
    z-index: 1001;
  }
  #footer .f-link:before {
    border-radius: 40px 0 0 0;
    z-index: 1000;
  }
  #footer .f-link .container {
    position: relative;
    width: 100%;
    max-width: 788px;
    margin: 0;
    z-index: 1000;
  }
  #footer .f-link .link-nav .nav-col .col-list {
    font-size: 16px;
  }
  #footer .f-link .link-nav .nav-col .col-list > li {
    margin-bottom: 15px;
  }
	#footer .f-link .link-nav .nav-col .col-list > li > a {
		background: url(../img/common/icon-f-01.png) no-repeat left top 5px;
		background-size: 6px;
	}
  #footer .f-link .link-nav .nav-col .col-list .list-child {
    font-size: 13px;
  }
  #footer .f-link .link-nav .nav-bnr {
    max-width: 70%;
  }
}
@media screen and (max-width: 568px) {
  #footer .f-info {
    padding: 40px 0 40px 0;
  }
  #footer .f-info .info-logo {
    float: none;
    margin-bottom: 30px;
  }
  #footer .f-info .info-name {
    margin-left: 0;
  }
  #footer .f-info .info-address {
    margin-left: 0;
  }
  #footer .f-link {
    padding: 50px 0 30px;
  }
}
/*-------------------------------------------*/
/*
/*　　f-pagetop
/*
/*-------------------------------------------*/
#f-pagetop {
  position: absolute;
  right: 8%;
  top: -68px;
  display: block;
  width: 231px;
  height: 221px;
  cursor: pointer;
  line-height: 1;
  text-indent: -99999px;
  z-index: 3000;
}
#f-pagetop.hover {
  animation: hoverAnime .4s forwards;
}
#f-pagetop.on .bg_wrap {
  animation: scrollAnime 3.5s forwards;
}
#f-pagetop .bg_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#f-pagetop .bg_wrap > span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#f-pagetop .bg01 {
  background: url(../img/common/icon-pagetop-01.png) no-repeat;
  background-size: 100%;
}
#f-pagetop .bg02 {
  background: url(../img/common/icon-pagetop-02.png) no-repeat;
  background-size: 100%;
  opacity: 0;
}
#f-pagetop .bg03 {
  background: url(../img/common/icon-pagetop-03.png) no-repeat;
  background-size: 100%;
  opacity: 0;
}
#f-pagetop .bg04 {
  background: url(../img/common/icon-pagetop-04.png) no-repeat;
  background-size: 100%;
  opacity: 0;
}

@keyframes hoverAnime {
  75% {
    top: -148px;
  }
  100% {
    top: -128px;
  }
}
@keyframes scrollAnime {
  36% {
    transform: translate(0, 0);
  }
  37% {
    transform: translate(-1%, -3%);
  }
  41% {
    transform: translate(-3%, 2%);
  }
  45% {
    transform: translate(2.4%, 4%);
  }
  49% {
    transform: translate(-3%, -1%);
  }
  53% {
    transform: translate(-1%, -3%);
  }
  57% {
    transform: translate(2%, 0%);
  }
  61% {
    transform: translate(-2%, 3%);
  }
  65% {
    transform: translate(0%, -1%);
  }
  69% {
    transform: translate(3%, 2%);
  }
  73% {
    transform: translate(-1%, -2%);
  }
  77% {
    transform: translate(2%, 3%);
  }
  81% {
    transform: translate(-2%, 0%);
  }
}
@media screen and (max-width: 767px) {
  #f-pagetop {
    top: calc(100% - 80px);
    right: 4%;
    width: 146px;
    height: 141px;
  }
  #f-pagetop .bg01 {
    background: url(../img/common/icon-pagetop-02.png) no-repeat;
    background-size: 100%;
  }
}
/*-------------------------------------------*/
/*
/*　　copyright
/*
/*-------------------------------------------*/
.copyright {
  position: fixed;
  display: flex;
  justify-content: center;
  right: 5.2%;
  bottom: 0;
  width: 1.2em;
  height: 100%;
  margin-right: -.6em;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  z-index: 5000;
	color: #000;
}
.copyright small {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .2em;
  transform: rotate(180deg) translateY(90px);
  text-align: left;
}

@media screen and (max-width: 1580px) {
  .copyright {
    right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .copyright small {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    position: relative;
    right: 0;
    display: block;
    width: 100%;
    padding: 20px 20px calc(21% + 20px);
    height: auto;
    margin-right: 0;
    background: #f8f6f1;
    text-align: left;
  }
  .copyright small {
    font-size: 12px;
    transform: rotate(0) translateY(0);
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is-tablet {
  min-width: 1300px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.pc-hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }

  .sp-hidden {
    display: none !important;
  }

  .pc-hidden {
    display: block !important;
  }
}
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  img {
    max-width: 100%;
  }

  #btn-nav-open {
    display: none;
  }

  #gnav {
    position: absolute;
  }

  #fix-bnr {
    position: absolute;
  }

  .copyright {
    display: none;
  }
}



/*-------------------------------------------*/
/*
/*　　urgent_news
/*
/*-------------------------------------------*/

.urgent_news{
		margin: 80px auto 60px;
		max-width: 868px;
    padding: 30px;
    border: solid 1px;
}

.urgent_news h3{
    margin-bottom: 20px;
    text-align: center;
}

p .align_right{
	text-align: right;
	display: block;
}

@media screen and (max-width: 767px) {
	.urgent_news{
			margin: 20px auto 10px;
			padding: 15px;
			width: calc(100% - 30px);
	}

	.urgent_news h3{
	    margin-bottom: 15px;
	}
}

