@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://use.typekit.net/qac2kwc.css");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap");
/*******************color*******************/
/*******************common*******************/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  line-height: 200%;
  color: #121212;
}

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

a:hover {
  opacity: 0.6;
}

a:visited {
  color: #121212;
}

.res-sp {
  display: none;
}

.only-tab {
  display: none !important;
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 950px) {
  .res-del {
    display: none !important;
  }
  .res-sp {
    display: unset;
  }
  .only-tab {
    display: unset !important;
  }
}

@media screen and (max-width: 500px) {
  .not-sp {
    display: none !important;
  }
  .only-tab {
    display: none !important;
  }
  .only-sp {
    display: unset !important;
  }
}

.clear {
  clear: both;
}

.width1000 {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.width1200 {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

/*******************共通*******************/
.kurashi-box {
  background-color: #D4A900;
  background-image: linear-gradient(45deg, #fff 25%, transparent 0), linear-gradient(45deg, transparent 75%, #fff 0), linear-gradient(45deg, #fff 25%, transparent 0), linear-gradient(45deg, transparent 75%, #fff 0);
  background-size: 3.06122vw 3.06122vw;
  background-position: 0 0, 1.53061vw 1.53061vw, 1.53061vw 1.53061vw, 3.06122vw 3.06122vw;
  height: 210px;
  width: 210px;
  margin: 10vw auto;
}

p.strong-text {
  font-weight: bold;
  font-size: 150%;
}

a.link-bar {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

a.link-bar::after {
  position: absolute;
  bottom: 0px;
  left: -130%;
  content: '';
  width: 100%;
  padding: 0 5px 0 5px;
  height: 2px;
  background: #121212;
  -webkit-transition: left .5s;
  transition: left .5s;
}

a.link-bar:hover::after {
  left: 0;
}

a.no-link:hover {
  text-decoration: line-through;
}

/*
ナビ固定のための余白
*/
body {
  padding: 40px 0 0 0;
}

body.parent-pageid-10 {
  padding: 102px 0 0 0;
}

body.page-id-10 {
  padding: 102px 0 0 0;
}

@media screen and (max-width: 900px) {
  body {
    padding: 0px 0 0 0;
  }
  body.parent-pageid-10 {
    padding: 0px 0 0 0;
  }
  body.page-id-10 {
    padding: 0px 0 0 0;
  }
}

/*******************header*******************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0px auto 0;
  padding: 30px 10% 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 100000;
  background-color: #fff;
}

header h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
}

header h1 img {
  width: 50%;
  height: auto;
}

header ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  text-align: center;
  margin: 0px 0 0 0;
}

header ul li {
  display: inline-block;
  text-align: center;
  margin: 0 24px;
}

header .header-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  margin: 0px 0 0 0;
  text-align: center;
}

header .header-link a {
  background-color: #D4A900;
  color: #fff;
  padding: 8px 10px;
}

.higashi-nav {
  margin: 7px auto 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  position: fixed;
  z-index: 100000;
  background-color: #fff;
  top: 60px;
}

.higashi-nav ul {
  text-align: center;
}

.higashi-nav ul li {
  display: inline-block;
  margin: 20px 1.5%;
}

.higashi-nav ul li.higashi-sns {
  margin: 20px 5px;
}

.higashi-nav ul li.higashi-sns a {
  color: #D4A900;
  font-size: 120%;
}

/*******************footer*******************/
.page-bottom-link {
  margin: 300px 0 0 0;
}

section.footer-contact {
  background-color: #D4A900;
  text-align: center;
  position: relative;
  padding: 82px 0 78px;
}

section.footer-contact h2 {
  font-size: 200%;
  letter-spacing: 8px;
  top: 10px;
  left: 0;
  margin: 0px auto 40px;
  color: #fff;
}

section.footer-contact h2 span {
  margin: 0 auto 20px;
  display: block;
  letter-spacing: 1px;
  font-size: 70%;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

section.footer-contact p {
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 40px;
}

section.footer-contact a {
  margin: 40px auto 0;
  border: 1px #fff solid;
  padding: 10px 30px;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
}

section.footer-contact img {
  width: 7vw;
  height: auto;
  position: absolute;
  top: -9.7vw;
  right: 12vw;
}

.link-list {
  background-color: #fafafa;
  text-align: center;
  padding: 45px 0;
}

.link-list a {
  display: inline-block;
  width: 40%;
  max-width: 260px;
  margin: 0 4% 0 4%;
}

.link-list a img {
  width: 100%;
  display: block;
  height: auto;
}

.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 54px auto 0;
}

.footer-link .footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  text-align: left;
}

.footer-link .footer-left img.footer-logo {
  display: inline-block;
  width: 120px;
  height: auto;
}

.footer-link ul.flist-link1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.footer-link ul.flist-link2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.f-privacy a {
  color: #AAAAAA;
}

.footer-bottom {
  width: 90%;
  margin: 87px auto 29px;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bottom p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.footer-bottom p.copy {
  text-align: left;
}

.footer-bottom p.copy2 {
  text-align: right;
}

/*******************top*******************/
/*
top:main
*/
img.kurashi-mark {
  width: 4.5vw;
  height: auto;
  display: block;
  margin: 120px auto 0;
  position: relative;
  z-index: 100;
}

.top-main-img {
  background-image: url(img/top/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 90vw;
  height: 40vw;
  margin: 120px auto 200px;
  position: relative;
}

.top-main-img img {
  position: absolute;
}

.top-main-img img.ichimatsu01 {
  width: 11vw;
  height: auto;
  top: -2.5vw;
  right: 6vw;
}

.top-main-img img.ichimatsu02 {
  width: 8.5vw;
  height: auto;
  bottom: -2vw;
  left: 6vw;
}

/*
top:news:お知らせ
*/
.top-news {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.top-news .width1000 {
  width: 100%;
  position: relative;
  text-align: right;
}

.top-news h2 {
  font-size: 200%;
  letter-spacing: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

.top-news h2 span {
  letter-spacing: 1px;
  font-size: 70%;
  color: #D4A900;
}

ul.top-news-list li {
  padding: 18px 0 16px;
  border-top: 1px solid #F5F5F5;
}

ul.top-news-list li span.news-date {
  margin: 0 20px 0 0;
}

ul.top-news-list li span.news-cat {
  padding: 6px 8px;
  color: #fff;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0 20px 0 0;
}

ul.top-news-list li:last-child {
  border-bottom: 1px solid #F5F5F5;
}

.top-news-higashi span.news-cat {
  background-color: #D4A900;
}

.top-news-jimokuji span.news-cat {
  background-color: #CD5C55;
}

.top-news-minpata span.news-cat {
  background-color: #1D9187;
}

h2.title-vertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: left;
}

h2.title-vertical span.sub-eng {
  display: block;
  margin: 0 9px 0 0;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.tab_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  display: inline-block;
  text-align: left;
}

.tab_wrap input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0 0px;
}

.tab_area label {
  width: 32%;
  margin: 0 0%;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  border-left: 1px solid #f5f5f5;
}

.tab_area label:hover {
  opacity: 0.5;
}

.tab_area label:last-child {
  border-right: 1px solid #f5f5f5;
}

.panel_area {
  background: #fff;
}

.tab_panel {
  width: 100%;
  padding: 5px 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label {
  background: #fff;
  color: #D4A900;
  font-weight: bold;
}

#tab1:checked ~ .panel_area #panel1 {
  display: block;
}

#tab2:checked ~ .tab_area .tab2_label {
  background: #fff;
  color: #CD5C55;
  font-weight: bold;
}

#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

#tab3:checked ~ .tab_area .tab3_label {
  background: #fff;
  color: #1D9187;
  font-weight: bold;
}

#tab3:checked ~ .panel_area #panel3 {
  display: block;
}

a.news-more-link {
  float: right;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 30px 0 156px 0;
}

a.news-more-link span.link-arrow {
  background-image: url(img/common/arrow.png);
  background-size: contain;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
  height: 15px;
  margin: 0px 10px 0;
}

@-webkit-keyframes btnlink {
  from {
    background-position: -20px 7px;
  }
  to {
    background-position: 0px 7px;
  }
}

@keyframes btnlink {
  from {
    background-position: -20px 7px;
  }
  to {
    background-position: 0px 7px;
  }
}

a.news-more-link:hover span.link-arrow {
  -webkit-animation: btnlink .25s ease-out forwards;
          animation: btnlink .25s ease-out forwards;
}

/*
top:about:暮らしの朝市について
*/
.top-about {
  width: 100%;
  margin: auto;
  position: relative;
}

.top-about .width1000 {
  width: 100%;
  position: relative;
  margin: auto;
  text-align: center;
}

.top-about h2 {
  font-size: 200%;
  letter-spacing: 8px;
  top: 10px;
  left: 0;
  margin: 93px auto 60px;
}

.top-about h2 span {
  display: block;
  letter-spacing: 1px;
  font-size: 70%;
  color: #D4A900;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.top-about p.strong-text {
  margin: 60px auto 36px;
  text-align: center;
}

.top-about img.square-img {
  position: absolute;
}

.top-about img.square-img.ichimatsu03 {
  width: 4.5vw;
  height: auto;
  top: 1vw;
  right: 0vw;
}

.top-about img.square-img.ichimatsu04 {
  width: 8.5vw;
  height: auto;
  bottom: 500px;
  left: 0vw;
}

.top-about img.hr-bar {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.top-marche {
  width: 100%;
  height: auto;
  margin: 100px auto 80px;
}

.top-marche .top-marche-select {
  display: inline-block;
  width: 15%;
  margin: 0 6% 0 0;
  vertical-align: top;
}

.top-marche .top-map {
  display: inline-block;
  width: 77%;
  vertical-align: top;
}

.top-marche-area {
  width: 100%;
  margin: 0 auto 78px;
}

.top-marche-area a {
  width: 100%;
  text-align: left;
  display: block;
}

.top-marche-area a span.link-area {
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  display: block;
}

.top-marche-area a span.marche-num {
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  width: 20%;
  margin: 0 4% 0 0;
  vertical-align: top;
}

.top-marche-area a img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.area-higashi span.marche-num {
  color: #D4A900;
}

.area-higashi a.link-bar::after {
  background-color: #D4A900;
}

.area-higashi a.link-bar:hover {
  opacity: 1;
}

.area-higashi a.link-bar:hover::after {
  background-color: #D4A900;
}

.area-jimokuji span.marche-num {
  color: #CD5C55;
}

.area-jimokuji a.link-bar::after {
  background-color: #CD5C55;
}

.area-jimokuji a.link-bar:hover {
  opacity: 1;
}

.area-jimokuji a.link-bar:hover::after {
  background-color: #CD5C55;
}

.area-minpata span.marche-num {
  color: #1D9187;
}

.area-minpata a.link-bar::after {
  background-color: #1D9187;
}

.area-minpata a.link-bar:hover {
  opacity: 1;
}

.area-minpata a.link-bar:hover::after {
  background-color: #1D9187;
}

/*
top:direction:
*/
.top-direction-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.top-db-layout1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.5%;
          flex: 0 0 19.5%;
  margin: 27px 0 0 0;
}

.top-db-layout1.layout-left {
  margin: 27px 0 0 10%;
}

.top-db-layout1.layout-right {
  margin: 27px 10% 0 0%;
}

.top-db-layout1 img {
  width: 80%;
  height: auto;
}

.top-db-layout1 p {
  display: block;
}

.top-db-layout1 p.marche-tittle {
  margin: 40px auto;
  font-weight: bold;
  font-size: 1.2vw;
}

.top-db-layout1 p.strong-text {
  font-size: 1vw;
}

.top-db-layout1 p.marche-text {
  margin: 30px auto 60px;
}

.top-db-layout1 a.news-more-link {
  float: left;
}

.top-db-layout2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  position: relative;
}

.top-db-layout2 img {
  width: 100%;
  height: auto;
}

.top-db-layout2 img.img-fix {
  position: absolute;
  mix-blend-mode: multiply;
}

.top-db-layout2 img.logo-marche2 {
  display: none;
}

.top-db-layout2 p.marche-tittle {
  display: none;
}

.db-higashi {
  margin: 13vw auto 0;
}

.db-higashi img.img-fix {
  width: 10vw;
  height: auto;
  top: -5.8vw;
  right: 3vw;
}

.db-higashi a.news-more-link {
  color: #D4A900;
}

.db-higashi a.news-more-link span.link-arrow {
  background-image: url(img/common/arrow-h.png);
}

.db-higashi p.marche-tittle {
  color: #D4A900;
}

.db-jimokuji {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}

.db-jimokuji .top-db-layout1.layout-left {
  margin: 27px 10% 0 0%;
}

.db-jimokuji img.img-fix {
  width: 7vw;
  height: auto;
  top: 20vw;
  right: 5vw;
}

.db-jimokuji a.news-more-link {
  color: #CD5C55;
}

.db-jimokuji a.news-more-link span.link-arrow {
  background-image: url(img/common/arrow-j.png);
}

.db-jimokuji p.marche-tittle {
  color: #CD5C55;
}

.db-minpata img.img-fix {
  width: 10vw;
  height: auto;
  top: 25.2vw;
  right: 3vw;
}

.db-minpata a.news-more-link {
  color: #1D9187;
}

.db-minpata a.news-more-link span.link-arrow {
  background-image: url(img/common/arrow-m.png);
}

.db-minpata p.marche-tittle {
  color: #1D9187;
}

/********************固定ページ********************/
img.page-hr-bar {
  max-width: 1200px;
  margin: auto;
  display: block;
}

.flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/********************東別院暮らしの朝市********************/
/*
page:about:暮らしの朝市について
*/
.higashi-nav + .kurashi-mark {
  width: 14.5vw;
}

.higashi-main-img {
  background-image: url(img/higashi/top/higashi-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 40vw;
  margin: -100px auto 200px;
  position: relative;
  z-index: 1;
}

.higashi-main-img img {
  position: absolute;
}

.higashi-main-img img.ichimatsu01 {
  width: 11vw;
  height: auto;
  bottom: -4.5vw;
  right: 6vw;
}

.higashi-main-img .higashi-main-text {
  position: absolute;
  bottom: 3vw;
  left: 6vw;
}

.higashi-main-img .higashi-main-text p {
  background-color: #D4A900;
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
}

.higashi-main-img .higashi-main-text p:nth-of-type(1) {
  font-weight: bold;
  font-size: 110%;
}

.higashi-main-img .higashi-main-text a.news-more-link {
  float: left;
  background-color: #D4A900;
  color: #fff;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0px 0 0px 0;
  padding: 5px 20px;
}

.higashi-main-img .higashi-main-text a.news-more-link span.link-arrow {
  background-image: url(img/common/arrow-w.png);
}

.higashi-main-img .higashi-main-text a:hover {
  opacity: 1;
}

.page_higashi li:nth-of-type(1) a {
  color: #D4A900;
}

.page_howto li:nth-of-type(2) a {
  color: #D4A900;
}

.page_shoplist li:nth-of-type(3) a {
  color: #D4A900;
}

.link-color .page_shoplist li:nth-of-type(3) a {
  color: #121212;
}

.link-color .page_shoplist li:nth-of-type(4) a {
  color: #D4A900;
}

.page_qa li:nth-of-type(5) a {
  color: #D4A900;
}

/*
page:news:お知らせ
*/
.page-news {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.page-news .width1000 {
  width: 100%;
  position: relative;
  text-align: right;
}

.page-news h2 {
  font-size: 200%;
  letter-spacing: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}

.page-news h2 span {
  letter-spacing: 1px;
  font-size: 70%;
  color: #D4A900;
}

ul.page-news-list li {
  padding: 18px 0 16px;
  border-top: 1px solid #F5F5F5;
}

ul.page-news-list li span.news-date {
  margin: 0 20px 0 0;
}

ul.page-news-list li span.news-cat {
  padding: 6px 8px;
  color: #fff;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 0 20px 0 0;
}

ul.page-news-list li:last-child {
  border-bottom: 1px solid #F5F5F5;
}

.page-news-higashi span.news-cat {
  background-color: #D4A900;
}

p.higashi-news-tittle {
  font-weight: bold;
  color: #D4A900;
  font-size: 16px;
}

.page-about {
  width: 100%;
  margin: auto;
  position: relative;
}

.page-about .width1000 {
  width: 100%;
  position: relative;
  margin: auto;
  text-align: center;
}

.page-about h2 {
  font-size: 200%;
  letter-spacing: 8px;
  top: 10px;
  left: 0;
  margin: 93px auto 60px;
}

.page-about h2 span {
  display: block;
  letter-spacing: 1px;
  font-size: 70%;
  color: #D4A900;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.page-about p.strong-text {
  margin: 60px auto 36px;
  text-align: center;
}

.page-about .page-about-text {
  margin: 0 auto 80px;
}

.page-about .page-about-text p:last-child {
  font-size: 16px;
  text-align: left;
  line-height: 200%;
}

/*
page:howto:東別院のtopにある
*/
.higashi-howto-box {
  width: 80vw;
  height: 38.6vw;
  max-width: 1400px;
  max-height: 675px;
  margin: 200px auto 127px;
  position: relative;
}

.higashi-howto-box h2 {
  position: absolute;
  top: -2%;
  left: 7%;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #D4A900;
  font-size: 63px;
  letter-spacing: 3px;
}

.higashi-howto-box img.ichimatsu06 {
  position: absolute;
  top: -6%;
  left: -3%;
  width: 5vw;
  height: auto;
  mix-blend-mode: multiply;
}

.higashi-howto-box a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/higashi/top/howto-main-onimaga.jpg);
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: center;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  padding: 0% 0 0;
}

.higashi-howto-box a:hover {
  background-size: 120%;
}

.higashi-howto-box a .left-box {
  width: 30%;
  padding: 9% 0 0 0;
  margin: 0vw 0 0 7%;
  display: block;
  text-align: center;
}

.higashi-howto-box a .left-box img {
  width: 100%;
  height: auto;
}

.higashi-howto-box a .left-box p {
  color: #fff;
}

.higashi-howto-box a .left-box p.howto-intro {
  margin: 30px auto 30px;
}

.higashi-howto-box a .left-box p.howto-vol {
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  display: block;
  width: 50px;
  padding: 0 5px 0px;
  margin: 0 auto 20px auto;
  z-index: 1000;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#D4A900), color-stop(30%, #D4A900), color-stop(30%, transparent), to(transparent));
  background: linear-gradient(0deg, #D4A900 0%, #D4A900 30%, transparent 30%, transparent 100%);
}

.higashi-howto-box a .left-box .sptilt3 {
  text-align: center;
}

.higashi-howto-box a .left-box .sptilt3 img {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  width: auto;
}

.higashi-howto-box a .left-box .sptilt3 img:nth-of-type(2) {
  height: 30px;
  margin: 0 20px;
}

/*
page:direction:
*/
.page-direction {
  width: 100%;
  margin: auto;
}

.page-direction h2 {
  text-align: center;
  font-size: 200%;
  letter-spacing: 8px;
  margin: 93px auto 60px;
}

.page-direction h2 span {
  display: block;
  letter-spacing: 1px;
  font-size: 70%;
  color: #D4A900;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.page-direction-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 13vw auto 10vw;
}

.page-direction-box.page-db-higashi18 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}

.page-db-layout1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  margin: 27px 0 0 0;
  background-color: #fff;
  height: 500px;
  z-index: 1000;
  padding: 0 30px;
}

