@charset "utf-8";
/* CSS Document */
* {margin: 0;
  box-sizing:border-box;
}
html,body {
margin: 0;
  height:100%;
}

body {background-image: url(bg.jpg);
background-size: cover;
background-attachment: fixed;
	color: #FFFFFF;
} 

#wrap_side {
}

p {font-family: ryo-gothic-plusn, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;	
	padding-bottom: 2%;
}

/*
.red {width: 30%;
padding: 2%;
margin: 0 auto;
border: 2px solid #222;
border-radius: 30px;
margin-bottom: 2%;
}
.red:hover {color: white;
background-color: #FF9D30;
border: 2px solid #FF9D30;
}
*/

a {text-decoration: none;
cursor: pointer;
	color:#5A96FF;}

a :hover{
	opacity: 0.8;
}
.top_img {width: 100%;
	vertical-align:top;
}
#top_img {width:100%;
display:block;
margin: 0 auto;
background-size: cover;
padding-bottom: 5%;
}
h1 {
	font-size: 3vw;
	letter-spacing: 7px;
	text-align: center;
	font-family: ryo-gothic-plusn, sans-serif;
width: 100%;
margin-bottom: 2%;
}

/*
h2 {font-family: "Volkhov";
font-weight: 700;
font-style: normal;}
*/

h3 {font-family: ryo-gothic-plusn, sans-serif;
	width: 90%;
	clear: both;
	margin: 0% 5%;
	border-bottom: solid 2px;
}
.h_img {width: 100%;
height: auto;
}

/*
.menu ul {
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
}
*/

.menu img{
	width: 70%;
}

/*
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 400px;
}

.fade-in {
  transition: opacity 0.7s;
}
.fade-up {
  transition: opacity 0.7s;
    transition: transform 0.4s;
}
.logo {width: 34%;
height: auto;
position: absolute;
top: 55%;
right: 33%;
}
*/

#wrap {text-align: center;
	height: auto;
	width: 1080px;
	display: block;
	margin: 0 auto;
	background-image: url(images/bg2.jpg);
	background-size: contain;
	background: url(images/bg.png);
	box-shadow: 2px 2px 30px rgba(66,53,53,0.73);
	opacity: 1;
}

.box {display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	height: auto;
}
	
.item-txt {background-color: #FF951F;
padding: 2%;
border-radius: 30px;
}
.font-f {
font-weight: 600;
letter-spacing: 3px;
}
#pc {}
#smart {display: none;}
#wrap_box {overflow: auto;
margin-top: 3%;
}

.topheader {
	padding: 1%;
	text-align: center;
	background: url(images/bg.png);
}


#fotter {
	overflow: auto;
	background-color: #000;
	width: 100%;
	border-top: 1px solid;
}
#fotter p {padding: 1.5%;
	margin: 0px !important;
	font-size: 100%;
}
.fotter {width: 100%;}
.naiyou {
	margin: 0px auto;
	text-align: left;
}

.bg01{
	background: url(images/bg_wani.jpg);
}

.bg02{
	background: url(images/bg_en.jpg);
}

.detail{
	width: 30%;
	margin: 2% auto;
	padding: 0px;
}

.detail ul{
	text-align: left;

}

.detail li{
	list-style-type: none;
}


#text {
	margin: 3% 10%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 3%;
}

.li_caption{
	list-style-type: square;
	font-size: 120%;
	font-weight: bold;
}

.li_non{
	list-style-type: none;
}

/*最大スクリーンの画面レイアウト*/
@media screen and (min-width: 1081px) {
	h1 {font-size: 4vw;
	font-family: ryo-gothic-plusn, sans-serif;
	}
	
/*
	h2 {font-size: 3vw;}
*/

	h3 {margin-bottom: 1%;
	padding: 1%;
	}
#wrap_side {width: 100%;}
.item-box {max-width: 45%;
	height: auto;
	margin: 1%;
	}
.item-box img {
	width: 100%;
	height: auto;
}
.tokuten {
height: auto;
padding-top: 3%;
}

#box {width:100%;
height:auto;
overflow: auto;
display: block;
margin: 0 auto;
}

.item_img {width:80%;
height:auto;
}

