@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */

body {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

a {
	transition: .15s;
}

img {
	max-width: 100%;
	height: auto;
}

.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}


.inner800 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.inner850 {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
}

.gray-bg {
	padding: 80px 0;
	background: #ECECEC;
	margin-bottom: 80px;
}

.p80 {
	padding: 80px 0;
}

.pt50 {
	padding-top: 50px;
}

.head-top {
	display: flex;
	width: 100%;
	padding: 20px 30px;
	 justify-content: space-between;
	align-items: flex-end;
}

.head-tel {
	display: flex;
	gap:5px;
	align-items: flex-end;
}

.head-num {
	font-size: 30px;
	line-height: 1;
}

.head-num span,
.head-tel p {
	font-size: 14px;
	line-height: 1;
}

.header h1 {
	width: 240px;
	margin-left: 30px;
	transition: .15s;
}

.header.headerfixed h1 {
	width: 200px;
	margin-left: 30px;
}

.header h1 img {
	width: 100%;
	height: auto;
}

.content-wapper {
	padding-top: 70px;
}

.top-page .content-wapper {
	padding-top: 0;
}

.g-nav-box {
	display: flex;
	justify-content: space-between;
    width: 100%;
}

.g-nav-bt {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	gap:20px;
}

.head-nav-box {
	display: flex;
	align-items: center;
    justify-content: space-between;
	gap:30px;
}

.head-menu {
	width: 80px;
	height: 80px;
}

.menu{
    height: 20px;
    position: fixed;
    right: 25px;
    top: 30px;
    width: 30px;
    z-index: 99;
}

.menu:hover {
	cursor: pointer;
}

.menu__line{
    background: #1A3D7C;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: rgba(26,61,124,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav__menu__item{
    margin: 25px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 1.7em;
    font-weight: 600;
    padding: 40px;
    text-decoration: none;
    transition: .3s;
}
.gnav__menu__item a:hover{
    color: #666;
}

.hero{
    background:url(images/hero.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
}

.header {
	height: 70px;
	position: absolute;
	display: flex;
	z-index: 20;
	width: 100%;
	align-items: center;
    justify-content: space-between;
	transition: .15s;
}

.header.headerfixed {
	height: 60px;
}

.h-style01 {
	font-size: 24px;
	margin-bottom: 35px;
	text-align: center;
}

.h-style01 span {
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 0 1em;
}

.h-style02 {
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
}

.h-style02 span {
	font-size: 50px;
	color: #4A959A;
}

.h-style03 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}

.h-style03 span {
	color: #009FE8;
	background:linear-gradient(transparent 80%, #FFF99F 60%);
}

.h-style04 {
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.h-style04:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4A959A;
}

.table-style01 {
	width: 100%;
	border-top: 1px solid #434343;
}

.table-style01 th {
	border-bottom: 1px solid #434343;
	background: #F5F3F3;
	padding: 20px 15px;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}

.table-style01 td {
	border-bottom: 1px solid #434343;
	padding: 20px 15px;
	width: 80%;
}

.table-style01 td p {
	margin-bottom: 15px;
}

.table-style01 td p:last-child {
	margin-bottom: 0;
}

.table-style01 td a {
	color: #4A959A;
	text-decoration: underline;
}






.g-nav {
	display: flex;
	justify-content: space-between;
    width: 100%;
}

.g-nav li {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.5;
	align-items: center;
	width: calc(100% / 7);
}

.g-nav li a {
	text-align: center;
	background:rgba(160,160,160,0.9);
	color: #fff;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}



.slide-arrow.prev-arrow, .slide-arrow.next-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.slide-arrow.prev-arrow {
  right: -25px;
  
	    background-image: url(../images/common/next.svg);
}
.slide-arrow.next-arrow {
  left: -25px;
      background-image: url(../images/common/pre.svg);
}



.results-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
}

.results-list .img {
	margin-bottom: 10px;
}

.results-list li {
	font-weight: bold;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}


.results-list li h3 {
	font-size: 16px;
	padding: 0 20px;
}

.results-list li p {
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.ma20 {
	margin: 0 20px;
}

.results-list a:hover {
	opacity: 0.7;
}
	

.top-page .g-nav li a {
	background: rgba(178,178,178,0.75);
}

.top-page .g-nav li.active a{
	background: rgba(74,149,154,0.75);
}

.top-business {
	margin-bottom: 80px;
}

.footer {
	padding-top: 100px;
}

.footer .footer-access {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.footer .footer-access ul {
	margin-bottom: 25px;
}

.footer .footer-access li {
	margin-bottom: 15px;
}

.footer .footer-access li a {
	display: block;
	border: 1px solid #434343;
	border-radius: 40px;
	padding: 25px;
	text-align: left;
	font-size: 16px;
	line-height: 1;
	position: relative;
}

.footer .footer-access li a:hover {
	opacity: 0.7;
}

.footer .footer-access li:first-child a:before {
	content: '';
	display: block;
	width: 20px;
	height: 7px;
	background-image: url(../images/common/arrow01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
}

.footer .footer-access li:last-child a:before {
	content: '';
	display: block;
	width: 20px;
	height: 7px;
	background-image: url(../images/common/arrow02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
}

.footer .footer-access .sec01 {
	width: 65%;
}

.footer .footer-access .sec02 {
	width: 30%;
}

.footer-num a {
	font-size: 30px;
	line-height: 1;
}

.footer-tel h4 {
	margin-bottom: 5px;
	font-size: 15px;
}

.footer-top {
	text-align: center;
	margin-bottom: 35px;
}

.g-map {
    position: relative;
    width: 100%;
    padding-top: 40%;
    height: 0;
}

.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-bottom {
	display: flex;
}

.footer-bottom .sec01 {
	width: 50%;
	background: #696969;
	padding: 50px;
}

.footer-bottom .sec01 dl {
	margin-bottom: 20px;
}

.footer-bottom .sec01 dt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.footer-bottom .sec01 dd {
	max-width: 170px;
	margin: 0 auto;
}

.footer-bottom .sec01 p {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.footer-tel02 {
	text-align: center;
	color: #fff;
}

.footer-tel02 a {
	font-size: 22px;
	color: #fff;
}

.footer-bottom .sec02 {
	width: 50%;
	background: url("../images/common/footer-bg.jpg") no-repeat;
	background-size: cover;
	padding: 50px;
}

.footer-bottom .sec02 dt {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: normal;
}

.footer-bottom .sec02 .sec02-inner {
	display: flex;
	gap:50px;
	margin-bottom: 50px;
}

.footer-bottom .insta-icon {
	width: 28px;
	margin: 0 0 10px auto;
}

.copy-right {
	text-align: right;
	font-size: 13px;
}

.h-day {
	border: 1px solid #EC881E;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 14px;
}

.h-day span {
	border-top: 1px solid #EC881E;
	padding-top: 6px;
	display: block;
	margin-top: 6px;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 黒の透過 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content img {
  max-width: 95%;
  max-height: 95%;
	margin: 0 auto;
    display: block;
}

.img-caption {
	font-size: 14px;
	text-align: center;
	margin-top: 6px;
}






