@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: YuGothic,  "ヒラギノ角ゴ ProN W3",  Hiragino Kaku Gothic ProN,  Arial,  "メイリオ",  Meiryo,  sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #333333;
  -webkit-transition: background .25s, color .25s, opacity .25s;
  -o-transition: background .25s, color .25s, opacity .25s;
  transition: background .25s, color .25s, opacity .25s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.link-sp {
  pointer-events: none;
}
@media only screen and (max-width: 1080px) {
  .link-sp {
    pointer-events: auto;
  }
}

.link-underline {
  text-decoration: underline;
}

.anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -95px;
  }
}

/* Main */
main {
  padding-top: 115px;
}
@media only screen and (max-width: 1080px) {
  main {
    padding-top: 75px;
  }
}

.content-980 {
  width: 92%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pad5070 {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 750px) {
  .pad5070 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .pad60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.btn {
  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: 60px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .btn {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 400px) {
  .btn {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.btn-big {
  height: 80px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  border-radius: 12px;
}
@media only screen and (max-width: 750px) {
  .btn-big {
    height: 75px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.btn-square {
  font-size: 1.6rem;
  line-height: 2.6rem;
  height: 50px;
  padding: 0 15px;
  border-radius: 8px;
}

.btn-orange {
  color: #fff;
  background-color: #FF6B0F;
}

.btn-white {
  color: #FF6B0F;
  background-color: #fff;
}

.btn-orange-light {
  color: #fff;
  background-color: #FF900F;
}
.btn-orange-light .bg-white {
  font-size: 2rem;
  line-height: 2rem;
  margin-right: 12px;
  padding: 15px;
  color: #F56022;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .btn-orange-light .bg-white {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.btn-arrow-right-big {
  background-image: url("/fukagawa/assets/images/commons/btn-arrow-right-white-big.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 15px 30px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-right-big {
    background-size: 5px 10px;
  }
}

.btn-arrow-right {
  background-image: url("/fukagawa/assets/images/commons/btn-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px 20px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-right {
    background-size: 5px 10px;
  }
}

.txthead-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box {
    margin-bottom: 25px;
  }
}
.txthead-box .txthead40 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 600;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .txthead-box .txthead40 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead40 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.txthead-box .txthead-center {
  text-align: center;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  header {
    background-color: transparent;
  }
}
header .header-top-bg {
  color: #fff;
  background-color: #FF6B0F;
}
@media only screen and (max-width: 1080px) {
  header .header-top-bg {
    background-color: transparent;
    background-image: url("/fukagawa/assets/images/commons/bg-header-sp.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 512px;
  }
}
header .header-top-bg .header-top {
  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: 50px;
}
@media only screen and (max-width: 1080px) {
  header .header-top-bg .header-top {
    height: 80px;
  }
}
header .header-top-bg .header-top .logo {
  display: block;
}
header .header-top-bg .header-top .logo p {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-weight: 600;
  font-weight: bold;
}
header .header-top-bg .header-top .logo .logo-title {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 7px;
}
@media only screen and (max-width: 1080px) {
  header .header-top-bg .header-top .logo .logo-title {
    font-size: 1.6rem;
  }
}
header .header-top-bg .header-top .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  header .header-top-bg .header-top .tel {
    display: none;
  }
}
header .header-top-bg .header-top .tel .icon {
  max-width: 24px;
  min-width: 24px;
  margin-right: 7px;
}
header .header-top-bg .header-top .header-icon {
  display: none;
}
@media only screen and (max-width: 1080px) {
  header .header-top-bg .header-top .header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-top-bg .header-top .header-icon li a {
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
header .header-top-bg .header-top .header-icon li a .icon {
  height: 30px;
}
@media only screen and (max-width: 750px) {
  header .header-top-bg .header-top .header-icon li a .icon {
    height: 25px;
  }
}
header .header-top-bg .header-top .header-icon li a .icon img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 30px;
}
@media only screen and (max-width: 750px) {
  header .header-top-bg .header-top .header-icon li a .icon img {
    height: 25px;
  }
}
header .header-top-bg .header-top .header-icon li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  header .header-top-bg .header-top .header-icon li + li {
    margin-left: 15px;
  }
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
}
@media only screen and (max-width: 1080px) {
  header .header-menu {
    display: none;
  }
}
header .header-menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-menu ul li {
  width: 25%;
  position: relative;
}
header .header-menu ul li a {
  display: block;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
}
header .header-menu ul li + li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 16px;
  background-color: #707070;
}

/* Menu Responsive */
.menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: #fff;
  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;
}
.menu-responsive .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-image: url("/fukagawa/assets/images/commons/bg-header-sp.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 512px;
}
.menu-responsive .header-bg .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}
.menu-responsive .header-bg .header .logo {
  display: block;
  max-width: 180px;
  min-width: 180px;
}
@media only screen and (max-width: 400px) {
  .menu-responsive .header-bg .header .logo {
    max-width: 165px;
    min-width: 165px;
  }
}
.menu-responsive .header-bg .header .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-responsive .header-bg .header .header-icon li a {
  width: 40px;
  display: block;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}
.menu-responsive .header-bg .header .header-icon li a .icon {
  height: 25px;
}
.menu-responsive .header-bg .header .header-icon li a .icon img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 25px;
}
.menu-responsive nav ul li {
  padding: 20px 0;
}
.menu-responsive nav ul li a {
  display: table;
  padding: 5px 30px 5px 0;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-weight: bold;
  color: #FF6B0F;
  background-image: url("/fukagawa/assets/images/commons/btn-circle-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
}
.menu-responsive .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 0;
  background-image: url("/fukagawa/assets/images/commons/bg-footer-sp.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 512px;
}
.menu-responsive .footer-bg .footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .footer-bg .footer ul li {
  width: 50%;
}
.menu-responsive .footer-bg .footer ul li .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 400px) {
  .menu-responsive .footer-bg .footer ul li .tel {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.menu-responsive .footer-bg .footer ul li .tel span {
  margin-right: 5px;
}
@media only screen and (max-width: 400px) {
  .menu-responsive .footer-bg .footer ul li .btn {
    font-size: 1.4rem;
  }
}

/* MV */
#mv {
  width: 100%;
  max-width: 1180px;
  height: 351px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  #mv {
    height: 332px;
  }
}
@media only screen and (max-width: 834px) {
  #mv {
    height: 249px;
  }
}
@media only screen and (max-width: 750px) {
  #mv {
    height: 450px;
  }
}
@media only screen and (max-width: 400px) {
  #mv {
    height: 360px;
  }
}
#mv .mv {
  width: 100%;
}

/* Subscribe */
#subscribe .subscribe .subscribe-row .subscribe-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex {
    display: block;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-img {
  width: 325px;
  max-width: 325px;
  min-width: 325px;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-img {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-img img {
  width: 100%;
  height: auto;
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail {
  width: 100%;
  padding-left: 65px;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail {
    padding-left: 0;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail .txthead-box {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail .txthead-box {
    margin-bottom: 5px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail h3 {
  display: table;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail h3 span {
  display: inline;
  padding-bottom: 5px;
  background-image: url("/fukagawa/assets/images/commons/bg-borderline.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ul {
    margin-top: 20px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ul li + li {
  margin-top: 20px;
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol {
    margin-top: 30px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li .btn {
    font-size: 1.2rem;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner p {
    font-size: 1.2rem;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight {
  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: 60px;
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight h4 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  font-weight: bold;
  color: #FF6B0F;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight h4 span {
  font-size: 7rem;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight h4 span {
    font-size: 5rem;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight .img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li.box .box-inner .hilight .img {
    width: 30px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-flex .subscribe-flex-detail ol li + li {
    margin-left: 15px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-news {
  width: 100%;
  max-width: 760px;
  margin-top: 75px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 70px 50px 70px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-news {
    margin-top: 50px;
    padding: 5px 50px 30px 50px;
  }
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-news {
    margin-top: 25px;
    padding: 8px 25px 25px 25px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-news h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-news h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-news h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-news ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
#subscribe .subscribe .subscribe-row .subscribe-news ul li {
  width: 30%;
  max-width: 180px;
  padding: 10px 0;
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-news ul li {
    width: 28%;
    padding: 5px 0;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-news ul li img {
  margin-left: auto;
  margin-right: auto;
}
#subscribe .subscribe .subscribe-row .subscribe-news::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
  width: 30px;
  height: 80px;
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 12px 0 0 0;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-news::before {
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-news::before {
    width: 10px;
    height: 40px;
  }
}
#subscribe .subscribe .subscribe-row .subscribe-news::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 6;
  width: 30px;
  height: 80px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-radius: 0 0 12px 0;
}
@media only screen and (max-width: 834px) {
  #subscribe .subscribe .subscribe-row .subscribe-news::after {
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #subscribe .subscribe .subscribe-row .subscribe-news::after {
    width: 10px;
    height: 40px;
  }
}

/* Banner */
.banner {
  position: relative;
  width: 84%;
  max-width: 565px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
.banner .banner-box {
  display: block;
  padding: 0px 60px 0px 30px;
  background-color: #fff;
  background-image: url("/fukagawa/assets/images/commons/btn-circle-arrow-right-orange.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 22px;
  border-radius: 12px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 750px) {
  .banner .banner-box {
    padding: 25px 45px 25px 25px;
    background-position: center right 15px;
  }
}
.banner .banner-box h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .banner .banner-box h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .banner .banner-box h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .banner .banner-box h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.banner .banner-box h2 span {
  display: inline;
  padding-bottom: 5px;
  background-image: url("/fukagawa/assets/images/commons/bg-borderline.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1px;
}
.banner .banner-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 175px;
}
@media only screen and (max-width: 750px) {
  .banner .banner-box .flex {
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  .banner .banner-box .flex .banner-img {
    width: 75px;
    max-width: 75px;
    min-width: 75px;
  }
}
.banner .banner-box .flex .banner-detail {
  padding-left: 15px;
}
.banner .banner-box:hover {
  opacity: 1;
}

.banner::after {
  content: '';
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: 6;
  width: 100%;
  max-width: 565px;
  height: 175px;
  border-radius: 12px;
}
@media only screen and (max-width: 750px) {
  .banner::after {
    height: 100%;
    right: -10px;
    bottom: -10px;
  }
}

.banner:hover {
  opacity: 0.8;
}

#banner-about {
  background-color: #FEE67D;
  overflow: hidden;
}
#banner-about .banner::after {
  background-color: #26466D;
}

#banner-advertise {
  background-color: #26466D;
  overflow: hidden;
}
#banner-advertise .banner {
  max-width: 645px;
}
#banner-advertise .banner::after {
  max-width: 645px;
  background-color: #FEE67D;
}

/* Newspaper */
#newspaper {
  background-color: #F2F2F2;
}
#newspaper .newspaper .newspaper-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
@media only screen and (max-width: 750px) {
  #newspaper .newspaper .newspaper-list ul {
    display: block;
  }
}
#newspaper .newspaper .newspaper-list ul li {
  width: 44%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #newspaper .newspaper .newspaper-list ul li {
    width: 100%;
  }
}
#newspaper .newspaper .newspaper-list ul li .newspaper-box .newspaper-img img {
  width: 100%;
  height: auto;
}
#newspaper .newspaper .newspaper-list ul li .newspaper-box .newspaper-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
}
#newspaper .newspaper .newspaper-list ul li .newspaper-box .newspaper-text h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  font-weight: bold;
  color: #FF6B0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 834px) {
  #newspaper .newspaper .newspaper-list ul li .newspaper-box .newspaper-text h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #newspaper .newspaper .newspaper-list ul li .newspaper-box .newspaper-text h3 {
    height: auto;
  }
}
#newspaper .newspaper .newspaper-list ul li a.newspaper-box {
  display: block;
}
#newspaper .newspaper .newspaper-list ul li a.newspaper-box .newspaper-text {
  padding: 25px 40px 25px 20px;
  background-image: url("/fukagawa/assets/images/commons/btn-circle-arrow-right-orange-fill.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 22px;
}
@media only screen and (max-width: 750px) {
  #newspaper .newspaper .newspaper-list ul li + li {
    margin-top: 5%;
  }
}

/* Notice */
#notice .notice .notice-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -70px;
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul {
    display: block;
    margin-top: 0;
  }
}
#notice .notice .notice-list ul li {
  width: 50%;
  margin-top: 70px;
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul li {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
#notice .notice .notice-list ul li .notice-list-box {
  display: block;
}
#notice .notice .notice-list ul li .notice-list-box .notice-img img {
  width: 100%;
  height: auto;
}
#notice .notice .notice-list ul li .notice-list-box .notice-text {
  margin-top: 15px;
}
#notice .notice .notice-list ul li .notice-list-box .notice-text h3 {
  display: table;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  font-weight: bold;
  color: #FF6B0F;
  background-image: url("/fukagawa/assets/images/commons/btn-circle-arrow-right-orange-fill.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 22px;
  margin-bottom: 2px;
  padding-right: 28px;
}
@media only screen and (max-width: 834px) {
  #notice .notice .notice-list ul li .notice-list-box .notice-text h3 {
    font-size: 2rem;
  }
}
#notice .notice .notice-list ul li .notice-list-box .notice-text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#notice .notice .notice-list ul li.large {
  width: 100%;
}
#notice .notice .notice-list ul li.large .notice-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul li.large .notice-list-box {
    display: block;
  }
}
#notice .notice .notice-list ul li.large .notice-list-box .notice-img {
  width: 45.5%;
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul li.large .notice-list-box .notice-img {
    width: 100%;
  }
}
#notice .notice .notice-list ul li.large .notice-list-box .notice-text {
  width: 54.5%;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul li.large .notice-list-box .notice-text {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #notice .notice .notice-list ul li + li {
    margin-top: 10%;
  }
}

