@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

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

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

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

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

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

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: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

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

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

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

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

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

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

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

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

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background-color: #d3e8f3;
}

#g-nav.panelactive {
  background-color: #fff;
}
#g-nav.panelactive .sp_contact {
  margin-top: 30px;
}

.navRwrap {
  display: flex;
  justify-content: flex-end;
}

#g-nav {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    width: 80%;
    margin: auto;
  }
}
#g-nav .mainNav li {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li {
    border-bottom: 1px solid rgba(134, 191, 223, 0.6);
  }
}
#g-nav .mainNav li a {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #333333;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    color: #333333;
    display: block;
    padding: 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
  }
  #g-nav .mainNav li a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f054";
    color: #86bfdf;
    position: absolute;
    font-size: 14px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -2000%;
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff;
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: #86bfdf;
  display: block;
  color: #fff !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
.dropdown li a .ja {
  color: #60b8c3 !important;
  line-height: 1em;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: #86bfdf !important;
    background-color: #fff;
  }
  .dropdown li a .ja {
    margin-top: 10px;
    color: #333333 !important;
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    width: 84px;
    min-height: 84px;
    background: #86bfdf;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav_dropdown a::before {
    content: "";
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 100%;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #86bfdf;
  border-bottom-left-radius: 8px;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 10px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header #h-logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .header #h-logo {
    text-align: left;
    width: 50%;
  }
}

.header {
  z-index: 9997;
  padding: 40px 20px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 0.4s ease;
}
.header--pinned {
  background-color: rgba(111, 85, 52, 0.6);
}
@media only screen and (max-width: 900px) {
  .header--pinned {
    background-color: inherit;
  }
}

.sp_contact,
.fix_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sp_contact a,
.fix_contact a {
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_contact a i,
.fix_contact a i {
  margin-right: 8px;
}
.sp_contact .tel,
.fix_contact .tel {
  margin-right: 15px;
  background-color: #86bfdf;
}
@media only screen and (max-width: 900px) {
  .sp_contact .tel,
  .fix_contact .tel {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sp_contact .mail,
.fix_contact .mail {
  background-color: #60b8c3;
}

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

.sp_contact {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sp_contact {
    display: block;
  }
}

.mainWrap {
  position: relative;
  text-align: center;
}
.mainWrap::before {
  content: url(../images/home/wave1.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}
.mainWrap .mainText {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.5em;
  text-align: left;
  font-weight: bold;
  position: absolute;
  bottom: 15%;
  left: 5%;
  text-shadow: 0 0 10px #fff;
}
.mainWrap .mainText .blue {
  color: #86bfdf;
}

.mainArea {
  position: relative;
  width: 82.29vw !important;
  margin: auto;
}
.mainArea img {
  border-radius: 80px;
  border: 10px solid #fff;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.subArea h1 {
  font-size: clamp(42px, 5vw, 50px);
  line-height: 1.25em;
  font-weight: bold;
}
.subArea article > div {
  font-size: 2rem;
  line-height: 1.25em;
  color: #86bfdf;
  font-weight: bold;
  display: block;
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #333333;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

footer#global_footer {
  background-color: #f3f8fb;
}
footer#global_footer .pageTop {
  font-size: 3rem;
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #86bfdf;
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 1;
}
footer#global_footer #copy {
  display: block;
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: #333333 !important;
}

.title_01 h2 {
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: bold;
}
.title_01 h2 .en {
  color: #86bfdf;
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.title_01 article > div {
  margin-top: 50px;
  line-height: 2em;
}
.title_01 article > div:empty {
  margin-top: 0;
}
.title_02 h2 {
  font-size: clamp(32px, 3vw, 36px);
  line-height: 1.25em;
  font-weight: bold;
  color: #fff;
}
.title_02 h2 .en {
  display: block;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.title_02 article > div {
  margin-top: 50px;
  line-height: 2em;
}
.title_02 article > div:empty {
  margin-top: 0;
}
.title_02 .text a {
  color: #fff;
}

.sub_title_01 h3 {
  color: #333333;
  font-weight: 500;
  line-height: 1.25em;
  font-size: clamp(24px, 3vw, 36px);
}
.sub_title_01 h3 .dot {
  font-size: clamp(28px, 4vw, 40px);
}

.news {
  max-height: 400px;
  overflow-y: auto;
  text-align: left;
}
.news dt,
.news dd {
  border: none !important;
  padding: 25px 15px !important;
  width: 100% !important;
}
.news dt {
  font-weight: bold;
  padding-bottom: 0 !important;
}
.news dl {
  border-bottom: 4px dotted #86bfdf;
  display: block !important;
}

.text > div {
  line-height: 2em;
}

.deco_en {
  line-height: 1.25em;
  font-size: clamp(36px, 6vw, 67px);
  color: #86bfdf;
  font-weight: 400;
}

.cont_01 .deco_01 {
  animation: rotation 15s linear infinite;
}
.cont_01 .deco_en {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .cont_01 .deco_en {
    position: inherit;
    margin-bottom: 50px;
    width: 100%;
  }
  .cont_01 .deco_en > div {
    text-align: center !important;
  }
}
.cont_01 .inner {
  position: relative;
  max-width: 82.29vw !important;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_01 .inner {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  .cont_01 .inner {
    flex-wrap: wrap;
    max-width: 100% !important;
  }
}
.cont_01 .title_01 {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 670px;
  margin: auto;
  padding: 0 2%;
}
@media only screen and (max-width: 900px) {
  .cont_01 .title_01 {
    margin-top: 50px !important;
  }
}
.cont_01 .img img {
  border-radius: 30px;
}
@media only screen and (max-width: 900px) {
  .cont_01 .img2 {
    margin-top: 50px;
    margin-left: auto;
  }
}
.cont_02 {
  position: relative;
  z-index: 1;
}
.cont_02::before {
  content: url(../images/home/wave2.png);
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.cont_03 {
  background-size: cover;
}
.cont_03 .inner {
  background-color: #fff;
  border-radius: 227px;
  padding: 100px 50px;
}
.cont_04 {
  position: relative;
  z-index: 1;
}
.cont_04::before {
  content: url(../images/home/wave3.png);
  position: absolute;
  z-index: -1;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.cont_04 .deco_02 {
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .cont_04 .deco_02 {
    width: 80%;
  }
}
.cont_05 {
  position: relative;
}
.cont_05 .deco_03 {
  position: absolute;
  right: 2%;
  top: -5%;
}
.cont_05 .text a {
  color: #fff;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.movie {
  text-align: center;
}
.movie iframe {
  max-width: 1000px;
  width: 100%;
  min-height: 560px;
  height: 100%;
  border-radius: 66px;
  border: 10px solid #fff;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .movie iframe {
    min-height: 424px;
  }
}
@media screen and (max-width: 640px) {
  .movie iframe {
    min-height: 280px;
  }
}

.flex_company {
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.flex_company .box:first-of-type {
  width: 36%;
}
.flex_company .box:first-of-type h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.flex_company .box:first-of-type > div {
  line-height: 2.5em;
}
.flex_company .box:last-of-type {
  width: 60%;
}
.flex_company .box:last-of-type iframe {
  border-radius: 100px;
  width: 100%;
  max-height: 295px;
  border: 10px solid #fff !important;
}
@media only screen and (max-width: 900px) {
  .flex_company .box {
    width: 100% !important;
  }
}
.flex_community {
  justify-content: space-between;
  gap: 30px;
}
.flex_community .box {
  width: calc((100% - 60px) / 3);
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex_community .box {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .flex_community .box {
    width: 100%;
  }
}
.flex_community .box h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25em;
  margin: 20px 0;
}
.flex_community .box article > div {
  line-height: 2em;
  text-align: left;
}

.dl_history {
  max-width: 840px;
  margin: auto;
}
.dl_history dl {
  display: flex;
  line-height: 1.5em;
  border-bottom: 1px solid #ccc;
}
.dl_history dl dt {
  border: none !important;
  width: 20%;
  padding: 25px 15px !important;
  font-weight: bold;
  justify-content: flex-start !important;
  line-height: 2em;
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .dl_history dl dt {
    border-left: 1px solid #86bfdf !important;
    padding: 25px 15px 0 50px !important;
  }
}
.dl_history dl dd {
  border: none !important;
  position: relative;
  width: 80%;
  padding: 25px 15px 25px 50px !important;
  border-left: 1px solid #86bfdf !important;
  line-height: 2em;
}
.dl_history dl dd::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #86bfdf;
  border-radius: 10px;
}
.dl_01 dt {
  border: none !important;
  padding: 30px 0 !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dl_01 dt {
    display: block !important;
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl_01 dd {
  border: none !important;
  padding: 30px 0 !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dd {
    display: block !important;
    width: 100% !important;
  }
}
.dl_01 dl {
  border-bottom: 1px solid #b99d81;
}
.dl_01 dl:first-of-type {
  border-top: 1px solid #b99d81;
}
@media screen and (max-width: 640px) {
  .dl_01 dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
}

.btn a {
  color: #fff;
  position: relative;
  display: block;
  padding: 18px;
  width: 300px;
  background-color: #86bfdf;
  margin: auto;
}
.btn a:before {
  font-family: "Font Awesome 5 pro";
  content: "\f061";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

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

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 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.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

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 (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    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: 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;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #86bfdf !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #333333 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #86bfdf !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #86bfdf;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 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;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}

.dl_01 {
  text-align: left;
}
.dl_01 dt {
  padding: 25px 10px !important;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .dl_01 dt {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
}
.dl_01 dd {
  padding: 25px 10px !important;
  border: none !important;
}
@media screen and (max-width: 834px) {
  .dl_01 dd {
    width: 100% !important;
  }
}
.dl_01 dl {
  border-bottom: 1px solid #60b8c3;
}
.dl_01 dl:first-of-type {
  border-top: 1px solid #60b8c3;
}
@media screen and (max-width: 834px) {
  .dl_01 dl {
    display: block !important;
  }
}
.dl_02 {
  text-align: left;
}
.dl_02 dt {
  border: none !important;
  font-weight: bold;
  width: 100% !important;
  border-bottom: 1px solid #60b8c3 !important;
}
.dl_02 dd {
  border: none !important;
  width: 100% !important;
}
.dl_02 dl {
  display: block !important;
}

.gmap iframe {
  vertical-align: bottom;
  width: 100%;
}

.form {
  background-color: #fff;
  border-radius: 66px;
  padding: 60px 60px 40px 60px;
}
@media screen and (max-width: 640px) {
  .form {
    padding: 60px 24px 20px;
  }
}
.form input, .form textarea {
  background-color: #f7f7f7 !important;
  border: none !important;
  border-radius: 5px !important;
}
.form dt {
  border: none !important;
  padding: 30px 15px !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: wrap;
}
.form dt label {
  background-color: #595959;
  color: #fff !important;
  line-height: 1em;
  padding: 5px 8px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: 1px solid #f7f7f7 !important;
}

.policy_cont p {
  margin-bottom: 10px;
}
.policy_cont h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #60b8c3;
  padding-bottom: 8px;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */