@charset "UTF-8";
/* CSS Document */
/*
Theme Name:コンフォルト
Theme URL:http://confort.zenk-link.com
Description:コンフォルト Webサイト
Author:ZenK Link
Version:1.0.0
*/
/* ==================================================
	common
================================================== */
* {
  margin: 0;
  padding: 0;
  font-family: 'Klee One', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
html {
  font-size: 100%;
  color: #211a19;
}
section {
  line-height: 0;
}
a:link {
  text-decoration: none;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"]:checked + label {
  background: #ff0000;
}
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-weight: 600;
  }
  body {
    width: 100%;
    text-align: center;
    position: relative;
  }
  a img {
    transition: all 0.3s;
  }
  a:hover img {
    opacity: 0.7;
  }
  rt {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    top: 1.0vw;
    transform: translateY(1.0vw);
  }
  .main_heading {
    width: 100%;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    margin: 0 auto;
    padding: 2vw 0 1vw;
  }
  .main_heading:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(images/icon_heading_bk.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0.2vw 1%;
  }
  #top-head {
    width: 100%;
    margin: 0;
    padding: 5vw 0;
    background: url("images/bg_header.webp");
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  .inner {
    margin: 0;
    padding: 0;
  }
  #mobile-head {
    width: 100%;
  }
  #top-head.fixed .logo, #top-head .logo {
    line-height: 0;
    width: 40%;
    margin: 0 auto;
  }
  .logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .logo a img {
    display: block;
  }
  .logo:hover {
    opacity: 0.7;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
    background: url("images/bg_header.webp");
  }
  .global-nav_link {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .global-nav_link li {
    float: none;
    position: static;
    margin: 0 0 calc(7vw + 2px);
  }
  .global-nav_link li:first-of-type {
    margin: 5vw 0 7vw;
  }
  .global-nav_link li:last-of-type {
    margin: 0 0 5vw;
  }
  .global-nav_link li a, #top-head.fixed .global-nav_link li a {
    display: block;
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    text-decoration: none;
  }
  .global_nav_link {}
  .global_nav_link a {
    display: block;
    transition: all 0.3s;
  }
  .global_nav_link:nth-of-type(2) a {
    width: calc(100% - 50% - 3px);
    border: 1.5px solid #211A19;
    margin: 2px 25%;
    padding: 1.5vw 0% 1.0vw;
    border-radius: 30px;
  }
  .global_nav_link a:hover {
    opacity: 0.7;
  }
  .global_nav_link a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_tel.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 3% 0.5vw 0;
  }
  .global_nav_link:nth-of-type(2) a:before {
    background-image: url(images/icon_mail.webp);
  }
  .global_nav_link:nth-of-type(3) a:before {
    background-image: url(images/icon_blog.webp);
  }
  .global-nav_menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .global-nav_menu li {
    float: none;
    position: static;
    margin: 0 0 7vw;
  }
  .global-nav_menu li a, #top-head.fixed .global-nav_menu li a {
    display: block;
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    text-decoration: none;
  }
  .global_nav_txt {}
  .global_nav_txt a {
    display: block;
    transition: all 0.3s;
  }
  .global_nav_txt a img {
    width: 50%;
    height: auto;
  }
  .global_nav_txt a:hover {
    opacity: 0.7;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 12vw;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #211A19;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(585px);
    -webkit-transform: translateY(585px);
    transform: translateY(585px);
  }
  #contact {
    width: 100%;
    margin: 0;
    padding: 3vw 0;
  }
  .contact_wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 3vw 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_inner {
    width: 85%;
    padding: 5vw 5%;
  }
  .contact_inner:first-of-type {
    border-bottom: 1.5px solid #211A19;
  }
  .contact_inner ul {
    list-style: none;
  }
  .contact_heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_img {
    width: 10%;
    margin-bottom: 2vw;
  }
  .contact_img img {
    width: 100%;
    height: auto;
  }
  .contact_txt {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .contact_tel {
    margin-top: 2vw;
  }
  .contact_tel a {
    font-size: 6.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    margin-top: 2vw;
  }
  .contact_time {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 2vw;
  }
  .contact_linkbtn_wrapper {
    width: 100%;
    background: #194660;
    margin: 3vw auto 0;
  }
  .contact_linkbtn_txt {
    transition: all 0.3s;
  }
  .contact_linkbtn_txt a {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    display: block;
    padding: 4vw 0;
  }
  .contact_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  footer {
    width: 100%;
    background: url("images/bg_footer.webp");
  }
  .footer_wrapper {
    width: 85%;
    margin: 8vw auto 0;
    display: inline-block;
  }
  .footer_menu_wrapper {}
  .footer_item {
    width: 100%;
    border-bottom: 1.5px solid #211A19;
    padding-bottom: 4vw;
  }
  .footer_item:first-of-type {}
  .footer_item:nth-of-type(2) {}
  .footer_item:nth-of-type(3) {}
  .footer_item:nth-of-type(4) {}
  .footer_item:last-of-type {}
  .footer_logo {
    width: 40%;
    margin: 0 auto;
  }
  .footer_logo:hover {
    opacity: 0.7;
  }
  .footer_logo a {
    display: block;
    transition: all 0.3s;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .footer_menu_inner {}
  .footer_menu_heading {}
  .footer_menu_heading a {}
  .footer_menu_heading a:hover {}
  .footer_menu_symbol:before {}
  .footer_menu_mail a {}
  .footer_menu_mail a:before {}
  .footer_menu_blog a:before {}
  .footer_menu_sns:before {}
  .footer_menu_list {}
  .footer_menu_list a {}
  .footer_menu_list a:hover {}
  .footer_txt_wrapper {
    margin-top: calc(4vw + 1.5px);
  }
  .footer_txt_wrapper h3 {
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
  }
  .footer_txt_wrapper p {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 3vw;
  }
  .footer_txt_wrapper p:first-of-type {
    margin-top: 4vw;
  }
  .footer_contact_wrapper {}
  .footer_contact a {
    width: calc(100% - 40% - 3px);
    font-size: 4.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    border: 1.5px solid #211A19;
    margin: calc(6vw + 1.5px) 20% 0;
    padding: 1.5vw 0% 1vw;
    border-radius: 30px;
    display: block;
    transition: all 0.3s;
  }
  .footer_contact a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_mail.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 3% 0.5vw 0;
  }
  .footer_contact a:hover {
    opacity: 0.7;
  }
  .footer_sns_wrapper {
    width: 100%;
    margin: calc(6vw + 1.5px) 0 0;
    border-bottom: 1.5px solid #211A19;
    padding-bottom: 4vw;
  }
  .footer_sns_inner {
    list-style: none;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  .footer_sns_txt {
    width: 20%;
    margin-right: 5%;
    text-align: left;
    transition: all 0.3s;
  }
  .footer_sns_txt a {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
  }
  .footer_sns_txt:hover {
    opacity: 0.7;
  }
  .footer_sns_txt a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_blog.webp);
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .footer_sns_list {
    width: 10%;
    margin-right: 8%;
  }
  .footer_sns_list:last-of-type {
    width: 21%;
    margin-right: 0;
  }
  .footer_sns_list img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .footer_sns_list:hover {
    opacity: 0.7;
  }
  .footer_sns_list a {
    display: block;
  }
  .footer_licence_wrapper {
    margin-top: calc(4vw + 1.5px);
  }
  .footer_licence_wrapper p {
    font-size: 2.8vw;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-top: 2vw;
    text-align: left;
  }
  .footer_licence_wrapper p:first-of-type {
    margin-top: 0;
  }
  .copyright {
    width: 100%;
    margin: 15vw 0 3vw;
    display: inline-block;
  }
  .copyright_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .pagetop {
    width: 15%;
    margin: 0 auto;
    position: fixed;
    bottom: 2vw;
    right: 2%;
    text-align: end;
    transition: all 0.3s;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop a {
    display: block;
  }
  .cookie-notice-container #cn-notice-text {
    text-align: start;
  }
  .cookie-notice-container #cn-notice-buttons {
    margin: 0 auto;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-weight: 600;
  }
  body {
    width: 100%;
    text-align: center;
    position: relative;
  }
  a img {
    transition: all 0.3s;
  }
  a:hover img {
    opacity: 0.7;
  }
  rt {
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    top: 1.0vw;
    transform: translateY(1.0vw);
  }
  .main_heading {
    width: 100%;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    margin: 0 auto;
    padding: 2vw 0;
  }
  .main_heading:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_heading_bk.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0.2vw 1%;
  }
  #top-head {
    width: 100%;
    margin: 0;
    padding: 5vw 0;
    background: url("images/bg_header.webp");
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  .inner {
    margin: 0;
    padding: 0;
  }
  #mobile-head {
    width: 100%;
  }
  #top-head.fixed .logo, #top-head .logo {
    line-height: 0;
    width: 40%;
    margin: 0 auto;
  }
  .logo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .logo a img {
    display: block;
  }
  .logo:hover {
    opacity: 0.7;
  }
  #global-nav {
    position: absolute;
    top: -989px;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 9;
    background: url("images/bg_header.webp");
  }
  .global-nav_link {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .global-nav_link li {
    float: none;
    position: static;
    margin: 0 0 calc(7vw + 2px);
  }
  .global-nav_link li:first-of-type {
    margin: 5vw 0 7vw;
  }
  .global-nav_link li:last-of-type {
    margin: 0 0 5vw;
  }
  .global-nav_link li a, #top-head.fixed .global-nav_link li a {
    display: block;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    text-decoration: none;
  }
  .global_nav_link {}
  .global_nav_link a {
    display: block;
    transition: all 0.3s;
  }
  .global_nav_link:nth-of-type(2) a {
    width: calc(100% - 60% - 3px);
    border: 1.5px solid #211A19;
    margin: 2px 30%;
    padding: 1.5vw 0% 1.0vw;
    border-radius: 30px;
  }
  .global_nav_link a:hover {
    opacity: 0.7;
  }
  .global_nav_link a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_tel.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 3% 0.5vw 0;
  }
  .global_nav_link:nth-of-type(2) a:before {
    background-image: url(images/icon_mail.webp);
  }
  .global_nav_link:nth-of-type(3) a:before {
    background-image: url(images/icon_blog.webp);
  }
  .global-nav_menu {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  .global-nav_menu li {
    float: none;
    position: static;
    margin: 0 0 7vw;
  }
  .global-nav_menu li a, #top-head.fixed .global-nav_menu li a {
    display: block;
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    text-decoration: none;
  }
  .global_nav_txt {}
  .global_nav_txt a {
    display: block;
    transition: all 0.3s;
  }
  .global_nav_txt a img {
    width: 50%;
    height: auto;
  }
  .global_nav_txt a:hover {
    opacity: 0.7;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    right: 5%;
    top: 14.5vw;
    width: 28px;
    height: 20px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #211A19;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(1176px);
    -webkit-transform: translateY(1176px);
    transform: translateY(1176px);
  }
  #contact {
    width: 100%;
    margin: 0;
    padding: 3vw 0;
  }
  .contact_wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 3vw 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_inner {
    width: 60%;
    padding: 5vw 5%;
  }
  .contact_inner:first-of-type {
    border-bottom: 1.5px solid #211A19;
  }
  .contact_inner ul {
    list-style: none;
  }
  .contact_heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact_img {
    width: 10%;
    margin-bottom: 2vw;
  }
  .contact_img img {
    width: 100%;
    height: auto;
  }
  .contact_txt {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .contact_tel {
    margin-top: 2vw;
  }
  .contact_tel a {
    font-size: 5.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #194660;
    margin-top: 2vw;
  }
  .contact_time {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 2vw;
  }
  .contact_linkbtn_wrapper {
    width: 100%;
    background: #194660;
    margin: 3vw auto 0;
  }
  .contact_linkbtn_txt {
    transition: all 0.3s;
  }
  .contact_linkbtn_txt a {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    display: block;
    padding: 4vw 0;
  }
  .contact_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  footer {
    width: 100%;
    background: url("images/bg_footer.webp");
  }
  .footer_wrapper {
    width: 85%;
    margin: 8vw auto 0;
    display: inline-block;
  }
  .footer_menu_wrapper {}
  .footer_item {
    width: 100%;
    border-bottom: 1.5px solid #211A19;
    padding-bottom: 4vw;
  }
  .footer_item:first-of-type {}
  .footer_item:nth-of-type(2) {}
  .footer_item:nth-of-type(3) {}
  .footer_item:nth-of-type(4) {}
  .footer_item:last-of-type {}
  .footer_logo {
    width: 30%;
    margin: 0 auto;
  }
  .footer_logo:hover {
    opacity: 0.7;
  }
  .footer_logo a {
    display: block;
    transition: all 0.3s;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .footer_menu_inner {}
  .footer_menu_heading {}
  .footer_menu_heading a {}
  .footer_menu_heading a:hover {}
  .footer_menu_symbol:before {}
  .footer_menu_mail a {}
  .footer_menu_mail a:before {}
  .footer_menu_blog a:before {}
  .footer_menu_sns:before {}
  .footer_menu_list {}
  .footer_menu_list a {}
  .footer_menu_list a:hover {}
  .footer_txt_wrapper {
    margin-top: calc(4vw + 1.5px);
  }
  .footer_txt_wrapper h3 {
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
  }
  .footer_txt_wrapper p {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 3vw;
  }
  .footer_txt_wrapper p:first-of-type {
    margin-top: 4vw;
  }
  .footer_contact_wrapper {}
  .footer_contact a {
    width: calc(100% - 50% - 3px);
    font-size: 3.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    border: 1.5px solid #211A19;
    margin: calc(6vw + 1.5px) 25% 0;
    padding: 1.5vw 0% 1vw;
    border-radius: 30px;
    display: block;
    transition: all 0.3s;
  }
  .footer_contact a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_mail.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 3% 0.5vw 0;
  }
  .footer_contact a:hover {
    opacity: 0.7;
  }
  .footer_sns_wrapper {
    width: 100%;
    margin: calc(6vw + 1.5px) 0 0;
    border-bottom: 1.5px solid #211A19;
    padding-bottom: 4vw;
  }
  .footer_sns_inner {
    list-style: none;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }
  .footer_sns_txt {
    width: 20%;
    text-align: left;
    transition: all 0.3s;
  }
  .footer_sns_txt a {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
  }
  .footer_sns_txt:hover {
    opacity: 0.7;
  }
  .footer_sns_txt a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/icon_blog.webp);
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .footer_sns_list {
    width: 7%;
    margin-right: 8%;
  }
  .footer_sns_list:last-of-type {
    width: 21%;
    margin-right: 0;
  }
  .footer_sns_list img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .footer_sns_list:hover {
    opacity: 0.7;
  }
  .footer_sns_list a {
    display: block;
  }
  .footer_licence_wrapper {
    margin-top: calc(4vw + 1.5px);
  }
  .footer_licence_wrapper p {
    font-size: 1.8vw;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-top: 2vw;
    text-align: left;
  }
  .footer_licence_wrapper p:first-of-type {
    margin-top: 0;
  }
  .copyright {
    width: 100%;
    margin: 15vw 0 3vw;
    display: inline-block;
  }
  .copyright_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .pagetop {
    width: 10%;
    margin: 0 auto;
    position: fixed;
    bottom: 2vw;
    right: 2%;
    text-align: end;
    transition: all 0.3s;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop a {
    display: block;
  }
  .cookie-notice-container #cn-notice-text {
    text-align: start;
  }
  .cookie-notice-container #cn-notice-buttons {
    margin: 0 auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
  body {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    position: relative;
  }
  a img {
    transition: all 0.3s;
  }
  a:hover img {
    opacity: 0.7;
  }
  .main_heading {
    width: 50%;
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    margin: 0 auto;
    padding: 1vw 0;
  }
  .main_heading:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_heading_bk.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0.2vw 1%;
  }
  #top-head {
    width: 100%;
    background: url("images/bg_header.webp");
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  .inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
  }
  #mobile-head {}
  #top-head.fixed .logo, #top-head .logo {
    width: 60%;
    line-height: 0;
    margin: 0;
  }
  .logo:hover {
    opacity: 0.7;
  }
  .logo a {
    display: block;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  #global-nav {
    width: 100%;
    margin: 2vw 0 0.5vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .gnavi_link_wrapper {
    text-align: end;
  }
  .global-nav_link {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
  .global_nav_link a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    transition: all 0.3s;
  }
  .global_nav_link:nth-of-type(2) a {
    border: 2px solid #211A19;
    padding: 0.5vw 10%;
    border-radius: 30px
  }
  .global_nav_link:nth-of-type(3) {
    margin-left: -16%;
  }
  .global_nav_link a:hover {
    opacity: 0.7;
  }
  .global_nav_link a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_tel.webp);
    background-size: contain;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .global_nav_link:nth-of-type(2) a:before {
    background-image: url(images/icon_mail.webp);
  }
  .global_nav_link:nth-of-type(3) a:before {
    background-image: url(images/icon_blog.webp);
  }
  .global_nav_link {
    flex: 1;
  }
  .global_nav_link:first-of-type {
    padding-left: 30%;
  }
  .global_nav_link:nth-of-type(2) {
    margin-left: -1.5%;
  }
  .global_nav_link:nth-of-type(3) {
    margin-left: -15%;
  }
  .gnavi_menu_wrapper {
    margin-top: 0.5vw;
    text-align: end;
  }
  .global-nav_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
    justify-content: end;
  }
  #global-nav ul.global-nav_menu li {}
  #top-head #global-nav ul.global-nav_menu li a, #top-head.fixed #global-nav ul.global-nav_menu li a {}
  .global_nav_txt {
    margin-left: 4%;
    white-space: nowrap;
  }
  .global_nav_txt:first-of-type {
    margin-left: 0;
  }
  .global_nav_txt:nth-of-type(5) {}
  .global_nav_txt a {
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    transition: all 0.3s;
  }
  .global_nav_txt a:hover {
    opacity: 0.7;
  }
  #nav-toggle {
    display: none;
  }
  #contact {
    width: 100%;
    margin: 0;
    padding: 3vw 0;
  }
  .contact_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 3vw 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .contact_inner {
    flex: 1;
    padding: 3vw 10%;
  }
  .contact_inner:first-of-type {
    border-right: 2px solid #211A19;
  }
  .contact_inner ul {
    list-style: none;
  }
  .contact_heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .contact_img {
    width: 10%;
    margin-right: 5%;
  }
  .contact_img img {
    width: 100%;
    height: auto;
  }
  .contact_txt {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
  }
  .contact_tel {
    margin-top: 2vw;
  }
  .contact_tel a {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 600;
    color: #194660;
    margin-top: 2vw;
  }
  .contact_time {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 2vw;
  }
  .contact_linkbtn_wrapper {
    width: 80%;
    background: #194660;
    margin: 2vw auto 0;
  }
  .contact_linkbtn_txt {
    transition: all 0.3s;
  }
  .contact_linkbtn_txt a {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #fff;
    display: block;
    padding: 3vw 0;
  }
  .contact_linkbtn_txt a:hover {
    opacity: 0.7;
  }
  footer {
    width: 100%;
    background: url("images/bg_footer.webp");
  }
  .footer_wrapper {
    width: 80%;
    margin: 6vw auto 0;
    display: inline-block;
  }
  .footer_menu_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .footer_item {
    width: calc(calc(100% - 6px - 11%) / 5);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .footer_item:first-of-type {
    margin-right: 2%;
  }
  .footer_item:nth-of-type(2) {
    border-left: 2px solid #211A19;
    padding-left: 3%;
  }
  .footer_item:nth-of-type(3) {}
  .footer_item:nth-of-type(4) {
    border-left: 2px solid #211A19;
    padding-left: 3%;
  }
  .footer_item:last-of-type {
    border-left: 2px solid #211A19;
    margin-right: 0;
    padding-left: 3%;
  }
  .footer_logo {
    width: 80%;
  }
  .footer_logo:hover {
    opacity: 0.7;
  }
  .footer_logo a {
    display: block;
    transition: all 0.3s;
  }
  .footer_logo img {
    width: 100%;
    height: auto;
  }
  .footer_menu_inner {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
  }
  .footer_menu_heading {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 1vw;
  }
  .footer_menu_heading a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
    color: #211A19;
    transition: all 0.3s;
  }
  .footer_menu_heading a:hover {
    opacity: 0.7;
  }
  .footer_menu_symbol:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_heading_bk.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .footer_menu_mail a {
    border: 2px solid #211A19;
    padding: 0.5vw 10%;
    border-radius: 30px
  }
  .footer_menu_mail a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_mail.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3%;
    padding-bottom: 0.3vw;
  }
  .footer_menu_blog a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_blog.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .footer_menu_sns:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(images/icon_sns.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3%;
  }
  .footer_menu_list {
    text-align: left;
    margin-bottom: 1vw;
  }
  .footer_menu_list a {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #211A19;
    display: block;
    transition: all 0.3s;
  }
  .footer_menu_list a:hover {
    opacity: 0.7;
  }
  .footer_txt_wrapper {
    margin-top: 4vw;
  }
  .footer_txt_wrapper h3 {
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    font-weight: 400;
  }
  .footer_txt_wrapper p {
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 1vw;
  }
  .copyright {
    width: 100%;
    margin: 5vw 0 2vw;
    display: inline-block;
  }
  .copyright_txt {
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
  }
  .pagetop {
    width: 5%;
    margin: 0 auto;
    position: fixed;
    bottom: 2vw;
    right: 2%;
    text-align: end;
    transition: all 0.3s;
  }
  .pagetop a img {
    width: 100%;
    height: auto;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop a {
    display: block;
  }
}