@charset "utf-8";
html {
	scroll-behavior: smooth;
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size:18px;
	line-height:1.6;
	word-wrap: break-word;
	color: #364c78;
	background:url(../img/common/m-bg.jpg);
}

@media screen and (max-width: 800px) {
body {
	font-size:16px;
}
}

a{
	color: #364c78;
}


h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

/* contents
-------------------------------------------------------------------*/
.topbtn.on{
    opacity: 1;
    z-index: 99;
}

.topbtn{
    position: fixed;
	right: 20px;
	bottom: 20px;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    display: block;
}

.topbtn a{
width: 60px;
height: 60px;
background: #fff;
border-radius: 50%;
display:block;
}

/* Font Awesome */
.topbtn a:before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 24px;
color: #293d65;
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
}

.f-btn{
	display:none;
}

.r-btn{
	position:fixed;
	right:-20px;
	top:0;
	z-index:999;
    transform-origin: top center;
    animation: sway 4s ease-in-out infinite;
}


.r-btn a{
	position: relative;
	width:190px;
	height:358px;
	display:block;
}

.r-btn a img{
	text-align:center;
	top:-100px;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	transition: all 0.7s;
}

.r-btn a img:last-of-type{
	opacity: 0;
}

.r-btn a:hover img{
	opacity: 1;
	top:-20px;
}

.r-btn a:hover img:first-of-type{
	opacity: 0;
}

/* ---------------------------------- */
/* 提灯を揺らすアニメーションの定義 */
/* ---------------------------------- */
@keyframes sway {
    0% {
        transform: rotate(-3deg); 
    }
    50% {
        transform: rotate(3deg); 
    }
    100% {
        transform: rotate(-3deg); 
    }
}

#breadcrumb{
	padding:10px 20px;
	background:#f3f0eb;
}

#breadcrumb ul{
	display:flex;
	flex-wrap:wrap;
	max-width:1120px;
	margin:0 auto;
	font-size:16px;
	font-weight:500;
}

#breadcrumb ul li:not(:first-child){
	padding:0 0 0 25px;
	position:relative;
}

#breadcrumb ul li:not(:first-child):after {
    content: ">";
    position: absolute;
    left: 8px;
    top: -2px;
    font-size: 16px;
}

#breadcrumb ul li:not(:last-child ) a{
	color:#A3A3A3;
}

.img{
	line-height:0;
}

.wrap {
	min-width:1024px;
	position:relative;
	overflow:hidden;
}

.wd{
	max-width:980px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}

.contents{
	clear:both;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none !important;
}

.left{
	float:left;
}

.right{
	float:right;
}

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

.coverimg{
	overflow:hidden;
	position:relative;
}

.coverimg:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.coverimg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition:1s all;
}

@media screen and (max-width: 800px) {
#breadcrumb ul{
	font-size:14px;
}

#breadcrumb ul li:not(:first-child){
	padding:0 0 0 20px;
}

#breadcrumb ul li:not(:first-child):after {
    font-size: 14px;
}	
	
.wrap {
	min-width:inherit;
	box-sizing:border-box;
}
	
.topbtn{
	right: 10px;
	bottom: 70px;
}
	
.topbtn a{
width: 40px;
height: 40px;
}
	
.topbtn a:before {
font-size: 20px;
}
	
.f-btn{
    position: fixed;
    right: 0;
	left:0;
    bottom: 0;
    transition: all 0.3s;
    display: block;
	z-index:-1;
	opacity:0;
}

.f-btn.on.off{
    opacity: 0;
    z-index: -1;
}

.f-btn.on{
    opacity: 1;
    z-index: 99;
}
	
.f-btn{
	display:flex;
}
	
.f-btn li{
	width:50%;
	text-align:center;
}

.f-btn a{
	background:#293d65;
	font-size: clamp(12px, 4vw, 16px);
	line-height:60px;
	height:60px;
	font-weight:700;
	color:#fff;
	display:block;
	letter-spacing:0.1em;
}
	
