@charset "UTF-8";
/* CSS Document */
/*
* base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  overflow: hidden;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, 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, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  -webkit-appearance: none;
  border: none;
}

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

a:focus {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

/*
-----------------------------
ベース部分
-----------------------------
*/
/*
カラー設定
*/
/*
mixinまとめ
*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.sp-only02 {
  display: none;
}

.sp-only03 {
  display: none;
}

body {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  position: relative;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1400px;
  margin: 0 auto;
  width: 95%;
}
.inner03 {
  width: 1000px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #229ae7;
}

/*
flexレイアウト用
<div class="flt-box">
	<div class="flt-left01">48%</div>
	<div class="flt-right01">48%</div>
</div>
*/
.flt-box01 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.flt-box02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.flt-box03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.flt-box04 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.flt-box05 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.flt-box06 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.flt-left01 {
  width: 48%;
}

.flt-right01 {
  width: 48%;
}

.flt-left02 {
  width: 60%;
}

.flt-right02 {
  width: 35%;
}

.flt-left03 {
  width: 70%;
}

.flt-right03 {
  width: 25%;
}

.flt-left04 {
  width: 35%;
}

.flt-right04 {
  width: 60%;
}

.flt-left05 {
  width: 25%;
}

.flt-right05 {
  width: 70%;
}

.flt-left06 {
  width: 55%;
}

.flt-right06 {
  width: 40%;
}

.flt-left07 {
  width: 40%;
}

.flt-right07 {
  width: 55%;
}

.flt-left08 {
  width: 48%;
}

.flt-right08 {
  width: 48%;
}

.flt-left50 {
  width: 50%;
}

.flt-right50 {
  width: 50%;
}

.text-center {
  text-align: center;
}

.text-center02 {
  text-align: center;
}

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

/*
fadeinアニメーション用
*/
.fadein {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: .8s;
}

.fade-in.scrollin {
  opacity: 1;
}

.fade-in-up {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: .8s;
  transform: translateY(50px);
}

.fade-in-up.scrollin {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  transform: translateY(0);
}

.fade-in-delay-4 {
  transition-delay: .4s;
}

.fade-in-delay-6 {
  transition-delay: .6s;
}

.fade-in-delay-8 {
  transition-delay: .8s;
}

.slide-anim {
  position: relative;
  visibility: visible;
  overflow: hidden;
}

.slide-anim:before {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: 2;
  background: #229ae7;
  -moz-animation: anim-slide-img 1.2s cubic-bezier(0.78, 0.07, 0, 1) normal;
  -webkit-animation: anim-slide-img 1.2s cubic-bezier(0.78, 0.07, 0, 1) normal;
  animation: anim-slide-img 1.2s cubic-bezier(0.78, 0.07, 0, 1) normal;
}

