@charset "UTF-8";
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ===================================================================

Base style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #262626;
  font-size: 10px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}

@media (min-width: 992px) {
  body {
    min-width: 1000px;
  }
}

dl dt, dl dd {
  word-break: break-all;
}

.pc {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sp {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

#wrapper {
  text-align: center;
  position: relative;
}

.contents {
  position: relative;
}

.animated {
  opacity: 0;
}

.fixed {
  position: fixed;
}

/* ===================================================================

header style

=================================================================== */
.header {
  width: 100%;
  z-index: 999;
}

.header .headerInner {
  width: 100%;
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .headerInner .logo {
  display: block;
  margin: 3% 2%;
  line-height: 1;
}

.header .headerInner .logo img:nth-of-type(1) {
  display: none;
}

@media (max-width: 767px) {
  .header .headerInner .logo {
    width: 33%;
    padding: 3%;
  }
}

.home .header .headerInner {
  position: fixed;
  left: 0;
  right: 0;
}

.home .header .headerInner .logo {
  float: left;
}

.home .header .headerInner .logo img:nth-of-type(1) {
  display: inline-block;
}

.home .header .headerInner .logo img:nth-of-type(2) {
  display: none;
}

.home .header .headerInner .spNav {
  top: 7px;
}

.home .header .headerInner .spNav span {
  background: #fff;
}

.home .header .headerInner .spNav.open span {
  background: #333;
}

.header.fixed {
  background: rgba(255, 255, 255, 0.9);
}

.header.fixed .headerInner {
  position: relative;
}

.header.fixed .headerInner .logo {
  margin: 2%;
}

.header.fixed .headerInner .logo img:nth-of-type(1) {
  display: none;
}

.header.fixed .headerInner .logo img:nth-of-type(2) {
  display: inline-block;
}

.header.fixed .headerInner .spNav {
  top: 10px;
}

.header.fixed .headerInner .spNav span {
  background: #333;
}

@media (max-width: 991px) {
  .header.fixed .headerInner .spNav {
    top: 7px;
  }
}

.header .spNav {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
  z-index: 999;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767px) {
  .header .spNav {
    display: block;
  }
}

.header .spNav div {
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.header .spNav div:hover {
  -webkit-transition: none;
  transition: none;
}

.header .spNav span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  margin: auto;
  border-radius: 3px;
  background: #333;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}

.header .spNav span:nth-of-type(1) {
  top: -7px;
}

.header .spNav span:nth-of-type(2) {
  top: 7px;
}

.header .spNav.open {
  -webkit-transition: none;
  transition: none;
}

.header .spNav.open div {
  border: 1px solid #eee;
}

.header .spNav.open span {
  -webkit-transition: none;
  transition: none;
  height: 1px;
  background: #333;
}

.header .spNav.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.header .spNav.open span:nth-of-type(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 0;
}

.header .spNav.open + .spNavCont {
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  right: 0;
}

.header .spNav.open + .spNavCont .navicon {
  position: relative;
}

@media (max-width: 991px) {
  .header .spNav {
    top: 5px;
    right: 5px;
  }
  .header .spNav div {
    width: 45px;
    height: 45px;
  }
  .header .spNav span {
    width: 20px;
  }
  .header .spNav.open {
    top: 15px;
    right: 15px;
  }
}

.header .spNavCont {
  height: 100%;
  position: fixed;
  top: 0;
  right: -33%;
  width: 35%;
  max-width: 360px;
  background: rgba(38, 38, 38, 0.7);
  z-index: 998;
  -webkit-transition: right .5s;
  transition: right .5s;
}

.header .spNavCont .innerNav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}

.header .spNavCont .innerNav ul {
  padding: 20px 20px 10px;
}

.header .spNavCont .innerNav ul li {
  font-size: 2rem;
}

.header .spNavCont .innerNav ul:nth-of-type(2) li {
  border-bottom: 0;
  font-size: 1.2rem;
}

.header .spNavCont .navicon {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.header .spNavCont .navicon li {
  margin: 0;
  display: inline-block;
  padding: 10px;
}

.header .spNavCont ul {
  font-size: 0;
}

.header .spNavCont li {
  position: relative;
  font-size: 1.6rem;
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 3% 3% 3% 20%;
}

.header .spNavCont li a {
  line-height: 1;
}

.header .spNavCont li:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 5%;
  background: #aaa;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header .spNavCont li:hover:before {
  opacity: 1;
}

.header .spNavCont li a {
  line-height: 1;
  color: #262626;
}

.header .spNavCont li a:hover {
  color: #262626;
}

.header .spNavCont .content_tel {
  text-align: center;
}

@media (max-width: 991px) {
  .header .spNavCont {
    right: -88%;
    width: 85%;
  }
  .header .spNavCont .innerNav {
    padding: 5vh;
  }
  .header .spNavCont .innerNav ul {
    padding: 20px 0 10px 0;
  }
  .header .spNavCont .innerNav ul li {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .header .spNavCont .innerNav ul li:before {
    top: 5px;
    left: -3%;
  }
  .header .spNavCont .innerNav ul li.active:before {
    opacity: 1;
  }
}

/* ===================================================================

contents style

=================================================================== */
.contents {
  position: relative;
}

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

@media (max-width: 991px) {
  .contents .inner {
    padding: 0 4%;
  }
}

.title_cont {
  text-align: left;
  margin-bottom: 20px;
  padding: 100px 0;
  background: url(../images/mv_slide01.jpg) no-repeat center/cover;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/mv_slide01.jpg);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/mv_slide01.jpg);
}

@media (max-width: 991px) {
  .title_cont {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .title_cont {
    padding: 60px 3%;
  }
}

.title_cont .main-ttl {
  font-size: 2.8rem;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .3em;
}

@media (max-width: 767px) {
  .title_cont .main-ttl {
    font-size: 2.4rem;
  }
}

.title_cont p {
  color: #362e2b;
  padding-top: 40px;
}

.title_cont p.sub-ttl {
  color: #a9a9a9;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 0;
  margin-top: 10px;
}

.contents .image {
  margin-bottom: 30px;
}

.contents .list {
  margin-bottom: 50px;
}

.contents .list li {
  display: inline-block;
}

.section-content {
  text-align: center;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-content {
    padding-bottom: 40px;
    text-align: left;
  }
}

.home .section-content {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .home .section-content {
    padding-top: 40px;
  }
}

.btn.btn01 {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #333;
  color: #333;
  font-size: 1.6rem;
  background: transparent;
}

.btn.btn01:hover {
  background: rgba(210, 210, 210, 0.5);
}

/* ===================================================================

top style

=================================================================== */
.mv {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .mv {
    margin-bottom: 0;
  }
}

.mv .slide-inr {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.mv .slide-inr img {
  width: 100%;
  margin: 0 auto;
}

.mv .text-inr {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 991px) {
  .mv .text-inr {
    top: 15%;
  }
}

@media (max-width: 767px) {
  .mv .text-inr {
    position: relative;
    top: auto;
  }
}

.mv .text-box {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1150px) {
  .mv .text-box {
    right: 50px;
  }
}

@media (max-width: 1100px) {
  .mv .text-box {
    right: 70px;
  }
}

@media (max-width: 991px) {
  .mv .text-box {
    right: 10%;
  }
}

@media (max-width: 767px) {
  .mv .text-box {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    padding: 30px;
    text-align: left;
    margin: -5% auto 0 30px;
    background: #fff;
  }
}

.mv .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-size: 3rem;
  letter-spacing: .3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
}

@media (max-width: 1800px) {
  .mv .title {
    font-size: 2.8rem;
  }
}

@media (max-width: 1400px) {
  .mv .title {
    font-size: 2.4rem;
  }
}

@media (max-width: 1300px) {
  .mv .title {
    font-size: 2.2rem;
  }
}

@media (max-width: 1100px) {
  .mv .title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .mv .title {
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    text-orientation: inherit;
    color: #333;
  }
}

.mv .mv_slider {
  margin: 0 auto;
}

.mv .mv_slider .slick-prev, .mv .mv_slider .slick-next {
  z-index: 99;
  top: auto;
  bottom: 3%;
  width: 80px;
  height: 2px;
  padding: 10px 0;
}

.mv .mv_slider .slick-prev:before, .mv .mv_slider .slick-next:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.75);
  height: 2px;
}