.page-db-layout1.layout-left {
  margin: 4vw -5% 0 0%;
}

.page-db-layout1.layout-right {
  margin: 4vw 0% 0 -13%;
}

.page-db-layout1 img {
  width: 80%;
  height: auto;
}

.page-db-layout1 p {
  display: block;
}

.page-db-layout1 p.marche-tittle {
  margin: 40px auto;
  font-weight: bold;
  font-size: 1.2vw;
}

.page-db-layout1 p.strong-text {
  font-size: 1vw;
}

.page-db-layout1 p.marche-text {
  margin: 30px auto 30px;
}

.page-db-layout1 a.link-button {
  display: block;
  background-color: #fff;
  color: #D4A900;
  width: 200px;
  text-align: center;
  margin: 0 0px 10px 0;
  padding: 5px 10px;
  border: 1px solid #D4A900;
}

.page-db-layout1 a.link-button i {
  font-size: 120%;
  vertical-align: middle;
  padding: 0 5px 0 0;
}

.page-db-layout1 a.link-button:hover {
  background-color: #D4A900;
  color: #fff;
  opacity: 1;
}

.page-db-layout2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  position: relative;
  z-index: 1;
}

.page-db-layout2 img {
  width: 100%;
  height: auto;
}

.page-db-layout2 img.img-fix {
  position: absolute;
  mix-blend-mode: multiply;
}