@keyframes anim-slide-img {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  47.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  52.5% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/* margin,padding ******************/
.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_150 {
  margin-top: 150px;
}

.mt_200 {
  margin-top: 200px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_60 {
  margin-right: 60px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_60 {
  margin-left: 60px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pr_5 {
  padding-right: 5px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_60 {
  padding-right: 60px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_50 {
  padding-left: 50px;
}

.pl_60 {
  padding-left: 60px;
}

/*
-----------------------------
モジュール
-----------------------------
*/
/*
ボタン
*/
.btn01, #submit #confirm, #submit #send, #submit #back {
  display: inline-block;
  padding: 20px 100px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 60px;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.4;
}

.btn02 {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.4;
}
.btn03 {
  display: inline-block;
  padding: 15px 15px;
  max-width: 100%;
  width: 290px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: .2s;
  transition: .2s;
  line-height: 1.4;
}
/*
ボタン外側のdivに設定…<div class="btn-wrap01"><a class="btn01">ボタン</a></div>
*/
.btn-wrap01 {
  margin-top: 50px;
  text-align: center;
}

.btn-wrap02 {
  margin-top: 30px;
  text-align: center;
}

.btn-wrap03 {
  margin-top: 20px;
  text-align: center;
}

/*
ボタンの色
*/
.btn-color01 {
  background: #f59100;
  color: #fff;
  border: solid 2px #f59100;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-color01:hover {
  background: #fff;
  color: #f59100;
}

.btn-color02, #submit #confirm {
  background: #b9332e;
  color: #fff;
  border: solid 2px #b9332e;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-color02:hover, #submit #confirm:hover {
  background: #b9332e;
  opacity: 0.8;
  color: #fff;
}

/*
矢印
*/
.btn-arrow01:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 14px;
  height: 3px;
  background: #fff;
  right: 26px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-arrow01:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-arrow01:hover:before {
  background: #f55000;
  right: 20px;
}

.btn-arrow01:hover:after {
  right: 18px;
  border-color: #f55000;
}

.btn-arrow02:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 14px;
  height: 3px;
  background: #fff;
  right: 26px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-arrow02:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-arrow02:hover:before {
  background: #f59100;
  right: 20px;
}

.btn-arrow02:hover:after {
  right: 18px;
  border-color: #f59100;
}

.arrow01 {
  position: relative;
}

.arrow01:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.arrow02 {
  position: relative;
}

.arrow02:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  right: 13px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #229ae7;
  border-right: 2px solid #229ae7;
}

.arrow03 {
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow03:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #229ae7;
  right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow03:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 21px;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow04 {
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow04:before {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #0244a7;
  right: 24px;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow04:after {
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 41px;
  -webkit-transition: .2s;
  transition: .2s;
}

.arrow04:hover:before {
  background: #fff;
}

.arrow04:hover:after {
  border-top: 3px solid #229ae7;
  border-right: 3px solid #229ae7;
}

.arrow05 {
  position: relative;
  padding-left: 15px;
}

.arrow05:after {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*
センター揃え
*/
.center {
  text-align: center;
}

.m_center {
  margin: 0 auto;
}

/*
フォント
*/
.font01 {
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  font-weight: bold;
}

/*
見出し
*/
.heading01 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 4px;
}

.heading02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.heading03 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 3px;
}

.heading04 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.heading05 {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.heading05 span {
  font-weight: bold;
}

.heading-span01 {
  letter-spacing: 1px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  color: #229ae7;
}

/*
見出しの色
*/
.color-white {
  color: #fff;
}

.color-blue {
  color: #229ae7;
}

.color-black {
  color: #333333;
}

.color-red {
  color: #a02328;
}

.color-green {
  color: #14b314;
}

.color-orange {
  color: #f55000;
}

/*
アイコン…<span class="icon icon-tel">00-0000-0000</span>
*/
.icon {
  position: relative;
  display: inline-block;
}

.icon:before, .icon-tel:before {
  position: absolute;
  display: block;
  content: "";
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.icon-tel:before {
  width: 20px;
  height: 26px;
  background: url(../images/common/icon_tel01.png);
  background-size: 20px 26px;
  left: -25px;
}

/*
リンク…<img src="" class="imghover">
ホバーすると透過
*/
.imghover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.imghover:hover {
  opacity: 0.8;
}

/*
ラベル
*/
.lable01 {
  background: #000;
  padding: 5px 15px;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
}

/*
テキスト
*/
.text {
  margin-bottom: 10px;
}

/*
注意事項など赤字にする
*/
.required,
.caution {
  color: #a02328;
  font-weight: bold;
}

/*
角丸
*/
.cycle {
  border-radius: 10px;
  overflow: hidden;
}

.cycle-item {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}

.cycle-item:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #229ae7;
  border-radius: 100%;
}

.cycle-red {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.cycle-red:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0px;
  width: 8px;
  height: 8px;
  background-color: #e60012;
  border-radius: 100%;
}

/*
テーブル
*/
table {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
}

table th {
  width: 25%;
  padding: 30px;
  background: #edeff1;
  color: #333;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
}

table td {
  border-bottom: solid 1px #ccc;
  padding: 30px;
  background: #fff;
}

button {
  position: relative;
}

/*WPのシングルページ調整CSS*/
/**************共通項目******************/
/*
html {
visibility: hidden;
}
html.wf-active, html.loading-delay {
visibility: visible;
}
*/
.section-contents {
  padding: 80px 0;
}

.sub-section-contents {
  padding: 20px 0;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

.is-show {
  transform: translateY(0) !important;
  background: url("../images/common/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
}

.sp-tel {
  display: none;
}

/**************ヘッダー******************/
.home {
  background-image: url("../images/common/bg_top.jpg");
  min-height: 100vh;
  position: relative;
  display: block;
}

.big-bg {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.pc-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #ffffff;
  padding: 15px 0;
}

.sp-nav {
  display: none;
}

.main-nav-left {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  font-size: 1.4rem;
  width: 70%;
  align-items: center;
}

.main-nav-right {
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  font-size: 1.8rem;
  width: 20%;
  align-items: center;
}

.nav-item-left a {
  font-family: 'Sawarabi Mincho', sans-serif;
  color: #ffffff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.nav-item-left a:after {
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.nav-item-left a:hover:after {
  width: 100%;
}

.nav-item-right {
  padding-right: 2%;
}

.nav-item-right a {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 5px;
}

.home-content {
  text-align: center;
  padding-top: 23vh;
}

.home-title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.home-contact {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Sawarabi Mincho', sans-serif;
}

.home-contact span {
  text-decoration: underline;
}

.home-contact span a {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
}

.home-attention {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  border: solid 3px #9e9e9e;
  width: 80%;
  max-width: 700px;
  display: flex;
  justify-content: space-around;
  padding: 20px 10px;
  align-items: center;
  margin-top: 60px;
}

.home-attention .attention-left {
  position: relative;
  display: inline-block;
}

.home-attention .attention-left:after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #333333;
  position: absolute;
  top: 0px;
  right: -60%;
}

.home-attention .attention-right {
  text-align: left;
}

.home-attention .attention-right span {
  text-decoration: underline;
}

.home-attention .attention-right a:hover {
  color: #000000;
}

/**************コンテンツ01******************/
#content01 {
  background-image: url("../images/index/bg_01.jpg");
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 170px 0 80px 0;
}

.heading_01 {
  position: relative;
  z-index: 1;
}

.heading_01:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  top: -100px;
  right: 28%;
  padding: 41px;
  background-repeat: no-repeat;
}

.heading_01:after {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_01.png");
  top: 0;
  right: -16%;
  padding: 126px;
  background-repeat: no-repeat;
  z-index: -1;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: justify;
  line-height: 50px;
  letter-spacing: 2px;
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.8rem;
}

/**************コンテンツ02******************/
#content02 {
  padding: 200px 0 130px 0;
  position: relative;
}

#content02:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../images/index/bg_02.jpg");
  background-size: cover;
}

#content02 p {
  color: #ffffff;
  text-align: center;
  margin-top: 70px;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}

#content02 .content02-text-01, #content02 .content02-text-02 {
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 2px;
  font-size: 18px;
  font-size: 1.8rem;
}

#content02 .content02-text-02 {
  margin-top: 30px;
}

#content02 .content02-text-02 span {
  text-decoration: underline;
}