.f-btn li:nth-child(2) a{
	font-size: clamp(12px, 5vw, 20px);
	background:#e64729;
}
	
.f-btn a span{
	position:relative;
	display:inline-block;
	padding:0 0 0 35px;
}

.f-btn a span:before{
	content:"";
	width:19px;
	height:25px;
	background:url(../img/common/sp/f-btn-ico01.png?20251223) no-repeat center center;
	background-size:contain;
	position:absolute;
	left:0;
    top: 50%;
    transform: translateY(-50%);
}

.f-btn li:nth-child(2) a span:before{
	width:23px;
	height:23px;
	background:url(../img/common/sp/f-btn-ico02.png) no-repeat center center;
	background-size:contain;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	margin:0;
	padding:0;
}

.wd{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

.spscale{
	width:100%;
	height:auto;
}

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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}


/* menu
-------------------------------------------------------------------*/
#menu{
	width:350px;
	position:fixed;
	top:120px;
	left:-330px;
	transition: all 0.3s;
	z-index:999;
}

#menu.off{
	opacity:0;
	z-index:-1;
}

#menu.active{
	left:0;
}

#menu .box{
	position:relative;
}

#menu .box .menu-btn{
	position:absolute;
	right:-60px;
	top:200px;
	cursor:pointer;
}

#menu .box .menu-btn .txt{
	font-size:12px;
	letter-spacing:0.1em;
	color:#e64729;
	position:absolute;
    right: 10px;
    top: 80px;
	font-weight:600;
	z-index:2;
}

#menu .box .menu-btn .ico{
	position:absolute;
	right:-10px;
	width:100px;
	height:100px;
	top:-10px;
	background:url(../img/common/menu.svg) no-repeat;
	transition: all 0.3s;
	background-position: 0 0;
	animation: parapara 0.15s steps(2);
	z-index:2;
}

#menu.active .box .menu-btn .ico{
	/*animation: parapara 0.15s steps(2) forwards;*/
	transition: background 0.15s steps(2);
	background-position: -200px 0;
}

@keyframes parapara {
  0% {
    background-position: 0 0;
}
	
100% {
    background-position: -200px 0;
  }
}

#menu .box .menu-btn .circle{
	position:absolute;
	right: 68px;
    top: 42px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
	z-index:2;
}

#menu .box .menu-btn .border{
	position:absolute;
	width:20px;
	height: calc(100vh - 120px);
	background:#364c78;
	left:-80px;
	top:-200px;
}


nav.pcgnav{
	overflow:auto;
	border:10px solid #364c78;
	border-right:20px solid #364c78;
	background:#ffffff;
	padding:20px;
	height: calc(100vh - 120px);
}

nav > ul > li{
	padding:20px 0 15px 0;
	border-bottom:1px solid #c8cbd2;
}

nav .sns{
	display:flex;
}

nav .sns li{
	padding:0;
	margin:0 10px;
	border:none;
	box-sizing:border-box;
	width:30px;
}

nav .sns li:nth-child(2){
	margin:5px 10px 0 10px;
	width:25px;
}

nav > ul > li:last-child{
	border-bottom:none;
}

nav > ul > li span{
	display:block;
	padding:0 0 5px 0;
}

nav > ul > li span a{
	font-size:16px;
	font-weight:700;
	padding:0 0 0 15px;
	display:inline-block;
	position:relative;
}

nav > ul > li span a:after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #e64729;
	border-right: 0;
}

nav > ul > li > ul{
	padding:0 0 5px 0;
}

nav > ul > li > ul > li a{
	font-size:14px;
	padding:0 0 0 25px;
	margin:0 0 0 15px;
	display:inline-block;
	position:relative;
}

nav > ul > li > ul > li a:after{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width: 15px;
	height: 1px;
	background:#364c78;
}

.spgnav{
	display:none;
}
@media screen and (max-width: 800px) {
#menu{
	display:none;
}
}
/* header
-------------------------------------------------------------------*/
header .logo{
	position:absolute;
	left:40px;
	top:30px;
	z-index:9;
	    width: 250px;
}

