@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');



/*
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Shippori Mincho", serif;
  font-family: "Marcellus", serif;
  font-family: "Jost", sans-serif;
  font-family: "Forum", serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #4b5153;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #4b5153;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #4b5153;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0);
  transition: .3s;
  height: 80px;
}
header.fixed {
  background: rgba(255, 255, 255, 1);
  filter: drop-shadow(0px 0px 16px rgba(216,216,216,1));
  transition: .3s;
}
header h2 {
  position: absolute;
  top: 25px;
	left: 50%;
	transform: translateX(-50%);
  z-index: 5;
  width: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.fixed h2 {
  position: relative;
  top: inherit;
	left: inherit;
	transform: inherit;
}
header h2 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
header h2 a span {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
  width: 105px;
  display: block;
  transition: .3s;
}
header h2 a em {
	position: absolute;
	top: inherit;
	left: 50%;
	transform: translateX(-50%);
  z-index: -1;
  width: 195px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header.fixed h2 a span {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header.fixed h2 a em {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
header .contact_btn {
  margin-left: auto;
  padding-right: 40px;
  display: flex;
  transition: .3s;
}
header.fixed .contact_btn {
  display: none;
  transition: .3s;
}
header .contact_btn a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .025em;
  line-height: 1.1;
  padding: .4em .8em;
  border: solid 1px rgba(255, 255, 255, .6);
  color: #FFF;
  border-radius: 4px;
}
header .contact_btn a:hover {
  background: rgba(255, 255, 255, .6);
  border: solid 1px rgba(255, 255, 255, .6);
  color: #4b5153;
}
@media screen and (max-width: 767px) {
  header {
    height: 16vw;
  }
  header h2 {
    top: 3.5vw;
    width: 15vw;
  }
  header h2 a span {
    width: 15vw;
  }
  header h2 a em {
    width: 36.5vw;
  }
  header .contact_btn {
    display: none;
  }

}



/*footer*/
footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px 120px;
}
footer .f_logo {
  width: 260px;
  margin: 0 auto;
  margin-bottom: 80px;
}
footer .box {
  display: flex;
  margin-bottom: 70px;
}
footer .box .box_l {
  width: 650px;
  margin-right: 20px;
}
footer .box .box_l p ,
footer .box .box_r p {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: .06em;
  color: #1b5a82;
  padding-bottom: .8em;
  margin-bottom: 1.8em;
  border-bottom: solid 1px #1b5a82;
}
footer .box .box_l .nav {
  display: flex;
  padding-left: 20px;
}
footer .box .box_l .nav ul:not(:last-of-type) {
  margin-right: 100px;
}
footer .box .box_l .nav ul li {
  font-size: 1.6rem;
}
footer .box .box_l .nav ul li:not(:last-of-type) {
  margin-bottom: .8em;
}
footer .box .box_l .nav ul li a {
  position: relative;
  color: #1b5a82;
}
footer .box .box_l .nav ul li a[target="_blank"] {
  padding-right: 1.5em;
}
footer .box .box_l .nav ul li a[target="_blank"]::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_external.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
footer .box .box_r {
  width: 430px;
  margin-left: auto;
}
footer .box .box_r .sns dl:not(:last-of-type) {
  margin-bottom: 30px;
}
footer .box .box_r .sns dl dt {
  font-size: 1.6rem;
  color: #1b5a82;
  margin-bottom: .6em;
}
footer .box .box_r .sns dl dd ul {
  display: flex;
}
footer .box .box_r .sns dl dd ul li {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
}
footer .box .box_r .sns dl dd ul li:not(:last-of-type) {
  margin-right: 3.75em;
}
footer .box .box_r .sns dl dd ul li a {
  position: relative;
  display: block;
  padding-left: 2.25em;
  color: #1b5a82;
}
footer .box .box_r .sns dl dd ul li a::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: 1.625em;
  height: 1.625em;
  background-size: cover;
  content: '';
}
footer .box .box_r .sns dl dd ul li.insta a::before {
  background: url(../img/common/f_icon_insta.svg) no-repeat center center;
}
footer .box .box_r .sns dl dd ul li.fb a::before {
  background: url(../img/common/f_icon_fb.svg) no-repeat center center;
}
footer .copy {
  display: block;
  text-align: center;
  color: #1b5a82;
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
}
.return {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
}
@media screen and (max-width: 1140px) {
  footer .box .box_l {
    margin-right: 20px;
  }
  footer .box .box_l .nav ul:not(:last-of-type) {
    margin-right: 50px;
  }
  footer .box .box_r .sns dl dd ul li:not(:last-of-type) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 840px) {
  footer .box .box_l {
    width: auto;
  }
  footer .box .box_l .nav {
    padding-left: 0;
  }
  footer .box .box_r {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  footer {
    max-width: inherit;
    width: 100%;
    padding: 10vw 5vw 10vw;
  }
  footer .f_logo {
    width: 60%;
    margin-bottom: 10vw;
  }
  footer .box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10vw;
  }
  footer .box .box_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  footer .box .box_l .nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: 100%;
  }
  footer .box .box_l .nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .box .box_l .nav ul:last-of-type {
    margin-bottom: -.8em;
  }
  footer .box .box_l .nav ul:not(:last-of-type) {
    margin-right: 0;
  }
  footer .box .box_l .nav ul li {
    font-size: 1.4rem;
    margin-bottom: .8em !important;
  }
  footer .box .box_l .nav ul li:not(:last-of-type) {
    margin-right: 1.5em;
  }
  footer .box .box_r {
    width: 100%;
    margin-left: 0;
  }
  footer .box .box_r .sns dl:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  footer .box .box_r .sns dl dt {
    font-size: 1.4rem;
  }
  footer .copy {
    font-size: 1.4rem;
  }
  .return {
    bottom: 5vw;
    right: 5vw;
    width: 10vw;
  }
}



