/*==============================================
 Base
 ===============================================*/
body {
  color: #434852;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: YakuHanJP, 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
header {
  position: relative;
}
.abs {
  position: absolute;
  z-index: 1;
}
a:active, a:focus {
  outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 30px 0;
  color: #4d9f42;
  font-weight: normal;
  line-height: 1.5;
}
h1, h2 {
  letter-spacing: 2px;
}
h3, h4 {
  letter-spacing: 2px;
}
h5, h6 {
  letter-spacing: 1px;
}
p {
  color: #434852;
}
a {
  text-decoration: none !important;
}
a:hover, a:focus {
  color: #323232;
}
a, .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
}
a img, iframe {
  border: none;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}
.text-right {
  text-align: right;
}
.container {
  position: relative;
  z-index: 2;
}

/*==============================================
 Utility
 ===============================================*/
.m-top-0, .m-top-10, .m-top-15, .m-top-20, .m-top-25, .m-top-30, .m-top-35, .m-top-40, .m-top-50, .m-top-80, .m-top-100, .m-bot-0, .m-bot-10, .m-bot-15, .m-bot-20, .m-bot-25, .m-bot-30, .m-bot-35, .m-bot-40, .m-bot-50, .m-bot-80, .m-bot-100 {
  display: inline-block;
}
.m-top-0 {
  margin-top: 0 !important;
}
.m-top-5 {
  margin-top: 5px;
}
.m-top-10 {
  margin-top: 10px;
}
.m-top-15 {
  margin-top: 15px;
}
.m-top-20 {
  margin-top: 20px;
}
.m-top-25 {
  margin-top: 25px;
}
.m-top-30 {
  margin-top: 30px;
}
.m-top-35 {
  margin-top: 35px;
}
.m-top-40 {
  margin-top: 40px;
}
.m-top-50 {
  margin-top: 50px;
}
.m-top-80 {
  margin-top: 80px;
}
.m-top-100 {
  margin-top: 100px;
}

/*margin bottom*/
.m-bot-0 {
  margin-bottom: 0 !important;
}
.m-bot-10 {
  margin-bottom: 10px;
}
.m-bot-15 {
  margin-bottom: 15px;
}
.m-bot-20 {
  margin-bottom: 20px;
}
.m-bot-25 {
  margin-bottom: 25px;
}
.m-bot-30 {
  margin-bottom: 30px;
}
.m-bot-35 {
  margin-bottom: 35px;
}
.m-bot-40 {
  margin-bottom: 40px;
}
.m-bot-50 {
  margin-bottom: 50px;
}
.m-bot-60 {
  margin-bottom: 60px;
}
.m-bot-80 {
  margin-bottom: 80px;
}
.m-bot-100 {
  margin-bottom: 100px;
}

/*padding top*/
.p-top-0 {
  padding-top: 0;
}
.p-top-10 {
  padding-top: 10px;
}
.p-top-15 {
  padding-top: 15px;
}
.p-top-20 {
  padding-top: 20px;
}
.p-top-25 {
  padding-top: 25px;
}
.p-top-30 {
  padding-top: 30px;
}
.p-top-35 {
  padding-top: 35px;
}
.p-top-40 {
  padding-top: 40px;
}
.p-top-50 {
  padding-top: 50px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 100px;
}
.p-tb-10 {
  padding: 10px 0;
}
.p-tb-20 {
  padding: 20px 0;
}
.p-tb-30 {
  padding: 30px 0;
}
.p-tb-50 {
  padding: 50px 0;
}
.p-tb-100 {
  padding: 100px 0;
}
.p-tb-150 {
  padding: 150px 0;
}
.p-tb-200 {
  padding: 200px 0;
}
.p-top-0 {
  padding-top: 0 !important;
}
.p-bot-0 {
  padding-bottom: 0 !important;
}
.p-bot-100 {
  padding-bottom: 100px !important;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.relative {
  position: relative;
}
.vertical-align {
  position: relative;
}

/*==============================================
 Bootstrap Reset
 ===============================================*/
.container-fluid,
.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
  padding-right: 30px;
  padding-left: 30px;
}

/*==============================================
 Body
 ===============================================*/
.body-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.page-content {
  display: block;
  width: 100%;
  padding: 150px 0;
  position: relative;
}
#present.page-content,
.page-content.top04,
#link.page-content {
    padding: 120px 0;
}

/*==============================================
 Banner: Static
 ===============================================*/
h1 {
  margin: 0;
}

/*==============================================
 Scroll Top
 ===============================================*/
