@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

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

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-image: url(../images/contents/background.jpg);
  padding: 140px 0;
}

@media screen and (max-width: 1000px) {
  .bg100 {
    padding: 100px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg100 {
    padding: 60px 0;
  }
}

.bg200 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #261501;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

tr {
  margin: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
}

.sp_space {
  padding-top: 90px;
}

.header {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99;
  padding: 20px;
}

@media screen and (max-width: 1100px) {
  .header {
    padding: 20px 20px 40px 20px;
  }
}

@media screen and (max-width: 834px) {
  .header {
    padding: 10px;
  }
}

.header__left {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .header__left {
    position: relative;
    top: 1px;
  }
}

.header__left img {
  width: 60% !important;
  text-align: left;
  display: block;
}

@media screen and (max-width: 1200px) {
  .header__left img {
    width: 65% !important;
  }
}

@media screen and (max-width: 1100px) {
  .header__left img {
    width: 70% !important;
  }
}

@media screen and (max-width: 834px) {
  .header__left img {
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .header__left img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  .header__left {
    width: 35%;
  }
}

@media screen and (max-width: 834px) {
  .header__left {
    position: relative;
    bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .header__left {
    width: 270px !important;
  }
}

@media screen and (max-width: 480px) {
  .header__left {
    width: 350px !important;
  }
}

.header__left img {
  width: 100%;
}

.header__right {
  width: 70%;
  position: relative;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .header__right {
    width: 65%;
  }
}

@media screen and (max-width: 834px) {
  .header__right {
    width: 30%;
    width: 238px;
    top: 5px;
    margin-right: 50px;
  }
}

.header__right .tel {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  color: white;
  font-size: 2.6rem;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
  .header__right .tel {
    display: block;
    position: absolute;
    top: 26px;
    right: 0px;
  }
}

@media screen and (max-width: 834px) {
  .header__right .tel {
    display: none;
  }
}

.header__right .tel span {
  font-size: 2rem;
}

.header__right .tel a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__right .tel a:hover {
  opacity: 0.6;
}

.header__right .tel:hover {
  color: #ed8e1e;
}

.header__right .amazon, .header__right .online {
  font-size: 1.4rem;
  color: white;
  background-color: #ed8e1e;
  display: inline-block;
  border-radius: 20px;
  padding: 3px 20px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header__right .amazon, .header__right .online {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin-left: 2px;
    position: relative;
  }
  .header__right .amazon::before, .header__right .online::before {
    content: "";
    background-image: url(../images/contents/amazon.png);
    background-size: contain;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
  }
  .header__right .amazon span, .header__right .online span {
    display: none;
  }
}

.header__right .amazon:hover {
  background-color: #bb6e16;
}

.header__right .online {
  background-color: #0a9b69;
}

@media screen and (max-width: 834px) {
  .header__right .online::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    color: white;
    background-image: none;
    display: block;
    font-size: 2.2rem;
    bottom: 18px;
  }
}

.header__right .online:hover {
  background-color: #07724d;
}

.main {
  margin: auto;
  position: relative;
  z-index: -1;
}

.main__image {
  width: 100%;
}

.main__image img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main__image {
    display: none;
  }
}

.main__sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .main__sp {
    display: block;
  }
}

.main__text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  right: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1800px) {
  .main__text {
    width: 50%;
    right: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .main__text {
    width: 54%;
  }
}

@media screen and (max-width: 640px) {
  .main__text {
    display: none;
  }
}

.header_nav {
  background-color: #261501;
  position: relative;
}

.header_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .header_nav > ul {
    margin: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .header_nav > ul {
    display: none;
  }
}

.header_nav > ul .sp_nav {
  display: none;
}

@media screen and (max-width: 834px) {
  .header_nav > ul .sp_nav {
    display: block;
  }
}

.header_nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid white;
  margin: 10px auto;
}

.header_nav > ul > li > a {
  color: white;
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_nav > ul > li a:hover {
  color: #ed8e1e;
}

.header_nav > ul li:last-child {
  border-right: 1px solid white;
}

.pages {
  padding-top: 90px;
}

.loading {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  padding: -5px;
  z-index: 9000 !important;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.loading iframe {
  width: 46% !important;
  height: 26vw;
}

@media screen and (max-width: 1200px) {
  .loading iframe {
    width: 60% !important;
    height: 34vw;
  }
}

@media screen and (max-width: 834px) {
  .loading iframe {
    width: 80% !important;
    height: 45vw;
  }
}

.loading .player {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 80%;
  height: 24vw;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-align: left;
}

.loading #btn {
  top: 85%;
  position: fixed;
  border: 2px solid #333333;
  font-size: 1.8rem;
  padding: 10px 40px 10px 30px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading #btn a {
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loading #btn::before {
  content: "\f324";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading #btn:hover {
  border: 2px solid #ed8e1e;
}

.loading #btn:hover a {
  color: #ed8e1e;
}

.loading #btn:hover::before {
  color: #ed8e1e;
}

.footer_background {
  background-image: url(../images/contents/footer.jpg);
  padding-top: 110px;
  padding-bottom: 15px;
  position: relative;
}

.footer_background .pop_up {
  position: fixed;
  z-index: 333;
  right: 0;
  bottom: 30px;
}

.footer_background .pop_up a {
  color: white;
  display: block;
  line-height: 1.3;
  font-size: 1.4rem;
  width: 95px;
  height: 55px;
  border-radius: 40px 0 0 40px;
}

