@charset "UTF-8";
/*リセットcss---------------------------*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

@media screen\0  {
  body {
    display: block; } }
a {
  color: #333;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #333;
  text-decoration: none; }

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: .1em;
  line-height: 1.8em;
  font-size: 1.6rem; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }
  button:focus {
    outline: 0; }

/*フォント関連----------------------*/
body {
  font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体","Yu Gothic",YuGothic,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; }

html {
  font-size: 62.5%; }

h1 {
  font-size: 2.5rem;
  margin-bottom: 0; }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.8rem; }

h5 {
  font-size: 1.6rem; }

/*汎用クラス*/
.font_s {
  font-size: 1.4rem !important; }

.font_sm {
  font-size: 1.6rem !important; }

.font_m, .font_20 {
  font-size: 2rem !important; }

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 3.2rem; }

  h3 {
    font-size: 2.6rem; }

  h4 {
    font-size: 2rem; }

  h5 {
    font-size: 1.8rem; }

  .font_m {
    font-size: 2.6rem !important; } }
/* 共通部品置き場 ---------------------------*/
.content {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.content_pt {
  padding-top: 35px !important; }

.content_pb {
  padding-bottom: 35px !important; }

.container_pc {
  width: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.img_circle_hover {
  position: relative;
  z-index: 1; }
  .img_circle_hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: 400% 400%;
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s; }
  .img_circle_hover:hover::before {
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    opacity: .6;
    background-size: 100% 100%;
    z-index: 1; }
  .img_circle_hover::before {
    border-radius: 50%; }
  .img_circle_hover::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(images/img-shadow-circle.svg) no-repeat;
    position: absolute;
    right: -13px;
    top: 0;
    background-size: 100%;
    z-index: -1; }

.img_hover_rounded {
  position: relative;
  z-index: 1; }
  .img_hover_rounded::before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: 400% 400%;
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s; }
  .img_hover_rounded:hover::before {
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    opacity: .6;
    background-size: 100% 100%;
    z-index: 1; }
  .img_hover_rounded::before {
    border-radius: 15px; }

.img_hover {
  position: relative;
  z-index: 1; }
  .img_hover::before {
    content: "";
    width: 100%;
    height: 100%;
    background-size: 400% 400%;
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s; }
  .img_hover:hover::before {
    background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%);
    opacity: .6;
    background-size: 100% 100%;
    z-index: 1; }

.ul_circle {
  list-style-type: disc;
  margin-left: 20px; }

.ol_decimal {
  list-style-type: decimal;
  margin-left: -12px; }

.ul_asterisk li {
  position: relative;
  padding-left: 20px; }
  .ul_asterisk li::before {
    content: "※";
    position: absolute;
    left: 0; }

.border_radius_15 {
  border-radius: 15px !important; }

.border_radius_circle {
  border-radius: 50% !important; }

/*画像サイズ調整（IE用）*/
.object-fit-img {
  font-family: "object-fit: cover;"; }

/*2column　レイアウト、3column　レイアウト（余白用）*/
.two_column_box div, .two_column_box figure, .three_column_box div, .three_column_box figure {
  margin-bottom: 50px; }
  .two_column_box div:last-child, .two_column_box figure:last-child, .three_column_box div:last-child, .three_column_box figure:last-child {
    margin-bottom: 0; }

/*4columnレイアウト（幅用）*/
.four_column_layout .four_column_inner {
  width: 100%;
  margin-bottom: 30px; }
  .four_column_layout .four_column_inner:last-child {
    margin-bottom: 0; }

