@charset "UTF-8";

/* CSS Document */

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

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}


body.overflow-hidden {
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}

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

Main components 

-------------------------------- */
html{
	overflow: hidden;
}

html, body {
  height: 100%;
}

header {
/*  display: flex;
  align-items: center;*/
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 100;
  transition:  0.2s;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 100!important;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}

.toppage header{
	background: none;
}
header.change-color {
  background: rgba(255,255,255,1);
  transition: 0.3s;
}

.toppage header.change-color {
  background: rgba(18,26,39,1);
  transition: 0.3s;
}
.head .logo{
	position: absolute;
	top:12px ;
	left: 20px;
	max-width: 150px;
	width: 55%;
	z-index: 5;
}
.head .logo img{
	width: 100%;
	height: auto;
}
@media (max-width: 960px) {
.head .logo {
	top:5px ;
	left: 15px;
	max-width: 140px;
  }
}


@media (max-width: 768px) {
.toppage header{
background-image: -webkit-linear-gradient(left, #000, #1d2e47 60%);
background-image: -o-linear-gradient(left, #000, #1d2e47 60%);
background-image: linear-gradient(to right, #000, #1d2e47 60%);
	}
}
/*==================================================

container
=================================================*/

body {
    position: relative;
    left: 0;
}
section{
	position: relative;
}
article{
	position: relative;
}

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

.tC{
	text-align: center;
}
.tS{
	font-size: 86%;
}

.selector {
  font-feature-settings: "palt";
}
#wrapper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

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

Main components 

-------------------------------- */
/*html, body {
  height: 100%;
}*/

@media (min-width: 961px) {
	header{
		height: 80px;
	}
header.change-color {
  background: rgba(255,255,255,0.95);
  transition: 0.3s;
}
	
nav{
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	z-index: 100;
	position: relative;
	margin: 5px 0px 0px 28%;
	font-family: "Noto Serif", serif;
}
nav > .navinner > ul{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
nav > .navinner > ul > li{
	width: 16.6666%;
	text-align: center;
	position: relative;
	padding: 0;
}
	
nav > .navinner > ul > li > a{
	text-decoration: none;
	color: #000000;
	line-height: 1.6em;
	display: block;
	
} 
.toppage nav > .navinner > ul > li > a{
	color: #fff;
	
}
	
nav ul li ul{
	width: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	left: 0%;
	right: 0%;
	text-align: center;
	margin: auto;
	background: #f0f1f9;
	background: rgba(255,255,255,0.8);
	padding: 0;
	z-index: 15;
}
/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 70px;
	
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}

/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	position: relative;
}
nav > .navinner > ul > li > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 180%;
	color: #222;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 5px 10px;
	vertical-align: middle;
	text-decoration: none;
}
nav > .navinner > ul > li > ul > li > a:hover {
	opacity: 0.7;
}

	nav ul li .back{
		display: none;
	}	

	nav ul li ul li:last-child{
		display: none;
	}	


.megamenu{
		margin: 0 auto;
		text-align: center;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
.megamenu li{
		width: 20%;
		max-width: 280px;
	}
	
	.NavPhoto{
		width: 100%;
		padding: 10px 10px;
		text-align: center;
	}

}


@media (max-width: 1200px) {
nav > .navinner > ul > li{
	font-size: 1.4rem;
}
	
}

@media (max-width: 960px) {

header {
	height: 60px;
	}
nav{
	display: none;
}



/** メニュー開閉ボタン */
    .navopen {
        position: fixed;
        top: 0; right: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin: auto;
        background: rgba(0,0,0,0.8);
        transition: background-color 0.2s;
        z-index: 100;
    }
    .navopen:hover {
        background: rgba(199,168,64,0.8);
    }
    .navopen .icon {
        display: block;
        position: relative;
        width: 30%;
        height: 2px;
        border-radius: 2px;
        background: white;
    }
    .navopen .icon::before,
    .navopen .icon::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background: white;
        transition: top 0.2s, transform 0.2s;
    }
    .navopen .icon::before { top: -6px; }
    .navopen .icon::after { top: 6px; }

    .navopen.active .icon { height: 0; }
    .navopen.active .icon::before { top: 0; transform: rotate(45deg); }
    .navopen.active .icon::after { top: 0; transform: rotate(-45deg); }

	
	.NavPhoto{
		display: none;
	}
	
/** ナビ */
    nav {
        display: block;
        width: 350px;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        perspective: 1000px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 1000;
        pointer-events: none;
    }
    nav.active {
        opacity: 1;
        pointer-events: all;
    }
	
    nav .navinner {
        width: 100%;
        height: 100%;
        padding: 30px 60px;
        color: white;
        background: rgba(29,46,71,0.9);
        font-size: 16px;
        font-weight: 300;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: transform 0.3s;
    }
    nav.active .navinner {
        transform: none;
    }
    nav li ul {
        display: none;
    }
    nav li a {
        display: block;
        position: relative;
        padding: 15px 15px;
        line-height: 1.7;
		color: #fff;
		text-decoration: none;
    }
    nav li a:hover {
		color: #c7a840;
    }
    nav li a:not(.expand)::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 1px; bottom: 0;
        width: 5px;
        height: 5px;
        margin: auto;
        border-top: 1px solid white;
        border-right: 1px solid white;
        transform: rotate(45deg);
    }
    nav li a.expand::before {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 0; bottom: 0;
        width: 9px;
        height: 1px;
        margin: auto;
        background: white;
    }
    nav li a.expand::after {
        content: "";
        display: block;
        position: absolute;
        top: 1px; left: 4px; bottom: 0;
        width: 1px;
        height: 9px;
        margin: auto;
        background: white;
    }
    nav li a.expand + ul {
        display: block;
        position: absolute;
        top: 0; right: 350px; bottom: 0;
        padding: 20px 10px 20px 30px;
        width: 350px;
        background: rgba(42,36,117,0.7);
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    nav li a.expand.active + ul {
        opacity: 1;
        transform: none;
        visibility: visible;
        overflow: auto;
    }
    nav li a.expand + ul li {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.2s 0.2s;
    }
    nav li a.expand.active + ul > * {
        opacity: 1;
        transform: none;
    }


}
@media (max-width: 767px) {

        nav {
            width: calc(100% - 10px);
        top: 60px;
        }
        nav .navinner {
            padding: 10px;
        }
        nav li a.expand + ul {
            left: 35px;
            width: calc(100% - 35px);
        background: rgba(42,36,117,0.95);
            z-index: 150;
        }
		
	
	}


@media print, screen and (min-width:1px) and (max-width: 960px) {

	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
}

@media print{
	header,.navopen{
		position: absolute;
	}
}


/*FOOTER*/

footer{
background-image: -webkit-linear-gradient(left, #000, #1d2e47 30%);
background-image: -o-linear-gradient(left, #000, #1d2e47 30%);
background-image: linear-gradient(to right, #000, #1d2e47 30%);
	padding: 3% 0 0;
}

.footer-inner{
	max-width: 1360px;
	margin: 0 auto;
	font-size: clamp(13px, 1.4vw, 14px);
	line-height: 1.8em;
	font-weight: 500;
	padding: 3% 20px 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top:1px solid #fff;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
}
.footer-info{
	width: 50%;
	padding: 0 10px;
	margin: 0px auto;
}
.footer-info .flogo{
	max-width: 160px;
	text-align: left;
	padding: 0px 0;
}
.footer-info p{
	font-size: clamp(13px, 1.4vw, 14px);
	text-align: left;
	margin: 10px 0;
}

.footer-info a.blank{
	display: block;
	color: #bcc0c6;
	font-size: 0.9em;
}
.footer-info a.blank span{
	width: 15px;
	line-height: 1em;
	display: inline-block;
	margin-left: 10px;
	
}



.footer-menu{
	width: 50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-menu .fnav{
	width: 40%;
	padding: 0 10px;
}
.footer-menu .fnav ul ul li{
	width: 100%;
}
.footer-menu .fnav ul{
	padding: 0px 10px;
}
.footer-menu .fnav ul a{
	color: #fff;
	font-size: clamp(13px, 1.4vw, 14px);
	display: block;
	padding: 5px 0;
	text-decoration: none;
}

.copyright{
	padding-top: 5%;
	color: #bcc0c6;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 400;
}

@media screen and (max-width: 960px) {

.footer-info{
	width: 100%;
	padding: 0 10px;
	margin: 0px auto;
}
.footer-menu{
	width: 100%;
	margin: 20px auto;
}
.footer-menu .fnav{
	width: 50%;
	padding: 15px 0;
}
}
@media screen and (max-width: 767px) {
.footer-menu .fnav{
	width: 50%;
	padding: 0;
}
}


@media screen and (max-width: 480px) {

.footer-menu .fnav{
	width: 100%;
}
	
}
	.head_right{
		position: fixed;
		right: 20px;
		top: 20px;
		height: 60px;
		display: flex;
		justify-content: flex-end;
	}

@media print, screen and (min-width:1px) and (max-width: 960px) {

		.head_right .btn-info a{
			padding: 5px 10px;
			background: #d1d5e7;
			color: #182c88;
	}
		.head_right .btn-parttime a{
			padding: 5px 10px;
			background: #d1d5e7;
			color: #182c88;
	}
		.head_right .btn-entry a{
			padding: 5px 10px;
			background: #182c88;
			color: #d1d5e7;
	}
	
	
	
}


@media print, screen and (min-width:1px) and (max-width: 480px) {
	.head_right{
		display: none;
	}
}