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

.annot {
  display: none !important;
}

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

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

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

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

li {
  list-style: none;
}

html {
  font-size: 65.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.9em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #4f4d44;
  word-wrap: break-word;
  overflow: hidden !important;
  font-size: 1.7rem;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFF;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
}

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

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

#contents_wrap {
  width: 100%;
  min-width: 100%;
  background-color: #FFF;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin-top: 150px;
  background-color: #FFF;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 0px 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 25px 0px 25px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

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;
  transition: 1s;
  text-decoration: none;
}

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

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}
@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: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "fot-tsukubrdgothic-std", "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;
}

/* section div.form_wrap dl dt {
  @media screen and (max-width: $sp-width){
  width:50%!important;

  }
} */
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #333 !important;
}

.h_logo {
  width: 50%;
  z-index: 5;
  text-align: left;
  padding: 20px 0;
}
@media only screen and (max-width: 1300px) {
  .h_logo {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .h_logo {
    padding: 0px 10px;
    width: 30%;
    z-index: 9999;
    margin-top: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .h_logo {
    width: 30%;
    left: 2%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .h_logo {
    width: 35%;
  }
}
@media only screen and (max-width: 414px) {
  .h_logo {
    width: 35%;
    left: 2%;
  }
}
.h_logo h1 {
  font-size: 13px;
  padding-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .h_logo h1 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .h_logo h1 {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
}

.col_01 {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  .col_01 {
    width: 10%;
  }
}
@media screen and (max-width: 834px) {
  .col_01 {
    padding: 1% 0 0 0;
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    display: flex;
  }
}
.col_02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .col_02 {
    width: 80%;
  }
}
@media only screen and (max-width: 1300px) {
  .col_02 {
    width: 90%;
  }
}
@media only screen and (max-width: 965px) {
  .col_02 {
    width: 95%;
  }
}
@media only screen and (max-width: 930px) {
  .col_02 {
    width: 98%;
  }
}

.nav {
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 1% 0;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .nav {
    background-color: transparent;
  }
}
.nav-list {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .nav-list {
    display: none;
  }
}
.nav-item {
  flex-grow: 1;
  position: relative;
}
.nav-item a, .nav-item > span {
  color: #ff8d6c;
  line-height: 1.4;
  padding: 15px 18px;
  text-align: center;
  display: block;
  transition: 0.3s;
  font-size: 0.85em;
  opacity: 10;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .nav-item a, .nav-item > span {
    padding: 15px 15px !important;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .nav-item a, .nav-item > span {
    font-size: 1.2rem;
    padding: 15px 8px !important;
  }
}
.nav-item a span, .nav-item > span span {
  font-size: 1.1rem;
  display: block;
}
.nav-item a:hover, .nav-item > span:hover {
  color: #333;
}
.nav-item i {
  padding-right: 10px;
}
.nav-item .ddmenu {
  position: absolute;
  padding: 2px 0;
  width: 180px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(248, 170, 147, 0.9);
  color: #fff;
}
.nav-item .ddmenu a {
  color: #fff;
  font-size: 0.8em;
}
.nav-item .ddmenu a:hover {
  background-color: #ef8465;
}
.nav-item .ddmenu li {
  border-bottom: 1px solid #ffbfad;
}
.nav-item .ddmenu li:last-child {
  border-bottom: none;
}

#header {
  border-top: 5px solid #f8aa93;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.5s;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  display: flex !important;
  position: relative;
  position: fixed;
}
@media screen and (max-width: 834px) {
  #header {
    border-top: none;
    transition: all 0s;
    background-color: #fcf3e4 !important;
    z-index: 999;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #header {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
#header .inner {
  width: 100%;
}

.entry a {
  border: 1px solid #fff !important;
  width: 100%;
  text-align: center !important;
  display: flex;
  justify-content: center;
  height: 50px !important;
}

#mainArea {
  position: relative;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin: 0 auto;
  }
}
#mainArea img {
  border-radius: 0px 0 250px 250px;
}
@media only screen and (max-width: 1200px) {
  #mainArea img {
    border-radius: 0px 0 150px 150px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea img {
    border-radius: 0px 0 100px 100px;
  }
}
#mainArea .katch {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0 auto;
}
#mainArea .katch img {
  border-radius: 0px !important;
}
@media only screen and (max-width: 1400px) {
  #mainArea .katch {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  #mainArea .katch {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  #mainArea .katch {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .katch {
    width: 75%;
    margin: 0 auto;
  }
}

.swiper-slide img {
  width: 100%;
}

