@charset "euc-jp";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
img {
	width: 100%;
	border: none;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
body {
	color: #333;
	background-color: #fff;
	background-attachment: fixed;
	font-family:'Lato', 'Noto Sans JP', '�⥴���å� Medium', '�⥴���å���', 'Yu Gothic Medium', YuGothic, '�ҥ饮�γѥ� ProN', 'Hiragino Kaku Gothic ProN', '�ᥤ�ꥪ', Meiryo, '�ͣ� �Х����å�', 'MS PGothic', sans-serif;
	letter-spacing: 2px;
}

::selection {
background: #fff8a9;
}
::-moz-selection {
background: #fff8a9;
}


/*header*/
h1 {
	line-height: 0;
}
.forPC {
	display: block;
}
.forSP {
	display: none;
}

#intro {
	background: #14aeca;
	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u27612497/pc/event/summer_chose/img/bg.gif");
	width: 100%;
	padding: 30px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 100px;
}
#intro p {
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 150%;
	line-height: 40px;
}

/*nav*/

#nav-drawer {
  position: relative;
}

/*�����å��ܥå���������ɽ����*/
.nav-unshown {
  display:none;
}

/*��������Υ��ڡ���*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  position:fixed;
  top:3%;
 left:2%;
 z-index:9999;
}

/*�ϥ�С��������������CSS������ɽ��*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*��������*/
  width: 25px;/*Ĺ��*/
  border-radius: 3px;
  background: #aaa;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*�Ĥ����Ѥ��������С�*/
#nav-close {
  display: none;/*�Ϥ���ϱ����Ƥ���*/
  position: fixed;
  z-index: 99;
  top: 0;/*���Τ˹�����褦��*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*���*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*�����̤�*/
  width: 90%;/*��¦�˷�֤�����Ĥ��륫�С���ɽ����*/
  max-width: 330px;/*������*/
  height: 100%;
  background: #fff;/*�طʿ�*/
  transition: .3s ease-in-out;/*��餫��ɽ��*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*���˱����Ƥ���*/
}

/*�����å������ä��������ɽ��*/
#nav-input:checked ~ #nav-close {
  display: block;/*���С���ɽ��*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*��Ȥ�ɽ���ʱ��إ��饤�ɡ�*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content {
	padding-top: 20px;
}


#nav-content ul {
	margin: 20px;
	color: #333;
	border-bottom: dashed 1px #eee;
}


#nav-content ul.nav-reikan li:nth-of-type(1) a {
	color: #333;
	font-size: 120%;
	margin: 50px 0 0;
}

#nav-content ul.nav-reikan li:nth-of-type(1) a::before{
	font-family: FontAwesome; 
	content: '\f061'; 
	color: #19b3df;
	margin: 0 5px;
}

#nav-content ul.nav-reikan li:nth-of-type(1) a:hover{
	opacity: 0.5;
}


#nav-content ul.nav-reikan li:nth-of-type(2)  {
	margin: 20px 0 30px;
}

#nav-content ul.nav-reikan li:nth-of-type(2) a  {
	color: #fff;
	background: #19b3df;
	padding: 10px 20px;	
	font-size: 130%;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #19b3df;
	display:block;
	transition: 0.5s;
}

#nav-content ul.nav-reikan li:nth-of-type(2) a::before{
	font-family: FontAwesome; 
	content: '\f002'; 
	margin-right: 5px;
}

#nav-content ul.nav-reikan li:nth-of-type(2) a:hover{
	color: #19b3df;
	background: #fff;
}

#nav-content ul.nav-tennen li:nth-of-type(1) a {
	color: #333;
	font-size: 120%;
	margin: 50px 0 0;
}

#nav-content ul.nav-tennen li:nth-of-type(1) a::before{
	font-family: FontAwesome; 
	content: '\f061'; 
	color: #9cbe16;
	margin: 0 5px;
}

#nav-content ul.nav-tennen li:nth-of-type(1) a:hover{
	opacity: 0.5;
}


#nav-content ul.nav-tennen li:nth-of-type(2)  {
	margin: 20px 0 30px;
}

#nav-content ul.nav-tennen li:nth-of-type(2) a  {
	color: #fff;
	background: #9cbe16;
	padding: 10px 20px;	
	font-size: 130%;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #9cbe16;
	display:block;
	transition: 0.5s;
}

#nav-content ul.nav-tennen li:nth-of-type(2) a::before{
	font-family: FontAwesome; 
	content: '\f002'; 
	margin-right: 5px;
}

#nav-content ul.nav-tennen li:nth-of-type(2) a:hover{
	color: #9cbe16;
	background: #fff;
}

#nav-content ul.nav-back {
border-bottom: none;
}
#nav-content ul.nav-back li {
	padding: 3px 0;
}
#nav-content ul.nav-back li a{
	color: #333;
}
#nav-content ul.nav-back li a:hover{
	opacity: 0.5;
}

/*headere end*/

/*section*/
section {
	width: 98%;
	max-width: 950px;
	margin: 25px auto;
	padding: 25px;
	background-color:#fff;
}

section h2 {
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 300%;
	color: #333;
	padding: 0 20px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-top: 100px;
}

section h2 span.rikan {
	font-size: 150%;
	color: #19b3df;
}

section h2 span.tennen {
	font-size: 150%;
	color: #9cbe16;
}
section h2 span.asamen {
	font-size: 80%;
	letter-spacing: -5px;
}

.bigtitle {
	text-align: center;
}

.balloon {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 2px #19b3df;
    padding: 0px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
	margin-bottom: 50px;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px #19b3df;
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}


.balloon2 {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 2px #9cbe16;
    padding: 0px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
	margin-bottom: 50px;
}
.balloon2:before,
.balloon2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon2:before {
    border: solid 12px transparent;
    border-top: solid 12px #9cbe16;
}
.balloon2:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}



section h3 {
	text-align: center;
	font-size: 200%;
	font-weight:normal;
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5;
	letter-spacing: 2px;
}

section .manu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section .manu li {
	flex-basis: 48%;
	margin-top: 30px;
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}

section .manu li:nth-of-type(1) a dt {
	color: #fff;
	background: #19b3df;
	font-size: 180%;
	text-align: center;
	padding: 20px 0;
	margin: 0 30px 50px;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.5s;
	border: solid 1px #19b3df;
}



section .manu li:nth-of-type(1) a dt:hover{
	color: #19b3df;
	background: #fff;
}

section .manu li:nth-of-type(2) a dt {
	color: #fff;
	background: #9cbe16;
	font-size: 180%;
	text-align: center;
	padding: 20px 0;
	margin: 0 30px 50px;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.5s;
	border: solid 1px #9cbe16;
}

section .manu li:nth-of-type(2) a dt:hover{
	color: #9cbe16;
	background: #fff;
}

/*section end*/

/*what_reikan*/

.reikan-bg {
	background: #1ab5e1;
}

section .what_reikan {
	color: #fff;
	background: #1ab5e1;
	padding: 20px;
	overflow: hidden;
}

section .what_reikan img {
	float: left;
	width: 40%;
	margin-right: 30px;
}

section .what_reikan p {
	padding: 10px 0 30px;
	font-size: 120%;
	line-height:2;
}

section .what_reikan p span {
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	line-height:2.5;
	font-size: 150%;
	display: block;
	font-weight: bold;
}
/*what_reikan end*/


/*column*/
.column {
	margin: 50px 0 150px;
}

.title {
	margin-top: 100px;
	margin-left: 10px;
	padding: 10px 20px;
	font-size: 150%;
	font-weight: bold;
	line-height:1;
	border-left: solid 10px #1ab5e1;
}

