@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: bold;
  font-style: normal;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
  background: #f7f5f5;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 750px) {
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: #135878;
	transition: all .25s;
}
a > img {
	transition: all .25s;
}
a:hover > img, a:hover{
	opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
.link {
  text-align: right;
}
.link_btn {
  display: flex;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #0b384d;
}
.link_btn::after {
  content: "";
  width: 33px;
  height: 8px;
  margin-top: 5px;
  margin-left: 5px;
  border-bottom: 1px solid #0b384d;
  border-right: 1px solid #0b384d;
  transform: skew(45deg);
}
.scroll-hint-icon {
  top: 100px;
}

.link_more_01 {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.link_more_01:hover {
  opacity: 1;
}
.link_more_01::before,
.link_more_01::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #135878;
  transition: all 0.3s ease-in-out;
}
.link_more_01::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.link_more_01::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.link_more_01:hover::before {
  width: 100%;
  height: 100%;
  border-right: 1px solid #135878;
  border-bottom: 1px solid #135878;
}
.link_more_01:hover::after {
  width: 100%;
  height: 100%;
  border-left: 1px solid #135878;
  border-top: 1px solid #135878;
}

/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
	position: fixed;
  top: 0;
  left: 0;
	z-index: 10;
  width: 100%;
  padding-top: 10px;
}
.header_l {
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: calc(100% - 90px);
  margin-left: 10px;
	padding: 21px 0;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1134px) {
	.header_l {
		padding: 9px 0;
	}
}
.header_logo {
  padding: 10px 20px;
}
.header_logo img {
  width: 250px;
  height: auto;
}
.header_nav {
  padding: 0 10px;
}
.header_nav ul li a {
  padding: 0 20px;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.4;
}
.header_reserv {
  position: fixed;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  width: 60px;
  height: calc(100vh - 20px);
  background: #135878;
  border-radius: 10px;
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 文字の向きを正しく */
  display: flex;
  align-items: center; /* 中央揃え */
  justify-content: center;
  padding: 10px;
}
.header_reserv a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* 中央揃え */
  justify-content: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none; /* デフォルトのリンクの下線を削除 */
  border-radius: 10px; /* 親要素と揃える */
}
.header_reserv a span {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (min-width: 1001px) {
	.fat-nav, .fat-nav ul, .fat-nav__wrapper .header_logo, .right_nav {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
  .header_nav, .header_reserv {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-top: 0;
  }
  .header_l {
    width: 100%;
    margin-left: 0;
		padding: 21px 0;
    border-radius: 10px 0 0 0;
  }
  .header_logo {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .header_logo img {
		width: 200px;
    margin: 0 auto;
  }
  .header_reserv {
    position: fixed;
    top: 17px;
    bottom: auto;
    right: 10px;
    width: auto;
    height: auto;
    background: #135878;
    border-radius: 10px;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    display: flex;
    align-items: center; /* 中央揃え */
    justify-content: center;
    padding: 10px;
  }
  .header_reserv a {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
  }
  .header_reserv a span {
    display: none;
  }
	/* SPメニュー */
  .hamburger {
    width: 45px;
    height: 22px;
    display: block;
    position: fixed;
    top: 24px;
    left: 20px;
    z-index: 10002;
    padding: 0;
    box-sizing: border-box;
    touch-action: manipulation;
    text-align: center;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger__icon {
    position: relative;
    width: 30px;
    margin-top: 10px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    height: 2px;
		position: absolute;
    top: 0;
		left: 0;
    display: block;
    background-color: #135878;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    width: 45px;
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
    top: -10px;
  }
  .hamburger__icon::after {
    background-color: transparent;
    top: 10px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon::after {
    background-color: #135878;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 45px;
    height: 2px;
    background-color: #0b394d;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-10px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    position: relative;
    top: 70px;
    right: -50%;
    display: table;
    table-layout: fixed;
    width: 600px;
    max-width: 100%;
    height: auto;
    padding: 30px 30px 10px;
    background: #fff;
    border: 1px solid #E0E0E0;
    -webkit-transition: right .4s cubic-bezier(.19,1.000,.22,1.000);
    transition: right .4s cubic-bezier(.19,1.000,.22,1.000);
  }
  .fat-nav.active .fat-nav__wrapper {
    right: 0;
  }
  .fat-nav li a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: 500;
  }
  .fat-nav li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 23%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 10px;
    height: 1px;
    background: #0b394d;
  }
  .fat-nav li a span {
    margin-left: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .right_nav ul li a {
    padding-right: 10px;
  }
}
@media screen and (max-width: 635px) {
	.header_logo {
		padding-left: 90px;
		text-align: left;
  }
	.header_logo img {
		width: 145px;
  }
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.wrapper {
  width: calc(100% - 90px);
  margin-left: 10px;
}
.inner {
  position: relative;
  z-index: 0;
  padding: 4vw;
  background: #fff;
  border-radius: 10px;
}
.inner::before {
  content: "";
  display: block;
  position: absolute;
	top: 8.5vw;
	left: 30px;
  z-index: -1;
  width: 150px;
  height: calc(100% - 8.5vw);
  background: #f4f3f1;
}
.bg_none_pc::before {
    display: none;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.mb10 {
  margin-bottom: 10px;
}
.wrap {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .inner {
    padding: 6vw 4vw;
  }
  .inner::before {
    left: 15px;
  }
  .bg_none::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .page_layout {
    padding-top: 95px;
    padding-bottom: 50px;
  }
}
/*-----------------------------------------------------
	.page_title
------------------------------------------------------*/
.page_wrap {
  position: relative;
  width: calc(100% - 90px);
  margin-left: 10px;
  padding-top: 100px;
}
.page_title {
  margin-bottom: 10px;
  padding: 45px 20px;
  border-radius: 10px;
  background: url("../img/common/page_title.webp") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.page_title h1 {
  display: block;
  margin-top: 10px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 30px;
  font-weight: 400;
}
.page_title h1 span {
  display: block;
  margin-top: 10px;
	font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#sec {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .page_wrap {
    width: calc(100% - 20px);
    margin-left: 10px;
    padding-top: 80px;
  }
  .page_title h1 {
    font-size: 30px;
  }
}
/*-----------------------------------------------------
	#breadcrumbs
------------------------------------------------------*/
#breadcrumbs {
  margin-top: 10px;
  margin-bottom: 10px;
}
#breadcrumbs ul li {
	display: inline-block;
	font-size: 13px;
}
#breadcrumbs ul li::after {
	margin: 0 10px;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
#breadcrumbs ul li:last-of-type::after {
	display: none;
}
#breadcrumbs ul li a:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  color: #135878;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.midasi_01 span {
  display: block;
  font-family: 'Zen Old Mincho', serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
.midasi_02 {
  margin-bottom: 30px;
  font-family: 'Zen Old Mincho', serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.midasi_03 {
  font-size: 48px;
  color: #135878;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
}
.midasi_04 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #135878;
  text-transform: uppercase;
}
.midasi_04::before,
.midasi_04::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #135878;
  margin: 0 15px;
}
.midasi_05 {
	position: relative;
	background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(225, 246, 252, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	margin-bottom: 30px;
	padding: 0.3em 1em;
  font-family: 'Zen Old Mincho', serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.midasi_05 span {
  font-size: 20px;
}
.midasi_05::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #135878;
	background: linear-gradient(90deg,rgba(19, 88, 120, 1) 0%, rgba(89, 168, 204, 1) 100%);
  transform: skew(-20deg);
  z-index: -1;
}
.midasi_05::after {
  content: '';
  position: absolute;
  border-left: 10px double #ccedf6;
  height: 100%;
  top: 0;
  right: 30px;
  transform: skew(-20deg);
}
@media screen and (max-width: 1000px) {
  .midasi_01 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .midasi_01 span {
    font-size: 16px;
  }
  .midasi_02 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .midasi_03 {
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: 0.15em;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
	.midasi_05 {
		font-size: 18px;
	}
	.midasi_05 span {
		font-size: 14px;
	}
}
/*------------------
	btn
-------------------*/
.flat.border {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 10px;
  background: #0b384d;
  border-radius: 30px;
  transition: 0.3s;
  border: 1px solid #0b384d;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.flat.border:hover {
  background: #fff;
  border: 1px solid #0b384d;
  color: #0b384d;
}
.yoyaku_btn {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.yoyaku_btn img {
  max-width: 330px !important;
}

/*-----------------------------------------------------
	#sp_fixed_menu
------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #sp-fixed-menu {
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    background: #164e68;
  }
  #sp-fixed-menu ul {
    -webkit-box-align: center;
    align-items: center;
  }
  #sp-fixed-menu li {
    width: 20%;
    background: #fff;
  }
  #sp-fixed-menu li:nth-of-type(1) {
    width: 60%;
    background: #164e68;
		font-size: 4vw;
    color: #fff;
		text-align: center;
  }
  #sp-fixed-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    color: #000b21;
    text-align: center;
  }
  #sp-fixed-menu li a img {
    display: block;
    width: 35px;
    margin: 0 auto 5px;
  }
}
/*-----------------------------------------------------
	#page-top
------------------------------------------------------*/
#page-top {
  padding: 30px 0;
  background: #d2d2d2;
  font-size: 16px;
  text-align: center;
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  width: calc(100% - 90px);
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 80px 0 50px;
  background: #135878;
  border-radius: 10px;
  text-align: center;
}
footer a {
	display: inline-block;
  margin-bottom: 50px;
	font-size: 25px;
  color: #fff;
}
footer p {
  margin-bottom: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
}
.copyright {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  footer {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 50px 20px 90px;
    border-radius: 0;
    text-align: center;
  }
  footer a {
    margin-bottom: 30px;
		font-size: 20px;
  }
  footer p {
    margin-bottom: 50px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    text-align: left;
  }
  .copyright {
    font-size: 12px;
    color: #fff;
  }
}


.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: none;
	z-index: 10006;
	width: 450px;
	text-align:center;
}
.modal img {
  width: 65%;
	margin-bottom: 20px;
}
.modal p {
	margin-bottom: 20px;
	line-height: 1.8;
  color: #fff;
}
.modal a {
	width: 122px;
	display: inline-block;
	cursor: pointer;
	margin: 0 10px;
	padding: 10px 20px;
	font-size: 20px;
  color: #fff;
	border: 1px solid #fff;
}
.youtube {
	width: 100%;
	max-width: 670px;
	margin: 30px auto;
}
.youtube img {
	width: 100%;
}
.youtube a {
	display: block;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
	404
------------------------------------------------------*/
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP TB
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.modal {
		width: 100%;
		padding: 0 30px;
		text-align:center;
	}
	.modal img {
		width: 75%;
		margin-bottom: 20px;
	}
	.modal p {
		margin-bottom: 20px;
    font-size: 12px;
	}
	.modal a {
		width: 122px;
		display: inline-block;
		cursor:pointer;
		margin: 0 10px;
		padding: 10px 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}



