@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700|Roboto:400,700&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
}
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* FONT
***************************************************************/
.sans {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
    outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media all and (min-width: 481px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width:480px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width:480px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 100px);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
    opacity: 0;
    transform: translate(100px, 0);
    transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1 {
    transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
    transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
    transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .action.delay1_sp {
    transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
    transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
    transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
}


/* ヘッダー */
.wrapper {
  padding-top: 70px;
  overflow: hidden;
}
.header_none .wrapper {
  padding-top: 0!important;
}
.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding-left: calc((100% - 1200px) / 2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_id {
  width: 213px;
}
.site_id .link1 {
  width: 100%;
  display: block;
}
.gNav_pc {
  height: 100%;
  display: flex;
  align-items: center;
}
.gNav_list1 {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.gNav_list1 .li1 {
  height: 100%;
}
.gNav_list1 .li1 .link1 {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.gNav_list1 .li1 .link1 .s1 {
  display: block;
  position: relative;
}
.gNav_list1 .li1 .link1 .s1::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.headMenuBtn1 {
  width: 95px;
  height: 52px;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 0 0 28px;
  background-image: url(../img/common/menu1.svg);
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 13px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.headMenuBtn1::after {
  content: "すべての\Aメニュー";
  white-space: pre;
}
.open .headMenuBtn1 {
  background-image: url(../img/common/close1.svg);
}
.open .headMenuBtn1::after {
  content: "閉じる";
}
.gNav_list2 {
  width: 250px;
  height: 100%;
  display: flex;
  margin-left: 20px;
}
.gNav_list2 .li1 {
  width: 50%;
  height: 100%;
}
.gNav_list2 .li1:first-child:last-child {
  width: 100%;
}
.gNav_list2 .li1 .link1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #606060;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}
.gNav_list2 .li1 .link1 .s1 {
  display: block;
  /* padding-left: 27px; */
  position: relative;
}
/* .gNav_list2 .li1 .link1 .s1::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/common/ico1.svg)no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  margin: auto;
} */
.gNav_list2 .li1 .link1.type2 {
  background-color: #000;
}
/* .gNav_list2 .li1 .link1.type2 .s1::before {
  width: 21px;
  height: 17px;
  bottom: 0;
  background: url(../img/common/ico2.svg)no-repeat center / contain;
} */
@media all and (min-width: 681px) and (max-width: 1200px) {
  .header {
    padding-left: 14px;
  }
  .gNav_list1 .li1 .link1 {
    padding: 0 15px;
    font-size: 13px;
    letter-spacing: 0.02em;
}
}
@media all and (min-width: 681px) {
  body,
  .header {
    min-width: 1000px;
  }
  .site_id .link1:hover {
    opacity: .7;
  }
  .gNav_list1 .li1 .link1.current .s1::after,
  .gNav_list1 .li1 .link1:hover .s1::after {
    width: 100%;
  }
  .gNav_list2 .li1 .link1:hover {
    background-color: #999;
  }
}
@media all and (max-width: 680px) {
  .wrapper {
    padding-top: 56px;
  }
  .header {
    width: 100%;
    height: 56px;
    padding-left: 10px;
  }
  .site_id {
    width: 169px;
  }
  .headMenuBtn1_sp {
    width: 66px;
    height: 100%;
    background: url(../img/common/menu1_sp.svg)no-repeat center / 36.44px;
  }
  .open .headMenuBtn1_sp {
    background: url(../img/common/close1_sp.svg)no-repeat center / 25.77px;
  }
}


/* megaMenu */
.megaMenu {
  width: 100%;
  height: calc(100% - 70px);
  padding: 90px 0 60px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 5555;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.open .megaMenu {
  opacity: 1;
  pointer-events: auto;
}
.megaMenu_box1 {
  display: flex;
  justify-content: center;
}
.megaMenu_box1_ul1 + .megaMenu_box1_ul1 {
  margin-left: 90px;
}
.megaMenu_box1_ul1 .li1 + .li1 {
  margin-top: 40px;
}
.megaMenu_box1_ul1 .li1 .link1 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.megaMenu_box1_ul2 .li2 {
  margin-top: 5px;
}
.megaMenu_box1_ul1 .li2 .link2 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.megaMenu_box1_ul1 .li2 .link2::before {
  content: "ー";
}
.megaMenu_box2 {
  padding-top: 60px;
}
.megaMenu_box2_clm {
  display: flex;
  justify-content: center;
}
.megaMenu_box2_link1 {
  width: 342px;
  height: 58px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
}
.megaMenu_box2_site_id {
  width: 213px;
  margin: 50px auto 0;
  display: block;
}
.megaMenu_box2_access1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media all and (min-width: 681px) {
  .megaMenu_box1_ul1 .li1 a.link1:hover,
  .megaMenu_box1_ul1 .li2 a.link2:hover {
    opacity: .6;
  }
  .megaMenu_box2_link1:hover {
    opacity: .7;
  }
  .megaMenu_box2_site_id:hover {
    opacity: .7;
  }
  .megaMenu_box2_link1 {
    margin: 0;
  }
  .megaMenu_box2_link1 + .megaMenu_box2_link1 {
    margin-left: 40px;
  }
}
@media all and (max-width: 680px) {
  .megaMenu {
    height: calc(100% - 56px);
    padding: 0 0 60px;
    display: block;
    background-color: #fff;
    top: 56px;
  }
  .megaMenu_box1 {
    display: block;
  }
  .megaMenu_box1_ul1 + .megaMenu_box1_ul1 {
    margin-left: 0;
  }
  .megaMenu_box1_ul1 .li1 + .li1 {
    margin-top: 0;
  }
  .megaMenu_box1_ul1 .li1 .link1 {
    display: block;
    font-size: 17px;
    padding: 8px 20px;
    background-color: #000;
    border-bottom: 1px solid #fff;
  }
  .megaMenu_box1_ul2 .li2 {
    margin-top: 0;
  }
  .megaMenu_box1_ul1 .li2 .link2 {
    display: block;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #323232;
    border-bottom: 1px solid #fff;
  }
  .megaMenu_box2 {
    padding-top: 50px;
  }
  .megaMenu_box2_clm {
    display: block;
  }
  .megaMenu_box2_clm a + a {
    margin-top: 12px;
  }
  .megaMenu_box2_link1 {
    background-color: #000;
    color: #fff;
  }
  .megaMenu_box2_access1 {
    font-size: 11px;
    letter-spacing: 0.02em;
    color: #000;
  }
}


/* floating_conversion */
.floating_conversion {
  width: 100%;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4444;
}
.floating_conversion .li1 {
  width: 50%;
}
.floating_conversion .li1:first-child:last-child {
  width: 100%;
}
.floating_conversion .link1 {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 35px 0 12px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
  background-color: #fff;
}
.floating_conversion .link1.type2 {
  background-color: #F0F0F0;
}
.floating_conversion .link1::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/common/ico3.svg)no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* f_conversionBox1 */
.f_conversionBox1 {
  background-color: #DEDEDE;
  padding: 50px 0;
}
.f_conversionBox1_list1 {
  width: 704px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.f_conversionBox1_list1 .li1 {
  width: 342px;
}
.f_conversionBox1_list1 .link1 {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.f_conversionBox1_telBox1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
}
.tel_link1 {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.tel_link1 .t1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 2px;
}
.tel_link1 .t2 {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 5px;
}
.tel_text1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media all and (min-width: 681px) {
  .f_conversionBox1_list1 .link1:hover {
    background-color: #fff;
    color: #000;
  }
  .f_conversionBox1_list1 .li1:nth-of-type(1n + 2) {
    margin-left: 20px;
  }
}
@media all and (max-width: 680px) {
  .f_conversionBox1 {
    padding: 50px 20px;
  }
  .f_conversionBox1_list1 {
    width: 100%;
    display: block;
  }
  .f_conversionBox1_list1 .li1 {
    width: 100%;
  }
  .f_conversionBox1_list1 .li1:nth-of-type(1n + 2) {
    margin-top: 12px;
  }
}


/* フッター */
.footer {
  background-color: #fff;
  padding: 65px 0 80px;
}
.f_inner1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.f_box1 {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.f_box1_site_id {
  width: 213px;
  display: block;
}
.f_box1_text1 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 8px;
}
.cRight {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.f_box2 {
  border-left: 1px solid #D6D6D6;
  display: flex;
}
.f_box2_ul1 {
  padding: 0 20px;
  border-right: 1px solid #D6D6D6;
}
.f_box2_ul1 .li1 + .li1 {
  margin-top: 27px;
}
.f_box2_ul1 .li1 .link1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.f_box2_ul1 .li2 .link2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.f_box2_ul1 .li2 .link2::before {
  content: "ー";
}
@media all and (min-width: 681px) {
  .f_box1_site_id:hover {
    opacity: .7;
  }
  .f_box2_ul1 .li1 a.link1:hover,
  .f_box2_ul1 .li2 a.link2:hover {
    opacity: .6;
  }
}
@media all and (max-width: 680px) {
  .footer {
    padding: 32px 20px 82px;
  }
  .f_inner1 {
    width: 100%;
    display: block;
  }
  .f_box1 {
    align-items: center;
  }
  .f_box1_text1 {
    text-align: center;
  }
  .cRight {
    margin-top: 30px;
  }
}


/* moreButton */
#infscr-loading {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.moreButton {
  margin-top: 80px;
}
.moreButton a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 55px;
  padding: 0 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  transition: 0.3s ease;
}
@media all and (min-width: 681px) {
  .moreButton a:hover {
    color: #fff;
    background-color: #000;
  }
}
@media all and (max-width: 680px) {
  .moreButton {
    margin-top: 60px;
  }
  .moreButton a {
    width: 200px;
    height: 45px;
    font-size: 15px;
  }
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