.title2 {
	margin-top: 100px;
	margin-left: 10px;
	padding: 10px 20px;
	font-size: 150%;
	font-weight: bold;
	line-height:1;
	border-left: solid 10px #9cbe16;
}

.text {
	padding: 20px 10px;
	font-size: 115%;
	line-height:2.2;
}

.marker {
background: linear-gradient(transparent 0%, #fff8a9 0%);
}


.Q-max {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 150px;
}

section .Q-max li {
	flex-basis: 48%;
	margin-top: 30px;
}

section .Q-max li dt {
	font-size: 120%;
	margin-left: 5%;
	text-align: center;
	color: #fff;
	padding: 5px;
	background-color: #3ac4ee;
	border-radius: 20px;
	width: 45%;
}

section .Q-max li dt.deco{
	background-color: #2887e0;
}

section .Q-max li dd{
	padding: 0 30px 0 35px;
	font-size: 110%;
}

section .Q-max li dd+dd {
	margin: 20px 30px;
	padding: 10px 10px;
	background-color: #eee;
	font-size: 150%;
	color: #555;
	text-align: center;
	letter-spacing: 2.5px;
}

section .Q-max li:nth-of-type(1)  dd+dd::before{
	font-family: FontAwesome; 
	content: '\f00d'; 
	color: #446f82;
	margin-right: 10px;
	font-size: 120%;
}

section .Q-max li:nth-of-type(2)  dd+dd::before{
	font-family: FontAwesome; 
	content: '\f10c'; 
	font-weight: bold;
	color: #ff3854;
	margin-right: 10px;
	font-size: 120%;
}


.sokutei{
    padding: 1em 1em 2em;
    margin: 2em 0;
	line-height:2;
    color: #474747;
    background: whitesmoke;
}

.sokutei-title{
 color: #002e73; 
 width: 20%;
 text-align: center;
 padding: 5px 0;
 margin-bottom: 10px;
 font-size: 1.1em;
 font-weight: bold;
 border-style: none none double;
 border-color: #002e73; 
 border-width: 4px;
 display:block;
}



/*column end*/

/*itembox*/
.Items ul { 
	margin: 50px 25px 80px;
}
.Items li{
	margin:50px 0;
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}
.Items ul li a {
    min-height: 325px;
	display: block;
	border: solid 1px #aaa;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	overflow: hidden;
}
.Items ul li a:hover{
	opacity: 0.6;
  	filter: alpha(opacity=60);
 	 -ms-filter: "alpha(opacity=60)";
}
.Items a dl .imageBox {
	width: 35%;
	float: left;
}

.Items a dl .item-title  {
	width: 61%;
	float: right;
	padding: 4% 0% 0% 2%;
	font-size: 150%;
	color: #333;
}


.Items a dl .item-comm {
	width: 61%;
	float: right;
	padding: 2% 0% 2% 2%;
	font-size: 110%;
	color: #333;
	line-height:2;
}

.Items dl dt {
	width: 61%;
	color: #C13E40;
	padding: 2% 0 0.5%;
	text-align: right;
	font-family: 'Lato',"Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 25px;
	float: right;
}

.Items dl dt+dt {
	width: 15%;
	color: #fff;
	background-color: #C13E40;
	border-radius: 10px;
	padding:0.5%;
	text-align: center;
	font-size: 15px;
	float: right;
	font-weight:normal;
}

.search {
	margin: 0 20px 150px;
}

.search a  {
	color: #fff;
	background: #aaa;
	padding: 20px 20px;	
	font-size: 150%;
	text-align: center;
	border-radius: 10px;
	display:block;
	transition: 0.5s;
}

.search a::before{
	font-family: FontAwesome; 
	content: '\f002'; 
	margin-right: 5px;
}

.search a:hover{
	opacity: 0.6;
}


/* hot*/
#links { 
	background: #fff; 
	max-width:950px; 
	margin: 50px auto 150px; 
	overflow: hidden;
	}
	
