@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(110, 189, 158, 0.7);
}

::selection {
  background-color: rgba(110, 189, 158, 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: 400;
}

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: YakuHanJP, "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: #17e012;
  -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: YakuHanJP, "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;
}

html body {
  background-color: #fff;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  text-align: left;
  line-height: 1;
  color: #323232;
  letter-spacing: 0.1em;
  background-color: #fff;
}

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

header#global_header .header.hideClass {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

header#global_header .header .h_top {
  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;
  padding: 24px;
}

@media only screen and (max-width: 1200px) {
  header#global_header .header .h_top {
    padding: 16px;
  }
}

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

@media screen and (max-width: 834px) {
  header#global_header .header .h_top .h_left .h_logo {
    max-width: 160px;
  }
}

header#global_header .header .h_top .h_left p {
  margin-top: 8px;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_top .h_left p {
    display: none;
  }
}

header#global_header .header .h_top .h_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#global_header .header .h_top .h_right .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;
  text-align: right;
  line-height: 1.5;
}

header#global_header .header .h_top .h_right .h_info a {
  color: #6ebd9e;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  header#global_header .header .h_top .h_right .h_info a {
    font-size: 2rem;
  }
}

header#global_header .header .h_top .h_right .h_info a:hover {
  opacity: 1;
  color: #40a8e9;
}

header#global_header .header .h_top .h_right .h_info a i {
  display: none;
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_top .h_right .h_info a i {
    display: block;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  header#global_header .header .h_top .h_right .h_info a span {
    display: none;
  }
}

header#global_header .header .h_top .h_right .h_info p {
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  header#global_header .header .h_top .h_right .h_info p {
    display: none;
  }
}

header#global_header nav {
  width: 100%;
  background-color: #6ebd9e;
}

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

header#global_header nav ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

header#global_header nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header#global_header nav ul li a {
  color: #fff;
  font-size: 1.5rem;
  padding: 20px 0;
  width: 100%;
  display: block;
  font-weight: 700;
}

header#global_header nav ul li a:hover {
  opacity: 1;
  background-color: #5aaf8e;
}

header#global_header .open_sp {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header#global_header .open_sp {
    display: block;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 9999;
    background-color: transparent;
    margin-left: 16px;
  }
  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: #6ebd9e;
    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: 1200px) {
  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%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #6ebd9e;
  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: 182px;
}

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

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

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

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

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

header#global_header .nav_sp .navigation_sp > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 96px);
  margin: auto;
}

header#global_header .nav_sp .navigation_sp > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}

header#global_header .nav_sp .navigation_sp > ul > li a {
  color: #fff;
  display: block;
  padding: 16px 0px;
}

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

header#global_header .mainArea {
  position: relative;
  margin-top: 182px;
}

@media only screen and (max-width: 1200px) {
  header#global_header .mainArea {
    margin-top: 111px;
  }
}

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

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

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

header#global_header .mainArea h1 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  position: absolute;
  left: 96px;
  bottom: 96px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 4rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1400px) {
  header#global_header .mainArea h1 {
    left: 24px;
    bottom: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  header#global_header .mainArea h1 {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1000px) {
  header#global_header .mainArea h1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  header#global_header .mainArea h1 {
    font-size: 2rem;
    left: 16px;
    bottom: 16px;
  }
}

header#global_header .mainArea h1 span {
  background-color: #fff;
  margin-right: 20px;
  padding: 16px 12px;
  font-weight: 500;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

@media screen and (max-width: 834px) {
  header#global_header .mainArea h1 span {
    padding: 8px 6px;
    margin-right: 12px;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 96px;
  border-top: 1px solid #6ebd9e;
  font-size: 1.6rem;
  text-align: left;
  background-color: #fff;
}

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

footer#global_footer .footer {
  padding: 64px 0 16px 0;
  max-width: 1200px;
  margin: 0 auto;
  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) {
  footer#global_footer .footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer .footer .f_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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

footer#global_footer .footer .f_info .copy {
  color: #6ebd9e;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  footer#global_footer .footer .f_info .copy {
    margin-top: 48px;
  }
}

