#container {
	background-color: #fff8dc;
}
#popup {
	width: 80%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	padding: 3% 5%;
	margin: 0 auto;
}
#popup .cont {
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
}
#popup .cont p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#popup .cont .text:first-of-type {
	margin-top: 3em;
}
#popup .cont .add {
	margin-top: 2em;
}
#popup .cont .add span {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}
#popup .cont .mail {
	margin-top: 1em;
	font-size: 2em;
}
#popup .cont .upper-logo {
	width: 30%;
	height: auto;
	max-width: 120px;
}
#popup .cont .upper-img:hover {
	opacity: 0.7;
}
#popup .cont .upper-img {
	width: 75%;
	max-width: 420px;
}
#menu {
	width: 100%;
	margin: 80px auto 0;
	padding-top: 60px;
	text-align: center;
	background: #fff;
}
#menu h2 {
	font-size: 18px;
}
#menu h3 {
	font-size: 16px;
	margin-top: 80px;
}
#menu .copy {
	width: 784px;
	margin: 0 auto 10px;
	text-align: left;
}
#menu .block .island {
	width: 784px;
	margin: 0 auto;
}
#menu .block {
	width: 784px;
	margin: 0 auto;
}
#menu .block .chara {
	clear: both;
	margin: 0 auto;
}
#menu .block .chara img , #menu .block .chara p {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
#menu .block .chara img {
	width: 140px;
	margin-right: 20px;
}
#menu .block .chara p {
	font-weight: bold;
	width: 604px;
}
#menu .block .chara p span{
	font-weight: normal;
	display: block;
}
#menu .block .map {
	text-align: center;
}

#menu .menu-img {
	display: inline-block;
	margin: 20px;
	vertical-align: top;
}

.footer {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	line-height: 40px;
}
#container .footer p {
	text-align: center;
}

@media only screen and (min-width: 548px) {
	.dsp-s {
		display: none;
	}
}
@media only screen and (min-width: 980px) {
	#popup .cont {
		min-width: 920px;
	}
}
@media only screen and (max-width: 1200px) {
	#popup {
		width: 90%;
	}
}

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

	#popup .cont p {
		font-size: 1.2em;
		text-align: left;
	}
	#popup .cont .text:first-of-type {
		margin-top: 20px;
	}
	#popup .cont .add {
		margin-top: 10px;
	}
	#popup .cont .mail {
		margin-top: 0;
		text-align: center;
	}
	#menu h3 {
		clear: both;
	}
	#menu .block , #menu .copy , #menu .block .chara p {
		width: 100%;
	}
	#menu .block .island {
		width: 100%;
	}
	#menu .block .chara {
		float: none;
		width: 45%;
		clear: none;
		display: inline-block;
		margin: 0 2%;
		vertical-align: top;
	}
	#menu .block .chara:nth-child(1+2n){
		clear: both;
	}
}

@media only screen and (max-width: 547px) {
	#menu .block .chara {
		width: 100%;
	}
	#menu .copy2 , #menu .map p{
		text-align: left;
	}
	
}



html,
button,
input,
select,
textarea {
	color: #555;
}
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	height: 100%;
	margin: 0;
	position: relative;
	width: 100%;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.2;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	border: none;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	color: #3086BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

::-webkit-input-placeholder { color: #AAA; }
::-moz-placeholder { color: #AAA; opacity: 1 }
:-moz-placeholder { color: #AAA; opacity: 1 }
:-ms-input-placeholder  { color: #AAA; }





/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.wrapper {
	margin: auto;
	width: 100%;
/*	width: 1000px;*/
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

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