@charset "UTF-8";

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: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}

html,body{
	height: 100%;
	width: 100%;
}

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;
}

input[type="submit"] {
	-webkit-appearance: none;
}

.em {
	font-weight: bold;
}

/*------------------------------
	base
------------------------------*/
a:link {color: #fff;text-decoration: none;}
a:visited {color: #fff;text-decoration: none;}
a:active {color: #fff;text-decoration: none;}
a:hover {color: #fff;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body{
	font-family: Verdana,"Roboto","Droid Sans","游ゴシック","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 1.3rem;
  line-height: 1.5;
	color: #313131;
}

p {
	margin: 0 0 10px;
}

h1{
	display: table;
	text-align: center;
	padding: 0 10px 3px;
	margin: 0 auto 45px;
	font-size: 2rem;
	font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho","メイリオ",serif;
	border-bottom: 1px solid #313131;
}

img {
	width: 100%;
  height: auto;
}

article{
	width: 100%;
  position: relative;
	height:auto !important;
  height: 100%;
  min-height: 100%;
}

.bnr-wrap {
	padding-top: 30px;
	margin-bottom: 50px;
	color: #3d3d3d;
	text-align: center;
}

.bnr-wrap .pic {
  width: 90%;
  max-width: 840px;
  margin: 0 auto 15px;
}

.bnr-wrap .pic img {
  width: 100%;
  height: auto;
}

.bnr-wrap .text {
	width: 95%;
	margin: 0 auto .5em;
	font-size: 15px;
	line-height: 1.4;
}

.pc	{
	display: none;
}

/*------------------------------
	header
------------------------------*/
header{
	width: 100%;
	margin: 0 auto;
	background: url(../img/UNV_1567.jpg) no-repeat 50% top;
	background-size: cover;
}

header .inner{
	width: auto;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

header h1{
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 180px;
	height: auto;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	font-size: 8.5vw;
	font-weight: bold;
	font-family: monospace;
}

header h1 img{
	width: 100%;
	height: auto;
}

header ul.text{
	position: absolute;
	top: 28%;
	left: 10px;
}

header ul.text li{
	color: #fff;
	padding: 6px 15px;
	background: #a88350;
	display: block;
	margin: 0 0px 10px 0;
	font-size: 1.3rem;
}

header ul.icon{
	position: absolute;
	top: 40%;
	left: 10px;
}

header ul.icon li{
	display: block;
	margin: 0 0px 10px 0;
}
header ul.icon li:first-child{
	width: 35%;
	height: auto;
}

/*header ul.icon li:last-child{
	width: 20%;
	height: auto;
}*/

header .map{
	position: absolute;
	top: 56%;
  right: 10px;
  width: 30%;
	height: auto;
}

header .map img, header ul.icon li img{
	width: 100%;
	height: auto;
}

header .entry{
	margin: 0 0 0;
}

header p.btn{
	position: absolute;
	top: 85%;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 10px;
}

header p.btn a{
	color: #fff;
	display: block;
	padding: 6px 15px;
	text-align: center;
	font-size: 1.6rem;
	background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(0,0,0,.4);
}

header p.btn a:hover{
	background-image: linear-gradient(to left, #209cff 0%, #68e0cf 100%);
}



/*------------------------------
	footer
------------------------------*/
footer{
	width: 100%;
	background: #313131;
	color: #fff;
	padding-bottom: 60px;
}

footer .inner p.copy{
	margin: 0 10px;
	padding: 10px 15px 0;
	width: auto;
	color: #fff;
	font-size: 1.2rem;
}

footer p.copy span{
	display: block;
	border-top: 1px solid #fff;
	margin: 5px 0 5px;
	padding: 5px 0 0;
}

footer p.copy span a{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
}

footer p.copy span a:before{
	content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
	position:absolute;
	top: 25%;
	left: 0;
}

footer .tel-box{
	padding: 35px 0 20px;
	margin: 0 10px;
	text-align: center;
	font-size: 1.4rem;
	border-top: 1px solid #d3d3d3;
}

footer .tel-box li{
	font-size: 3.2rem;
}

footer .tel-box li span{
	font-size: 2rem;
	display:block;
	line-height: 1.3;
}

footer .tel-box p{
	margin: 0 0 50px;
}

article footer{
	position: static;
	height: auto;
	padding-bottom: 0;
}

footer p.not{
	text-align: center;
  padding: 10px 0;
  background: #fff;
  color: #cf1b1b;
  border-top: 1px solid #313131;
}

/*------------------------------
	lp
------------------------------*/
section{
	width: auto;
	margin: 0 0px;
	padding: 0 0 65px;
}

.entry{
	background-image: linear-gradient(-45deg, #353535 25%, #4c4c4c 25%, #4c4c4c 50%, #353535 50%, #353535 75%, #4c4c4c 75%, #4c4c4c);
	background-size: 10px 10px;
	background-attachment: fixed;
	opacity: 0.9;
	padding: 15px 0;
	/*margin: 20px 0 0;*/
	color: #fff;
}

.entry .box{
	width: auto;
	margin: 0 10px 0;
	overflow: hidden;
	font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho","メイリオ",serif;

}

.entry .box p{
	margin: 0 10px;
}

.entry .box p.text{
	display: none;
	margin: 0;
	font-size: 1.7rem;
}

header .entry .box p.text{
	display: block;
	text-align: center;
	margin: 0 0 10px;
}

.entry .box p.text span{
	font-size: 2.2rem;
	display: block;
	margin: 0;
}

.entry .box p.btn{
	text-align: center;
	border: 2px solid #fff;
	font-size: 1.7rem;
	margin: 0 0;
}

.entry .box p.btn:first-child{
	margin: 0 0 10px;
}

.entry .box p.btn a{
	display: block;
  padding: 8px 50px;
	background: url(../img/arrow2.png) no-repeat 96% center;
	background-size: 13px;
}

.entry .box p.btn a:hover{
	background: url(../img/arrow2.png) no-repeat 96% center rgba(255,255,255,0.2);
	background-size: 13px;
}

.about{
	padding: 50px 20px 35px;
}

.about p{
	margin: 0 0 20px;
	font-size: 1.5rem;
	text-align: left;
}

span.gold {
  color: #a88350;
}

.reason{
	background: #faf8f5;
  padding: 70px 20px;
	margin: 0;
}

.reason ul{
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: 10px 0 0;
}

.reason li{
	display: block;
	vertical-align: top;
	width: 100%;
  margin: 0 0 50px 0;
}
.reason li:last-child{
	margin: 0;
}

.reason li dl{
	height: auto;
	position: relative;
}

.reason li dt{
	width: 70%;
	height: auto;
	margin: 0 auto 20px;
}

.reason li dt img{
	width: 100%;
	height: auto;
}

.reason li dd{
	text-align: left;
}

.reason h3 {
  color: #a88350;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.reason .point{
	border: 1px solid #9d8464;
	background: #efeddc;
	font-size: 1.4rem;
	padding: 25px 12px 5px;
	margin-top: 30px;
	position: relative;
	display: table;
}

.reason .point:before, .time-text:before{
	content: "Point";
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 5px;
	background: #9d8464;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 15px;
	padding: 4px 12px 3px;
}

.reason .point span{
	display: table-cell;
	width: 45px;
	height: auto;
	padding: 0 10px 0 0;
}

.reason .point span img{
	width: 100%;
	height: auto;
}

.reason .point p{
	display: table-cell;
	vertical-align: top;
}

.time{
	background: url(../img/img10.png) no-repeat top right;
	background-size:contain;
	padding: 20px 20px 65px;
	position: relative;
}

.time h1{
	display: inline-block;
	color: #9d8464;
	font-size: 1.6rem;
	text-align: left;
	border-bottom: 2px solid #9d8464;
	padding: 0 0px 3px 3px;
	width: 73%;
}

.time h1 br{
	display: none;
}

.time-text{
	background: url(../img/clock.png) no-repeat 6% 55% #efeddc;
	background-size: 40px;
	border-radius: 10px;
	padding: 30px 15px 5px 75px;
	margin: 40px 0 30px;
	position: relative;
}

.time-text:before{
	content: "Check";
}

.time .user{
  color: #660000;
  font-size: 1.3rem;
  text-align: right;
}

.club {
	background: url(../img/bg-01.jpg) repeat;
	margin: 0 0 65px;
	padding: 70px 20px;
}

.club ul{
	display: table;
  margin: 0 auto;
}

.club ul:after{
	content: "";
	background: url(../img/arrow.png) no-repeat center;
	background-size: 50px;
  display: block;
  padding: 0 0 70px;
}
.club li{
	text-align: left;
	font-size: 1.5rem;
}
.club li:before{
	content: "■";
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 1.8rem;
	color: #9d8464;
}

.club p{
	text-align: center;
	font-size: 1.8rem;
}
.club p br, .merit h1 br{
	display: block;
}

.merit dl, .security dl{
	overflow: hidden;
	margin: 0 20px 30px;
}

.merit dt, .security dt{
	float: left;
	width: 30%;
	text-align: center;
	margin: 0 20px 0 0;
}

.merit dd, .security dd{
	overflow: hidden;
}

.merit dt img, .security dt img{
	max-width: 100%;
	height: auto;
}

.merit dd h2, .security dd h2{
	color: #a88350;
	font-size: 1.5rem;
	margin: 0 0 10px;
}

.security .privacy{
	background: #efeddc;
	padding: 30px 20px;
	text-align: left;
	margin: 0 0 65px;
}

.flow{
	background: #faf8f5;
	padding: 70px 0px;
}

.flow ul{
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: 10px 20px 0;
}

.flow li{
	display: block;
	vertical-align: top;
	width: 100%;
  margin: 0 0 30px 0;
	position: relative;
}

.flow li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #e9e2d9;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
	top: 110px;
	left: 32px;
}

.flow li:last-child:after{
	content: none;
}

.flow li:last-child{
	margin: 0;
}

.flow li dt{
	width: 98px;
	float: left;
	height: auto;
	margin: 0 15px 20px 0;
}

.flow li dt img{
	width: 100%;
	height: auto;
}

.flow li dd{
	text-align: left;
	overflow: hidden;
}

.flow h3 {
  color: #a88350;
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

.fee{
	margin: 0 20px;
}

.fee .read{
	text-align: center;
	margin: 0 auto 40px;
}

.fee .read span{
	font-size: 1.4rem;
	color: #fff;
	padding: 6px 20px;
	margin: 0 auto 10px;
	display: table;
	background: #bfa98a;
}

.fee .read em{
	display: block;
	font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho","メイリオ",serif;
	font-size: 2rem;
	color: #c50d34;
}

.fee table{
	border:0;
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
	font-size: 1.5rem;
}

.fee table th{
	background: #efe9e0;
	padding: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.fee table td{
	padding: 10px;
	vertical-align: middle;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.fee table tr.standard td{
	background: #f5f5f5;
}

.fee table tr.gold td{
	background: #efece3;
}

.fee table tr.platinum td{
	background: #e5e5e5;
}

.fee table tr.black td{
	background: #696969;
	color: #fff;
}

.scroll{
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 10px;
}

.scroll::-webkit-scrollbar{
	height: 5px;
}

.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.fee dl{
	margin: 0 0 40px;
}

.fee dl:nth-of-type(2){
	margin: 0;
}

.fee dt{
	margin: 0 0 20px;
	color: #a88350;
	font-size: 1.5rem;
}

.fee dt img{
	margin: 0 5px 0 0;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.voice{
	background: #eef1f3;
	padding: 70px 0;
	margin: 0 auto 65px;
}

.voice .user{
	background: #fff;
	width: auto;
	padding: 40px 15px 30px;
	margin: 0 20px 50px;
	box-sizing: border-box;
}

.voice .user span{
	position:relative;
  background: #a88350;
  padding: 15px 30px 15px 18px;
	margin: 0 0 0 -45px;
	color: #fff;
	font-family: "游明朝","Yu Mincho","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho","メイリオ",serif;
}

.voice .user span:before{
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #6b502b transparent transparent;
  border-width: 8px 30px 0px 0px;
}

.voice .user span:after{
	content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 46px 12px 10px 0;
}

.voice .user h2{
	margin: 25px 0 10px;
	color: #a88350;
	font-size: 1.7rem;
}

.message{
	background: url(../img/bg_top.png) no-repeat top, url(../img/bg_bottom.png) no-repeat bottom, url(../img/bg_middle.png) repeat-y center;
	background-size: 120%;
  padding: 60px 25px;
  margin: 0 auto 65px;
  width: auto;
  box-sizing: border-box;
	text-align: left;
}

.message p{
	margin: 0 0 20px;
}

.message span{
	color: #cf1b1b;
}

.message span.name{
	max-width: 150px;
	margin: 0 auto;
	vertical-align: middle;
	display: block;
}

.form-box ul{
	margin: 0 20px 65px;
}

.form-box li{
	padding: 0 0 0 20px;
}
.form-box li:before{
	content: "■";
	display: inline-block;
	margin: 0 5px 0 -21px;
  font-size: 1.6rem;
	color: #313131;
}

#chk{
	margin: 60px 20px 50px;
}

.form-box section{
	padding: 10px 0 10px 0px;
}

.form-box section.form-item, .confirm-parts{
	border-top: 1px solid #ccc;
}

.form-box section.form-item:first-of-type{
	border-top: 0;
}

.form-box label, span.parts-title{
	display: block;
	vertical-align: top;
	width: auto;
	line-height: 1.8;
	margin: 0 0 5px;
}

.form-box span.require{
	display: inline-block;
	margin: 0 0 0 10px;
	background: #cf1b1b;
	color: #fff;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 1.2rem;
}

.form-box input{
	width: 100%;
	box-sizing: border-box;
	height: 24px;
	padding: 3px;
	border: 1px solid #ccc;
}

.form-box textarea{
	display: block;
	width: 100%;
	height: 150px;
  box-sizing: border-box;
	padding: 3px;
	border: 1px solid #ccc;
}

.form-box .submit{
	margin-top: 30px;
}

.form-box .submit input[type=submit]{
	-webkit-appearance: none;
  border-radius: 0;
	border:0;
	background: #a88350;
	color: #fff;
	font-size: 1.8rem;
	padding: 8px 35px;
	margin: 0 auto 20px;
	width: auto;
	height: auto;
	display: table;
	cursor: pointer;
}

.form-box .submit input[type=submit]:hover{
	background: #313131;
}

section.thanks{
	padding: 100px 0;
	margin: 0 20px;
}

.thanks h1{
	font-size: 2rem;
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.thanks p{
	font-size: 1.6rem;
	margin: 0 0 30px;
}

.thanks ul{
	margin: 0 0 50px;
}

.thanks .back-btn{
	font-size: 1.6rem;
}

.back-btn a{
	position: relative;
	color: #313131;
	padding: 0 0 0 18px;
}

.back-btn a:before{
	content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #313131;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
	top: 25%;
	left: 0;
}

.back-btn a:hover{
	text-decoration: underline;
}

.confirm-parts{
	display: block;
}

.banner{
	position: fixed;
  bottom: 0;
  width: 100%;
}

.banner .entry .box{
	text-align: center;
}

.banner .entry .box p.btn{
	font-size: 1.5rem;
	display: block;
}

.banner .entry .box p.btn:first-child {
	margin: 0 0 15px;
}

.banner .entry .box p.btn a{
	padding: 8px 35px 8px 15px;
}

.banner2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 15px;
  box-sizing: border-box;
}

/*---zoho---*/
#zohoform{
	width: 100%;
	height: 1700px;
}

/*---recaptcha---*/
.g-recaptcha > div{
	margin: 30px auto;
}

@media screen and (min-width:480px) {

h1{
	font-size: 2.4rem;
	padding: 0 12px 3px;
}

.entry .box p.text{
	display: block;
	text-align: center;
}

.reason h1 br{
	display: none;
}

.reason li:last-child{
	margin: 0;
}

.reason li dl{
	position: relative;
}

.reason li dt{
	float: left;
	width: 28%;
	margin: 0 20px 0 0;
}

.reason li dd{
	overflow: hidden;
}



}


@media screen and (min-width:768px) {

body{
	font-size: 1.4rem;
	line-height: 1.4;
}

.sp {display: none;}
.pc {display: block;}

h1{
	font-size: 3rem;
}

header {
  background: url(../img/UNV_1567.jpg) no-repeat 35% top;
  background-size: cover;
}

header .inner {
  height: 600px;
}

header ul.text{
	position: absolute;
	top: 45%;
	left: 30px;
}

header ul.text li{
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 1.6rem;
}

header h1{
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 30px;
	width: 100%;
	height: auto;
	font-size: 6.5rem;
	text-align: left;
	line-height: 1.2;
}

header ul.icon{
	position: absolute;
  top: 50%;
	left: 30px;
}

header ul.icon li{
	display: inline-block;
	margin: 0 5px 0 0;
}
header ul.icon li:first-child{
	width: 34%;
	height: auto;
}

/*header ul.icon li:last-child{
	width: 16%;
	height: auto;
}*/

header .map{
	position: absolute;
	top: 68%;
  right: 30px;
  width: 22%;
	height: auto;
}

header p.btn{
	position: absolute;
	top: 70%;
  left: 30px;
	width: 400px;
	height: auto;
	padding: 0;
}

header p.btn a{
	padding: 8px 15px;
	font-size: 2rem;
}


footer{
	padding-bottom: 0;

}

footer .inner p.copy{
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 5px 15px 10px;
}

footer p.copy span{
	border-top: 0;
	margin: 0 0;
	padding: 0 0;
	text-align: left;
}

footer p.copy span a:hover{
	text-decoration: underline;
}

footer .tel-box{
	margin: 0 auto;
}

footer .tel-box li {
  font-size: 3.6rem;
}

footer .tel-box li span {
  font-size: 2.2rem;
}

article footer{
	height:355px;
  position:absolute;
	bottom:0;
}

/*------------------------------
	lp
------------------------------*/
section{
	width: auto;
	margin: 0 auto;
}

.entry{
	padding: 20px 0;
}

.entry .box{
	text-align: center;
}

.entry .box p.text {
  float: left;
  margin: 0 0 0 10px;
  font-size: 2.3rem;
	text-align: left;
}

.entry .box p.text span {
  font-size: 2.9rem;
}

header .entry .box p.text {
  margin: 0 0 0 10px;
	text-align: left;
}

.entry .box p.btn {
	/*float: right;*/
  font-size: 2.2rem;
  /*margin: 10px 10px 0 0;*/
	margin: 0 10px 0;
	display: inline-block;
}

.entry .box p.btn a {
  padding: 12px 70px 12px 50px;
}

.about{
	padding: 80px 20px 45px;
}

.about p {
    font-size: 1.5rem;
    text-align: center;
}

.reason li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
  margin: 0 4% 0 0;
}
.reason li:last-child{
	margin: 0;
}

.reason li dt {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
	float: none;
}

.reason .point br{
	display: none;
}

.time {
  background: url(../img/img10.png) no-repeat 70% 0;
	background-size: auto;
  padding: 60px 20px 65px;
}

.time h1 {
  font-size: 3rem;
	width: auto;
}

.time h1 br{
	display: block;
}

.time-text{
	background: url(../img/clock.png) no-repeat 2% 55% #efeddc;
  background-size: 40px;
	margin: 100px 0 30px;
}

.club li {
  font-size: 2.3rem;
}

.club p {
  text-align: center;
  font-size: 2.8rem;
}

.club p br, .merit h1 br{
	display: none;
}

.merit dt, .security dt {
  width: 170px;
	margin: 0 30px 0 0;
}

.merit dd h2, .security dd h2{
	font-size: 2rem;
}

.security .privacy{
	padding: 50px 30px;
	text-align: center;
}

.security .privacy br{
	display: none;
}

.flow{
	padding: 70px 0px 0;
}

.flow li{
	display: inline-block;
	vertical-align: top;
	width: 30%;
  margin: 0 4% 0 0;
	position: relative;
}

.flow li:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #e9e2d9;
  position: absolute;
  top: 20%;
  right: -19%;
	left: auto;
}

.flow li:last-child:after{
	content: none;
}

.flow li:last-child{
	margin: 0;
}

.flow li dt {
  width: 100%;
  height: auto;
	float: none;
  margin: 0 0 20px;
}

.flow h3 {
  font-size: 1.9rem;
  margin-bottom: 15px;
}

.fee .read span {
  font-size: 2rem;
}

.fee .read em {
  font-size: 3.5rem;
}

.fee dt{
	font-size: 2.4rem;
}

.fee dt img{
	width: auto;
	height: auto;
	margin: 0 15px 0 0;
}

.scroll{
	margin: 0;
}

.voice .inner {
  width: auto;
  margin: 0 20px;
}

.voice .user {
  margin: 0 10px 50px 30px;
}

.voice .user span{
	margin: 0 0 0 -45px;
}

.voice .user h2{
	font-size: 2rem;
}

.message {
  background: url(../img/bg_top.png) no-repeat top, url(../img/bg_bottom.png) no-repeat bottom, url(../img/bg_middle.png) repeat-y center;
  background-size: 100%;
	text-align: center;
}

.form-box section {
    padding: 10px 0 10px 5px;
}

.form-box label, span.parts-title{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	line-height: 1.8;
	margin: 0;
}

.form-box input{
	width: 50%;
}

.form-box textarea{
	display: inline-block;
	width: 80%;
	height: 150px;
}

.thanks h1{
	font-size: 2.8rem;
	text-align: left;
}

.thanks p{
	font-size: 1.8rem;
}

.form-confirm-item{
	display: inline-block;
	vertical-align: middle;;
}

.banner{
	display: none;
}

.banner .entry .box p.btn:first-child{
	margin: 0 10px 0 0;
}


}


@media screen and (min-width:1024px) {

body{
	font-size: 1.6rem;
	line-height: 1.6;
}

h1{
	font-size: 3.2rem;
}

header {
  background: url(../img/UNV_1567.jpg) no-repeat top right;
  background-size: cover;
}

header .inner{
	width: 1000px;
}

header .entry .box p.text{
	text-align: left;
}

header .map{
	position: absolute;
	top: 58%;
}

header p.btn{
	width: 500px;
  top: 80%;
	left: 50%;
  margin: 0 0 0 -250px;
}

header p.btn a{
	font-size: 2.5rem;
}


footer .inner p.copy {
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 1000px;
}

/*------------------------------
	lp
------------------------------*/
section{
	width: 1000px;
	margin: 0 auto;
}

.entry .box {
  width: 860px;
	margin: 0 auto 0;
}

.entry .box p.text {
  margin: 0;
	text-align: left;
  width: 50%;
  font-size: 2.5rem;
}

.entry .box p.text span {
  font-size: 3.4rem;
	text-align: right;
}

.entry .box p.btn {
  font-size: 1.8rem;
}

.about{
	padding: 100px 100px 75px;
}

.about p {
  margin: 0 0 25px;
  font-size: 1.8rem;
  text-align: center;
}

.reason, .club, .voice{
	width: 100%;
	padding: 70px 0;
}

.reason h3 {
  font-size: 1.9rem;
}

.reason .point br{
	display: block;
}

.time {
  background: url(../img/img10.png) no-repeat top center;
  padding: 60px 100px 65px;
  position: relative;
	left: 50%;
  margin: 0 0 0 -600px;
}

.time h1{
	font-size: 3.7rem;
}

.club ul:after{
	background: url(../img/arrow.png) no-repeat center;
	background-size: 100px;
  padding: 0 0 100px;
}

.club p {
    text-align: center;
    font-size: 3.2rem;
}

.merit dt, .security dt {
  width: 206px;
}

.flow{
	width: 100%;
	padding: 70px 0 0;
}

.flow ul{
	padding: 30px 0 90px;
}

.flow li:after{
	border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #e9e2d9;
  position: absolute;
  top: 140px;
  right: -50px;
}

.flow ul, .reason ul{
	width:1000px;
}

.merit dl, .security dl{
	margin: 0 0 30px;
}

.security .privacy{
	padding: 50px;
}

.fee{
	margin: 0 auto;
}

.fee .read span {
  font-size: 2.4rem;
}

.fee .read em {
  font-size: 4rem;
}

.voice .inner{
	width: 960px;
	margin: 0 auto;
}

.voice .user {

  padding: 40px 30px 30px;
  margin: 0 auto 50px;
}

.voice .user span {
  margin: 0 0 0 -60px;
}

.message{
	width: 1000px;
	background-size: auto;
	padding: 100px 25px;
}

.form-box{
	padding: 0 0px 65px;
}

#chk {
    margin: 60px 0 50px;
}

section.thanks{
	padding: 150px 0 465px;
	margin: 0 auto;
}

#zohoform{
	height: 1320px;
}


}

/*------------------------------------------------------------*/
#form-item-no01{
	position: relative;
	width: 95%!important;
}
#form-item-no01:after{
	content: "様";
	position: absolute;
	right: -1.5rem;
	bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
	#form-item-no01{
		width: 98%!important;
	}
	#form-item-no01:after{
    bottom: 1.1rem;
    right: 27.0rem;
	}
}
