@charset "utf-8";

/* ------------------------------
 COMMON
------------------------------ */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/* ベースのフォントサイズを10px */
html {
  font-size: 62.5%;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}

/* スタイルが指定されていない要素のフォントサイズを統一 */
body {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

/* リンクの装飾をリセット */
a {
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:visited {
 color: #000000; 
}

/* 画像レスポンシブ */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}




/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}

.header {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 34px;
}

.header_ttl {
  margin-top: 39px;
}

.header_ttl_main img {
  width: 220px;
  max-width: none;
  height: auto;
}

.header_content {
  display: flex;
}

.header_menu_list {
  display: flex;
  margin-top: 90px;
  padding-bottom: 27px;
}

.header_menu_item {
  font-size: 1.5rem;
  font-weight: 500;
}

.header_menu_item br {
  display: none;
}

.header_menu_item a {
  display: block;
  margin-right: 42px;
}

.header_menu_item-more .header_menu_item-more_link {
  position: relative;
  height: 50px;
}

.header_menu_item-more .header_menu_item-more_link::after {
  content: '';
  background-image: url("../img/menu.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header_menu_item-more.is-active .header_menu_item-more_link::after {
  content: '';
  background-image: url("../img/menu-o.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header_menu_content {
  display: none;
  position: absolute;
  top: 166px;
  left: 0;
  background: #F2F2F2;
  width: 100%;
  height: 135px;
  box-shadow: 0px 10px 10px -5px rgba(112,112,112,0.2);
}

.header_menu_content_inner {
  display: flex;
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
  padding-top: 57px;
}

.header_menu_content_ttl {
  width: 290px;
}

.header_menu_content_list {
  display: flex;
  width: 1090px;
}

.header_menu_content_item a {
  position: relative;
  padding-right: 60px;
  margin-right: 62px;
}

.header_menu_content_item a:hover {
  opacity: 1;
}

.header_menu_content_item a::after {
  content: '';
  background-image: url("../img/arrow-wy.png");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
}

.header_menu_content_item a:hover::after {
  content: '';
  background-image: url("../img/arrow-y.png");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 0;
}

.header_tel {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 68px;
  margin-right: 42px;
}

.header_tel_number {
  font-size: 2.2rem;
  font-weight: 600;
  color: #A7A5A2;
  letter-spacing: 0.05em;
}

.header_contact {
  margin-top: 35px;
  position: relative;
}

.header_contact img {
  display: block;
  width: 104px;
  height: 104px;
  transition: 0.3s;
}

.header_contact .header_contact-img {
  position: relative;
  z-index: 2;
}

.header_contact .header_contact-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.header_contact a:hover {
  opacity: 1;
}

.header_contact:hover .header_contact-img {
  opacity: 0;
}

.header-sp {
  display: none;
}

@media only screen and (max-width: 1660px) {
  .header {
    padding-left: 40px;
  }
  .header_menu_item a {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1499px) {
  .header {
    display: none;
  }
  .header-sp {
    visibility: visible;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #FFFFFF;
    height: 166px;
  }
  .header-sp_ttl {
    position: absolute;
    top: 39px;
    left: 40px;
  }
  .header-sp_ttl_main img {
    width: 220px;
    height: auto;
  }
  .nav-sp {
    width: 100%;
    position: absolute;
  }
  .nav-sp.is-active {
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .toggle {
    display: block;
    position: absolute;
    z-index: 10;
    top: 35px;
    right: 34px;
    width: 104px;
    height: 104px;
    cursor: pointer;
    border: 5px solid #F7E618;
    border-radius: 50%;
  }
  .toggle.is-active {
    background: #F7E618;
  }
  .toggle::after {
    content: '';
    color: #000b31;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    top: 0;
    left: 0px;
    background: #000b31;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .toggle span:nth-child(1) {
    top: 40px;
    left: 36px;
  }
  .toggle span:nth-child(2) {
    width: 18px;
    top: 50px;
    left: 36px;
  }
  .toggle.is-active span:nth-child(1) {
    top : 45px;
    left: 36px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.is-active span:nth-child(2) {
    top: 45px;
    width: 24px;
    left: 36px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-sp_wrap {
    width: 100%;
    display: none;
    position: relative;
    top: 166px;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 166px;
  }
  .gnav-sp_image {
    max-width: 750px;
    margin: 0 auto;
  }
  .gnav-sp_image img {
    width: 100%;
    height: 285px;
    object-fit: cover;
  }
  .gnav-sp_content {
    background: #F2F2F2;
    width: 100%;
    padding-bottom: 22px;
    position: relative;
  }
  .gnav-sp_address_inner {
    width: 100%;
    margin: 0 auto;
    margin-top: 27px;
    padding-left: 52px;
    padding-right: 52px;
    max-width: 544px;
  }
  .gnav-sp_address_inner p {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .gnav-sp_address {
    text-decoration: underline;
  }
  .gnav-sp_contact {
    display: flex;
    align-items: center;
    max-width: 440px;
    margin: 0 auto;
    margin-top: 18px;
  }
  .gnav-sp_contact_icon {
    margin-right: 20px;
  }
  .gnav-sp_contact_icon img {
    width: 72px;
    height: auto;
  }
  .gnav-sp_contact_txt {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .gnav-sp_menu {
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gnav-sp_list {
    padding-top: 60px;
    max-width: 674px;
    margin: 0 auto;
  }
  .gnav-sp_menu_item {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .gnav-sp_menu_item_link {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000000;
    margin-bottom: 25px;
  }
  .gnav-sp_menu_item_link::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #F7E618;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
  }
  .gnav-sp_menu_content_list {
    margin-left: 30px;
    padding-bottom: 30px;
  }
  .gnav-sp_menu_content_item {
    margin-bottom: 20px;
  }
  .gnav-sp_sns_list {
    padding-top: 23px;
    padding-bottom: 77px;
    display: flex;
    justify-content: center;
  }
  .gnav-sp_sns_list .gnav-sp_sns_item:first-of-type {
    margin-right: 44px;
  }
  .gnav-sp_sns_item {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.0;
  }
  .gnav-sp_sns_item img {
    width: 108px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .header-sp {
    visibility: visible;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #FFFFFF;
    height: 50px;
  }
  .header-sp_ttl {
    position: absolute;
    top: 6px;
    left: 12px;
  }
  .header-sp_ttl_main img {
    width: 90px;
    height: auto;
  }
  .toggle {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 3px solid #F7E618;
    border-radius: 50%;
  }
  .toggle.is-active {
    background: #F7E618;
  }
  .toggle::after {
    content: '';
    color: #000b31;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 0;
    left: 0px;
    background: #000b31;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .toggle span:nth-child(1) {
    top: 10px;
    left: 8px;
  }
  .toggle span:nth-child(2) {
    width: 9px;
    top: 15px;
    left: 8px;
  }
  .toggle.is-active span:nth-child(1) {
    top : 12px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.is-active span:nth-child(2) {
    top: 12px;
    width: 12px;
    left: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-sp_wrap {
    width: 100%;
    display: none;
    position: relative;
    top: 50px;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 50px;
  }
  .gnav-sp_image img {
    width: 150%;
    height: 142px;
    object-fit: cover;
  }
  .gnav-sp_content {
    background: #F2F2F2;
    width: 100%;
    padding-bottom: 22px;
    position: relative;
  }
  .gnav-sp_address_inner {
    width: 100%;
    margin: 0 auto;
    margin-top: 27px;
    padding-left: 52px;
    padding-right: 52px;
  }
  .gnav-sp_address_inner p {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .gnav-sp_address {
    text-decoration: underline;
  }
  .gnav-sp_contact {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gnav-sp_contact_icon {
    margin-right: 20px;
  }
  .gnav-sp_contact_icon img {
    width: 72px;
    height: auto;
  }
  .gnav-sp_contact_txt {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .gnav-sp_menu {
    background: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gnav-sp_list {
    padding-top: 40px;
  }
  .gnav-sp_menu_item {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .gnav-sp_menu_item_link {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
  }
  .gnav-sp_menu_item_link::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #F7E618;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnav-sp_menu_content_list {
    margin-left: 30px;
    padding-bottom: 20px;
  }
  .gnav-sp_menu_content_item {
    margin-bottom: 15px;
  }
  .gnav-sp_sns_list {
    padding-top: 23px;
    padding-bottom: 77px;
    display: flex;
    justify-content: center;
  }
  .gnav-sp_sns_list .gnav-sp_sns_item:first-of-type {
    margin-right: 34px;
  }
  .gnav-sp_sns_item {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 2.0;
  }
  .gnav-sp_sns_item img {
    width: 72px;
    height: auto;
  }
}





/* footer */
.footer_image img {
  width: 100%;
  height: 729px;
  object-fit: cover;
}

.footer {
  background: #F2F2F2;
  padding-bottom: 31px;
}

.footer_inner {
  max-width: 1525px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_left {
  width: 654px;
  margin-top: 140px;
}

.footer_txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.22;
}

.footer_sns {
  margin-top: 130px;
}

.footer_sns_list {
  display: flex;
  margin-bottom: 15px;
}

.footer_sns_item {
  margin-right: 12px;
  position: relative;
}

.footer_sns_item img {
  display: block;
  width: 57px;
  height: auto;
  transition: 0.3s;
}

.footer_sns_item .footer_sns_item-img {
  position: relative;
  z-index: 2;
}

.footer_sns_item .footer_sns_item-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_sns_item a:hover {
  opacity: 1;
}

.footer_sns_item:hover .footer_sns_item-img {
  opacity: 0;
}

.footer_sns_attention {
  font-size: 1.4rem;
  font-weight: 500;
}

.footer_right {
  background: #FFFFFF;
  width: 570px;
  padding-bottom: 70px;
  position: relative;
  top: -67px;
}

.footer_logo {
  margin-top: 54px;
  text-align: center;
}

.footer_logo img {
  width: 114px;
  height: auto;
}

.footer_address_inner {
  width: 345px;
  margin: 0 auto;
  margin-top: 50px;
}

.footer_address_inner p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.footer_address {
  text-decoration: underline;
}

.footer_contact {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_contact_icon {
  margin-right: 10px;
  position: relative;
}

.footer_contact_icon img {
  display: block;
  width: 144px;
  height: auto;
  transition: 0.3s;
}

.footer_contact_icon .footer_contact-img {
  position: relative;
  z-index: 2;
}

.footer_contact_icon .footer_contact-img-o {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_contact_icon a:hover {
  opacity: 1;
}

.footer_contact_icon:hover .footer_contact-img {
  opacity: 0;
}

.footer_contact_txt {
  font-size: 2.0rem;
  font-weight: 700;
}

@media only screen and (max-width: 1600px) {
  .footer_left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer_image img {
    width: 150%;
    height: 142px;
  }
  .footer {
    padding-bottom: 12px;
  }
  .footer_inner {
    display: block;
  }
  .footer_left {
    display: none;
  }
  .footer_right {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 19px;
    top: -30px;
  }
  .footer_logo {
    margin-top: 0;
    padding-top: 20px;
  }
  .footer_logo img {
    width: 61px;
    height: auto;
  }
  .footer_address_inner {
    width: 100%;
    margin-top: 19px;
    padding-left: 35px;
    padding-right: 30px;
  }
  .footer_address_inner p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .footer_contact {
    margin-top: 18px;
  }
  .footer_contact_icon {
    margin-right: 20px;
  }
  .footer_contact_icon img {
    width: 72px;
    height: auto;
  }
  .footer_contact_txt {
    font-size: 1.2rem;
  }
}