/*線*/
.border_bottom_gray {
  border-bottom: 1px solid #707070 !important; }

/*枠*/
.border_box {
  border: 1px solid #333;;
  padding: 10px; }

@media only screen and (min-width: 768px) {
  .content {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .content_pt {
    padding-top: 60px !important; }

  .content_pb {
    padding-bottom: 60px !important; }

  /*2column　レイアウト*/
  .two_column_box div:nth-last-child(2), .two_column_box figure:nth-last-child(2) {
    margin-bottom: 0; }

  /*3column　レイアウト*/
  .three_column_box div:nth-last-child(-n + 3), .three_column_box figure:nth-last-child(-n + 3) {
    margin-bottom: 0; }

  /*4columnレイアウト（幅用）*/
  .four_column_layout .four_column_inner {
    max-width: 25%; }
    .four_column_layout .four_column_inner:nth-last-child(-n + 4) {
      margin-bottom: 0; }

  .ipad_border_right_dot {
    border-right: 1px dotted #707070 !important; } }
@media only screen and (min-width: 992px) {
  .border_radius_lg_80 {
    border-radius: 80px !important; }

  .img_hover_rounded::before {
    border-radius: 80px; } }
@media only screen and (min-width: 1200px) {
  .container_pc {
    max-width: 1140px;
    padding-right: 15px; } }
/* ボタン置き場 -----------------------------*/
/*基本ボタン*/
.btn_layout, .click_accordion {
  margin-top: 30px; }
  .btn_layout a, .click_accordion a {
    display: block;
    width: 100%; }
  .btn_layout > a, .btn_layout p, .click_accordion > a, .click_accordion p {
    color: #333;
    font-size: 1.6rem;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    background: #3E3E3E;
    position: relative; }
    .btn_layout > a:hover, .btn_layout p:hover, .click_accordion > a:hover, .click_accordion p:hover {
      /*background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%); */}
    .btn_layout > a::before, .btn_layout > a::after, .btn_layout p::before, .btn_layout p::after, .click_accordion > a::before, .click_accordion > a::after, .click_accordion p::before, .click_accordion p::after {
      content: "";
      display: inline-block;
      height: 8px;
      position: absolute;
      z-index: 1;
      right: 20px;
    display: none; }
    .btn_layout > a::before, .btn_layout p::before, .click_accordion > a::before, .click_accordion p::before {
      border-left: 3px solid #333;
      transform: skewX(45deg);
      top: 37%; }
    .btn_layout > a::after, .btn_layout p::after, .click_accordion > a::after, .click_accordion p::after {
      border-right: 3px solid #333;
      transform: skewX(-45deg);
      top: 48%; }

/*更に表示ボタン*/
.click_accordion p {
  cursor: pointer; }
  .click_accordion p::before {
    right: 27px;
    top: 48%; }

/*元に戻すボタン　矢印*/
.click_accordion_open p::before {
  transform: skewX(-45deg); }
.click_accordion_open p::after {
  transform: skewX(45deg); }

/*電話*/
.tel {
  width: 45px;
  height: 75px; }
  .tel a {
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 75px; }
    .tel a::before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: url(images/icon-tel.svg) no-repeat;
      background-color: #98FB98;
      background-size: 17px;
      border-radius: 50%;
      background-position: center; }
  .tel .tel_sp_text {
    font-size: 1.15rem;
    margin-top: 5px;
    line-height: 1;
    font-weight: bold; }

/*contact*/
.header_contact {
  width: 75px;
  height: 75px;
  margin: 0 10px; }
  .header_contact a {
    color: #333;
    padding: 5px 0 0;
    font-weight: bold;
    font-size: 1.15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px; }
    .header_contact a::before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: url(images/icon-contact.svg) no-repeat;
      background-color: #98FB98;
      background-size: 22px;
      border-radius: 50%;
      background-position: center; }

@media only screen and (min-width: 768px) {
  /*基本ボタン*/
  .btn_layout, .click_accordion {
    margin-top: 60px; }
    .btn_layout > a, .btn_layout p, .click_accordion > a, .click_accordion p {
      min-width: 220px;
      padding: 10px 20px; } }
@media only screen and (min-width: 992px) {
  /*基本ボタン*/
  .btn_layout > a, .btn_layout p, .click_accordion > a, .click_accordion p {
    font-size: 2.7rem;
    border-radius: 35px; } }
@media only screen and (min-width: 1200px) {
  /*電話*/
  .tel {
    width: auto;
    height: auto; }
    .tel a {
      flex-direction: row;
      width: auto;
      height: auto; }
      .tel a::before {
        display: inline-block;
        width: 18px;
        height: 20px;
        background-color: transparent;
        background-size: contain;
        border-radius: 0;
        margin-bottom: 2px; }
    .tel .tel_pc_text {
      font-size: 2.4rem;
      line-height: 1;
      letter-spacing: 0;
      font-weight: bold; }

  /*contact*/
  .header_contact {
    width: auto;
    height: auto;
    margin-left: 25px; }
    .header_contact a {
      padding: 0;
      width: auto;
      height: auto; }
      .header_contact a::before {
        width: 22px;
        height: 20px;
        background-color: transparent;
        background-size: contain;
        border-radius: 0;
        background-position: top; } }
/* 色の汎用クラス置き場 ---------------------------*/
/*テキスト色*/
.text_red {
  color: red !important; }
  .boder_red {
    border-color: red !important;
  }
  .hov_under_line:hover {
    text-decoration: underline;
  }
/*背景色*/
.bg_main_color {
  background: #CEF7CE !important; }

.bg_main_color_lighten20 {
  background: #CEF7CE !important; }

/*下線*/
.border_bottom_yellow {
  background: linear-gradient(transparent 75%, #98FB98 75%); }

/* 共通見出し置き場 ---------------------------*/
/*タイトルレイアウト*/
.title_layout {
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: bold; }

/*丸がつくタイトル*/
.title_circle {
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2em; }
  .title_circle::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #98FB98;
    border-radius: 50%;
    left: 0;
    top: 5px; }

/*左に黒いラインがつくタイトル*/
.title_line {
  padding-left: 10px;
  border-left: 4px solid #333; }

/*下層タイトルレイアウト*/
.title_subvisual_wrapper {
  padding-top: 75px; }

.title_subvisual_layout {
  background: url(images/sub-visual/sub-visual-sp.jpg) no-repeat;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .title_subvisual_layout h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #333;
    font-weight: bold;
    padding: 0 15px;
    text-align: center; }
  .title_subvisual_layout::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.3);*/ }

.page_about .title_subvisual_layout {
  background: url(images/sub-visual/sub-visual-about-sp.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 768px) {
  /*下層タイトルレイアウト*/
  .title_subvisual_layout {
    background: url(images/sub-visual/sub-visual-pc.jpg) no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center; }

  .page_about .title_subvisual_layout {
    background: url(images/sub-visual/sub-visual-about-pc.jpg) no-repeat;
    background-size: cover;
    background-position: center; } }
@media only screen and (min-width: 992px) {
  /*タイトルレイアウト*/
  .title_layout {
    margin-bottom: 60px;
    font-size: 3.2rem; }

  /*下層タイトルレイアウト*/
  .title_subvisual_layout {
    padding-top: 80px;
    padding-bottom: 80px; } }
@media only screen and (min-width: 1200px) {
  /*下層タイトルレイアウト*/
  .title_subvisual_wrapper {
    padding-top: 90px; }

  .title_subvisual_layout {
    padding-top: 100px;
    padding-bottom: 100px; } }
/* ヘッダー関連 ------------------------*/
.page_header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 75px;
  background: #fff;
  top: 0; }
  .page_header::after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    background: url(images/header-bottom.png) no-repeat;
    background-size: cover;
    background-position: bottom; }
  .page_header .ul_nav_header .nav_link {
    padding: 2rem;
    color: #333;
    font-size: 2rem;
    border-bottom: 1px solid #333;
    display: block;
    font-weight: bold; }
  .page_header .ul_nav_header .nav_item:last-child .nav_link {
    border-bottom: none; }
  .page_header .ul_nav_header .sub_nav_wrapper {
    border-bottom: 1px solid #333;
    padding-bottom: 2.5rem; }
    .page_header .ul_nav_header .sub_nav_wrapper .sub_nav_box {
      display: none; }
      .page_header .ul_nav_header .sub_nav_wrapper .sub_nav_box > a {
        transition: none; }
    .page_header .ul_nav_header .sub_nav_wrapper .nav_link {
      padding: 2.5rem 2.5rem 0 2.5rem;
      border-bottom: none; }
    .page_header .ul_nav_header .sub_nav_wrapper > .nav_link {
      position: relative;
      padding-left: 40px;
      padding-right: 40px; }
      .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::before, .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::after {
        content: "";
        position: absolute;
        top: 65%;
        display: inline-block;
        height: 8px;
        z-index: 1; }
      .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::before {
        border-left: 3px solid #333;
        transform: skewX(45deg);
        right: 35px; }
      .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::after {
        border-right: 3px solid #333;
        transform: skewX(-45deg);
        right: 28px; }
      .page_header .ul_nav_header .sub_nav_wrapper > .nav_link.sub_nav_link_open::before {
        transform: skewX(-45deg); }
      .page_header .ul_nav_header .sub_nav_wrapper > .nav_link.sub_nav_link_open::after {
        transform: skewX(45deg); }
    .page_header .ul_nav_header .sub_nav_wrapper .sub_nav .nav_link {
      padding: 2rem 2.5rem 0 2.5rem;
      font-size: 1.35rem;
      border-bottom: none; }

/*gnav　開いた時*/
.nav_open {
  display: block !important;
  position: fixed;
  overflow-y: auto;
  top: 75px;
  padding-bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  background: #CEF7CE;
  animation: 0.3s 1 normal forwards fade-in;
  -webkit-animation: 0.3s 1 normal forwards fade-in; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*html　固定*/
.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; }

/*閉じるボタン*/
.close_box {
  width: 45px;
  height: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

/*閉じるボタン　丸*/
.nav_button_wrapper {
  background: #98FB98;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

/*閉じるボタン　アイコン*/
.nav_button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  width: 20px;
  height: 12.5px;
  background: none;
  z-index: 1001;
  cursor: pointer; }

/*閉じるボタン　アイコン3本線*/
.icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #333; }

/*閉じるボタン　アイコン3本線　通常時*/
.icon-bar:first-child {
  top: 0; }

.icon-bar:nth-child(2) {
  top: 48%; }

.icon-bar:nth-child(3) {
  bottom: 0; }

/*閉じるボタン　アイコン3本線　クリックした時*/
.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
  top: -5px; }

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0; }

.nav_button.move .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  bottom: -4px; }

.menu_text {
  color: #333;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px; }

/*ロゴ*/
.logo img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  min-width: 50px; }
  .logo span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 3px;
  }

