@charset "utf-8";
/* Author: Hosaka */

/*=======================================
リセット
=========================================*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  word-wrap: break-word;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  font: inherit;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

main {
  display: block;
}

em {
  font-style: normal;
}

div, ul, ol, dl {
  zoom: 1;
}

strong {
  font-weight: 700;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

li > a {
  display: block;
  width: 100%;
}

iframe {
  vertical-align: bottom;
}

/*=======================================
フォームリセット
=========================================*/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

input[type='text'], input[type='search'] {
  line-height: normal;
  /*ios placeholderのズレ*/
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

input[type='text'], input[type='email'], textarea {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/*=======================================
スクロールバー
=========================================*/
/*=======================================
ユーティリティクラス
=========================================*/
/*
  文字構え
---------------------------------*/
.u-center {
  text-align: center !important;
}

.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-left th, .u-left td {
  text-align: left !important;
}

.u-indent {
  text-indent: -1rem;
  margin-left: 1rem;
}

/*
  フォント
---------------------------------*/
.u-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.u-gothic {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

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

/*
  電話番号
---------------------------------*/
@media (min-width: 768px) {
  .u-tel {
    pointer-events: none;
  }
}

/*pc*/
/* ----------------------------- 全体 */
body {
  font-size: 18px;
  line-height: 1.6;
  color: #332900;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
}

a {
  text-decoration: none !important;
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img, svg {
  max-width: 100%;
  height: auto;
}

/* Tab */
/*body.is_tablet {font-size: 18px;}*/


@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .sp-only {
    display: none !important;
  }
}

/*pc*/
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  a:hover {
    opacity: 1 !important;
  }
  .pc-only {
    display: none !important;
  }
}

/*sp*/

/* ---------------------------------------------------
	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 { border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box;}
ol, ul { list-style: none; }

body {font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-display: swap; font-size: 16px;}

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

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

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: #333; text-decoration: none;}
a:hover, a:visited {color: #333; text-decoration: none;}
a:hover {opacity: .7;}

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

p {line-height: 1.8; margin: 0;}*/

a {}
a:link, a:visited {color: #333;}
a:hover, a:visited {color: #333;}

.flexbox {display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; align-items: top; 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", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.gothic {font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", 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) {
}

@media screen and (max-width: 767px) {
	body {}
	.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%;}*/

/*=======================================
ヘッダー
=========================================*/
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 40px;
  /*=======================================
    グローバルナビ
    =========================================*/
  /**/
  /*=======================================
    ハンバーガーメニュー
    =========================================*/
}

.l-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.l-header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.l-header .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0 12px;
  font-size: 1.25rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.l-header .nav-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 100px;
  width: 140px;
  padding-bottom: 15px;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 1;
  background: #DAB300;
}

.l-header .nav-other span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 35px;
  margin-bottom: 10px;
}

.l-header .nav-other-contact {
  background: #95A8B2;
}

.l-header .gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 0;
  background: #95A8B2;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.l-header .gnav.is-active {
  height: 100%;
}

.l-header .gnav .gnav-logo {
  display: table;
  padding: 30px 0 0 40px;
}

.l-header .gnav .gnav-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.5%;
}

.l-header .gnav .gnav-list {
  padding: 0 35px;
}

.l-header .gnav .gnav-item {
  position: relative;
  margin-bottom: 35px;
  padding-left: 1rem;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  background: url(../img/common/arrow-right-small-white.svg) no-repeat center left;
  background-size: 6px auto;
}
.l-header .gnav .gnav-item a {
  color: #fff;
}
.l-header .gnav .gnav-item a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/common/ico-blank-w@2x.png") no-repeat center center;
	background-size: cover;
}

.l-header .gnav .gnav-item--child {
  padding-left: 2rem;
  background: none;
}

.l-header .gnav .gnav-item--child::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.3rem;
  width: 5px;
  height: 1px;
  background: #fff;
}

.l-header .btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

.l-header .btn.is-scrolled {
  opacity: 1;
  visibility: visible;
}

.l-header .btn-border {
  display: block;
  width: 50px;
  height: 26px;
  margin: 0 auto;
}