#content02 .content02-text-02 span a {
  color: #ffffff;
  transition: all 0.3s;
}

#content02 .content02-text-02 span a:hover {
  text-shadow: 0 1px 1px #ffffff;
}

.heading_02 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heading_02:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 130%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content02-item-left, .content02-item-center, .content02-item-right {
  position: relative;
}

.content02-item-left:before, .content02-item-center:before, .content02-item-right:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_03.png");
  bottom: -35px;
  left: 5%;
  padding: 39px 0px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
}

.content02-item-left:after, .content02-item-center:after, .content02-item-right:after {
  content: "";
  position: absolute;
  bottom: -3.5%;
  left: 38%;
  color: #ffffff;
}

.content02-item-left:after {
  content: "最大で20名様まで着席可能な\A個室をご用意できます。";
  white-space: pre;
  left: 23%;
}

.content02-item-center:after {
  content: "6名様席の個室はゆったり\Aおくつろぎいただけます。";
  white-space: pre;
  left: 27%;
}

.content02-item-right:after {
  content: "歓送迎会、お誕生日のお食事会\Aなどにもご利用ください。";
  white-space: pre;
  left: 23%;
}

/**************コンテンツ03******************/
#content03 {
  position: relative;
  background-image: url("../images/index/bg_03.jpg");
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: round;
  padding: 250px 0 130px 0;
}

#content03:after {
  content: "";
  position: absolute;
  background-image: url("../images/index/content03-item-top.png");
  top: 0;
  right: 0;
  width: 100%;
  height: 750px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

#content03 .heading03-item {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 80px;
  letter-spacing: 2px;
  line-height: 1.8;
  z-index: 1;
  position: relative;
}

.heading_03 {
  position: relative;
  z-index: 1;
  text-align: left;
}

.heading_03:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 130%;
  left: 20.5%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content03-item-title-top, .content03-item-title-bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 200px;
}

.content03-item-title-bottom {
  margin-top: 100px;
}

.content03-item {
  width: 100%;
  text-align: center;
}

.content03-item p {
  text-align: center;
}

.content03-lunch-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 80px;
}

.content03-lunch-left {
  width: 35%;
}

.content03-lunch-left p {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 20px;
}

/**************コンテンツ04******************/
#content04 {
  position: relative;
  background-image: url("../images/index/bg_04.jpg");
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 250px 0 130px 0;
}