.lift-off {
  position: fixed;
  right: 16%;
  bottom: 30px;
  width: 68%;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.lift-off_show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.lift-off_hide {
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}

/*==============================================
 Background Images
 ===============================================*/
.bg_img7 {
  left: 0;
  top: -200px;
  width: 311px;
}
.bg_img8 {
  left: 10px;
  top: 200px;
  width: 143.5px;
}
.bg_img3,
.bg_img10,
.bg_img12 {
  width: 70px;
}
.bg_img3 {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.bg_img10,
.bg_img12 {
  left: 10px;
  top: 150px;
}
.bg_img11 {
  left: 0;
  top: -310px;
  width: 324px;
}
.bg_img13 {
  top: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 42px;
}
.bg_img14 {
  top: 55px;
  left: 0;
  width: 22px;
}
.bg_img15 {
  top: 0;
  right: 0;
  max-height: 650px;
}
.bg_img16 {
  top: 30px;
  left: 50px;
  width: 16px;
}
a.bg_img17 {
    right: 50px;
    top: -20px;
    display: block;
    transition: 0.3s;
}
a.bg_img17 img {
  max-height: 216px;
  transition: 0.3s;
}
a.bg_img17:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
.top-bar {
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid #4E616A;
}
.top-bar a img {
  width: 62px;
}
.top-bar span.none_sp {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #4E616A;
  font-size: 14px;
  margin-left: 10px;
}
footer.footer a {
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.top-bar span.none_sp a {
  color: #4E616A;
}
.top-bar span.none_sp a:hover {
  opacity: .8;
}
.top-bar p {
  margin-bottom: 0;
  line-height: 1;
}
div#home {
  background-position: top center;
  background-size: auto;
  background-repeat: repeat;
}
.main_bottom {
  left: 0;
  width: 100%;
}
.main_bottom img.nami_white {
  position: relative;
  bottom: -1px;
  vertical-align: bottom;
  min-width: 1920px;
  width: 100%;
}
h1 img {
  display: block;
  max-height: 420px;
}
.page-content.top01 {
  padding: 0;
}
.top01 .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.top01_1 p.font20 {
  font-size: 18px;
  line-height: 4em;
  letter-spacing: 0.25em;
  display: block;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
.font32 {
  color: #8f5a44;
  font-size: 32px;
  letter-spacing: 0.3em;
}
.font36 {
  font-size: 36px;
  letter-spacing: 0.3em;
  line-height: 2;
}
.font52 {
  font-size: 52px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.font24 {
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 0.22em;
}
.font20 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.font18 {
  font-size: 18px;
  line-height: 2;
}
.font17 {
    line-height: 2.3;
    font-size: 17px;
    letter-spacing: 0.14em;
}
.font15 {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: 0.3em;
}
.font16 {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.22em;
}
.font14 {
  color: #434852;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.font14-2 {
  line-height: 1.9;
  font-size: 14px;
  letter-spacing: 0.34em;
}
.add2025 .font32 {
    line-height: 1.8;
    font-size: 32px;
    letter-spacing: 0.34em;
}
.font13 {
  font-size: 13px;
  line-height: 2.2;
}
.okayama-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.okayama-menu a {
  color: #4E616A;
  display: block;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-indent: -0.16em;
  font-size: 18px;
  line-height: 1em;
  position: relative;
  padding: 40px 0;
}
.okayama-menu a img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 9px;
    position: absolute;
    right: -20px;
    top: calc(50% - 3.5px);
    transform: translateY(-50%);
    transition: all .3s;
}
.okayama-menu a:hover {
  opacity: 0.8;
}
.okayama-menu a:hover img {
  bottom: -5px;
}
.justify {
  text-align: justify;
  font-feature-settings: "palt" 1;
}
.top01_1 .font13, .top01_1 .font13 a {
  color: #5B4E45;
  letter-spacing: 0.08em;
  line-height: 2.5;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.top01_1 .font13 a:hover {
  color: #434852;
}
.top02 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top02 .flex>div {
  width: calc(42% - 30px);
}
.top02 .flex>div:last-child {
  width: calc(58% - 30px);
}
.top03 p {
  display: block;
}
.top03 p,
.top04 p {
  display: block;
  z-index: 1;
  position: relative;
  color: #4E616A;
}
.top03 p.font13 {
  color: #514943;
}
.top03 p.font15 {
    line-height: 2.2;
    font-size: 18px;
    letter-spacing: 0.14em;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: 660px;
  width: 1143px;
  background: white;
  padding: 80px 60px;
  border-radius: 0;
}
.modal a {
  transition: all 0.3s;
}
.modal a:hover {
  opacity: 0.8;
}
.modal-content .flex {
  align-items: center;
}
.modal-content .text p.font15 {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.modal .font20 {
  color: #4E616A;
}
.modal .font15 {
  color: #4E616A;
}
.modal .close_btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  width: 1143px;
  height: 660px;
}
.modal .close_btn {
  position: absolute;
  width: 35px;
  height: 35px;
  top: -45px;
  right: 10px;
  cursor: pointer;
}
.modal .close_btn::before, .modal .close_btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #fff;
}
.modal .close_btn::before {
  transform: rotate(45deg);
}
.modal .close_btn::after {
  transform: rotate(-45deg);
}
body {
  top: auto !important;
}
.modal-content img.mw100, .modal-content .text {
  width: calc(100% / 2 - 30px);
}
img.title_bg {
  z-index: -1;
  width: 186px;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
}
.gry {
  color: #889BA5;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.top04 p.font32 {
  line-height: 1.8;
}
.top04 p.font32 img.title_bg.abs {
  top: -40px;
}
.top04 p.font32 img.title_bg.abs {
  left: 50%;
  transform: translateX(-465px);
}
.add2025 .font32 img.title_bg.abs {
  top: -50px;
  left: 50%;
  transform: translateX(-300px);
}
.add1017-bg img.title_bg {
    top: -100px;
    left: 50%;
    transform: translateX(-400px);
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top07 .flex_a {
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  font-size: 0;
}
.top07 .flex.area {
  display: flex;
  justify-content: space-between;
}
.top07 .area_item {
  width: calc(100% / 3 - 26.5px);
  background-color: #fff;
  /* padding: 40px; */
  padding: 0 40px 40px 100px;
  margin-bottom: 45px;
  position: relative;
}
.top07 .area_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.top07 .area_item_title {
  width: 100%;
}
.top07 .area_item * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    /* font-family: YakuHanJP, 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}
.top08 .flex {
  display: flex;
  justify-content: center;
}
.top08 .flex a {
  display: block;
  position: relative;
  width: 360px;
}
.top08 .flex a:last-child {
  margin-left: 60px;
}
.top08 .flex a img {
  max-width: 360px;
  width: 100%;
}
.top08 .flex a:hover {
  opacity: .8;
}
footer.footer {
  background-color: #4E616A;
  padding: 25px 0;
}
footer.footer p, footer.footer a {
  font-size: 13px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.01em;
}
footer.footer p {
  display: block;
}
footer.footer p.text-right {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
footer.footer a:hover {
  opacity: .8;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.float .flex {
  justify-content: space-around;
}
.row {
  position: relative;
}
img.mw100 {
  max-width: 100%;
}
div.float {
  background-position: center;
  background-size: initial;
  background-repeat: repeat;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 1049;
  background-color: rgba(255, 255, 255, .9);
}
div.float.lift-off_show {
  display: flex;
  justify-content: center;
  /* background-image: url(../img/float.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    z-index: 1049;
}
div.float.lift-off_show .float_p, div.float.lift-off_show .float_a {
  padding: 20px 0;
  float: left;
  text-align: center;
}
div.float.lift-off_show .float_p {
  width: 280px;
}
div.float.lift-off_show .float_a {
  width: 30px;
}
div.float.lift-off_show .float_a:nth-child(2) {
  width: 710px;
}
div.float a .areaimg {
  display: inline-block;
}
.f-tab, .f-sp {
  display: none;
}
div.float .mw100.f-pc {
  max-width: 760px;
  width: 100%;
}
div.float a {
  display: inline-block;
  max-width: 100%;
  color: #434852;
}
div.float a:hover {
  opacity: .8;
}
div.float a img.f-pc.on {
  display: none;
}
div.float a:hover img {
  transition: .3s;
}
div.float a:hover img.f-pc.def {
  display: none;
}
div.float a:hover img.f-pc.on {
  display: inline-block;
}
a.anc.top_back {
  width: 50px;
  height: 50px;
  border: 1px solid #786A57;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: -90px;
  right: 30px;
  background-image: url(../img/top_modoru.png);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
a.anc.top_back:hover {
  opacity: 0.8;
}
.cb {
  clear: both;
}
#products.page-content {
  background: #FFFFFF;
}
.page-content.add1017-bg,
#link.page-content {
  background: #F6F7F8;
}
#present.page-content,
.page-content.top01_1 {
    background-color: #4E616A;
}
.page-content.top01_1 {
    padding-top: 230px;
    padding-bottom: 210px;
    background-image: url(../img/okayama2025_about_back.png);
    background-position: center left 200px;
    background-size: 509px;
    background-repeat: no-repeat;
}
.color-white {
  color: #ffffff;
}
.page-content.top04 {
  padding-top: 170px;
}
.top03.add1017 p.shop-area-gene {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.top03.add1017 p.shop-name2 {
    font-size: 12px;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-family: 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.top03.add1017 p.shop-name1 {
    font-size: 20px;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.15em;
    text-align: left;
    font-family: 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-orientation: mixed;
}
.top03.add1017 p.shop-access,
.top03.add1017 p.shop-tel,
.top03.add1017 p.shop-web,
.top03.add1017 p.shop-time {
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    margin-bottom: 0;
    word-break: break-all;
}
.top03.add1017 p.shop-tel,
.top03.add1017 p.shop-web,
.top03.add1017 p.shop-time {
    margin-top: 3px;
}
.top03.add1017 p.shop-web a {
    color: #4E616A;
    word-break: break-all;
}
.top03.add1017 p.shop-web a:hover {
    opacity: 0.8;
}
.products-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-child {
    width: calc(25% - 30px);
    margin-left: 40px;
}
.products-child:first-child,
.products-child:nth-child(5) {
    margin-left: 0;
}
.products-child:nth-child(n+5) {
    margin-top: 60px;
}
.products-child span.gry {
    color: #4E616A;
    line-height: 1.8;
    display: block;
    max-width: 170px;
    text-align: right;
    position: relative;
    margin: 0 auto;
    letter-spacing: 0.2em;
    cursor: pointer;
}
.products-child span.gry:before {
    content: "";
    background-color: #4E616A;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 110px;
}
.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.title-flex p:first-child {
    width: 450px;
}
.title-flex p:last-child {
    width: calc(100% - 450px);
}
.products-child:nth-child(2) span.gry,
.products-child:nth-child(3) span.gry,
.products-child:nth-child(4) span.gry {
    margin-top: 40px;
}
.products-child p {
    line-height: 1.67;
    letter-spacing: 0.3em;
}
.products-child>a {
    display: block;
    cursor: pointer;
}
.page-content.add1017-bg .container {
    width: 1700px;
}
.tategaki-inner {
    display: flex;           /* 横並びに配置 */
    gap: 100px;               /* 縦列同士の間隔 */
    justify-content: center; /* 中央寄せ */
}
.tategaki {
  writing-mode: vertical-rl; /* 縦書き（右から左へ流れる） */
  text-orientation: upright; /* 縦中横を正しく表示する */
}
.top03 p.cardo-bold {
    z-index: 2;
}
.cardo-regular {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-style: normal;
}
.cardo-bold {
  font-family: "Cardo", serif;
  font-weight: 700;
  font-style: normal;
}
.banner-state h1 {
    position: absolute;
    left: 100px;
    top: 60px;
    z-index: 2;
}
.banner-state {
    min-height: 590px;
}
.tategaki-shopname {
    top: 60px;
    left: 0;
    width: 100px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.tategaki-shopname p {
  line-height: 1em;
}
.top07 .area_item a.menu-btn {
    display: block;
    background: #435760;
    line-height: 1em;
    padding: 25px 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-family: 'Noto Serif JP', serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
}
.top07 .area_item a.menu-btn:hover {
    opacity: 0.8;
}
.top07 .area_item a.menu-btn::after {
    content: "❯";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.2em;
    font-weight: 100;
}
.block_599 {
  display: none;
}
html {
  overflow-x: hidden;
}

/*==============================================
 Responsive
 ===============================================*/
@media (max-width: 1800px) {
  h1 img {
      max-height: 350px;
  }
  .bg_img14 {
      width: 18px;
  }
  .banner-state h1 {
      left: 90px;
  }
  .bg_img15 {
      max-height: 615px;
  }
  .banner-state {
      min-height: 510px;
  }
  .page-content.add1017-bg .container {
      width: 1600px;
  }
  .page-content.top01_1 {
      /* padding-top: 240px; */
      padding-bottom: 180px;
      background-position: center left 250px;
      background-size: 489px;
  }
}

@media (max-width: 1700px) {
    .bg_img15 {
        max-height: 585px;
    }
    h1 img {
        max-height: 330px;
    }
    .banner-state h1 {
        left: 85px;
        /* top: 70px; */
    }
    .bg_img14 {
        width: 17px;
        /* top: 70px; */
    }
    .banner-state {
        min-height: 490px;
    }
    a.bg_img17 img {
        max-height: 201px;
    }
    .page-content.top01_1 {
        padding-top: 220px;
        padding-bottom: 170px;
        background-position: center left 220px;
        background-size: 469px;
    }
    .tategaki-inner {
        gap: 90px;
    }
    .bg_img7 {
        width: 281px;
    }
    .bg_img11 {
        top: -290px;
        width: 294px;
    }
    .bg_img8 {
        width: 128px;
    }
    .page-content.add1017-bg .container {
        width: 1500px;
    }
    .top03.add1017 p.shop-access, .top03.add1017 p.shop-tel, .top03.add1017 p.shop-web, .top03.add1017 p.shop-time {
        font-size: 15px;
    }
}

@media (max-width: 1600px) {
    .modal-content,
    .modal .close_btn_box {
      width: 943px;
      height: 558px;
    }
    .bg_img15 {
        max-height: 555px;
    }
    .bg_img14 {
        top: 50px;
    }
    .banner-state h1 {
        left: 80px;
        top: 55px;
    }
    .banner-state {
        min-height: 480px;
    }
    a.bg_img17 img {
        max-height: 186px;
    }
    .tategaki-inner {
        gap: 80px;
    }
    .page-content.top01_1 {
        background-size: 449px;
    }
    .bg_img7 {
        top: -180px;
        width: 261px;
    }
    .bg_img11 {
        top: -270px;
        width: 274px;
    }
    .bg_img8 {
        width: 118px;
    }
    .page-content.add1017-bg .container {
        width: 1450px;
    }
    #present.page-content {
        padding: 100px 0;
    }
    .top07 .area_item a.menu-btn::after {
        right: 15px;
        font-size: 1.1em;
    }
}

@media (max-width: 1500px) {
    .okayama-menu a {
        font-size: 17px;
        padding: 35px 0;
    }
    .okayama-menu a img {
        top: calc(50% - 2px);
    }
    h1 img {
        max-height: 320px;
    }
    .bg_img14 {
        top: 50px;
        width: 16px;
    }
    .bg_img15 {
        max-height: 520px;
    }
    .banner-state {
        min-height: 450px;
    }
    a.bg_img17 img {
        max-height: 166px;
    }
    .page-content.top01_1 {
        background-size: 429px;
        padding-top: 200px;
        padding-bottom: 150px;
    }
    .top07 .area_item {
        width: calc(100% / 3 - 20px);
        padding: 0 35px 35px 90px;
        margin-bottom: 30px;
    }
    .tategaki-shopname {
        width: 90px;
        gap: 8px;
    }
    .top03.add1017 p.shop-access, .top03.add1017 p.shop-tel, .top03.add1017 p.shop-web, .top03.add1017 p.shop-time {
        font-size: 14px;
    }
    .top07 .area_item a.menu-btn {
        padding: 20px 15px;
        font-size: 13px;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .m-bot-80 {
        margin-bottom: 70px;
    }
    .page-content.add1017-bg .container {
        width: 1350px;
    }
    .bg_img8 {
        width: 108px;
    }
}

@media (max-width: 1400px) {
    .bg_img11 {
        top: -220px;
        width: 244px;
    }
    .add2025 .font32 img.title_bg.abs {
        transform: translateX(-230px);
    }
    .bg_img7 {
        top: -150px;
        width: 231px;
    }
    .bg_img8 {
        width: 98px;
        top: 180px;
    }
    .okayama-menu a {
        font-size: 16px;
        padding: 30px 0;
    }
    h1 img {
        max-height: 290px;
    }
    .bg_img14 {
        width: 15px;
    }
    .banner-state h1 {
        left: 75px;
    }
    .bg_img15 {
        max-height: 490px;
    }
    .banner-state {
        min-height: 420px;
    }
    a.bg_img17 img {
        max-height: 156px;
    }
    .top01_1 p.font20 {
        line-height: 3.5em;
    }
    .page-content.top01_1 {
        background-size: 409px;
        padding-top: 190px;
        padding-bottom: 140px;
    }
    .top-bar span.none_sp {
        font-size: 13px;
    }
    #present.page-content {
        padding: 90px 0;
    }
    .page-content.add1017-bg .container {
        width: 1280px;
    }
}

@media (max-width: 1300px) {
    .page-content {
        padding: 130px 0;
    }
    .page-content.top04, #link.page-content {
        padding: 110px 0;
    }
    #present.page-content {
        padding: 80px 0;
    }
    .bg_img11 {
        top: -200px;
        width: 224px;
    }
    .bg_img7 {
        width: 221px;
    }
    .page-content.add1017-bg .container {
        width: 1170px;
    }
    .top07 .area_item {
        padding: 0 30px 30px 90px;
    }
    .bg_img8 {
        width: 88px;
    }
    .bg_img16 {
        top: 30px;
        left: 40px;
        width: 12px;
    }
    .top03.add1017 p.shop-access, .top03.add1017 p.shop-tel, .top03.add1017 p.shop-web, .top03.add1017 p.shop-time {
        font-size: 13px;
    }
    .top07 .area_item a.menu-btn {
        font-size: 12px;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .top03.add1017 p.shop-name2,
    .top03.add1017 p.shop-area-gene {
        font-size: 11px;
    }
    h1 img {
        max-height: 280px;
    }
    .bg_img14 {
        width: 14px;
        top: 45px;
    }
    .banner-state h1 {
        top: 45px;
        left: 70px;
    }
    .bg_img15 {
        max-height: 460px;
    }
    .banner-state {
        min-height: 400px;
    }
    .page-content.top01_1 {
        background-size: 379px;
        padding-top: 180px;
        padding-bottom: 130px;
        background-position: center left 110px;
    }
    .tategaki-inner {
        gap: 70px;
    }
    a.bg_img17 {
        right: 30px;
        top: -15px;
    }
    a.bg_img17 img {
        max-height: 151px;
    }
    .bg_img3, .bg_img10, .bg_img12 {
        width: 60px;
    }
}

@media (max-width: 1199px) {
    .modal-content,
    .modal .close_btn_box {
      width: 914px;
      height: 543px;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
      width: 660px;
    }
    div.float.lift-off_show .float_p {
      width: 250px;
    }
    .okayama-menu a {
      font-size: 15px;
    }
    .top01_1 p.font20 {
      font-size: 17px;
      line-height: 3.4em;
    }
    .font32 {
      font-size: 31px;
      letter-spacing: 0.25em;
    }
    .font20 {
      font-size: 19px;
    }
    .font15 {
      line-height: 2.3;
      letter-spacing: 0.2em;
    }
    .top01_1 .font13,
    .top01_1 .font13 a {
      line-height: 2.4;
    }
    .top07 .area_item {
      width: calc(100% / 2 - 20px);
      margin-bottom: 40px;
    }
    div.float a {
      letter-spacing: 0.1em;
    }
    .m-bot-5 {
        margin-bottom: 5px;
    }
    .page-content.top04, #link.page-content {
        padding: 100px 0;
    }
    .top03 p.font15 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .m-bot-80 {
        margin-bottom: 60px;
    }
    .top04 p.font32 img.title_bg.abs {
        transform: translateX(-390px);
    }
    .bg_img10, .bg_img12 {
        top: 50px;
    }
    .bg_img3, .bg_img10, .bg_img12 {
        width: 55px;
    }
    .top02 .flex>div {
        width: calc(45% - 25px);
    }
    .top02 .flex>div:last-child {
        width: calc(55% - 25px);
    }
    .font24 {
        font-size: 23px;
    }
    .font16 {
        font-size: 15px;
    }
    .font24,
    .font16 {
        line-height: 1.8;
        letter-spacing: 0.2em;
    }
    #present.page-content {
        padding: 70px 0;
    }
    .bg_img11 {
        top: -190px;
        width: 204px;
    }
    .page-content {
        padding: 120px 0;
    }
    .top07 .area_item:nth-last-child(-n+3) {
        margin-bottom: 40px;
    }
    .top07 .area_item:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    .page-content.add1017-bg .container {
        width: 970px;
    }
    .bg_img7 {
        width: 206px;
        top: -135px;
    }
    .bg_img8 {
        width: 83px;
        top: 160px;
    }
    .font52 {
        font-size: 50px;
        letter-spacing: 0.03em;
    }
    .font36 {
        font-size: 34px;
        letter-spacing: 0.25em;
        line-height: 1.8em;
    }
    .m-bot-40 {
        margin-bottom: 30px;
    }
    .add1017-bg img.title_bg {
        transform: translateX(-360px);
    }
    .add2025 .font32 {
        font-size: 31px;
        letter-spacing: 0.3em;
    }
    .font17 {
        line-height: 2;
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    .title-flex p:first-child {
        width: 400px;
    }
    .title-flex p:last-child {
        width: calc(100% - 400px);
    }
    .products-child {
        width: calc(25% - 20px);
        margin-left: 26.5px;
    }
    .products-child p {
        line-height: 1.5;
        letter-spacing: 0.2em;
        font-size: 17px;
    }
    .products-child:nth-child(2) span.gry, .products-child:nth-child(3) span.gry, .products-child:nth-child(4) span.gry {
        margin-top: 35px;
    }
    h1 img {
        max-height: 260px;
    }
    .bg_img14 {
        width: 13px;
    }
    .banner-state h1 {
        left: 65px;
    }
    .bg_img15 {
        max-height: 420px;
    }
    .banner-state {
        min-height: 370px;
    }
    .page-content.top01_1 {
        background-size: 359px;
        padding-top: 160px;
        padding-bottom: 110px;
        background-position: center left 100px;
    }
    a.bg_img17 img {
        max-height: 136px;
    }
    .add2025 .font32 img.title_bg.abs {
        transform: translateX(-50%);
    }
    .top08 .flex a:last-child {
        margin-left: 55px;
    }
}

@media (max-width: 1100px) {
    .top07 .area_item {
      width: calc(100% / 2 - 15px);
      margin-bottom: 30px;
    }
    .top07 .area_item:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }
    h1 img {
        max-height: 240px;
    }
    .bg_img14 {
        top: 40px;
        width: 12px;
    }
    .banner-state h1 {
        top: 40px;
        left: 60px;
    }
    .bg_img15 {
        max-height: 390px;
    }
    .banner-state {
        min-height: 350px;
    }
    a.bg_img17 {
        top: -10px;
    }
    .page-content.top01_1 {
        background-size: 339px;
        padding-top: 140px;
        padding-bottom: 100px;
    }
    a.bg_img17 img {
        max-height: 131px;
    }
    .tategaki-inner {
        gap: 60px;
    }
    .bg_img16 {
        left: 30px;
        width: 10px;
    }
    .bg_img7 {
        width: 196px;
        top: -130px;
    }
    .bg_img8 {
        width: 78px;
    }
    .bg_img11 {
        top: -180px;
        width: 194px;
    }
}

