@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body {
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:16px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
img{
	vertical-align:bottom;
}
h1,h2,h3,h4,h5{
	font-size:100%;
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
}
.wrap{
	width:100%;
	margin:0 auto;
	max-width: 1040px;
}
.text {
	display: inline-block;
}

/*その他-------------------------------------------------------------------*/
.clearfix:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*header-------------------------------------------------------------------*/
header {
	padding: 10px;
}
header h1 {
	font-size: 12px;
	color: #f07c7c;
}
header h2 {
	text-align: center;
	margin-top: 10px;
}
header h2 img {
	max-width: 390px;
	width: 100%;
	height: auto;
}

/*sub_main_img------------------------------------------------------------*/
#sub_main_img h2 {
	text-align: center;
	padding-top: 30px;
	font-size: 1.8em;
	letter-spacing: 2px;
	color: #f591b9;
	border-bottom: 1px solid #f591b9;
}

/*pc_nav-------------------------------------------------------------------*/
#main_menu {
	padding: 10px 0;
	background: #c8c57c;
	font-size: 0;
}
#main_menu ul li {
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 4.1%;
}
#main_menu ul li a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
#main_menu ul li a,
#main_menu ul li a span {
	display: inline-block;
}
#main_menu ul li a span {
	transition: .5s;
}
#main_menu ul li a:hover span {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

@media (max-width:1096px){
	#main_menu ul li {
		padding:0 3.5%;
	}
}
@media (max-width:977px){
	#main_menu ul li {
		padding:0 3%;
	}
}

/*sp_nav----------------------------------------------------*/
#sp_nav {
	display: none;
}
#home{
	width: 100%;
	margin: 0 auto;
	height: 60px;
	text-align: center;
	position: relative;
}
.logo{
	text-align: center;
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}
.logo img {
	max-width: 220px;
	width: 100%;
}
.inner {
	margin: 0 auto;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #FFF;
	text-decoration: none;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
	padding: 0 30px;
	font-size: 14px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#nav-toggle {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 45px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #f591b9;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#top-head,
.inner {
	width: 100%;
	max-width:800px;
	min-width:320px;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 70px;
	z-index: 9998;
	position: relative;
}

#global-nav {
	position: absolute;
/* 開いてないときは画面外に配置 */
	top: -530px;
	background: #fff;
	width: 100%;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 16px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #c8c57c;
	background: #fff;
	padding: 20px 0;
	letter-spacing: 2px;
}

#top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover{
	color: #fff;
	background-color: #223a70;
}

#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(600px);
	-webkit-transform: translateY(600px);
	transform: translateY(600px);
}

@media only screen and (max-device-width: 768px) and (orientation: landscape) {
	#global-nav {
		height: 80vh;
		overflow: scroll;
		top: -730px;
	}
	.open #global-nav {
/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(790px);
		-webkit-transform: translateY(790px);
		transform: translateY(790px);
	}
}

/*footer------------------------------------------------------------------*/
footer {
	margin-top: 60px;
}
footer #pageTop {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}
footer #address {
	background: #fcd9e7;
	padding: 20px 0;
}
footer #address ul li {
	display: inline-block;
	padding-right: 40px;
}
footer #address ul li a {
	color: #666;
}
footer #address p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

/*copyright-----------------------------------------------------------------*/
footer .box {
	background: #f591b9;
	padding:20px 0;
}
footer .box #foot_menu {
	float: right;
	font-size: 0;
}
footer .box #foot_menu ul li {
	display: inline-block;
	font-size: 14px;
	padding-right: 20px;
}
footer .box #foot_menu ul li+li {
	border-left: 1px solid #fff;
	padding-left: 20px;
}
footer .box #foot_menu ul li a {
	color: #fff;
}
footer .box #foot_menu ul li a:hover {
	color: #ccc;
	transition: .5s;
}
#copyright {
	font-size: 14px;
	color: #fff;
	float: left;
}
#copyright small a {
	color: #fff;
}

/*icon-------------------------------------------------*/
a:hover .fa-facebook-official {
	color: #3b5998;
	transition: .5s;
}
a:hover .fa-youtube-square {
	color: #cd201f;
	transition: .5s;
}



/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
	body {
		font-size:14px;
	}
	header {
		padding: 0px;
	}
	header h1 {
		display: none;
	}
	#main_menu {
		display: none;
	}
	.pc_logo {
		display: none;
	}
	#sp_nav {
		display: block;
	}
	#sub_main_img {
		padding: 0 20px;
		margin-top: 60px;
	}
	footer #address {
		text-align: center;
	}
	footer #address ul li {
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	footer #address ul li+li {
		padding-left: 30px;
	}
	footer .box #foot_menu {
		display: none;
	}
	footer .box {
		padding: 10px 0;
	}
	#copyright {
		width: 100%;
		text-align: center;
	}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/

@media (max-width:415px){
	.logo {
		padding-top: 10px;
	}
	.logo img {
		width: 180px;
	}
	#sub_main_img h2 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
}

/*ここからiphone5用（～320px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:320px){
	.logo {
		padding-top: 15px;
	}
	.logo img {
		width: 150px;
	}
}