/*
#block_wrap6 {
	margin-bottom: 30px;
}

#block_wrap7 {overflow: auto;
	width: 100%;
}
#block09 {
	overflow: auto;
　　　width: 80%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
        margin-left: 5%;
	    margin-right: 5%;
	}
*/
	
.area {
	height: 100%;
    overflow: auto;
	padding: 5% 0;
}

/*
.map_g {
	width: 100%;
	height: 400px;
}

.map {
	width: 100%;
	height: 400px;
}
*/	

#fotter {
	overflow: auto;
	text-align: center;
	height:auto;
	border-top: 1px solid;
}
#fotter p {text-align: center;
}
.naiyou {
	width:50%;
	font-size: 2vm;
	}
}

/*スクリーン1920pxの画面レイアウト*/
@media screen and (min-width: 1081px) and (max-width: 1920px) {
	#wrap_side {width: 100%;
	height: auto;
	margin: 0 auto;
	}
	p {font-size: 100%;
	text-align: center;
		margin-top: 3%;
	}
	h1 {font-size: 2vw;
	font-family: ryo-gothic-plusn, sans-serif;
	}

/*
	h2 {font-size: 10vw;}
*/	
	
	h3 {font-size: 3vw;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 1%;
	text-align: left;
	}
	.h_img {width: 100%;
	height: auto;
	}
	#wrap {width: 1080px;}
	.tokuten {
	margin-top: 3%;
	}
	.item {width: 100%;
	}
	.item-box {width: 100%;
	height: auto;
	}
	.area {
		padding: 5% 0;
	}

/*
	.map_g {width: 90%;}
		#text {margin-bottom: 0;}
*/
	
	.naiyou {
	width:70%;
	font-size: 12vm;
	text-align: center;
	}
.detail{
	width: 40%;
	margin: 2% auto;
	padding: 0px;
}	

.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
}

	
	.pwatch{
		width: 30%;
	}
}


/*スクリーン1080pxの画面レイアウト*/
@media screen and (min-width: 601px)  and (max-width: 1080px) {
	#wrap_side {width: 100%;
	height: auto;
	margin: 0 auto;
	}
	p {font-size: 100%;
	text-align: center;
	margin-top: 3%;
	}
	h1 {font-size: 3vw;
	font-family: ryo-gothic-plusn, sans-serif;
	}
/*
	h2 {font-size: 10vw;}
*/
	h3 {font-size: 3vw;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 1%;
	text-align: left;
	}
	.h_img {width: 100%;
	height: auto;
	}
	#wrap {width: 100%;}
	.tokuten {width: 60%;
	margin-top: 3%;
	}
	.item {width: 100%;}
	.item-box {
    width: 70%;
    margin: auto;
    padding: 0px;
    height: auto;
	}
	.area {
		padding: 5% 0;
	}

/*
	.map_g {width: 90%;}
		#text {margin-bottom: 0;}
*/
	
	.naiyou {
	width:70%;
	font-size: 12vm;
	text-align: center;
	}

	.pwatch{
    width: 20%;
	}

.detail{
	width: 45%;
	margin: 2% auto;
	padding: 0px;
}
	
.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
}

}
/*スクリーン600pxの画面レイアウト*/
@media screen and (min-width: 415px)  and (max-width: 600px) {
#wrap {text-align: center;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-image: url(images/bg2.jpg);
	background-size: contain;
	background: url(images/bg.png);
	box-shadow: 2px 2px 30px rgba(66,53,53,0.73);
	
}
	#wrap_side {width: 100%;}
	p {font-size: 100%;
	padding: 3%;
	}
	h1 {font-size: 4.5vw;
	font-family: ryo-gothic-plusn, sans-serif;
		line-height: 5vh;
		padding-left: 3%;
		padding-right: 3%;
	}
/*
	h2 {font-size: 10vw;
	padding: 0 3%;
	}
*/
	
	h3 {font-size: 4vw;
		text-align: left;
	}

/*
	.red {width: 80%;
	color: white;
background-color: #FF9D30;
border: 2px solid #FF9D30;
	}
*/	
	
	.area {
		padding: 5% 0;
	}
	.tokuten {width: 90%;
	margin-top: 5%;
	}
	.item-box {width: 80%;
		overflow: auto;
	}
	.item {width: 100%;
	height: auto;
	}
	.item-txt {padding: 2%;}

	#fotter {font-size: 20%;}
	.naiyou {
	width: 95%;
	font-size: 2vm;
		text-align: center;
	}
	
	.pwatch{
		width: 30%;
	}
	
