@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(34, 75, 143, 0.7);
}

::selection {
  background-color: rgba(34, 75, 143, 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: 500;
}

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.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ 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: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

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

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

.gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ 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;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url("../images/home/pt_2.gif") repeat;
}

header#global_header .tel-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 2.4rem;
  letter-spacing: 0;
  font-family: "Times New Roman";
}

header#global_header .tel-btn a {
  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;
  background-color: #224b8f;
  color: #fff;
  width: 208px;
  height: 48px;
}

@media screen and (max-width: 834px) {
  header#global_header .tel-btn a {
    width: 48px;
    top: 0;
    right: 48px;
    position: fixed;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .tel-btn a span {
    display: none;
  }
}

header#global_header .tel-btn a::before {
  content: "";
  background: url("../images/home/tel_icon.png") no-repeat center;
  width: 23px;
  height: 20px;
  background-size: contain;
  display: block;
  margin-right: 8px;
}

@media screen and (max-width: 834px) {
  header#global_header .tel-btn a::before {
    margin-right: 0;
  }
}

header#global_header .tel-btn a:hover {
  opacity: 1;
}

header#global_header .tel-btn a:visited {
  opacity: 1;
}

header#global_header #header {
  z-index: 1000;
  background: none;
  position: relative;
}

header#global_header #header.bgh {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header#global_header #header nav#nav_global {
  background-color: #c7dc68;
  z-index: 100;
}

@media screen and (max-width: 834px) {
  header#global_header #header nav#nav_global {
    display: none;
  }
}

header#global_header #header nav#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: auto;
  padding: 20px 0;
}

header#global_header #header nav#nav_global ul li {
  float: initial;
  width: 17%;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header #header nav#nav_global ul li {
    font-size: 1.6rem;
  }
}

header#global_header #header nav#nav_global ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c7dc68;
  color: #302833;
  padding: 0;
  border-bottom: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #302833;
}

@media only screen and (max-width: 1000px) {
  header#global_header #header nav#nav_global ul li a {
    height: 32px;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header #header nav#nav_global ul li a span.br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  header#global_header #header nav#nav_global ul li a span.br {
    display: none;
  }
}

header#global_header #header nav#nav_global ul li.li-first a {
  border-left: 1px solid #302833;
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li.li-first a {
    border-left: none;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header #header nav#nav_global ul li.li-last a {
    border-right: none;
  }
}

header#global_header .main {
  position: relative;
  max-height: 95vh;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  header#global_header .main {
    height: 100vw;
    width: auto;
  }
}

header#global_header .main li.item.slick-slide {
  display: block;
  height: 100% !important;
}

header#global_header .main .slide {
  overflow: hidden !important;
  height: 100% !important;
}

header#global_header .main .slide div {
  overflow: hidden !important;
  height: 100% !important;
}

header#global_header .main .main-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.main ul.slide.slick-initialized.slick-slider {
  display: block;
  height: 100%;
}

.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

/* --- ハンバーガー --- */
@media screen and (max-width: 834px) {
  .openbtn_sp {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 999;
    background-color: #c7dc68;
  }
  .openbtn_sp span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    height: 2px;
    right: 7.5px;
    border-radius: 5px;
    background: #302833;
    width: 33px;
  }
  .openbtn_sp span:nth-child(1) {
    top: 15px;
  }
  .openbtn_sp span:nth-child(2) {
    top: 24px;
  }
  .openbtn_sp span:nth-child(3) {
    top: 33px;
  }
  .openbtn_sp.active span:nth-child(1) {
    top: 15px;
    right: 7.5px;
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
    width: 33px;
  }
  .openbtn_sp.active span:nth-child(2) {
    opacity: 0;
  }
  .openbtn_sp.active span:nth-child(3) {
    top: 28px;
    right: 7.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 33px;
  }
}

.nav_sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .nav_sp {
    display: block;
  }
  .nav_sp .navigation_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: -300%;
    right: 0;
    width: 100%;
    padding: 48px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #c7dc68;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 5;
  }
  .nav_sp .navigation_sp.open {
    top: 0;
    right: 0;
  }
  .nav_sp .navigation_sp li {
    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;
    display: block;
    text-align: left;
    margin: 0 20px;
    border-bottom: 1px dashed #302833;
    background-color: #c7dc68;
    line-height: 2;
  }
  .nav_sp .navigation_sp li a {
    color: #302833;
    display: block;
    padding: 5px;
  }
  .nav_sp .navigation_sp li:last-child {
    border-bottom: none;
    padding-bottom: 20px;
  }
}

