﻿<style type="text/css">

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: flex;
}
body {
	line-height: 1;
	background-image: url("background.jpg");
	background-size: 30vw auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	margin:0;
	color:#313131;
	background-color: #0C3854;
}

img{
	outline:none;
	border-style:none;
}

a{
    color:white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: darkgoldenrod;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*****HEADER*****/
header{
    display: flex;
	align-items: center;
    width:60%;
    margin-left: 20%;
	margin-top: 1vw;
    overflow: hidden;
	background-color: #0C3854;
}
.shop{
	flex-flow: row nowrap;
	margin-bottom: 0;
	margin-left: 5vw;
}
.shop img{
	width: 170%;
}
.shop2{
	flex-flow: row nowrap;
	font-family: "Sawarabi Gothic";
	font-size: 1.4vw;
    color: #fff;
	letter-spacing: -0.05vw;
	margin-bottom: 0;
	margin-left: 5vw;
}
.icon0{
	flex-flow: row nowrap;
	margin-bottom: 0;
	margin-left: 1vw;
}
.icon{
	width: 1.5vw;
	height: 1.5vw;
	margin-left: 0.3vw;
}

/*****BRANDING*****/
#branding{
    width: 60%;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
    overflow: hidden;
    background-color: #0C3854;
}
#logoset{
	display: flex;
	justify-content:center;
}
#logo{
	width: auto;
	height: 6vw;
	margin-bottom: 0.5vw;
}
#logotext{
	font-family: "Sawarabi Gothic";
	font-size: 1vw;
	line-height: 8vw;
    color: #fff;
	letter-spacing: 0.5vw;
	margin-bottom: -1.5vw;
	margin-left: 0.5vw;
}
#mainphoto{
	width: auto;
	height: 40vw;
	overflow: hidden;
}
#title1{
	font-family: "Hannari";
	font-size: 3.5vw;
	letter-spacing: -0.5vw;
	line-height: 3.5vw;
    color: #fff;
	margin-bottom: 0.5vw;
}
#title2{
	font-family: "Sawarabi Gothic";
	font-size: 2vw;
	line-height: 2vw;
    color: #fff;
	letter-spacing: 0.2vw;
	margin-bottom: 0.5vw;
}
/*****NAV*****/
nav{
	font-family: "Sawarabi Gothic";
    width: 100%;
    border-top: 0.05vw solid white;
    border-bottom: 0.05vw solid white;
	margin-top: 1vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
nav ul{
    width: 60%;
    margin-left: 20%;
	margin-bottom: 0vw;
}
nav li{
    width: calc(20% - 0.6vw);
    font-size: 1vw;
    letter-spacing: 0.1vw;
    font-weight: 400;
    line-height: 2vw;
    border-left: 0.05vw solid white;
    color: #313131;
    cursor: pointer;
    text-align: center;
    float: left;
}
nav li:last-child{
    border-right: 0.05vw solid white;
}

nav li:hover{
    background-color: white;
    transition: background-color 0.5s ease-out;
    color: #fff;
}
/*****ARTICLE*****/
section{
	font-family: "Sawarabi Gothic";
	display: flex;
	justify-content: center;
	width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
article{
    width: 100%;
    padding: 1vw;
    background-color: #0C3854;
	overflow: hidden;
    flex-flow: column;
}
article p{
    font-size: 0.8vw;
    color: white;
    line-height: 1.5vw;
	text-align: center;
	margin-bottom: 0;
	flex-flow: column;
}
article p.strong{
    font-size: 1.2vw;
    color: white;
    line-height: 2vw;
	text-align: center;
	margin-bottom: 0;
	flex-flow: column;
}
/*****MAP*****/
#gmap{
	width: 40vw;
	height: 35vw;
	border: 0;
	margin-top: 0.5vw;
}
/*****MAILFORM*****/
/*form_CSS*/
form#mailform {
	display: flex;
	justify-content: center;
	background: #0C3854;
}
form#mailform fieldset {
	flex-flow: column;
	border: 1px solid white;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
	margin-top: 0.5vw;
	margin-bottom: 0.5vw;
	display: flex;
}
/*P_CSS*/
form#mailform p {
	padding:0.3vw;
	font-size: 1vw;
	background: #0C3854;
	text-align: left;
}
form#mailform p span {
	display: inline-block;
	/*IE用スターハック*/  
    *display: inline;  
    *zoom: 1;  
	width: 15vw;
	text-align: right;
	vertical-align: top;
	padding-right:0.5vw;
	padding-top: 0.2vw;
	margin:0px;
}
form#mailform p input {
	padding:0.2vw 0.3vw;
	color:black;
	border:none;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    background: #fff;
	-webkit-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	-moz-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	/*角丸にする*/
	border-radius:0.3vw;
	-webkit-border-radius:0.3vw;
	-moz-border-radius:0.3vw;
}
form#mailform p select, button {
	padding:0.2vw 0.3vw;
	color:black;
	border:none;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    background: #fff;
	-webkit-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	-moz-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	/*角丸にする*/
	border-radius:0.3vw;
	-webkit-border-radius:0.3vw;
	-moz-border-radius:0.3vw;
}
form#mailform p label {
	margin-right: 0.3vw;
	margin-bottom: 0vw;
}
form#mailform p label input {
	margin-right:0.5vw;
}
form#mailform p textarea {
	padding:0.2vw 0.3vw;
	color:black;
	font-size:1vw;
	font-weight:normal;
	height:10vw;
	width:30vw;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    	background: #fff;
	-webkit-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vwx #CCC inset;
	-moz-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	/*角丸にする*/
	border-radius:0.3vw;
	-webkit-border-radius:0.3vw;
	-moz-border-radius:0.3vw;
}

form#mailform input.b1 {
	padding:0.2vw 0.3vw;
	margin-left:15vw;
	margin-right:-15vw;
	width:8vw;
	color:black;
	border:none;
	/*テキストエリア内にシャドウをつける。最初にbackground初期化が必要*/
    	background: #fff;
	-webkit-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	-moz-box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	box-shadow: 0.1vw 0.2vw 0.3vw -0.1vw #CCC inset;
	/*角丸にする*/
	border-radius:0.3vw;
	-webkit-border-radius:0.3vw;
	-moz-border-radius:0.3vw;
}

/*****INFORMATION*****/
.bor{
	display: flex;
	width: 100%;
	border-top: 0.05vw solid white;
	padding-top: 1vw;
	align-items: center;
}
div#stage{
	flex-flow: row nowrap;
	justify-content: center;
}
div#stage img{
	width: 30vw;
	height: auto;
}
div#info1{
	flex-flow: row nowrap;
	justify-content: center;
}
div#info1 p{
    font-size: 1vw;
    color: white;
    line-height: 2vw;
	text-align: left;
	margin-bottom: 0;
	margin-left: 1vw;
}
.nb{
	display: flex;
	width: 100%;
	align-items: center;
}
div#info2{
	flex-flow: row nowrap;
	justify-content: center;
}
div#info2 p{
    font-size: 1vw;
    color: white;
    line-height: 2vw;
	text-align: right;
	margin-bottom: 0;
	margin-right: 1vw;
}
div#book{
	flex-flow: row nowrap;
	justify-content: center;
}
div#book img{
	width: 30vw;
	height: auto;
}
/*****FOOTER*****/
footer{
	display: block;
    width: 100%;
    background-color: #0C3854;
	border-top: 0.05vw solid white;
}
div.FT p{
	font-family: "Sawarabi Gothic";
    font-size: 1.2vw;
    color: white;
    line-height: 1.7vw;
	text-align: center;
	margin-bottom: 0;
	margin-top: 1vw;
}
div.CP p{
	font-family: "Sawarabi Gothic";
	font-size: 0.8vw;
    color: white;
	text-align: center;
	letter-spacing: 0.2vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}