#links h3{ 
	text-align: center; 
	padding: 15px 0 0;
}

#links p {
	width: 85%; 
	margin: 15px auto;
}

#links p a{
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	color: #555; 
	display: inline-block; 
	padding: 3px 6px;
	margin: 10px; 
	border: solid 1px #aaa; 
	}
	
#links p a:hover{ 
	background: #ccc; 
	color: #000; 
}
/* hot end */


/*footer*/
.page_top{
	width: 55px; 
	height: 55px; 
	position: fixed; 
	right: 1%; 
	bottom: 2%; 
	background: #ccc; 
	opacity: 0.6; 
	z-index: 999;
}

.page_top a
{
	position: relative; 
	color: #ccc; 
	display: block; 
	width: 55px; 
	height: 55px; 
	text-decoration: none;
}

.page_top a::before{ 
	font-family: FontAwesome; 
	content: '\f106'; 
	font-size: 35px;
	color: #fff; 
	position: absolute; 
	width: 40px; 
	height: 40px; 
	top: 0; 
	bottom: 0; 
	right: 0;  
	left: 0;
	margin: auto; 
	text-align: center; 
}

footer {
	background: #ccc;
	padding: 50px 25px;
	font-size: 80%;
}
footer p {
	text-align: center;
	font-size: 90%;
	font-family: Quicksand, �⥴���å���, "Yu Gothic", YuGothic, "�ҥ饮�γѥ����å� Pro", "Hiragino Kaku Gothic Pro", �ᥤ�ꥪ, Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	color: #fff;
}
footer ul {
	display: flex;
	justify-content: space-between;
	max-width: 320px;
	margin: 0 auto;
	padding-bottom: 30px;
}
footer ul li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}
footer ul li a:hover {
	opacity: 0.6;
}
/*footer end*/


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

section h2 {
	font-size: 250%;
}

section .manu li:nth-of-type(1) a dt {
	font-size: 150%;
}

section .manu li:nth-of-type(2) a dt {
	font-size: 150%;
}


section .what_reikan img {
	width: 35%;
}

section .what_reikan p {
	padding: 0 0 20px;
	font-size: 100%;
	line-height:1.5;
}

section .Q-max li dt {
	font-size: 110%;
	width: 50%;
}

section .Q-max li dd{
	padding-left: 10px ;
	font-size: 90%;
}

section .Q-max li dd+dd {
	margin: 20px 10px;
	padding-left: 10px ;
	font-size: 130%;
	letter-spacing: 2px;
}


.sokutei-title{
 width: 30%;
}


.Items ul li a {
    min-height: 250px;
}

.Items a dl .imageBox {
	width: 35%;
}

.Items a dl .item-title  {
	font-size: 120%;
}

.Items a dl .item-comm {
	font-size: 80%;
}

.Items dl dt {
	font-size: 120%;
}

.Items dl dt+dt {
	font-size: 80%;
}

}


@media screen and (max-width:750px){
body {
		font-size: 14px;
}

h1 {
	padding-top: 50px;
}

.forPC {
	display: none;
}
.forSP {
	display: block;
}	


/*��������Υ��ڡ���*/


#nav-open {
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 4%;
  border-bottom: solid 1px #eee;
  top:0;
  left:0;
}


/*���*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*�����̤�*/
  width: 90%;/*��¦�˷�֤�����Ĥ��륫�С���ɽ����*/
  max-width: 330px;/*������*/
 
}

#nav-drawer  p a{
  position: fixed;
  font-size: 100%;
  z-index: 9999;
  color: #aaa;
  text-align: center;
  height: 50px;
 margin-top: 25px;
  line-height: 50px;
  text-decoration: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