footer#global_footer {
  width: 100%;
  background: url("../images/home/pt_2.gif") repeat;
  color: #302833;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 120px;
}

@media only screen and (max-width: 1200px) {
  footer#global_footer {
    padding: 96px 20px 0 20px;
  }
}

@media screen and (max-width: 834px) {
  footer#global_footer {
    padding-top: 72px;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer {
    padding-top: 56px;
  }
}

footer#global_footer #footer {
  max-width: 1200px;
  margin: 0 auto;
}

footer#global_footer #footer .ft-flex {
  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: 640px) {
  footer#global_footer #footer .ft-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;
  }
}

footer#global_footer #footer .ft-flex .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  width: 25%;
}

@media screen and (max-width: 640px) {
  footer#global_footer #footer .ft-flex .logo {
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

footer#global_footer #footer .ft-flex .logo img {
  max-width: 180px;
  width: 100%;
}

footer#global_footer #footer .ft-flex .logo img:last-child {
  margin-top: 24px;
}

footer#global_footer #footer .ft-flex .g-map {
  position: relative;
  padding-bottom: 250px !important;
  height: 0;
  overflow: hidden;
  width: 70%;
}

@media screen and (max-width: 640px) {
  footer#global_footer #footer .ft-flex .g-map {
    width: 100%;
    margin-top: 48px;
  }
}

footer#global_footer #footer .ft-flex .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer#global_footer #copyright {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 56px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright {
    margin-top: 40px;
  }
}

footer#global_footer #copyright nav#nav_sub {
  max-width: 1200px;
  margin: 0 auto;
}

footer#global_footer #copyright nav#nav_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright nav#nav_sub ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer#global_footer #copyright nav#nav_sub ul li {
  float: initial;
  width: 17%;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  footer#global_footer #copyright nav#nav_sub ul li {
    width: 33%;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright nav#nav_sub ul li {
    width: 100%;
    line-height: 1.6;
  }
}

footer#global_footer #copyright nav#nav_sub ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #302833;
  border-right: 1px solid #302833;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright nav#nav_sub ul li a {
    border: none;
  }
}

@media only screen and (max-width: 1000px) {
  footer#global_footer #copyright nav#nav_sub ul li a span.br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright nav#nav_sub ul li a span.br {
    display: none;
  }
}

footer#global_footer #copyright nav#nav_sub ul li.li-first a {
  border-left: 1px solid #302833;
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright nav#nav_sub ul li.li-first a {
    border: none;
  }
}

footer#global_footer #copyright small {
  float: initial;
  color: #302833;
  margin-top: 96px;
  font-size: 13px;
  padding: 0;
  display: block;
  background-color: #f8f2d8;
}

footer#global_footer #copyright small a {
  color: #302833;
}

@media screen and (max-width: 640px) {
  footer#global_footer #copyright small {
    margin-top: 40px;
  }
}

body {
  background: url("../images/home/pt_2.gif") repeat;
}

#contents_wrap {
  background-color: #fff;
  background: url("../images/home/pt_2.gif") repeat;
}

#contents_wrap #contents {
  background: rgba(255, 255, 255, 0);
  padding-bottom: 100px;
  margin-bottom: 0;
  padding: 0;
}

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

#contents_wrap #contents #main #col_main section {
  color: #302833;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.8;
  font-size: 1.6rem;
}

#contents_wrap #contents #main #col_main section .title_top {
  font-size: 2.8rem;
  background: url("../images/home/hexagon.png") no-repeat top;
  line-height: 96px;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top {
    font-size: 2rem;
    line-height: 2;
    background-size: 4rem;
    margin-top: 64px;
  }
}

#contents_wrap #contents #main #col_main section .title_top.flower {
  background: url("../images/home/flower.png") no-repeat center;
}

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top.flower {
    line-height: 2;
    background-position: center;
    background-size: contain;
    margin-top: 0;
  }
}

#contents_wrap #contents #main #col_main section .title_top span {
  font-size: 1.8rem;
  display: block;
  color: #cfb568;
  margin-top: 8px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .title_top span {
    font-size: 1.4rem;
  }
}

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

#contents_wrap #contents #main #col_main section .cont_01.bg100 {
  position: relative;
}

#contents_wrap #contents #main #col_main section .cont_01.bg100 .txt {
  line-height: 2.2;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 .txt {
    line-height: 1.8;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 .txt div {
    text-align: left;
  }
}