.cmnanc {
  margin-top: -75px;
  padding-top: 75px;
}
.link {
  color: #0056b3;
}
.link:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .page_header::after {
    height: 70px; } 
  }

@media only screen and (min-width: 1200px) {
  .logo img {
    width: 75px;
    min-width: 75px;
    margin-top: -16px; }
    .logo span {
      margin-top: -2px;
      font-size: 14px;
      line-height: 1.5;
      margin-left: 10px;
    }
  .page_header {
    padding-top: 18px;
    height: 90px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
    .page_header::after {
      content: none; }
    .page_header .ul_nav_header {
      display: flex; }
      .page_header .ul_nav_header .nav_link {
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.3em;
        border: none; }
        .page_header .ul_nav_header .nav_link:hover {
          opacity: 0.6; }
      .page_header .ul_nav_header .nav_item {
        margin: 0 1.8rem; }
        .page_header .ul_nav_header .nav_item:last-of-type {
          margin-right: 0; }
      .page_header .ul_nav_header .sub_nav_wrapper {
        padding-bottom: 15px;
        border: none; }
        .page_header .ul_nav_header .sub_nav_wrapper:hover .sub_nav_box {
          display: block !important;
          animation: 0.3s 1 normal forwards fade-in;
          -webkit-animation: 0.3s 1 normal forwards fade-in;
          padding-bottom: 0;
          border-bottom: none;
          border-radius: 20px;
          padding: 0 20px 20px 20px;
          background: #fff;
          position: absolute;
          top: 85px;
          border: 1px solid #98FB98;
          min-height: 240px; }
          .page_header .ul_nav_header .sub_nav_wrapper:hover .sub_nav_box::before {
            content: "";
            position: absolute;
            border: 10px solid transparent;
            border-bottom: 10px solid #fff;
            width: 10px;
            height: 10px;
            top: -20px;
            left: 18px;
            z-index: 100; }
        .page_header .ul_nav_header .sub_nav_wrapper .nav_link {
          padding: 0; }
        .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::before, .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::after {
          height: 3px;
          top: 50%; }
        .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::before {
          right: -10px; }
        .page_header .ul_nav_header .sub_nav_wrapper > .nav_link::after {
          right: -13px; }
        .page_header .ul_nav_header .sub_nav_wrapper .sub_nav .nav_item {
          margin: 0; }
          .page_header .ul_nav_header .sub_nav_wrapper .sub_nav .nav_item:last-of-type .nav_link {
            border-bottom: none;
            padding-bottom: 0; }
        .page_header .ul_nav_header .sub_nav_wrapper .sub_nav .nav_link {
          font-size: 1.8rem;
          border-bottom: 1px solid #707070;
          display: flex;
          align-items: center;
          padding: 20px; }
          .page_header .ul_nav_header .sub_nav_wrapper .sub_nav .nav_link::before {
            content: "";
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-right: 15px; }
        .page_header .ul_nav_header .sub_nav_wrapper .sub_nav.menu .nav_item:nth-of-type(1) .nav_link::before {
          background: url(images/sub-menu-food.jpg) no-repeat;
          background-size: contain; }
        .page_header .ul_nav_header .sub_nav_wrapper .sub_nav.menu .nav_item:nth-of-type(2) .nav_link::before {
          background: url(images/sub-menu-drink.jpg) no-repeat;
          background-size: contain; }
      

  /*gnav nav*/
  .nav_header {
    margin-top: 10px; } 

  .cmnanc {
    margin-top: -90px;
    padding-top: 90px;
  }

  }
/*  フッター関連 ----------------------------*/
/*トップに戻る*/
.page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #3E3E3E;
  border-radius: 50%;
  z-index: 80;
  cursor: pointer;
  font-size: 1.35rem;
  text-align: center;
  padding-top: 18px;
  padding-left: 3px;
  font-weight: bold;
  box-shadow: 0 4px 3px rgba(51, 51, 51, 0.5);
  letter-spacing: 0; }
  .page_top::before {
    content: "";
    position: absolute;
    top: -15px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 15px;
    height: 15px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    border-color: #fff;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .page_top:hover {
    color: #fff;
    /*background: linear-gradient(45deg, #ffe222 0%, #faba9d 100%); */
  }