.mv .mv_slider .slick-prev {
  left: 50px;
}

.mv .mv_slider .slick-prev:before {
  opacity: 1;
}

.mv .mv_slider .slick-next {
  left: 130px;
  right: auto;
}

.mv .mv_slider .slick-next:before {
  opacity: .5;
}

.mv .mv_slider .slick-slide {
  outline: 0;
}

#philosophy {
  margin: 140px auto 0;
  padding: 120px 0 0;
  background: transparent url(../images/top_philosophy_bg.jpg) no-repeat right bottom/auto 100%;
}

@media (max-width: 991px) {
  #philosophy {
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 40px;
    background-size: contain;
    background-position: top center;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #philosophy .inner {
    padding-left: 0;
  }
}

#philosophy .box {
  max-width: 500px;
  margin: 0 auto 0 0;
  padding: 80px 80px 80px 0;
  background-color: white;
  -webkit-box-shadow: 56.569px 56.569px 70px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 56.569px 56.569px 70px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  #philosophy .box {
    padding: 60px 40px;
  }
}

#philosophy .box .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #philosophy .box .title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

#philosophy .box .title:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 50px;
  background: #333;
}

@media (max-width: 991px) {
  #philosophy .box .title:after {
    margin-top: 30px;
  }
}

#philosophy .box p {
  line-height: 3;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #philosophy .box p {
    margin-top: 30px;
    line-height: 2;
  }
}