@media (max-width: 991px) {
    .modal-content, .modal .close_btn_box {
      width: 803px;
      height: 507px;
    }
    .float .flex {
      justify-content: center;
    }
    div.float.lift-off_show .float_p,
    div.float.lift-off_show .float_a {
      padding-top: 15px;
    }
    div.float.lift-off_show .float_p {
      width: 280px;
      padding-bottom: 0;
    }
    div.float.lift-off_show .float_a {
      padding-top: 5px;
    }
    div.float.lift-off_show .float_a:last-child {
      margin-left: 15px;
    }
    .top08 p.font15 {
      text-align: justify;
      font-feature-settings: "palt" 1;
    }
    .top08 p.font15 br {
      display: none;
    }
    .top08 .flex a {
        width: calc(100% / 2 - 20px);
    }
    .top08 .flex a:last-child {
        margin-left: 40px;
    }
    .page-content {
      padding: 100px 0;
    }
    .okayama-menu a {
      font-size: 14px;
      letter-spacing: 0;
      text-indent: 0;
      padding: 25px 0;
    }
    .top-bar span.none_sp {
        font-size: 12px;
    }
    .okayama-menu a img {
        top: 50%;
        right: -15px;
    }
    .top01_1 p.font20 {
        font-size: 16px;
        line-height: 3.2em;
    }
    .page-content.add1017-bg .container {
        width: 750px;
    }
    .font32 {
        font-size: 28px;
        letter-spacing: 0.2em;
    }
    .font20 {
        font-size: 18px;
    }
    .font15 {
      line-height: 2.2;
      font-size: 14px;
    }
    .top01_1 .font13,
    .top01_1 .font13 a {
      line-height: 2.2;
    }
    img.title_bg {
      width: 176px;
      top: -80px;
    }
    .modal-content img.mw100, .modal-content .text {
      width: calc(100% / 2 - 10px);
    }
    .top07 p.font15.m-bot-80 br {
      display: none;
    }
    .top07 p.font15.m-bot-80 {
      text-align: justify;
      font-feature-settings: "palt" 1;
    }
    .top07 .area_item {
        padding: 0 25px 25px 80px;
    }
    .tategaki-shopname {
        width: 80px;
        gap: 7px;
        top: 50px;
    }
    .font36 {
        font-size: 32px;
        letter-spacing: 0.2em;
        line-height: 1.7em;
    }
    div.float a {
        letter-spacing: 0.05em;
        font-size: 18px;
    }
    footer.footer {
        padding: 20px 0;
    }
    div#area2 .area_item img {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .top03.add1017 p.shop-name1 {
        font-size: 19px;
    }
    .m-top-25 {
        margin-top: 20px;
    }
    .page-content.top04, #link.page-content {
        padding: 90px 0;
    }
    .m-bot-50 {
        margin-bottom: 40px;
    }
    .m-bot-80 {
        margin-bottom: 55px;
    }
    .bg_img3, .bg_img10, .bg_img12 {
        width: 50px;
    }
    .top04 p.font32 img.title_bg.abs {
        transform: translateX(-380px);
    }
    .font24 {
        font-size: 21px;
    }
    .top02 .flex>div,
    .top02 .flex>div:last-child {
        width: calc(50% - 20px);
    }
    .font16 {
        font-size: 14px;
    }
    .font24, .font16 {
        letter-spacing: 0.15em;
    }
    .bg_img11 {
        top: -170px;
        width: 174px;
    }
    .products-child:nth-child(4),
    .products-child:last-child {
        margin-left: 0;
    }
    .products-child:nth-child(5) {
        margin-left: 30px;
    }
    .products-child {
        width: calc(100% / 3 - 20px);
        margin-left: 30px;
    }
    .products-child:nth-child(n+4) {
        margin-top: 50px;
    }
    .products-child:nth-child(4) span.gry {
        margin-top: 0;
    }
    .add2025 .font32 {
        font-size: 28px;
        letter-spacing: 0.25em;
    }
    .title-flex p:first-child {
        width: 330px;
    }
    .title-flex p:last-child {
        width: calc(100% - 330px);
    }
    .font17 {
        font-size: 15px;
        text-align: justify;
    }
    .font17 br {
        display: none;
    }
    .top07 .area_item:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    .tategaki-inner {
        gap: 50px;
    }
    .font52 {
        font-size: 46px;
    }
    .add1017-bg img.title_bg {
        transform: translateX(-330px);
    }
    .bg_img7 {
        width: 181px;
        top: -120px;
    }
    h1 img {
        max-height: 220px;
    }
    .bg_img14 {
        width: 11px;
    }
    .bg_img15 {
        max-height: 350px;
    }
    .banner-state {
        min-height: 320px;
    }
    a.bg_img17 img {
        max-height: 121px;
    }
    .page-content.top01_1 {
        background-size: 309px;
        padding-top: 120px;
        padding-bottom: 90px;
        background-position: center left 110px;
    }
}

