@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@700&display=swap");
#contents {
  background: url(../img/bg8-pc.jpg) no-repeat;
  background-size: 50%;
  background-position: right top 178px;
}

@media (max-width: 480px) {
  #contents {
    background-position: right top 150px;
    background-size: 85%;
  }
}

#contents .section.bg {
  background: url(../img/bg9-pc.jpg) no-repeat;
  background-size: 50%;
  background-position: left bottom;
}

@media (max-width: 480px) {
  #contents .section.bg {
    background-size: 85%;
  }
}

.flex_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .flex_contents {
    display: block;
    margin-bottom: 60px;
  }
}

.flex_contents.last {
  margin-bottom: 0;
}

.flex_contents .img {
  width: 430px;
  max-width: 100%;
}

@media (max-width: 480px) {
  .flex_contents .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex_contents .img.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex_contents .text {
  width: calc(100% - 470px);
}

@media (max-width: 480px) {
  .flex_contents .text {
    width: 100%;
  }
}

.flex_contents .text.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex_contents .text .head {
  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;
  margin-bottom: 20px;
}

.flex_contents .text .head .mark {
  background: url(../img/bg5-pc.jpg) repeat-y;
  background-size: 400px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
}

@media (max-width: 480px) {
  .flex_contents .text .head .mark {
    width: 70px;
    height: 70px;
  }
}

.flex_contents .text .head .mark:after {
  content: '';
  display: block;
  background: url(../img/illust-kodawari.png) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: -12px;
}

@media (max-width: 480px) {
  .flex_contents .text .head .mark:after {
    width: 17px;
    height: 20px;
    left: -10px;
    top: -5px;
  }
}

.flex_contents .text .head .mark > div {
  line-height: 1.2;
  top: 5px;
  left: 2px;
  position: relative;
}

@media (max-width: 480px) {
  .flex_contents .text .head .mark > div {
    left: 0;
    top: 3px;
  }
}

.flex_contents .text .head .mark .sub {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
}

@media (max-width: 480px) {
  .flex_contents .text .head .mark .sub {
    font-size: 12px;
  }
}

.flex_contents .text .head .mark .number {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 32px;
  display: block;
}

@media (max-width: 480px) {
  .flex_contents .text .head .mark .number {
    font-size: 24px;
  }
}

.flex_contents .text .head .inner {
  width: calc(100% - 110px);
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

@media (max-width: 480px) {
  .flex_contents .text .head .inner {
    width: calc(100% - 80px);
  }
}

.flex_contents .text .head .inner .sub span {
  background: #C59C5C;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  display: inline-block;
}

@media (max-width: 480px) {
  .flex_contents .text .head .inner .sub span {
    font-size: 14px;
  }
}

.flex_contents .text .head .inner h3 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .flex_contents .text .head .inner h3 {
    font-size: 20px;
    margin-top: 5px;
  }
}

.contents2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 480px) {
  .contents2-list {
    display: block;
  }
}

.contents2-list > div {
  padding: 0 10px;
  width: 33.3%;
}

@media (max-width: 480px) {
  .contents2-list > div {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.contents2-list > div .mark {
  background: url(../img/bg5-pc.jpg) repeat-y;
  background-size: 400px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  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;
  text-align: center;
  position: relative;
  margin: 0 auto 20px;
}

@media (max-width: 480px) {
  .contents2-list > div .mark {
    width: 70px;
    height: 70px;
  }
}

.contents2-list > div .mark:after {
  content: '';
  display: block;
  background: url(../img/illust-kodawari.png) no-repeat;
  background-size: 100%;
  width: 27px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: -12px;
}

@media (max-width: 480px) {
  .contents2-list > div .mark:after {
    width: 17px;
    height: 20px;
    left: -10px;
    top: -5px;
  }
}

.contents2-list > div .mark > div {
  line-height: 1.2;
}

@media (max-width: 480px) {
  .contents2-list > div .mark > div {
    left: 0;
    top: 3px;
  }
}

.contents2-list > div .mark .sub {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .contents2-list > div .mark .sub {
    font-size: 12px;
  }
}

.contents2-list > div .mark .number {
  font-weight: bold;
  display: block;
  font-size: 32px;
}

@media (max-width: 480px) {
  .contents2-list > div .mark .number {
    font-size: 24px;
  }
}

.contents2-list > div .inner {
  text-align: center;
}

.contents2-list > div .inner .point-text {
  background: #C59C5C;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 0 10px;
}

.contents2-list > div .inner h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

h2.line_title {
  background: url(../img/title_line.png) no-repeat, url(../img/title_line.png) no-repeat;
  background-size: 400px, 400px;
  background-position: top center, bottom center;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  padding: 10px 0;
  font-weight: bold;
  max-width: calc(100% - 30px);
  margin: 0 auto 40px;
}

@media (max-width: 480px) {
  h2.line_title {
    font-size: 24px;
    background-size: 240px, 240px;
  }
}

.menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 0 40px;
}

@media (max-width: 480px) {
  .menu-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.menu-list.column3 {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 480px) {
  .menu-list.column3 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.menu-list.column3 .img .mark {
  width: 80px;
  height: 80px;
  top: 5px;
  right: 5px;
  font-size: 16px;
}

@media (max-width: 480px) {
  .menu-list.column3 .img .mark {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}

.menu-list dl {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-list dl dt {
  width: 60%;
  font-weight: bold;
  margin: 0 0 5px;
}

.menu-list dl dd {
  width: 40%;
  text-align: right;
  margin: 0 0 5px;
}

.menu-list .img {
  position: relative;
}

.menu-list .img .mark {
  position: absolute;
  background: url(../img/bg5-pc.jpg) repeat-y;
  background-size: 400px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  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;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .menu-list .img .mark {
    width: 90px;
    height: 90px;
    top: 5px;
    right: 5px;
    font-size: 14px;
  }
}

.menu-list .img .mark .number {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 480px) {
  .menu-list .img .mark .number {
    font-size: 24px;
  }
}

.menu_attention {
  text-align: right;
  font-size: 12px;
}

.voice_container .head .subttl {
  text-align: center;
}

.voice_container .head .subttl img {
  height: 48px;
  width: auto;
}

@media (max-width: 480px) {
  .voice_container .head .subttl img {
    height: 38px;
  }
}

.voice_container .head h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 480px) {
  .voice_container .head h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.voice_container .voice_block_container {
  position: relative;
}

.voice_container .voice_block_container .kokko1 {
  position: absolute;
  width: 176px;
  right: 20px;
  top: -102px;
}

@media (max-width: 480px) {
  .voice_container .voice_block_container .kokko1 {
    width: 90px;
    top: -52px;
    right: 10px;
  }
}

.voice_container .voice_block_container .voice_block {
  background: #fff;
  padding: 24px 40px;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .voice_container .voice_block_container .voice_block {
    padding: 24px;
    margin-bottom: 20px;
  }
}

.voice_container .voice_block_container .voice_block .name {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 480px) {
  .table-scroll {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .table-scroll table.guide {
    width: auto;
  }
}

.intro .head {
  background: url(../img/kokko1.png) no-repeat;
  background-size: 160px;
  background-position: right bottom;
  padding: 0 0 40px;
}

@media (max-width: 480px) {
  .intro .head {
    padding-bottom: 80px;
  }
}

.intro .head p {
  line-height: 2.4;
}

@media (max-width: 480px) {
  .intro .head p {
    line-height: 1.8;
  }
}

.intro .contact-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 0 0 40px;
  gap: 20px;
}

@media (max-width: 480px) {
  .intro .contact-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.intro .contact-list > div {
  background: #fff;
  padding: 40px;
  text-align: center;
}

@media (max-width: 480px) {
  .intro .contact-list > div {
    padding: 20px;
  }
}

.intro .contact-list > div .btn {
  margin: 10px 0 0;
}

.intro .contact-list > div .btn.btn_mail a span {
  background: url(../img/ico-arrow.svg) no-repeat;
  background-position: right center;
  padding-left: 0;
  padding-right: 30px;
}

.intro .contact-list > div .btn.btn_mail a:hover span {
  background: url(../img/ico-arrow-red.svg) no-repeat;
  background-position: right center;
}

.intro .contact-list > div .btn.btn_store a span {
  background: url(../img/ico-window-wh.png) no-repeat;
  background-position: right center;
  background-size: 20px;
  padding-left: 0;
  padding-right: 30px;
}

.intro .contact-list > div .btn.btn_store a:hover span {
  background: url(../img/ico-window.png) no-repeat;
  background-position: right center;
  background-size: 20px;
}

.intro .contact-list > div .btn a {
  min-width: 340px;
  height: 68px;
  color: #C8161D;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  background: #C8161D;
  border: solid 2px #C8161D;
  background-position: right 15px center;
  display: inline-block;
  line-height: 64px;
  -webkit-transition: .7s;
  transition: .7s;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .intro .contact-list > div .btn a {
    min-width: 100%;
    height: 64px;
    line-height: 60px;
    font-size: 1em;
  }
}

.intro .contact-list > div .btn a span {
  background: url(../img/ico-download-wh.svg) no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: .7s;
  transition: .7s;
}

.intro .contact-list > div .btn a:hover {
  background: #fff;
  color: #C8161D;
}

.intro .contact-list > div .btn a:hover span {
  background: url(../img/ico-download.svg) no-repeat;
  background-position: left center;
}

.intro .contact-list > div .img {
  width: 60px;
  margin: 0 auto 20px;
}

@media (max-width: 480px) {
  .intro .contact-list > div .img {
    margin-bottom: 10px;
  }
}

.intro .contact-list > div .img img {
  width: 60px;
}

.intro .contact-list > div h3 {
  color: #C8161D;
  font-size: 20px;
}

.intro .contact-list > div .tel .time {
  font-size: 14px;
}

.intro .contact-list > div .tel .number {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
}

.intro .contact-list > div .tel .number .small {
  font-size: 24px;
  margin-right: 10px;
}

@media (max-width: 480px) {
  .intro .contact-list > div .tel .number .small {
    display: inline-block;
  }
}

.guide_block {
  margin: 0 0 30px;
}

.guide_block .title {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 5px;
  border-bottom: solid 3px #C8161D;
}

.guide_block .title2 {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: bold;
}

table.guide {
  width: 100%;
}

table.guide.area {
  table-layout: fixed;
}

table.guide.area tr td {
  text-align: center;
}

table.guide.area tr td:last-child {
  text-align: left;
}

table.guide tr th {
  background: #C59C5C;
  padding: 15px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.4;
  width: 25%;
}

table.guide tr td {
  background: #fff;
  padding: 15px;
  border: solid 1px #ddd;
  line-height: 1.4;
}

.img-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 40px;
  margin: 40px 0 80px;
}

@media (max-width: 480px) {
  .img-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
}

.img-list figcaption {
  font-size: 14px;
  margin: 10px 0 0;
}

@media (max-width: 480px) {
  .img-list figcaption {
    font-size: 12px;
  }
}

.access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .access_flex {
    display: block;
  }
}

.access_flex .map_img {
  width: 390px;
}

@media (max-width: 480px) {
  .access_flex .map_img {
    width: 100%;
    margin: 0 0 20px;
  }
}

.access_flex .access_data {
  width: 100%;
  padding-top: 0;
}

@media (max-width: 480px) {
  .access_flex .access_data {
    width: 100%;
  }
}

.access_flex .access_data dl {
  margin-bottom: 20px;
}

.access_flex .access_data .access_head {
  background: #C59C5C;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4px;
  margin: 20px 0 10px;
}

.space50 {
  height: 50px;
  display: block;
  margin: 0;
  border: none;
}

.space80 {
  height: 80px;
  display: block;
  margin: 0;
  border: none;
}

@media (max-width: 480px) {
  .space80 {
    height: 50px;
  }
}

.contact_list {
  text-align: center;
}

.contact_list .tel {
  margin: -40px 0 40px;
}

@media (max-width: 480px) {
  .contact_list .tel {
    margin-top: -20px;
  }
}

.contact_list .tel .number {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
}

.contact_list .tel .number a {
  color: #C8161D;
}

.contact_list .tel .number a .small {
  font-size: 24px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .contact_list .tel .number a .small {
    display: block;
    margin-bottom: -10px;
  }
}

.contact_attention {
  background: rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .contact_attention {
    padding: 24px;
  }
}

.contact-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .contact-btn-list {
    display: block;
  }
}

.contact-btn-list .btn_store {
  margin-left: 12px;
}

@media (max-width: 480px) {
  .contact-btn-list .btn_store {
    margin-left: 0;
  }
}

.contact-btn-list .btn_store a {
  min-width: 340px;
  height: 68px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  background: #C8161D;
  border: solid 2px #fff;
  background-position: right 15px center;
  display: inline-block;
  line-height: 64px;
  -webkit-transition: .7s;
  transition: .7s;
  text-align: center;
}

@media (max-width: 480px) {
  .contact-btn-list .btn_store a {
    min-width: 100%;
    height: 64px;
    line-height: 60px;
    font-size: 1em;
  }
}

.contact-btn-list .btn_store a span {
  background: url(../img/ico-cart.svg) no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: .7s;
  transition: .7s;
}

.contact-btn-list .btn_store a:hover {
  background: #fff;
  color: #C8161D;
}

.contact-btn-list .btn_store a:hover span {
  background: url(../img/ico-cart-red.svg) no-repeat;
  background-position: left center;
}

.contact-btn-list .btn_download {
  margin-right: 12px;
}

@media (max-width: 480px) {
  .contact-btn-list .btn_download {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contact-btn-list .btn_download a {
  min-width: 340px;
  height: 68px;
  color: #C8161D;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
  background: #fff;
  border: solid 2px #C8161D;
  background-position: right 15px center;
  display: inline-block;
  line-height: 64px;
  -webkit-transition: .7s;
  transition: .7s;
  text-align: center;
}

@media (max-width: 480px) {
  .contact-btn-list .btn_download a {
    min-width: 100%;
    height: 64px;
    line-height: 60px;
    font-size: 1em;
  }
}

.contact-btn-list .btn_download a span {
  background: url(../img/ico-download.svg) no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: .7s;
  transition: .7s;
}

.contact-btn-list .btn_download a:hover {
  background: #C8161D;
  color: #fff;
}

.contact-btn-list .btn_download a:hover span {
  background: url(../img/ico-download-wh.svg) no-repeat;
  background-position: left center;
}
/*# sourceMappingURL=contents.css.map */