.page_footer {
  margin-top: auto;
  position: relative; }

/*ロゴ*/
.footer_logo {
  width: 168px;
  min-width: 168px; }

/*住所*/
address {
  font-size: 1.4rem; }

/*コピーライト*/
.copyright {
  font-size: 1.3rem; }

@media only screen and (min-width: 768px) {
  /*ロゴ*/
  .footer_logo {
    width: 168px;
    min-width: 168px;
    margin-top: -38px; } }
    
@media only screen and (min-width: 992px) {
  /*トップに戻る*/
  .page_top {
    width: 65px;
    height: 65px;
    font-size: 2rem;
    padding-top: 20px; }
    .page_top::before {
      top: -25px;
      width: 18px;
      height: 18px;
      border-top: 4px solid #333;
      border-right: 4px solid #333;
      border-radius: 4px;
      border-color: #fff;
     }

  /*住所、コピーライト*/
  address, .copyright {
    font-size: 1.6rem; } }
@media only screen and (min-width: 1200px) {.btn_layout > a, .btn_layout p, .click_accordion > a, .click_accordion p
  /*ロゴ*/
  .footer_logo {
    width: 350px;
    min-width: 350px; } }
/* お知らせ関連 ------------------------*/
.news_box .list-group-item {
  border: none;
  padding-top: 0;
  margin-bottom: 15px;
  background: none; }