.heading_04 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heading_04:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 200%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content04-left {
  background-image: url("../images/index/content04-menu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content04-left .content04-price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.content04-title {
  text-align: left;
  margin-top: 40px;
}

.content04-right {
  background-image: url("../images/index/content04-menu.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.content04-right .content04-price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.content04-list-item {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}

.content04-list-item .content04-item {
  font-family: 'Sawarabi Mincho', sans-serif;
  text-align: left;
  width: auto;
  line-height: 2;
}

.content04-list-item-sp {
  display: none;
}

.content04-list-item-sp .content04-item-sp {
  display: none;
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  width: auto;
  line-height: 2;
}

/**************コンテンツ05******************/
#content05 {
  width: 100%;
}

#content05 p {
  /* letter-spacing: 2px; */
  line-height: 1.8;
}

.content05-left {
  width: 55%;
}

.content05-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content05-right {
  background-image: url("../images/index/bg_05-2.jpg");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 45%;
  padding: 200px 0 50px 0;
}

.heading_05 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
}

.heading_05:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 120%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.content05-right-sentence {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
  padding: 0 50px;
}

.content05-right-item-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}

.content05-right-item {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 20px;
}

.content05-right-item li {
  margin-left: 45%;
  padding-top: 5px;
  list-style: disc;
}

/**************コンテンツ06******************/
#content06 {
  position: relative;
  background-image: url("../images/index/bg_06.jpg");
  width: 100%;
  background-size: cover;
  padding: 250px 0 130px 0;
}

.heading_06 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.heading_06:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 150%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-wrap a {
  width: 24%;
}
.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.content06-button {
  width: 40%;
  margin: 0 auto;
  margin-top: 40px;
}
.content06-button a {
  text-align: center;
}
.content06-button a img{
  width: 100px;
  height: 100%;
}
/**************フッターコンテンツ******************/
.footer {
  position: relative;
  background-image: url("../images/common/footer-bg.jpg");
  width: 100%;
  background-size: cover;
  padding: 100px 0 0 0;
}

.footer-sns-button {
  width: 30%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.footer-access {
  font-size: 24px;
  font-size: 2.4rem;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.footer-access span a {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  font-weight: 700;
  color: #ffffff;
}

.table-layout01 table {
  width: auto;
  margin: 0 auto;
  text-align: center;
  border-top: none;
  border-bottom: none;
  margin-top: 50px;
}

.table-layout01 table th {
  width: 30%;
  padding: 15px 50px;
  background: none;
  color: #fff;
  vertical-align: top;
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: none;
}

.table-layout01 table td {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: none;
  padding: 15px 50px;
  background: none;
  color: #fff;
  text-align: left;
  font-weight: 700;
  width: 60%;
}

.table-layout01 table td a {
  color: #ffffff;
  text-decoration: underline;
}

.copyright {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  padding: 100px 0 20px 0;
}

/**************店舗情報******************/
.sub-home {
  background: url("../images/common/bg_sub.jpg");
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: block;
}

.sub-page-title {
  padding: 5% 0;
  font-weight: 700;
}

.sub-contents {
  background-image: url("../images/index/sub-bg.jpg");
  position: relative;
  width: 100%;
  background-size: contain;
  background-position: center top;
  background-repeat: round;
  display: block;
}

#sub-content01 {
  padding: 150px 0 50px;
}

.heading_07 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-bottom: 30px;
}

.heading_07:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 100%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

#sub-content02 {
  padding: 100px 0 50px;
}

.heading_08 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Sawarabi Mincho', sans-serif;
  margin-bottom: 40px;
}

.heading_08:before {
  content: "";
  position: absolute;
  background-image: url("../images/index/deco_02.png");
  bottom: 100%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.table-layout02 table {
  width: auto;
  margin: 0 auto;
  text-align: center;
  border-top: none;
  border-bottom: none;
}

.table-layout02 table th {
  width: 30%;
  padding: 5px 5px;
  background: none;
  color: #333333;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
}

.table-layout02 table td {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
  padding: 5px 10px;
  background: none;
  color: #333333;
  text-align: left;
  font-weight: 700;
  width: 60%;
}

#sub-content03 {
  padding: 100px 0 50px;
}

#sub-content03 p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 10px;
}

.tel {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.tel:before {
  content: "";
  display: block;
  padding-top: 24px;
  border-top: 1px solid #000;
  margin-left: -30px;
}

.tel:after {
  content: "";
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-left: -30px;
}

.fa-phone-alt {
  padding-right: 1%;
}

/**************ニュース、投稿ページカスタム******************/
.news-single-time {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

.news-single-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-single-inner a {
  color: #0244a7;
}

.news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.news-single-inner h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-single-inner h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: solid 2px #b9332e;
  display: inline-block;
}

.news-single-inner h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.news-single-inner strong {
  font-weight: bold;
}

.news-single-inner b {
  font-weight: bold;
}

.news-single-inner em {
  font-style: italic;
}

.news-single-inner ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

.news-single-inner ul li {
  list-style-type: disc;
  margin-left: 20px;
}

.news-single-inner img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.news-single-inner img.alignright {
  margin: 0 0 10px 10px;
  display: inline;
}

.news-single-inner img.alignleft {
  margin: 0 10px 10px 0;
  display: inline;
}

.news-single-inner .aligncenter {
  text-align: center;
}

.news-single-inner .alignright {
  float: right;
}

.news-single-inner .alignleft {
  float: left;
}

.news-single-inner .news-single-inner a {
  color: #e50012;
}

.news-single-inner .news-single-inner a:hover {
  text-decoration: underline;
}

.news-single-inner p {
  margin-bottom: 10px;
  clear: both;
}

.wp-block-image {
  margin-bottom: 0 !important;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.wp-block-image img {
  width: 100% !important;
}

.news-wrap03 {
  font-size: 20px;
  font-size: 2rem;
}

.news-wrap03 time {
  border-bottom: solid 1px #333333;
  font-weight: 700;
}

.news-wrap03 .news-article {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  display: inline-block;
  text-align: left;
  margin: 3px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-link {
  margin-top: 80px;
  text-align: center;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
}

.post-link .prev a {
  display: block;
  padding: 15px 40px;
  background: #3a3a3a;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.post-link .prev a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  left: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
}

.post-link .next a {
  display: block;
  padding: 15px 40px;
  background: #3a3a3a;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.post-link .next a:before {
  display: block;
  content: "";
  position: absolute;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  right: 7px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.post-link .next a:hover {
  opacity: 0.8;
}

.single-sns-title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.single-sns-button {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.single-sns-button p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-sns-button a {
  transition: .2s;
  font-weight: 700;
  padding-bottom: 5px;
}

.single-sns-button a:hover {
  opacity: 0.8;
  color: #333333;
}

/*WP-PageNavi調整CSS*/
.wp-pagenavi {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi span {
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 15px;
  float: left;
  border: none;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current {
  border-color: #212123;
  background: #212123;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: blod;
}

.wp-pagenavi a {
  text-decoration: none;
  border: none;
  color: #fff;
  background: #212123;
  padding: 10px 20px;
  margin: 2px;
  float: left;
}

.wp-pagenavi a:hover {
  opacity: 0.8;
  color: #fff;
  font-weight: bold;
}

/*form調整CSS*/
table input, table textarea,
select {
  padding: 15px;
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#check {
  margin: 30px auto;
  text-align: center;
}

#check p {
  font-size: 18px;
  font-size: 1.8rem;
}

#privacy {
  height: 200px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  padding: 20px;
  background: #fff;
}

#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}

#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}

#privacy dd {
  margin-bottom: 20px;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

#submit {
  width: 274px;
  margin: 20px auto;
  text-align: center;
}

#submit #confirm {
  border: none;
  width: 270px;
}

#submit input {
  cursor: pointer;
}

#submit #send {
  background: #14b314;
  color: #fff;
  width: 270px;
}

#submit #back {
  background: #ccc;
  color: #fff;
  width: 270px;
}

table input, table textarea,
select, input.wpcf7-validates-as-required {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  padding: 15px;
  box-sizing: border-box;
  webkit-box-sizing: border-box;
}

input[type="checkbox"] {
  border: 1px #CCC solid;
  padding: 5px;
  border-radius: 10px;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 3px;
}

.form, .wpcf7-textarea {
  width: 100%;
}

input[type="submit"][disabled],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #229ae7 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

input[type="checkbox"] {
  padding: 10px;
}

#submit #confirm:hover {
  background: #f55000;
  color: #fff;
}

#submit #send:hover,
#submit #back:hover {
  opacity: 0.8;
}

.wpcf7c-conf {
  background-color: #e8f0fe;
}

.wpcf7-validates-as-required {
  background: #faccd0;
}

.wpcf7-validates-as-required .wpcf7-list-item {
  margin: 0;
  padding: 10px;
  background: #faccd0;
}

span.wpcf7-list-item {
  margin-bottom: 10px;
}

span.wpcf7-list-item:first-child {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  margin-left: 10px;
}

.wpcf7-list-item-label:before {
  display: none;
}

.checkbox-item .wpcf7-list-item {
  display: block;
}

/*必須項目<span class="contact-required">必須</span>*/
.contact-required {
  padding: 2px 14px;
  display: inline-block;
  background: #a02328;
  color: #fff;
  margin-left: 15px;
  border-radius: 4px;
  float: right;
}

.contact-table th {
  overflow: hidden;
  vertical-align: middle;
}

/*確認画面の調整*/
.custom-wpcf7c-confirmed .wpcf7-validates-as-required .wpcf7-list-item {
  background: #fff;
}

.custom-wpcf7c-confirmed .wpcf7-validates-as-required {
  background: #fff;
}

.custom-wpcf7c-confirmed .wpcf7c-conf {
  background: #fff;
}

/*ローディング画面*/
.contents {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}

.loading-img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.loading-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .inner {
    padding: 0;
  }
  .main-nav-right {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-size: 1.6rem;
    width: 30%;
  }
  #content05 .flt-box02 {
    display: block;
  }
  #content05 .flt-left01 {
    width: 100%;
  }
  #content05 .flt-right01 {
    width: 100%;
  }
 #content05 .btn-wrap01 {
      margin-top: 20px;
    }
.content05-right-sentence {
  padding: 0 20px;
}
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .home-content img {
    width: 40%;
  }
  .home-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .home-contact {
    font-size: 20px;
    font-size: 2rem;
  }
  .home-attention {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
  }
  .home-attention .attention-left {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .home-attention .attention-left:after {
    display: none;
  }
  .home-attention .attention-right {
    text-align: center;
  }
  .content03-lunch-left {
    width: 100%;
  }
  #content03:after {
    background-size: cover;
  }
  /*
	ハンバーガーメニュー
	*/
  .nav-control {
    width: 10%;
    height: 90px;
    margin-left: auto;
    cursor: pointer;
    z-index: 210;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 3%;
    transition: .5s;
  }
  .is-show-sp {
    background: #333;
    right: 0;
    height: 60px;
  }
  #menu-trigger,
  #menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #menu-trigger {
    position: relative;
    width: 29px;
    height: 36px;
    margin: 0px;
    /* padding: 30px 34px; */
  }
  #menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
  }
  #menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 6px;
    transition: all .4s;
  }
  #menu-trigger span:nth-of-type(1) {
    top: 9px;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 19px;
  }
  #menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  #menu-trigger.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
  }
  .nav-control .active span {
    background-color: #fff !important;
  }
  .sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 200;
    padding: 90px 0px;
  }
  .sp-nav-list {
    border-top: solid 1px rgba(255, 255, 255, 0.7);
  }
  .sp-nav-item > a {
    color: #fff;
    font-weight: bold;
    padding: 12px 20px;
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  }
  .sp-sub-nav {
    margin-left: 0px;
    padding-left: 0px;
    margin: 0;
  }
  .sp-sub-nav-item {
    position: relative;
  }
  .sp-sub-nav-item a {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    display: block;
    padding: 12px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
    padding-left: 30px;
  }
  .sp-sub-nav-item a.arrow01:after {
    right: 22px;
  }
  .sp-contact-list {
    margin-top: 25px;
  }
  .sp-contact-tel {
    font-size: 30px;
    font-size: 3rem;
  }
  .sp-contact-tel a {
    color: #fff;
    display: block;
    text-align: center;
  }
  .sp-contact-tel a span {
    font-weight: bold;
    padding-left: 30px;
  }
  .sp-contact-mail {
    margin: 15px auto;
    text-align: center;
    width: 90%;
  }
  .sp-contact-mail a {
    padding: 15px 0;
    width: 90%;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sp-contact-mail a span {
    padding-left: 0;
  }
  .sp-contact-mail .icon-mail01:before {
    left: -33px;
  }
  .sp-contact-mail a {
    border: solid 2px #fff;
  }
  .accordion_icon-wrap {
    position: absolute;
    top: 0px;
    right: 4px;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    position: relative;
    width: 30px;
    height: 53px;
    float: right;
    margin-right: 3px;
    cursor: pointer;
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /*＋、－切り替え*/
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .sp-nav-item {
    position: relative;
  }
  .sp-sub-nav {
    display: none;
  }
  .pc-nav {
    display: none;
  }

}

@media only screen and (max-width: 767px) {
  body {
    max-width: 100%;
    min-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-only02 {
    display: block !important;
  }
    .btn02 {
      display: inline-block;
      padding: 15px 20px;
      max-width: 400px;
      width: 100%;
    }
  img {
    max-width: 100%;
    height: auto;
  }
  .flt-box,
  .flt-box02 {
    display: block;
  }
  .flt-left01,
  .flt-right01 {
    width: 100%;
  }
  .flt-right02,
  .flt-left02,
  .flt-right03,
  .flt-left03,
  .flt-right04,
  .flt-left04,
  .flt-right05,
  .flt-left05,
  .flt-left06,
  .flt-right06,
  .flt-left07,
  .flt-right07,
  .flt-left08,
  .flt-right08 {
    width: 100%;
  }
  .flt-left01,
  .flt-left02,
  .flt-left03,
  .flt-left04,
  .flt-left05,
  .flt-left06,
  .flt-right07,
  .flt-right08 {
    margin-bottom: 15px;
  }
  .flt-box {
    margin-bottom: 20px;
  }
  .mb_20 {
    margin-bottom: 10px;
  }
  .mb_30 {
    margin-bottom: 15px;
  }
  .mb_40 {
    margin-bottom: 20px;
  }
  .mt_40 {
    margin-top: 20px;
  }
  .mb_60 {
    margin-bottom: 30px;
  }
  .text-center02 {
    text-align: left;
  }
  .hidden-xs {
    display: none;
  }
  .inner {
    width: 92%;
    margin: 0 auto;
  }
  .btn-wrap {
    margin-top: 20px;
  }
  .btn-wrap01 {
    margin-top: 25px;
  }
  .btn-wrap02 {
    margin-top: 15px;
  }
  .btn01, #submit #confirm, #submit #send, #submit #back {
    padding: 20px;
    width: 100%;
  }
  .heading01 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .heading02 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .heading03 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .heading04 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
  .heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  .heading06 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*WPのシングルページ調整CSS*/
  .news-single-inner h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .news-single-inner h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .news-single-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-single-inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .news-single-inner ol li {
    margin-left: 10px;
  }
  .news-single-inner ul li {
    margin-left: 10px;
  }
  .news-single-inner img.alignright {
    margin: 0;
    display: block;
  }
  .news-single-inner img.alignleft {
    margin: 0;
    display: block;
  }
  .news-single-inner .alignright {
    float: none;
  }
  .news-single-inner .alignleft {
    float: none;
  }
  .news-single-inner img {
    width: 100%;
    margin: 10px 0 !important;
  }
  .sub-title {
    padding: 30px 10px 30px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 4px;
  }
  .sub-title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*tableタグ調整用*/
  table th {
    width: auto;
    display: block;
    padding: 0.7em;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  table td {
    width: auto;
    display: block;
    padding: 0.7em;
    border-right: none;
    padding: 0.7em 0;
  }
  /*アクセスマップ用*/
  .access-map {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
  }
  .access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*form調整用*/
  table input, table textarea,
  select {
    padding: 18px 10px;
  }
  span.wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .wpcf7-validates-as-required span.wpcf7-list-item {
    background: rgba(230, 0, 18, 0.2);
    padding: 5px;
  }
  .mt_100 {
    margin-top: 50px;
  }
  .home {
    display: none;
  }
  .sp-home {
    display: block;
    background-image: url("../images/common/bg_top-sp.jpg");
    min-height: initial;
    height: calc( 100vh - 0px) !important;
    position: relative;
  }
  .home-content {
    padding-top: 18vh;
  }
  .home-attention {
    margin-top: 20px;
    width: 85%;
  }
  .heading_02:before, .heading_03:before, .heading_04:before, .heading_05:before, .heading_06:before {
    bottom: 150%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -20px;
  }
  .heading_03:before {
    left: 20.5%;
    bottom: 130%;
  }
  .heading_05:before {
    bottom: 120%;
  }
  #content01 {
    padding: 120px 0 50px 0;
  }
  .heading_01 {
    text-align: center;
  }
  .heading_01:before {
    right: 50%;
    top: -80px;
    margin-right: -25px;
    padding: 25px;
    background-size: contain;
  }
  .heading_01:after {
    display: none;
  }
  .vertical {
    writing-mode: initial;
    text-orientation: upright;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 2px;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #content02 {
    padding: 120px 0 50px 0;
  }
  #content02 p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
  #content02 .content02-text-01, #content02 .content02-text-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content02-item-left:after, .content02-item-center:after, .content02-item-right:after {
    bottom: -3%;
  }
  .content02-item-left:after {
    left: 28%;
  }
  .content02-item-center:after {
    left: 28%;
  }
  .content02-item-right:after {
    left: 26%;
  }
  #content03 {
    padding: 70% 0 50px 0;
  }
  #content03:after {
    width: 100%;
    height: auto;
    padding: 45%;
    background-size: contain;
  }
  #content03 .heading03-item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 50px;
  }
  .content03-item {
    margin-top: 40px;
  }
  .content03-item dt {
    margin-top: 20px;
  }
  .content03-item-title-top {
    margin: 0 auto;
    margin-top: 50px;
    width: 50%;
  }
  .content03-item-title-bottom {
    margin: 0 auto;
    margin-top: 50px;
    width: 55%;
  }
  .content03-item-block {
    margin: 0 auto;
  }
  .content03-lunch-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .content03-lunch-left {
    width: 100%;
  }
  .content03-lunch-left p {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 5px;
  }
  #content04 {
    padding: 120px 0 50px 0;
  }
  .content04-title {
    margin-top: 20px;
  }
  .content04-list-item {
    display: flex !important;
    width: 100%;
  }
  .content04-left, .content04-right {
    padding: 30px 10px;
  }
  .content04-img-left {
    width: 25%;
    margin: 0 auto;
  }
  .content04-img-right {
    width: 32%;
    margin: 0 auto;
  }
  .content05-right-sentence {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
    padding: 0px 10px;
  }
  .content05-right {
    background-image: url(../images/index/bg_05-2.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 120px 0 50px 0;
  }
  .content05-left {
    width: 100%;
  }
  .content05-right-item-title {
    margin-top: 30px;
  }
  .content05-right-item li {
    margin-left: 40%;
  }
  .heading_05 {
    padding: 0 10px;
  }
  #content06 {
    padding: 120px 0 50px 0;
  }
  .heading_06 {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
.news-wrap a {
  width: 48%;
}
  .content06-button {
    width: 100%;
    display: flex !important;
    margin-top: 30px;
  }
  .content06-button a {
    width: 20%;
  }
  .footer {
    padding: 50px 0 0 0;
  }
  .footer-access {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-access span a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .footer-logo {
    width: 50%;
    margin: 0 auto;
  }
  .footer-sns-button {
    width: 50%;
    display: flex !important;
    margin-top: 20px;
    text-align: center;
  }
  .footer-sns-button a {
    width: 30%;
  }
  .table-layout01 table {
    margin-top: 20px;
  }
  .table-layout01 table th {
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px;
    text-decoration: underline;
  }
  .table-layout01 table td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
  }
  .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 50px 0 20px 0;
  }
  .sp-tel {
    position: fixed;
    bottom: 3%;
    left: 3%;
    display: inline-block;
    padding-left: 6px;
    line-height: 90px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #333333;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1000;
  }
  .sp-tel a {
    color: #fff;
    text-align: center;
    align-items: center;
  }
  .sp-tel:before {
    content: "";
    position: absolute;
    bottom: 53px;
    right: -18px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #333333;
    z-index: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #sub-content01 {
    padding: 50px 0 50px;
  }
  #sub-content02 {
    padding: 30px 0 50px;
  }
  #sub-content03 {
    padding: 30px 0 50px;
  }
  .heading_08 {
    margin-bottom: 20px;
  }
  .heading_07, .heading_08 {
    font-size: 30px;
    font-size: 3rem;
  }
  .heading_07:before, .heading_08:before {
    bottom: 100%;
    left: 50%;
    width: 30%;
    padding: 6%;
    height: auto;
    margin-left: -6%;
  }
  .table-layout02 table th {
    width: 100%;
    text-align: center;
    padding: 15px 0px 0px;
    text-decoration: underline;
  }
  .table-layout02 table td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
  }
  .sub-page-title {
    padding: 10% 0;
    margin-top: 0 !important;
  }
  .tel {
    font-size: 30px;
    font-size: 3rem;
    width: 80%;
    margin: 0 auto;
  }
  .single-sns-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-item img {
    height: 150px;
  }
}