footer#global_footer .footer .f_info .copy a {
  color: #6ebd9e;
  pointer-events: none;
}

footer#global_footer .footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

footer#global_footer .footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer#global_footer .footer nav ul:last-child {
  margin-left: 48px;
}

footer#global_footer .footer nav ul a {
  color: #323232;
}

footer#global_footer .footer nav ul a:hover {
  color: #40a8e9;
  opacity: 1;
}

#contents_wrap {
  background-color: transparent;
}

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

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

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

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

#contents_wrap #contents #main #col_main section .space_64 {
  margin-top: 64px;
}

#contents_wrap #contents #main #col_main section .space_40 {
  margin-top: 40px;
}

#contents_wrap #contents #main #col_main section .space_32 {
  margin-top: 32px;
}

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

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .txt_32 article > div {
    margin-top: 16px;
  }
}

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

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

#contents_wrap #contents #main #col_main section .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#40a8e9), to(#87cefa));
  background: linear-gradient(to right, #40a8e9 0%, #87cefa 100%);
  border-radius: 100px;
}

#contents_wrap #contents #main #col_main section .btn a {
  display: block;
  border: 2px solid #87cefa;
  border-radius: 100px;
  font-weight: 700;
  padding: 4px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

#contents_wrap #contents #main #col_main section .btn a:hover {
  opacity: 1;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

#contents_wrap #contents #main #col_main section .title_top h2 {
  color: #6ebd9e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}

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

#contents_wrap #contents #main #col_main section .cont_01 {
  padding: 64px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 189, 158, 0.25)), to(rgba(135, 206, 250, 0.25)));
  background: linear-gradient(to right, rgba(110, 189, 158, 0.25) 0%, rgba(135, 206, 250, 0.25) 100%);
  position: relative;
}

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

#contents_wrap #contents #main #col_main section .cont_01 article > div {
  text-align: left;
}

#contents_wrap #contents #main #col_main section .cont_01::before {
  position: absolute;
  content: url("../images/home/cercle_01.png");
  top: 32px;
  left: -32px;
  z-index: -1;
}

#contents_wrap #contents #main #col_main section .wrap_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

#contents_wrap #contents #main #col_main section .wrap_02 > div {
  width: 50%;
}

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

#contents_wrap #contents #main #col_main section .wrap_02 > div.right {
  padding-left: 64px;
}

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

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02 > div.right {
    padding-left: 0;
    margin-top: 32px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_02 > div.right {
    margin-top: 24px;
  }
}

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

#contents_wrap #contents #main #col_main section .wrap_02 .title_top h2 {
  font-size: 2.8rem;
}

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

#contents_wrap #contents #main #col_main section .wrap_02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

#contents_wrap #contents #main #col_main section .wrap_02.reverse > div.right {
  padding-left: 0;
  padding-right: 64px;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_02.reverse > div.right {
    padding-right: 32px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_02.reverse > div.right {
    padding-right: 0;
  }
}

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

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

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

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

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

#contents_wrap #contents #main #col_main section .icon_01, #contents_wrap #contents #main #col_main section .icon_03 {
  background-position: bottom 0 right 0;
}

#contents_wrap #contents #main #col_main section .icon_02, #contents_wrap #contents #main #col_main section .icon_04 {
  background-position: bottom 0 left 40%;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .icon_02, #contents_wrap #contents #main #col_main section .icon_04 {
    background-position: bottom 0 right 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 {
  padding-top: 20px;
  position: relative;
}

#contents_wrap #contents #main #col_main section .wrap_03::before {
  position: absolute;
  content: url("../images/home/cercle_02.png");
  top: 52px;
  right: -32px;
  z-index: -1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner {
  padding: 64px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 189, 158, 0.25)), to(rgba(135, 206, 250, 0.25)));
  background: linear-gradient(to right, rgba(110, 189, 158, 0.25) 0%, rgba(135, 206, 250, 0.25) 100%);
  text-align: center;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .inner {
    padding: 64px 32px 32px 32px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .title_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .title_top article > div {
  margin-top: 8px;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .border {
  border-bottom: 2px solid #6ebd9e;
  margin: 16px 0 24px 0;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .inner .border {
    margin: 32px 0 24px 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .image {
  background-color: #fff;
  padding: 8px 13px;
  border-radius: 100px;
  display: inline-block;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .text > div {
  font-size: 2.4rem;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 {
  margin-top: 20px;
}

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

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(1)::before {
  content: "01";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(2)::before {
  content: "02";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(3)::before {
  content: "03";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(4)::before {
  content: "04";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(5)::before {
  content: "05";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box:nth-child(6)::before {
  content: "06";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-family: 'Lato', sans-serif;
  color: #6ebd9e;
  font-size: 3.2rem;
  line-height: 1;
}

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box {
  width: calc((100% - 72px)/4);
  margin-right: 24px;
  padding-top: 16px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box {
    width: calc((100% - 24px)/2);
    margin-bottom: 24px;
  }
}

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

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

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

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box article {
  background-color: #fff;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 12px;
  height: 100%;
}

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

#contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box article div h3 {
  font-weight: 700;
  color: #6ebd9e;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 8px;
  border-bottom: 2px solid #6ebd9e;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_03 .inner .cont_03 .box article div h3 {
    font-size: 1.8rem;
  }
}

#contents_wrap #contents #main #col_main section .text_top_03 div {
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .list_top_03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .list_top_03 ul li {
  position: relative;
  padding-left: 16px;
}

#contents_wrap #contents #main #col_main section .list_top_03 ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #87cefa;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#contents_wrap #contents #main #col_main section .wrap_04 {
  position: relative;
  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) {
  #contents_wrap #contents #main #col_main section .wrap_04 {
    padding-bottom: 48px;
  }
}

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

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

#contents_wrap #contents #main #col_main section .wrap_04 .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: -webkit-gradient(linear, left bottom, right top, from(rgba(90, 175, 142, 0.8)), to(rgba(135, 210, 181, 0.8)));
  background: linear-gradient(to top right, rgba(90, 175, 142, 0.8) 0%, rgba(135, 210, 181, 0.8) 100%);
  color: #fff;
  padding: 52px 64px;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .wrap_04 .left {
    padding: 40px 48px;
    width: 60%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    bottom: 0;
    top: initial;
  }
}

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

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_04 .left {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: -48px 0 0 auto;
    z-index: 2;
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_04 .left {
    width: calc(100% - 20px);
    padding: 24px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_04 .right {
  width: 55%;
}

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_04 .right {
    width: calc(100% - 20px);
  }
}

#contents_wrap #contents #main #col_main section .wrap_04 .title_top h2 {
  color: #fff;
}

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

#contents_wrap #contents #main #col_main section .wrap_04 .btn a {
  border-color: transparent;
}

#contents_wrap #contents #main #col_main section .wrap_05 {
  background-color: rgba(135, 206, 250, 0.1);
  padding: 32px 24px;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 {
  max-height: 240px;
  overflow-y: scroll;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05::-webkit-scrollbar {
  width: 8px;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05::-webkit-scrollbar-thumb {
  background-color: #6ebd9e;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list {
  border: none;
  padding: 0;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div {
  border: none;
  padding: 32px 24px;
  line-height: 1.6;
  border-top: 1px solid #6ebd9e;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div {
    padding: 32px 16px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div:last-child {
  border-bottom: 1px solid #6ebd9e;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_photo {
  display: none;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text {
  font-size: 1.6rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text div.blog_date {
  font-size: 1.6rem;
  color: #323232;
  font-family: 'Lato', sans-serif;
  width: 120px;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text h3 {
  margin: 0;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text h3 a {
  color: #323232;
  font-size: 1.6rem;
  -webkit-transition: .3s;
  transition: .3s;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text h3 a:hover {
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text div.detail {
  display: none;
}

#contents_wrap #contents #main #col_main section .wrap_05 .cont_05 div.blog_list > div div.blog_text ul {
  display: none;
}

#contents_wrap #contents #main #col_main section .wrap_06 {
  padding: 96px 20px;
  background-image: url("../images/home/contact_bg.jpg");
  background-size: cover;
  background-position: top 0 center;
  background-color: #6ebd9e;
  color: #fff;
}

#contents_wrap #contents #main #col_main section .wrap_06 .title_top h2 {
  color: #fff;
}

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

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_06 .cont_06 {
    -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 .wrap_06 .cont_06 .box {
  margin-left: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#40a8e9), to(#87cefa));
  background: linear-gradient(to right, #40a8e9 0%, #87cefa 100%);
  border-radius: 100px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box {
    margin-left: 0;
    margin-top: 16px;
  }
}

#contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box:first-child {
  font-size: 2.4rem;
  font-family: 'Lato', sans-serif;
  margin-left: 0;
}

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

#contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box:last-child {
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box 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;
  width: 296px;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  height: 50px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

#contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box a:hover {
  opacity: 1;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

#contents_wrap #contents #main #col_main section .wrap_06 .cont_06 .box a i {
  margin-right: 8px;
  font-size: 2.2rem;
}

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

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

#contents_wrap #contents #main #col_main section .wrap_07 > div {
  width: 50%;
}

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

#contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 {
  padding-right: 48px;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 {
    padding-right: 0;
  }
}

#contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 dl {
  padding: 20px 0;
  line-height: 1.6;
  border-top: 1px solid #ccc;
}

#contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 dl:last-child {
  border-bottom: 1px solid #ccc;
}

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

#contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 dl dt {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #6ebd9e;
  width: 120px;
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 dl dd {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 16px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .wrap_07 > div .cont_07 dl dd {
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}

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

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .wrap_07 > div .g_map {
    height: 320px;
    margin-top: 48px;
  }
}

@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 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 189, 158, 0.25)), to(rgba(135, 206, 250, 0.25)));
  background: linear-gradient(to right, rgba(110, 189, 158, 0.25) 0%, rgba(135, 206, 250, 0.25) 100%);
  margin-top: 182px;
}

.title_01 article {
  padding: 80px 0;
}

.title_01 article h1 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #6ebd9e;
}

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

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

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

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

.title_02 h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6ebd9e;
  line-height: 1.5;
  padding: 8px 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(110, 189, 158, 0.1)), to(rgba(135, 206, 250, 0.1)));
  background: linear-gradient(to right, rgba(110, 189, 158, 0.1) 0%, rgba(135, 206, 250, 0.1) 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_02 h2::before {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #6ebd9e;
  margin-right: 16px;
  display: inline-block;
}

.title_03 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #6ebd9e;
  line-height: 1.5;
  padding: 8px 16px;
  border-radius: 10px;
}

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

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

#contents_wrap #contents #main #col_main section .greeting_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .greeting_01 .box {
  position: relative;
  padding-left: 24px;
}