@media screen and (max-width: 899px) {
    .modal-content,
    .modal .close_btn_box {
      width: 503px;
      height: 600px;
    }
    .modal-content .flex {
      flex-wrap: wrap;
    }
    .modal-content img.mw100 {
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
    }
    .modal-content .text {
      width: 100%;
    }
    .top01_1 p.font20 {
        font-size: 15px;
        line-height: 3em;
    }
    .m-bot-80 {
        margin-bottom: 50px;
    }
    .tategaki-inner {
        gap: 45px;
    }
    img.title_bg {
        width: 161px;
    }
    .top04 p.font32 img.title_bg.abs {
        transform: translateX(-360px);
        top: -35px;
    }
    .add2025 .font32 img.title_bg.abs {
        top: -35px;
    }
    .add1017-bg img.title_bg {
        transform: translateX(-320px);
        top: -95px;
    }
    .bg_img8 {
        width: 73px;
        top: 140px;
    }
    .bg_img7 {
        width: 161px;
        top: -110px;
    }
    .bg_img11 {
        top: -160px;
        width: 159px;
    }
    .font36 {
        font-size: 30px;
    }
    .bg_img13 {
        width: 36px;
    }
    .page-content.top01_1 {
        background-size: 279px;
        padding-top: 115px;
        padding-bottom: 85px;
        background-position: center left 105px;
    }
    .banner-state h1 {
        top: 30px;
        left: 55px;
    }
    .bg_img14 {
        top: 30px;
    }
    h1 img {
        max-height: 190px;
    }
    .bg_img14 {
        width: 9.5px;
    }
    .bg_img15 {
        max-height: 320px;
    }
    .banner-state {
        min-height: 270px;
    }
    a.bg_img17 img {
        max-height: 111px;
    }
    .font52 {
        font-size: 44px;
    }
}