.news_box .news-date {
  font-weight: bold; }
.news_box .news_category {
  min-width: 80px;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  margin-left: 10px;
border-radius: 15px; }
.news_box .cat-0 .news_category {
  color: #fff;
  background: #3E3E3E; }
.news_box .cat-1 .news_category {
  background: #EBEB4D; }
.news_box a:hover {
  text-decoration: underline; }
.news_box .btn_layout a:hover {
  text-decoration: none; }

/*お知らせ共通---------------------*/
.news_box div,
.news_box div span,
.news_box p span {
  /*文字体裁を整える用*/
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #333;
  letter-spacing: .1em; }

.detailUpfile img {
  width: 100%;
  border-radius: 15px; }

/*お知らせ一覧---------------------*/
/*前へ後ろへボタン*/
.pager a {
  text-align: center;
  margin: 0 10px;
  border: 1px solid #333;
  padding: 0 5px;
  font-weight: bold; }
  .pager a:hover {
    background: #98FB98;
    border: 1px solid #98FB98;
    text-decoration: none; }
  .pager a.current {
    background: #98FB98;
    border: 1px solid #98FB98; }

@media only screen and (min-width: 768px) {
  /*お知らせ記事---------------------*/
  .detailUpfile img {
    width: auto; }

  /*前へ後ろへボタン*/
  .pager a {
    max-width: 220px; }

  /*一覧ページ--------------------*/
  .page_news .list-group-item {
    display: flex; }
  .page_news .news_text_box {
    margin-top: 0; } }
@media only screen and (min-width: 992px) {
  .news_box .news_category {
    border-radius: 15px;
    min-width: 157px; }

  .news_text_box {
    margin-top: 20px; }

  /*お知らせ記事---------------------*/
  .detailUpfile img {
    border-radius: 80px; } }
/* メイン設定 ---------------------------*/
/*メイン画像---------------------*/
.main_visual {
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 0 !important; }
  .main_visual .main_visual_inner {
    position: absolute;
    z-index: 10;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px; }
    .main_visual .main_visual_inner p {
      font-size: 2.75rem;
      background: #fff;
      display: inline-block;
      padding: 0 10px; }

/*動く波-----------------------------*/
.canvas_container {
  overflow: hidden;
  position: relative;
  padding-bottom: 165px; }
  .canvas_container .sineCanvas {
    position: absolute;
    bottom: 0; }
  .canvas_container.bg_sine_white {
    padding-bottom: 60px;
    position: relative; }
    .canvas_container.bg_sine_white::before {
      content: "";
      width: 100%;
      height: 55px;
      position: absolute;
      bottom: 0;
      background: url(images/bg-sine-white.png) no-repeat;
      background-size: 100%;
      pointer-events: none; }

/*数字アイコン--------------------------*/
.circle_number {
  color: #fff;
  background: #98FB98;
  border-radius: 50%;
  padding: 9px 10px;
  font-size: 2.3rem;
  display: inline-block; }

/*フロー--------------------------*/
.flow_box .flow {
  padding-bottom: 90px;
  position: relative; }
  .flow_box .flow:not(:first-of-type) {
    margin-top: -30px; }
  .flow_box .flow:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    border: 1px dotted #98FB98;
    left: 21px;
    top: 10px; }
  .flow_box .flow::after {
    content: "";
    width: 15px;
    display: block;
    position: absolute;
    border: 15px solid transparent;
    border-top: 15px solid #98FB98;
    left: 7px;
    top: 50%; }
  .flow_box .flow:last-of-type {
    padding-bottom: 0; }
    .flow_box .flow:last-of-type::after {
      content: none; }
  .flow_box .flow .flow_text {
    margin-left: 60px; }

/*アコーディオン---------------------*/
.accordion_content {
  display: none; }

/*表　dl---------------------*/
.dl_layout dt, .dl_layout dd {
  border-bottom: 1px solid #707070;
  padding: 10px; }
.dl_layout dt {
  text-align: center;
  background: #98FB98;
  display: flex;
  align-items: center;
  justify-content: center; }
.dl_layout dd {
  background: #fff; }

/*table scroll*/
.table_scroll {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/*table layout（dlのような表）*/
.table_dl_layout {
  table-layout: fixed;
  min-width: 100%; }
  .table_dl_layout th, .table_dl_layout td {
    padding: 10px;
    border-bottom: 1px solid #707070; }
  .table_dl_layout th {
    width: 200px;
    background: #98FB98; }
  .table_dl_layout td {
    width: 400px;
    background: #fff; }

/*table layout（通常の表）*/
.table_layout {
  table-layout: fixed;
  min-width: 100%;
  border: 1px solid #707070; }
  .table_layout tr:first-of-type th:not(:first-of-type) {
    width: 200px; }
  .table_layout tr:first-of-type th:nth-of-type(2) {
    border-right: 1px solid #707070; }
  .table_layout tr:not(:first-of-type) th {
    border-bottom: 1px solid #707070; }
  .table_layout th, .table_layout td {
    padding: 10px; }
  .table_layout th {
    width: 120px;
    background: #98FB98; }
  .table_layout td {
    background: #fff;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070; }
    .table_layout td:last-of-type {
      border-right: none; }

/*gallery---------------------*/
.gallery {
  max-width: 1280px;
  margin: 0 auto; }
  .gallery .gallery_inner_base, .gallery .gallery_inner_middle {
    position: relative;
    width: 50%; }
  .gallery .width_base, .gallery .width_middle {
    position: relative;
    margin: 0 auto;
    padding-top: 100%; }
    .gallery .width_base img, .gallery .width_middle img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* 画像の最大サイズは枠の1.5倍まで */
      max-width: 150%;
      max-height: 150%;
      z-index: -1; }
  .gallery .gallery_inner_long, .gallery .gallery_inner_long_base, .gallery .gallery_inner_middle_half {
    position: relative;
    width: 100%; }
  .gallery .width_long, .gallery .width_long_base, .gallery .width_middle_half {
    position: relative;
    margin: 0 auto;
    padding-top: 50%; }
    .gallery .width_long img, .gallery .width_long_base img, .gallery .width_middle_half img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      /* 画像の最大サイズは枠の1.5倍まで */
      max-width: 150%;
      max-height: 150%;
      z-index: -1; }
  .gallery img {
    width: 100%;
    object-fit: cover; }
  .gallery a .gallery_text {
    position: absolute;
    width: 100%;
    font-size: 2rem;
    color: #333;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 0;
    font-weight: bold;
    display: none; }
  .gallery a:hover .gallery_text {
    display: inline-block; }

/*アクセス---------------------*/
.map {
  z-index: 1;
  position: relative;
  height: 200px; }
  .map iframe {
    height: 200px;
    width: 100%;
    border: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0); }

/*商品レイアウト--------------------------*/
.card_list .card_list_inner {
  margin-bottom: 30px;
  display: block;
  background: #fff;
  box-shadow: 1px 4px 5px rgba(51, 51, 51, 0.5);
  padding: 10px;
  border-radius: 15px; }
  .card_list .card_list_inner:last-of-type {
    margin-bottom: 0; }
  .card_list .card_list_inner .img_zoom {
    border-radius: 15px; }
    .card_list .card_list_inner .img_zoom img {
      border-radius: 15px; }
  .card_list .card_list_inner .card_list_btn {
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px; }
  .card_list .card_list_inner:hover {
    color: #333; }

/*バージョン違いのデザイン 横幅調整---------------------*/
#subpage.ver_change .page_main {
  margin-top: 30px;
  border-radius: 10px; }

/*バージョン違いのデザイン*/
.ver_change .page_main,
.ver_change .main_visual {
  margin-left: 15px;
  margin-right: 15px;
  background: #fff; }
.ver_change .main_visual {
  margin-top: 120px;
  padding-top: 0;
  border-radius: 10px 10px 0 0; }
.ver_change .page_main {
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px; }
.ver_change::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  background-color: rgba(255, 228, 49, 0.5); }
.ver_change::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: .8;
  z-index: -1;
  background-color: rgba(255, 228, 49, 0.5); }
.ver_change .page_footer {
  background: rgba(255, 255, 255, 0.5); }

@media only screen and (min-width: 768px) {
  /*メイン画像---------------------*/
  .main_visual .main_visual_inner {
    max-width: 720px;
    top: 60%; }

  /*動かない白い波-----------------------------*/
  .canvas_container.bg_sine_white {
    padding-bottom: 80px; }
    .canvas_container.bg_sine_white::before {
      height: 115px; }

  /*丸背景---------------------*/
  .bg_circle {
    background-image: url(images/bg-left.png), url(images/bg-right.png);
    background-repeat: no-repeat;
    background-position: top 1200px left,top 450px right;
    background-size: 200px 200px; }

  /*gallery---------------------*/
  .gallery .gallery_inner_base, .gallery .gallery_inner_long_base, .gallery .gallery_inner_middle {
    width: 25%; }
  .gallery .gallery_inner_middle_half {
    width: 50%; }
  .gallery .gallery_inner_long {
    width: 75%; }
  .gallery .width_long {
    padding-top: 33.3%; }
  .gallery .width_long_base {
    padding-top: 100%; }

  /*商品レイアウト---------------------*/
  .card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .card_list .card_list_inner {
      max-width: 32.5%;
      min-width: 32.5%;
      margin: 0 1% 30px 0;
      transition: 1s all;
      padding: 20px; }
      .card_list .card_list_inner:nth-of-type(3n) {
        margin-right: 0; }
      .card_list .card_list_inner:nth-last-of-type(-n + 3) {
        margin-bottom: 0; }
      .card_list .card_list_inner .img_zoom {
        overflow: hidden; }
        .card_list .card_list_inner .img_zoom img {
          transition: 1s all; }
      .card_list .card_list_inner:hover {
        box-shadow: 10px 10px 5px rgba(51, 51, 51, 0.5);
        transition: 1s all; }
        .card_list .card_list_inner:hover .img_zoom img {
          transform: scale(1.2, 1.2);
          transition: 1s all; }

  /*バージョン違いのデザイン 横幅調整---------------------*/
  #subpage.ver_change .page_main {
    min-width: 720px; }

  /*バージョン違いのデザイン*/
  .ver_change .page_main,
  .ver_change .main_visual {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }
  .ver_change .main_visual {
    margin-top: 140px; } }
@media only screen and (min-width: 992px) {
  /*メイン画像---------------------*/
  .main_visual .main_visual_inner {
    max-width: 960px;
    top: 50%; }
    .main_visual .main_visual_inner p {
      font-size: 3.7rem; }

  /*動かない白い波-----------------------------*/
  .canvas_container.bg_sine_white {
    padding-bottom: 90px; }
    .canvas_container.bg_sine_white::before {
      height: 130px;
      background: url(images/bg-sine-white.png) no-repeat;
      background-size: cover; }

  /*丸背景---------------------*/
  .bg_circle {
    background-image: url(images/bg-left.png), url(images/bg-right.png);
    background-repeat: no-repeat;
    background-position: top 1300px left,top 450px right;
    background-size: 400px 400px; }

  /*表　dl---------------------*/
  .dl_layout dt {
    font-size: 2rem; }
  .dl_layout dd {
    padding-left: 55px;
    display: flex;
    align-items: center; }

  /*table layout（dlのような表）*/
  .table_dl_layout th {
    width: 25%;
    font-size: 2rem; }
  .table_dl_layout td {
    width: 75%;
    padding-left: 55px; }

  /*table layout（通常の表）*/
  .table_layout th {
    width: 133px;
    font-size: 2rem; }

  /*アクセス---------------------*/
  .map {
    height: 350px; }
    .map iframe {
      height: 350px; }

  /*商品レイアウト--------------------------*/
  .card_list .card_list_inner {
    border-radius: 30px; }
  .card_list .img_zoom {
    border-radius: 30px; }
    .card_list .img_zoom img {
      border-radius: 30px; }

  /*バージョン違いのデザイン 横幅調整---------------------*/
  #subpage.ver_change .page_main {
    min-width: 960px; }

  /*バージョン違いのデザイン*/
  .ver_change .page_main,
  .ver_change .main_visual {
    max-width: 960px; }
  .ver_change .container {
    padding-left: 50px;
    padding-right: 50px; }
  .ver_change .page_header .container {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (min-width: 1200px) {
  /*メイン画像---------------------*/
  .main_visual {
    padding-top: 90px; }
    .main_visual .main_visual_inner {
      max-width: 1140px; }

  /*動かない白い波-----------------------------*/
  .canvas_container.bg_sine_white {
    padding-bottom: 180px; }
    .canvas_container.bg_sine_white::before {
      height: 215px; }

  /*丸背景---------------------*/
  .bg_circle {
    background-image: url(images/bg-left.png), url(images/bg-right.png);
    background-repeat: no-repeat;
    background-position: top 1300px left,top 320px right;
    background-size: 560px 560px; }

  /*バージョン違いのデザイン 横幅調整---------------------*/
  #subpage.ver_change .page_main {
    min-width: 1140px; }

  /*バージョン違いのデザイン*/
  .ver_change .page_main,
  .ver_change .main_visual {
    max-width: 1140px; } }

.pic_radius {
  border-radius: 15px;
}
.mb160 {
  margin-bottom: 80px;
}
.img-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.type_rev {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .img-fluid {
    display: inline;
  }
  .mb160 {
    margin-bottom: 160px;
  }
}