.l-header .btn-border span {
  display: block;
  height: 2px;
  width: 50px;
  background-color: #332900;
  margin: 10px auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.l-header .btn-border-one {
  margin-top: 0 !important;
}

.l-header .btn-border-three {
  margin-bottom: 0 !important;
}

.l-header .btn-text {
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
  color: #332900;
  font-size: 1rem;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
  font-weight: normal;
  line-height: 1;
}

.l-header .btn-text-close {
  display: none;
}

.l-header .btn.is-active .btn-border-one {
  -webkit-transform: translateY(12px) rotate(-30deg);
  transform: translateY(12px) rotate(-30deg);
}

.l-header .btn.is-active .btn-border-two {
  opacity: 0;
}

.l-header .btn.is-active .btn-border-three {
  -webkit-transform: translateY(-12px) rotate(30deg);
  transform: translateY(-12px) rotate(30deg);
}

.l-header .btn.is-active .btn-text-open {
  display: none;
}

.l-header .btn.is-active .btn-text-close {
  display: inline;
}

/*l-header*/
@media (max-width: 1600px) {
  .l-header {
    padding: 0 0 0 15px;
    /**/
  }
  .l-header .logo {
    width: 180px;
  }
  .l-header .nav-list {
    margin-right: 10px;
  }
  .l-header .nav-link {
    height: 75px;
    padding: 0 7px;
    font-size: 0.9375rem;
  }
  .l-header .nav-other {
    height: 75px;
    width: 120px;
    padding-bottom: 15px;
    font-size: 0.9375rem;
  }
  .l-header .nav-other span img {
    width: 23px;
  }
  /*1600px*/
}

@media (max-width: 767px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 15px;
    /*=======================================
    グローバルナビ
    =========================================*/
    /**/
    /*=======================================
    ハンバーガーメニュー
    =========================================*/
  }
  .l-header .nav {
    display: none;
  }
  .l-header .gnav {
    overflow-y: scroll;
  }
  .l-header .gnav .gnav-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 165px;
    height: 60px;
    padding: 0 0 0 15px;
  }
  .l-header .gnav .gnav-list-wrap {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    margin-top: 13%;
    padding: 0 7.5px;
  }
  .l-header .gnav .gnav-list {
    padding: 0 5px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
      display: inline-block;
      width: 100%;
  }
  .l-header .gnav .gnav-item {
    margin-bottom: 13px;
    font-size: 0.875rem;
  }
  .l-header .btn {
    width: 60px;
    height: 60px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .l-header .btn-border {
    width: 35px;
    height: 20px;
  }
  .l-header .btn-border span {
    height: 2px;
    width: 35px;
    margin: 7px auto;
  }
  .l-header .btn-text {
    margin-top: 6px;
    font-size: 0.6875rem;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: normal;
    line-height: 1;
  }
  .l-header .btn.is-active .btn-border-one {
    -webkit-transform: translateY(9px) rotate(-30deg);
    transform: translateY(9px) rotate(-30deg);
  }
  .l-header .btn.is-active .btn-border-three {
    -webkit-transform: translateY(-9px) rotate(30deg);
    transform: translateY(-9px) rotate(30deg);
  }
  /*l-header*/
  /*sp*/
}

/*ヘッダー（スマホ横）*/

/*=======================================
サイドバー
=========================================*/
.l-sidebar {
  position: fixed;
  top: 110px;
  right: 0;
  margin: auto 0;
  z-index: 10;
  display: table;
  background: #fff;
  border: 1px solid #332900;
  border-right: none;
  border-bottom: none;
}

.l-sidebar li {
  border-bottom: 1px solid #332900;
}

.l-sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 200px;
}

.l-sidebar .document {
  color: #fff;
  background: #DAB300;
}

.l-sidebar .contact {
  color: #fff;
  background: #95A8B2;
}

.l-sidebar .icon {
  margin-bottom: 3px;
}

.l-sidebar .text {
  font-size: 1.3125rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: fit-content;
}

@media screen and (max-height: 910px) {
  .l-sidebar a {
    width: 55px;
    height: 175px;
  }
  .l-sidebar .text {
    font-size: 1.125rem;
  }
}
  /*max-height910*/

/*ie游ゴシックズレ*/
_:-ms-fullscreen .l-sidebar .text, :root .l-sidebar .text {
  display: block;
  padding-right: 5px;
}

@media (max-width: 1280px) {
.l-sidebar {
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-top: 1px solid #332900;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
.l-sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
.l-sidebar li {
    width: 25%;
    border-bottom: none;
    border-right: 1px solid #332900;
  }
.l-sidebar li:last-child {
    border-right: none;
  }
.l-sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
  }
.l-sidebar .document {
    color: #fff;
    background: #DAB300;
  }
.l-sidebar .contact {
    color: #fff;
    background: #95A8B2;
  }
.l-sidebar .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 24px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: 1;
  }
