@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pc-contents {
  display: block;
}
.sp-contents {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: opacity 0.5s ease;
  display: block;
}
a:hover {
  opacity: 0.8;
}
html {
  font-size: 62.5%;
  height: 100%;
}
h1, h2, h3, h4, h5 {
  line-height: 1em;
}
body {
  color: #464646;
  height: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  font-family: 'Noto Sans 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";
}
.container {
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 20px;
}
.flex {
  display: flex;
}
main {
  display: block;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
/*.pink{
	color: #dd4f71;
}
.orange{
	color: #ff9900;
}
.green{
	color: #99cc33;
}
.blue{
	color: #66cccc;
}
.darkBlue{
	color: #669999;
}*/
/*drawer*/
.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 80px 6%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--left.drawer-open .drawer-nav, .drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
/*drawer*/
.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 500;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 6%;
}
/*見出し*/
h2.sec_title {
  font-size: 3.6rem;
  color: #ff9900;
  margin-bottom: 25px;
  position: relative;
  letter-spacing: 0.3rem;
}
h2.sec_title::after {
  content: "";
  background: #ff9900;
  width: 92%;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 55%;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  h2.sec_title {
    font-size: 3rem;
  }
  h2.sec_title::after {
    width: 91%;
  }
}
@media only screen and (max-width: 768px) {
  .pc-contents {
    display: none;
  }
  .sp-contents {
    display: block;
  }
  .container {
    max-width: 100%;
    padding: 0 6%;
  }
  h2.sec_title::after {
    width: 88%;
  }
}
@media only screen and (max-width: 559px) {
  h2.sec_title {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  h2.sec_title::after {
    width: 72%;
  }
}
@media only screen and (max-width: 375px) {
  h2.sec_title::after {
    width: 70%;
  }
}
@media only screen and (max-width: 351px) {
  h2.sec_title {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
  h2.sec_title::after {
    width: 66%;
  }
}