#philosophy2 {
  margin: 140px auto 0;
  padding: 120px 0 0;
  background: transparent url(../images/top_philosophy_bg.jpg) no-repeat left bottom/auto 100%;
}

@media (max-width: 991px) {
  #philosophy2 {
    margin-top: 50px;
    padding-top: 150px;
    padding-bottom: 40px;
    background-size: contain;
    background-position: top center;
    text-align: left;
  }
}

@media (max-width: 991px) {
  #philosophy2 .inner {
    padding-right: 0;
  }
}

#philosophy2 .box {
  max-width: 500px;
  margin: 0 0 0 auto;
  padding: 80px 0 80px 80px;
  background-color: white;
  -webkit-box-shadow: -56.569px 56.569px 70px 0px rgba(0, 0, 0, 0.06);
          box-shadow: -56.569px 56.569px 70px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  #philosophy2 .box {
    padding: 60px 40px;
  }
}

#philosophy2 .box .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #philosophy2 .box .title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

#philosophy2 .box .title:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin-top: 50px;
  background: #333;
}

@media (max-width: 991px) {
  #philosophy2 .box .title:after {
    margin-top: 30px;
  }
}

#philosophy2 .box p {
  line-height: 3;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #philosophy2 .box p {
    margin-top: 30px;
    line-height: 2;
  }
}

#pickup {
  background: #fffcf2;
  margin-top: 120px;
  padding: 80px 0;
}

@media (max-width: 991px) {
  #pickup {
    margin-top: 60px;
    padding: 60px 0;
  }
}

#pickup .main-ttl {
  margin-bottom: 60px;
}

#pickup .list {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #pickup .list {
    margin-bottom: 20px;
  }
}

#pickup .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #pickup .list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

#pickup .list li {
  width: 21%;
}

@media (max-width: 767px) {
  #pickup .list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

#pickup .list .image {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 34px 60px 0px rgba(68, 68, 68, 0.16);
          box-shadow: 0px 34px 60px 0px rgba(68, 68, 68, 0.16);
}

@media (max-width: 767px) {
  #pickup .list .image {
    margin-bottom: 15px;
  }
}

#pickup .list .title {
  color: #333;
  font-size: 1.8rem;
  text-align: left;
}

#pickup .more_btn {
  text-align: center;
}

#information {
  padding: 120px 0;
}

@media (max-width: 991px) {
  #information {
    padding: 60px 0;
  }
}

#information .information-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  #information .information-wrap {
    display: block;
  }
}

#information .information-wrap .information-cont {
  width: 200px;
}

#information .information-wrap .information-cont .title {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #information .information-wrap .information-cont {
    width: auto;
  }
  #information .information-wrap .information-cont .title {
    margin-bottom: 30px;
  }
}

#information .information-wrap .information-list {
  width: 750px;
}

@media (max-width: 991px) {
  #information .information-wrap .information-list {
    width: 75%;
  }
}

@media (max-width: 767px) {
  #information .information-wrap .information-list {
    width: auto;
  }
}

#information .information-wrap .information-list ul {
  display: block;
  border-top: 1px solid #ddd;
}

#information .information-wrap .information-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  #information .information-wrap .information-list ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#information .information-wrap .information-list .info {
  padding-right: 20px;
  width: 200px;
}

@media (max-width: 991px) {
  #information .information-wrap .information-list .info {
    width: 15%;
    margin-right: 5%;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  #information .information-wrap .information-list .info {
    width: 20%;
    margin-right: 0;
  }
}

#information .information-wrap .information-list .data {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  #information .information-wrap .information-list .data {
    border-right: 0;
  }
}

#information .information-wrap .information-list .cat {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  border: 1px solid #333;
  line-height: 1;
  font-size: 1.2rem;
  padding: 2px 10px;
  vertical-align: middle;
  min-width: 4em;
  text-align: center;
}

#information .information-wrap .information-list .cat.cat02 {
  color: #bfa557;
  border-color: #bfa557;
}

#information .information-wrap .information-list a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: block;
  width: 530px;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #information .information-wrap .information-list a {
    width: 66%;
    margin-left: 5%;
    padding-right: 5%;
  }
}

#information .information-wrap .information-list a:hover {
  opacity: 0.5;
}

#information .information-wrap .information-list a:hover:after {
  right: 5px;
}

#information .information-wrap .information-list a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#information .more_btn {
  text-align: center;
}

@media (max-width: 767px) {
  #information .more_btn.sp {
    display: block;
    margin: 30px auto;
  }
}

/* ===================================================================

breadCrumb style

=================================================================== */
.breadCrumb {
  max-width: 1100px;
  margin: 0 auto 50px auto;
}

.breadCrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 10px;
}

.breadCrumb ul li {
  color: #262626;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 1.4rem;
  letter-spacing: .2em;
}

.breadCrumb ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadCrumb ul li:last-child:after {
  border: none;
}

.breadCrumb ul li a {
  color: #262626;
  font-family: lato,'Lato',"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.breadCrumb ul li a span {
  font-family: lato,'Lato',"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media (max-width: 991px) {
  .breadCrumb {
    margin-bottom: 40px;
  }
  .breadCrumb ul {
    display: block;
    padding: 0 4%;
    text-align: left;
  }
  .breadCrumb ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
  }
}

/* ===================================================================

sub style

=================================================================== */
.return_top a,
.back a {
  display: block;
  max-width: 480px;
  padding: 10px 20px;
  margin: 0 auto;
}

.info-box {
  text-align: left;
}

@media (max-width: 991px) {
  .info-box {
    padding: 0 0 80px;
  }
}

.info-box h1, .info-box h2, .info-box h3, .info-box h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.info-box h1 {
  font-size: 3.6rem;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .info-box h1 {
    font-size: 2.8rem;
  }
}

.info-box h2 {
  font-size: 3.2rem;
  padding: 0 0 15px;
  margin-bottom: 15px;
}

.info-box h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0 0;
  background: #aaa;
}

@media (max-width: 767px) {
  .info-box h2 {
    font-size: 2.6rem;
  }
}

.info-box h3 {
  font-size: 2.8rem;
  padding: 0 0 15px;
  margin-bottom: 15px;
  text-align: center;
}

.info-box h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 15px auto 0;
  background: #aaa;
}

.info-box h3.txt-deco {
  color: #aaa;
  letter-spacing: .1em;
  font-weight: bold;
}

.info-box h3.txt-deco:after {
  content: none;
}

@media (max-width: 767px) {
  .info-box h3 {
    font-size: 2.4rem;
  }
}

.info-box h4 {
  font-size: 2.4rem;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  .info-box h4 {
    font-size: 1.8rem;
  }
}

.info-box h5 {
  font-size: 2.4rem;
  padding: 0 0 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .info-box h5 {
    font-size: 1.8rem;
  }
}

.info-box h6 {
  font-size: 2rem;
  padding: 0 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .info-box h6 {
    font-size: 1.6rem;
  }
}

.info-box p {
  line-height: 2.4;
  padding-bottom: 15px;
}

.info-box p + h2,
.info-box p + h3 {
  padding-top: 60px;
}

.info-box p + h4,
.info-box p + .photo-l,
.info-box p + .photo-r {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .info-box p + h2,
  .info-box p + h3 {
    padding-top: 40px;
  }
}

.info-box .photo-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.info-box .photo-l > div:first-of-type {
  min-width: 240px;
}

.info-box .photo-l > div:last-of-type {
  padding: 30px;
}

@media (max-width: 767px) {
  .info-box .photo-l {
    display: block;
    margin-bottom: 20px;
  }
  .info-box .photo-l > div:first-of-type, .info-box .photo-l > div:last-of-type {
    width: auto;
    max-width: none;
  }
  .info-box .photo-l > div:first-of-type {
    text-align: center;
  }
  .info-box .photo-l > div:last-of-type {
    padding: 30px 0 20px;
  }
}

.info-box .photo-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.info-box .photo-r > div:first-of-type {
  min-width: 240px;
}

.info-box .photo-r > div:last-of-type {
  padding: 30px 30px 30px 0;
}

@media (max-width: 767px) {
  .info-box .photo-r {
    display: block;
    margin-bottom: 20px;
  }
  .info-box .photo-r > div:first-of-type, .info-box .photo-r > div:last-of-type {
    width: auto;
    max-width: none;
  }
  .info-box .photo-r > div:first-of-type {
    text-align: center;
  }
  .info-box .photo-r > div:last-of-type {
    padding: 30px 0 20px;
  }
}

.info-box dl {
  border-bottom: 1px solid rgba(28, 28, 28, 0.14);
  font-size: 0;
}

.info-box dl:first-of-type {
  border-top: 1px solid rgba(28, 28, 28, 0.14);
}

.info-box dl dt, .info-box dl dd {
  display: inline-block;
  padding: 25px 0;
  font-size: 1.6rem;
  vertical-align: top;
}

.info-box dl dt {
  width: 23%;
}

.info-box dl dd {
  width: 77%;
}

@media (max-width: 991px) {
  .info-box dl dt, .info-box dl dd {
    display: block;
    width: auto;
    padding: 15px 0;
  }
  .info-box dl dd {
    padding-top: 0;
  }
}

.info-box ul, .info-box ol {
  margin-bottom: 30px;
}

.info-box ul li, .info-box ol li {
  position: relative;
  padding-left: 3em;
}

.info-box ul li:before, .info-box ol li:before {
  position: absolute;
  top: 0;
  left: 1em;
}

.info-box ul li:before {
  content: "●";
  display: inline-block;
  color: #aaa;
}

.info-box ol {
  counter-reset: ol_num;
}

.info-box ol li {
  counter-increment: ol_num;
}

.info-box ol li:before {
  content: counter(ol_num) ".";
  display: inline-block;
  color: #aaa;
}

.info-box table th, .info-box table td {
  padding: 10px 5px;
  vertical-align: middle;
}

.info-box table th {
  background: #f0f0f0;
  text-align: center;
}

.info-box table th + th {
  border-right: 1px solid #fff;
}

.info-box table td {
  font-size: 1.8rem;
  border-bottom: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  .info-box table td {
    font-size: 1.4rem;
  }
}

.info-box blockquote {
  padding: 30px;
  margin-bottom: 30px;
  border: 2px solid #eee;
}

.info-box blockquote p {
  padding-bottom: 0;
}

.info-box blockquote p + p {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .info-box blockquote {
    padding: 20px 4%;
  }
}

/* ===================================================================

article style

=================================================================== */
.sub #information {
  margin: 0;
  padding: 0;
  background: none;
}

.page-information .information-list {
  list-style: none;
  border-top: 1px solid #ddd;
}

.page-information .information-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  .page-information .information-list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-information .information-list .info {
  padding-right: 20px;
  width: 200px;
}

@media (max-width: 991px) {
  .page-information .information-list .info {
    width: 15%;
    margin-right: 5%;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .page-information .information-list .info {
    width: 20%;
    margin-right: 0;
  }
}

.page-information .information-list .data {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  .page-information .information-list .data {
    border-right: 0;
  }
}

.page-information .information-list .cat {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  border: 1px solid #333;
  line-height: 1;
  font-size: 1.2rem;
  padding: 2px 10px;
  vertical-align: middle;
  min-width: 4em;
  text-align: center;
}

.page-information .information-list .cat.cat02 {
  color: #bfa557;
  border-color: #bfa557;
}

.page-information .information-list a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  display: block;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align-last: left;
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .page-information .information-list a {
    margin-left: 5%;
    padding-right: 5%;
    width: 66%;
  }
}

.page-information .information-list a:hover {
  opacity: 0.5;
}

.page-information .information-list a:hover:after {
  right: 5px;
}

.page-information .information-list a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  width: 15px;
  height: 15px;
  margin: auto 0;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article-cont {
  margin-bottom: 80px;
}

/* ===================================================================

philosophy style

=================================================================== */
.sub #philosophy {
  margin: 0;
  padding: 0;
  background: none;
}

/* ===================================================================

product style

=================================================================== */
.box_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
  max-width: 1144px;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  .box_product {
    display: block;
  }
}

.box_product .product_image {
  width: 500px;
}

@media (max-width: 991px) {
  .box_product .product_image {
    width: 300px;
  }
}

.box_product .product_image .slick-slide {
  outline: 0;
}

.box_product .product_image .slick-slide .slide_inner {
  border: 1px solid #eee;
}

.box_product .product_image .slick-slide img {
  height: auto;
  margin: 0 auto;
}

.box_product .product_cont {
  width: 500px;
}

.box_product .product_cont .product_category {
  padding-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1;
}

.box_product .product_cont .product_name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.8rem;
  padding: 0;
  line-height: 1;
  letter-spacing: 0.1em;
}

.box_product .product_cont .product_name:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 30px auto 0 0;
  background: #aaa;
}

.box_product .product_cont .product_comment {
  padding: 30px 0;
  color: #333;
  font-size: 2rem;
  line-height: 2;
}

.box_product .product_cont .product_info .price {
  font-size: 3rem;
  vertical-align: text-bottom;
  margin-bottom: 20px;
}

.box_product .product_cont .product_info .price .product_type {
  font-size: 50%;
  vertical-align: text-bottom;
}

.box_product .product_cont .product_info .price .small {
  font-size: 60%;
  vertical-align: baseline;
}

.box_product .product_cont .product_info .price .tax {
  font-size: 50%;
  vertical-align: text-bottom;
}

.box_product .product_cont .cart_btn a, .box_product .product_cont .cart_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  background: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 57px 15px 57px;
  border: 1px solid #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: 0.2em;
}

.box_product .product_cont .cart_btn a:after, .box_product .product_cont .cart_btn button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box_product .product_cont .cart_btn a:hover, .box_product .product_cont .cart_btn button:hover {
  color: #222;
  background: #fff;
}

.box_product .product_cont .cart_btn a:hover:after, .box_product .product_cont .cart_btn button:hover:after {
  right: 2%;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.box_product .product_cont .cart_btn select, .box_product .product_cont .cart_btn input[type="radio"] {
  display: none;
}

.box_product .product_cont .cart_btn span {
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .box_product .product_cont {
    width: auto;
    margin: 0 3%;
  }
  .box_product .product_cont .product_comment {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .box_product .product_cont .product_name {
    font-size: 2.4rem;
  }
  .box_product .product_cont .product_comment {
    padding: 15px 0;
  }
  .box_product .product_cont .product_info .price {
    font-size: 2.2rem;
  }
  .box_product .product_cont .cart_btn {
    margin-bottom: 30px;
  }
}

.product_continer {
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .product_continer {
    padding-bottom: 30px;
  }
}

.section-product .list {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .section-product .list {
    margin-bottom: 20px;
  }
}

.section-product .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .section-product .list ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.section-product .list li {
  width: 21%;
}

@media (max-width: 767px) {
  .section-product .list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.section-product .list .image {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 34px 60px 0px rgba(68, 68, 68, 0.16);
          box-shadow: 0px 34px 60px 0px rgba(68, 68, 68, 0.16);
}

@media (max-width: 767px) {
  .section-product .list .image {
    margin-bottom: 15px;
  }
}

.section-product .list .title {
  color: #333;
  font-size: 1.8rem;
  text-align: left;
}

/* ===================================================================

form style

=================================================================== */
.section_contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .section_contact {
    display: block;
  }
}

#contact {
  line-height: 1.8;
  padding-bottom: 1px;
}

@media (max-width: 991px) {
  #contact {
    width: auto;
  }
}

@media (max-width: 767px) {
  #contact {
    max-width: none;
    width: 94%;
    padding: 0 3%;
  }
}

#contact .txt {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  #contact .txt {
    text-align: left;
  }
}

#contact .txt img {
  vertical-align: text-top;
}

#contact .selectWrap {
  position: relative;
  width: 50%;
}

@media (max-width: 991px) {
  #contact .selectWrap {
    width: 60%;
  }
}

#contact .selectWrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
  outline: 0;
  font-size: 1.4rem;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991px) {
  #contact input[type="text"], #contact input[type="tel"], #contact input[type="email"] {
    width: 100%;
  }
}

#contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #ccc;
  outline: 0;
  background: #eee;
  font-size: 1.4rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: 0;
  width: auto;
  background: #eee;
  padding: 10px 15% 10px 10px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contact select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .width-long {
  width: 200px;
}

#contact dt, #contact dd {
  font-size: 1.6rem;
  text-align: left;
  margin: 0;
}

@media (max-width: 991px) {
  #contact dt, #contact dd {
    width: auto;
  }
}

#contact dt {
  position: relative;
  width: calc(22% - 30px);
  margin-right: 2%;
  padding: 5px 15px 10px;
  border-bottom: 1px solid #0b9aa4;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
  text-align: center;
  vertical-align: top;
}

@media (max-width: 991px) {
  #contact dt {
    padding: 0;
    border-bottom: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #contact dt {
    display: block;
    width: auto;
  }
}

#contact dt.required {
  width: calc(22% - 45px);
  padding-right: 30px;
}

@media (max-width: 991px) {
  #contact dt.required {
    display: block;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }
}

#contact dt .req {
  position: absolute;
  top: 10px;
  right: 0;
  margin: auto;
  border: 1px solid #ed3833;
  color: #ed3833;
  font-size: 1.2rem;
  line-height: 1;
  padding: 3px 10px;
}

@media (max-width: 991px) {
  #contact dt .req {
    top: 0;
    right: 0;
  }
}

#contact dd {
  width: calc(76% - 30px);
  padding: 0 15px 5px;
  text-align: left;
  border-bottom: 1px solid rgba(28, 28, 28, 0.14);
}

@media (max-width: 991px) {
  #contact dd {
    padding: 5px 0 20px;
    border-bottom: 1px solid #0b9aa4;
  }
}

@media (max-width: 767px) {
  #contact dd {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  #contact dd label {
    display: inline-block;
  }
}

#contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 960px;
  margin: 0 auto 5px;
  font-size: 0;
}

@media (max-width: 991px) {
  #contact dl {
    display: block;
    padding-bottom: 10px;
  }
}

#contact dl.overview {
  display: block;
}

#contact dl.overview dt {
  width: auto;
  padding: 40px 0 20px;
  color: rgba(28, 28, 28, 0.8);
  font-weight: normal;
  border-bottom: 0;
  text-align: left;
}

@media (max-width: 991px) {
  #contact dl.overview dt {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

#contact dl.overview dd {
  width: auto;
  height: 200px;
  padding: 20px;
  margin: 0;
  overflow: scroll;
  border: 1px solid rgba(28, 28, 28, 0.14);
  color: rgba(28, 28, 28, 0.8);
}

#contact dl.overview dd p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

@media (max-width: 991px) {
  #contact dl.overview dd p {
    font-size: 1.2rem;
  }
}

#contact dl.textareaWrap dt {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  #contact dl.textareaWrap dt {
    padding-bottom: 0;
  }
}

::-webkit-input-placeholder {
  color: #cfcfcf;
}

:-ms-input-placeholder {
  color: #cfcfcf;
}

::-ms-input-placeholder {
  color: #cfcfcf;
}

::placeholder {
  color: #cfcfcf;
}

.form_cont {
  padding-bottom: 6%;
  font-size: 1.4rem;
}

.form_cont textarea {
  width: 80%;
}

.form_cont p {
  max-width: 960px;
  margin: 0 auto;
  padding: 2% 4%;
  font-size: 1.6rem;
}

.contact_form .contact_h {
  padding-top: 120px;
  font-size: 3.6rem;
}

.contact_form .contact_h + p {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .contact_form {
    padding-top: 60px;
  }
  .contact_form + p {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

.btn_submit_form {
  position: relative;
  width: auto;
  background: #0b9aa4;
  border-radius: 5px;
  outline: 0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn_submit_form {
    height: auto;
    margin: 0 3%;
    max-width: 100%;
  }
}

.form_btn {
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .form_btn {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .form_btn:after {
    right: 35px;
  }
}

.form_btn input[type="button"].btn_submit_back, .form_btn input[type="submit"].btn_submit_send {
  background: #fff;
  font-size: 16px;
  cursor: pointer;
}

.form_btn input[type="button"].btn_submit_back {
  width: auto;
  margin: 0 3% 20px;
  padding: 15px 100px;
  cursor: pointer;
}

.form_btn .btn_submit_back {
  position: relative;
  width: auto;
  background: #fff;
  outline: 0;
  border: 1px solid #ccc;
  padding: 10px 100px;
  color: #ababab;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 991px) {
  .form_btn .btn_submit_back {
    width: 94%;
    height: auto;
    padding: 5% 0;
    margin: 0 3%;
    font-size: 2.4rem;
    max-width: 100%;
  }
}

/* ===================================================================

footer style

=================================================================== */
footer {
  position: relative;
  display: block;
  width: auto;
  padding: 40px 0 0;
  border-top: none !important;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 991px) {
  footer {
    padding-top: 0;
  }
}

footer .footer-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer .footer-cont {
    display: block;
  }
}

footer .footer-info {
  text-align: left;
}

@media (max-width: 991px) {
  footer .footer-info {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  footer .footer-info {
    padding-left: 0;
    text-align: center;
  }
}

footer .footer-info .logo {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  footer .footer-info .logo {
    padding-right: 5%;
    margin-bottom: 40px;
  }
}

footer .footer-nav {
  width: 600px;
}

@media (max-width: 991px) {
  footer .footer-nav {
    width: 450px;
  }
}

@media (max-width: 767px) {
  footer .footer-nav {
    width: auto;
  }
}

footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 180px;
  margin-right: 5%;
  margin-bottom: 30px;
  text-align: left;
}

footer .footer-nav ul li {
  display: block;
  width: calc(50% - 30px);
  padding: 0 30px 20px 0;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  footer .footer-nav ul {
    display: block;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  footer .footer-nav ul li {
    width: auto;
    padding: 0 0 20px;
  }
}

footer .contact-tel {
  padding: 20px 0 80px;
  font-size: 13px;
  text-align: left;
  font-family: noto-sans-cjk-jp, -apple-system, BlinkMacSystemFont,"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 991px) {
  footer .contact-tel {
    padding: 0 0 40px;
  }
}

@media (max-width: 767px) {
  footer .contact-tel {
    padding: 0 4% 40px;
    margin: 0 auto;
    display: inline-block;
  }
}

footer .contact-tel .title {
  font-size: 1.6rem;
  font-weight: bold;
}

footer .contact-tel a {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  vertical-align: middle;
}

footer .contact-tel a img {
  vertical-align: middle;
  padding-right: 5px;
  padding-bottom: 2px;
}

footer .contact-tel .time {
  font-size: 1.4rem;
}

footer .copy {
  display: block;
  padding: 5px 50px 40px;
  text-align: center;
}

footer .copy:after {
  content: "";
  display: block;
  clear: both;
}

footer .copy small {
  display: inline-block;
  color: rgba(51, 51, 51, 0.4);
  font-size: 1.2rem;
  font-family: rajdhani, sans-serif;
}

@media (max-width: 991px) {
  footer {
    overflow: hidden;
    padding: 40px 0 0;
  }
  footer .copy {
    padding: 13px 0;
  }
  footer .copy small {
    font-size: 1.6rem;
  }
}
