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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

/* CSS Document */
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
  margin: 0 auto;
}

.s_02 .accordion_one .accordion_header {
  background-color: #fff;
  color: #141414;
  padding: 30px 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #d5d5d5;
}

.s_02 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}

.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #f00; */
  margin-top: -20px;
  box-sizing: border-box;
  /* -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
  transform-origin: center center;
  transition-duration: 0.2s;
}

/*↓別のサイトから引用してきたやつ*/
.s_02 .accordion_one .accordion_header .i_box .one_i {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #1c6bba;
  border-right: solid 2px #1c6bba;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotateX(180deg);
}

.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
  box-sizing: border-box;
}

.s_02 .accordion_one .accordion_inner .box_one {
  /* height: 300px; */
  height: auto;
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac a.indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 15px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .title {
    margin: 40px 0;
  }
  .txt_a_ac {
    font-size: 14px;
  }
}
.t_container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

table {
  width: 100%;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 60px;
}
table tr th {
  background-color: #f5f5f5;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 15px;
  white-space: nowrap;
}
table tr td {
  border-left: solid 1px #d3d3d3;
  line-height: 1.5;
  padding: 10px;
}
table tr:not(:last-of-type) {
  border-bottom: solid 1px #d3d3d3;
}

.t_pay_wrapper .t_pay_list p {
  margin: 10px 0;
}
.t_pay_wrapper .t_pay_list .t_pay_item {
  display: flex;
  flex-wrap: wrap;
}
.t_pay_wrapper .t_pay_list .t_pay_item_list {
  width: 100px;
  text-align: center;
  margin: 15px 0;
}
.t_pay_wrapper .t_pay_list .t_pay_item_list img {
  width: 90%;
}
.t_pay_wrapper .t_pay_list .t_pay_item_list:not(:last-of-type) {
  margin-right: 15px;
}

.icon_atmark {
  margin: 0 3px;
  width: 13px;
}

/*-------------------------------------------
  レスポンシブ599px以下
  -------------------------------------------*/
@media screen and (max-width: 599px) {
  .t_container {
    max-width: 90%;
  }
  table {
    font-size: 14px;
    margin-bottom: 60px;
  }
  table tr th {
    width: 60px;
    padding: 10px;
    white-space: normal;
  }
  .t_pay_wrapper .t_pay_list p {
    margin: 10px 0;
  }
  .t_pay_wrapper .t_pay_list .t_pay_item {
    margin: 15px 0;
  }
  .t_pay_wrapper .t_pay_list .t_pay_item_list {
    width: 63px;
    text-align: center;
    margin: 0;
  }
  .t_pay_wrapper .t_pay_list .t_pay_item_list img {
    width: 100%;
    margin-bottom: 10px;
  }
  .icon_atmark {
    width: 11px;
  }
}
/*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
.p_header {
  margin: 75px auto;
}
.p_header .p_title {
  font-size: 32px;
  font-weight: bold;
}
.p_header .p_setsumei {
  text-align: left;
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.5;
}

/*-------------------------------------------
  ol装飾変更
  -------------------------------------------*/
ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: "（" counter(num) "） ";
  display: inline-block;
  background: transparent;
  color: #333;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 16px;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

/*-------------------------------------------
  メイン
  -------------------------------------------*/
.p_wrapper {
  text-align: left;
  margin-bottom: 45px;
}
.p_wrapper .p_h3 {
  font-size: 20px;
  font-weight: 600;
}
.p_wrapper p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.p_wrapper p .icon_atmark {
  vertical-align: middle;
  padding: 0 3px;
}

/*-------------------------------------------
  レスポンシブ599px以下
  -------------------------------------------*/