@media only screen and (max-width: 450px) {
  .content03-item-title-top {
    margin-top: 30px;
    width: 55%;
  }
  .content03-item-title-bottom {
    margin-top: 30px;
    width: 65%;
  }
  .content03-item {
    margin-top: 10px;
  }
  .content03-lunch-title {
    margin-top: 10px;
  }
  .content04-img-left {
    width: 30%;
  }
  .content04-img-right {
    width: 39%;
  }
  .content04-list-item {
    display: none;
  }
  .content04-list-item .content04-item {
    display: none;
  }
  .content04-list-item-sp {
    display: grid;
    width: 100%;
  }
  .content04-list-item-sp .content04-item-sp {
    display: block;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    width: auto;
    line-height: 2;
  }
    .news-item img {
      height: 120px;
    }
}

@media only screen and (max-width: 320px) {
  .sp-only03 {
    display: block !important;
  }
}

@media print {
  /* デフォルト */
  body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    color: #000;
    -webkit-print-color-adjust: exact !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  h1, h2, h3, h4, h5, h6,
  section {
    page-break-after: avoid !important;
    /* 直前で改ページさせる */
    page-break-before: avoid !important;
    /* 直後で改ページさせる */
  }
  p {
    orphans: 3;
    widows: 3;
  }
  /* 個別 */
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
