﻿@charset "UTF-8";

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
//	background-attachment: fixed;
//	background-image: url(../logo_mark/bg.png);
}
a{
	color:royalblue;
}
a:hover{
	color:red;
	text-decoration: none;
}
img{
	max-width:100%;
	height:auto;
	width/***/:auto;
}
#container{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1600px;
	background:#FFF;
}
header{
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(../top/header_newL.png);
	background-size:100%;
}
header h1{
	float:left;
	margin:2.6% 0 2% 10%;
	width:40%;
}
header h2{
	float:left;
	margin:6% 0 0 4%;
	width:24%;
}
header h3{
	float:right;
	margin:2% 2% 0 0;
	width:12%;
}
/*
#santa {
	position: absolute;
	display: none;
	top: 0;
	right: 8%;
}
*/
.drawerBt {
	display:none;
}
.dNavWrapper{
	margin:0 auto 20px;
	width:100%;
	background:lightcyan;
}
nav ul{
	display: flex;
	margin:0 auto;
	width:100%;
}
nav li{
	width:calc(100%/6);
	font-size:0.9rem;
	line-height:2.4;
	background-color:#3993B0;
	text-align:center;
	color: #FFF;
	border-left:1px solid #339;
	box-sizing:border-box;
}
nav li:first-child{
	margin:0;
	border-left:none;
}
nav li.insta img {
	width: 60%;
}
nav li a{
	display:block;
	color:#009;
//	background-color:#B9CFFF;
	background-color:azure;
}
nav li a:hover{
	color:red;
//	background-color:#E7CDE7;
	background-color:lavender;
}

#wrapper{
	margin:0 auto;
	width:96%;
}

footer{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	padding:20px 0 40px;
	width:100%;
	text-align:center;
	border-top:1px dotted #666;
}
footer small{
	width:50%;
	font-size:1em;
}
footer p{
	margin:0 4%;
	font-size:0.9em;
}
footer .pp{
	display:flex;
	margin-right:6%;
	width:40%;
}
.pagetop {
	display:none;
	position:fixed;
	bottom:30px;
	right:10px;
}
.pagetop a{
	display:block;
	background-color:rgba(195,28,28,0.8);
	text-align:center;
	color:#FFF;
	font-size:0.85em;
	line-height:1.4em;
	padding:20px 6px 10px;
	border-radius:40px 40px 5px 5px;
	-webkit-border-radius:40px 40px 5px 5px;
	-moz-border-radius:40px 40px 5px 5px;
	-o-border-radius:40px 40px 5px 5px;
	-ms-border-radius:40px 40px 5px 5px;
}
 
.pagetop a:hover{
	padding:20px 6px 10px;
	background-color:rgba(200,150,150,0.8);
	color:#333;
	font-size:0.85em;
	line-height:1.4em;
	
}


/*Responsive=====================================================*/

@media screen and (max-width:1040px){
	nav ul#menu li img{
		margin-bottom:2%;
//		width:40%;
	}
}

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

	nav ul{
		width:100%;
	}
	nav li{
		font-size:0.85rem;
	}
	nav li.insta img {
		width: 65%;
	}
	#wrapper{
		width:98%;
	}
}

@media screen and (max-width:780px){
	header{
		background-size:160%;
	}
	header h1{
		float:none;
		margin:0 0 0 1%;
		padding-top:1%;
		width:70%;
	}
	header h2{
		float:none;
		margin:0 0 1% 4%;
		display:inline-block;
		width:70%;
	}
	header h3{
		margin:0 10% 0 0;
		display:inline-block;
	}
	.dNavWrapper{
		margin:0;
	}
	.drawerBg {
		width: 100%;
		height: 100%;
		position:absolute;
		z-index: 999;
		background-color: rgba(120, 120, 120, 0.4);
		display: none;
		top: 0;
		left: 0;
	}

	.drawerBt {
		display: block;
		background: none;
		border: none;
		padding: 0;
		width: 32px;
		letter-spacing: 0.1em;
		cursor: pointer;
		position:absolute;
		top: 4px;
		right: 20px;
		z-index: 1001;
		text-align: center;
		outline: none;
	}
	.drawerBt.active .drawerBar {
		width: 44px;
	}

	.drawerBt.active .drawerBar1 {
		transform: rotate(30deg);
		background:#FFF;
	}

	.drawerBt.active .drawerBar2 {
		opacity: 0;
		
	}

	.drawerBt.active .drawerBar3 {
		transform: rotate(-30deg);
		background:#FFF;
	}

	.drawerBt.active .drawerMenuText {
		display: none;
	}

	.drawerBt.active .drawerClose {
		display: block;
	}

	.drawerBar {
		display: block;
		height: 3px;
		margin: 8px 0;
		transition: all 0.2s;
		transform-origin: 0 0;
	}

	.drawerText {
		text-align: center;
		font-size: 0.5rem;
	}

	.drawerClose {
		letter-spacing: 0.08em;
		display: none;
		color:#FFF;
	}

	.drawerMenuText {
		display: block;
	}

	.dNavWrapper {
		position:fixed;
		top: 0;
		right: 0;
		width: 200px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(312px);
		z-index: 1000;
		background:midnightblue;
	}

	.dNavWrapper.open {
		transform: translate(0);
	}


	.left .drawerBt {
		right: auto;
		left: 32px;
	}

	.left .dNavWrapper {
		transform: translate(-312px);
		right: auto;
		left: 0;
	}

	.left .dNavWrapper.open {
		transform: translate(0);
	}

/*+++ Default Navigation CSS +++*/

	.dNav {
		padding: 80px 24px;
		flex-direction: column;
	}

	.dNav li {
//		float:none;
		width:100%;
		font-size: 0.9em;
		line-height:2.8em;
		border:none;
	}
	.dNav li a{
		display: block;
		color: #FFF;
		text-decoration: none;
		background:midnightblue;
	}

	/*+++ Default Button Color +++*/
	.drawerBt {
		color:#333;
	}

	.drawerBt .drawerBar {
		background-color:#333;
	}
	nav li.insta img {
		width: 50%;
	}
	#b_menu{
		display:none;
	}
	footer{
		flex-direction:column;
	}
	footer small{
		order:4;
		padding:2% 0;
		width:100%;
		font-size:0.9em;
	}
	footer p{
		font-size:0.85em;
	}
	footer .pp{
		order:1;
		margin:0 auto;
		width:60%;
	}
}


@media screen and (max-width:500px){
	footer .pp{
		flex-direction:column;
		margin-left:2%;
		width:80%;
	}
	footer p{
		font-size:0.85em;
		line-height:1.4em;
	}
	footer small{
		padding:4% 0;
	}
}