.common_info {
  background: #1b5a82;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFF;
}
.common_info h3 {
  font-family: "Marcellus", serif;
  font-size: 3.6rem;
  letter-spacing: .1em;
  line-height: 1.1;
  margin-bottom: 1em;
}
.common_info .box {
  display: flex;
}
.common_info .box .box_l {
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.common_info .box .box_l::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #a0c4dc;
  content: '';
}
.common_info .box .box_l .tel_txt {
  font-size: 1.6rem;
  margin-bottom: .8em;
}
.common_info .box .box_l .tel {
  margin-bottom: 15px;
}
.common_info .box .box_l .tel a {
  display: flex;
  align-items: baseline;
  color: #FFF;
}
.common_info .box .box_l .tel a em ,
.common_info .box .box_l .tel a span {
  font-family: "Forum", serif;
  line-height: 1.1;
  letter-spacing: .12em;
}
.common_info .box .box_l .tel a em {
  font-size: 2.4rem;
  margin-right: .3em;
}
.common_info .box .box_l .tel a span {
  font-size: 3.4rem;
}
.common_info .box .box_l .btn a {
  display: block;
  border: solid 1px #FFF;
  background: #FFF;
  border-radius: 5px;
  padding: 20px 25px 20px 35px;
}
.common_info .box .box_l .btn a:hover {
  background: #1b5a82;
}
.common_info .box .box_l .btn a span {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1b5a82;
  padding-left: 3.75em;
  padding-right: 4.6875em;
}
.common_info .box .box_l .btn a:hover span {
  color: #FFF;
}
.common_info .box .box_l .btn a span::before ,
.common_info .box .box_l .btn a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  background-size: cover;
  content: '';
}
.common_info .box .box_l .btn a span::before {
  left: 0;
  width: 1.5em;
  height: 1.125em;
  background: url(../img/common/common_info_icon_mail.svg) no-repeat center center;
}
.common_info .box .box_l .btn a span::after {
  right: 0;
  width: 1.5625em;
  height: 0.75em;
  background: url(../img/common/common_info_arrow.svg) no-repeat center center;
}
.common_info .box .box_l .btn a:hover span::before {
  background: url(../img/common/common_info_icon_mail-white.svg) no-repeat center center;
}
.common_info .box .box_l .btn a:hover span::after {
  background: url(../img/common/common_info_arrow-white.svg) no-repeat center center;
}
.common_info .box .box_r {
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.common_info .box .box_r .name {
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.common_info .box .box_r address {
  font-size: 1.6rem;
  margin-bottom: .4em;
}
.common_info .box .box_r address dl {
  display: flex;
}
.common_info .box .box_r address dl * {
  letter-spacing: .05em;
}
.common_info .box .box_r address dl dt {
  margin-right: .5em;
}
.common_info .box .box_r address p {
  position: relative;
  padding-left: 1em;
  font-family: "Forum", serif;
  font-size: 1.6rem;
  display: flex;
}
.common_info .box .box_r address p::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: .75em;
  height: 1em;
  background: url(../img/common/common_info_icon_map.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.common_info .box .box_r address p a {
  display: block;
  letter-spacing: .05em;
  color: #FFF;
  text-decoration: underline;
}
.common_info .box .box_r .time_holiday {
  font-size: 1.5rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 940px) {
  .common_info .box .box_l {
    padding-right: 30px;
  }
  .common_info .box .box_l .btn a span {
    padding-left: 3em;
    padding-right: 4em;
  }
  .common_info .box .box_r {
    padding-left: 30px;
  }
}
@media screen and (max-width: 840px) {
  .common_info .box .box_l .btn a span {
    padding-left: 2em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .common_info {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  .common_info h3 {
    font-size: 2.4rem;
  }
  .common_info .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5vw;
  }
  .common_info .box .box_l {
    padding-right: 0;
    padding-bottom: 10vw;
  }
  .common_info .box .box_l::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: 5vw;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .common_info .box .box_l .tel {
    margin-bottom: 5vw;
  }
  .common_info .box .box_l .tel a em {
    font-size: 1.8rem;
  }
  .common_info .box .box_l .tel a span {
    font-size: 2.6rem;
  }
  .common_info .box .box_l .btn {
    width: 100%;
  }
  .common_info .box .box_l .btn a {
    padding: 3vw 3vw;
  }
  .common_info .box .box_r {
    padding-left: 0;
  }
  .common_info .box .box_r address dl {
    flex-direction: column;
  }
  .common_info .box .box_r address dl dt {
    margin-right: 0;
  }
}





header + .menu_btn {
  position: fixed;
  top: 26px;
  left: 40px;
  z-index: 10;
  width: 40px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: .3s;
}
header.fixed + .menu_btn {
  top: 30px;
  transition: .3s;
}
header + .menu_btn span {
  width: 100%;
  height: 2px;
  background: #FFF;
}
header.fixed + .menu_btn span {
  background: #002e54;
}
header + .menu_btn span:nth-of-type(1) ,
header + .menu_btn span:nth-of-type(2) {
  margin-bottom: 7px;
}
header + .menu_btn + nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 360px;
  height: 100vh;
  overflow-y: auto;
  padding: 45px 40px;
  background: #FFF;
  transform: translate(-360px);
  transition: 0.3s ease-out;
  filter: none !important;
}
header + .menu_btn.active + nav {
  transform: translate(0);
  transition: 0.3s ease-out;
}
header + .menu_btn + nav button {
  position: absolute;
  top: 24px;
  right: 25px;
  width: 24px;
  height: 24px;
  background: url(../img/common/menu_close.svg) no-repeat center center;
  background-size: cover;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	outline: 0;
  border: none;
}
header + .menu_btn + nav ul {
  max-height: inherit;
}
header + .menu_btn + nav ul li {
  font-size: 1.5rem;
}
header + .menu_btn + nav ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
header + .menu_btn + nav ul li a {
  position: relative;
  color: #1b5a82;
}
header + .menu_btn + nav ul li a[target="_blank"] {
  padding-right: 1.5em;
}
header + .menu_btn + nav ul li a[target="_blank"]::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_external.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
@media screen and (max-width: 767px) {
  header + .menu_btn {
    top: 0;
    left: 0;
    width: 16vw;
    height: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header.fixed + .menu_btn {
    top: 0;
  }
  header + .menu_btn span {
    width: 7.8226vw;
    height: 0.78226vw;
  }
  header + .menu_btn span:nth-of-type(1) ,
  header + .menu_btn span:nth-of-type(2) {
    margin-bottom: 1.3037vw;
  }
  header + .menu_btn + nav {
    width: 60vw;
    height: 100vh;
    padding: 10vw 5vw;
    padding-top: 15vw;
    transform: translate(-60vw);
  }
  header + .menu_btn + nav button {
    top: 5vw;
    right: 5vw;
    width: 8vw;
    height: 8vw;
  }

}



/*width*/
.mw1480 {
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1480px) {

  .mw1480 {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .mw1480 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }


}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 1.5rem;
  }
}


/*page_title*/
.page_title {
  position: relative;
  height: 35vh;
  overflow: hidden;
}
.page_title p ,
.page_title p picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page_title p {
  background: #162c4b;
}
.page_title p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .36;
}
.page_title h3 {
  position: absolute;
  left: 80px;
  bottom: 90px;
  z-index: 1;
}
.page_title h3 em ,
.page_title h3 span {
  display: block;
  color: #FFF;
  line-height: 1em;
}
.page_title h3 em {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: .8em;
}
.page_title h3 span {
  font-family: "Marcellus", serif;
  font-size: 4.8rem;
}
@media screen and (max-width: 1520px) {
  .page_title h3 {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    height: 35vw;
  }
  .page_title h3 {
    left: 5vw;
    bottom: 5vw;
  }
  .page_title h3 em {
    font-size: 1.8rem;
  }
  .page_title h3 span {
    font-size: 2.4rem;
  }
}



/*見出し*/
.title01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 4em;
}
.title01 em ,
.title01 span {
  display: block;
  line-height: 1em;
  color: #1b5a82;
}
.title01 em {
  font-size: 1.5rem;
  margin-bottom: .3em;
}
.title01 span {
  font-family: "Marcellus", serif;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .title01 span {
    font-size: 2.4rem;
  }

}


