@charset "utf-8";

/*レイアウト*/

/* ヘッダー（index）
------------------------------------- */

.mt20 {
  margin-top: 20px;
}

/* 共通
------------------------------------- */
:root {
  ---color-orange: #ea8307;

  --color-pink: #e9609e;
}
.grecaptcha-badge {
  visibility: hidden;
}

* {
  padding: 0;
  margin: 0;
}
/* 5 Columns */

.col-15,
.col-sm-15,
.col-md-15,
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}

#header #gNavi .nav a.u-txt_letterSpace {
  letter-spacing: 0.01em;
}
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  margin-bottom: 70px;
}

/*横揺れ対策*/

body {
  padding: 0;
  margin: 0;
}

.txt_sm {
  font-size: 1rem;
}

.wrap {
  font-size: 0;
}
.inline-block {
  display: inline-block;
  font-size: 1rem;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

/* i {
  padding-right: 5px;
} */

ul {
  padding: 0;
}

p {
  color: #000;
}

a {
  color: #78512b;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.6;
}

.m_color {
  color: var(---color-orange);
}

.f_small {
  font-size: 90%;
}

.bold {
  font-weight: bold;
}

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

.bnr {
  margin-right: 0;
  margin-left: 0;
}

.bnr a {
  padding: 3px;
}

.bnr img {
  border: 1px solid #9e9e9e;
  outline-offset: -1px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    font-family:
      "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro";
  }
  body.open {
    overflow-y: hidden;
    position: fixed;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #wrapper .inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }
}

/*共通装飾*/

h2,
h3 {
  font-family:
    "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  font-weight: 600;
}

h2.ttl {
  margin: 20px 0 2.5rem;
  font-size: 1.5rem;
  line-height: 1.55;
  text-align: center;
  /* padding-bottom: 25px; */
  /* background: url(../images/page/h2_ttl_gr.png) no-repeat center bottom; */
  letter-spacing: 1px;
  color: #e9609e;
}

h4 {
  background: #e9609e;
  margin-bottom: 30px;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.head_wrap {
  margin: 20px 0 50px;
}
.co_gr {
  color: #e9609e;
  padding-right: 5px;
}

.photo_img img {
  width: 100%;
  height: auto;
}

.TXT-XXL {
  font-size: 1rem;
  line-height: 120%;
}

.subttl {
  font-size: 1rem;
  color: #44b034;
}

li {
  list-style: none;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px;
}

.box .inner_noborder {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: none;
}
.mt30 {
  margin-top: 30px;
}

.pd20 {
  padding: 20px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.marker {
  background: -webkit-linear-gradient(transparent 70%, #fff13c 70%);
  background: -o-linear-gradient(transparent 70%, #fff13c 70%);
  background: linear-gradient(transparent 70%, #fff13c 70%);
}

.marker_g {
  background: -webkit-linear-gradient(transparent 40%, #bfed5c70 70%);
  background: -o-linear-gradient(transparent 40%, #bfed5c70 70%);
  background: linear-gradient(transparent 40%, #bfed5c70 70%);
}

.pb20 {
  padding-bottom: 20px;
}

.TXT-LL {
  font-size: 1rem !important;
}

.t-bl {
  color: #78512b;
}

.t-gr {
  color: #e9609e;
}

.t-or {
  color: #78512b;
}

.indent1 {
  padding-left: 15px;
  text-indent: -10px;
  margin-left: 5px;
}
p {
  line-height: 1.6;
  margin-bottom: 10px;
}

span.tag {
  background: #f1ebb1;
  padding: 0 5px;
  font-size: 0.6rem;
  color: #78512b;
  vertical-align: 2px;
  margin-left: 3px;
}

/*付箋*/

.fusen-ttl {
  width: auto;
  font-size: 1.3rem;
  padding: 13px 13px 10px;
  line-height: 1.6;
  background: #faecf2;
  border-right: 5px solid #e9609e;
  box-shadow: 5px 4px 6px -2px #cccccc;
  -moz-box-shadow: 5px 4px 6px -2px #cccccc;
  -webkit-box-shadow: 4px 4px 4px -2px #cccccc;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: normal;
}

.sub_catch {
  font-size: 1.1rem;
  color: #e9609e;
  font-weight: bold;
  line-height: 1.4;
}
.subcatch {
  font-size: 1rem;
  text-align: center;
}

.point_disc {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .TXT-XXL {
    font-size: 1rem;
    line-height: 120%;
  }
  .TXT-XL {
    font-size: 1rem;
  }

  .box .inner {
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
  }
  .box {
    padding: 30px 0 0;
  }
  .sub_catch {
    font-size: 1rem;
  }
  .left {
    text-align: left;
    padding: 0;
  }
  .box {
    padding: 20px 0;
  }
  .TXT-XL {
    font-size: 1.2rem !important;
    line-height: 1.6;
    text-align: left;
  }
  .social_img {
    text-align: center;
    padding: 30px 0;
  }
  .fusen-ttl {
    width: 100%;
    margin-bottom: 0;
    height: auto;
    line-height: 1;
  }
  h3 .fusen-ttl {
    text-align: center;
  }

  h3 {
    margin: 20px 0 20px;
  }
  .fusen-ttl {
    font-size: 1rem;
    padding: 10px;
    background: #f8ae32;
    border: none;
    box-shadow: none;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
}

/*ヘッダー*/

#home header#top {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

#header {
  width: 100%;
  background: #fff;
  font-family:
    "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro";
  border-top: 5px solid #e9609e;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  position: relative;
  z-index: 9999999;
}

#header .inner {
  max-width: 1350px;
  padding: 0;
  margin-bottom: 10px;
}

#home #header .inner {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #header nav ul li.contact a {
    padding: 15px 20px 15px;
  }
  #header nav ul li.contact a {
    background: #fff;
    color: #f09dc1;
  }
  #header nav ul li.contact {
  }
}
@media screen and (max-width: 768px) {
  #header .inner {
    padding: 0;
  }
  #header h1 {
    font-size: 1rem;
    margin: 5px 0;
  }
  #header .logo img {
    padding: 0;
  }

  #header.fixed .logo img {
    margin-top: 0;
  }

  #header nav ul li i.fa-envelope {
    color: #f09dc1;
  }
}

/*固定ヘッダー*/

#header.fixed {
  position: fixed;
  z-index: 2000;
  transition: all 0.5s ease-out;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}

/* #header.fixed #gNavi li {
  padding: 5px 15px 0;
} */

/* #header.fixed #gNavi li a i {
  display: none;
} */

/*ロゴ・*/

#header .logo {
  text-align: center;
  padding-left: 5px;
}

#header .logo img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  max-height: 57px;
}

#header .logo img {
  width: 100%;
}

#header .headerwrap {
  margin: 0 auto;
}

/*グローバルナビ*/
.nav {
  justify-content: right;
}
#header #gNavi {
  padding: 10px 0 0 0;
}

#header #gNavi li {
  display: inline-block;
  float: left;
  text-align: center;
  padding: 8px 10px 0;
  /* width: 20%; */
}

#header #gNavi li a {
  width: auto;
  font-size: 0.95rem;
  font-weight: bold;
  vertical-align: bottom;
  color: #000;
}

#header #gNavi li a i {
  color: #e9609e;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}

/*gnav コンタクト*/

#header .contact .nav6 {
  background: orange;
  padding: 8px 5px;
  border-radius: 0 0 5px 5px;
  font-weight: bold;
  text-align: center;
}

#header .contact .nav6 a {
  color: #fff;
  vertical-align: -2px;
}

#header .contact .nav6 a i {
  color: #fff;
  display: inline;
  font-size: 1rem;
  vertical-align: 0;
}

#header #gNavi li {
  padding: 10px 1.5rem 0 0;
}
/* #header.fixed #gNavi li {
  padding: 10px 16px 0 0;
} */

#header #gNavi li {
  text-align: center;
}
#header #gNavi li a i {
  color: #e9609e;
  font-size: 1.2rem;
  display: block;
}

#header #gNavi li a {
  line-height: 0.95;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  #gNavi {
    line-height: 1.2;
  }

  #header #gNavi li {
    padding-right: 13px;
    line-height: 1;
  }

  #header .contact .nav6 {
    padding: 5px;
  }
  #header .contact .nav6 a {
    font-size: 1rem;
  }

  #header #gNavi li a {
    width: auto;
    font-size: 1rem;
  }
  #header #gNavi li {
    padding-right: 10px;
    width: 33.33%;
    height: 80px;
    margin-bottom: 10px;
  }
}

/*アコーディオン*/

#header #gNavi .nav > li {
  position: relative;
}

#header #gNavi .nav a {
  display: block;
  z-index: 1;
}
#header #gNavi .nav .has-sub {
  flex-flow: row wrap;
}
#header #gNavi .nav .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 4em;
  width: 100%;
  z-index: 3000;
  padding: 10px;
}
#header #gNavi .nav .sub > li {
  margin-bottom: 0;
  background-color: #8e6845;
  width: 100%;
  padding: 0;
}
#header #gNavi .nav .sub > li:hover {
  background-color: #694829;
  padding: 0;
}
#header #gNavi .nav .sub > li > a {
  font-size: 0.95rem;
  color: #fff;
  display: block;
  padding: 10px 0;
}
#header #gNavi .nav .sub > li > a:hover {
  opacity: 1;
  padding: 10px 0;
}

#header.fixed #gNavi .nav .sub {
  top: 1.8em;
}

/*フッター*/

#footer-upper {
  width: 100%;
  background: #f076aa;
  padding: 15px 0;
}

ul.footerNavi {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
}

ul.footerNavi li {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 1rem;
  letter-spacing: normal;
  padding: 3px 10px;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

ul.footerNavi li a {
  color: #fff;
  font-size: 0.9rem;
}

ul.footerNavi li a i {
  font-size: 1rem;
  padding: 0 5px;
  color: #f3f3b5;
}

#footer-lower {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.footer-info {
  padding-left: 1em;
  text-indent: -1em;
}

.footer-btn a.siryou {
  width: 100%;
  background: #ff6f00;
  display: block;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
  margin: 5px auto;
  color: #ffffff;
  border-radius: 6px;
  -moz-border-radius: 6px / 6px;
  -webkit-border-radius: 6px / 6px;
}

.footer-btn a.rec_bnr img {
  width: 100%;
}

.f_tellink a {
  color: #ff6f00;
}

.footer-info p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.footer-info .telnum {
  margin: 0;
}

.footer-info .telnum .f_tellink {
  color: #ff6f00;
  font-weight: bold;
  padding: 10px 0 0 15px;
}

#footer-lower .footer-info .rectime {
  line-height: 1.6;
  margin: 0;
  text-indent: 0;
}

#footer .comlogo a {
  padding-bottom: 15px;
  display: block;
  width: 200px;
}

#footer .comlogo a img {
  display: block;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  padding: 20px 0;
}

.f_logo {
  max-width: 260px;
  width: 80%;
}

.logo_oc {
  max-width: 260px;
  width: 100%;
}

.logo_ag {
  max-width: 260px;
  width: 100%;
}

/*サービスバナー*/

.service_bnr a:hover img {
  opacity: 0.8;
}

.service_bnr a img {
  transition: opacity 0.5s ease-out;
}

/*ページトップ*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  display: block;
  color: #e9609e;
}

#page-top a:hover {
  color: #f076aa;
}

/*パンくずリスト*/

#breadcrumb {
  font-size: 0.8rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

#news#breadcrumb {
  margin: 40px auto;
}

#breadcrumb li {
  float: left;
  margin-right: 15px;
  line-height: 40px;
  list-style: none;
  color: #666;
}

@media screen and (max-width: 768px) {
  #breadcrumb {
    height: 15px;
    margin: 10px auto;
  }
}

/*ページナビ*/

.wp-pagenavi {
  font-size: 0.8rem;
  display: block;
  clear: both;
  padding: 30px 0;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
  padding: 6px 9px 6px 9px;
  margin: 3px;
  text-decoration: none;
  border: 1px solid #c8c8c2;
  background: #fcfcfc;
  color: #999;
}

.wp-pagenavi a:hover {
  border: 1px solid #a7a7a3;
  color: #444;
}

.wp-pagenavi span.pages {
  padding: 6px 9px 6px 9px;
  margin: 3px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #999;
  border: none;
}

.wp-pagenavi span.current {
  padding: 6px 9px 6px 9px;
  margin: 3px;
  text-decoration: none;
  border: 1px solid #a7a7a3;
  background: #fcfcfc;
  font-weight: bold;
  color: #444;
}

.wp-pagenavi span.extend {
  padding: 6px 9px 6px 9px;
  margin: 3px;
  text-decoration: none;
  border: 1px solid #c8c8c2;
  background: #fcfcfc;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

/*ポイントイメージ*/

.pointImg {
  text-align: center;
  padding: 30px 0;
}

.pointImg li {
  display: inline-block;
  padding: 50px 5px 5px 0;
  color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  vertical-align: top;
  margin: 0 15px 20px 0;
  font-weight: bold;
}
.pointImg li:first-child {
  background: rgb(0, 135, 209);
}

.pointImg li:nth-child(2) {
  background: rgb(0, 170, 209);
}

.pointImg li:nth-child(3) {
  background: rgb(59, 198, 198);
}

.pointImg li:nth-child(4) {
  background: rgb(134, 190, 84);
}

.pointImg li:nth-child(5) {
  background: rgb(233, 195, 58);
}

/*コンテントボックス*/

.contents-box {
  margin: 40px auto;
  width: 100%;
  padding: 30px 40px;
  border: 2px solid #f28eb6;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px / 10px;
  -webkit-border-radius: 10px / 10px;
}

.line-bl {
  border: 2px solid #8ec31e !important;
}

.top_point h3 .new_mark {
  font-size: 1rem;
  background: #f9c818;
  padding: 1px 3px;
  vertical-align: 2px;
  margin-left: 5px;
}

/*ラインでお問合せ*/

#line.contact h3 i {
  font-weight: normal;
  color: #fff;
  padding-left: 5px;
}

#line.contact h3 span {
  color: #fff;
}

/*line*/
.line_wrap {
  height: auto;
  background: #00bb00;
  padding: 15px 10px 0;
  color: #fff;
  margin-top: 10px;
}

/*line*/
.line_wrap h3 img {
  width: 100%;
}

.row .line_wrap figure {
  margin: 0;
}

.line_wrap img {
  width: 100%;
  height: auto;
}
.freand_btn {
  border: 1px solid #fff;
  display: inline-block;
}

.freand_btn img {
  display: block;
}

/*ラインでお問合せここまで*/

#f_content h2 {
  color: #f076aa;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 40px;
}

#f_content .section-heading {
  text-align: center;
}

#f_content .section-heading p {
  margin-top: 0;
}

#f_content .subcatch {
  text-align: center;
  margin: 0 0 20px 0;
}

#f_content {
  background: #f9f5c9;
}

#f_content .inner p {
  text-align: center;
}

#f_content .station h3 {
  padding: 0;
  margin: 15px 0 8px;
  text-align: center;
  color: #f076aa;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #f076aa;
}

#f_content .tx_gt {
  color: #f076aa;
}

#f_content .line_wrap h3 {
  margin-top: 0;
}

#f_content .line_wrap p {
  color: #fff;
  text-align: left;
  line-height: 1.4;
  font-size: 0.9rem;
}

#f_content .m0a div {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #f076aa;
}

#f_content .m0a a {
  color: #000;
  width: 50%;
  float: left;
  line-height: 1.4;
  margin-bottom: 20px;
}

#f_content .m0a p {
  padding-bottom: 5px;
  margin: 0;
  line-height: 1.2;
}

#f_content .m0a i {
  font-size: 1.3rem;
}

.f_telnum {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff6f00;
  padding: 10px;
  border-radius: 15px;
}

.f_mail {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff6f00;
}

.bistime {
  text-align: center;
  font-size: 1rem;
}

#f_content .m0a p.right {
  width: 50%;
  display: inline-block;
  line-height: 1.4;
  float: left;
}

/*コピーライト*/

.copyright {
  background: #10040a;
  color: #fff;
  padding: 0;
}

.copyright .inner {
  padding: 10px 0;
}

.page-section h2.section-heading {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 40px;
  color: #3eb134;
}

#f_content .station .right {
  text-align: center;
  width: 50%;
  float: left;
}

img.mainphoto {
  width: 100%;
  max-width: 1350px;
  height: 100%;
}

/*フローティング*/

.floating {
  position: fixed;
  left: 0;
  bottom: 50px;
  display: none;
  z-index: 999;
}
.floating a {
  display: block;
  color: #fff;
  background: #09a109;
  padding: 8px;
  text-decoration: none;
  opacity: 0.9;
  font-size: 0.7rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.floating i {
  font-size: 2rem;
  padding-left: 15px;
  padding-bottom: 3px;
}
.floating a:hover {
  opacity: 1;
}

/*フッター、レスポンシブ*/
@media screen and (max-width: 1200px) {
  #wrapper .inner {
    padding-inline: 20px;
  }
  ul.footerNavi li {
    margin-bottom: 10px;
  }

  ul.footerNavi li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #f_content {
    background: #f9f7d9;
  }
  .f_telnum {
    font-size: 1.3rem;
  }
  .f_mail {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .f_telnum {
    font-size: 1.3rem;
  }
  .f_mail {
    font-size: 1.3rem;
  }
}

