@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(12, 165, 191, 0.7);
}

::selection {
  background-color: rgba(12, 165, 191, 0.7);
}

.pcnone {
  display: none;
}

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

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

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

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

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

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

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 300;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

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

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}

@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}

#col_side1 a {
  display: block;
}

#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #0ca5bf;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}

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

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

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

body {
  background-color: #fff;
}

footer {
  background-color: #fff;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

header#global_header .header {
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #fff;
  width: 100%;
}

header#global_header .header .h_inner {
  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;
  max-width: 1760px;
  margin: 0 auto;
  padding: 20px 0;
}

@media only screen and (max-width: 1780px) {
  header#global_header .header .h_inner {
    padding: 20px 32px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_inner {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_inner .h_logo {
    max-width: 45%;
  }
}

header#global_header .header .h_inner .h_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1400px) {
  header#global_header .header .h_inner .h_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header#global_header .header .h_inner .h_info .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Josefin Sans', sans-serif;
}

header#global_header .header .h_inner .h_info .h_contact .h_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 32px 10px 32px;
  color: #aea182;
  border: 1px solid #aea182;
  border-radius: 40px;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a {
    padding: 12px 24px 10px 24px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a {
    padding: 12px 16px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a {
    padding: 10px 12px;
    font-size: 1.8rem;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_tel a p {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a p {
    display: none;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_tel a span {
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a span {
    display: none;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_tel a i {
  display: none;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_tel a i {
    display: block;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_mail {
  margin-left: 24px;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail {
    margin-left: 16px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail {
    margin-left: 8px;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_mail a {
  display: block;
  background-color: #0ca5bf;
  border-radius: 40px;
  color: #fff;
  font-size: 2.8rem;
  padding: 12px 32px;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail a {
    padding: 12px 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail a {
    padding: 12px 16px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail a {
    padding: 10px 12px;
    font-size: 1.8rem;
  }
}

header#global_header .header .h_inner .h_info .h_contact .h_mail a i {
  display: none;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail a i {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_inner .h_info .h_contact .h_mail a span {
    display: none;
  }
}

header#global_header .header .h_inner .h_info nav {
  margin-top: 16px;
}

@media only screen and (max-width: 1400px) {
  header#global_header .header .h_inner .h_info nav {
    display: none;
  }
}

header#global_header .header .h_inner .h_info nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#global_header .header .h_inner .h_info nav ul li {
  margin-left: 32px;
}

@media only screen and (max-width: 1600px) {
  header#global_header .header .h_inner .h_info nav ul li {
    margin-left: 16px;
  }
}

header#global_header .header .h_inner .h_info nav ul li:first-child {
  display: none;
}

header#global_header .header .h_inner .h_info nav ul li a {
  color: #aea182;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

header#global_header .header .h_inner .h_info nav ul li a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.2rem;
}

header#global_header .h_sns {
  position: fixed;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 3rem;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  header#global_header .h_sns {
    display: none;
  }
}

header#global_header .h_sns > div {
  margin-top: 24px;
}

header#global_header .h_sns > div a {
  background-color: #0ca5bf;
  color: #fff;
  border-radius: 100px;
  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: 40px;
  height: 40px;
}

header#global_header .h_sns > div:first-child {
  margin-top: 0;
}

header#global_header .h_sns > div:last-child {
  font-size: 2rem;
}

header#global_header .h_reserve {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  header#global_header .h_reserve {
    width: 100%;
  }
}

header#global_header .h_reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 12px 40px;
  font-size: 1.4rem;
}

header#global_header .h_reserve a:first-child {
  background-color: #0ca5bf;
}

header#global_header .h_reserve a:last-child {
  background-color: #aea182;
}

@media screen and (max-width: 640px) {
  header#global_header .h_reserve a {
    width: 50%;
    padding: 12px 16px;
  }
}

header#global_header .h_reserve a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.2rem;
}

header#global_header .main {
  position: relative;
  margin-top: 154px;
}