#contents_wrap #contents #main #col_main section .cont_01.bg100 div.cloud {
  position: absolute;
  bottom: -10%;
  left: 5%;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 div.cloud {
    bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 div.cloud img {
    max-width: 100% !important;
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 div.cloud img {
    margin: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_01.bg100 .cloud-2 {
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 .cloud-2 img {
    max-width: 100% !important;
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_01.bg100 .cloud-2 img {
    margin: 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_02.bg100 {
  background: #334456;
  padding: 20px 0;
}

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

#contents_wrap #contents #main #col_main section .cont_02.bg100 .title_top {
  background: url("../images/home/hexagon.png") no-repeat top;
  line-height: 96px;
}

#contents_wrap #contents #main #col_main section .cont_02.bg100 .title_top.flower {
  background: url("../images/home/flower.png") no-repeat center;
}

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

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

#contents_wrap #contents #main #col_main section .cont_02 .flex .box {
  width: 50%;
  position: relative;
  background-color: #302833;
}

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

#contents_wrap #contents #main #col_main section .cont_02 .flex .box a {
  display: block;
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box a img {
  -webkit-transition: 2s all;
  transition: 2s all;
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box a img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 2s all;
  transition: 2s all;
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box div {
  width: 100%;
  height: 100%;
  background: url("../images/home/hishimon.png") no-repeat center;
  top: 0;
  position: absolute;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02 .flex .box div {
    background-size: 50%;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  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;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 span {
    font-size: 1.8rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 span br {
  display: none;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_02 .flex .box div h3 span br {
    display: block;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 {
  background: url("../images/home/pt_3.gif") repeat;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_03 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_03 {
    padding: 72px 20px;
  }
}

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

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner ::-webkit-scrollbar {
  width: 10px;
}

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner ::-webkit-scrollbar-thumb {
  background-color: #cfb568;
  border-radius: 5px;
}

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news {
  border-top: 5px solid #cfb568;
  border-bottom: 5px solid #cfb568;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 320px;
  padding: 24px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

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

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news .box {
  border-bottom: 1px dashed #bbe348;
  margin-right: 32px;
  width: 100%;
  padding: 16px 0;
  overflow: auto;
}

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

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news .box article div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 70%;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news .box article div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

#contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news .box article .image {
  padding-left: 30px;
  width: 30%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_03 .cont_03_inner .news .box article .image {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 {
  position: relative;
  background-color: #302833;
  overflow: hidden;
}

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

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

#contents_wrap #contents #main #col_main section .cont_04.title_top {
  background-image: none;
}

#contents_wrap #contents #main #col_main section .cont_04 h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.8rem;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  background: url("../images/home/hishimon.png") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 280px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 h2 {
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
            writing-mode: initial;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 75%;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_04 h2 {
    font-size: 2rem;
    background-size: 50%;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 h2 span {
  display: inline;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: lr-tb;
          writing-mode: lr-tb;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_04 h2 span {
    font-size: 1.4rem;
  }
}

#contents_wrap #contents #main #col_main section .cont_04 img {
  -webkit-transition: 2s all;
  transition: 2s all;
}

#contents_wrap #contents #main #col_main section .cont_04 img:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 2s all;
  transition: 2s all;
}

#contents_wrap #contents #main #col_main section .cont_05 {
  padding: 48px;
  background-color: #FFF;
  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;
}

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

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

#contents_wrap #contents #main #col_main section .cont_05 .title_top {
  background: initial;
}

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

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

#contents_wrap #contents #main #col_main section .cont_06.bg100 {
  background: #334456;
  padding: 20px 0;
}

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

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06.bg100 {
    padding: 10px 30px;
    margin-top: 40px;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner.bg100 {
  background: url("../images/home/tatami.jpg") repeat;
  padding: 20px 0;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner.bg100 {
    padding: 20px 10px;
  }
}

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

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .title_top {
    margin-top: 48px;
  }
}

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

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .title_top span {
  color: #224b8f;
}

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

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn {
  font-size: 2.4rem;
  letter-spacing: 0;
  font-family: "Times New Roman";
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn {
    margin: 20px 0;
  }
}

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn a {
  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;
  background-color: #224b8f;
  color: #fff;
  width: 208px;
  height: 48px;
  margin: 0 auto;
}

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn a::before {
  content: "";
  background: url("../images/home/tel_icon.png") no-repeat center;
  width: 23px;
  height: 20px;
  background-size: contain;
  display: block;
  margin-right: 8px;
}

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn a:hover {
  opacity: 1;
}

#contents_wrap #contents #main #col_main section .cont_06 .cont_06_inner .tel-btn a:visited {
  opacity: 1;
}

.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;
  padding: 0;
}

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

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

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

.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 {
  width: 100%;
}

.title_01 h1 {
  font-size: 2.8rem;
  background: url("../images/home/hishimon.png") no-repeat top;
  background-size: auto 96px;
  line-height: 96px;
  color: #fff;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

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

.title_02 h2 {
  font-size: 2rem;
  border-bottom: 1px dashed #224b8f;
}

.title_03 h2, .title_03 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .title_03 h2, .title_03 h3 {
    font-size: 1.8rem;
  }
}

.title_03 h2::before, .title_03 h3::before {
  content: "";
  background: url("../images/home/hexagon.png") no-repeat center;
  width: 23px;
  height: 20px;
  background-size: contain;
  display: block;
  margin-right: 8px;
}

a:link {
  color: #224b8f;
}

.price_item.bg100 {
  background: url("../images/home/price.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  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;
}

.case.bg100 {
  background: url("../images/home/case.jpg") no-repeat center bottom 0;
  background-size: cover;
  height: 200px;
  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;
}

.flow.bg100 {
  background: url("../images/home/flow.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  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;
}

.about_tatami.bg100 {
  background: url("../images/home/about.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  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;
}

.company.bg100 {
  background: url("../images/home/company.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  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;
}

.price_item_01 table {
  border-collapse: separate;
  border-spacing: 0;
}

.price_item_01 table tbody tr td {
  border: none;
  padding: 0 0 24px 0 !important;
  vertical-align: top !important;
}

@media screen and (max-width: 640px) {
  .price_item_01 table tbody tr td {
    display: block;
    padding: 0 !important;
  }
}

.price_item_01 table tbody tr td:first-child {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .price_item_01 table tbody tr td:first-child {
    width: 100%;
  }
}

.price_item_01 table tbody tr td:last-child {
  padding-left: 20px !important;
}

@media screen and (max-width: 640px) {
  .price_item_01 table tbody tr td:last-child {
    padding: 0 0 16px 0 !important;
  }
}

.price_item_01 table tbody tr td h6 {
  display: block;
  font-size: 2rem;
  color: #224b8f;
}

.price_item_01 table tbody tr td p {
  display: inline;
}

.price_item_01 table tbody tr td p.stock {
  background-color: #224b8f;
  color: #fff;
  padding: 8px;
  line-height: 3.2;
}

.price_item_01 table tbody tr td p.plus {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .price_item_01 table tbody tr td div {
    margin-bottom: 24px;
  }
}

.price_item_01 table tbody tr td img {
  width: 100% !important;
}

.price_item_03 h3 {
  color: #224b8f;
  font-size: 1.8rem;
}

.case_flex {
  margin-left: -16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.case_flex .box {
  width: 20%;
  margin-left: 16px;
}

@media screen and (max-width: 834px) {
  .case_flex .box {
    width: 30%;
  }
}

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

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

.case_flex .box div {
  color: #224b8f;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .case_image img.imgL {
    max-width: 100%;
    width: 100%;
  }
}

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

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

.flow_01 .flow_image {
  width: 30%;
}

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

.flow_01 .flow_image img.imgL {
  width: 100% !important;
  max-width: 100%;
}

.flow_01 .flow_txt {
  width: 70%;
  margin-left: 48px;
}

@media screen and (max-width: 834px) {
  .flow_01 .flow_txt {
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .flow_01 .flow_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.flow_02 {
  padding: 10px;
}

.flow_02 h3 {
  font-size: 1.8rem;
  color: #224b8f;
  margin-bottom: 8px;
}

.arrow {
  text-align: center;
  font-size: 4rem;
  color: #224b8f;
}

.company_01 table tbody tr {
  border-bottom: 1px dashed #bbe348;
  list-style: 3;
}

.company_01 table tbody tr td {
  border: 0;
  padding: 16px 0 !important;
}

.company_01 table tbody tr td:first-child {
  width: 30%;
}

.tatami_about_01 img.imgL {
  max-width: 100%;
  float: initial;
  margin-right: 0;
}

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

.pan1 ul li a {
  color: #302833;
}

.btn {
  background-color: #224b8f;
  display: inline-block;
}

.btn a {
  display: block;
  color: #fff;
  padding: 8px 16px;
}
/*# sourceMappingURL=common_style.css.map */