/*スマホメニュー*/
/*メニュー部分*/
@media screen and (max-width: 992px) {
  #header {
    border-top: 2px solid #e9609e;
  }
  #header .inner {
    padding: 5px 0;
    border-bottom: none;
  }
  /* #header.fixed {
    background: none;
  } */
  #header.fix .inner {
    height: 0;
  }
  /* #header.fixed .logo img {
    display: none;
  } */
  #header .logo img {
    margin-top: 3px;
    width: auto;
  }

  #header h1 {
    margin: 0;
    width: 200px;
    max-height: 60px;
  }
  #header {
    height: 80px;
    display: block;
    padding-bottom: 5px;
  }

  #header h1 img {
    margin: 0;
    position: absolute;
    width: 200px;
    height: auto;
    left: 0;
    top: 0;
  }
  #header nav ul li a {
    display: block;
    color: #fff;
    padding: 15px 0 15px;
    font-weight: bold;
    font-size: 0.875rem;
    text-align: left;
  }
  #header nav ul li a i {
    padding-right: 10px;
  }

  #nav_toggle {
    display: block;
  }

  #header nav#sp_nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100dvh;
    background: #da83a8;
    left: 0;
    overflow-y: auto;
  }
  #header nav#sp_nav ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 20px;
  }

  #header .open nav#sp_nav ul {
    z-index: 9999;
  }

  #header nav ul li {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #000;
    list-style: none;
  }
  #header nav ul li.contact {
    border: none;
    margin-top: 32px;
  }
  #header nav ul li.contact:last-child {
    margin-top: 16px;
  }
  #header nav ul li.contact svg {
    width: 14px;
    fill: #f09dc1;
  }
  .corpform-link {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3000;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: "Quicksand", Arial, sans-serif;
  }
  #nav_toggle div {
    position: relative;
    z-index: 4000;
  }
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #e9609e;
    position: absolute;
    width: 100%;
    left: 5%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
  #nav_toggle span:nth-child(4) {
    top: 27px;
    border: none;
    height: 0;
    font-size: 13px;
    text-align: center;
  }
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: rgba(255, 255, 255, 0);
    background: #fff;
  }

  .open #nav_toggle span:nth-child(4) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: rgba(255, 255, 255, 0);
    background: #fff;
  }
  .row .line_wrap .t_center img {
    width: 100%;
  }
}

/*フッター*/

@media screen and (max-width: 768px) {
  .footer-info {
    text-align: left;
  }
  .row .line_wrap {
    padding: 5px;
  }
  .row .line_wrap img {
    width: 100%;
  }
  .row .line_wrap h3 {
    margin-bottom: 10px;
  }
  .freand_btn {
    display: flex;
    margin: 5px 0 10px 0;
  }
  #f_content .m0a p.right {
    width: 100%;
    display: inline-block;
    line-height: 1.4;
    float: left;
    margin-bottom: 10px;
  }
  #f_content {
    padding: 0;
  }
  #f_content h2 {
    font-size: 1.2rem;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  #f_content .section-heading p {
    text-align: left;
    padding: 10px;
  }
  #f_content .m0a a {
    width: 100%;
    float: none;
  }
  .f_telnum,
  .f_mail {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 15px;
  }
  #f_content .m0a p {
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-align: left;
  }
  #f_content .station .right {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 1rem;
  }
  .thumbnail-item {
    width: 50%;
  }
  #footer-lower .row {
    text-align: center;
  }
  .footer-info {
    text-align: center;
  }
  ul.footerNavi li {
    border: none;
  }
  ul.footerNavi {
    text-align: left;
  }
  ul.footerNavi li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #f5d5e3;
    padding-left: 4px;
  }

  .contents-box {
    margin: 20px auto;
    padding: 20px;
  }
  .copyright {
    background: #10040a;
    color: #fff;
    padding: 10px 0;
  }

  .copyright .inner {
    padding: 0 10px;
  }

  .line_wrap div div {
    text-align: center;
  }
  .line_wrap img {
    width: 100px;
    height: auto;
    display: inline;
  }
  .line_wrap h3 {
    margin-top: 0;
  }
  #f_content .inner {
    padding: 20px;
  }
  #f_content .inner p.subcatch {
    text-align: left;
    font-size: 1rem;
  }
  #f_content .m0a p {
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    line-height: 1.2;
  }
  #f_content .m0a p.mb20 {
    font-size: 1rem;
    line-height: 1.4;
  }
  #f_content .m0a p.right {
    width: 100%;
    display: inline-block;
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  #f_content .m0a a {
    text-align: center;
  }
  .row .line_wrap {
    padding: 20px;
  }

  .row .line_wrap img {
    width: 120px;
    text-align: center;
    margin: 0 auto;
  }
  #footer .comlogo a {
    padding-bottom: 15px;
    width: 100%;
  }
  #footer-lower .footer-info .rectime {
    margin-bottom: 15px;
  }
  #thumbnail-list {
    flex-wrap: wrap;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #wrapper .inner {
    padding-inline: 20px;
  }
  #footer .inner {
    padding: 10px;
  }
}

.rec_btn a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 80px;
  top: 18px;
  padding: 5px 8px;
  border: 2px solid #e9609e;
  border-radius: 5px;
  color: #fff;
  background: #e9609e;
  font-weight: bold;
}

/* .fixed .rec_btn a {
  display: none;
} */