@media screen and (max-width: 599px) {
  /*-------------------------------------------
    ヘッダー
  -------------------------------------------*/
  .p_header {
    margin: 75px auto 60px auto;
  }
  .p_header .p_title {
    font-size: 24px;
  }
  .p_header .p_setsumei {
    font-size: 14px;
  }
  /*-------------------------------------------
    ol装飾変更
  -------------------------------------------*/
  ol {
    counter-reset: num;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
  }
  ol li {
    font-size: 14px;
    padding: 0.5em 0.5em 0.5em 32px;
  }
  ol li:before {
    font-size: 14px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  /*-------------------------------------------
    メイン
  -------------------------------------------*/
  .p_wrapper .p_h3 {
    font-size: 18px;
  }
  .p_wrapper p {
    font-size: 14px;
  }
}
/*-------------------------------------------
  フォント
  -------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", " Meiryo", "sans-serif";
  color: #050505;
}

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

.text_h2 {
  font-size: 50px;
  font-weight: 800;
}

.text_h3 {
  font-size: 36px;
  font-weight: 600;
}

.text_h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.text_h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.text_p {
  font-size: 16px;
  line-height: 1.5;
}

/*-------------------------------------------
  カラー変更
  -------------------------------------------*/
.bg_gray {
  background-color: #f5f8f8;
}

.bg_light_blue {
  background-color: #E6F2FD;
}

.bg_light_red {
  background-color: #fadcd2;
}

.bg_light_yellow {
  background-color: #faf0dc;
}

.color_blue {
  background-color: #5287BC;
}

.color_red {
  background-color: #f34646;
}

.color_yellow {
  background-color: #f3aa2a;
}

.line_blue {
  border: 4px solid #5287BC;
}

.line_red {
  border: 4px solid #f34646;
}

.line_yellow {
  border: 4px solid #f3aa2a;
}

.link_blue {
  color: #065FD4;
  text-decoration: underline;
}

/*-------------------------------------------
  共通
  -------------------------------------------*/
.container {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.description .text_h5 {
  text-align: left;
}

.kome_indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  text-align: left;
  font-size: 16px;
}

.kome_indent_red {
  font-size: 18px;
  color: #f34646;
  line-height: 1.5;
}

/*-------------------------------------------
  ボタン
  -------------------------------------------*/
.btn {
  width: 250px;
  padding: 20px 0;
  background-color: #fff;
  display: inline-flex;
  border-radius: 40px;
  margin: 20px 0;
  font-size: 18px;
  justify-content: center;
  transition: 0.3s;
  position: relative;
}
.btn_blue {
  background-color: #5287BC;
  color: #fff;
}
.btn_red {
  background-color: #f34646;
  color: #fff;
}
.btn_yellow {
  background-color: #f3aa2a;
  color: #fff;
}
.btn_lg {
  background-color: #5287BC;
  color: #fff;
  padding: 25px 0;
  margin-top: 40px;
}

.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.btn:hover {
  color: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: 0.3s;
}

/*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
#header {
  width: 100%;
  background-color: #5287BC;
  position: fixed;
  z-index: 10;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#header .header_inner {
  height: 65px;
  display: flex;
  align-items: center;
}

#header .header_inner .logo {
  flex-shrink: 0;
  line-height: 1px;
  margin-right: 9%;
}

#navi {
  width: 100%;
}
#navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navi ul li {
  padding-left: 60px;
}

#navi a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

#navi a:hover {
  border-bottom: 2px solid #fff;
}

.hamburger {
  display: none;
}

/*-------------------------------------------
  メインビジュアル
  -------------------------------------------*/
.visual_pc {
  max-width: 100%;
  height: auto;
}

.visual_sp {
  display: none;
}

.news {
  margin-top: 70px;
  padding: 40px 20px;
  border: 3px solid #f34646;
}
.news .kome_indent {
  text-align: center;
}
.news h3 {
  font-size: 28px;
  color: #f34646;
  margin: 20px auto;
  line-height: 1.3;
}
.news h5 {
  margin: 30px auto 40px auto;
}
.news img {
  width: 90%;
}
.news .img_sp {
  display: none;
}

/* 臨時休業用news */
.news_kyugyou {
  margin: 70px auto;
  padding: 20px;
  border: 3px solid #008e9b;
}
.news_kyugyou {
  text-align: center;
}
.news_kyugyou h3 {
  font-size: 28px;
  color: #008e9b;
  margin: 20px auto;
  line-height: 1.3;
  text-align: center;
}
.news_kyugyou h5 {
  margin: 30px auto;
}
.news_kyugyou img {
  width: 80%;
}
/* 臨時休業用news */


.body_wrapper {
  padding: 80px 0;
}
.body_wrapper .section_head {
  margin: 0 auto 60px auto;
  text-align: center;
}
.body_wrapper .search {
  margin-top: 50px;
}
.body_wrapper .search .kome_indent {
  text-align: center;
  margin-top: 10px;
}
.body_wrapper .kousin {
  margin-top: 50px;
}
.body_wrapper .kousin img {
  width: 90%;
}
.body_wrapper .kousin .price_sp {
  display: none;
}

/*-------------------------------------------
  更新の流れ
  -------------------------------------------*/
.flow_img {
  margin: 60px 0 0 0;
}
.flow_img img {
  width: 100%;
}
.flow_img .flow_sp {
  display: none;
}

/*-------------------------------------------
  タブメニュー
  -------------------------------------------*/
.tab02 {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}

.tab_label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #d9d9d9;
  font-weight: bold;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  flex: 1;
}