.logomain {
  position: absolute;
  bottom: -10%;
  z-index: 3;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.logomain img {
  border-radius: 0px !important;
}
@media only screen and (max-width: 1400px) {
  .logomain {
    width: 20%;
    bottom: -10%;
  }
}
@media only screen and (max-width: 1200px) {
  .logomain {
    width: 20%;
    bottom: -20%;
  }
}
@media screen and (max-width: 640px) {
  .logomain {
    bottom: -10%;
    width: 40%;
    margin: 0 auto;
  }
}

/*-----------------------------------------------------------------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header {
  display: flex;
  padding: 3px 30px;
  position: fixed;
  justify-content: space-between;
  transition: 0.5s;
  width: 100%;
  top: 10px;
}
@media screen and (max-width: 834px) {
  .site-header {
    padding: 3px 10px;
  }
}

.site-header.transform {
  padding: 5px;
  top: -20px;
}
@media screen and (max-width: 834px) {
  .site-header.transform {
    top: -5px;
  }
}

#global_footer {
  position: relative;
  bottom: 0 !important;
  background-repeat: repeat;
  background-color: #fff !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    padding: 0;
    margin-top: 0px !important;
  }
}

#footer {
  bottom: 0 !important;
  padding: 3% 3% 0 3%;
  background-color: #fff;
  background-image: url(../images/common/border.png);
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 20px 0;
  }
}
#footer .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.col_2 {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
@media screen and (max-width: 834px) {
  .col_2 {
    width: 65%;
  }
}
@media screen and (max-width: 640px) {
  .col_2 {
    margin-top: 40px;
  }
}
.col_2 a {
  color: #ef8465 !important;
}
.col_2 .nav_footer {
  color: #333 !important;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-end;
}
.col_2 .nav_footer li {
  padding: 0px;
  color: #333;
  font-size: 0.8em;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1085px) {
  .col_2 .nav_footer li {
    padding: 0 5px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
.col_2 .nav_footer li a {
  font-weight: 600;
}
.col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.col_001 {
  display: flex;
  color: #fff;
  text-align: left;
  align-items: center;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.5em;
}
@media screen and (max-width: 834px) {
  .col_001 {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .col_001 {
    padding-bottom: 0px;
    font-size: 0.7em;
    line-height: 20px;
    align-items: center;
  }
}
.col_001 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .col_001 img {
    width: 70%;
  }
}
.col_001 .add {
  text-align: left;
  color: #333;
  font-size: 0.9em;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .col_001 .add {
    text-align: center;
    font-size: 13px;
  }
}
.col_001 .add a {
  color: #333 !important;
}

@media screen and (max-width: 834px) {
  .f_logo {
    width: 50%;
    border-right: none;
  }
}
.f_logo img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .f_logo img {
    width: 50%;
  }
}

#copy {
  color: #333;
  z-index: 3;
  padding: 2%;
}
#copy a {
  color: #333 !important;
}

#global_footer {
  bottom: 0px !important;
  margin-top: 0px !important;
  min-width: 0px !important;
}

/*-----------------------------------------------------------------------------------------*/
.cont_1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
  padding: 5% 1% 5% 1%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    flex-direction: column;
    padding: 3%;
    margin-top: 50px;
    padding: 5% 5% 5% 5%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 {
    margin-top: 100px;
    padding: 5% 8% 5% 8%;
  }
}
.cont_1 .h1title01 {
  width: 50%;
  margin-left: 10%;
  z-index: 3 !important;
}
@media only screen and (max-width: 1500px) {
  .cont_1 .h1title01 {
    margin-left: 5%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .h1title01 {
    width: 100%;
    margin-left: 0%;
  }
}
.cont_1 .h1title01 div {
  z-index: 9 !important;
}
.cont_1 .h1title01 h1 {
  font-size: 2em;
  line-height: 1.7em;
  font-weight: 400;
}
@media only screen and (max-width: 1500px) {
  .cont_1 .h1title01 h1 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .h1title01 h1 {
    font-size: 1.9em;
  }
}
.cont_1 .h1title01 h1 span {
  font-size: 1.6em;
  font-family: "Kiwi Maru", serif;
  color: #f8aa93;
  margin-bottom: 40px;
  display: inline-block;
}
@media only screen and (max-width: 1500px) {
  .cont_1 .h1title01 h1 span {
    font-size: 1.4em;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1036px) {
  .cont_1 .h1title01 h1 span {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .h1title01 h1 span {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
.cont_1 .spbr {
  display: inline-block;
}
@media screen and (min-width: 834px) {
  .cont_1 .spbr {
    display: none;
  }
}
.cont_1 .right_img {
  z-index: 3 !important;
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .cont_1 .right_img {
    margin-top: 30px;
    width: 65%;
  }
}
.cont_1:after {
  background-image: url(../images/home/home_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: 0;
  left: -5%;
  top: -20%;
  width: 860px;
  height: 664px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .cont_1:after {
    display: none;
  }
}

.cont_2 {
  position: relative;
  margin-top: 100px;
  background-image: url(../images/home/bg.png);
  background-attachment: fixed;
  padding: 10% 0%;
}
@media screen and (max-width: 640px) {
  .cont_2 {
    margin-top: 30px;
  }
}
.cont_2:before {
  background-image: url(../images/common/border.png);
  background-repeat: repeat-x;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0%;
  height: 12px;
  width: 100%;
  display: inline-block;
  padding: 0px;
}
.cont_2 .h2title01 h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.7em;
}
@media screen and (max-width: 640px) {
  .cont_2 .h2title01 h2 {
    font-size: 1.5em;
    text-align: center !important;
  }
}
.cont_2 .h2title01 h2 span {
  display: inline-block;
  font-size: 1.8em;
}
@media screen and (max-width: 640px) {
  .cont_2 .h2title01 h2 span {
    font-size: 1.5em;
  }
}
.cont_2 .inner2 {
  padding: 0% 3%;
}
@media screen and (max-width: 640px) {
  .cont_2 .inner2 {
    padding: 0% 4%;
  }
}

.listbox {
  margin: 0 auto;
  margin-top: 50px;
  color: #fff;
  width: 30%;
}
@media only screen and (max-width: 1200px) {
  .listbox {
    width: 32%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .listbox {
    width: 100%;
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 834px) {
  .listbox ul li {
    text-align: center !important;
    margin: 0 auto;
  }
}
.listbox ul li article {
  margin: 0 auto;
}
.listbox ul li article h3 {
  font-size: 1.5em;
  background: linear-gradient(transparent 78%, #ffd766 60%);
  text-align: center;
  margin: 25px 10px 15px 10px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  display: inline-block !important;
}
@media only screen and (max-width: 1500px) {
  .listbox ul li article h3 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1200px) {
  .listbox ul li article h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 834px) {
  .listbox ul li article h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .listbox ul li article h3 {
    font-size: 1.6em;
  }
}
.listbox ul li article div {
  font-size: 0.9em;
}
@media screen and (max-width: 834px) {
  .listbox ul li article div {
    font-size: 0.7em;
    line-height: 1.7em;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .listbox ul li article div {
    font-size: 0.9em;
    line-height: 2em;
  }
}
@media screen and (max-width: 834px) {
  .listbox img {
    width: 85%;
    margin: 0 auto;
  }
}
.listbox .btn01 {
  width: 100% !important;
  padding: 13px 0;
  margin-top: 20px;
}

.flexlist {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .flexlist {
    flex-direction: column;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0.5;
  transform: translateY(30px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.7s;
}
@media screen and (max-width: 834px) {
  .scroll-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cont_3 {
  background-color: #f9e6e1;
  padding: 10% 3%;
}
.cont_3 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    flex-direction: column;
    padding: 5% 1%;
  }
}
.cont_3 .h2title02 {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .cont_3 .h2title02 {
    width: 100%;
  }
}
.cont_3 .h2title02 h2 {
  color: #f8aa93;
  font-size: 2em;
  line-height: 1.7em;
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .cont_3 .h2title02 h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center !important;
  }
}
.cont_3 .h2title02 h2 span {
  display: inline-block;
  font-size: 1.4em;
  color: #f8aa93;
  font-weight: 500;
}
@media only screen and (max-width: 1500px) {
  .cont_3 .h2title02 h2 span {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1200px) {
  .cont_3 .h2title02 h2 span {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .h2title02 h2 span {
    font-size: 1.3em;
  }
}
.cont_3 .rightimg02 {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .cont_3 .rightimg02 {
    margin-top: 20px;
    width: 100%;
  }
}
.cont_3 .btn01 {
  width: 80%;
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .cont_3 .btn01 {
    width: 100%;
  }
}

.btn01 {
  display: block;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  position: relative;
  background: #fff;
  color: #e88f74 !important;
  width: 40%;
  border-radius: 50px;
  margin: 0 auto;
  border: 2px solid #ffb39d;
  margin-top: 80px;
  opacity: 10 !important;
}
@media only screen and (max-width: 1320px) {
  .btn01 {
    width: 80%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn01 {
    width: 100%;
    font-size: 1em;
    padding: 15px 0;
    margin-top: 20px;
  }
}
.btn01:hover {
  background-color: #e88f74;
  border: 2px solid #fff;
  color: #fff !important;
}

.btn01:before {
  content: "";
  width: 25px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #f8aa93;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn01:after {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-left: 2px solid #f8aa93;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn01:hover:before {
  width: 25px;
  right: 10px;
  border-top: 1px solid #fff;
}

.btn01:hover:after {
  right: 10px;
  border-left: 2px solid #fff;
}

.reccomend {
  margin-top: 20px;
}
.reccomend .box {
  background: #fff;
  width: 100%;
  display: none;
}
.reccomend .box.active {
  display: block;
}
@media only screen and (max-width: 834px) {
  .reccomend .box {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .reccomend .box {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .reccomend .box {
    padding: 15px;
  }
}
.reccomend .box article {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .reccomend .box article {
    flex-direction: column;
  }
}
.reccomend .box article > div {
  width: 56.6666666667%;
  padding: 20px 30px;
  font-weight: 500;
}
@media only screen and (max-width: 834px) {
  .reccomend .box article > div {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .reccomend .box article > div {
    padding: 15px 0 0;
  }
}
.reccomend .box article > div .price {
  font-size: 2.4rem;
  font-weight: 600;
  color: #f8aa93;
}
.reccomend .box img {
  width: 43.3333333333% !important;
}
@media only screen and (max-width: 834px) {
  .reccomend .box img {
    width: 84% !important;
  }
}
@media only screen and (max-width: 640px) {
  .reccomend .box img {
    width: 100% !important;
  }
}
.reccomend .box h3 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media only screen and (max-width: 834px) {
  .reccomend .box h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .reccomend .box h3 {
    font-size: 2rem;
  }
}
.reccomend .box .reccomend_num {
  font-size: 3rem;
  font-weight: bold;
  color: #ef8465;
  line-height: 1;
  border-bottom: 3px solid #f8aa93;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 834px) {
  .reccomend .box .reccomend_num {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.reccomend .box .reccomend_num span {
  font-size: 4rem;
  margin-left: 6px;
}
.reccomend .btn02 {
  background-color: #3ab483;
  width: 50%;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  padding: 1% 5%;
  font-size: 0.7em;
  border: 1px solid #3ab483;
  opacity: 10;
}
.reccomend .btn02:hover {
  background-color: #fff;
  color: #3ab483;
}

.thumb {
  margin-top: 10px;
}
.thumb ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .thumb ul {
    justify-content: space-between;
  }
}
.thumb ul li {
  width: 169px;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .thumb ul li {
    width: 32%;
    padding: 0;
    margin-bottom: 2%;
  }
}
.thumb ul li img {
  width: 100% !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media only screen and (max-width: 640px) {
  .thumb ul li img {
    height: 20vw !important;
  }
}

.h3title01 {
  margin-top: 80px;
}
.h3title01 h3 {
  font-size: 1.7em;
  color: #ef8465;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.h3title01 h3:before {
  content: "";
  display: block;
  height: 28px;
  width: 26px;
  background: url(../images/home/icon.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}

div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 27% !important;
}
@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 45% !important;
    margin-left: 0px !important;
  }
}

div.items {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0px !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner {
  margin-top: 30px;
}
.banner ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.banner li {
  width: 32%;
  margin: 0 auto;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .banner li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_4 {
  margin-top: 100px;
  background-color: #f9e6e1;
  padding: 5% 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column;
    padding: 5% 5% 8% 5%;
  }
}
.cont_4:before {
  background-image: url(../images/home/mokumoku.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: -2%;
  height: 150px;
}
@media screen and (max-width: 640px) {
  .cont_4:before {
    top: -8%;
  }
}
.cont_4 .dog02 {
  width: 35%;
  margin-left: 8%;
}
@media screen and (max-width: 834px) {
  .cont_4 .dog02 {
    margin-left: 0%;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .dog02 {
    width: 70%;
  }
}
.cont_4 .contact {
  margin-top: 50px;
  width: 60%;
  margin-right: 10%;
}
@media screen and (max-width: 640px) {
  .cont_4 .contact {
    width: 100%;
    margin-top: 20px;
    margin-right: 0%;
  }
}
.cont_4 .contact ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont_4 .contact ul li {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center !important;
}
.cont_4 .contact ul li article {
  margin: 0 auto;
}
.cont_4 .contact ul li:last-child {
  width: 100%;
}
.cont_4 .contact article {
  line-height: 3em;
}
.cont_4 .contact article h3 {
  display: block;
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .cont_4 .contact article h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .contact article h3 {
    font-size: 1.6em;
  }
}
.cont_4 .contact article .tel02 {
  font-size: 2.5em;
}
@media screen and (max-width: 834px) {
  .cont_4 .contact article .tel02 {
    font-size: 2em;
  }
}
.cont_4 .contact article .tel02 i {
  font-size: 0.8em;
  padding-right: 10px;
}
.cont_4 .contact article .tel02 a {
  color: #4f4d44;
}

.btn03 {
  display: block;
  text-align: center;
  padding: 25px 0;
  text-decoration: none;
  position: relative;
  background: #e88f74;
  color: #fff !important;
  width: 50%;
  border-radius: 50px;
  margin: 0 auto;
  border: 2px solid #e88f74;
  margin-top: 20px;
  opacity: 10 !important;
}
@media only screen and (max-width: 1320px) {
  .btn03 {
    width: 80%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 640px) {
  .btn03 {
    width: 100%;
    font-size: 1.3em;
  }
}
.btn03:hover {
  background-color: #fff;
  border: 2px solid #e88f74;
  color: #e88f74 !important;
}
.btn03 i {
  padding-right: 20px;
}

.btnbox {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .btnbox {
    margin-top: 50px;
  }
}
.btnbox ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.btnbox li {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .btnbox li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.btnbox li a {
  position: relative;
  display: block;
  padding: 40px;
  background: url(../images/home/btn.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 834px) {
  .btnbox li a {
    padding: 20px;
    font-size: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .btnbox li a {
    font-size: 1.3em;
    padding: 20px;
  }
}
.btnbox i {
  padding-left: 10px;
  font-size: 0.8em;
}

.newsbg {
  margin-top: 100px;
  padding: 8% 0;
  background-color: #ef8465;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: center;
  background-attachment: fixed;
  background-position: center;
}
.newsbg .news {
  z-index: 999;
}
.newsbg .newsflex {
  padding: 0 5%;
}
.newsbg .newsflex .box {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px dashed #fdc3b3;
  justify-content: flex-end;
  width: 100%;
  padding: 1.5% 0;
}
@media screen and (max-width: 640px) {
  .newsbg .newsflex .box {
    flex-direction: column-reverse;
    padding: 2.5% 0;
  }
}
.newsbg .newsflex .box img {
  width: 220px !important;
  margin: 0 2%;
}
@media screen and (max-width: 640px) {
  .newsbg .newsflex .box img {
    width: 60% !important;
    margin: 0 auto;
  }
}
.newsbg .h2title03 h2 {
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 50px;
}
.newsbg .h2title03 h2 span {
  font-size: 1.5em;
}

.cont_5 {
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cont_5 {
    flex-direction: column;
  }
}
.cont_5 .ig, .cont_5 .fb {
  width: 41%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .cont_5 .ig, .cont_5 .fb {
    width: 100%;
    max-width: 500px;
  }
}
.cont_5 .ig h3, .cont_5 .fb h3 {
  font-size: 2em;
  color: #f8aa93;
}
.cont_5 .fbinner {
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}

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

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

.pager {
  margin-bottom: 100px;
}

div.items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 31%;
}
@media only screen and (max-width: 1200px) {
  div.items > article {
    width: 28%;
  }
}
@media screen and (max-width: 834px) {
  div.items > article {
    width: 44%;
  }
}
@media screen and (max-width: 640px) {
  div.items > article {
    width: 40%;
  }
}
div.items > article a {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  div.items > article a {
    width: 100%;
  }
}

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: #e87a5a;
}

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: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.item01 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .item01 div.items > article a.photo {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .item01 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}
.item01 .items {
  flex-flow: row wrap;
}
.item01 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}
@media only screen and (max-width: 1100px) {
  .item01 .items > article {
    width: 30% !important;
  }
}
@media screen and (max-width: 834px) {
  .item01 .items > article {
    width: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  .item01 .items > article {
    width: 45% !important;
  }
}

.item02 div.items > article a.photo {
  display: block;
  width: 250px;
  max-width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .item02 div.items > article a.photo {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .item02 div.items > article a.photo {
    width: 180px;
    height: 180px;
  }
}
.item02 .items {
  flex-flow: row wrap;
}
.item02 .items > article {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0px;
  margin-bottom: 27px;
  width: 22% !important;
}
@media only screen and (max-width: 1300px) {
  .item02 .items > article {
    width: 29% !important;
  }
}
@media only screen and (max-width: 950px) {
  .item02 .items > article {
    width: 35% !important;
  }
}
@media screen and (max-width: 834px) {
  .item02 .items > article {
    width: 43% !important;
  }
}
@media screen and (max-width: 640px) {
  .item02 .items > article {
    width: 45% !important;
  }
}

div.items > article a.photo {
  display: block;
  width: 350px;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  div.items > article a.photo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 180px;
    height: 150px;
  }
}

div.items > article a.photo img {
  width: 100%;
}

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

div.order ul li {
  margin: 5px 0 5px 20px;
}
@media screen and (max-width: 640px) {
  div.order ul li {
    margin: 5px 0 5px 8px;
  }
}

div.item_option dl, button.addcart {
  width: 100% !important;
}
@media screen and (max-width: 640px) {
  div.item_option dl, button.addcart {
    width: 100% !important;
  }
}

.addcart a {
  color: #333 !important;
}

div.relay a.photo, div.bundle a.photo {
  display: block;
  width: 100%;
  height: 140px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  div.relay a.photo, div.bundle a.photo {
    height: 105px;
  }
}

div.relay a.name, div.bundle a.name {
  display: block;
  padding-top: 10px;
  text-decoration: underline;
  text-align: center;
  color: #ef8465;
}

@media screen and (max-width: 640px) {
  div.relay ul li, div.bundle ul li {
    width: 97px;
  }
}

.btn a {
  display: block;
  max-width: 300px;
  background: #f8aa93;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.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 (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 (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 (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 (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 (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen 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 (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 (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: 22.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 45%;
    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;
}

.blog a {
  color: #f8aa93 !important;
}

/* ブログページ */
.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column;
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .blog .wrap {
    flex-direction: column-reverse;
  }
}

/********* blog連動*********/
.blog_list {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .blog_list {
    padding: 10px;
  }
}

.blog_list div.blog_date {
  color: #333 !important;
  width: 10%;
}
@media screen and (max-width: 834px) {
  .blog_list div.blog_date {
    width: 16%;
  }
}
@media screen and (max-width: 640px) {
  .blog_list div.blog_date {
    width: 100%;
  }
}

.blog_text {
  width: 100% !important;
  display: flex;
  font-size: 0.7em !important;
}
@media screen and (max-width: 640px) {
  .blog_text {
    flex-direction: column;
  }
}
.blog_text h3 {
  display: inline-block;
}
.blog_text h3 a {
  color: #333 !important;
  font-size: 1em !important;
}
.blog_text .detail {
  color: #333 !important;
  margin-top: 0px !important;
}

div.blog_list div.blog_photo {
  display: none;
}
div.blog_list div.blog_photo img {
  width: 100% _ !important;
  height: 200px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  box-sizing: border-box;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
  margin-top: 80px;
  margin-bottom: 50px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 {
    margin-top: 50px;
  }
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
  flex-flow: row wrap !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 31.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 32.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
    flex-flow: row wrap !important;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 div.sns_list > div {
    width: 30%;
    margin: 0 auto;
  }
}

/* 新着スクロール */
/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

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

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

.scroll {
  padding: 20px;
  overflow-y: scroll;
  max-height: 350px;
  min-height: 300px;
  width: 70%;
  margin: 0 auto;
  font-size: 17px;
  background-color: transparent;
  margin-bottom: 50px;
  color: #fff;
  z-index: 9 !important;
}
.scroll a {
  color: #3ab483 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    max-height: 250px;
    min-height: 200px;
    padding: 0px;
  }
}
.scroll .form_wrap {
  margin-bottom: -100px;
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 95% !important;
  text-align: left !important;
  border: none !important;
  font-size: 16px;
  background-color: transparent;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
    padding: 0px;
  }
}
.scroll .form_wrap a {
  color: #fff !important;
  text-decoration: underline;
  text-decoration-color: #fff;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #f9b29d !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    flex-direction: column;
    padding: 10px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 27% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  text-align: center !important;
  background-color: transparent !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
    padding: 0px;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: auto !important;
  }
}

.pankuzu {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 13px;
  text-align: center;
  display: flex;
}
.pankuzu a {
  color: #f8aa93;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

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

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

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

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

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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 {
  display: block;
  font-size: 14px;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

.mt {
  margin-top: 40px;
}

section form h2.mail.title {
  display: none !important;
}

/* ブログページ */
.blog #contents {
  margin-top: 0px;
}

@media screen and (max-width: 640px) {
  .blog .wrap {
    margin-top: 0px !important;
  }
}

.blog {
  max-width: 1200px;
  margin: 50px auto;
}
.blog h1 {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  margin: 20px 0;
  background-color: #f8aa93;
  color: #fff;
  padding: 1%;
}
.blog .pages {
  margin-top: 40px;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  background-color: #eee;
  margin-bottom: 10px;
}
.blog .pages a {
  color: #f7597a !important;
  background-color: #eee;
  font-size: 0.9em;
}
.blog #contents {
  max-width: 1200px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 70%;
  overflow: hidden !important;
}
@media screen and (max-width: 834px) {
  .blog #contents {
    margin-left: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog #contents {
    margin-left: 0px;
  }
}

.blog aside {
  width: 25%;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .blog aside {
    width: 100%;
  }
}

.blog .category li a {
  color: #fff !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}

.blog .category li {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.bnone td {
  border: none !important;
}

.bnone02 dl dt {
  border: none !important;
  background-color: #ffffff !important;
}
.bnone02 dl dd {
  border: none !important;
}

.hyo01 {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .hyo01 {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 640px) {
  .hyo01 {
    margin-top: -50px;
  }
}
.hyo01 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 1px solid #e6d8d8 !important;
}
@media screen and (max-width: 834px) {
  .hyo01 td {
    padding: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .hyo01 td > div {
    font-size: 12px;
  }
}
.hyo01 .left {
  width: 20%;
  background-color: #ffe4e5;
  text-align: center !important;
  color: #333;
}
@media screen and (max-width: 834px) {
  .hyo01 .left {
    width: 20%;
  }
}
.hyo01 .left > div {
  font-weight: bold;
}

.hyo02 {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .hyo02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hyo02 td {
  padding: 10px !important;
  margin: 20px;
  border-bottom: 5px solid #fff !important;
}
@media screen and (max-width: 640px) {
  .hyo02 td > div {
    font-size: 12px;
  }
}
.hyo02 .left {
  width: 20%;
  background-color: #f8aa93;
  text-align: center !important;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .hyo02 .left {
    width: 35%;
  }
}
.hyo02 .left > div {
  font-weight: bold;
}

.txtimg {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .txtimg {
    flex-direction: column !important;
  }
}
.txtimg div {
  margin-right: 30px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .txtimg div {
    margin-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
.txtimg img {
  margin: 0 auto;
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  .txtimg img {
    width: 100% !important;
  }
}
.txtimg span {
  font-size: 2em;
  border-bottom: 2px solid #f8aa93;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  div.search {
    margin-top: 93px;
  }
}

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

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}
.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #1b89c1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.qa .box:last-child {
  border-bottom: 1px dotted #7d7d7d;
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #f5722c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#anc1, #anc2, #anc3, #anc4 {
  margin-top: -200px;
  padding-top: 200px;
}
@media screen and (max-width: 834px) {
  #anc1, #anc2, #anc3, #anc4 {
    margin-top: -150px;
    padding-top: 150px;
  }
}

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

.h1title02 {
  padding: 20% 0 20% 0;
  background-repeat: no-repeat;
  margin-top: -150px;
  background-attachment: fixed;
  background-size: contain;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .h1title02 {
    padding: 20% 0 15% 0;
    margin-top: -50px;
  }
}
.h1title02 h1 {
  font-size: 3.5em;
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 640px) {
  .h1title02 h1 {
    line-height: 0.8em;
    font-size: 3em;
  }
}
.h1title02 h1 span {
  font-size: 0.7em;
}
@media screen and (max-width: 640px) {
  .h1title02 h1 span {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 640px) {
  .hyo01 table {
    width: auto;
  }
}

.h2title_2 {
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .h2title_2 {
    margin: 50px 0 20px 0;
  }
}
.h2title_2 h2 {
  font-size: 1.8em;
  line-height: 1.5em;
  border-bottom: 2px solid #f8aa93;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .h2title_2 h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .h2title_2 h2 {
    font-size: 1.2em;
  }
}
.h2title_2 h2 span {
  font-size: 1.3em;
  color: #f8aa93;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .h2title_2 h2 span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .h2title_2 h2 span {
    font-size: 1.3em;
  }
}

.h2title_3 {
  margin: 100px 0 20px 0;
}
@media screen and (max-width: 640px) {
  .h2title_3 {
    margin: 50px 0 20px 0;
  }
}
.h2title_3 h2 {
  font-size: 1.8em;
  line-height: 1.5em;
  border-bottom: 2px solid #f8aa93;
  padding-bottom: 10px;
}

.flex01 {
  flex-wrap: nowrap !important;
  margin: 80px 0;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .flex01 {
    flex-direction: column-reverse !important;
  }
}
.flex01 article h3 {
  font-size: 1.7em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #f8aa93;
  color: #f8aa93;
}
@media screen and (max-width: 834px) {
  .flex01 article h3 {
    margin: 20px 0;
  }
}
.flex01 .box {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .flex01 .box {
    width: 100%;
  }
}
.flex01 .box img {
  margin: 0 auto;
}
.flex01 .box:last-child {
  text-align: center;
}

.rev {
  flex-direction: row-reverse !important;
}
@media screen and (max-width: 834px) {
  .rev {
    flex-direction: column-reverse !important;
  }
}

.h3title02 h3 {
  margin-top: 20px;
  font-size: 1.5em;
  color: #3ab483;
  font-weight: 600;
}
.h3title02 div {
  margin-top: 20px;
  padding-bottom: 40px;
}

.h3title03 h3 {
  margin-top: 20px;
  font-size: 1.5em;
  color: #3ab483;
  font-weight: 600;
}

.h4title {
  margin: 40px 0 20px 0;
}
.h4title h4 {
  position: relative; /*相対位置*/
  line-height: 1.4; /*行高*/
  color: #ff9b7e;
  font-size: 1.2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-left: 4px solid #ff9b7e;
  padding-left: 20px;
}

.txtunder {
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
}

.cont_6 {
  background-image: url(../images/contents/bg02.png);
  background-attachment: fixed;
  padding: 5%;
  background-size: cover;
  background-repeat: repeat-y;
}
.cont_6 .inner2 {
  background-color: #fff;
  margin-top: -130px;
  padding: 2% 8%;
  margin-bottom: 150px;
}
@media screen and (max-width: 834px) {
  .cont_6 .inner2 {
    padding: 2% 5%;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .inner2 {
    margin-top: -40px;
    margin-bottom: 50px;
  }
}
.cont_6 .h2title01 h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.7em;
}
@media screen and (max-width: 640px) {
  .cont_6 .h2title01 h2 {
    font-size: 1.5em;
  }
}
.cont_6 .h2title01 h2 span {
  display: inline-block;
  font-size: 1.8em;
}
@media screen and (max-width: 640px) {
  .cont_6 .h2title01 h2 span {
    font-size: 1.5em;
  }
}

.listbox02 {
  margin: 100px 0;
}
@media screen and (max-width: 640px) {
  .listbox02 {
    margin: 30px 0;
  }
}
.listbox02 dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .listbox02 dl {
    display: flex;
    flex-direction: column;
  }
}
.listbox02 dl dt {
  background-color: #3ab483 !important;
  width: 25% !important;
  color: #fff;
  align-items: center !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .listbox02 dl dt {
    width: 100% !important;
  }
}
.listbox02 dd {
  padding-left: 20px !important;
}
@media screen and (max-width: 640px) {
  .listbox02 dd {
    padding-left: 0px !important;
    width: 100% !important;
  }
}

.tel02 {
  font-weight: 600;
  font-size: 1.3em;
}
.tel02 a {
  color: #333 !important;
}

.h2title04 {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .h2title04 {
    margin-top: 40px;
  }
}
.h2title04 h2 {
  margin-top: 20px;
  font-size: 1.5em;
  color: #3ab483;
  font-weight: 600;
}
.h2title04 div {
  margin-top: 20px;
  padding-bottom: 40px;
}

.voice {
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .voice {
    flex-direction: column !important;
  }
}
.voice .box:first-child {
  margin-right: 20px;
}
.voice .box:last-child {
  width: 80%;
}
@media screen and (max-width: 640px) {
  .voice .box:last-child {
    width: 100%;
    margin: 20px 0 50px 0;
  }
}
.voice .box:last-child article {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f9f6f6;
  width: 100%;
  display: flex !important;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .voice .box:last-child article {
    padding: 15px 15px;
  }
}
.voice .box:last-child article h3 {
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: 1px dashed #d0d0d0;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .voice .box:last-child article h3 {
    font-size: 1.2em;
  }
}
.voice .box:last-child article:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f9f6f6;
}
@media screen and (max-width: 640px) {
  .voice .box:last-child article:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f9f6f6;
  }
}

.faq {
  background-color: white;
  padding: 20px 20px 20px 30px;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 5px 5px 5px 10px;
  }
}
.faq .box {
  width: 100%;
  padding: 1% 0;
}
.faq .box article {
  display: flex;
}
.faq .box article span {
  font-size: 3em;
  color: #b9973e;
  margin-right: 20px;
}
@media screen and (max-width: 834px) {
  .faq .box article span {
    font-size: 2.5em;
  }
}
.faq .box div {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .faq .box div {
    font-size: 1.7rem;
  }
}
.faq .box:nth-child(2) {
  margin-top: 10px;
  padding-top: 10px;
}
.faq .box:nth-child(2) article {
  display: flex;
}
.faq .box:nth-child(2) article span {
  font-size: 3em;
  color: #f8aa93;
}
@media screen and (max-width: 834px) {
  .faq .box:nth-child(2) article span {
    font-size: 2.5em;
  }
}
.faq .box:nth-child(2) div {
  font-size: 1.6rem;
  font-weight: 400;
  color: #5e5e5e;
  letter-spacing: 1px;
}
.faq .box:first-child {
  position: relative;
  padding-right: 25px;
}
.faq .box:first-child::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  font-size: 2rem;
  font-weight: 400;
  transition: 0.3s;
  color: #f8aa93;
}
.faq .plus::before {
  content: "-" !important;
}

.form_wrap {
  margin-bottom: 100px;
}

.contactform {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 640px) {
  .flow {
    display: flex;
    flex-direction: column-reverse;
  }
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background-color: #f8aa93 !important;
}
@media only screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}
#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}
#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}
#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: #ff9a7c;
  position: fixed;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_sp .nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}
#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  align-items: flex-start;
  text-align: left;
  font-size: 1.5rem !important;
  color: #fff !important;
}
#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 7.5s ease, opacity 0.2s ease;
  list-style: none;
  flex-grow: inherit;
  color: #fff !important;
}
#nav_sp .nav_wrap li:nth-child(2) {
  transition-delay: 0.15s;
}
#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  transition-delay: 0.3s;
}
#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  transition-delay: 0.45s;
}
#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  transition-delay: 0.6s;
}
#nav_sp .nav_wrap li:nth-child(9) {
  transition-delay: 0.75s;
}
#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  flex-direction: column;
  background-color: #f8aa93 !important;
}
#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  padding: 5px 5px 5px 20px;
  width: 100%;
  font-size: 1.3rem !important;
}
#nav_sp .nav_wrap .ddmenu li:last-child {
  border-bottom: none;
}