#contents_wrap #contents #main #col_main section .greeting_01 .box::before {
  position: absolute;
  top: 1em;
  left: 0;
  content: "";
  width: 16px;
  height: 4px;
  background-color: #87cefa;
}

#contents_wrap #contents #main #col_main section .service_01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

#contents_wrap #contents #main #col_main section .service_01 .box {
  width: calc(50% - 24px);
}

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

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

#contents_wrap #contents #main #col_main section .service_01 .box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #6ebd9e;
  margin-bottom: 24px;
}

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

#contents_wrap #contents #main #col_main section .visit_01 dl:nth-child(2n-1) {
  background-color: rgba(135, 206, 250, 0.1);
}

#contents_wrap #contents #main #col_main section .visit_01 dl:nth-child(2n) {
  background-color: rgba(64, 168, 233, 0.15);
}

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

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

#contents_wrap #contents #main #col_main section .visit_01 dl dt {
  background-color: transparent;
  border-color: #6ebd9e;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
}

@media screen and (max-width: 834px) {
  #contents_wrap #contents #main #col_main section .visit_01 dl dt {
    width: 100%;
    border-right: 1px solid #6ebd9e;
    padding: 16px;
  }
}

#contents_wrap #contents #main #col_main section .visit_01 dl dd {
  background-color: transparent;
  border-color: #6ebd9e;
  padding: 0;
  padding: 16px 24px;
  text-align: center;
}

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

#contents_wrap #contents #main #col_main section .online_01 {
  width: 100%;
  border: 2px solid #87cefa;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .online_01 {
    border: 1px solid #87cefa;
  }
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(1) h3:before {
  content: "01";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(2) h3:before {
  content: "02";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(3) h3:before {
  content: "03";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(4) h3:before {
  content: "04";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(5) h3:before {
  content: "05";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box:nth-child(6) h3:before {
  content: "06";
  font-family: 'Lato', sans-serif;
  color: #87cefa;
  margin-right: 4px;
  font-weight: 700;
  font-size: 1.8rem;
}

#contents_wrap #contents #main #col_main section .online_01 .box {
  width: calc(100% / 4);
  padding: 24px 0;
  text-align: center;
  line-height: 1.5;
  position: relative;
  overflow: initial;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .online_01 .box {
    width: calc(100% / 2);
    border: 1px solid #87cefa;
  }
}

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

#contents_wrap #contents #main #col_main section .online_01 .box article {
  border-right: 2px solid #87cefa;
  padding: 0 24px;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .online_01 .box article {
    border-right: none;
  }
}

#contents_wrap #contents #main #col_main section .online_01 .box:last-child article {
  border-right: none;
}

#contents_wrap #contents #main #col_main section .online_01 .box:last-child::before {
  content: none;
}

#contents_wrap #contents #main #col_main section .online_01 .box:last-child::after {
  content: none;
}

#contents_wrap #contents #main #col_main section .online_01 .box h3 {
  background-color: rgba(135, 206, 250, 0.25);
  border-radius: 100px;
  padding: 8px;
  margin: 0 auto 16px auto;
}

#contents_wrap #contents #main #col_main section .online_01 .box p {
  font-size: 1.3rem;
  margin-top: 4px;
}

#contents_wrap #contents #main #col_main section .online_01 .box::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #87cefa;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .online_01 .box::before {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .online_01 .box::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #87cefa;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: initial;
    right: initial;
    left: 50%;
    bottom: -32px;
    z-index: 2;
  }
}

#contents_wrap #contents #main #col_main section .online_01 .box::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
}

@media only screen and (max-width: 1200px) {
  #contents_wrap #contents #main #col_main section .online_01 .box::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .online_01 .box::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: initial;
    right: initial;
    left: 50%;
    bottom: -30px;
    z-index: 2;
  }
}

#contents_wrap #contents #main #col_main section .consultation_01 {
  padding-bottom: 32px;
  border-bottom: 1px solid #6ebd9e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contents_wrap #contents #main #col_main section .consultation_01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.8rem;
}

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

#contents_wrap #contents #main #col_main section .consultation_01 .box:first-child {
  color: #6ebd9e;
}

#contents_wrap #contents #main #col_main section .consultation_01 .box:first-child::before {
  content: "Q";
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  background-color: #6ebd9e;
  border: 2px solid #6ebd9e;
  padding: 0 16px;
  border-radius: 100px;
  margin-right: 14px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .consultation_01 .box:first-child::before {
    font-size: 2rem;
    padding: 0 10px;
    line-height: 1.8;
  }
}

#contents_wrap #contents #main #col_main section .consultation_01 .box:first-child > div {
  font-weight: 700;
}

#contents_wrap #contents #main #col_main section .consultation_01 .box:last-child {
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .consultation_01 .box:last-child::before {
  content: "A";
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #87cefa;
  background-color: #fff;
  border: 2px solid #87cefa;
  padding: 0 16px;
  border-radius: 100px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .consultation_01 .box:last-child::before {
    font-size: 2rem;
    padding: 0 10px;
    line-height: 1.7;
  }
}

#contents_wrap #contents #main #col_main section .gallery_01, #contents_wrap #contents #main #col_main section .shop_02 {
  margin-bottom: -32px;
}