.footer_background .pop_up .pop1 {
  background-color: #ed8e1e;
  padding-top: 17px;
  margin-bottom: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_background .pop_up .pop1:hover {
  background-color: #bb6e16;
}

.footer_background .pop_up .pop2 {
  background-color: #0a9b69;
  padding-top: 9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_background .pop_up .pop2:hover {
  background-color: #07724d;
}

.footer {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .footer {
    margin: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__left {
  text-align: left;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .footer__left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer__img {
  width: 360px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .footer__img {
    display: block;
    margin: 40px auto 20px auto;
  }
}

.footer__info li {
  color: white;
}

.footer__info li a {
  color: white;
  font-size: 1.5;
}

.footer__right {
  border-left: 1px solid white;
  width: 50%;
  padding-left: 60px;
}

@media screen and (max-width: 1000px) {
  .footer__right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 834px) {
  .footer__right {
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}

.footer__right p {
  font-size: 2rem;
  color: white;
  line-height: 1;
  margin-bottom: 30px;
}

.footer__right a {
  width: 300px;
  height: 40px;
  color: white;
  display: block;
  border-radius: 20px;
  padding-top: 4px;
  font-size: 1.5rem;
  margin: 13px auto;
}

.footer__contact {
  background-color: #261501;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__contact:hover {
  background-color: #ed8e1e;
}

.footer__online {
  background-color: #0a9b69;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__online:hover {
  background-color: #07724d;
}

.footer__amazon {
  background-color: #ed8e1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__amazon:hover {
  background-color: #bb6e16;
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 5px auto;
}

@media screen and (max-width: 640px) {
  .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer_nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .footer_nav ul li {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .footer_nav ul li {
    width: 50%;
  }
}

.footer_nav ul li a {
  color: white;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_nav ul li a:hover {
  color: #ed8e1e;
}

p small {
  font-size: 1.4rem;
  color: white;
}

.loading {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  padding: -5px;
  z-index: 9000 !important;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

.loading iframe {
  width: 46% !important;
  height: 26vw;
}

@media screen and (max-width: 1200px) {
  .loading iframe {
    width: 60% !important;
    height: 34vw;
  }
}

@media screen and (max-width: 834px) {
  .loading iframe {
    width: 80% !important;
    height: 45vw;
  }
}

.loading .player {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 80%;
  height: 24vw;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  text-align: left;
}

.loading #btn {
  top: 85%;
  position: fixed;
  border: 2px solid #333333;
  font-size: 1.8rem;
  padding: 10px 40px 10px 30px;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading #btn a {
  color: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loading #btn::before {
  content: "\f324";
  font-family: "Font Awesome 5 Pro";
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading #btn:hover {
  border: 2px solid #ed8e1e;
}

.loading #btn:hover a {
  color: #ed8e1e;
}

.loading #btn:hover::before {
  color: #ed8e1e;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 0px 20px;
  }
}

.home_wrap1 {
  background-color: #f3f3f3;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  padding-top: 80px;
  padding-bottom: 85px;
}

@media screen and (max-width: 1200px) {
  .home_wrap1 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap1 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 834px) {
  .home_title {
    margin: 40px auto 20px auto !important;
  }
}

@media screen and (max-width: 640px) {
  .home_title {
    margin: 30px auto 0 auto !important;
  }
}

.home_title h1, .home_title h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .home_title h1, .home_title h2 {
    font-size: 2rem;
  }
}

.home_title h1 .sp, .home_title h2 .sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .home_title h1 .sp, .home_title h2 .sp {
    display: block;
  }
}

.home_title div {
  word-break: keep-all;
  margin: 20px;
}

@media screen and (max-width: 640px) {
  .home_title div {
    text-align: left !important;
  }
}

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

@media screen and (max-width: 1000px) {
  .home_contents1 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.home_contents1 .box {
  width: 32%;
  background-color: white;
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .home_contents1 .box {
    width: 307px;
    margin: 10px;
  }
}

.home_contents1 .box img {
  width: 100% !important;
}

.home_contents1 .box h3 {
  font-size: 1.8rem;
  height: 139px;
  font-weight: 700;
  text-align: center;
  color: #261501;
  position: relative;
  padding-top: 85px;
  letter-spacing: 0 !important;
  line-height: 1.5;
  margin-bottom: 10px;
}

.home_contents1 .box h3::before {
  content: "1";
  font-size: 3.8rem;
  color: #333333;
  position: absolute;
  font-weight: 400;
  right: 0;
  left: 0;
  margin: auto;
  top: 5px;
}

.home_contents1 .box h3::after {
  content: "";
  width: 58px;
  height: 2px;
  background-color: #333333;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 70px;
}

.home_contents1 .box div {
  margin: 0 20px;
  letter-spacing: 0;
  font-size: 1.4rem;
}

.home_contents1 .box:nth-child(2) h3 {
  padding: 85px 60px 0 60px;
}

.home_contents1 .box:nth-child(2) h3::before {
  content: "2";
}

.home_contents1 .box:nth-child(3) h3 {
  padding: 85px 18px 0 18px;
}

.home_contents1 .box:nth-child(3) h3::before {
  content: "3";
}

.contents_btn a {
  color: white;
  background-color: #261501;
  width: 300px;
  height: 40px;
  display: block;
  border-radius: 20px;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 4px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents_btn a:hover {
  background-color: #ed8e1e;
}

/*    contents02     */
.home_contents2 {
  background-position: center;
}

.home_contents2 h3 {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .home_contents2 h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .home_contents2 h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .home_contents2 h3 {
    font-size: 2rem;
  }
}

.home_contents2 h3 .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .home_contents2 h3 .sp {
    display: block;
  }
}

.home_contents2 div {
  color: white;
  word-break: keep-all;
  padding: 0 40px;
}

@media screen and (max-width: 640px) {
  .home_contents2 div {
    word-break: normal;
    text-align: left !important;
  }
}

/*     contents03     */
.home_contents3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_contents3 .box {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .home_contents3 .box {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

.home_contents3 .box img {
  display: block;
  margin: auto;
}

.home_contents3 .box h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 20px;
  text-align: center;
}

.home_contents3 .box div {
  text-align: center;
  font-weight: 500;
}

.contents3_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contents3_btn a {
  width: 350px;
  height: 50px;
  color: white;
  text-align: center;
  font-weight: 500;
  display: block;
  border-radius: 30px;
  padding-top: 8px;
  margin: 5px 30px;
}

@media screen and (max-width: 640px) {
  .contents3_btn a {
    margin: 5px auto;
  }
}

.contents3_btn .amazon3 {
  background-color: #ed8e1e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents3_btn .amazon3:hover {
  background-color: #bb6e16;
}

.contents3_btn .online3 {
  background-color: #0a9b69;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents3_btn .online3:hover {
  background-color: #07724d;
}

/*     contents4     */
.contents4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .contents4 {
    display: block;
  }
}

.contents4__left {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .contents4__left {
    width: 100%;
    height: 464px;
  }
}

.contents4__left a {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents4__left a .box {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.contents4__left a .box article {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  top: 30%;
}

.contents4__left a .box article h3 {
  color: white;
  font-size: 2.9rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .contents4__left a .box article h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .contents4__left a .box article h3 {
    font-size: 2.2rem;
  }
}

.contents4__left a .box article div {
  color: white;
  font-size: 2rem;
  border-bottom: 1px solid white;
  display: inline;
  padding-bottom: 5px;
  position: relative;
}

.contents4__left a .box article div::before {
  content: "";
  background-image: url(../images/contents/arrow.png);
  width: 47px;
  height: 47px;
  position: absolute;
  top: 236%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.contents4__left:hover {
  opacity: 0.7;
}

.contents4__right {
  width: 50%;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 834px) {
  .contents4__right {
    width: 100%;
  }
}

.contents4__right article {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 45px;
}

.contents4__right article h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.contents4__right article div .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .contents4__right article div .sp {
    display: block;
  }
}

.contents4__right article div a {
  color: white;
  background-color: #261501;
  font-size: 1.4rem;
  padding: 8px 40px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contents4__right article div a:hover {
  background-color: #ed8e1e;
}

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

@media screen and (max-width: 834px) {
  .contents5 {
    display: block;
  }
}

.contents5__left {
  width: 73%;
  font-size: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .contents5__left {
    width: 65%;
  }
}

@media screen and (max-width: 834px) {
  .contents5__left {
    width: 100%;
  }
}

.contents5__news {
  height: 270px;
  overflow-y: auto;
  display: block !important;
  padding-right: 15px;
}

@media screen and (max-width: 640px) {
  .contents5__news dl {
    display: block !important;
  }
}

.contents5__news dl dt {
  border: none !important;
  background-color: transparent !important;
  padding: 12px !important;
}

@media screen and (max-width: 640px) {
  .contents5__news dl dt {
    width: 100% !important;
    font-size: 1.2rem;
    line-height: 1;
    padding: 18px 0 0 12px !important;
  }
}

.contents5__news dl dd {
  border: none !important;
  background-color: transparent !important;
  padding: 12px !important;
}

@media screen and (max-width: 640px) {
  .contents5__news dl dd {
    width: 100% !important;
  }
}

.contents5__news dl:nth-child(2n+1) {
  background-color: #f3f3f3;
}

.contents5__news .box {
  padding: 12px;
  overflow: hidden;
}

.contents5__news .box img {
  max-width: 30% !important;
  margin-left: 20px;
  float: right;
}

@media screen and (max-width: 640px) {
  .contents5__news .box img {
    max-width: 100% !important;
    margin-left: 0;
    float: none;
  }
}

.contents5__news .box .dateBox {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contents5__news .box div a {
  text-decoration: underline;
}

.contents5__news .box div a:hover {
  text-decoration: none;
}

.contents5__news .box:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.contents5__right {
  width: 25%;
}

@media screen and (max-width: 1100px) {
  .contents5__right {
    width: 32%;
  }
}

@media screen and (max-width: 834px) {
  .contents5__right {
    width: 100%;
  }
}

.contents5__right .instagram {
  margin: auto;
}

.contents5__right .instagram img {
  text-align: center;
  display: block;
  margin: auto;
  float: none !important;
}

.contents5__right .instagram .sns_photo {
  width: 100%;
}

.contents5__right .instagram .sns_text {
  display: none;
}

.contents5__right .instagram .sns_list {
  border: none;
}

.contents5__right .instagram .sns_photo {
  padding: 0;
}

.contents5__btn a {
  color: white;
  background-color: #261501;
  font-size: 1.4rem;
  border-radius: 20px;
  display: block;
  width: 240px;
  height: 40px;
  text-align: center;
  padding-top: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}

.contents5__btn a:hover {
  background-color: #ed8e1e;
}

/*    こだわり     */
.pankuzu {
  font-size: 1.4rem;
  text-align: center;
}

.pankuzu a {
  color: #333333;
}

.page_title {
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title h1 {
  color: white;
  font-weight: 700;
  font-size: 2.6rem;
}

.concept_contents1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .concept_contents1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .concept_contents1 {
    margin: 0px auto 30px auto !important;
  }
}

.concept_contents1 .box {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: visible !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  .concept_contents1 .box {
    width: 43%;
    border: 2px dotted #c4c4c4;
    height: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px 20px 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .concept_contents1 .box {
    margin: 0px 10px 30px 10px;
  }
}

@media screen and (max-width: 640px) {
  .concept_contents1 .box {
    width: 100%;
  }
}

.concept_contents1 .box::before {
  content: "POINT!";
  position: absolute;
  font-size: 1.3rem;
  font-weight: 700;
  right: 0;
  left: 0;
  top: -50px;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .concept_contents1 .box::before {
    top: 34px;
  }
}

.concept_contents1 .box::after {
  content: "";
  background-image: url(../images/contents/icon.png);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  top: -72px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .concept_contents1 .box::after {
    top: 12px;
  }
}

.concept_contents1 div {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .concept_contents1 div {
    padding-bottom: 3px;
  }
}

.concept_contents1 .box:last-child div {
  padding-bottom: 15px;
}

.concept_contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px auto;
}

@media screen and (max-width: 834px) {
  .concept_contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.concept_contents2__text {
  width: 66%;
}

@media screen and (max-width: 834px) {
  .concept_contents2__text {
    width: 100%;
  }
}

.concept_contents2__text h3 {
  font-size: 2rem;
  background-color: #261501;
  color: white;
  line-height: 1.6;
  text-align: center !important;
  margin-bottom: 20px;
  padding: 5px 0;
}

.concept_contents2__image {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .concept_contents2__image {
    width: 100%;
    display: block;
    text-align: center;
  }
  .concept_contents2__image img {
    float: none !important;
    margin: 20px auto 0 auto !important;
  }
}

@media screen and (max-width: 834px) and (max-width: 480px) {
  .concept_contents2__image img {
    width: 90% !important;
  }
}

.concept_contents2 .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .concept_contents2 .sp {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.concept_contents3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.concept_contents3 .box {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .concept_contents3 .box {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (max-width: 480px) {
  .concept_contents3 .box {
    width: 90%;
  }
}

.concept_contents3 .box img {
  width: 100% !important;
}

.concept_text {
  letter-spacing: 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .concept_text {
    font-size: 1.6rem;
  }
}

/*    おすすめ珈琲豆     */
.caution {
  font-size: 1.5rem;
}

.coffee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .coffee {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .coffee {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.coffee_wrap {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .coffee_wrap {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .coffee_wrap {
    width: 80%;
  }
}

.coffee_wrap td {
  border: none !important;
}

.coffee_wrap .coffee_title {
  font-size: 1.8rem;
}

.coffee_wrap .coffee_title div {
  font-weight: 700;
}

.coffee_wrap .img > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coffee_wrap .img img {
  width: 50px !important;
  margin: 3px;
  display: inline-block;
}

.coffee_wrap .btn1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coffee_wrap .btn1 a {
  color: white;
  font-size: 1.5rem;
  background-color: #0a9b69;
  padding: 4px 10px;
  display: block;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
}

.coffee_wrap .btn1 a:hover {
  background-color: #07724d;
}

.coffee_wrap .btn1 a:nth-of-type(2) {
  background-color: #ed8e1e;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.coffee_wrap .btn1 a:nth-of-type(2):hover {
  background-color: #bb6e16;
}

.coffee_wrap .btn1 {
  padding: 3px 5px 3px 15px !important;
}

.coffee_wrap .btn2 {
  padding: 3px 15px 3px 5px !important;
}

.coffee_wrap .btn2 a {
  background-color: #ed8e1e;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.coffee_wrap .btn2 a:hover {
  background-color: #bb6e16;
}

/*     オリジナルブレンド　　　　*/
.original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .original {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.original__left {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .original__left {
    width: 100%;
  }
}

.original__info {
  background-color: #f3f3f3;
  padding: 30px;
}

.original__info td {
  border: none !important;
}

.original__info .title {
  padding: 3px 10px 15px 10px !important;
}

.original__info .title div {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.original__info .title div::before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #333333;
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
}

.original__info .big a {
  font-size: 2.6rem;
  font-weight: 700;
  color: #333333;
}

.original__info .original_btn {
  padding: 20px 0 !important;
}

.original__info .original_btn a {
  background-color: #261501;
  color: white;
  padding: 9px 20px;
  border-radius: 20px;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.original__info .original_btn a:hover {
  opacity: 0.6;
}

.original__right {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .original__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }
}

.original__right .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .original__right .box {
    width: 50%;
  }
}

/*    メニュー     */
.cafe_img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cafe_img .box {
  width: 31%;
}

@media screen and (max-width: 640px) {
  .cafe_img .box {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

.cafe_title {
  margin: 30px auto 20px auto !important;
}

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

@media screen and (max-width: 640px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu__left {
  width: 63%;
  background-color: #fafafa;
}

@media screen and (max-width: 640px) {
  .menu__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.menu__left__title h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  background-color: #261501;
  padding: 10px 20px;
  color: white;
}

.menu__left__title h3 span {
  font-size: 1.3rem;
  display: block;
  position: relative;
  padding-left: 23px;
  font-weight: 400;
}

.menu__left__title h3 span::before {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: white;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__left__title h3 span::after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: white;
  position: absolute;
  top: 9px;
  left: 160px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__left__title div {
  padding: 0 20px;
}

.menu__right {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .menu__right {
    width: 90%;
    display: block;
    margin: auto;
  }
}

.menu .price div {
  color: #ed8e1e;
  font-weight: 700;
  font-size: 1.8rem;
  font-style: italic;
  padding: 0 20px;
}

.menu:last-child {
  margin-bottom: 80px;
}

/*   店舗案内     */
@media screen and (max-width: 640px) {
  .shop_list dl, .form dl {
    display: block !important;
  }
}

.shop_list dt, .form dt {
  background-color: #261501 !important;
  color: white;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 1px solid #f3f3f3 !important;
}

@media screen and (max-width: 640px) {
  .shop_list dt, .form dt {
    width: 100% !important;
  }
}

.shop_list dd, .form dd {
  border: 1px solid #f3f3f3 !important;
}

@media screen and (max-width: 640px) {
  .shop_list dd, .form dd {
    width: 100% !important;
  }
}

.shop_list dd a, .form dd a {
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop_list dd a:hover, .form dd a:hover {
  color: #ed8e1e;
}

.shop_title {
  margin: auto;
  text-align: center;
}

.shop_title h2 {
  position: relative;
  display: inline-block;
}

.shop_title h2::before {
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  background-color: #333333;
  position: absolute;
  top: 25px;
  left: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .shop_title h2::before {
    width: 22px;
    top: 20px;
  }
}

.shop_title h2::after {
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  background-color: #333333;
  position: absolute;
  top: 25px;
  right: -38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .shop_title h2::after {
    width: 22px;
    top: 20px;
  }
}

.video_wrap {
  margin: auto;
  width: 70%;
  height: 360px !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .video_wrap {
    height: 37vw !important;
  }
}

@media screen and (max-width: 640px) {
  .video_wrap {
    width: 100%;
    height: 52vw !important;
  }
}

.video_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  text-align: center;
}

/*   お問い合わせ　　*/
.contact_mail h2 {
  font-size: 1.8rem;
  text-align: center !important;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.contact_mail h2::before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #333333;
  display: block;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
}

.form dt {
  background-color: #261501 !important;
}

.form label {
  color: #b96403 !important;
}

.form .submit .submit_c {
  font-family: "Noto Sans JP" !important;
}

form .mail {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #f3f3f3;
  border-bottom: 3px solid #cfcfcf;
  border-left: 3px solid #ed8e1e;
  padding: 5px 10px;
  margin-bottom: 5px;
}

/*    instagram     */
.sns .sns_photo {
  width: 35% !important;
}

.sns .sns_date {
  font-size: 1.5rem;
  color: white !important;
  background-color: #261501;
  padding-left: 15px;
}

.sns .sns_list {
  border: none !important;
}

/*  クリッカブルマップ　*/
.click_map {
  position: relative;
}

.click_map ul li a img {
  width: 50px;
  height: 50px;
  position: absolute;
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 999;
    top: 22px;
    right: 17px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(38, 21, 1, 0.8);
  z-index: 998;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 3px 0;
  }
}

.nav_wrap ul li a {
  color: white;
  background-color: #261501;
  padding: 13px;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #261501;
  margin-left: 10px;
}

.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}

.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}

.nav_wrap ul .sp_nav .tel span {
  color: white;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  left: 0;
  background-color: #f3f3f3;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */