@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  position: relative;
  z-index: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #333;
}

.pc {
  display: none;
}

p {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  text-align: justify;
}

#hm {
  display: inline-block;
  position: relative;
  background: #e83618;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
  border: none;
  outline: none;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#hm-icon:before,
#hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#hm-icon:before {
  margin-top: -8px;
}

#hm-icon:after {
  margin-top: 6px;
}

#hm.close {
  background: none;
}

#hm.close #hm-icon {
  background: transparent;
}

#hm.close #hm-icon:before,
#hm.close #hm-icon:after {
  margin-top: 0;
  height: 2px;
}

#hm.close #hm-icon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#hm.close #hm-icon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sp_menu {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 11;
  width: 100%;
  height: 100%;
}
#sp_menu.fadeIn_up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#sp_menu .inner {
  background-color: #e83618;
  border: 1px solid #e83618;
  height: 100%;
  position: relative;
  padding: 80px 0 30px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#sp_menu .inner nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
#sp_menu .inner nav ul li:not(:first-child) {
  margin-top: 30px;
}
#sp_menu .inner nav ul li a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 20px;
}
#sp_menu .inner nav .btn-basic {
  margin-top: 30px;
}

header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  width: 155px;
  margin-left: 30px;
}
header .wrap_hm {
  position: fixed;
  z-index: 12;
  right: 0;
  top: 0;
}

.slick-dots {
  bottom: -35px !important;
}

.slick-dots li button:before {
  font-size: 10px !important;
}

section.about {
  margin-top: 60px;
  padding: 0 25px;
}
section.about .hstyle-about {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 20px;
}
section.about .hstyle-about span {
  font-family: "Crimson Text", serif;
  display: block;
  font-size: 24px;
  color: #e83618;
}
section.about .desc p:not(:first-of-type) {
  margin-top: 1em;
}
section.about .photo {
  margin-top: 20px;
}

section.info {
  margin-top: 70px;
  padding: 0 25px;
}
section.info h2.hstyle-info {
  color: #e83618;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 26px;
  text-align: center;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
section.info h3.name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
section.info h3.name span {
  font-weight: normal;
  font-size: 11px;
  margin-left: 15px;
}

table.info {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  width: 100%;
}
table.info tr {
  border-bottom: 1px solid #ccc;
}
table.info th {
  font-weight: bold;
  text-align: left;
  padding: 10px;
  width: 80px;
  font-size: 14px;
}
table.info td {
  padding: 10px;
  font-size: 14px;
}

iframe#map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: 300px;
  margin-top: 30px;
  margin-bottom: 60px;
}

iframe#form {
  height: 1000px;
}

footer {
  margin-top: 60px;
}
footer small {
  display: block;
  background: #e83618;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  font-family: "Crimson Text", serif;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  body {
    letter-spacing: 0.03em;
    font-size: 14px;
  }

  main {
    overflow: hidden;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  p {
    font-size: 14px;
    line-height: 2;
  }

  header {
    height: 100px;
  }
  header .inner_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .inner_header .logo {
    width: 310px;
    margin-left: 0;
  }
  header .inner_header nav.wrap-pcmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .inner_header nav.wrap-pcmenu ul li {
    margin-left: 25px;
  }
  header .inner_header nav.wrap-pcmenu ul a {
    font-size: 15px;
    font-weight: bold;
    font-family: "Crimson Text", serif;
    position: relative;
  }
  header .inner_header nav.wrap-pcmenu ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header .inner_header nav.wrap-pcmenu ul a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }

  .mainimage {
    background: #f4f4f4;
  }
  .mainimage .main-slider {
    max-width: 1280px;
    margin: 0 auto;
  }

  section.about {
    padding: 0 25px;
    max-width: 1000px;
    margin: 120px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.about .hstyle-about {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
  }
  section.about .hstyle-about span {
    font-family: "Crimson Text", serif;
    display: block;
    font-size: 24px;
    color: #e83618;
  }
  section.about .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  section.about .desc p {
    font-size: 15px;
  }
  section.about .photo {
    margin-left: 60px;
    margin-top: 0;
    width: calc(460 / 1000 * 100%);
  }

  section.info {
    padding: 0 25px;
    margin-top: 100px;
  }
  section.info .wrap-info {
    width: 500px;
    margin: 0 auto;
  }
  section.info h2.hstyle-info {
    color: #e83618;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 26px;
    text-align: center;
    font-family: "Crimson Text", serif;
    letter-spacing: 0.05em;
    letter-spacing: 0.05em;
  }
  section.info h3.name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.info h3.name span {
    font-weight: normal;
    font-size: 13px;
    margin-left: 0;
    display: block;
  }

  table.info {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  table.info tr {
    border-bottom: 1px solid #ccc;
  }
  table.info th {
    font-weight: bold;
    text-align: left;
    padding: 10px;
    width: 80px;
    font-size: 14px;
  }
  table.info td {
    padding: 10px;
    font-size: 14px;
  }

  iframe#map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 400px;
    margin-top: 70px;
  }

  iframe#form {
    height: 780px;
  }

  footer {
    margin-top: 100px;
  }
  footer small {
    display: block;
    background: #e83618;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    font-family: "Crimson Text", serif;
  }
}
@media screen and (min-width: 767px) and (max-width: 1060px) {
  header .inner_header {
    max-width: 100%;
    margin: 0 30px;
  }

  section.about .photo {
    margin-left: 30px;
  }

  section.about .desc p {
    font-size: 14px;
  }

  header .inner_header .logo {
    width: 240px;
  }
}