#intro p {
	font-size: 110%;
	line-height: 30px;
	font-family:'Lato', 'Noto Sans JP', '�⥴���å� Medium', '�⥴���å���', 'Yu Gothic Medium', YuGothic, '�ҥ饮�γѥ� ProN', 'Hiragino Kaku Gothic ProN', '�ᥤ�ꥪ', Meiryo, '�ͣ� �Х����å�', 'MS PGothic', sans-serif;
}

section {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}

section h2 {
	font-size: 140%;
	color: #333;
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 100px;
}

section h2 span.asamen {
	font-size: 60%;
	letter-spacing: -2px;
}

section h3 {
	font-size: 150%;
	margin-bottom: 0px;
}


section .manu li {
	flex-basis: 100%;
}

section .manu li:nth-of-type(1) a dt {
	font-size: 180%;
	padding: 20px 0;
	margin: 0 30px 50px;
}


section .manu li:nth-of-type(2) a dt {
	font-size: 180%;
	padding: 20px 0;
	margin: 0 30px 50px;
}

section .what_reikan img {
	float:none;
	width: 96%;
	margin:2%;
}

section .what_reikan p {
	padding: 20px 0 30px;
	font-size: 120%;
	line-height:2;
}

section .what_reikan p span {
	line-height:2;
	font-size: 150%;
}

/*column*/
.column {
	margin: 50px 0 100px;
}

.title {
	margin-top: 50px;
	margin-left: 15px;
	padding: 10px 10px;
	font-size: 150%;
	line-height:1.5;
}

.title2 {
	margin-top: 50px;
	margin-left: 15px;
	padding: 10px 10px;
	font-size: 150%;
	line-height:1.5;
}

.text {
	padding: 20px 15px;
	font-size: 120%;
	line-height:2;
}

.Q-max {
	margin-bottom: 80px;
}


section .Q-max li {
	flex-basis: 100%;
	margin-top: 50px;
}


section .Q-max li dd{
	padding: 0 0  0 30px;
	font-size: 110%;
}

section .Q-max li dd+dd {
	font-size: 130%;
}


.sokutei{
	line-height:1.8;
}

.sokutei-title{
 width: 100%;
}


/*column end*/

/*itembox*/
.Items ul { 
	margin: 20px 10px 50px;
}
.Items li{
	margin:3% 0;
}

.Items li:nth-child(2){
	margin:15% 0 0;
}

.Items a dl .imageBox {
	width: 100%;
}

.Items a dl .item-title  {
	width: 100%;
	padding: 5% 0% 0% 0%;
	font-size: 130%;
	font-weight: bold;
}


.Items a dl .item-comm {
	width: 100%;
	padding: 2% 0% 0% 0%;
	font-size: 100%;
	line-height:1.5;
}

.Items dl dt {
	width: 100%;
	padding: 2% 0 0.5%;
	font-size: 140%;
}

.Items dl dt+dt {
	width: 25%;
	color: #fff;
	padding:1%;
	font-size: 80%;
}

.search {
	margin: 0 10px 100px;
}

.search a  {
	color: #fff;
	background: #aaa;
	padding: 20px 20px;	
	font-size: 150%;
	text-align: center;
	border-radius: 10px;
	display:block;
	transition: 0.5s;
}


/*----- hot-----*/
#links { 
	margin-bottom: 50px; 
}
#links p { 
	width: 98%; 
}
#links p a{
	padding: 3px 6px; 
	margin: 10px 5px;
}
/*----- ho endt-----*/

/*footer*/
.page_top{
	right: 0%; 
	bottom: 8%; 
}


footer {
	background: #ccc;
	padding: 20px 25px;
	font-size: 100%;
}
footer p {
	font-size: 50%;
}

/*footer*/

}

@media screen and (max-width:320px){
.title {
	font-size: 130%;
}

.title2 {
	font-size: 130%;
}
section h2 {
	font-size: 130%;
}

section .Q-max li dd{
	font-size: 100%;
}

section .Q-max li dd+dd {
	font-size: 110%;
}
}