.l-sidebar .icon img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
.l-sidebar .text {
    font-size: 1.125rem;
    font-weight: 700;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
/* Tab */
body.is_tablet .l-sidebar {
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-top: 1px solid #332900;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
body.is_tablet .l-sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
body.is_tablet .l-sidebar li {
    width: 25%;
    border-bottom: none;
    border-right: 1px solid #332900;
  }
body.is_tablet .l-sidebar li:last-child {
    border-right: none;
  }
body.is_tablet .l-sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px;
  }
body.is_tablet .l-sidebar .document {
    color: #fff;
    background: #DAB300;
  }
body.is_tablet .l-sidebar .contact {
    color: #fff;
    background: #95A8B2;
  }
body.is_tablet .l-sidebar .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 24px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: 1;
  }
body.is_tablet .l-sidebar .icon img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
body.is_tablet .l-sidebar .text {
    font-size: 1.375rem;
    font-weight: 700;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }

@media (max-width: 767px) {
  .l-sidebar {
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-top: 1px solid #332900;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  .l-sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-sidebar li {
    width: 25%;
    border-bottom: none;
    border-right: 1px solid #332900;
  }
  .l-sidebar li:last-child {
    border-right: none;
  }
  .l-sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
  }
  .l-sidebar .document {
    color: #fff;
    background: #DAB300;
  }
  .l-sidebar .contact {
    color: #fff;
    background: #95A8B2;
  }
  .l-sidebar .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 24px;
    margin-bottom: 3px;
    line-height: 1;
  }
  .l-sidebar .icon img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .l-sidebar .text {
    font-size: 0.75rem;
    font-weight: 700;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  /*sp*/
}

/*サイドバー（スマホ横）*/
@media screen and (orientation: landscape) {
  body.is-mobile .l-sidebar {
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-top: 1px solid #332900;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  body.is-mobile .l-sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  body.is-mobile .l-sidebar li {
    width: 25%;
    border-bottom: none;
    border-right: 1px solid #332900;
  }
  body.is-mobile .l-sidebar li:last-child {
    border-right: none;
  }
  body.is-mobile .l-sidebar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
  }
  body.is-mobile .l-sidebar .document {
    color: #fff;
    background: #DAB300;
  }
  body.is-mobile .l-sidebar .contact {
    color: #fff;
    background: #95A8B2;
  }
  body.is-mobile .l-sidebar .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 24px;
    margin-bottom: 3px;
    line-height: 1;
  }
  body.is-mobile .l-sidebar .icon img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  body.is-mobile .l-sidebar .text {
    font-size: 0.75rem;
    font-weight: 700;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  /*orientation: landscape*/
}