#contents_wrap #contents #main #col_main section .gallery_01 .box, #contents_wrap #contents #main #col_main section .shop_02 .box {
  width: calc((100% - 72px)/4);
  margin-right: 24px;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #contents_wrap #contents #main #col_main section .gallery_01 .box, #contents_wrap #contents #main #col_main section .shop_02 .box {
    width: calc((100% - 48px)/3);
  }
}

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

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

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

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

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

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

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

#contents_wrap #contents #main #col_main section .gallery_01 .box h3, #contents_wrap #contents #main #col_main section .shop_02 .box h3 {
  display: none;
}

#contents_wrap #contents #main #col_main section .gallery_01 .box article > div, #contents_wrap #contents #main #col_main section .shop_02 .box article > div {
  line-height: 1.6;
  margin-top: 16px;
}

#contents_wrap #contents #main #col_main section .shop_01 dl:nth-child(2n-1) {
  background-color: rgba(135, 206, 250, 0.1);
}

#contents_wrap #contents #main #col_main section .shop_01 dl:nth-child(2n) {
  background-color: rgba(64, 168, 233, 0.1);
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop_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 dt {
  background-color: transparent;
  border: none;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

@media screen and (max-width: 640px) {
  #contents_wrap #contents #main #col_main section .shop_01 dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
  }
}

#contents_wrap #contents #main #col_main section .shop_01 dl dd {
  background-color: transparent;
  border: none;
  padding: 0;
  padding: 16px;
}

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

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

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

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

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

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

#contents_wrap #contents #main #col_main section .form_wrap.entry dl dt {
  background-color: rgba(135, 206, 250, 0.1);
}

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

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

#contents_wrap #contents #main #col_main section .submit {
  margin-top: 48px;
  width: 200px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#40a8e9), to(#87cefa));
  background: linear-gradient(to right, #40a8e9 0%, #87cefa 100%);
}

#contents_wrap #contents #main #col_main section .submit .bt_confirm, #contents_wrap #contents #main #col_main section .submit .bt_back {
  margin: 0;
  width: 200px;
  height: auto;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #87cefa;
  color: #87cefa;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: initial;
  font-weight: 700;
  padding: 12px;
  -webkit-transition: .6s;
  transition: .6s;
}

#contents_wrap #contents #main #col_main section .submit .bt_confirm:hover, #contents_wrap #contents #main #col_main section .submit .bt_back:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
  opacity: 1;
}

br.sp {
  display: none;
}

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

section.blog {
  padding: 20px 20px 0 20px;
  margin-top: 182px;
}

@media only screen and (max-width: 1200px) {
  section.blog {
    margin-top: 111px;
  }
}

@media only screen and (max-width: 1000px) {
  section.blog {
    margin-top: 89px;
  }
}

@media screen and (max-width: 834px) {
  section.blog {
    margin-top: 80px;
  }
}

@media screen and (max-width: 640px) {
  section.blog {
    margin-top: 68px;
  }
}

section.blog div.wrap {
  background-color: transparent;
  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;
  max-width: 1200px;
  width: 100%;
  padding: 50px auto;
  margin: 50px auto;
}

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

section.blog div.wrap aside {
  width: 25%;
}

@media screen and (max-width: 834px) {
  section.blog div.wrap aside {
    width: 100%;
  }
}

section.blog div.wrap aside #calendar #form_calendar {
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.001em;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.open {
  background-color: #40a8e9;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td.close {
  background-color: #ffdada;
}

section.blog div.wrap aside #calendar #form_calendar table tbody tr td:hover {
  background-color: rgba(110, 189, 158, 0.3) !important;
}

section.blog div.wrap aside #calendar #form_calendar dl.open label {
  background-color: #40a8e9;
}

section.blog div.wrap #contents {
  width: 70%;
  padding: 0;
}

@media screen and (max-width: 834px) {
  section.blog div.wrap #contents {
    width: 100%;
  }
}

section.blog div.wrap #contents > article {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

copy {
  display: inline !important;
  padding: 0 !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 */