/* Online */
#online .online .online-row {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row {
    margin-top: 30px;
  }
}
#online .online .online-row h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}
#online .online .online-row p strong {
  font-weight: bold;
}
#online .online .online-row p em {
  font-style: italic;
}
#online .online .online-row .online-list {
  margin-top: 3%;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .online-list {
    margin-top: 4%;
  }
}
#online .online .online-row .online-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#online .online .online-row .online-list ul li {
  width: 48%;
}
#online .online .online-row .online-list ul li .online-list-img + p {
  margin-top: 10px;
}
#online .online .online-row .online-list ul li .img-title {
  font-weight: bold;
}
#online .online .online-row h2 + .online-list {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row h2 + .online-list {
    margin-top: 4%;
  }
}
#online .online .online-row .btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .btn-list {
    margin-top: 4%;
  }
}
#online .online .online-row .btn-list li {
  width: 48.5%;
  margin-top: 3%;
}
#online .online .online-row .btn-list li:nth-child(2n) {
  margin-left: 3%;
}
@media only screen and (max-width: 640px) {
  #online .online .online-row .btn-list li:nth-child(2n) {
    margin-left: 0;
  }
}
#online .online .online-row .btn-list li:nth-child(-n+2) {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  #online .online .online-row .btn-list li {
    width: 100%;
  }
  #online .online .online-row .btn-list li:nth-child(2) {
    margin-top: 4%;
  }
}
#online .online .online-row .online-img-content {
  margin-top: 20px;
}
#online .online .online-row .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #C4C4C4;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .table .tr {
    display: block;
    padding: 10px 0;
  }
}
#online .online .online-row .table .tr .td {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .table .tr .td {
    padding: 0;
  }
}
#online .online .online-row .table .tr .td.topic {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .table .tr .td.topic {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
#online .online .online-row .table .tr .td.topic p {
  font-weight: 600;
  font-weight: bold;
}
#online .online .online-row .table .tr:last-child {
  border-bottom: 1px solid #C4C4C4;
}
#online .online .online-row .online-map {
  margin-top: 25px;
  height: 320px;
  position: relative;
}
#online .online .online-row .online-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#online .online .online-row .online-row-inner h3 {
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 20px;
}
#online .online .online-row .online-row-inner + .online-row-inner {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row .online-row-inner + .online-row-inner {
    margin-top: 30px;
  }
}
#online .online .online-row.gap {
  margin-top: 100px !important;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row.gap {
    margin-top: 75px !important;
  }
}
#online .online .online-row + .online-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #online .online .online-row + .online-row {
    margin-top: 50px;
  }
}

/* Footer */
footer .footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-content {
    display: block;
    padding: 30px 0;
  }
}
footer .footer .footer-content .footer-left .logo h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 5px;
}
footer .footer .footer-content .footer-left .logo p {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  font-weight: bold;
}
footer .footer .footer-content .footer-left p {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer .footer-content .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*@include mediaquery-750 {
  	display: block;
  	margin-top: 20px;
  }*/
}
@media only screen and (max-width: 1080px) {
  footer .footer .footer-content .footer-right {
    display: none;
  }
}
footer .footer .footer-content .footer-right .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-weight: bold;
  color: #FF6B0F;
}
footer .footer .footer-content .footer-right .tel .icon {
  max-width: 24px;
  min-width: 24px;
  margin-right: 7px;
}
footer .footer .footer-content .footer-right a + a {
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-content .footer-right a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
footer .footer p.copyright {
  display: table;
  width: 100%;
  padding: 15px 0;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-top: 1px solid #707070;
  letter-spacing: 1px;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 834px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}