/* ---------------------------------------------------
	下層ページタイトル
------------------------------------------------------ */
.pagetit {width: 100%; height: 260px; position: relative; background: url("../images/header/bg-pagetit@2x.jpg") no-repeat top center; background-size: cover; text-align: center;}
.pagetit .page-title {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 30px; font-weight: 400; line-height: 1.2; color: #FFF; margin: 0 auto; letter-spacing: 0.05em; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}

@media screen and (max-width: 767px) {
.pagetit {width: 100%; max-width: 100%; height: 100px;}
.pagetit .page-title {font-size: 20px;}
}

/* ---------------------------------------------------
	パンくず
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center; padding: 15px 0; margin-bottom: 0;}
.topicpath .acms-container {max-width: 1200px;}
.topicpath-list { width: 100%; padding: 0; text-align: left;}
.topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; line-height: 1.2; font-weight: 200; }
.topicpath-item a {display: inline;}
.topicpath-item:first-child { padding: 0;}
.topicpath-item:before { display: inline-block; content: "/"; padding: 0 10px;}
.topicpath-item:first-child:before { display: inline-block; content: ""; padding: 0;}
.topicpath-link { font-size: 15px; font-weight: 200;}

@media screen and (max-width: 767px) {
    .topicpath { background: none; width: 100%; text-align: center; padding: 15px 0; margin-bottom: 0;}
    .topicpath .acms-container {max-width: 1200px;}
    .topicpath-list { width: 100%; padding: 0; text-align: left;}
    .topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 14px; line-height: 1.2; font-weight: 200; }
    .topicpath-item a {display: inline;}
    .topicpath-item:first-child { padding: 0;}
    .topicpath-item:before { display: inline-block; content: "/"; padding: 0 10px;}
    .topicpath-item:first-child:before { display: inline-block; content: ""; padding: 0;}
    .topicpath-link { font-size: 14px; font-weight: 200;}
}


/* ---------------------------------------------------
	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 #95A8B2; border-radius: 0; color: #95A8B2; font-size: 20px; background: #FFF;}
.pager li.prev, .pager li.next {border: none; border-radius: 0; background: none;}
.pager li.cur {background: #95A8B2; color: #FFF; border-radius: 0;}
.pager li > span {width: 100%; height: 100%;}
.pager li a {width: 100%; height: 100%; color: #95A8B2; text-decoration: none;}
.pager-link {background: #FFF; padding: 10px;}
.pager-link:active, .pager-link:focus, .pager-link:visited { color: #95A8B2;}
.pager-link:hover {background: #95A8B2; 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: #95A8B2; }

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

@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: start; -webkit-box-pack: start; 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: #95A8B2; }
_:-ms-fullscreen, :root .koblog .koblog-card .category { padding-top: 4px; }
.koblog .koblog-card .text { margin-top: 10px; font-weight: 700;}

.koblog.event .koblog-card .koblog-card-inner {margin-top: 0;}
.koblog.event .koblog-card .card-category { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 14px; font-size: 1rem; line-height: 1; color: #AF9000;}
.koblog.event .koblog-card .card-category li + li { margin-left: 13px; padding-left: 13px; border-left: 1px solid #AF9000;}
.koblog.event .koblog-card .card-title { margin-top: 10px; font-size: 1.375rem;}
.koblog.event .koblog-card .p-top-event .card-text { margin-top: 8px; line-height: 1.4;}

.koblog.works .koblog-card .image {max-width: 270px; height: 180px; overflow: hidden; position: relative;}
.koblog.works .koblog-card .image .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: #DAB300; position: absolute; bottom: 0; left: 0;}
.koblog.works .koblog-card .image .category.hiraya {background: #93D0E6;}
.koblog.works .koblog-card .image .category.ecomo {background: #00ADA9;}
.koblog.works .koblog-card .image .category.maman {background: #CB947C;}
.koblog.works .koblog-card .image .category.original {background: #DAB300;}
.koblog.works .koblog-card .image .category.iroha {background: #332900;}

.koblog.works .koblog-card .image .category.cusmo {background: #4990d5;}
.koblog.works .koblog-card .image .category.onescubo {background: #725744;}

.cat-list {width: 100%; max-width: 1200px; margin: 20px auto 0; display: none;}
.cat-list ul {display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-align: center; -webkit-box-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.cat-list ul li {width: 360px; max-width: 30%; margin-right: 5%; margin-bottom: 20px;}
.cat-list ul li:nth-of-type(3n) {margin-right: 0;}
.cat-list ul li:last-of-type {margin-right: 0;}
.cat-list ul li a { position: relative; display: block; width: 100%; padding: 17.5px 20px 24.5px; border-radius: 40px; color: #332900; font-weight: normal; text-align: center; text-decoration: none; background-color: rgb(149, 168, 178, .3);}
.cat-list ul li a:after { content: ""; position: absolute; left: 50%; bottom: 12px; display: block; width: 12px; height: 6px; margin-left: -6px; background: url(../images/common/ico-arrow-bb@2x.png) no-repeat center; background-size: 100%; transition: transform .2s;}
.cat-list ul li a:hover {opacity: 1;}
.cat-list ul li a:hover:after {transform: translateY(2px);}

@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: start; -webkit-box-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }
    .koblog .koblog-card { width: 48%; margin-right: 4%; margin-bottom: 25px; }
    .koblog .koblog-card:nth-child(2n) {margin-right:0;}
    .koblog .koblog-card:last-child { margin-right: 0; }
    .koblog .koblog-card .image {max-width: 100%; height: 120px; }
    .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 img { width: 100%; }
    .koblog .koblog-card .date { -webkit-box-flex: 0; -ms-flex: none; flex: none; margin-right: 10px; font-size: 14px; font-size: 0.875rem; 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: 20px; min-width: auto; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #95A8B2; }

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

    .koblog .c-btn1 { margin-top: 25px; }

    .koblog.works .koblog-card .image {max-width: 100%; height: 120px;}
    .koblog.works .koblog-card .image .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: auto; min-width: 100px; padding: 0 10px; font-size: 14px; font-size: 0.875rem; color: #fff; background: #DAB300; position: absolute; bottom: 0; left: 0;}


    .cat-list ul {justify-content: space-between; margin-bottom: 20px; padding: 0 10px;}
    .cat-list ul li {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px;}
    .cat-list ul li:last-of-type {margin-bottom: 0;}
    .cat-list ul li a {padding: 5px 10px 20px;}
    .cat-list ul li a:after {bottom: 7px;}
    .cat-list ul li a:hover {border-color: #444; color: #444;}
    .cat-list ul li a:hover:after {transform: translateY(0);}
}
@media screen and (orientation: landscape) {
    .koblog .koblog-card .image {max-width: 100%; height: 180px; }
    .koblog.works .koblog-card .image {max-width: 100%; height: 180px;}
}


/* ---------------------------------------------------
	404
------------------------------------------------------ */
.back-link a { position: relative; width: 320px; max-width: 100%; padding: 15px 50px; line-height: 1.2; border: 1px solid #332900; color: #332900; font-weight: normal; text-decoration: none; background-color: #FFF; text-align: center; display: flex; justify-content: center; align-items: center; margin: auto;}
.back-link a:after { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -20px; display: block; width: 38px; height: 11.5px; margin-top: -5px; background: url(../images/common/ico-arrow-cr@2x.png) no-repeat center; background-size: 100%; transition: all ease .4s;}
.back-link a:hover:after { right: -25px;}

/* ---------------------------------------------------
	お問い合わせ
------------------------------------------------------ */
.contact {}
.contact-box {width: 100%; max-width: 1200px; margin: 0 auto;}
.contact-box .tel-box {width: 680px; margin: 0 auto 40px; padding: 30px 0 0; border: 1px solid #000; text-align: center;}
.contact-box .tel-box h2 {margin-bottom: 0;}
.entry-column .contact-box ul li {background: none; padding: 0;}
.contact-box .contact-no {font-size: 40px;}
.contact-box .fax {}
.contact-box .contact-no span {color: #BB4824;}
.contact-form, .contact-form-group {background: none;}
.contact-form-label {background: rgb(149, 168, 178, .3); border-bottom: 1px solid #95A8B2;}
.contact-form-control {border-bottom: 1px solid #95A8B2;}
.contact-box .contact-form-group:first-child .contact-form-label, .contact-box .contact-form-group:first-child .contact-form-control {border-top: 1px solid #95A8B2;}
.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: 5px;}
.contact-box select {min-height: 40px;}
.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: #332900; background-size: 38px 11.5px; transition: all .25s ease; border-radius: 0; 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;}
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 .btn-large { padding: 25px 50px;  color: #FFF; background: #666; transition: all .25s ease; border-radius: 0; margin: auto; vertical-align: baseline;}

.contact-box .message-text {text-align: center;}
.contact-box .message-back-link a { position: relative; display: block; width: 342px; max-width: 100%; padding: 15px 50px; line-height: 1.2; border: 1px solid #332900; color: #332900; font-weight: normal; text-decoration: none; background-color: #FFF; text-align: center; display: flex; justify-content: center; align-items: center; margin: auto;}
.contact-box .message-back-link a:after { content: ""; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: -20px; display: block; width: 38px; height: 11.5px; margin-top: -5px; background: url(../images/common/ico-arrow-cr@2x.png) no-repeat center; background-size: 100%; transition: all ease .4s;}
.contact-box .message-back-link a:hover:after { right: -25px;}
.entry-column .contact-box .contact-form th {background: rgb(149, 168, 178, .3);}

.label-any {margin: 0 5px; padding: 2px 8px; color: #fff; background: #666; border-radius: 3px; font-size: 12px; float: right;}
.label-required {float: right;}

@media screen and (max-width: 767px) {
    .contact-box .tel-box {width: 94%;}
    .contact-box .contact-no { font-size: 28px;}
    .contact-box .fax { font-size: 20px;}

    .entry-column .contact-box ul li + li {margin-top: 0;}
    .contact-form-label {padding: 10px;}
    .contact-form-control {padding: 15px 10px 20px;}

    .contact-box .message-text {text-align: left;}
}

/*=======================================
フッター
=========================================*/
.l-footer {
  margin-top: 75px;
}

.l-footer .head {
  padding: 100px 0;
  background: url(../img/common/fotter-bg.jpg) center;
  background-size: cover;
}

.l-footer .title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.l-footer .title span {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
  font-weight: normal;
}

.l-footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 80px;
  margin: 0 15px;
  font-size: 1.5rem;
  background: #DAB300;
}

.l-footer .link span {
  margin-right: 10px;
  line-height: 1;
}

.l-footer .link .contact {
  color: #fff;
  background: #95A8B2;
}

.l-footer .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
  color: #fff;
}

.l-footer .area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer .area dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  border: 1px solid #fff;
  border-radius: 50%;
}

.l-footer .area dd {
  padding: 0 0 0 15px;
}

.l-footer .area-tel {
  font-size: 2.75rem;
  font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
  font-weight: normal;
  letter-spacing: .05rem;
    color: #FFF;
}

.l-footer .area-map {
  padding: 3px 0 3px 20px;
  font-size: 1rem;
  background: url(../img/common/pin.svg) no-repeat center left;
}

.l-footer .area-map a {
  text-decoration: underline !important;
    color: #FFF;
}

.l-footer .body {
  padding: 80px 0 20px;
}

.l-footer .logo {
  display: table;
  margin: 0 auto;
}

.l-footer .info {
  margin-top: 30px;
  text-align: center;
}

.l-footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.l-footer .sitemap-list {
  padding: 0 35px;
}

.l-footer .sitemap-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  background: url(../img/common/arrow-right-small.svg) no-repeat center left;
}
.l-footer .sitemap-item a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/common/ico-blank@2x.png") no-repeat center center;
	background-size: cover;
}

.l-footer .sitemap-item--child {
  padding-left: 2rem;
  background: none;
}

.l-footer .sitemap-item--child::before {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.3rem;
  width: 5px;
  height: 1px;
  background: #332900;
}

.l-footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.l-footer .sns li {
  margin: 0 20px;
}

.l-footer .foot {
  padding: 40px 0 25px;
  background: #95A8B2;
}

.l-footer .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer .banner li {
  width: 20%;
  margin-bottom: 15px;
  padding: 0 20px;
}

.l-footer .copy {
  padding: 40px 0 25px;
  font-size: 0.875rem;
  font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  text-align: center;
}

@media (max-width: 1280px) {
    .l-footer .copy {
      padding: 40px 0 100px;
    }
}
body.is_tablet .l-footer .copy {
  padding: 40px 0 120px;
}

/*l-footer*/
@media (max-width: 767px) {
  .l-footer {
    margin-top: 60px;
  }
  .l-footer .head {
    padding: 60px 0;
  }
  .l-footer .title {
    font-size: 1rem;
  }
  .l-footer .title span {
    font-size: 2.625rem;
  }
  .l-footer .link {
    display: block;
  }
  .l-footer .link a {
    width: 100%;
    height: 60px;
    margin: 15px 0;
    font-size: 1.125rem;
  }
  .l-footer .area {
    display: block;
    margin-top: 30px;
    font-size: 0.875rem;
  }
 .l-footer .area li {
	 margin-bottom: 15px;
  }
 .l-footer .area li:last-child {
	 margin-bottom: 0;
  }
  .l-footer .area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer .area dt {
    width: 55px;
    height: 55px;
    font-size: 1.125rem;
  }
  .l-footer .area dd {
    padding: 0 0 0 15px;
  }
  .l-footer .area-tel {
    font-size: 2.375rem;
    font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-weight: normal;
    letter-spacing: .1rem;
  }
  .l-footer .area-map {
    padding: 3px 0 3px 15px;
    font-size: 0.875rem;
    background-size: 10px auto;
  }
  .l-footer .body {
    padding: 60px 0 20px;
  }
  .l-footer .logo {
    max-width: 200px;
  }
  .l-footer .info {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .l-footer .sitemap {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
            column-gap: 0;
    margin: 30px -7.5px 0;
  }
  .l-footer .sitemap-list {
    width: 100%;
    padding: 0 7.5px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
      display: inline-block;
  }
  .l-footer .sitemap-item {
    margin-bottom: 13px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .l-footer .sns {
    margin-top: 30px;
  }
  .l-footer .sns li {
    margin: 0 15px;
  }
  .l-footer .foot {
    padding: 30px 0;
  }
  .l-footer .banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -7.5px;
  }
  .l-footer .banner li {
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
  }
  .l-footer .banner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 7.5px;
  }
  .l-footer .copy {
    padding: 15px 0 75px;
    font-size: 0.75rem;
  }
  /*l-footer*/
  /*sp*/
}

/*フッター（スマホ横）*/
@media screen and (orientation: landscape) {
  body.is-mobile .copy {
    padding-bottom: 85px;
  }
}

/*orientation: landscape*/
/*=======================================
ページトップへ
=========================================*/
.l-pagetop {
  position: fixed;
  right: 75px;
  bottom: 20px;
  z-index: 9;
}

@media (max-width: 1280px) {
    .l-pagetop {
      position: fixed;
      right: 55px;
      bottom: 75px;
    }
}
body.is_tablet .l-pagetop {
  position: fixed;
  right: 15px;
  bottom: 95px;
}

@media (max-width: 767px) {
  .l-pagetop {
    right: 15px;
    bottom: 75px;
    width: 50px;
  }
  /*sp*/
}

/*フッター（スマホ横）*/
@media screen and (orientation: landscape) {
  body.is-mobile .l-pagetop {
    right: 15px;
    bottom: 75px;
  }
}

/*orientation: landscape*/

/* ----------------------------- 9. 共通パーツ */
/*=======================================
共通パーツ
=========================================*/
/*
  ボタン
---------------------------------*/
.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #332900;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-btn::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -19px;
  width: 38px;
  height: 12px;
  padding-bottom: 10px;
  background: url(../img/common/arrow-right.svg) no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-btn:hover:after {
  right: -24px;
}

.c-btn--small {
  width: 160px;
  height: 40px;
}

.c-btn--white {
  color: #fff;
  border-color: #fff;
}

.c-btn--white:after {
  background-image: url(../img/common/arrow-right-white-min.svg);
}

.c-btn-large {
  display: block;
  position: relative;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background: #332900;
}

.c-btn-large::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  width: 165px;
  height: 50px;
  padding-bottom: 48px;
  background: url(../img/common/arrow-right-ocher.svg) no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-btn-large-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  overflow: hidden;
}

.c-btn-large-inner::after {
  position: absolute;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  z-index: 2;
  width: 165px;
  height: 50px;
  padding-bottom: 48px;
  background: url(../img/common/arrow-right-white.svg) no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
}

.c-btn-large-sub {
  margin-right: 20px;
  font-size: 1.25rem;
}

.c-btn-large-main {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  font-size: 2.875rem;
}

.c-btn-large:hover:after, .c-btn-large:hover .c-btn-large-inner:after {
  right: -100px;
}

@media (max-width: 767px) {
  .c-btn-large {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-btn-large::after {
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    width: 45px;
    height: 30px;
    padding-bottom: 0;
    background: url(../img/common/arrow-right.svg) no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .c-btn-large-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 70px;
    overflow: hidden;
  }
  .c-btn-large-inner::after {
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    z-index: 2;
    width: 45px;
    height: 30px;
    padding-bottom: 0;
    background: url(../img/common/arrow-right-white-min.svg) no-repeat;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .c-btn-large-sub {
    margin-right: 0;
    font-size: 0.8125rem;
  }
  .c-btn-large-main {
    font-size: 1.75rem;
    line-height: 1.3;
  }
  .c-btn-large:hover:after, .c-btn-large:hover .c-btn-large-inner:after {
    right: -25px;
  }
  /*sp*/
}

/*
  テーブル
---------------------------------*/
/*
  センタリング
---------------------------------*/
.c-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/*
  iframe
---------------------------------*/
.u-iframe-wrap {
  position: relative;
  width: 100%;
}

.u-iframe-wrap::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.u-iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/*
  フォーム
---------------------------------*/
.acms-grid .contact-form-col:first-of-type {
  padding-left: 0;
}
.acms-col-0-5 {
  float: left;
  /* width: 3.5%; */
  margin-top: 0.5% !important;
}

/* 「フリガナ」で同じアラート文が複数出ないように調整 */
div[data-validator-label*="name-kana-v-katakana"].validator-result-0 + .validator-result-0 {
  display: none;
}

/* 「連絡先」で同じアラート文が複数出ないように調整 */
div[data-validator-label^="tel"].validator-result-0 + .validator-result-0 {
  display: none;
}