.detail{
	width: 60%;
	margin: 2% auto;
	padding: 0px;
}

.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
}

	
#text {
		padding: 2%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 5%;
}

.li_caption{
	list-style-type: square;
	font-size: 120%;
	font-weight: bold;
}

.li_non{
	list-style-type: none;
}
	
}

/*スクリーン414pxの画面レイアウト*/
@media screen and (min-width: 321px) and (max-width: 414px) {
#wrap {text-align: center;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	background-image: url(images/bg2.jpg);
	background-size: contain;
	background: url(images/bg.png);
	box-shadow: 2px 2px 30px rgba(66,53,53,0.73);
	
}
	#wrap_side {width: 100%;}
	p {font-size: 100%;
	padding: 3%;
	}
	h1 {font-size: 5vw;
	font-family: ryo-gothic-plusn, sans-serif;
		line-height: 3vh;
		padding-left: 3%;
		padding-right: 3%;
	}
	
/*
	h2 {font-size: 10vw;
	padding: 0 3%;
	}
*/
	
	h3 {font-size: 4vw;
		text-align: left;
		margin-top: 10%;
	}

/*
	.red {width: 80%;
	color: white;
background-color: #FF9D30;
border: 2px solid #FF9D30;
	}
*/

	.area {
		padding: 5% 0;
	}
	.tokuten {width: 90%;
	margin-top: 5%;
	}
	.item-box {width: 80%;
		overflow: auto;
	}
	.item {width: 100%;
	height: auto;
	}
	.item-txt {padding: 2%;}

	#fotter {font-size: 20%;}
	.naiyou {
	width: 95%;
	font-size: 2vm;
		text-align: center;
	}
	
	.pwatch{
		width: 30%;
	}

.detail{
	width: 90%;
	margin: 2% auto;
	padding: 0px;
}

.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
}

	
		#fotter P{
		font-size: 4em;
	}
	
#text {
		padding: 2%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10%;
}

.li_caption{
	list-style-type: square;
	font-size: 120%;
	font-weight: bold;
}

.li_non{
	list-style-type: none;
}
	
}

/*スクリーン414pxの画面レイアウト*/
@media screen and (max-width: 320px) {
#wrap {text-align: center;
	height: auto;
	width: 100%;
	display: block;
	margin: 0 auto;
	background: url(images/bg.png);
	box-shadow: 2px 2px 30px rgba(66,53,53,0.73);
	
}
	#wrap_side {width: 100%;
	}
	p {font-size: 100%;
	padding: 3%;
	}
	h1 {font-size: 110%;
	font-family: ryo-gothic-plusn, sans-serif;
		line-height: 3vh;
		padding-left: 3%;
		padding-right: 3%;
	}
	
/*
	h2 {font-size: 10vw;
	padding: 0 3%;
	}
*/
	
	h3 {font-size: 100%;
		text-align: left;
		margin-top: 10%;
	}
	
/*
	.red {width: 80%;
	color: white;
background-color: #FF9D30;
border: 2px solid #FF9D30;
	}
*/	

	.area {
		padding-top: 5%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.tokuten {width: 90%;
	margin-top: 5%;
	}
	.item-box {width: 80%;
		overflow: auto;
	}
	.item {width: 100%;
	height: auto;
	}
	.item-txt {padding: 2%;}

	#fotter {font-size: 20%;}
	.naiyou {
	width: 95%;
	font-size: 2vm;
		text-align: center;
	}
	
	.pwatch{
		width: 30%;
	}

.detail{
	width: 95%;
	margin: 2% auto;
	padding: 0px;
}
	
.detail ul{
	text-align: left;
}

.detail li{
	list-style-type: none;
}

	
		#fotter P{
		font-size: 4em;
	}
	
#text {
		padding: 2%;
}

#text ul {
	text-align: left;
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10%;
}

.li_caption{
	list-style-type: square;
	font-size: 120%;
	font-weight: bold;
}

.li_non{
	list-style-type: none;
}
	
}