@media screen and (max-width: 840px) {
    .bg_img14 {
        width: 9px;
    }
    h1 img {
        max-height: 180px;
    }
    .bg_img15 {
        max-height: 310px;
    }
}

@media screen and (max-width: 799px) {
    .banner-state h1 {
        left: 50px;
    }
    .bg_img15 {
        max-height: 300px;
    }
    .banner-state {
        min-height: 265px;
    }
    .page-content.top01_1 {
        background-size: 259px;
        padding-top: 110px;
        padding-bottom: 80px;
        background-position: center;
    }
    .font36 {
        font-size: 28px;
    }
    a.bg_img17 img {
        max-height: 101px;
    }
    .bg_img16 {
        width: 8px;
    }
    .bg_img7 {
        width: 146px;
        top: -120px;
    }
    img.title_bg {
        width: 151px;
    }
    .add1017-bg img.title_bg {
        transform: translateX(-50%);
        top: -80px;
    }
    .bg_img8 {
        width: 68px;
        top: 80px;
    }
    .font52 {
        font-size: 42px;
    }
    .m-bot-40 {
        margin-bottom: 25px;
    }
    .add2025 .font32 {
        font-size: 26px;
        letter-spacing: 0.2em;
        line-height: 1.6;
    }
    .title-flex p:first-child {
        width: 320px;
    }
    .title-flex p:last-child {
        width: calc(100% - 320px);
    }
    .font17 {
        font-size: 14px;
    }
    .bg_img11 {
        width: 149px;
    }
    .bg_img3, .bg_img10, .bg_img12 {
        width: 45px;
    }
    .top04 p.font32 img.title_bg.abs {
        transform: translateX(-50%);
        top: -30px;
    }
}

