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

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}

/*header*/

#header {
	z-index: 999999999999;
	width: 100%;
	position: relative;
}

.header {
	padding: 20px 20px;
	display: flex;
  justify-content: space-between;
	position: fixed;
left: 0px;
top: 0px;
	width: 100%;
}

.header-left h1 img {
	height: 160px;
	width: auto;
}

.header-right .box01 {
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.header-right .box01 h6 {
	padding-right: 15px;
}


#header h2 {
	position: absolute;
left: 30px;
top: 30px;
}

#header h2 img {
	height: 190px;
	width: auto;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background:#FFF;
		left: 0;
		overflow: auto;
		background-image: url("../images/nav-back.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
		
	}
	nav div {
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		display: flex;
  justify-content: center;
		align-items: center;
	}
	nav ul{
		margin: 0 auto;
		width: 70%;
		height: 80%;
		text-align: center;
		background : rgba(68, 2, 51, 0.6);
		display: flex;
  justify-content: center;
		align-items: center;
		flex-direction: column;
	}

nav ul li{
	width: 100%;
	}

	nav ul li a {
		font-family: 'Zen Old Mincho', serif;
		display: block; 
		color: #FFF;
		font-weight: normal;
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: 0.1em;
		margin: 12px auto;
	}

nav ul li a span {
	font-size: 14px;
	display: block;
	padding-top: 5px;
	}

nav ul li a:hover {
		opacity: 1;
	color: #db75bc;
	}


/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 64px;
		height: 64px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 20px 15px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* nav-pc */

.nav-pc {
	width: 100%;
	line-height: 0;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.nav-pc ul {
	display: inline-block;
}

.nav-pc ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
}

.nav-pc ul li a:hover {
	opacity: 0.75;
}




/* main-img */

.main-img {
	width: 100%;
	position: relative;
	margin-top: 200px;
}

.main-img::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../images/text00.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 140px;
	margin-top: -70px;
}

.main-img img {
	width: 100%;
height: 450px;
	object-fit: cover;
}

/*title-box*/
 
.title {
	position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
	width: 80%;
	text-align: left;
}

.title h2, .title h3 {
	font-family: 'Zen Old Mincho', serif;
color: #FFF;
line-height: 1.2;
font-weight: normal;
}

.title h2 {
	font-size: 50px;
letter-spacing: 0.15em;
	margin-bottom: 15px;
}

.title h3 {
	font-size: 24px;
	letter-spacing: 0.3em;
}


/*contents*/

.contents {
	width: 100%;
	padding-top: 60px;
}

/*lay01*/

.lay01 {
}


/*midashi*/

p.text01 {
	color:#4d4d4d;
	line-height:1.8;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.midashi01 {
	text-align: center;
	margin-bottom: 50px;
}

.midashi01 h3, .midashi01 h4, .midashi02 {
	font-family: 'Zen Old Mincho', serif;
line-height: 1.2;
font-weight: normal;
}

.midashi01 h3 {
	font-size: 45px;
color: #16447c;
letter-spacing: 0.05em;
}

.midashi01 h4 {
	font-size: 18px;
color: #231815;
letter-spacing: 0.15em;
	margin-top: 18px;
}

.midashi02 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 34px;
color: #5a83a6;
letter-spacing: 0.05em;
}


h6.btn01 a {
	font-family: 'Zen Old Mincho', serif;
	font-size: 18px;
color: #5a83a6;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: normal;
	border-style : solid;
border-color : #5a83a6;
border-width : 1px;
	display: inline-block;
	padding: 15px 0px;
	width: 380px;
	border-radius: 5px;
	position: relative;
}

h6.btn01 a:hover {
	opacity: 1;
}

h6.btn01 a::after {
	content: "";
	position: absolute;
right: 25px;
top: 0px;
	background-image: url("../images/link-arrow01.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 20px;
	width: 15px;
	height: 100%;
	transition: .5s;
}

h6.btn01 a:hover::after {
right: 15px;
}


/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
}

.pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #8bc53f;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}


/*footer*/

footer {
}

footer .box-in {
	width: 100%;
	text-align: center;
	background-image: url("../images/contact-back.jpg");
background-position: center center;
background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0px 60px;
}

footer .box-in h3 {
	font-family: 'Cinzel', serif;
	font-size: 70px;
color: #FFF;
line-height: 1.2;
font-weight: normal;
	margin-bottom: 40px;
}

footer .box-in h4 {
	width: 1200px;
}

footer .box-in h4 img {
	width: 100%;
height: auto;
}

footer .box-in p {
	width: 770px;
	margin: 60px auto 50px;
	text-align: center;
	font-size: 14px;
}

.footer {
	padding: 60px 0px 40px;
	text-align: center;
}

.footer h3 {
	margin-bottom: 50px;
}

.footer h3 img {
	height: 190px;
	width: auto;
}

.footer p {
	font-size: 12px;
color: #4d4d4d;
line-height: 1.2;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1400px;
	}
	

#header .sp-view {
	display: none;
}
	
	.header .contents-right .box02 {
		display: none;
	}	
		
	
}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}
	


/*header*/


/*header*/

.header {
	padding: 8px;
}

.header h1 img {
	height: 65px;
	width: auto;
}
	
#header h2 {
left: 15px;
top: 15px;
}
	
#header h2 img {
		height: 80px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 53px;
		height: 53px;
		padding: 16px 15px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav ul{
		width: 80%;
		height: 95%;
	}
	
	nav ul li a {
		font-size: 17px;
		margin: 10px auto;
	}

nav ul li a span {
	font-size: 12px;
	}


/* main-img */

.main-img {
	width: 100%;
	margin-top: 80px;
}

.main-img::after {
	height: 40px;
	margin-top: -10px;
}

.main-img img {
height: 180px;
}

/*title-box*/
 
.title {
	width: 85%;
}

.title h2 {
	font-size: 26px;
	margin-bottom: 10px;
}

.title h3 {
	font-size: 17px;
	letter-spacing: 0.2em;
}

	
/*contents*/


.contents {
	padding-top: 40px;
}
	
/*lay01*/

.lay01 {
}

/*midashi*/

p.text01 {
	font-size: 14px;
}
	
.midashi01 {
	margin-bottom: 30px;
}

.midashi01 h3 {
	font-size: 27px;
}

.midashi01 h4 {
	font-size: 14px;
	margin-top: 10px;
}

.midashi02 {
	margin-bottom: 30px;
	font-size: 20px;
letter-spacing: 0em;
}

	
h6.btn01 a {
	font-size: 15px;
	width: 280px;
}

/*btn-top*/
	
	.pagetop_btn {
		bottom: 20px;
		right: 10px;
	}
	
	.pagetop_btn a {
		width: 50px;
		height: 50px;
	}
	

/*footer*/

footer .box-in {
	width: 100%;
	padding: 50px 0px 40px;
}

footer .box-in h3 {
	font-size: 35px;
	margin-bottom: 35px;
}

footer .box-in h4 {
	width: 92%;
}
	
footer .box-in h4 img {
	width: 100%;
height: 170px;
	object-fit: cover;
}

footer .box-in p {
	width: 90%;
	margin: 30px auto 30px;
	font-size: 14px;
}

.footer {
	padding: 40px 0px 20px;
	text-align: center;
}

.footer h3 {
	margin-bottom: 35px;
}

.footer h3 img {
	height: 120px;
	width: auto;
}

.footer p {
	font-size: 10px;
}

      
}
