@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
/****************************
			共通
*****************************/
html {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "Helvetica", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #454545;
  letter-spacing: 1px;
  line-height: 1.6;
  min-width: 1100px;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel"] {
  color: #454545;
  text-decoration: none;
  pointer-events: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

ul {
  list-style: none;
}

p {
  /*禁則処理*/
  word-break: normal;
  word-wrap: break-word;
  margin-bottom: 30px;
}

strong {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

table,
table tr,
table th,
table td {
  border: 1px solid #ddd;
}

a img {
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
  zoom: 1;
}

.flex-wrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-wrap-align-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display-pc {
  display: block;
}

.display-sp {
  display: none;
}

/* clearfix */
body:after,
.contents__list:after {
  display: block;
  content: "";
  clear: both;
}

#conteiner {
  font-size: 16px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

/* ヘッダーの高さ分を指定 */
:target {
  scroll-margin-top: 82px;
  /* ヘッダーの高さ */
}

/****************************
			content
*****************************/
#content {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 78px 0 0 0;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.8px;
  overflow: hidden;
}

#content p a {
  color: #287dc5;
  font-weight: bold;
  text-decoration: underline;
}

#content p a:hover {
  opacity: .8;
  text-decoration: none;
}

/****************************
			header
*****************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 14px #cbcbcb;
}

.header__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 50px;
}

.header__inner .header__logo {
  width: 260px;
  float: left;
  padding: 12px 0;
  margin: 0;
}

.header__inner .header__logo a {
  display: block;
}

.header__inner .header__logo img {
  width: 100%;
  height: auto;
}

.header__inner .header__logo img {
  vertical-align: middle;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/****************************
			nav
*****************************/
.header__g-nav {
  float: right;
}

.header__g-nav ul {
  font-size: 15px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header__g-nav .g-nav__item > a {
  padding: 25px 13px;
  display: block;
  border-bottom: 4px solid #eee;
  transition: .3s;
}

.header__g-nav .g-nav__item > a:hover {
  background: #eee;
  border-color: #bd3127;
}

.g-nav__sp,
.sp-header__sns,
.sp-header__btn,
.only-sp {
  display: none;
}

.header__btn {
  float: right;
}

.header__btn a {
  font-size: 15px;
  font-weight: bold;
  background: #bd3127;
  color: #fff;
  display: block;
  padding: 25px 20px;
  border: 2px solid #bd3127;
  transition: .3s;
}

.header__btn a:hover {
  color: #454545;
  background: #fff;
}

/****************************
			footer
*****************************/
#footer {
  width: 100%;
  height: auto;
  padding: 50px 0 20px;
  background: #fbf3f3;
}

.footer__menu-01 {
  margin-bottom: 30px;
}

.footer__menu-02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.footer__menu {
  text-align: right;
}

.footer__menu li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}

.footer__menu a {
  color: #454545;
  font-size: 13px;
}

.footer__menu a:hover {
  opacity: .8;
  text-decoration: underline;
}

.footer__inner {
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left {
  width: 30%;
}

.footer__right {
  width: 70%;
}

.footer__logo {
  width: 260px;
  margin-bottom: 40px;
}

.footer__logo img {
  width: 100%;
  height: auto;
}

.foote__sns {
  font-family: "M PLUS 1", sans-serif;
  display: flex;
  align-items: center;
}

.foote__sns p {
  font-size: 15px;
  margin: 0;
}

.foote__sns p:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #000;
  width: 30px;
  margin: 0 10px;
  vertical-align: 5px;
}

.sns__list li {
  display: inline-block;
  margin: 0 7px;
}

.sns__list li a {
  font-size: 20px;
  line-height: 1;
}

.sns__list li a:hover {
  opacity: .6;
}

.footer__btn {
  text-align: right;
}

.footer__btn > div {
  display: inline-block;
  margin-right: 10px;
}

.copyright {
  width: 100%;
  margin: 40px auto 0;
  background: #fbf3f3;
}

.copyright p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0;
  color: #454545;
}

/****************************
		effects
*****************************/
.ht-effect-01 a {
  transition: .3s;
}

.ht-effect-01 a:hover {
  color: #aaa;
  opacity: .7;
}

.ht-effect-02 a::after {
  content: "";
  display: block;
  padding-top: 3px;
  border-bottom: 2px solid #000;
  opacity: 0;
  transition: .3s;
}

.ht-effect-02 a:hover::after {
  opacity: 1;
}

.hb-effect-01 a, .hb-effect-01--white a {
  transition: .3s;
}

.hb-effect-01 a:hover, .hb-effect-01--white a:hover {
  color: #fff;
  background: #bd3127;
}

.hb-effect-01--white a {
  transition: .3s;
}

.hb-effect-01--white a:hover {
  color: #000;
  background: #fff;
}

/*---------- - - - - - - - - - ----------*/
/*----------    mediaQuery     ----------*/
/*---------- - - - - - - - - - ----------*/
@media only screen and (max-width: 1220px) {
  .footer__menu-02 .footer__menu {
    width: 30%;
  }
  .footer__btn {
    width: 70%;
  }
  .footer__btn > div {
    margin: 0;
  }
}

@media only screen and (max-width: 1160px) {
  .header__g-nav ul {
    font-size: 14px;
  }
  .header__g-nav .g-nav__item > a {
    padding: 25px 12px;
  }
  .header__btn a {
    font-size: 14px;
    padding: 25px 12px;
  }
}

@media only screen and (max-width: 1100px) {
  body {
    color: #000;
    min-width: auto;
  }
  .header__inner {
    padding: 0 0 0 10px;
  }
  .header__inner h1 {
    width: 20%;
  }
  .header__g-nav ul {
    font-size: 13px;
  }
  .header__g-nav .g-nav__item > a {
    padding: 26px 10px;
  }
  .header__btn a {
    font-size: 14px;
    padding: 25px 10px;
  }
  #content {
    letter-spacing: 1px;
  }
  .footer__inner {
    padding: 0 2.5%;
  }
}

@media only screen and (max-width: 1000px) {
  .header__inner .header__logo {
    width: 20.4%;
  }
}

@media only screen and (max-width: 900px) {
  header {
    position: static;
    border-bottom: solid 1px #e6e6e6;
  }
  .header__inner {
    padding: 0 0 0 10px;
  }
  .header__inner .header__logo {
    width: 220px;
    float: none;
    margin: 0 auto;
    padding: 17px 0;
  }
  .header__g-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff6f5;
  }
  .header__g-nav .g-nav__item {
    margin: 0;
  }
  .header__g-nav .g-nav__item > a {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border: none;
  }
  .header__g-nav .g-nav__item > a:before, .header__g-nav .g-nav__item > a:after {
    display: none;
  }
  .header__g-nav > ul {
    width: 100%;
    display: block;
    margin: 67px 0 30px;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
  .header__g-nav > ul li {
    float: left;
    width: 50%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .header__g-nav > ul li:nth-of-type(even) {
    border-right: none;
  }
  .header__g-nav > ul li a {
    text-align: center;
    padding: 15px 20px;
  }
  .header__g-nav > ul:after {
    display: block;
    content: "";
    clear: both;
  }
  .header__btn {
    display: none;
  }
  .menu_btn {
    position: fixed;
    right: 18px;
    top: 25px;
    z-index: 1000;
    display: inline-block;
    width: 24px;
    height: 20px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  /* menubtn active */
  .menu_btn_open .menu_btn,
  .hide_menu .menu_btn {
    margin-right: 0;
    transition-duration: 300ms;
  }
  .menu_active .menu-trigger span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .menu_active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .menu_active .header__right-wrap {
    display: block;
    height: 100vh;
    overflow: visibility;
    animation: anime 1s ease -0.5s;
  }
  @keyframes anime {
    0% {
      height: 0px;
    }
    50% {
      height: 30px;
    }
    100% {
      height: 100vh;
    }
  }
  .menu_active .g-nav__sp {
    display: block;
  }
  .menu_active .g-nav__logo {
    width: 70%;
    margin: 15px auto;
  }
  .menu_active .g-nav__logo a img {
    width: 100%;
    height: auto;
  }
  .menu_active .only-pc {
    display: none;
  }
  .menu_active .only-sp {
    display: block;
  }
  .sp-header__sns {
    display: block;
    margin-bottom: 30px;
  }
  .sp-header__btn {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .sp-header__btn .btn-style01--min {
    display: inline-block;
    margin: 0 10px;
  }
  #content {
    padding-top: 0;
  }
  #footer {
    padding: 40px 5% 20px;
    margin-top: 30px;
  }
  .footer__menu-01 {
    margin-bottom: 20px;
  }
  .footer__menu-02 {
    display: block;
  }
  .footer__menu {
    text-align: initial;
  }
  .footer__menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }
  .footer__menu li {
    display: block;
    width: 50%;
    margin: 0;
  }
  .footer__menu a {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  .footer__inner {
    padding: 0;
    display: block;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__logo {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .foote__sns {
    display: block;
    text-align: center;
  }
  .foote__sns p:after {
    display: none;
  }
  .sns__list {
    margin-top: 10px;
  }
  .footer__menu-02 .footer__menu {
    width: 100%;
  }
  .footer__btn {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer__btn > div {
    display: inline-block;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .disable-scroll {
    overflow: hidden;
  }
  .header__inner {
    padding: 0;
  }
  .header__inner .header__logo {
    width: 220px;
    float: none;
    margin: 0 auto;
  }
  #conteiner {
    font-size: 15px;
  }
  a[href^="tel"] {
    pointer-events: auto;
  }
}