@media screen and (max-width: 767px) {
    .modal-content img.mw100 {
        margin: 0 auto 10px;
    }
    .modal .close_btn {
      width: 30px;
      height: 30px;
      top: -40px;
    }
    div.float.lift-off_show .float_a {
      width: 25px;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
      width: 560px;
    }
    div.float.lift-off_show .float_p {
      width: 250px;
    }
    .font32 {
      font-size: 26px;
      letter-spacing: 0.15em;
    }
    .font20 {
      font-size: 17px;
    }
    .page-content {
      padding: 90px 0;
    }
    div.float .container {
      max-width: none;
      width: 100%;
    }
    div.float a {
      letter-spacing: 0.01em;
      font-size: 16px;
    }
    div.float.lift-off_show .float_a:last-child {
      margin-left: 10px;
    }
    .page-content.top04, #link.page-content {
        padding: 70px 0;
    }
    .m-bot-50 {
        margin-bottom: 35px;
    }
    .m-bot-30 {
        margin-bottom: 25px;
    }
    .page-content.add1017-bg .container {
        width: 100%;
    }
    .bg_img3, .bg_img10, .bg_img12, .bg_img8 {
        width: 0;
    }
    .m-bot-80 {
        margin-bottom: 45px;
    }
    .top02 .flex>div {
        width: 100%;
    }
    .top02 .flex>div:last-child {
        margin-top: 30px;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .font24 {
        font-size: 20px;
    }
    .font24 br {
        display: none;
    }
    .font14-2 {
        line-height: 1.8;
        font-size: 13px;
        letter-spacing: 0.3em;
    }
    #present.page-content {
        padding: 70px 0 50px;
    }
    .products-child p {
        line-height: 1.5;
        letter-spacing: 0.15em;
        font-size: 16px;
    }
    .products-child:nth-child(2) span.gry, .products-child:nth-child(3) span.gry {
        margin-top: 34px;
    }
    .products-child span.gry {
        max-width: 150px;
        letter-spacing: 0.15em;
        font-size: 12px;
    }
    .products-child span.gry:before {
        width: 100px;
    }
    .top07 .area_item:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }
    .top07 .area_item:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
    div#area2 .area_item img {
        margin-bottom: 15px;
        margin-top: 12px;
    }
    .top07 .area_item {
      width: calc(100% / 2 - 10px);
      margin-bottom: 20px;
    }
    .top07 .area_item a.menu-btn {
        font-size: 12px;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
    }
    .m-top-25 {
        margin-top: 15px;
    }
    .top03.add1017 p.shop-name1 {
        font-size: 18px;
    }
    .top07 .area_item {
        padding: 0 20px 20px 70px;
    }
    .tategaki-shopname {
        width: 70px;
        gap: 5px;
        top: 38px;
    }
    .top03.add1017 p.shop-name2, .top03.add1017 p.shop-area-gene {
        font-size: 10px;
    }
    .top03.add1017 p.shop-access, .top03.add1017 p.shop-tel, .top03.add1017 p.shop-web, .top03.add1017 p.shop-time {
        font-size: 12px;
    }
    .top03 p.font15 {
        font-size: 15px;
    }
    .font36 {
        font-size: 26px;
    }
    .font52 {
        font-size: 40px;
    }
    .add1017-bg img.title_bg {
        top: -85px;
    }
    .tategaki-inner {
        gap: 40px;
    }
    .bg_img14 {
        width: 8px;
    }
    h1 img {
        max-height: 155px;
    }
    .banner-state h1 {
        left: 45px;
    }
    .bg_img15 {
        max-height: 270px;
    }
    .banner-state {
        min-height: 230px;
    }
    a.bg_img17 img {
        max-height: 96px;
    }
    .page-content.top01_1 {
        background-size: 249px;
        padding-top: 100px;
        padding-bottom: 75px;
    }
}

@media (max-width: 699px) {
    .top-bar span.none_sp {
        font-size: 11px;
    }
    .top-bar {
        padding: 10px 0;
    }
    .okayama-menu a {
        font-size: 13px;
        padding: 20px 0;
    }
    .okayama-menu a img {
        right: -12px;
        max-width: 8px;
    }
    .bg_img14 {
        width: 7px;
    }
    h1 img {
        max-height: 140px;
    }
    .banner-state h1 {
        left: 40px;
    }
    .bg_img15 {
        max-height: 245px;
    }
    .banner-state {
        min-height: 215px;
    }
    a.bg_img17 {
        right: 20px;
    }
    a.bg_img17 img {
        max-height: 91px;
    }
    .bg_img16 {
        left: 20px;
    }
    .page-content.top01_1 {
        background-size: 249px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .font36 {
        font-size: 25px;
    }
    .top01_1 p.font20 {
        font-size: 14px;
    }
    .tategaki-inner {
        gap: 35px;
    }
    .bg_img13 {
        width: 30px;
    }
    .bg_img7 {
        width: 131px;
    }
    .font52 {
        font-size: 38px;
    }
    img.title_bg {
        width: 141px;
    }
    .add1017-bg img.title_bg {
        top: -80px;
    }
    .m-bot-40 {
        margin-bottom: 20px;
    }
    .top03 p.font15 {
        font-size: 14px;
    }
    .m-bot-80 {
        margin-bottom: 40px;
    }
    .top03.add1017 p.shop-name1 {
        font-size: 17px;
    }
    .top07 .area_item {
        padding: 0 20px 20px 60px;
    }
    .tategaki-shopname {
        width: 60px;
        gap: 4px;
    }
    .add2025 .font32 {
        font-size: 24px;
    }
    .title-flex p:first-child {
        width: 290px;
    }
    .title-flex p:last-child {
        width: calc(100% - 290px);
    }
    .products-child p {
        letter-spacing: 0.1em;
        font-size: 15px;
    }
    .products-child span.gry {
        max-width: 140px;
        letter-spacing: 0.1em;
        font-size: 11px;
    }
    .products-child:nth-child(2) span.gry, .products-child:nth-child(3) span.gry {
        margin-top: 33px;
    }
    .products-child:nth-child(n+4) {
        margin-top: 40px;
    }
    .bg_img11 {
        width: 134px;
        top: -140px;
    }
    .top02 .flex>div:last-child {
        width: 400px;
    }
    #present.page-content {
        padding: 70px 0 40px;
    }
    .font32 {
        font-size: 25px;
    }
    .m-bot-30 {
        margin-bottom: 20px;
    }
    .m-bot-50 {
        margin-bottom: 30px;
    }
}

@media (max-width: 690px) {
    a.anc.top_back {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        top: -70px;
        right: 20px;
        background-size: 10px;
    }
    footer.footer p, footer.footer a {
        font-size: 12px;
    }
}