@media only screen and (max-width: 1780px) {
  header#global_header .main {
    padding: 0 80px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 1400px) {
  header#global_header .main {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .main {
    margin-top: 98px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main {
    margin-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main {
    margin-top: 72px;
  }
}

header#global_header .main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-weight: 500;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0ca5bf;
  font-size: 4.8rem;
  background-color: #f2f2f2;
  background-image: url("../images/home/bg_01.jpg");
  padding: 48px 160px;
  white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
  header#global_header .main h1 {
    padding: 32px 120px;
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .main h1 {
    padding: 28px 96px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .main h1 {
    padding: 24px 80px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main h1 {
    padding: 24px 48px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main h1 {
    padding: 12px 24px;
    font-size: 2.8rem;
  }
}

header#global_header .main h1 span {
  display: block;
  font-size: 3rem;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  header#global_header .main h1 span {
    margin-bottom: 16px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .main h1 span {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .main h1 span {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

header#global_header .open_sp {
  display: none;
}

@media only screen and (max-width: 1400px) {
  header#global_header .open_sp {
    display: block;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 9999;
    background-color: transparent;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 640px) {
  header#global_header .open_sp {
    margin-left: 4px;
  }
}

@media only screen and (max-width: 1400px) {
  header#global_header .open_sp span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #0ca5bf;
    width: 33px;
  }
  header#global_header .open_sp span:nth-child(1) {
    top: 15px;
  }
  header#global_header .open_sp span:nth-child(2) {
    top: 24px;
  }
  header#global_header .open_sp span:nth-child(3) {
    top: 33px;
  }
  header#global_header .open_sp.active span:nth-child(1) {
    top: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  header#global_header .open_sp.active span:nth-child(2) {
    opacity: 0;
  }
  header#global_header .open_sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

header#global_header .nav_sp {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1400px) {
  header#global_header .nav_sp {
    display: block;
    width: 100%;
  }
}

header#global_header .nav_sp .navigation_sp {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0ca5bf;
  background-repeat: repeat;
  background-size: auto;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  padding-top: 102px;
}

@media only screen and (max-width: 1000px) {
  header#global_header .nav_sp .navigation_sp {
    padding-top: 98px;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .nav_sp .navigation_sp {
    padding-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .nav_sp .navigation_sp {
    padding-top: 72px;
  }
}

header#global_header .nav_sp .navigation_sp.open {
  left: 0;
}

header#global_header .nav_sp .navigation_sp > ul {
  height: auto;
}

header#global_header .nav_sp .navigation_sp > ul > li {
  border-bottom: 1px solid #fff;
}

header#global_header .nav_sp .navigation_sp > ul > li a {
  color: #fff;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  font-size: 1.7rem;
}

header#global_header .nav_sp .navigation_sp > ul > li a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
  display: none;
}

header#global_header .nav_sp .navigation_sp > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

header#global_header .nav_sp .navigation_sp .humb_sns {
  display: none;
  font-size: 3.2rem;
}

@media screen and (max-width: 640px) {
  header#global_header .nav_sp .navigation_sp .humb_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header#global_header .nav_sp .navigation_sp .humb_sns > div {
  padding-right: 12px;
}

header#global_header .nav_sp .navigation_sp .humb_sns > div:last-child {
  font-size: 2.4rem;
}

header#global_header .nav_sp .navigation_sp .humb_sns a {
  color: #fff;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 120px;
  line-height: 1;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  footer#global_footer {
    margin-bottom: 64px;
  }
}

footer#global_footer .footer {
  max-width: 1760px;
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

@media only screen and (max-width: 1780px) {
  footer#global_footer .footer {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 80px 24px;
  }
}

@media screen and (max-width: 834px) {
  footer#global_footer .footer {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer .footer {
    margin-left: 24px;
    margin-right: 24px;
  }
}

footer#global_footer .footer .left p {
  margin-top: 32px;
  color: #0ca5bf;
  line-height: 1.5;
}

footer#global_footer .footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer .right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1000px) {
  footer#global_footer .footer .right nav {
    display: none;
  }
}

footer#global_footer .footer .right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer .footer .right nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

footer#global_footer .footer .right nav ul:last-child {
  margin-top: 24px;
}

footer#global_footer .footer .right nav ul li {
  margin-left: 32px;
}

footer#global_footer .footer .right a.f_ameba {
  background-color: #0ca5bf;
  padding: 16px 48px;
  color: #fff;
  border-radius: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-top: 40px;
}

footer#global_footer .copy {
  margin: 40px 0 10px 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  color: #585858;
}

footer#global_footer .copy a {
  color: #585858;
  pointer-events: none;
}

