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

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url(font/NotoSans.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(font/NotoSans_M.otf) format('opentype');
 }

body {
	background: url(img/bg.jpg) no-repeat;
	background-size: cover;
	margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 200%;
    font-weight: 200;
    color: #776674;
	font-family: 'Noto Sans', sans-serif;
    letter-spacing: 2px;
	position: relative;
	min-width: 1000px;
}
@media screen and (min-width: 769px) {
	.sp { display: none;}
}
@media screen and (max-width: 768px) {
	body, html {
		-webkit-text-size-adjust: 100%;
	}
	body {
		min-width: auto;
	}
	.pc { display: none;}
}

.toppage {
	padding: 5px;
}
.toppage a {
	display: block;
    background: url(../wp_design/img/common/logo.png) no-repeat;
    background-size: contain;
    height: 60px;
    text-indent: -9999px;
}
h1 {
	padding: 50px 0 30px 0;
	text-align: center;
	font-size: 72px;
	font-weight: normal;
	line-height: 120%;
	font-family: 'Fredericka the Great', cursive;
    color: #776674;
	margin: 0;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 43px;
		padding: 30px 0 20px 0;
	}
}
h1 small {
	font-size: 16px;
	line-height: 160%;
	font-family: 'Noto Sans', sans-serif;
	display: block;
	margin-top: 20px;
}
.button {
	display: block;
	background: #829d96;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
	width: 300px;
	font-size: 21px;
	line-height: 160%;
	color: #FFF;
	border: 0;
	cursor: pointer;
	transition: 1.0s;
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
	.button {
		width: 80%;
	}
}
.button:hover {
	background: #776674;
}

.box {
	padding: 30px 50px 50px 50px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
	width: 600px;
	box-shadow: 0 0 30px #DDD;
}
@media screen and (max-width: 768px) {
	.box {
		padding: 20px;
		margin: 20px;
		width: auto;
	}
}
.box p {
	margin: 0;
	padding: 0;
}
.box .question {
    font-size: 28px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 160%;
	margin-bottom: 20px;
	color: #829d96;
	padding-bottom: 20px;
	border-bottom: 2px dotted #829d96;
}
@media screen and (max-width: 768px) {
	.box .question {
    	font-size: 24px;
	}
}
.box .question::before {
    content: "Q";
	margin-right: 10px;
	color: #829d96;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Fredericka the Great', cursive;
}
.box .btn {
	width: 65%;
	display: block;
	margin: 25px auto 0 auto;
}
.box .btn p input {
	padding: 15px 2%;
	font-size: 16px;
	width: 96%;
	font-size: 21px;
	margin: 0 auto;
}
.box .btn p input.index,
.season .btn input.index {
	width: 55%;
	padding: 10px 2%;
	font-size: 16px;
	background: #FFF;
	border: 1px solid #829d96;
	color: #829d96;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.box .btn {
		width: 90%;
		display: block;
		margin: 25px auto 0 auto;
	}
	.box .btn p input.index,
	.season .btn input.index {
		width: 70%;
		margin-top: 15px;
	}
}

.box .select {
	margin: 0 auto;
	text-align: left;
	width: 90%;
}
.box .select input {
	padding: 10px;
	margin-right: 10px;
}
.box .select:before,
.box .select:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.box .select .box {
	width: 80%;
	margin: 2em auto;
	text-align: left;
	border: 1px solid white;
	border-radius: 3px;
	background: #ffffff;
}
.box .select input[type=radio] {
	display: none;
}
.box .select label:focus,
.box .select label:hover,
.box .select label:active,
.box .select input:checked + label {
	color: #e45e32;
}
.box .select label:focus:before,
.box .select label:hover:before,
.box .select label:active:before,
.box .select input:checked + label:before {
	border-color: #e45e32;
	background: #ffffff;
}
.box .select label {
	position: relative;
	display: block;
	padding: 2px 0 2px 30px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	background: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 3px;
	word-wrap: normal;
}
@media screen and (max-width: 768px) {
	.box .select {
		width: 100%;
	}
	.box .select input {
		margin: 5px 0;
	}
	.box .select label {
		letter-spacing: 2px;
		word-wrap: normal;
	}
}
.box .select label:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
	border-radius: 50%;
}
.box .select input:checked + label:before {
	border-color: #e45e32;
	background: #e45e32;
}
.box .select input:disabled + label {
	cursor: not-allowed;
	color: rgba(0, 0, 0, 0.5);
	background: #efefef;
}
.box .select input:disabled + label:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.box .select input:disabled + label:before {
	border-color: #ffffff;
	background: #ffffff;
}

.season {
	padding: 30px 50px 50px 50px;
	background: #FFF;
	text-align: center;
	margin: 0 auto 50px auto;
	width: 800px;
	box-shadow: 0 0 30px #DDD;
}
.season h2 {
	font-size: 32px;
	line-height: 160%;
	margin: 0 0 30px 0;
	padding: 0;
	color: #829d96;
}
.season img {
	width: 100%;
	margin: -30px 0 15px 0;
}
.season .text {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px dashed #829d96;
}
.season .text img {
	margin: 20px 0;
}
.season .text .notice {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #829d96;
}
.season .btn {
	margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
	.season {
    	width: auto;
		padding: 20px;
		margin: 0 20px 50px 20px;
	}
	.season h2 {
		font-size: 26px;
		line-height: 130%;
		margin: 0 0 30px 0;
		padding: 0;
		color: #829d96;
		letter-spacing: 0;
	}
	.season p {
    	text-align: left;
	}
	.season img {
		margin: 0 0 15px 0;
	}
	.season .btn {
		margin: 50px 0 0 0;
	}
}
.season ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}
.season ul li {
	width: 29.333%;
	margin: 0 2%;
}
@media screen and (max-width: 768px) {
	.season ul {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.season ul li {
		margin: 1% 0;
		width: 98%;
	}
}

div#q0{
	margin-bottom: 80px;
}
div#q1{
    display: none;
}

div#q2{
    display: none;
}

div#q3{
    display: none;
}

div#q4{
    display: none;
}

div#q5{
    display: none;
}

div#q6{
    display: none;
}

div#q7{
    display: none;
}

div#q8{
    display: none;
}

div#q9{
    display: none;
}

div#q10{
    display: none;
}

div#q11{
    display: none;
}

div#q12{
    display: none;
}

div#spring{
    display: none;
}

div#summer{
    display: none;
}

div#autumn{
    display: none;
}

div#winter{
    display: none;
}

div#loading{
    display: none;
}

.load {
	text-align: center;
	padding: 30px 0;
}

footer {
    position: fixed;
	bottom: 15px;
	right: 15px;
	font-size: 12px;
	line-height: 160%;
	color: #999;
}
footer a {
	color: #829d96;
}


/* iOSでのデフォルトスタイルをリセット */
@media screen and (max-width: 768px) {
	input[type="submit"],
	input[type="button"] {
	  border-radius: 0;
	  -webkit-box-sizing: content-box;
	  -webkit-appearance: button;
	  appearance: button;
	  border: none;
	  box-sizing: border-box;
	  cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
	  outline-offset: -2px;
	}
}