.nav-info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .nav-info {
    display: block;
  }
}
.nav-info .logo {
  width: 200px !important;
  margin: 0 auto 50px auto;
}
.nav-info .logo img {
  width: 100%;
}
.nav-info .contact {
  width: 100%;
  margin-top: 30px;
}
.nav-info .contact a {
  padding: 10px;
}
.nav-info .sub_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.nav-info .sub_nav a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #4f4d44;
  position: relative;
  transition: 0.3s;
  flex-grow: 1;
}
@media only screen and (max-width: 640px) {
  .nav-info .sub_nav a {
    flex-grow: inherit;
    width: 50%;
  }
}
.nav-info .sub_nav a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #4f4d44;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}
.open #nav-toggle {
  position: fixed;
}
.open #nav-toggle span {
  background: #fff !important;
}
.open #nav-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
  width: 100%;
}
.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  transform: rotate(-45deg);
  width: 100%;
}
.open #nav_sp {
  visibility: visible;
  opacity: 1;
}
.open #nav_sp li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 1.05s ease;
}
.open .nav-item > span {
  position: relative;
  display: block;
}
.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
.open .plus {
  position: relative;
}
.open .plus > span {
  position: relative;
  display: block;
}
.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #f8aa93;
  font-size: 1.6rem;
}

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

.js-purchase-payment-shipment-add {
  margin-top: 20px;
}
.js-purchase-payment-shipment-add * {
  color: red;
}
.js-purchase-payment-shipment-add__title {
  margin-bottom: 0px !important;
}
.js-purchase-payment-shipment-add__text {
  margin-top: 0 !important;
}

#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}

.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}

.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}

.switch input[type=checkbox] {
  display: none;
}

.switch label {
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 5px 0 8px 0;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}

div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}

/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}

.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}

.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}

@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
    bottom: 60px;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}/*# sourceMappingURL=common_style.css.map */