br.sp_br {
  display: none;
}

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

#contents_wrap {
  background-color: transparent;
}

#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
  line-height: 2;
}

@media only screen and (max-width: 1400px) {
  #contents_wrap #contents {
    padding: 0 80px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents {
    padding: 0 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents {
    padding: 0 24px;
  }
}

#contents_wrap #contents #main #col_main section {
  color: #585858;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

#contents_wrap #contents #main #col_main section .space_120 {
  margin-top: 120px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_120 {
    margin-top: 80px;
  }
}

#contents_wrap #contents #main #col_main section .space_96 {
  margin-top: 96px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_96 {
    margin-top: 64px;
  }
}

#contents_wrap #contents #main #col_main section .space_48 {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .space_48 {
    margin-top: 32px;
  }
}

#contents_wrap #contents #main #col_main section .txt_48 article > div {
  margin-top: 48px;
}

#contents_wrap #contents #main #col_main section .txt_32 article > div {
  margin-top: 32px;
}

#contents_wrap #contents #main #col_main section .title_top h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #aea182;
  font-size: 1.4rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .title_top h2 span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.6rem;
  padding-bottom: 8px;
}

#contents_wrap #contents #main #col_main section .btn a {
  background-color: #0ca5bf;
  color: #fff;
  border-radius: 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 16px 48px;
  line-height: 1;
  display: inline-block;
}

#contents_wrap #contents #main #col_main section .title_first h2 {
  font-size: 2.4rem;
  line-height: 1.5;
}

#contents_wrap #contents #main #col_main section .title_first h2 span {
  font-size: 4rem;
  margin-bottom: 32px;
  padding-bottom: 16px;
  position: relative;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .title_first h2 span::before {
  position: absolute;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid #aea182;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#contents_wrap #contents #main #col_main section .title_first h2 br.sp_br {
  display: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_first h2 br.sp_br {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .title_first div {
    text-align: left;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 {
  position: relative;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_02 {
    padding-bottom: 400px;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 {
    padding-bottom: 480px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .cont_02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 560px;
  height: 560px;
  padding: 20px;
  background-color: #0ca5bf;
  z-index: 2;
  background-image: url("../images/home/bg_02.jpg");
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .cont_02 {
    position: static;
    width: calc(100% - 48px);
    height: auto;
    margin-top: -40px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .cont_02 {
    width: 100%;
    margin-top: 0px;
    padding: 8px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .cont_02 .inner_02 {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0ca5bf;
}

#contents_wrap #contents #main #col_main section .wrap_02 .cont_02 .inner_02 .in {
  margin: 0 48px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .cont_02 .inner_02 .in {
    margin: 48px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .cont_02 .inner_02 .in {
    margin: 32px 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .image {
  position: relative;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image {
    width: 80%;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image {
    width: 90%;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image {
    width: 100%;
    margin-left: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02 .image img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .wrap_02 .image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/home/bg_01.jpg");
  background-size: cover;
  z-index: -1;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 .image:before {
    content: none;
  }
}

#contents_wrap #contents #main #col_main section .wrap_02.reverse .cont_02 {
  left: initial;
  right: 0;
}

#contents_wrap #contents #main #col_main section .wrap_02.reverse .image {
  margin-left: 0;
}

#contents_wrap #contents #main #col_main section .wrap_02.reverse .image:before {
  right: initial;
  left: 40px;
}

#contents_wrap #contents #main #col_main section .cont_03 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 {
    margin-bottom: -24px;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box {
  position: relative;
  width: calc(100% / 3);
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box {
    width: 100%;
    max-height: 280px;
    margin-bottom: 24px;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .box img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .cont_03 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_03 .box .title_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}

#contents_wrap #contents #main #col_main section .cont_03 .box .title_top h2 {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contents_wrap #contents #main #col_main section .cont_03 .box::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

#contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) {
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .box:nth-child(2) {
    margin-top: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 div.sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

#contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div {
  width: calc( (100% - 80px) / 5);
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div {
    width: 50%;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}

#contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div div.sns_text {
  display: none;
}

#contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div:nth-child(6) {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 div.sns_list > div:nth-child(6) {
    margin-left: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 {
  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: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .left, #contents_wrap #contents #main #col_main section .wrap_05 .right {
  width: calc(50% - 24px);
  overflow-y: initial;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .left, #contents_wrap #contents #main #col_main section .wrap_05 .right {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .tw, #contents_wrap #contents #main #col_main section .wrap_05 .right > .tw {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .tw::-webkit-scrollbar, #contents_wrap #contents #main #col_main section .wrap_05 .right > .tw::-webkit-scrollbar {
  width: 8px;
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .tw::-webkit-scrollbar-thumb, #contents_wrap #contents #main #col_main section .wrap_05 .right > .tw::-webkit-scrollbar-thumb {
  background-color: #0ca5bf;
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .fb, #contents_wrap #contents #main #col_main section .wrap_05 .right > .fb {
  max-height: 400px;
  overflow-y: hidden;
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .fb ._10b4, #contents_wrap #contents #main #col_main section .wrap_05 .right > .fb ._10b4 {
  max-height: initial !important;
}

#contents_wrap #contents #main #col_main section .wrap_05 .left > .fb ._2lqg, #contents_wrap #contents #main #col_main section .wrap_05 .right > .fb ._2lqg {
  max-height: initial !important;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .right {
    margin-top: 96px;
  }
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  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;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex2 {
  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;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex3 {
  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;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.flex4 {
  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;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

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

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

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

.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_01 .flxL {
  width: 68%;
}

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

.flex2cl_01 .flxR {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_02._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_02 .flxL {
  width: 45%;
}

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

.flex2cl_02 .flxR {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_02 .flxR .img {
  width: 100%;
}

.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

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

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex2cl_03 .flxL {
  width: 49%;
}

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

.flex2cl_03 .flxR {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_03 .flxR .img {
  width: 100%;
}

.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

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

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

.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title_01 {
  margin-top: 154px;
}

@media only screen and (max-width: 1400px) {
  .title_01 {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 1000px) {
  .title_01 {
    margin-top: 98px;
  }
}

@media screen and (max-width: 834px) {
  .title_01 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  .title_01 {
    margin-top: 72px;
  }
}

.title_01 article {
  height: 400px;
  background-color: #0ca5bf;
  max-width: 1760px;
  margin: 0 auto;
  background-image: url("../images/contents/bg_title.jpg");
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 834px) {
  .title_01 article {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .title_01 article {
    height: 180px;
  }
}

.title_01 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.title_01 h1 span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.8rem;
  padding-bottom: 12px;
}

.title_02 h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  color: #aea182;
  line-height: 1;
  font-weight: 300;
}

.title_02.jp h2 {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  line-height: 1.5;
}

.title_03 h3 {
  font-size: 2rem;
  color: #aea182;
  border-bottom: 1px solid #aea182;
  padding-bottom: 8px;
}

.title_03.noborder h3 {
  border-bottom: none;
  padding-bottom: 0;
}

.title_blog {
  margin-top: 154px;
}

@media only screen and (max-width: 1400px) {
  .title_blog {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 1000px) {
  .title_blog {
    margin-top: 98px;
  }
}

@media screen and (max-width: 834px) {
  .title_blog {
    margin-top: 90px;
  }
}

@media screen and (max-width: 640px) {
  .title_blog {
    margin-top: 72px;
  }
}

.title_blog article {
  height: 400px;
  background-color: #0ca5bf;
  max-width: 1760px;
  margin: 0 auto;
  background-image: url("../images/contents/bg_title.jpg");
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 834px) {
  .title_blog article {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .title_blog article {
    height: 180px;
  }
}

.title_blog h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.title_blog h1 span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.8rem;
  padding-bottom: 12px;
}

.title_blog div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}

.title_blog div span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4.8rem;
  padding-bottom: 12px;
}

#contents_wrap #contents #main #col_main section .txt_16 article > div {
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .space_24 {
  margin-top: 24px;
}

#contents_wrap #contents #main #col_main section .tp {
  margin-top: 12px;
}

#contents_wrap #contents #main #col_main section .tp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .menu_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#contents_wrap #contents #main #col_main section .menu_01 h2 {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #aea182;
}

#contents_wrap #contents #main #col_main section .menu_01 .box:first-child {
  width: 60%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .menu_01 .box:first-child {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .menu_01 .box:last-child {
  width: 40%;
  padding-left: 24px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .menu_01 .box:last-child {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}

#contents_wrap #contents #main #col_main section .menu_01 .box img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .menu_02 {
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .menu_02 dl {
  margin-bottom: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contents_wrap #contents #main #col_main section .menu_02 dl:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .menu_02 dl dt {
  border: none;
  background-color: #0ca5bf;
  border-radius: 40px;
  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;
  color: #fff;
  padding: 8px;
}

#contents_wrap #contents #main #col_main section .menu_02 dl dd {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0 8px 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_02 dl dd {
    width: 100%;
    padding: 8px 0;
  }
}

#contents_wrap #contents #main #col_main section .menu_03 {
  padding: 48px;
  background-color: #f2f2f2;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_03 {
    padding: 20px 10px;
  }
}

#contents_wrap #contents #main #col_main section .menu_03 p {
  background-color: #0ca5bf;
  border-radius: 40px;
  color: #fff;
  padding: 0 24px;
  display: inline-block;
  margin-bottom: 8px;
}

#contents_wrap #contents #main #col_main section .menu_03 span {
  font-weight: 500;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .wrap_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#contents_wrap #contents #main #col_main section .wrap_menu .left {
  width: 60%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_menu .left {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .wrap_menu .right {
  width: 40%;
  padding-left: 24px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_menu .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
}

#contents_wrap #contents #main #col_main section .menu_04 dl {
  padding: 12px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d6d6d6;
}

#contents_wrap #contents #main #col_main section .menu_04 dl:first-child {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .menu_04 dl dt {
  border: none;
  background-color: transparent;
  padding: 0;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#contents_wrap #contents #main #col_main section .menu_04 dl dd {
  border: none;
  padding: 0 0 0 24px;
  text-align: right;
  width: 102px;
}

#contents_wrap #contents #main #col_main section .menu_flow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contents_wrap #contents #main #col_main section .menu_flow .box {
  width: 240px;
  height: 240px;
  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;
  margin-right: 24px;
  background-color: #f2f2f2;
  border-radius: 1000px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(2) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(3) {
    margin: 0 30%;
  }
}

#contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(4) {
  margin-left: 15%;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(4) {
    margin-left: 20%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(4) {
    margin-left: 0;
  }
}

#contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(5) {
  margin-right: 15%;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(5) {
    margin-right: 20%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .menu_flow .box:nth-child(5) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .anc_bg {
  background-color: #0ca5bf;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
}

#contents_wrap #contents #main #col_main section .anc_bg.jp {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contents_wrap #contents #main #col_main section .anc_links {
  margin-bottom: -24px;
}

#contents_wrap #contents #main #col_main section .anc_links .box {
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc_links .box {
    width: calc((100% - 24px) / 2);
  }
}

#contents_wrap #contents #main #col_main section .anc_links .box:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc_links .box:nth-child(2n) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .anc_links .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0ca5bf;
  padding: 24px;
  font-size: 1.4rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .anc_links .box a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

#contents_wrap #contents #main #col_main section .anc_links3 {
  margin-bottom: -24px;
}

#contents_wrap #contents #main #col_main section .anc_links3 .box {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
  height: 80px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc_links3 .box {
    width: calc((100% - 24px) / 2);
  }
}

#contents_wrap #contents #main #col_main section .anc_links3 .box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc_links3 .box:nth-child(3n) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .anc_links3 .box:nth-child(2n) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .anc_links3 .box > div {
  height: 100%;
}

#contents_wrap #contents #main #col_main section .anc_links3 .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0ca5bf;
  padding: 24px;
  font-size: 1.4rem;
  line-height: 1;
  height: 100%;
  text-align: center;
}

#contents_wrap #contents #main #col_main section .anc_links3 .box a span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .staff_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box:first-child {
  width: 240px;
}

#contents_wrap #contents #main #col_main section .staff_01 .box:first-child img {
  width: 100%;
}

#contents_wrap #contents #main #col_main section .staff_01 .box:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .staff_01 .box:last-child {
    padding-left: 0;
    margin-top: 24px;
  }
}

