@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  min-height: 0;
  min-width: 0;
}
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
form,
nav,
header,
footer,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
ol,
ul,
li {
  list-style: none;
}
main {
  display: block;
}
main,
nav,
aside,
header,
article,
section,
footer,
figure,
ul,
li,
dl,
dt,
dd,
div,
p,
a,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  border: 0;
}
a {
  color: #0F6BB3;
  text-decoration: underline;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
a:hover {
  text-decoration: underline;
}
a > img {
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  /* box-sizing: border-box */
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  background-color: #272822 !important;
}
pre.prettyprint {
  padding: 10px!important;
  margin-bottom: 30px!important;
}
.full_width {
  width: 100% !important;
}
.h60px {
  height: 60px;
}
.h55px {
  height: 55px;
}
.h50px {
  height: 50px;
}
.h40px {
  height: 40px;
}
.h30px {
  height: 30px;
}
.h20px {
  height: 20px;
}
.h15px {
  height: 15px;
}
.h10px {
  height: 10px;
}
@media screen and (max-width: 1000px) {
  .h60px,
  .h55px,
  .h50px,
  .h40px,
  .h30px,
  .h20px,
  .h15px,
  .h10px {
    height: inherit;
  }
  .sp10v {
    height: 10vw;
  }
  .sp7v {
    height: 7vw;
  }
  .sp6v {
    height: 6vw;
  }
  .sp5v {
    height: 5vw;
  }
  .sp4v {
    height: 4vw;
  }
  .sp3v {
    height: 3vw;
  }
  .sp2v {
    height: 2vw;
  }
}
body {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  background-image: url(../img/bg_mask.png), url(../img/bg_image.png);
  background-position: center top 1180px ,center top;
  background-repeat: repeat-x, no-repeat;
  background-size: 100%,auto;
  border-top: rgba(235, 109, 128, 0.8) 7px solid;
}
@media screen and (min-width: 1591px) {
  body {
    background-size: auto,100%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(200vw, transparent), color-stop(200vw, #fff), to(#fff)), url(../img/bg_mask.png), url(../img/bg_image.png);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 200vw, #fff 200vw, #fff 100%), url(../img/bg_mask.png), url(../img/bg_image.png);
    background-image: linear-gradient(180deg, transparent 0%, transparent 200vw, #fff 200vw, #fff 100%), url(../img/bg_mask.png), url(../img/bg_image.png);
    background-position: center top,center top 25vw ,center top;
    background-size: auto,auto,320%;
  }
}
@media screen and (max-width: 1000px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_only {
    display: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .sp_block {
    display: block !important;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}
header {
  position: relative;
}
header .logo_box {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .logo_box {
    position: inherit;
    width: 93%;
    margin: 40px auto 0;
    text-align: center;
  }
}
header .logo_box img {
  max-width: 100%;
  height: auto;
}
header .logo_box > div {
  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;
}
header .contener {
  margin: 40px auto 25px;
  width: 1000px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  header .contener {
    margin: -25px auto 25px;
    width: 100%;
    display: block;
    margin-bottom: 3vw;
  }
}
header .contener .pagetitle_box {
  margin: 0 auto;
}
header .contener .pagetitle_box h1 {
  color: #333;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  header .contener .pagetitle_box h1 {
    font-size: 3vw;
    text-align: center;
  }
  header .contener .pagetitle_box h1 img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  header .contener .pagetitle_box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
}
header .contener h2 {
  padding-top: 64px;
  margin-left: 2px;
}
@media screen and (max-width: 1000px) {
  header .contener h2 {
    padding-top: 9.5%;
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 550px) {
  header .contener h2 {
    padding-top: 5.5%;
  }
}
@media screen and (max-width: 1000px) {
  header .contener h2 img {
    width: 80%;
    height: auto;
  }
}
footer {
  background-color: #f092a0;
  padding-top: 30px;
  padding-bottom: 41px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  footer {
    padding-top: 5%;
  }
}
@media screen and (max-width: 350px) {
  footer {
    font-size: 4vw;
  }
}
footer .contener {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  footer .contener {
    width: 100%;
  }
}
footer .contener .center {
  text-align: center;
}
@media screen and (max-width: 900px) {
  footer .contener .center {
    width: 94%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 500px) {
  footer .contener .logo {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
footer .contener h3 {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 15px;
}
footer .contener .ac {
  text-align: center;
}
footer .contener .name {
  font-size: 18px;
}
footer .contener .addr {
  font-size: 16px;
}
footer .contener .contact {
  font-size: 16px;
}
footer .contener a {
  color: #fff;
  text-decoration: none;
}
footer .contener a:hover {
  text-decoration: underline;
}
aside {
  margin: 0 auto;
}
aside section > div {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  aside section > div {
    width: 95%;
    margin: 0 auto;
  }
  aside section > div.sp_fill {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  aside {
    width: 100%;
    margin-top: -3vw;
  }
}
.nobr {
  white-space: nowrap;
}
article {
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  article {
    width: 100%;
    margin-top: 6vw;
  }
  article .pd0-sp {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
article section > div {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  article section > div {
    width: 95%;
    margin: 0 auto;
  }
  article section > div.sp_fill {
    width: 100%;
  }
}
.fs13 {
  font-size: 13px;
  line-height: 1.54;
}
.mt-51 {
  margin-top: -51px;
  margin-left: -3px;
}
@media screen and (max-width: 1000px) {
  .mt-51 {
    margin-top: 0;
    margin-left: 0;
  }
}
.mt030p {
  margin-top: 3%;
}
.mt013p {
  margin-top: 1.3%;
}
.mt043p {
  margin-top: 4.3%;
}
.mt007p {
  margin-top: 0.7%;
}
.ml-15 {
  margin-left: -15px;
  margin-top: 2px;
}
.mb13 {
  margin-bottom: 5px;
  margin-left: 12px;
  margin-top: 1px;
}
@media screen and (max-width: 1000px) {
  .sp_btm {
    margin-bottom: 3vw;
  }
}
.lh17 {
  line-height: 1.7;
}
.lh12 {
  line-height: 1.2;
}
.iblock {
  display: inline-block;
}
h2 {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
}
h2.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
h3 {
  color: #ed1c24;
  font-weight: normal;
  font-size: 15px;
}
.inner {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
  .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.inner_full {
  margin-left: 0;
  margin-right: 0;
}
.inner_full img {
  width: 100%;
  height: auto;
}
.inner img.hd33 {
  height: 33px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .inner img.hd33 {
    height: 5vw;
  }
}
.inner img.hd41 {
  height: 41px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .inner img.hd41 {
    height: 6.2vw;
  }
}
.inner.rside {
  margin: 7px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner.rside {
    margin: 0;
    width: 49%;
  }
}
.inner.rside a {
  display: block !important;
}
.inner.rside a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.inner.rside a img {
  vertical-align: middle;
}
.inner.lside {
  margin: 7px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .inner.lside {
    margin: 0;
    width: 49%;
  }
}
.inner.lside a {
  display: block !important;
}
.inner.lside a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.inner.lside a img {
  vertical-align: middle;
}
.inner .note_right {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .inner .note_right {
    font-size: 11px;
    font-size: 3vw;
  }
}
.inner img {
  width: 100%;
  height: auto;
}
.inner img.max100 {
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 414px) {
  .inner img.max100 {
    width: 95%;
  }
}
.inner h3 {
  font-size: 21px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1000px) {
}
.inner h3.hokkaido {
  color: #910782;
}
.inner h3.aomori {
  color: #E50012;
}
.inner h3.iwate {
  color: #00A199;
}
.inner h3.akita {
  color: #804F21;
}
.inner h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.inner h4.connected {
  color: #c7000b;
}
.inner a {
  color: #333;
  text-decoration: none;
}
.inner a.hanm {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.inner a.hanm:hover {
  text-decoration: underline;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.inner a.block {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.inner a.block:hover {
  text-decoration: underline;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.inner a.btn_width555 {
  margin: 40px auto;
  display: block;
  max-width: 558px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .inner a.btn_width555 {
    min-width: 308px;
  }
}
.inner a.btn_width555:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.inner a.btn_width555 > span {
  padding-left: 150px;
}
@media screen and (max-width: 1000px) {
  .inner a.btn_width555 > span .sp_off {
    display: none;
  }
}
.inner a.btn_width558 {
  background-image: url(../img/btn_logo.svg);
  background-position: left 43px center;
  background-repeat: no-repeat;
  background-size: 104px auto;
  color: #1a1a1a;
  font-size: 27px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #42210b;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  min-width: 558px;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .inner a.btn_width558 {
    min-width: 308px;
  }
}
.inner a.btn_width558:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.inner a.btn_width558 > span {
  padding-left: 150px;
}
@media screen and (max-width: 1000px) {
  .inner a.btn_width558 > span .sp_off {
    display: none;
  }
}
.inner a.btn_width308 {
  background-image: url(../img/btn_logo.svg);
  background-position: left 43px center;
  background-repeat: no-repeat;
  background-size: 104px auto;
  color: #1a1a1a;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #42210b;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  min-width: 308px;
  text-align: left;
}
.inner a.btn_width308:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.inner a.btn_width308 span {
  padding-left: 150px;
}
.box_center {
  text-align: center;
}
.box_center > .wrap {
  text-align: center;
  display: inline-block;
}
.box_center > .wrap ul {
  text-align: left;
}
.box_notice {
  margin-top: -80px;
}
.box_notice p {
  font-size: 12px;
  margin-left: 76px;
  line-height: 1.6;
  padding: 0 !important;
}
.box_tokuten {
  margin-top: -70px;
}
@media screen and (max-width: 1000px) {
  .box_tokuten {
    margin-top: -11vw;
    background-size: 100% auto;
    width: 100%;
  }
}
.vtop_spc {
  margin-top: 25px;
}
.link_wrap {
  width: 620px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .link_wrap {
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.link_wrap.mt0 {
  margin-top: 0;
}
.link_wrap.mb0 {
  margin-bottom: 0;
}
h2 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
p {
  font-size: 17px;
  line-height: 1.66;
}
p.note {
  margin-top: 1rem;
  font-size: 0.85rem;
}
@media screen and (max-width: 1000px) {
  p.note {
    font-size: 11px;
    font-size: 3vw;
  }
}
ul.sup {
  margin-top: 1rem;
}
ul.sup li {
  font-size: 0.85rem;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 1000px) {
  ul.sup li {
    font-size: 11px;
    font-size: 3vw;
  }
}
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl dt {
  width: 70px;
}
dl dt .area {
  background-color: #888888;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
}
dl dd {
  font-size: 15px;
  width: calc(100% - 80px);
  margin-left: 10px;
  margin-bottom: 15px;
}
dl dd a {
  display: block;
  text-decoration: none;
  line-height: 1.6;
}
dl dd a:hover {
  text-decoration: underline;
}
.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col1 .float_img,
.col2 .float_img {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .col1 .float_img,
  .col2 .float_img {
    text-align: center;
  }
}
.col1 .float_img .float_01,
.col2 .float_img .float_01 {
  position: absolute;
  top: 6%;
  left: 52%;
}
@media screen and (max-width: 1000px) {
  .col1 .float_img .float_01,
  .col2 .float_img .float_01 {
    top: 17%;
    left: 10%;
    width: 81%;
  }
}
@media screen and (max-width: 1000px) {
  .col1 .float_img img,
  .col2 .float_img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.col1 > div h3,
.col2 > div h3,
.col1 section h3,
.col2 section h3 {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.4;
}
.col1 > div h3.mt0,
.col2 > div h3.mt0,
.col1 section h3.mt0,
.col2 section h3.mt0 {
  margin-top: 0;
}
.col1 > div p,
.col2 > div p,
.col1 section p,
.col2 section p {
  color: #333;
  padding: 9px 11px;
}
.col1 > div p.nortice,
.col2 > div p.nortice,
.col1 section p.nortice,
.col2 section p.nortice,
.col1 > div p.kome,
.col2 > div p.kome,
.col1 section p.kome,
.col2 section p.kome {
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
}
.col1 > div p.nortice:before,
.col2 > div p.nortice:before,
.col1 section p.nortice:before,
.col2 section p.nortice:before,
.col1 > div p.kome:before,
.col2 > div p.kome:before,
.col1 section p.kome:before,
.col2 section p.kome:before {
  content: "※";
}
.col1 > div ul.nortice li,
.col2 > div ul.nortice li,
.col1 section ul.nortice li,
.col2 section ul.nortice li,
.col1 > div ul.kome li,
.col2 > div ul.kome li,
.col1 section ul.kome li,
.col2 section ul.kome li {
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 8px;
}
.col1 > div ul.nortice li:before,
.col2 > div ul.nortice li:before,
.col1 section ul.nortice li:before,
.col2 section ul.nortice li:before,
.col1 > div ul.kome li:before,
.col2 > div ul.kome li:before,
.col1 section ul.kome li:before,
.col2 section ul.kome li:before {
  content: "※";
}
.col1 > div hr,
.col2 > div hr,
.col1 section hr,
.col2 section hr {
  height: 2px;
  border: none;
  background-color: #1a1a1a;
  margin: 14px 11px 0;
}
.col1 > div.center,
.col2 > div.center,
.col1 section.center,
.col2 section.center {
  text-align: center;
}
.col1 > div .btn,
.col2 > div .btn,
.col1 section .btn,
.col2 section .btn {
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.col1 > div .btn img,
.col2 > div .btn img,
.col1 section .btn img,
.col2 section .btn img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .col1 > div .btn,
  .col2 > div .btn,
  .col1 section .btn,
  .col2 section .btn {
    display: block;
  }
}
.col1 > div .btn:hover,
.col2 > div .btn:hover,
.col1 section .btn:hover,
.col2 section .btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.col1 > div .bnr,
.col2 > div .bnr,
.col1 section .bnr,
.col2 section .bnr {
  display: inline-block;
}
.col1.top_margin,
.col2.top_margin {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .col1.top_margin,
  .col2.top_margin {
    margin-top: 3vw;
  }
}
.col1.top_margin div h2,
.col2.top_margin div h2 {
  padding-top: 1rem;
}
.col1.w843,
.col2.w843 {
  width: 843px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .col1.w843,
  .col2.w843 {
    width: 95%;
  }
}
.col1.w805,
.col2.w805 {
  width: 805px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .col1.w805,
  .col2.w805 {
    width: 95%;
  }
}
.col1.w868,
.col2.w868 {
  width: 868px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .col1.w868,
  .col2.w868 {
    width: 95%;
  }
}
@media screen and (max-width: 1000px) {
  .col1.spfull_width,
  .col2.spfull_width {
    width: 100%;
  }
}
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .col2 {
    display: block;
  }
}
.col2 section {
  width: 48.5%;
}
@media screen and (max-width: 1000px) {
  .col2 section {
    width: 100%;
  }
}
.col2.narrow {
  width: 850px;
}
@media screen and (max-width: 1000px) {
  .col2.narrow {
    width: 100%;
  }
}
.col2.narrow img.step {
  width: 276px;
}
@media screen and (max-width: 1000px) {
  .col2.narrow img.step {
    width: 100%;
    margin-top: 5vw;
  }
}
.col2.narrow p.ml1em {
  margin-left: 1em;
}
.col2 .inner {
  width: 49%;
  margin: 0;
}
.col2 .inner.h414 {
  height: 413px;
  width: auto;
}
.col2 .inner.h414 img {
  height: 413px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .col2 .inner.h414 {
    margin: 0 auto;
    width: 80%;
    width: 100%;
    height: auto;
  }
  .col2 .inner.h414 img {
    height: auto;
    width: 100%;
  }
}
.col2 .inner.h276 {
  height: 276px;
  width: auto;
}
.col2 .inner.h276 img {
  height: 276px;
  width: auto;
}
@media screen and (max-width: 1000px) {
  .col2 .inner.h276 {
    margin: 0 auto;
    width: 80%;
    width: 100%;
    height: auto;
  }
  .col2 .inner.h276 img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .col2 .inner {
    margin: 0 auto;
    width: 80%;
    width: 100%;
  }
}
.col2 .inner.n_width {
  width: 38%;
  margin: 1%;
}
@media screen and (max-width: 1000px) {
  .col2 .inner.n_width {
    margin: 0 auto;
    width: 80%;
    width: 95%;
  }
}
.col2 .inner.w_width {
  width: 58%;
  margin: 1%;
}
.col2 .inner.w_width h3 {
  padding: 9px 11px;
  margin-top: 0;
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .col2 .inner.w_width h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .col2 .inner.w_width {
    margin: 0 auto;
    width: 100%;
  }
}
.col2_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.col5 {
  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;
}
.col5 .inner {
  width: 18%;
  margin: 1%;
}
@media screen and (max-width: 1000px) {
  .col5 .inner {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  .col5 .inner {
    width: 31%;
  }
  .col5 .inner.spfull {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .col5 .inner {
    width: 48%;
  }
  .col5 .inner.spfull {
    width: 80%;
    margin: 3vw auto 0;
  }
}
.col2_kotei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mu16 {
  margin-bottom: 16px;
}
.ml8 {
  margin-left: 8px;
}
.mr8 {
  margin-right: 8px;
}
.col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .col3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.col3 .inner {
  width: 30.7%;
}
@media screen and (max-width: 1000px) {
  .col3 .inner {
    width: 95%;
    margin: 0 auto;
  }
  .col3 .inner .btn img {
    max-width: 307px;
  }
}
.col3.btn_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .col3.btn_wrap {
    display: block;
  }
}
.col3.btn_wrap .inner {
  width: 308px;
  margin-right: calc((100% - 308px * 3) / 2);
  margin-bottom: 40px;
}
.col3.btn_wrap .inner:nth-child(3n) {
  margin-right: 0;
}
.col3.btn_wrap .inner p.caption {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .col3.btn_wrap .inner {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .col3.btn_wrap .inner:nth-child(3n) {
    margin-right: 0;
  }
  .col3.btn_wrap .inner:nth-child(2n) {
    margin-right: 0;
  }
}
.col3.lineup {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col3.lineup .inner {
  width: calc((100% - 5% * 2 ) / 3 );
  margin-right: 5%;
  margin-bottom: 40px;
}
.col3.lineup .inner:nth-child(3n) {
  margin-right: 0;
}
.col3.lineup .inner p.caption {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .col3.lineup .inner {
    width: calc((100% - 5%  ) / 2 );
    margin-right: 5%;
  }
  .col3.lineup .inner:nth-child(3n) {
    margin-right: 5%;
  }
  .col3.lineup .inner:nth-child(2n) {
    margin-right: 0;
  }
  .col3.lineup .inner .btn img {
    max-width: 307px;
  }
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
.pagetop a {
  position: relative;
  text-decoration: none;
  color: #333;
  width: 113px;
  height: 113px;
  background-color: #ffe100;
  padding: 0;
  text-align: center;
  display: block;
  border-radius: 50%;
}
.pagetop a img.totop1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 12px;
}
.pagetop a img.totop2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -19px;
}
.pagetop a:hover img.totop1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}
.pagetop a:hover img.totop2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: -5px;
}
.font-big {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}
#list1 {
  position: relative;
  cursor: pointer;
}
#list1:after {
  position: absolute;
  background-image: url(../img/icon_arrow.svg);
  content: " ";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  right: 1rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#list1.rot:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.pulldown_list1 {
  display: none;
}
.box_movie iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  .box_movie iframe {
    height: 45vw;
  }
}
#shop_list {
  width: auto;
  padding: 0;
}
#shop_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: inline-block;
  text-align: center;
}
#shop_list ul li {
  width: calc((100% - 0.1px - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #shop_list ul li {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
#shop_list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  #shop_list ul li:nth-child(3n) {
    margin-right: auto;
  }
}
#shop_list ul li h3 {
  color: #333;
  font-weight: bold;
}
#shop_list ul li .img {
  margin-bottom: 10px;
}
#shop_list ul li .img a {
  display: block;
  overflow: hidden;
}
#shop_list ul li .img a img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  height: auto;
}
#shop_list ul li .name {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A1A1A1;
}
#shop_list ul li .name img {
  width: auto;
  height: 32px;
  margin-right: 0.5em;
}
#shop_list ul li .address {
  font-size: 15px;
  margin-bottom: 10px;
}
#shop_list ul li .address a {
  color: #333;
}
a[href^="tel:"] {
  text-decoration: none !important;
}
.ac {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sp_al {
    text-align: left;
  }
}
.maxwidth468 {
  max-width: 468px;
}
.box_notes {
  line-height: 1.2;
  font-size: 14px;
  padding-left: 1em;
}
.box_notes h4 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -1em;
  margin-bottom: 4px;
}
.box_notes p {
  font-size: 14px;
  line-height: 1.2;
  padding: 0 !important;
}
.box_notes p.ind {
  text-indent: 1em;
}
.box_notes ol.kakko_num {
  text-indent: -1.4em;
  padding-left: 1em;
}
.box_notes ol.kakko_num > li {
  list-style-type: none;
  counter-increment: cnt;
}
.box_notes ol.kakko_num > li:before {
  content: "(" counter(cnt) ") ";
}
.box_notes ul.note {
  text-indent: -1em;
  padding-left: 1em;
}
.box_notes ul.note > li {
  list-style-type: none;
}
.box_notes ul.note > li:before {
  content: "※";
}
.box_notes ul.circle {
  text-indent: -1em;
  padding-left: 1em;
}
.box_notes ul.circle > li {
  list-style-type: none;
}
.box_notes ul.circle > li:before {
  content: "●";
}
.box_notes a {
  display: inline-block;
}
.box_notes a:hover {
  text-decoration: underline;
}
#btn_pagetop {
  display: block;
  width: 137px;
  height: 137px;
  position: fixed;
  right: 30px;
  bottom: -138px;
  background: url(../img/totop.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  right: 40px;
}
@media screen and (max-width: 1000px) {
  #btn_pagetop {
    width: 85px;
    height: 85px;
  }
}
#btn_pagetop span {
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
#btn_pagetop.show {
  right: 30px;
  bottom: 30px;
}
/* 20230707 */
.area_name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	border-bottom: 2px dotted #333;
	margin-bottom: 10px;
}