.tab_label:not(:last-of-type) {
  margin-right: 30px;
}

.tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab_content .description {
  margin: 20px 30px;
}

/* アクティブタブ */
.tab_active:checked + .tab_label {
  color: #fff;
}

/* タブバーのカラー変更 */
.tab_active:checked + .t_blue {
  background: #5287BC;
}

.tab_active:checked + .t_red {
  background: #f34646;
}

.tab_active:checked + .t_yellow {
  background: #f3aa2a;
}

.tab_active:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  padding: 20px 0 0 0;
  opacity: 1;
  transition: 0.5s opacity;
  border-radius: 0 0 20px 20px;
}

/* 枠のカラー変更 */
.t_line_blue:checked + .tab_label + .tab_content {
  border: 4px solid #5287BC;
  border-top: none;
}

.t_line_blue:checked + .tab_label + .tab_content {
  border: 4px solid #5287BC;
}

.t_line_red:checked + .tab_label + .tab_content {
  border: 4px solid #f34646;
}

.t_line_yellow:checked + .tab_label + .tab_content {
  border: 4px solid #f3aa2a;
}

/* ラジオボタン非表示 */
.tab_active {
  display: none;
}

/*-------------------------------------------
  カードレイアウト
  -------------------------------------------*/
.card_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.card_wrapper .card_design {
  width: 42%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  margin: 45px 0;
  position: relative;
}
.card_wrapper .card_design_head_num {
  position: absolute;
  display: inline-block;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0rem 1rem;
  color: #fff;
  padding: 15px 30px;
  font-size: 20px;
  border-radius: 10px;
}
.card_wrapper .card_design_body {
  width: 80%;
  margin: 60px auto 30px auto;
}
.card_wrapper .card_design_body img {
  width: 80%;
}
.card_wrapper .card_design_body .app {
  display: flex;
  justify-content: space-between;
}
.card_wrapper .card_design_body .app img {
  width: 80%;
}

.card_wrapper::after {
  content: "";
  display: block;
  width: 42%;
}

.no_mail {
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px 0 45px 0;
  padding: 30px 0;
}
.no_mail .text_h4 {
  margin: 15px 0 10px 0;
}

.no_kousin_wrapper {
  background-color: #fff;
  border: 4px solid #646464;
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px 40px 20px 40px;
}
.no_kousin_wrapper .no_kousin_head {
  font-size: 30px;
  font-weight: bold;
}
.no_kousin_wrapper .no_kousin_body {
  display: flex;
  margin: 30px;
  align-items: flex-start;
}
.no_kousin_wrapper .no_kousin_body p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-right: 30px;
}

/*-------------------------------------------
  支払い
  -------------------------------------------*/
.payment {
  width: 100%;
}
.payment .pay_list {
  text-align: center;
  background-color: #fff;
  border: 4px solid #5287BC;
  border-radius: 20px;
  margin-top: 60px;
  padding: 40px;
}
.payment .pay_list .text_pay {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
.payment .pay_list .pay_img {
  max-width: 100%;
}
.payment .pay_list .sp {
  display: none;
}
.payment .pay_list p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin-top: 30px;
}

/*-------------------------------------------
  フッター
  -------------------------------------------*/
footer {
  background-color: #efefef;
  padding: 40px 0;
}
footer .footer-list {
  display: flex;
  justify-content: center;
}
footer .footer-list li {
  padding: 0 30px;
}
footer .footer-list li + li {
  border-left: 1px solid #050505;
  padding: 0 30px;
}
footer .copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
}

/*-------------------------------------------
  レスポンシブ980px以下
  -------------------------------------------*/