#contents_wrap #contents #main #col_main section .staff_01 .box:last-child h3 {
  color: #aea182;
  font-size: 2rem;
}

#contents_wrap #contents #main #col_main section .products_01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contents_wrap #contents #main #col_main section .products_01 .box {
  margin-right: 24px;
  width: 240px;
  height: 240px;
  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;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 1000px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .products_01 .box {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 .box {
    width: 140px;
    height: 140px;
  }
}

#contents_wrap #contents #main #col_main section .products_01 .box:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 .box:nth-child(3) {
    margin-left: 20%;
    margin-right: 20%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_01 .box:nth-child(2) {
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .products_02 {
  margin-bottom: -24px;
}

#contents_wrap #contents #main #col_main section .products_02 .box {
  width: calc(50% - 12px);
  margin-right: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .products_02 .box {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .products_02 .box:nth-child(2) {
  margin-right: 0;
}

#contents_wrap #contents #main #col_main section .products_02 .box article > h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .products_02 .box article > div p {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 8px;
}

#contents_wrap #contents #main #col_main section .fermentation_02 {
  margin-bottom: -24px;
}

#contents_wrap #contents #main #col_main section .fermentation_02 .box {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .fermentation_02 .box {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .fermentation_02 .box:nth-child(3n) {
  margin-right: 0;
}

#contents_wrap #contents #main #col_main section .schlaf_01 {
  margin-bottom: -24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box {
    width: 100%;
    margin-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box:nth-child(3n) {
    margin-right: 24px;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box article > h3 {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .image {
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .image {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box article .image img {
  margin-bottom: 8px;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .image img {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .image img {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .text {
    width: 80%;
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .text {
    width: 100%;
    padding-left: 0;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box article .text h3 {
  color: #aea182;
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .text h3 {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .text h3 {
    text-align: center;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_01 .box article .text h3 br {
  display: none;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_01 .box article .text h3 br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_02 dl:last-child dt {
    border-bottom: none;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_02 dl dt {
  background-color: #f2f2f2;
  border-color: #d6d6d6;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_02 dl dt {
    width: 100%;
    border-right: 1px solid #d6d6d6;
  }
}

#contents_wrap #contents #main #col_main section .schlaf_02 dl dd {
  border-color: #d6d6d6;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .schlaf_02 dl dd {
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .g_map {
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#contents_wrap #contents #main #col_main section .g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contents_wrap #contents #main #col_main section .shop_01 dl, #contents_wrap #contents #main #col_main section .recruit_01 dl, #contents_wrap #contents #main #col_main section .contact_01 dl {
  padding: 20px 0;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl, #contents_wrap #contents #main #col_main section .recruit_01 dl, #contents_wrap #contents #main #col_main section .contact_01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl:first-child, #contents_wrap #contents #main #col_main section .recruit_01 dl:first-child, #contents_wrap #contents #main #col_main section .contact_01 dl:first-child {
  padding-top: 0;
}

#contents_wrap #contents #main #col_main section .shop_01 dl dt, #contents_wrap #contents #main #col_main section .recruit_01 dl dt, #contents_wrap #contents #main #col_main section .contact_01 dl dt {
  background-color: transparent;
  padding: 0;
  border: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl dt, #contents_wrap #contents #main #col_main section .recruit_01 dl dt, #contents_wrap #contents #main #col_main section .contact_01 dl dt {
    width: 100%;
    font-weight: 500;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl dd, #contents_wrap #contents #main #col_main section .recruit_01 dl dd, #contents_wrap #contents #main #col_main section .contact_01 dl dd {
  background-color: transparent;
  padding: 0;
  padding-left: 24px;
  border: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl dd, #contents_wrap #contents #main #col_main section .recruit_01 dl dd, #contents_wrap #contents #main #col_main section .contact_01 dl dd {
    width: 100%;
    padding-left: 0;
  }
}

section.blog div.wrap {
  padding: 0;
  margin-top: 64px;
}

section.blog div.wrap div#contents article div.date {
  font-family: 'Josefin Sans', sans-serif;
  color: #0ca5bf;
  font-size: 1.8rem;
}

footer nav ul li a:visited {
  color: #0ca5bf !important;
  /*a_visit*/
}

a {
  text-decoration: none !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}

.shopwrap .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.91262%;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}

@media screen and (max-width: 640px) {
  .shopwrap .items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.shopwrap .items article {
  position: relative;
  width: 21.35922%;
  margin-left: 2.91262%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}

.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}

.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}

.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}
/*# sourceMappingURL=common_style.css.map */