@media (max-width: 640px) {
    div.float.lift-off_show .float_p {
      width: 240px;
    }
    div.float.lift-off_show .float_a {
      width: 22px;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
      width: 510px;
    }
    .top08 .flex {
      flex-wrap: wrap;
    }
    .top08 .flex a {
      width: calc(100%/2 - 15px);
    }
    .top08 .flex a:last-child {
        margin-left: 30px;
    }
    .font32 {
      font-size: 24px;
      letter-spacing: 0.1em;
    }
    .font20 {
      font-size: 16px;
    }
    footer.footer .col-xs-6 {
      width: 100%;
    }
    footer.footer p, footer.footer a {
      text-align: center;
    }
    footer.footer p.text-right {
      padding-top: 8px;
    }
    .products-child {
        width: calc(100% / 3 - 15px);
        margin-left: 22.5px;
    }
    .products-child:nth-child(5) {
        margin-left: 22.5px;
    }
    .products-child p {
        letter-spacing: 0.06em;
        font-size: 14px;
    }
    .title-flex p:first-child,
    .title-flex p:last-child {
        width: 100%;
    }
    .title-flex p:last-child {
        margin-top: 30px;
    }
    .m-bot-60 {
        margin-bottom: 45px;
    }
    .top07 .area_item {
        padding: 0 15px 15px 55px;
    }
    .top03.add1017 p.shop-name1 {
        font-size: 16px;
    }
    .tategaki-shopname {
        width: 55px;
    }
    .top03.add1017 p.shop-access,
    .top03.add1017 p.shop-tel,
    .top03.add1017 p.shop-web,
    .top03.add1017 p.shop-time {
        line-height: 1.5em;
        letter-spacing: 0.06em;
    }
    .top07 .area_item a.menu-btn {
        letter-spacing: 0.06em;
        text-indent: 0.06em;
        padding: 18px 10px;
    }
    .top07 .area_item a.menu-btn::after {
        right: 10px;
        font-size: 1em;
    }
    .font36 {
        font-size: 24px;
    }
    .font52 {
        font-size: 36px;
    }
    .okayama-menu a {
        font-size: 12px;
    }
    .bg_img14 {
        width: 6px;
    }
    h1 img {
        max-height: 120px;
    }
    .banner-state h1 {
        left: 35px;
    }
    .bg_img15 {
        max-height: 230px;
    }
    .banner-state {
        min-height: 195px;
    }
    a.bg_img17 img {
        max-height: 81px;
    }
    a.bg_img17 {
        right: 15px;
        top: -5px;
    }
    .bg_img16 {
        left: 15px;
        width: 7px;
    }
    .tategaki-inner {
        gap: 30px;
    }
    .bg_img7 {
        width: 116px;
        top: -105px;
    }
    .bg_img11 {
        width: 114px;
        top: -115px;
    }
    .products-child:nth-child(2) span.gry, .products-child:nth-child(3) span.gry {
        margin-top: 31px;
    }
}

@media (max-width: 599px) {
    .block_599 {
      display: block;
    }
    .container-fluid,
    .col-lg-1, .col-md-1, .col-sm-1, .col-xs-1,
    .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2,
    .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3,
    .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4,
    .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5,
    .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6,
    .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7,
    .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8,
    .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9,
    .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10,
    .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11,
    .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
      padding-right: 20px;
      padding-left: 20px;
    }
    .modal-content {
      padding: 25px 30px;
      max-height: 600px;
    }
    .modal-content, .modal .close_btn_box {
      width: 443px;
      height: 531px;
    }
    .modal-content img.mw100 {
      max-width: 250px;
    }
    .modal-content .text p.font15 {
      letter-spacing: 0.01em;
    }
    .top04 p.font32 img.title_bg.abs {
        top: -5px;
    }
    .top02 .flex>div:last-child {
        width: 350px;
    }
    #present.page-content {
        padding: 70px 0 35px;
    }
    .okayama-menu a {
        font-size: 11px;
        padding: 18px 0;
    }
    .top01_1 p.font20 {
      line-height: 2.5;
    }
    .tategaki-inner {
        gap: 25px;
    }
    .bg_img15 {
        max-height: 220px;
    }
    .banner-state {
        min-height: 190px;
    }
}

@media (max-width: 575px) {
    div.float.lift-off_show .float_a:nth-child(2) {
        width: 410px;
    }
    div.float.lift-off_show .float_p {
        width: 220px;
    }
    div.float.lift-off_show .float_a {
        width: 20px;
    }
    div.float.lift-off_show .float_a:last-child {
        margin-left: 7px;
    }
    div.float a {
        font-size: 14px;
    }
    .page-content.top04, #link.page-content {
        padding: 60px 0;
    }
    .top03 p.font15,
    .font16,
    .font17,
    .top01_1 p.font20 {
        font-size: 13px;
    }
    .top01_1 p.font20 {
        line-height: 2.5;
        width: 73%;
    }
    .m-bot-30 {
        margin-bottom: 15px;
    }
    .m-bot-50 {
        margin-bottom: 25px;
    }
    .font32 {
        font-size: 23px;
        letter-spacing: 0.06em;
    }
    .add2025 .font32 {
        font-size: 23px;
    }
    .m-bot-80 {
        margin-bottom: 35px;
    }
    .top04 p.font32 img.title_bg.abs {
        top: -10px;
    }
    .top02 .flex>div:last-child {
        width: 300px;
    }
    #present.page-content {
        padding: 60px 0 30px;
    }
    .page-content {
        padding: 75px 0;
    }
    .bg_img11 {
        width: 99px;
        top: -100px;
    }
    .bg_img7 {
        width: 101px;
        top: -40px;
    }
    .bg_img13 {
        width: 25px;
    }
    .top07 .area_item {
        width: 100%;
    }
    .top07 .area_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .top07 .area_item a.menu-btn::after {
        right: 20px;
    }
    .top07 .area_item {
        padding: 0 20px 20px 60px;
    }
    .tategaki-shopname {
        width: 60px;
    }
    .font36 {
        font-size: 23px;
    }
    .font52 {
        font-size: 34px;
        margin-bottom: 5px;
    }
    .add1017-bg img.title_bg {
        top: -75px;
    }
    .page-content.top01,
    .bg_img14,
    .bg_img15,
    img.none575,
    .bg_img16,
    a.bg_img17 img {
        display: none;
    }
    h1 img {
        max-height: none;
    }
    .banner-state h1 {
        width: 70%;
        top: 260px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    h3.font36.tategaki {
        display: none;
    }
    .top01_1 p.font20.tategaki {
        writing-mode: horizontal-tb;
        text-orientation: unset;
    }
    .tategaki-inner {
        gap: 0;
    }
    .page-content.top01_1 {
        background-size: 199px;
        padding-top: 250px;
        padding-bottom: 60px;
        background-position: right 30px bottom 30px;
    }
    .banner-state {
        min-height: 0;
    }
}

@media (min-width: 576px) {
  img.none576 {
    display: none;
  }
}

@media (max-width: 540px) {
    .top08 .flex a {
      width: calc(100%/2 - 10px);
    }
    .top08 .flex a:last-child {
        margin-left: 20px;
    }
    .banner-state h1 {
        top: 245px;
    }
    .page-content.top01_1 {
        padding-top: 230px;
    }
    .products-child {
        width: calc(100% / 2 - 10px);
        margin-left: 20px;
    }
    .products-child:nth-child(n+3) {
        margin-top: 35px;
    }
    .products-child:nth-child(odd) {
        margin-left: 0;
    }
    .products-child:nth-child(even) {
        margin-left: 20px;
    }
    .products-child:nth-child(3) span.gry {
        margin-top: 0;
    }
    .bg_img7 {
        width: 91px;
        top: -45px;
    }
    .bg_img11 {
        width: 89px;
        top: -90px;
    }
    .top01_1 p.font20 {
        width: 74%;
    }
}