.triger-wrap{
	display:none;
}

@media screen and (max-width: 800px) {
header .logo{
	width:168px;
	left:20px;
	top:20px;
}	
	
.spgnav{
	background:#364c78;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:30px;
	z-index:999;
	overflow:auto;
}

nav > ul {
    border:none;
    padding: 20px 20px 0 20px;
	background:#ffffff;
}
	
nav .sns {
    padding:0 20px 40px 20px
}
	
.triger-wrap{
	display:block;
	position:fixed;
    right: 20px;
    top: 20px;
	z-index:3333;
	width:45px;
	height:45px;
	background:#e8eae6;
	border-radius:50%;
}

.top-trigger,
.top-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 99999;
}
.top-trigger{
    position: relative;
    width: 100%;
    height: 100%;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.top-trigger span {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #0a0e13;
    z-index: 99999;
	top:50%;
	left: 12px;
}

.top-trigger span:nth-of-type(1) {
    margin-top: -7px;
}
.top-trigger span:nth-of-type(3) {
    margin-top: 7px;
}
.triger-wrap.active span:nth-of-type(1) {
	transform: translateY(1px) rotate(-45deg);
    margin-top: -2px;
}
.triger-wrap.active span:nth-of-type(2) {
	opacity:0;
}
.triger-wrap.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}
}

/* footer
-------------------------------------------------------------------*/
.f-contact{
	text-align:center;
	padding:100px 20px;
	color:#fff;
	background:#364c78;
	position:relative;
}

.f-contact h2{
	letter-spacing:0.2em;
	font-size:40px;
	font-weight:700;
	padding:0 0 30px 0;
}

.f-contact .txt{
	letter-spacing:0.1em;
	line-height:1.8;
}

.f-contact ul{
	display:flex;
	justify-content:center;
	padding:50px 0 40px 0;
}

.f-contact ul li{
	padding:0 12px;
}

.f-contact ul li a{
	display:block;
	width:230px;
	height:230px;
	background:url(../img/common/contact-ico01.png) no-repeat center 60px #293d65;
	padding:165px 0 0 0;
	font-weight:700;
	letter-spacing:0.2em;
	box-sizing:border-box;
	color:#fff;
}

.f-contact ul li:nth-child(2) a{
	background:url(../img/common/contact-ico02.png) no-repeat center 70px #293d65;
}

.f-contact ul li:nth-child(3) a{
	background:url(../img/common/contact-ico03.png) no-repeat center 75px #293d65;
}

.f-contact ul li a:hover{
	background:url(../img/common/contact-ico01.png) no-repeat center 60px #e64729;
}

.f-contact ul li:nth-child(2) a:hover{
	background:url(../img/common/contact-ico02.png) no-repeat center 70px #e64729;
}

.f-contact ul li:nth-child(3) a:hover{
	background:url(../img/common/contact-ico03.png) no-repeat center 75px #e64729;
}

.f-contact .box{
	width:730px;
	margin:0 auto;
}

.f-contact dl{
	padding:30px 0;
	border-top:2px solid #293d65;
	border-bottom:2px solid #293d65;
}

.f-contact dl dt{
	font-size:20px;
	font-weight:700;
	line-height:1.6;
	letter-spacing:0.1em;
}

.f-contact dl dd a{
	font-size:40px;
	font-weight:700;
	letter-spacing:0.1em;
	color:#fff;
	padding:0 0 0 55px;
	display:inline-block;
	background:url(../img/common/f-contact-tel-ico.png) no-repeat left 15px;
	line-height:1.6;
}

.f-contact dl dd.kome{
	font-size:12px;
	letter-spacing:0.1em;
}

.f-contact .insta{
	border-bottom:2px solid #293d65;
}

.f-contact .insta a{
	font-weight:700;
	letter-spacing:0.1em;
	color:#fff;
	padding:30px 0;
	display:block;
	background:url(../img/common/f-contact-link-ico.png) no-repeat 95% center;
	line-height:1.6;
}

.f-contact .insta a span{
	padding:0 0 0 33px;
	background:url(../img/common/f-contact-insta-ico.png) no-repeat left center;
}

footer{
	background:#1c2840;
}

footer .f-box{
	max-width:1366px;
	margin:0 auto;
	display:flex;
	color:#fff;
}

footer a{
	color:#fff;
}

footer .box01{
	width:900px;
	min-width:750px;
	box-sizing:border-box;
	padding:40px;
	order:2;
	position:relative;
}

footer .box01 .insta{
	position:absolute;
	right:40px;
	top:50px;
}

footer .box01 .insta a{
	display:inline-block;
	font-size:16px;
	padding:5px 0 5px 30px;
	background:url(../img/common/f-insta-ico.png) no-repeat left center;
}

footer .box01 .insta a span{
	text-decoration:underline;
}

footer .box01 .box-in{
	display:flex;
	justify-content:space-between;
}

footer .box01 .box-in .address-box{
	width:375px;
}

footer .box01 .box-in .address-box .txt{
	font-size:16px;
	line-height:1.8;
	padding:20px 0;
}

footer .box01 .box-in .address-box ul.tel{
	display:flex;
    align-items: center;
	padding:0 0 20px 0;
}

footer .box01 .box-in .address-box ul.tel li{
	padding:0 20px 0 0;
}

footer .box01 .box-in .address-box ul.tel li a{
	padding:10px 0 10px 30px;
	background:url(../img/common/f-tel-ico.png) no-repeat left center;
	letter-spacing:0.1em;
	font-size:16px;
}

footer .box01 .box-in .address-box ul.tel li:nth-child(2) a{
	background:url(../img/common/f-gmap-ico.png) no-repeat left center;
}

footer .box01 .box-in .address-box ul.tel li:nth-child(2) a span{
	text-decoration:underline;
}

footer .box01 .box-in .address-box ul.link li{
	padding:15px 0 0 0;
}

footer .box01 .box-in .address-box ul.link li a{
	display:block;
	height:78px;
	line-height:78px;
	background:url(../img/common/contact-ico01.png) no-repeat 30px center #293d65;
	background-size:27px;
	font-weight:700;
	letter-spacing:0.1em;
	text-align:center;
}

footer .box01 .box-in .address-box ul.link li:nth-child(2) a{
	background:url(../img/common/contact-ico02.png) no-repeat 30px center #293d65;
	background-size:32px;
}

footer .box01 .box-in .address-box ul.link li:nth-child(3) a{
	background:url(../img/common/contact-ico03.png) no-repeat 30px center #293d65;
	background-size:35px;
}

footer .box01 .box-in .address-box ul.link li a:hover{
	background:url(../img/common/contact-ico01.png) no-repeat 30px center #e64729;
	background-size:27px;
}

footer .box01 .box-in .address-box ul.link li:nth-child(2) a:hover{
	background:url(../img/common/contact-ico02.png) no-repeat 30px center #e64729;
	background-size:32px;
}

footer .box01 .box-in .address-box ul.link li:nth-child(3) a:hover{
	background:url(../img/common/contact-ico03.png) no-repeat 30px center #e64729;
	background-size:35px;
}

footer .box01 .box-in .link-box{
	width:400px;
}

footer .box01 .box-in .link-box li{
	border-top:2px solid #3e4a63;
}

footer .box01 .box-in .link-box li:last-child{
	border-bottom:2px solid #3e4a63;
}

footer .box01 .box-in .link-box li a{
	display:block;
	padding:11px;
	font-size:16px;
	letter-spacing:0.1em;
}

footer .box02{
	background:url(../img/common/f-img.png) no-repeat center center;
	background-size:cover;
	width:450px;
	position:relative;
}

footer .box02 .copy{
	font-size:12px;
	letter-spacing:0.1em;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}