.page-db-layout2 img.img-num {
  position: absolute;
  left: -5vw;
  top: -6.5vw;
  z-index: 100;
  mix-blend-mode: multiply;
  width: 15vw;
}

.page-db-layout2 img.logo-marche2 {
  display: none;
}

.page-db-layout2 p.marche-tittle {
  display: none;
}

.page-db-layout2 img.higashi-ichimatsu {
  position: absolute;
  width: 6vw;
  height: auto;
  mix-blend-mode: multiply;
}

.page-db-layout2 img.higashi-ichimatsu.ichimatsu-h1 {
  right: 7vw;
  bottom: 5vw;
}

.page-db-layout2 img.higashi-ichimatsu.ichimatsu-h2 {
  width: 9vw;
  left: 7vw;
  top: -6vw;
}

.page-db-layout2 img.higashi-ichimatsu.ichimatsu-h3 {
  width: 9vw;
  right: 10vw;
  top: -8vw;
}

.page-db-higashi {
  margin: 13vw auto 0;
}

.page-db-higashi img.img-fix {
  width: 10vw;
  height: auto;
  top: -5.8vw;
  right: 3vw;
}

.page-db-higashi p.marche-tittle {
  color: #D4A900;
}

.page-db-higashi18 img.img-fix {
  height: auto;
  top: 20vw;
  right: 5vw;
  width: 7vw;
}

.page-db-higashi18 img.img-num {
  width: 21.75vw;
  left: unset;
  right: -11vw;
}

.page-db-higashi18 p.marche-tittle {
  color: #D4A900;
}

.page-db-higashi28 img.img-fix {
  height: auto;
  top: 25.2vw;
  right: 3vw;
  width: 10vw;
}

.page-db-higashi28 img.img-num {
  width: 24.15vw;
  left: -14vw;
}

.page-db-higashi28 p.marche-tittle {
  color: #D4A900;
}

.higashi-bottom-link .flex-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-height: 360px;
  height: 30vw;
  background-color: #D4A900;
  position: relative;
}

.higashi-bottom-link .flex-box .scale-white-box {
  width: 76%;
  height: 64%;
  -webkit-transition: margin .5s ease-out, padding .5s ease-out;
  transition: margin .5s ease-out, padding .5s ease-out;
  padding: 10% 10%;
  margin: 2% 2%;
  background-color: #fff;
}

.higashi-bottom-link .flex-box .scale-white-box p.swb-title {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0px auto 40px;
}

.higashi-bottom-link .flex-box .scale-white-box p.swb-title span {
  font-size: 90%;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #D4A900;
  display: block;
  margin: 0px auto 40px;
}

.higashi-bottom-link .flex-box .scale-white-box p.swb-text {
  display: block;
  text-align: center;
  width: 100%;
}

.higashi-bottom-link .flex-box:hover {
  opacity: 1;
}

.higashi-bottom-link .flex-box:hover .scale-white-box {
  padding: 5% 5%;
  margin: 7% 7%;
}

.page-access {
  margin: 10vw 0 0 0;
}

.page-access .flex-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.page-access .flex-box.higashi-access {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  background-color: #D4A900;
  color: #fff;
  padding: 100px 0 135px 20%;
}

.page-access .flex-box p.access-title {
  text-align: left;
  font-size: 200%;
  letter-spacing: 8px;
  margin: 0px auto 60px;
  font-weight: bold;
}

.page-access .flex-box p.access-title span {
  font-weight: normal;
  display: block;
  letter-spacing: 1px;
  font-size: 90%;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.page-access .flex-box li {
  margin: 40px 0 0 0;
}

.page-access .flex-box li span {
  display: block;
  font-size: 120%;
  font-weight: bold;
}

/********************東別院暮らしの朝市って、どんなトコ？********************/
.higashi-howto-main {
  background-image: url(img/howto/onimaga-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 56vw;
  position: relative;
}

.higashi-howto-main .left-box {
  position: absolute;
  top: 5vw;
  left: 10vw;
  width: 30vw;
  color: #fff;
  text-align: center;
}

.higashi-howto-main .left-box h2 {
  font-size: 250%;
  font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0 0 5vw 0;
}

.higashi-howto-main .left-box h2 span {
  font-size: 80%;
  display: block;
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 1px;
  font-weight: 200;
  margin: 15px 0 0;
}

.higashi-howto-main .left-box img {
  width: 90%;
  height: auto;
  margin: 0 auto 30px;
}

.higashi-howto-main .left-box p {
  text-align: center;
  margin: 0 auto 2vw;
}

.higashi-howto-main .left-box p.howto-vol {
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  display: block;
  width: 50px;
  padding: 0 5px 0px;
  margin: 0 auto 20px auto;
  line-height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#D4A900), color-stop(30%, #D4A900), color-stop(30%, transparent), to(transparent));
  background: linear-gradient(0deg, #D4A900 0%, #D4A900 30%, transparent 30%, transparent 100%);
}

.higashi-howto-main .left-box .sptilt3 {
  text-align: center;
}

.higashi-howto-main .left-box .sptilt3 img {
  display: inline-block;
  height: 55px;
  vertical-align: middle;
  width: auto;
}

.higashi-howto-main .left-box .sptilt3 img:nth-of-type(2) {
  height: 30px;
  margin: 0 20px 25px;
}

.howto-about {
  margin: 15vw auto;
}

.howto-about .split2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howto-about .split2 .split-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.howto-about .split2 .split-block:nth-of-type(1) {
  background-image: url(img/howto/onimaga-about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.howto-about .split2 .split-block:nth-of-type(2) {
  padding: 30px 0;
  border-top: 1px dotted #D4A900;
  border-bottom: 1px dotted #D4A900;
}

.howto-about .split2 .split-block:nth-of-type(2) h2 {
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 200;
  color: #D4A900;
  margin: 0 0 30px 0;
  font-size: 40px;
}

.howto-about .split2 .split-block:nth-of-type(2) p.strong-text {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.howto-day h2 {
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #D4A900;
  font-size: 100px;
  font-weight: normal;
  position: absolute;
}

.howto-day h2 span {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  margin: 0 0 0 25px;
}

.howto-day p.day-subtitle {
  color: #D4A900;
  font-weight: bold;
  font-size: 120%;
  position: relative;
  margin: 0 0 64px 0;
}

.howto-day p.day-subtitle::after {
  content: "";
  background-image: url(img/howto/howto-bar.png);
  width: 312px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.howto-day .day-text {
  position: absolute;
  width: 90%;
  max-width: 600px;
  margin: auto;
  line-height: 250%;
}

.howto-day img {
  position: absolute;
}

.howto-day .back-box {
  background-color: #FAF9F5;
  width: 60vw;
  height: 30vw;
  position: absolute;
  z-index: 1;
}

.howto8th .first-block {
  width: 100vw;
  height: 50vw;
  position: relative;
}

.howto8th .first-block h2 {
  left: 14vw;
  top: 5vw;
  z-index: 400;
}

.howto8th .first-block .day-text {
  left: 14vw;
  top: 12vw;
  z-index: 400;
}

.howto8th .first-block img.report-img01 {
  width: 40vw;
  height: auto;
  right: 0;
  top: 0;
  z-index: 100;
}

.howto8th .first-block img.report-img02 {
  right: 0;
  width: 40vw;
  height: auto;
  top: 25vw;
  z-index: 100;
}

.howto8th .first-block .back-box {
  top: 6vw;
  left: 9vw;
}

.howto8th .second-block {
  width: 100vw;
  height: 40vw;
  position: relative;
}

.howto8th .second-block .day-text {
  right: 14vw;
  top: 12vw;
  z-index: 100;
}

.howto8th .second-block img.report-img03 {
  width: 40vw;
  height: auto;
  left: 5vw;
  top: 5vw;
  z-index: 100;
}

.howto8th .second-block img.report-img04 {
  left: 0;
  width: 13vw;
  height: auto;
  top: 26vw;
  z-index: 200;
}

.howto8th .second-block .back-box {
  top: 14vw;
  left: 9vw;
  width: 50vw;
  height: 21vw;
}

.howto8th .third-block {
  width: 100vw;
  height: 50vw;
  position: relative;
}

.howto8th .third-block .day-text {
  left: 14vw;
  top: 12vw;
  z-index: 100;
}

.howto8th .third-block img.report-img05 {
  width: 40vw;
  height: auto;
  right: 0vw;
  top: 5vw;
  z-index: 100;
}

.howto8th .third-block img.report-img06 {
  right: 24vw;
  width: 20vw;
  height: auto;
  top: 26vw;
  z-index: 200;
}

.howto8th .third-block .back-box {
  display: none;
}

.howto18th .first-block {
  width: 100vw;
  height: 50vw;
  position: relative;
}

.howto18th .first-block h2 {
  left: 50vw;
  top: 5vw;
  z-index: 400;
}

.howto18th .first-block .day-text {
  left: 50vw;
  top: 12vw;
  z-index: 400;
}

.howto18th .first-block img.report-img01 {
  width: 42vw;
  height: auto;
  left: 3vw;
  top: 0;
  z-index: 100;
}

.howto18th .first-block img.report-img02 {
  left: 0;
  width: 25vw;
  height: auto;
  top: 19vw;
  z-index: 200;
}

.howto18th .first-block .back-box {
  top: 6vw;
  right: 9vw;
}

.howto18th .second-block {
  width: 100vw;
  height: 40vw;
  position: relative;
}

.howto18th .second-block .day-text {
  left: 14vw;
  top: 12vw;
  z-index: 400;
}

.howto18th .second-block img.report-img03 {
  width: 35vw;
  height: auto;
  right: 11vw;
  top: 5vw;
  z-index: 100;
}

.howto18th .second-block img.report-img04 {
  right: 3vw;
  width: 13vw;
  height: auto;
  top: 20vw;
  z-index: 200;
}

.howto18th .second-block .back-box {
  display: none;
}

.howto18th .third-block {
  width: 100vw;
  height: 50vw;
  position: relative;
}

.howto18th .third-block .day-text {
  right: 14vw;
  top: 12vw;
  z-index: 400;
}

.howto18th .third-block img.report-img05 {
  width: 40vw;
  height: auto;
  left: 0vw;
  top: 5vw;
  z-index: 100;
}

.howto18th .third-block img.report-img06 {
  left: 24vw;
  width: 20vw;
  height: auto;
  top: 26vw;
  z-index: 200;
}

.howto18th .third-block .back-box {
  right: 0;
  top: 20vw;
  width: 40vw;
  height: 19vw;
}

.howto28th .first-block {
  width: 100vw;
  height: 50vw;
  position: relative;
}

.howto28th .first-block h2 {
  left: 14vw;
  top: 5vw;
  z-index: 400;
}

.howto28th .first-block .day-text {
  left: 14vw;
  top: 12vw;
  z-index: 400;
}

.howto28th .first-block img.report-img01 {
  width: 40vw;
  height: auto;
  right: 6vw;
  top: 0;
  z-index: 100;
}

.howto28th .first-block img.report-img02 {
  right: 2vw;
  width: 20vw;
  height: auto;
  top: 20vw;
  z-index: 110;
}

.howto28th .first-block img.report-img03 {
  width: 13vw;
  height: auto;
  right: 24vw;
  top: 29vw;
  z-index: 100;
}

.howto28th .first-block .back-box {
  top: 6vw;
  left: 9vw;
  width: 47vw;
}

.howto28th .second-block {
  width: 100vw;
  height: 40vw;
  position: relative;
}

.howto28th .second-block .day-text {
  right: 14vw;
  top: 12vw;
  z-index: 400;
}

.howto28th .second-block img.report-img04 {
  left: 0;
  width: 40vw;
  height: auto;
  top: 0vw;
  z-index: 200;
}

.howto28th .second-block img.report-img05 {
  width: 13vw;
  height: auto;
  left: 10vw;
  top: 26vw;
  z-index: 300;
}

.howto28th .second-block img.report-img06 {
  left: 26vw;
  width: 20vw;
  height: auto;
  top: 20vw;
  z-index: 250;
}

.howto28th .second-block .back-box {
  top: 23vw;
  left: 0vw;
  width: 75vw;
  height: 21vw;
}

.howtolast {
  width: 100vw;
  height: 40vw;
  position: relative;
}

.howtolast .day-text {
  right: 14vw;
  top: 24vw;
  z-index: 100;
  width: 27vw;
  z-index: 400;
}

.howtolast img.report-img01 {
  width: 35vw;
  height: auto;
  left: 18vw;
  top: 13vw;
  z-index: 100;
}

.howtolast .back-box {
  right: 12vw;
  top: 19vw;
  width: 40vw;
  height: 25vw;
}

.howto-prof {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  margin: 15vw auto;
  background-color: #FAF9F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.howto-prof .prof-img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  height: auto;
}

.howto-prof .prof-img-box img {
  width: 100%;
  height: auto;
}

.howto-prof div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
}

.howto-prof div p.prof-title {
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 200;
  color: #D4A900;
  margin: 0 0 20px 0;
  font-size: 50px;
}

.howto-prof div p:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}

.howto-prof div a {
  color: #D4A900;
  display: block;
  margin: 20px auto 20px;
}

.howto-prof div ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.howto-prof div ul li a {
  color: #d6d6d6;
  font-size: 20px;
  margin: 0 0 0 0;
}

.other-report {
  width: 90%;
  max-width: 1200px;
  margin: 15vw auto;
}

.other-report h2 {
  font-size: 53px;
  font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #D4A900;
  text-align: center;
  font-weight: 200;
  margin: 0 auto 40px;
}

.other-report h2 span {
  display: block;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  margin: 10px auto;
}

.other-report ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-report ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}

.other-report ul li a img {
  width: 100%;
  height: auto;
}

/********************プライバシーポリシー********************/
.page-id-34 h2.common-title {
  text-align: center;
  font-size: 170%;
  letter-spacing: 8px;
  margin: 93px auto 60px;
}

.privacy-box {
  margin: 50px auto;
}

.privacy-box p {
  margin: 0 0 30px 0;
}

.privacy-box ul, .privacy-box li {
  list-style: decimal;
  list-style-position: inside;
}

/********************レスポンシブ対応********************/
/*************************************************
ここからレスポンシブ対応
***************************************************/
.nav-fixed {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 37px;
  right: 2vw;
}

#nav-drawer {
  position: relative;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  margin: 1vh 3vh 0 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;
  /*線の太さ*/
  width: 40px;
  /*長さ*/
  border-radius: 3px;
  background: #707070;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -10px;
}

#nav-open span:after {
  bottom: -20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 20px;
  width: 15%;
  height: 15vw;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#nav-close span {
  position: absolute;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  top: 7vh;
  left: 4vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-close span:before {
  position: absolute;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
  top: 0vh;
  left: 0vw;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: -10px;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #D4A900;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
}

#nav-content {
  text-align: left;
  font-size: 20px;
}

#nav-content img.nav-logo {
  width: 30%;
  height: auto;
  margin: 40px 0 0 30px;
}

#nav-content ul {
  display: block;
  width: 70%;
  margin: 17px auto 0;
  text-align: left;
}

#nav-content li {
  text-align: left;
}

#nav-content a {
  font-size: 20px;
  font-weight: bold;
}

#nav-content label.acd-label {
  font-weight: bold;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 1;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

nav.sp-navi li {
  margin: 3vh 3vw 3vh 3vw !important;
  padding: 0 0 5px 0 !important;
  display: block !important;
  height: auto !important;
}

nav.sp-navi li.sns {
  height: 25px !important;
  display: inline-block !important;
  width: 30% !important;
  margin: 3vh 1vw 3vh 1vw !important;
}

nav.sp-navi li a {
  font-size: 20px;
  color: #fff;
}

.acd-check {
  display: none;
}

.acd-label {
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 0px;
  position: relative;
}

.acd-label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 52px;
  padding: 0px 20px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: height .5s;
  transition: height .5s;
  visibility: hidden;
}

.acd-content a {
  font-weight: normal !important;
  display: block;
  margin: 20px 0 0 40px;
  position: relative;
  font-size: 85% !important;
}

.acd-content a::before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -36px;
  height: 2px;
  width: 28px;
  background-color: #ffffff99;
}

.acd-content .sns-link {
  height: 20px;
  text-align: left;
}

.acd-content .sns-link a {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
  margin: 0 0 0 40px;
}

.acd-content .sns-link a::before {
  display: none;
}

.acd-content .sns-link img {
  height: 100%;
  width: auto;
}

.acd-check:checked + .acd-label:after {
  content: '\f068';
}

.acd-check:checked + .acd-label + .acd-content {
  height: 300px;
  opacity: 1;
  padding: 10px;
  visibility: unset;
}

/*******************pc1600*******************/
@media screen and (min-width: 1600px) {
  .higashi-bottom-link .flex-box .scale-white-box p.swb-title {
    font-size: 34px;
  }
}

/*******************pc1500*******************/
@media screen and (max-width: 1500px) {
  .higashi-howto-box a .left-box {
    width: 32%;
  }
  .higashi-howto-box a .left-box .sptilt3 img {
    height: 40px;
  }
}

/*******************pc1500：オニマガ用*******************/
@media screen and (max-width: 1500px) {
  .howto-day h2 {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #D4A900;
    font-size: 100px;
    font-weight: normal;
    position: absolute;
  }
  .howto-day h2 span {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    margin: 0 0 0 25px;
  }
  .howto-day p.day-subtitle {
    color: #D4A900;
    font-weight: bold;
    font-size: 120%;
    position: relative;
    margin: 0 0 64px 0;
  }
  .howto-day p.day-subtitle::after {
    content: "";
    background-image: url(img/howto/howto-bar.png);
    width: 312px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -5px;
    left: -5px;
  }
  .howto-day .day-text {
    position: absolute;
    width: 90%;
    max-width: 600px;
    margin: auto;
    line-height: 250%;
  }
  .howto-day img {
    position: absolute;
  }
  .howto-day .back-box {
    background-color: #FAF9F5;
    width: 60vw;
    height: 30vw;
    position: absolute;
    z-index: 1;
  }
  .howto8th .first-block {
    width: 100vw;
    height: 50vw;
    position: relative;
  }
  .howto8th .first-block h2 {
    left: 8vw;
    top: 5vw;
    z-index: 400;
  }
  .howto8th .first-block .day-text {
    left: 8vw;
    top: 12vw;
    z-index: 400;
  }
  .howto8th .first-block img.report-img01 {
    width: 40vw;
    height: auto;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .howto8th .first-block img.report-img02 {
    right: 0;
    width: 40vw;
    height: auto;
    top: 25vw;
    z-index: 100;
  }
  .howto8th .first-block .back-box {
    top: 6vw;
    left: 9vw;
  }
  .howto8th .second-block {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .howto8th .second-block .day-text {
    right: 8vw;
    top: 12vw;
    z-index: 100;
  }
  .howto8th .second-block img.report-img03 {
    width: 40vw;
    height: auto;
    left: 5vw;
    top: 5vw;
    z-index: 100;
  }
  .howto8th .second-block img.report-img04 {
    left: 0;
    width: 13vw;
    height: auto;
    top: 26vw;
    z-index: 200;
  }
  .howto8th .second-block .back-box {
    top: 14vw;
    left: 9vw;
    width: 50vw;
    height: 21vw;
  }
  .howto8th .third-block {
    width: 100vw;
    height: 50vw;
    position: relative;
  }
  .howto8th .third-block .day-text {
    left: 8vw;
    top: 12vw;
    z-index: 100;
  }
  .howto8th .third-block img.report-img05 {
    width: 40vw;
    height: auto;
    right: 0vw;
    top: 5vw;
    z-index: 100;
  }
  .howto8th .third-block img.report-img06 {
    right: 18vw;
    width: 20vw;
    height: auto;
    top: 26vw;
    z-index: 200;
  }
  .howto8th .third-block .back-box {
    display: none;
  }
  .howto18th .first-block {
    width: 100vw;
    height: 50vw;
    position: relative;
  }
  .howto18th .first-block h2 {
    left: 50vw;
    top: 5vw;
    z-index: 400;
  }
  .howto18th .first-block .day-text {
    left: 50vw;
    top: 12vw;
    z-index: 400;
  }
  .howto18th .first-block img.report-img01 {
    width: 42vw;
    height: auto;
    left: 3vw;
    top: 0;
    z-index: 100;
  }
  .howto18th .first-block img.report-img02 {
    left: 0;
    width: 25vw;
    height: auto;
    top: 19vw;
    z-index: 200;
  }
  .howto18th .first-block .back-box {
    top: 6vw;
    right: 9vw;
  }
  .howto18th .second-block {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .howto18th .second-block .day-text {
    left: 8vw;
    top: 12vw;
    z-index: 400;
  }
  .howto18th .second-block img.report-img03 {
    width: 35vw;
    height: auto;
    right: 11vw;
    top: 5vw;
    z-index: 100;
  }
  .howto18th .second-block img.report-img04 {
    right: 3vw;
    width: 13vw;
    height: auto;
    top: 20vw;
    z-index: 200;
  }
  .howto18th .second-block .back-box {
    display: none;
  }
  .howto18th .third-block {
    width: 100vw;
    height: 50vw;
    position: relative;
  }
  .howto18th .third-block .day-text {
    right: 8vw;
    top: 12vw;
    z-index: 400;
  }
  .howto18th .third-block img.report-img05 {
    width: 40vw;
    height: auto;
    left: 0vw;
    top: 5vw;
    z-index: 100;
  }
  .howto18th .third-block img.report-img06 {
    left: 18vw;
    width: 20vw;
    height: auto;
    top: 26vw;
    z-index: 200;
  }
  .howto18th .third-block .back-box {
    right: 0;
    top: 20vw;
    width: 40vw;
    height: 19vw;
  }
  .howto28th .first-block {
    width: 100vw;
    height: 50vw;
    position: relative;
  }
  .howto28th .first-block h2 {
    left: 8vw;
    top: 5vw;
    z-index: 400;
  }
  .howto28th .first-block .day-text {
    left: 8vw;
    top: 12vw;
    z-index: 400;
  }
  .howto28th .first-block img.report-img01 {
    width: 40vw;
    height: auto;
    right: 6vw;
    top: 0;
    z-index: 100;
  }
  .howto28th .first-block img.report-img02 {
    right: 2vw;
    width: 20vw;
    height: auto;
    top: 20vw;
    z-index: 110;
  }
  .howto28th .first-block img.report-img03 {
    width: 13vw;
    height: auto;
    right: 24vw;
    top: 29vw;
    z-index: 100;
  }
  .howto28th .first-block .back-box {
    top: 6vw;
    left: 9vw;
    width: 47vw;
  }
  .howto28th .second-block {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .howto28th .second-block .day-text {
    right: 8vw;
    top: 12vw;
    z-index: 400;
  }
  .howto28th .second-block img.report-img04 {
    left: 0;
    width: 40vw;
    height: auto;
    top: 0vw;
    z-index: 200;
  }
  .howto28th .second-block img.report-img05 {
    width: 13vw;
    height: auto;
    left: 10vw;
    top: 26vw;
    z-index: 300;
  }
  .howto28th .second-block img.report-img06 {
    left: 26vw;
    width: 20vw;
    height: auto;
    top: 20vw;
    z-index: 250;
  }
  .howto28th .second-block .back-box {
    top: 23vw;
    left: 0vw;
    width: 75vw;
    height: 21vw;
  }
  .howtolast {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .howtolast .day-text {
    right: 14vw;
    top: 24vw;
    z-index: 100;
    width: 27vw;
    z-index: 400;
  }
  .howtolast img.report-img01 {
    width: 35vw;
    height: auto;
    left: 18vw;
    top: 13vw;
    z-index: 100;
  }
  .howtolast .back-box {
    right: 12vw;
    top: 19vw;
    width: 40vw;
    height: 25vw;
  }
}

/*******************pc1400*******************/
@media screen and (max-width: 1400px) {
  .higashi-howto-box {
    width: 90vw;
    height: 45vw;
  }
  .higashi-howto-box h2 {
    font-size: 5vw;
  }
  .higashi-howto-box a .left-box {
    width: 30%;
  }
  .higashi-howto-box a .left-box p.howto-intro {
    margin: 1vw auto 1vw;
    font-size: 12px;
  }
  .higashi-howto-box a .left-box p.howto-vol {
    font-size: 2vw;
  }
  .higashi-howto-box a .left-box .sptilt3 {
    text-align: center;
  }
  .higashi-howto-box a .left-box .sptilt3 img {
    display: inline-block;
    height: 3vw;
    vertical-align: middle;
    width: auto;
  }
  .higashi-howto-box a .left-box .sptilt3 img:nth-of-type(2) {
    height: 1.5vw;
    margin: 0 10px;
  }
  .page-db-layout1 p.marche-tittle {
    font-size: 1.5vw;
  }
  .page-access .flex-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .page-access .flex-box.higashi-access {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 75px 0 100px 10%;
  }
}

@media screen and (max-width: 1400px) {
  .higashi-howto-main .left-box {
    width: 35vw;
  }
}

@media screen and (max-width: 1300px) {
  header h1 img {
    width: 65%;
    height: auto;
  }
  .higashi-howto-main {
    height: 64vw;
  }
  .higashi-howto-main .left-box {
    position: absolute;
    top: 5vw;
    left: 10vw;
    width: 38vw;
    color: #fff;
    text-align: center;
  }
  .higashi-howto-main .left-box h2 {
    font-size: 250%;
    font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 5vw 0;
  }
  .higashi-howto-main .left-box h2 span {
    font-size: 80%;
    display: block;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 15px 0 0;
  }
  .higashi-howto-main .left-box img {
    width: 70%;
    height: auto;
    margin: 0 auto 30px;
  }
  .higashi-howto-main .left-box p {
    text-align: center;
    margin: 0 auto 2vw;
  }
  .higashi-howto-main .left-box p.howto-vol {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 30px;
    display: block;
    width: 50px;
    padding: 0 5px 0px;
    margin: 0 auto 20px auto;
    line-height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#D4A900), color-stop(30%, #D4A900), color-stop(30%, transparent), to(transparent));
    background: linear-gradient(0deg, #D4A900 0%, #D4A900 30%, transparent 30%, transparent 100%);
  }
  .higashi-howto-main .left-box .sptilt3 {
    text-align: center;
  }
  .higashi-howto-main .left-box .sptilt3 img {
    display: inline-block;
    height: 55px;
    vertical-align: middle;
    width: auto;
  }
  .higashi-howto-main .left-box .sptilt3 img:nth-of-type(2) {
    height: 30px;
    margin: 0 20px 25px;
  }
  .howto-day .day-text {
    width: 41vw;
  }
  .howto-day .back-box {
    width: 60vw;
    height: 50vw;
  }
  .howto8th .first-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto8th .first-block h2 {
    left: 14vw;
    top: 5vw;
    z-index: 400;
  }
  .howto8th .first-block .day-text {
    left: 14vw;
    top: 12vw;
    z-index: 400;
  }
  .howto8th .first-block img.report-img01 {
    width: 40vw;
    height: auto;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .howto8th .first-block img.report-img02 {
    right: 0;
    width: 40vw;
    height: auto;
    top: 25vw;
    z-index: 100;
  }
  .howto8th .first-block .back-box {
    top: 6vw;
    left: 9vw;
  }
  .howto8th .second-block {
    width: 100vw;
    height: 60vw;
    position: relative;
  }
  .howto8th .second-block .day-text {
    right: 5vw;
    top: 12vw;
    z-index: 100;
  }
  .howto8th .second-block img.report-img03 {
    width: 40vw;
    height: auto;
    left: 5vw;
    top: 5vw;
    z-index: 100;
  }
  .howto8th .second-block img.report-img04 {
    left: 0;
    width: 20vw;
    height: auto;
    top: 26vw;
    z-index: 200;
  }
  .howto8th .second-block .back-box {
    top: 14vw;
    left: 9vw;
    width: 50vw;
    height: 21vw;
  }
  .howto8th .third-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto8th .third-block .day-text {
    left: 14vw;
    top: 12vw;
    z-index: 100;
  }
  .howto8th .third-block img.report-img05 {
    width: 40vw;
    height: auto;
    right: 0vw;
    top: 5vw;
    z-index: 100;
  }
  .howto8th .third-block img.report-img06 {
    right: 5vw;
    width: 23vw;
    height: auto;
    top: 26vw;
    z-index: 200;
  }
  .howto8th .third-block .back-box {
    display: none;
  }
  .howto18th .first-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto18th .first-block h2 {
    left: 50vw;
    top: 5vw;
    z-index: 400;
  }
  .howto18th .first-block .day-text {
    left: 50vw;
    top: 12vw;
    z-index: 400;
  }
  .howto18th .first-block img.report-img01 {
    width: 42vw;
    height: auto;
    left: 3vw;
    top: 13vw;
    z-index: 100;
  }
  .howto18th .first-block img.report-img02 {
    left: 0;
    width: 25vw;
    height: auto;
    top: 35vw;
    z-index: 200;
  }
  .howto18th .first-block .back-box {
    top: 6vw;
    right: 9vw;
  }
  .howto18th .second-block {
    width: 100vw;
    height: 40vw;
    position: relative;
  }
  .howto18th .second-block .day-text {
    left: 8vw;
    top: 12vw;
    z-index: 400;
    width: 42vw;
  }
  .howto18th .second-block img.report-img03 {
    width: 35vw;
    height: auto;
    right: 6vw;
    top: 5vw;
    z-index: 100;
  }
  .howto18th .second-block img.report-img04 {
    right: 3vw;
    width: 13vw;
    height: auto;
    top: 20vw;
    z-index: 200;
  }
  .howto18th .second-block .back-box {
    display: none;
  }
  .howto18th .third-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto18th .third-block .day-text {
    right: 7vw;
    top: 12vw;
    z-index: 400;
    width: 42vw;
  }
  .howto18th .third-block img.report-img05 {
    width: 40vw;
    height: auto;
    left: 0vw;
    top: 20vw;
    z-index: 100;
  }
  .howto18th .third-block img.report-img06 {
    left: 21vw;
    width: 20vw;
    height: auto;
    top: 41vw;
    z-index: 200;
  }
  .howto18th .third-block .back-box {
    right: 0;
    top: 20vw;
    width: 40vw;
    height: 19vw;
  }
  .howto28th .first-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto28th .first-block h2 {
    left: 10vw;
    top: 8vw;
    z-index: 400;
  }
  .howto28th .first-block .day-text {
    left: 10vw;
    top: 20vw;
    z-index: 400;
  }
  .howto28th .first-block img.report-img01 {
    width: 40vw;
    height: auto;
    right: 0vw;
    top: 20vw;
    z-index: 100;
  }
  .howto28th .first-block img.report-img02 {
    right: 2vw;
    width: 20vw;
    height: auto;
    top: 44vw;
    z-index: 110;
  }
  .howto28th .first-block img.report-img03 {
    width: 13vw;
    height: auto;
    right: 24vw;
    top: 58vw;
    z-index: 100;
  }
  .howto28th .first-block .back-box {
    top: 6vw;
    left: 9vw;
    width: 47vw;
  }
  .howto28th .second-block {
    width: 100vw;
    height: 70vw;
    position: relative;
  }
  .howto28th .second-block .day-text {
    right: 10vw;
    top: 12vw;
    z-index: 400;
  }
  .howto28th .second-block img.report-img04 {
    left: 0;
    width: 40vw;
    height: auto;
    top: 28vw;
    z-index: 200;
  }
  .howto28th .second-block img.report-img05 {
    width: 13vw;
    height: auto;
    left: 10vw;
    top: 60vw;
    z-index: 300;
  }
  .howto28th .second-block img.report-img06 {
    left: 16vw;
    width: 20vw;
    height: auto;
    top: 50vw;
    z-index: 250;
  }
  .howto28th .second-block .back-box {
    top: 20vw;
    left: 0vw;
    width: 75vw;
    height: 50vw;
  }
  .howtolast {
    width: 100vw;
    height: 67vw;
    position: relative;
  }
  .howtolast .day-text {
    right: 14vw;
    top: unset;
    bottom: 1vw;
    z-index: 100;
    width: 50vw;
    z-index: 400;
  }
  .howtolast img.report-img01 {
    width: 37vw;
    height: auto;
    left: 18vw;
    top: 13vw;
    z-index: 100;
  }
  .howtolast .back-box {
    right: 12vw;
    top: 19vw;
    width: 40vw;
    height: 25vw;
  }
  .howto-prof {
    width: 100%;
    max-width: 1200px;
    padding: 30px 0;
    margin: 15vw auto;
    background-color: #FAF9F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .howto-prof .prof-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    height: auto;
  }
  .howto-prof .prof-img-box img {
    width: 100%;
    height: auto;
  }
  .howto-prof div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
  .howto-prof div p.prof-title {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 200;
    color: #D4A900;
    margin: 0 0 20px 0;
    font-size: 50px;
  }
  .howto-prof div p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
  }
  .howto-prof div a {
    color: #D4A900;
    display: block;
    margin: 20px auto 20px;
  }
  .howto-prof div ul li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .howto-prof div ul li a {
    color: #d6d6d6;
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .other-report {
    width: 90%;
    max-width: 1200px;
    margin: 15vw auto;
  }
  .other-report h2 {
    font-size: 53px;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #D4A900;
    text-align: center;
    font-weight: 200;
    margin: 0 auto 40px;
  }
  .other-report h2 span {
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    margin: 10px auto;
  }
  .other-report ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-report ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .other-report ul li a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  header h1 img {
    width: 80%;
  }
  header ul {
    margin: 5px 0 0 0;
  }
  header .header-link {
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .higashi-howto-box {
    width: 90vw;
    height: 45vw;
  }
  .higashi-howto-box h2 {
    font-size: 5vw;
  }
  .higashi-howto-box a .left-box {
    width: 34%;
  }
  .higashi-howto-box a .left-box img {
    width: 90%;
  }
  .higashi-howto-box a .left-box p.howto-intro {
    margin: 1vw auto 1vw;
    font-size: 11px;
  }
  .higashi-howto-box a .left-box p.howto-vol {
    font-size: 2vw;
  }
  .higashi-howto-box a .left-box .sptilt3 {
    text-align: center;
  }
  .higashi-howto-box a .left-box .sptilt3 img {
    display: inline-block;
    height: 3vw;
    vertical-align: middle;
    width: auto;
  }
  .higashi-howto-box a .left-box .sptilt3 img:nth-of-type(2) {
    height: 1.5vw;
    margin: 0 10px;
  }
  .page-db-layout1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .page-db-layout1 p.strong-text {
    font-size: 14px;
  }
  .page-about .page-about-text {
    margin: 0 auto 80px;
    width: 90%;
    max-width: 800px;
  }
  .higashi-bottom-link .flex-box .scale-white-box {
    height: 67%;
  }
}

/*******************SP1000*******************/
@media screen and (max-width: 1000px) {
  .higashi-howto-main .left-box p.howto-vol {
    display: inline-block;
    width: 50px;
    margin: 0 auto 20px auto;
  }
  .higashi-howto-main .left-box .sptilt3 {
    text-align: center;
    display: inline-block;
  }
  .higashi-howto-main .left-box .sptilt3 img {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: auto;
  }
  .higashi-howto-main .left-box .sptilt3 img:nth-of-type(2) {
    height: 20px;
    margin: 0 20px 10px;
  }
}

/*******************SP900*******************/
@media screen and (max-width: 950px) {
  .nav-fixed {
    display: inline-block;
  }
  /*
    sp800：header
    */
  header {
    margin: 30px auto 0;
    position: relative;
    padding: 0px 0% 0px;
  }
  header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  header h1 img {
    width: 75%;
    height: auto;
  }
  header .header-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin: 17px 0 0 0;
    text-align: right;
  }
  header .header-link a {
    background-color: #D4A900;
    color: #fff;
    padding: 8px 10px;
  }
  /*
    sp800:top
    */
  img.kurashi-mark {
    width: 10vw;
  }
  .top-main-img {
    background-image: url(img/top/main.jpg);
    background-position: -14vw 0;
    height: 60vw;
    margin: 120px auto 120px;
  }
  .top-news h2 {
    position: unset;
    margin: 0 0 5vw 0;
  }
  h2.title-vertical {
    /* -webkit-writing-mode: vertical-lr; */
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    text-align: center;
  }
  .tab_wrap {
    text-align: center;
  }
  ul.top-news-list {
    text-align: left;
  }
  .top-about img.hr-bar {
    width: 90%;
  }
  .top-about-text {
    width: 90%;
    margin: auto;
  }
  .top-marche {
    width: 80%;
  }
  .top-marche-area {
    margin: 0 auto 4vw;
  }
  .top-db-layout1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .top-db-layout1.layout-left {
    margin: 27px 0 0 0;
  }
  .top-db-layout1 p.marche-tittle {
    margin: 20px auto;
    font-size: 20px;
  }
  .top-db-layout1 p.strong-text {
    font-size: 15px;
  }
  .top-db-layout1 p.marche-text {
    margin: 20px auto 0px;
  }
  .top-db-layout1 a.news-more-link {
    margin: 30px 0 80px 0;
  }
  .top-db-layout2 {
    margin: 20vw 0 0 0;
  }
  .db-jimokuji .top-db-layout1.layout-left {
    margin: 27px 0 0 0;
  }
  .footer-link .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: left;
    margin: 0 0 0 5%;
  }
  .footer-link ul.flist-link1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .footer-link ul.flist-link2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .footer-bottom p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  /*
    sp900:東別院暮らしの朝市
    */
  .higashi-nav {
    position: static;
  }
  .higashi-nav + .kurashi-mark {
    width: 25.5vw;
  }
  .higashi-main-img .higashi-main-text {
    position: absolute;
    bottom: -15vw;
    left: 6vw;
  }
  .page-news h2.title-vertical {
    position: static;
    margin: 20px auto;
  }
  .page-news-list {
    text-align: left;
  }
  .higashi-howto-box a .left-box {
    width: 41%;
    margin: 0 0 0 2%;
  }
  .higashi-howto-box a .left-box img {
    width: 80%;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-title {
    margin: 0px auto 20px;
    font-size: 2.3vw;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-title span {
    margin: 0px auto 20px;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-text {
    font-size: 85%;
  }
  .higashi-howto-box a .left-box p.howto-vol {
    display: inline-block;
    width: 27px;
    line-height: 100%;
  }
  .higashi-howto-box a .left-box .sptilt3 {
    display: inline-block;
  }
}

@media screen and (max-width: 950px) {
  .higashi-howto-main {
    height: 70vw;
    background-position: center;
    margin: 22vw 0 0 0;
  }
  .higashi-howto-main h2 {
    font-size: 300%;
    font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #D4A900;
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 5vw 0;
    position: absolute;
    top: -5vw;
    left: 5vw;
  }
  .higashi-howto-main h2 span {
    font-size: 80%;
    display: block;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 15px 0 0;
  }
  .howto-main-box {
    background-color: #FAF9F5;
    width: 90vw;
    padding: 10vw 5vw;
    margin: auto;
    display: block;
  }
  .howto-main-box img:nth-of-type(1) {
    width: 40vw;
    margin: 10vw auto 20px;
    display: block;
  }
  .howto-main-box p {
    color: #D4A900;
    text-align: center;
  }
  .howto-main-box p:nth-of-type(1) {
    text-align: left;
  }
  .howto-main-box p.howto-vol {
    color: #121212;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 30px;
    display: block;
    width: 50px;
    padding: 0 5px 0px;
    margin: 0 auto 20px auto;
    line-height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#D4A900), color-stop(30%, #D4A900), color-stop(30%, transparent), to(transparent));
    background: linear-gradient(0deg, #D4A900 0%, #D4A900 30%, transparent 30%, transparent 100%);
  }
  .howto-main-box .sptilt3 {
    text-align: center;
    display: block;
  }
  .howto-main-box .sptilt3 img {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: auto;
    margin: 0 0 0 0;
  }
  .howto-main-box .sptilt3 img:nth-of-type(2) {
    height: 30px;
    margin: 0 20px 25px;
  }
  .howto-day {
    font-size: 0;
  }
  .howto-day h2 {
    position: static;
    text-align: left;
    display: inline-block;
    font-size: 212px;
    vertical-align: bottom;
    width: 40vw;
    margin: 0 10vw 0 0;
  }
  .howto-day h2 span {
    font-size: 30px;
    display: block;
    margin: 75px 0px 0px 25px;
  }
  .howto-day p.day-subtitle {
    font-size: 20px;
  }
  .howto-day .day-text {
    position: static;
    width: 90vw;
    font-size: 16px;
    margin: 10vw auto 10vw auto;
  }
  .howto-day img {
    position: static;
    display: inline-block;
  }
  .howto-day .back-box {
    height: 0;
    width: 0;
    background-color: unset;
    clear: both;
  }
  .howto8th {
    padding: 10vw 0;
    background-color: #FAF9F5;
  }
  .howto8th .first-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto8th .first-block img.report-img01 {
    width: 80vw;
    height: auto;
    margin: 0 0 10vw 0;
  }
  .howto8th .first-block img.report-img02 {
    width: 50vw;
    display: inline-block;
    font-size: 0px;
  }
  .howto8th .second-block {
    width: 100vw;
    height: auto;
    position: relative;
    text-align: right;
  }
  .howto8th .second-block .day-text {
    text-align: left;
  }
  .howto8th .second-block img.report-img03 {
    width: 60vw;
    height: auto;
    vertical-align: bottom;
    margin: 0vw 0 0 0;
    z-index: 100;
  }
  .howto8th .second-block img.report-img04 {
    width: 20vw;
    height: auto;
    margin: 0vw 2vw 0 0;
    vertical-align: bottom;
  }
  .howto8th .third-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto8th .third-block img.report-img05 {
    width: 90vw;
    height: auto;
    right: 0vw;
    top: 5vw;
    z-index: 100;
  }
  .howto8th .third-block img.report-img06 {
    width: 40vw;
    height: auto;
    margin: -5vw 0 0 60vw;
  }
  .howto18th {
    padding: 10vw 0;
  }
  .howto18th .first-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto18th .first-block h2 {
    margin: 0 0 0 0;
  }
  .howto18th .first-block img.report-img01 {
    width: 80vw;
    height: auto;
    margin: 0 0 2vw 20vw;
  }
  .howto18th .first-block img.report-img02 {
    width: 48vw;
    height: auto;
    margin: 0 5vw 0 0;
  }
  .howto18th .second-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto18th .second-block .day-text {
    width: 90vw;
  }
  .howto18th .second-block img.report-img03 {
    width: 70vw;
    height: auto;
    vertical-align: bottom;
  }
  .howto18th .second-block img.report-img04 {
    width: 40vw;
    height: auto;
    margin: -10vw 0 0 60vw;
    vertical-align: bottom;
  }
  .howto18th .third-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto18th .third-block .day-text {
    width: 90vw;
  }
  .howto18th .third-block img.report-img05 {
    width: 90vw;
    height: auto;
    vertical-align: bottom;
  }
  .howto18th .third-block img.report-img06 {
    width: 45vw;
    height: auto;
    margin: -5vw 0 0 55vw;
    vertical-align: bottom;
  }
  .howto28th {
    padding: 10vw 0;
    background-color: #FAF9F5;
  }
  .howto28th .first-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto28th .first-block img.report-img01 {
    width: 90vw;
    height: auto;
  }
  .howto28th .first-block img.report-img02 {
    width: 30vw;
    height: auto;
    margin: -20vw 0 0 0;
  }
  .howto28th .first-block img.report-img03 {
    width: 25vw;
    height: auto;
    margin: -10vw 40vw 15vw 5vw;
  }
  .howto28th .second-block {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howto28th .second-block img.report-img04 {
    width: 90vw;
    height: auto;
  }
  .howto28th .second-block img.report-img05 {
    width: 25vw;
    height: auto;
    margin: 5vw 5vw 0 30vw;
  }
  .howto28th .second-block img.report-img06 {
    width: 40vw;
    height: auto;
    margin: -5vw 0 0 0;
  }
  .howtolast {
    width: 100vw;
    height: auto;
    position: relative;
  }
  .howtolast img.report-img01 {
    width: 90vw;
    height: auto;
    margin: auto;
  }
  .howto-prof {
    width: 100%;
    max-width: 1200px;
    padding: 30px 0;
    margin: 15vw auto;
    background-color: #FAF9F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .howto-prof .prof-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    height: auto;
  }
  .howto-prof .prof-img-box img {
    width: 100%;
    height: auto;
  }
  .howto-prof div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
  .howto-prof div p.prof-title {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 200;
    color: #D4A900;
    margin: 0 0 20px 0;
    font-size: 50px;
  }
  .howto-prof div p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
  }
  .howto-prof div a {
    color: #D4A900;
    display: block;
    margin: 20px auto 20px;
  }
  .howto-prof div ul li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .howto-prof div ul li a {
    color: #d6d6d6;
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .other-report {
    width: 90%;
    max-width: 1200px;
    margin: 15vw auto;
  }
  .other-report h2 {
    font-size: 53px;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #D4A900;
    text-align: center;
    font-weight: 200;
    margin: 0 auto 40px;
  }
  .other-report h2 span {
    display: block;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    margin: 10px auto;
  }
  .other-report ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other-report ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .other-report ul li a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  /*
    sp500：共通
    */
  img.hr-bar {
    -o-object-fit: cover;
       object-fit: cover;
    height: 20px;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  img.page-hr-bar {
    width: 90%;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
  a.news-more-link {
    margin: 30px 0 80px 0;
  }
  /*
    sp500：header
    */
  header {
    margin: 30px auto 0;
  }
  header h1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  header h1 img {
    width: 100%;
    height: auto;
  }
  header .header-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    margin: 8px 0 0 0;
    text-align: right;
  }
  header .header-link a {
    background-color: #D4A900;
    color: #fff;
    padding: 8px 10px;
  }
  #nav-open {
    margin: 0 3vh 0 0;
  }
  #nav-content img.nav-logo {
    width: 50%;
  }
  nav.sp-navi {
    margin: 30px 0 0 0;
  }
  /*
    sp500：footer
    */
  .page-bottom-link {
    margin: 80px 0 0 0;
  }
  section.footer-contact {
    padding: 40px 0 40px;
  }
  section.footer-contact h2 {
    font-size: 150%;
    letter-spacing: 5px;
    margin: 0 auto 20px;
  }
  section.footer-contact h2 span {
    font-size: 11px;
    margin: 0 auto 10px;
  }
  section.footer-contact p {
    margin: 0 auto 20px;
  }
  section.footer-contact img {
    display: none;
  }
  .footer-link .footer-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin: 0 0 0 0%;
  }
  .footer-link ul.flist-link1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .footer-link ul.flist-link1 a {
    font-size: 11px;
    border-right: 1px solid #121212;
    padding: 0 10px 0 5px;
  }
  .footer-link ul.flist-link1 li:first-child a {
    border-left: 1px solid #121212;
    padding: 0 10px 0 10px;
  }
  .footer-link ul.flist-link2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .footer-link ul.flist-link2 a {
    font-size: 11px;
  }
  .footer-link ul li {
    display: inline-block;
  }
  .footer-bottom {
    margin: 30px auto 20px;
  }
  .footer-bottom p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center !important;
  }
  .footer-bottom p.copy2 {
    color: #ccc;
    font-size: 80%;
  }
  /*
    sp500：top
    */
  img.kurashi-mark {
    width: 16vw;
    margin: 80px auto 0;
  }
  .top-main-img {
    background-image: url(img/top/main-sp.png);
    background-position: 0vw 0;
    height: 60vw;
    margin: -9vw auto 40px;
    position: relative;
    z-index: -10;
  }
  .top-main-img img {
    display: none;
  }
  .top-news h2 {
    font-size: 155%;
    letter-spacing: 5px;
  }
  .top-news h2 span {
    font-size: 50%;
  }
  .top-news .width1000 {
    width: 90%;
  }
  ul.top-news-list li {
    text-align: left;
  }
  ul.top-news-list li span.news-cat {
    padding: 3px 5px;
  }
  ul.top-news-list li a {
    display: block;
  }
  .top-about h2 {
    font-size: 155%;
    letter-spacing: 5px;
    margin: 93px auto 30px;
  }
  .top-about h2 span {
    font-size: 50%;
  }
  .top-about p.strong-text {
    margin: 30px auto 36px;
    font-size: 120%;
    color: #333333;
    line-height: 200%;
  }
  .top-about img.square-img {
    display: none;
  }
  .top-marche {
    width: 90%;
    margin: 20px auto 80px;
  }
  .top-marche .top-marche-select {
    width: 100%;
    margin: 0 0 0 0;
  }
  .top-marche .top-map {
    margin: 30px auto 0;
    width: 100%;
    overflow: hidden;
  }
  .top-marche .top-map img.map-img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 600px;
    height: 160px;
    -o-object-position: 45px -80px;
       object-position: 45px -80px;
  }
  .top-marche-area {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px 5px;
    margin: 0 10px;
  }
  .top-marche-area.area-higashi {
    border-color: #D4A900;
  }
  .top-marche-area.area-jimokuji {
    border-color: #CD5C55;
  }
  .top-marche-area.area-minpata {
    border-color: #1D9187;
  }
  .top-marche-area a {
    height: 100%;
  }
  .top-marche-area a img {
    width: 80%;
    position: absolute;
    bottom: 17px;
    left: 11px;
  }
  .top-marche-area a span.link-area {
    font-size: 7px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10px;
  }
  .top-marche-area a span.marche-num {
    width: 100%;
    margin: 0 0% 0 0;
    font-size: 16px;
    position: absolute;
    top: -5px;
    text-align: center;
  }
  .top-direction-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap-reverse;
            flex-flow: row wrap-reverse;
  }
  .top-direction-box img.logo-marche {
    display: none;
  }
  .top-db-layout1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    z-index: 1000;
  }
  .top-db-layout1 p.strong-text {
    font-size: 18px;
    z-index: 1000;
    position: relative;
  }
  .top-db-layout1 p.marche-tittle {
    display: none;
  }
  .top-db-layout2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
  .top-db-layout2 img:nth-child(2) {
    -o-object-fit: cover;
       object-fit: cover;
    height: 60vw;
  }
  .top-db-layout2 img.logo-marche2 {
    width: 34vw;
    margin: 0 auto 0px;
    display: block;
    position: relative;
    z-index: 1000;
  }
  .top-db-layout2 p.marche-tittle {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 1000;
  }
  .db-higashi img.img-fix {
    width: 20vw;
    height: auto;
    top: 30.2vw;
    right: 0vw;
  }
  .db-jimokuji img.img-fix {
    width: 10vw;
    height: auto;
    top: -10vw;
    right: unset;
    left: 0;
  }
  .db-minpata img.img-fix {
    width: 15vw;
    height: auto;
    top: -15vw;
    right: 3vw;
  }
  .sp-about-text p {
    text-align: left;
  }
  .sp-about-text #sp-about-toggle {
    display: none;
  }
  .sp-about-text #sp-about-toggle + label {
    display: block;
    color: #D4A900;
    margin: 30px auto;
  }
  .sp-about-text #sp-about-toggle + label span {
    border: 1px solid #D4A900;
    font-size: 16px;
    font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 8px 10px;
  }
  .sp-about-text #sp-about-toggle:not(:checked) + label span:last-child {
    display: none;
  }
  .sp-about-text #sp-about-toggle:checked + label span:first-child {
    display: none;
  }
  .sp-about-text #sp-about-toggle:checked + label span:last-child {
    display: inline;
  }
  .sp-about-text #sp-about-toggle:not(:checked) ~ .top-about-all {
    height: 0;
  }
  .sp-about-text #sp-about-toggle:checked ~ .top-about-all {
    height: 700px;
  }
  .sp-about-text .top-about-all {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .higashi-nav + .kurashi-mark {
    width: 48vw;
    margin: 55px auto 0;
  }
  .higashi-main-img {
    background-image: url(img/higashi/top/higashi-main.jpg);
    height: 58vw;
    background-position: center;
    margin: -13vw auto 3vw;
  }
  .higashi-main-img .higashi-main-text {
    position: absolute;
    bottom: 7vw;
    left: 5vw;
  }
  .higashi-main-img .higashi-main-text p.only-sp {
    display: block !important;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 100%;
  }
  .higashi-main-img .higashi-main-text a.news-more-link {
    padding: 0px 7px !important;
    font-size: 12px;
    line-height: 230%;
  }
  .page-news h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 93px auto 40px;
  }
  .page-news h2 span.sub-eng {
    font-size: 14px;
    line-height: 120%;
    margin: 0 auto;
  }
  p.higashi-news-tittle {
    text-align: left;
    margin: 0 0 24px 0;
    font-size: 15px;
  }
  ul.page-news-list li {
    text-align: left;
  }
  ul.page-news-list li span.news-cat {
    padding: 3px 5px;
  }
  ul.page-news-list li a {
    display: block;
  }
  .page-about h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 93px auto 40px;
  }
  .page-about h2 span.sub-eng {
    font-size: 14px;
    line-height: 120%;
    margin: 0 auto;
  }
  .page-about p.strong-text {
    margin: 30px auto 30px;
    text-align: center;
    font-size: 17px;
    color: #333;
  }
  .page-about .page-about-text p:last-child {
    text-align: left;
    line-height: 200%;
    font-size: 14.4px;
  }
  .higashi-howto-box {
    width: 90vw;
    height: 61vw;
    margin: 200px auto 0;
  }
  .higashi-howto-box h2 {
    font-size: 38px;
    font-weight: normal;
    line-height: 120%;
    top: -16vw;
    left: 0;
  }
  .higashi-howto-box a {
    width: 90vw;
    height: 61vw;
    background-image: url(img/higashi/top/howto-onimaga-sp.jpg);
  }
  .higashi-howto-box a .left-box {
    width: 41%;
    text-align: left;
  }
  .higashi-howto-box a .left-box img {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .higashi-howto-box a .left-box p.howto-intro {
    margin: 1vw auto 1vw;
    font-size: 10px;
    line-height: 180%;
  }
  .higashi-howto-box a .left-box p.howto-vol {
    font-size: 2vw;
  }
  .higashi-howto-box a:nth-of-type(2) {
    display: block;
    width: 90vw;
    height: auto;
    background-image: unset;
  }
  .higashi-howto-box a .howto-sp-block {
    background-color: #FAF9F5;
    padding: 10px 0 20px;
  }
  .higashi-howto-box a .howto-sp-block p {
    color: #121212;
  }
  .higashi-howto-box a .howto-sp-block p.howto-vol {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 20px;
    line-height: 100%;
    display: block;
    width: 30px;
    padding: 0 5px 0px;
    margin: 0 auto 20px auto;
    z-index: 1000;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#D4A900), color-stop(30%, #D4A900), color-stop(30%, transparent), to(transparent));
    background: linear-gradient(0deg, #D4A900 0%, #D4A900 30%, transparent 30%, transparent 100%);
  }
  .higashi-howto-box a .howto-sp-block .sptilt3 {
    text-align: center;
  }
  .higashi-howto-box a .howto-sp-block .sptilt3 img {
    display: inline-block;
    height: 33px;
    vertical-align: middle;
    width: auto;
  }
  .higashi-howto-box a .howto-sp-block .sptilt3 img:nth-of-type(2) {
    height: 25px;
    margin: 0 20px;
  }
  .higashi-howto-box img.ichimatsu06 {
    position: absolute;
    top: unset;
    left: unset;
    bottom: -31vw;
    right: -3vw;
    width: 8vw;
    height: auto;
    mix-blend-mode: multiply;
  }
  .page-direction {
    margin: 57vw auto 0;
  }
  .page-direction h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 93px auto 60px;
  }
  .page-direction h2 span {
    font-size: 14px;
    line-height: 120%;
  }
  .page-direction-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap-reverse;
            flex-flow: row wrap-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 30vw;
  }
  .page-db-higashi {
    margin-top: 13vw;
  }
  .page-direction-box.page-db-higashi18 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap-reverse;
            flex-flow: row wrap-reverse;
  }
  .higashi-bottom-link {
    margin: 30vw auto 10vw;
  }
  .page-db-layout1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    height: auto;
    padding: 0 0 0 0;
    z-index: 1;
  }
  .page-db-layout1.layout-left {
    margin: 0 0 0 0;
  }
  .page-db-layout1.layout-right {
    margin: 0 0 0 0;
  }
  .page-db-layout1 a.link-button {
    display: inline-block;
    width: 38%;
    margin: 0 2% 0 2%;
  }
  .page-db-layout1 p.marche-tittle {
    margin: 40px auto 20px;
    font-size: 20px;
  }
  .page-db-layout1 p.p.strong-text {
    font-size: 15px;
  }
  .page-db-layout1 p.marche-text {
    margin: 20px auto 20px;
  }
  .page-db-layout2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .page-db-layout2 img.img-num {
    left: unset;
    top: unset;
    bottom: -21vw;
    right: 5%;
    width: 30vw;
  }
  .page-db-higashi18 img.img-num {
    width: 43.5vw;
    left: unset;
    top: unset;
    bottom: -21vw;
    right: 5%;
  }
  .page-db-higashi28 img.img-num {
    width: 48.3vw;
    left: unset;
    top: unset;
    bottom: -21vw;
    right: 5%;
  }
  .higashi-bottom-link .flex-box {
    height: 24vw;
  }
  .higashi-bottom-link .flex-box .scale-white-box {
    width: 72%;
    height: 53%;
    padding: 10% 10%;
    margin: 4% 4%;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-title {
    margin: 0px auto 0px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 120%;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-title span {
    margin: 0px auto 10px;
  }
  .higashi-bottom-link .flex-box .scale-white-box p.swb-text {
    font-size: 85%;
  }
  .page-access .flex-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 180px;
  }
  .page-access .flex-box.higashi-access {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    padding: 26px 5% 36px 5%;
    background-color: #f5f5f5;
    color: #121212;
  }
  .page-access .flex-box p.access-title {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 auto 20px;
  }
  .page-access .flex-box p.access-title span.sub-eng {
    font-size: 12px;
    color: #D4A900;
  }
  .page-access .flex-box li {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 160%;
  }
  .page-access .flex-box li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .higashi-howto-main h2 {
    font-size: 246%;
    font-family: copperplate, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    color: #D4A900;
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0 0 5vw 0;
    position: absolute;
    top: -14vw;
    line-height: 100%;
    left: 5vw;
  }
  .higashi-howto-main h2 span {
    font-size: 58%;
    display: block;
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 3px 0 0;
  }
  .howto-about .split2 .split-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .howto-about .split2 .split-block:nth-of-type(1) {
    background-image: url(img/howto/onimaga-about.jpg);
    height: 60vw;
  }
  .howto-day {
    font-size: 0;
  }
  .howto-day h2 {
    font-size: 30vw;
    vertical-align: bottom;
    width: 40vw;
    margin: 0 10vw 0 0;
  }
  .howto-day h2 span {
    font-size: 20px;
    display: block;
    margin: 40px 0px 0px 25px;
  }
  .howto-day p.day-subtitle {
    font-size: 18px;
  }
  .howto-day .day-text {
    position: static;
    width: 90vw;
    font-size: 14.4px;
    margin: 10vw auto 10vw auto;
  }
  .howto-day img {
    position: static;
    display: inline-block;
  }
  .howto-day .back-box {
    height: 0;
    width: 0;
    background-color: unset;
    clear: both;
  }
  .howto-prof .prof-img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    height: auto;
  }
  .howto-prof .prof-img-box img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .howto-prof div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
  .howto-prof div p.prof-title {
    font-family: parkside, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 200;
    color: #D4A900;
    margin: 0 0 20px 0;
    font-size: 50px;
  }
  .howto-prof div p:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
  }
  .howto-prof div a {
    color: #D4A900;
    display: block;
    margin: 20px auto 20px;
  }
  .howto-prof div ul li {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .howto-prof div ul li a {
    color: #d6d6d6;
    font-size: 20px;
    margin: 0 0 0 0;
  }
  .other-report ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .other-report ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    margin: 0 0 10vw 0;
  }
  .other-report ul li a img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=style.css.map */