@media (max-width: 500px) {
    div.float .mw100.f-pc,
    div.float a:hover img.f-pc.on {
        display: none;
    }
    div.float .mw100.f-sp {
        display: inline-block;
    }
    div.float a {
        padding: 15px 0;
    }
    a.anc.top_back {
        right: 15px;
    }
    .top-bar span.none_sp {
        margin-left: 5px;
    }
    .page-content {
        padding: 60px 0;
    }
    .banner-state h1 {
        top: 225px;
    }
    .page-content.top01_1 {
        padding-top: 220px;
    }
}

@media (max-width: 479px) {
    .modal-content, .modal .close_btn_box {
        width: 343px;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
        width: 360px;
    }
    div.float.lift-off_show .float_a:last-child {
        margin-left: 5px;
    }
    div.float.lift-off_show .float_p {
        width: 200px;
    }
    div.float a {
        font-size: 13px;
    }
    .banner-state h1 {
        top: 215px;
    }
    .top01_1 p.font20 {
        width: 75%;
    }
    .page-content.top01_1 {
        padding-top: 210px;
        background-size: 179px;
    }
    .bg_img7,
    .bg_img11 {
        display: none;
    }
    img.title_bg {
      width: 120px;
    }
    .top04 p.font32 img.title_bg.abs {
        top: -5px;
    }
    .add2025 .font32 img.title_bg.abs {
        top: -25px;
    }
    .add1017-bg img.title_bg {
        top: -65px;
    }
    .top04 p.font32 {
        line-height: 1.6;
    }
    .font32,
    .add2025 .font32 {
        font-size: 22px;
    }
    .font20 {
        font-size: 15px;
    }
    .title-flex p:last-child {
        margin-top: 20px;
    }
    .top08 .flex a {
        width: calc(100%/2 - 8px);
    }
    .top08 .flex a:last-child {
        margin-left: 16px;
    }
}

@media (max-width: 440px) {
    .banner-state h1 {
        top: 195px;
    }
    .page-content.top01_1 {
        padding-top: 195px;
        background-size: 169px;
    }
}

@media (max-width: 428px) {
    .page-content,
    .page-content.top04,
    #link.page-content {
        padding: 55px 0;
    }
    div.float.lift-off_show .float_a:last-child {
      display: none;
    }
    div.float a {
        padding: 10px 0;
    }
    .top08 .flex a {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .top08 .flex a:last-child {
        margin-left: auto;
    }
    .top08 .flex a:not(:last-child) {
        margin-bottom: 15px;
    }
    .top02 .flex>div:last-child {
        width: 280px;
    }
    #present.page-content {
        padding: 55px 0 25px;
    }
    img.title_bg {
        width: 110px;
    }
    .top04 p.font32 img.title_bg.abs {
        top: 0;
    }
    .font36 {
        font-size: 22px;
        letter-spacing: 0.15em;
    }
    .m-bot-80 {
        margin-bottom: 30px;
    }
    .m-bot-40 {
        margin-bottom: 15px;
    }
    .font52 {
        font-size: 32px;
    }
    .add1017-bg img.title_bg {
        top: -55px;
    }
    .banner-state h1 {
        top: 190px;
    }
    .page-content.top01_1 {
        padding-top: 190px;
        background-size: 159px;
        padding-bottom: 55px;
    }
    .top01_1 p.font20 {
        /* width: 100%; */
    }
}

@media (max-width: 414px) {
    .banner-state h1 {
        top: 180px;
        width: 75%;
    }
    .top01_1 p.font20 {
        width: 82%;
    }
}

@media (max-width: 390px) {
    .modal-content, .modal .close_btn_box {
        width: 313px;
    }
    .top08 .flex a {
        width: 90%;
    }
    div.float.lift-off_show .float_a {
        padding-top: 0;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
        width: 320px;
    }
    div.float.lift-off_show .float_p {
        width: 185px;
    }
    .top07 .area_item:not(:last-child) {
        margin-bottom: 20px;
    }
    div.float a {
        font-size: 12px;
    }
    .top-bar span.none_sp {
        margin-left: 0px;
    }
    .none_390 {
        display: none;
    }
    .banner-state h1 {
        top: 175px;
    }
    .page-content.top01_1 {
        padding-top: 185px;
        background-size: 149px;
    }
    .font24 {
        font-size: 19px;
    }
    .m-bot-10 {
        margin-bottom: 5px;
    }
    .font32,
    .font36,
    .add2025 .font32 {
        font-size: 21px;
    }
    .title-flex p:last-child {
        margin-top: 15px;
    }
    .m-bot-60 {
        margin-bottom: 30px;
    }
    .font52 {
        font-size: 30px;
    }
}

@media (max-width: 375px) {
    .top03.add1017 p.shop-area-gene,
    .top03.add1017 p.shop-access,
    .top03.add1017 p.shop-tel,
    .top03.add1017 p.shop-web,
    .top03.add1017 p.shop-time {
        letter-spacing: 0.03em;
    }
    .banner-state h1 {
        top: 165px;
    }
    .page-content.top01_1 {
        padding-top: 175px;
        background-size: 139px;
    }
}

@media (max-width: 360px) {
    .page-content, .page-content.top04, #link.page-content {
        padding: 50px 0;
    }
    .page-content.top01_1 {
        padding-top: 180px;
        padding-bottom: 50px;
    }
    .modal-content, .modal .close_btn_box {
        width: 293px;
    }
    .top08 .flex a {
        width: 100%;
    }
    div.float.lift-off_show .float_a:nth-child(2) {
        width: 280px;
    }
    div.float.lift-off_show .float_p {
        width: 165px;
    }
    div.float a {
        font-size: 11px;
    }
    .font32, .font36, .add2025 .font32 {
        font-size: 20px;
    }
    .top04 p.font32 img.title_bg.abs {
        top: -5px;
    }
    .top02 .flex>div:last-child {
        width: 250px;
        margin-top: 25px;
    }
    #present.page-content {
        padding: 50px 0 20px;
    }
    .products-child {
        width: calc(100% / 2 - 8px);
        margin-left: 16px;
    }
    .products-child:nth-child(even) {
        margin-left: 16px;
    }
    .font52 {
        font-size: 28px;
    }
    .m-bot-80 {
        margin-bottom: 25px;
    }
    .banner-state h1 {
        top: 155px;
        width: 80%;
    }
    .top01_1 p.font20 {
        width: 88%;
    }
    .products-child p {
        letter-spacing: 0.03em;
        font-size: 13px;
    }
    .products-child:nth-child(2) span.gry {
        margin-top: 25px;
    }
    .products-child span.gry {
        max-width: 120px;
        letter-spacing: 0.06em;
    }
    .products-child span.gry:before {
        width: 80px;
    }
}

@media (max-width: 340px) {
    .modal-content, .modal .close_btn_box {
        width: 273px;
    }
    .banner-state h1 {
        top: 150px;
    }
    .page-content.top01_1 {
        padding-top: 170px;
    }
    .font32, .font36, .add2025 .font32 {
        font-size: 19px;
    }
    .font52 {
        font-size: 26px;
    }
    .font36 {
        letter-spacing: 0.06em;
    }
}