@media screen and (max-width: 800px) {
.f-contact{
	padding: 60px 20px 80px 20px;
}

.f-contact h2{
	font-size:28px;
	padding:0 0 20px 0;
}

.f-contact .txt{
	text-align:left;
	font-size:15px;
}

.f-contact ul{
	display:block;
	padding:30px 0 20px 0;
}

.f-contact ul li{
	padding:0 0 10px 0;
}

.f-contact ul li a{
	width:100%;
	height:75px;
	line-height:75px;
	background:url(../img/common/contact-ico01.png) no-repeat 20px center #293d65;
	background-size:31px;
	padding:0;
	font-size:15px;
}

.f-contact ul li:nth-child(2) a,
.f-contact ul li:nth-child(2) a:hover{
	background:url(../img/common/contact-ico02.png) no-repeat 20px center #293d65;
	background-size:31px;
}

.f-contact ul li:nth-child(3) a,
.f-contact ul li:nth-child(3) a:hover{
	background:url(../img/common/contact-ico03.png) no-repeat 20px center #293d65;
	background-size:33px;
}

.f-contact ul li a:hover{
	background:url(../img/common/contact-ico01.png) no-repeat 20px center #293d65;
	background-size:31px;
}

.f-contact .box{
	width:100%;
}

.f-contact dl dt{
	font-size:18px;
}

.f-contact dl dd a{
	font-size:34px;
	padding:0 0 0 55px;
	background:url(../img/common/sp/f-tel-ico.png) no-repeat left 9px;
	background-size:40px;
}

.f-contact .insta a{
	background:url(../img/common/f-contact-link-ico.png) no-repeat 85% center;
	font-size:15px;
}

.f-contact .insta a span{
	padding:0 0 0 45px;
	margin:0 0 0 -45px;
	background:url(../img/common/sp/f-insta-ico.png) no-repeat left center;
	background-size:35px;
	display:inline-block;
}

footer .f-box{
	display:block;
}

footer .box01{
	width:100%;
	min-width:inherit;
	padding:20px;
}

footer .box01 .logo{
	width:170px;
}

footer .box01 .insta{
	position:static;
	padding:20px 0 0 0;
}

footer .box01 .insta a{
	background:url(../img/common/sp/f-insta-ico.png) no-repeat left center;
	background-size:20px;
}

footer .box01 .box-in{
	display:block;
}

footer .box01 .box-in .address-box{
	width:100%;
}

footer .box01 .box-in .address-box .txt{
	font-size:15px;
	line-height:1.6;
	padding:20px 0;
}

footer .box01 .box-in .address-box ul.tel{
	justify-content:center;
}

footer .box01 .box-in .address-box ul.tel li a{
	background:url(../img/common/sp/f-tel-ico.png) no-repeat left center;
	background-size:23px;
}

footer .box01 .box-in .address-box ul.tel li:nth-child(2) a{
	background:url(../img/common/sp/f-gmap-ico.png) no-repeat left center;
	background-size:23px;
}

footer .box01 .box-in .address-box ul.link li{
	padding:15px 0 0 0;
}

footer .box01 .box-in .address-box ul.link li a{
	height:75px;
	line-height:75px;
}

footer .box01 .box-in .address-box ul.link li a:hover{
	background:url(../img/common/contact-ico01.png) no-repeat 30px center #293d65;
	background-size:27px;
}

footer .box01 .box-in .address-box ul.link li:nth-child(2) a:hover{
	background:url(../img/common/contact-ico02.png) no-repeat 30px center #293d65;
	background-size:32px;
}

footer .box01 .box-in .address-box ul.link li:nth-child(3) a:hover{
	background:url(../img/common/contact-ico03.png) no-repeat 30px center #293d65;
	background-size:35px;
}

footer .box01 .box-in .link-box{
	width:100%;
	padding:30px 0;
}

footer .box02{
	background:url(../img/common/f-img.png?20251203) no-repeat center center;
	background-size:cover;
	width:100%;
	height:340px;
}

footer .box02 .copy{
	font-size:12px;
	letter-spacing:0.1em;
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
}
}