@media screen and (max-width: 980px) {
  .text_h2 {
    font-size: 45px;
  }
  .text_h3 {
    font-size: 32px;
  }
  .container {
    max-width: 85%;
  }
  .kaigyou {
    display: block;
  }
  /*-------------------------------------------
    ヘッダー
    -------------------------------------------*/
  #header .header_inner {
    height: 60px;
  }
  #header .header_inner .logo {
    z-index: 20;
  }
  #navi {
    position: fixed;
    background: #5287BC;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 10;
  }
  #navi ul {
    flex-direction: column;
    padding: 60px 10px 0 10px;
    text-align: left;
  }
  #navi ul li {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  #navi ul li:last-child {
    border-bottom: none;
  }
  #navi a {
    font-size: 14px;
    padding-left: 0;
  }
  #navi.active {
    transform: translateY(0%);
  }
  /*-------------------------------------------
    ハンバーガーメニュー
    -------------------------------------------*/
  .hamburger {
    width: 44px;
    height: 44px;
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 20;
    cursor: pointer;
  }
  .hamburger span {
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 14px;
    transition: 0.3s ease-in-out;
    border-radius: 100vh;
  }
  .hamburger span:nth-child(1) {
    top: 24px;
  }
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  .hamburger span:nth-child(3) {
    top: 36px;
  }
  .hamburger.active span:nth-child(1) {
    top: 22px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 22px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(3) {
    top: 22px;
    transform: rotate(45deg);
  }
  /*-------------------------------------------
    メインビジュアル
    -------------------------------------------*/
  .visual_pc {
    display: none;
  }
  .visual_sp {
    display: block;
    max-width: 100%;
    height: auto;
  }
  /*-------------------------------------------
  タブメニュー
  -------------------------------------------*/
  .tab02 {
    align-items: center;
  }
  .tab02 .description {
    margin: 0 20px 20px 20px;
  }
  .tab_label {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
  }
  .tab_label:not(:last-of-type) {
    margin-right: 10px;
  }
  /*-------------------------------------------
    カードレイアウト
    -------------------------------------------*/
  .card_wrapper {
    justify-content: center;
  }
  .card_wrapper .card_design {
    width: 80%;
    height: auto;
    margin: 30px 0;
    justify-content: center;
  }
  .card_wrapper .card_design_body {
    width: 80%;
    margin: 60px auto 30px auto;
  }
  .card_wrapper .card_design_body img {
    width: 60%;
  }
  .card_wrapper .card_design_body .app {
    justify-content: space-around;
  }
  .no_mail .text_h4 {
    margin: 15px 40px 10px 40px;
  }
  .no_kousin {
    margin: 0 auto;
  }
  .no_kousin_wrapper .no_kousin_head {
    font-size: 26px;
  }
  .no_kousin_wrapper .no_kousin_body {
    display: block;
    margin: 30px 0;
  }
  .no_kousin_wrapper .no_kousin_body p {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*-------------------------------------------
  支払い方法レイアウト
  -------------------------------------------*/
  .payment {
    width: 100%;
  }
  .payment .pay_list {
    text-align: center;
    background-color: #fff;
    border: 4px solid #5287BC;
    border-radius: 20px;
    margin-top: 60px;
    padding: 30px;
  }
  .payment .pay_list .text_pay {
    font-size: 26px;
  }
  .payment .pay_list .pay_img {
    width: 90%;
  }
  .payment .pay_list p {
    font-size: 16px;
  }
}
/*-------------------------------------------
  レスポンシブ599px以下
  -------------------------------------------*/
@media screen and (max-width: 599px) {
  .text_h2 {
    font-size: 36px;
  }
  .text_h3 {
    font-size: 26px;
  }
  .text_h4 {
    font-size: 18px;
  }
  .text_h5 {
    font-size: 14px;
  }
  .text_p {
    font-size: 14px;
  }
  .container {
    max-width: 85%;
  }
  .kaigyou {
    display: block;
  }
  /*-------------------------------------------
    ボタン
    -------------------------------------------*/
  .btn {
    width: 200px;
    border-radius: 40px;
    margin: 20px 0;
    font-size: 15px;
  }
  .btn_lg {
    margin-top: 40px;
  }
  .btn::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .kome_indent {
    font-size: 14px;
  }
  .kome_indent_red {
    font-size: 14px;
  }
  /*-------------------------------------------
    メインビジュアル
    -------------------------------------------*/
  .visual_pc {
    display: none;
  }
  .visual_sp {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .news {
    margin-top: 50px;
    padding: 30px 20px;
    border: 2px solid #f34646;
  }
  .news h3 {
    font-size: 20px;
    margin: 0;
  }
  .news h5 {
    margin: 20px auto;
  }
  .news img {
    width: 100%;
  }
  .news .img_pc {
    display: none;
  }
  .news .img_sp {
    display: block;
  }


  /* 臨時休業用news */
.news_kyugyou {
  margin: 50px auto;
  border: 2px solid #008e9b;
}
.news_kyugyou h3 {
  font-size: 20px;
    margin: 0;
}
.news_kyugyou h5 {
  margin: 20px auto;
}
.news_kyugyou img {
  width: 100%;
}
/* 臨時休業用news */


  .body_wrapper {
    padding: 60px 0;
  }
  .body_wrapper .section_head {
    margin: 0 auto 30px auto;
  }
  .body_wrapper .kousin {
    margin: 30px 0 0 0;
  }
  .body_wrapper .kousin img {
    width: 100%;
  }
  .body_wrapper .kousin .price_pc {
    display: none;
  }
  .body_wrapper .kousin .price_sp {
    display: block;
  }
  /*-------------------------------------------
  更新の流れ
  -------------------------------------------*/
  .flow_img {
    margin: 30px 0 0 0;
  }
  .flow_img img {
    width: 100%;
  }
  .flow_img .flow_pc {
    display: none;
  }
  .flow_img .flow_sp {
    display: block;
    max-width: 100%;
    height: auto;
  }
  /*-------------------------------------------
  タブメニュー
  -------------------------------------------*/
  .tab02 {
    align-items: center;
  }
  .tab02 .description {
    margin: 0 20px 20px 20px;
  }
  .tab_label {
    height: 40px;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px 15px;
  }
  .tab_label:not(:last-of-type) {
    margin-right: 10px;
  }
  /*-------------------------------------------
    カードレイアウト
    -------------------------------------------*/
  .card_wrapper {
    justify-content: center;
  }
  .card_wrapper .card_design {
    width: 85%;
    height: auto;
    margin: 30px 0;
    justify-content: center;
  }
  .card_wrapper .card_design_head_num {
    font-size: 18px;
  }
  .card_wrapper .card_design_body {
    width: 90%;
    margin: 60px auto 30px auto;
  }
  .card_wrapper .card_design_body img {
    width: 80%;
  }
  .card_wrapper .card_design_body .app {
    flex-direction: column;
    width: 60%;
    margin: 0 auto;
  }
  .card_wrapper .card_design_body .app img {
    margin: 8px 0;
  }
  .no_mail {
    width: 85%;
    margin: 0 0 20px 0;
    padding: 30px 0;
  }
  .no_mail .text_h4 {
    margin: 0 30px 10px 30px;
  }
  .no_kousin {
    margin: 0 auto;
  }
  .no_kousin_wrapper .no_kousin_head {
    font-size: 22px;
  }
  .no_kousin_wrapper .no_kousin_body {
    display: block;
    margin: 30px 0;
  }
  .no_kousin_wrapper .no_kousin_body p {
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /*-------------------------------------------
  支払い方法レイアウト
  -------------------------------------------*/
  .payment {
    width: 100%;
  }
  .payment .pay_list {
    text-align: center;
    background-color: #fff;
    border: 4px solid #5287BC;
    border-radius: 20px;
    margin-top: 60px;
    padding: 30px;
  }
  .payment .pay_list .text_pay {
    font-size: 24px;
  }
  .payment .pay_list .pay_img {
    width: 100%;
  }
  .payment .pay_list .pc {
    display: none;
  }
  .payment .pay_list .sp {
    display: block;
  }
  .payment .pay_list p {
    font-size: 16px;
  }
  /*-------------------------------------------
  フッター
  -------------------------------------------*/
  footer {
    background-color: #efefef;
    padding: 40px 0;
  }
  footer .footer-list {
    display: flex;
    justify-content: center;
  }
  footer .footer-list li {
    padding: 0 10px;
    font-size: 11px;
  }
  footer .footer-list li + li {
    padding: 0 10px;
  }
  footer .copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */