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

.wrapper {
	position: relative;
	background: url(../img/image.jpg) no-repeat center top fixed;/*背景固定*/
	background-size:cover;/*背景画像をコンテンツの最大に*/
	/*背景拡大をしない場合*/
	/*background: url(../images/l_image.jpg) no-repeat center top fixed;*/
	width: 100%;
	height:100%;
	/*padding: 250px 0 20px;*/
}


/************************************************************
 * modal 年齢認証
 ************************************************************/

.modal { 
	position:fixed; 
	display:none; 
	z-index:9999; 
	top:40%; left:50%; 
	width:460px;
	background: #FFF;
	height:auto; 
	margin:-116px 0 0 -250px; 
	padding:20px; color:#FFF; 
	text-align:center; 
	border:1px solid #FFF; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px; 
}
.modal_img { 
	vertical-align:bottom;
	margin-top: 5px;
}

.modal_text {
	font-family: serif;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin: 25px 0 15px 0;
}
.modal_text2 {
	font-family: serif;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 15px;
}
.modal a {
	cursor:pointer;
}
.modal a:hover {
	opacity: 0.5;
}
/* navi
------------------------------------------------------*/

.header {
	width: 100%;
	border-bottom: 1px solid #003366;
	border-top: 1px solid #003366;
	position: fixed;
	background: #333;
	z-index: 1;
	-webkit-box-shadow: 0 6px 5px -5px #777;
	-moz-box-shadow: 0 6px 5px -5px #777;
	box-shadow: 0 6px 5px -5px #777;
	opacity: 0.8;
}
ul.navi {
	width: 1080px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
ul.navi li {
	float: left;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.button {
	display: block;
	width: 120px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #333;
	color: #FFF;
	line-height: 50px;
}
.button:hover {
	background-color: #FFF;
	color: #333;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

.para {
	text-align: center;
}

/* 以下
------------------------------------------------------*/
.kasen a {
	text-decoration: underline;
}

.strong {
	font-weight: bold;
}
span.red {
	color: #F00;
}
.center {
	text-align: center;
}
.white {
	color: #FFF;
}
.title_01 {
	font-size: 18px;
	font-weight: bold;
}
.title_01 span {
  color: #F93;
	font-weight: bold;
}
.title_02 {
	font-size: 18px;
	font-weight: bold;
	color: #C22A2A;
}	


/*Google Noto Sans Web Fonts
--------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.w-font {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #B08829;
}
.w-font_02 {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFC35;
}
.w-font_11 {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FA3A3A;
}

#top-shop2 {
	color: #FF5480;
}

#top-shop2 a:hover {
	opacity: 0.7;
}

/* パンくずリスト
--------------------------------------------------------*/

.pankuzu {
	width: 905px;
	margin: 0 auto;
	padding: 0 0 10px 5px;
  font-size: 13px;
}
.pankuzu a:visited {
  color: #7991b5;
}
.pan_b {
	width: 350px;
	padding: 5px 0 5px 10px;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}

/* コンテンツ 共通
------------------------------------------------------*/
.common_box {
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.otoiawase {
	text-align: right;
}
/* 番組各種
------------------------------------------------------*/
.content_01 {
	background: #3cb37a;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_02 {
	background: #9d8e87;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_03 {
	background: #68a4d9;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_tomato {
	background: #DF6249;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_iruka {
	background: #5C4E99;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_room {
	background: #ef857d;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_ynet {
	background: #705b67;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_kin {
	background: #947151;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_gin {
	background: #8F9294;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_lime {
	background: #69b076;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
.content_neo {
	background: #F973B5;
	margin: 0 auto;
	padding: 10px;
	width: 880px;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	/*css3*/
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	border: 1px #fff solid;
	line-height: 2;
}
/* コンテンツ index
------------------------------------------------------*/

#top-kv {
	position: relative;
	height: 650px;
	padding: 150px 0 0;
}
#top-kv-inner {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	width: 1100px;
	margin: 0 auto;
	letter-spacing: 2px;
}
#top-kv-inner p {
	margin-bottom: 30px;
	text-align: left;
}
#top-kv-scroll {
	text-align: center;
}
#top-kv-scroll a:hover {
	opacity: 0.7;
}
#top-online {
	color: #FC0303;
}
#top-shop {
	color: #FF5480;
	margin: 0 auto;
	text-align: center;
}
#top-shop a {
	text-decoration: none;
}
#top-shop a:hover {
	opacity: 0.8;
}
.box_title {
	margin: 100px 0 50px;
	text-align: center;
}
.box h2{
	font-size: 50px;
	font-weight: bold;
	text-shadow: 0 0 25px #edf8ff,0 0 20px #edf8ff,0 0 0.40px #edf8ff;
}

.photo-area{
	overflow: hidden;
	padding: 0 0 0 12px;
}
.content-png .photo-area p{
	float: left;
	margin-right: 8px;
	width: 260px;
}
.box {
	text-align: center;
	margin: 5px 0 20px 0;
}
.box_text {
	text-align: left;
}
.con_box {
	overflow: hidden;
	width: 850px;
	margin-left: 32px;
}
.chiiki {
	width: 250px;
	float: left;
	margin: 0 30px 30px 0;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background: #FFF;
}
.m-none {
	margin-right: 0;
}
.chiiki_name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #409AF5;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-o-border-top-right-radius:5px;
	-ms-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-o-border-top-left-radius:5px;
	-ms-border-top-left-radius:5px;
	color: #FFF;
}
ul.telphone li {
	display: block;
	overflow: hidden;
	font-size: 20px;
	border-top: 1px solid #000;
}
.ken {
	display: block;
	width: 80px;
	float: left;
	text-align: center;
}
.tel {
	display: block;
	width: 170px;
	float: right;
	text-align: center;
}

.top_text {
	width: 900px;
	height: 150px;
	overflow-y: auto; 
	color: #333;
	font-size: 16px;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	background: #FFF;
	margin-bottom: 5px;
	opacity: 0.8;
}
.blue {
	color: #0000cf;
}
.bana {
	text-align: center;
}
/* footer
--------------------------------------------------------*/

#footer {
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 12px;
	background: #333;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
	padding-top: 20px;
}

#footer .small {
  display: block;
	font-size: 14px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px 20px 0;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .tyui {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}
.foot_menu {
	width: 820px;
	margin: 0 auto;
}
.h_navi {
	overflow: hidden;
	text-align: center;
}
.h_navi li {
	float: left;
  padding: 0 10px;
	line-height: 15px;
  border-left: 1px dotted #CCC;
}
.h_navi li:first-child,
.h_navi li:nth-of-type(9) {
	border-left: none;
}
.h_navi li a {
	color: #FFF;
	text-decoration: none;
}
.h_navi li a:hover {
	color: #CCC;
}
.f-m {
	margin-top: 5px;
}
/* pagetop
--------------------------------------------------------*/

.pagetop {
  text-align: right;
  margin: 0 auto;
	filter: alpha(opacity=80); /*IE8*/
	-moz-opacity: 0.8; /*fx*/
	opacity: 0.8;/*wb*/
}
.pagetop a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  padding: 6px 25px 4px;
  border-radius: 4px 4px 0 0;
  background: #333;
	text-decoration: none;
}

/* 初めての方へ
--------------------------------------------------------*/

.box_img {
	text-align: center;
}

/* 利用方法案内
--------------------------------------------------------*/

.yajirusi {
	margin-top: -20px;
	text-align: center;
}
.touroku {
	font-weight: bold;
	text-align: center;
	color: #333;
}
.waku{
	width: 600px;
	box-shadow: 0px 0px 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.guide_botm {
	margin-bottom: 15px;
}

/* ポイント追加
--------------------------------------------------------*/

.tuika {
	display: block;
	width: 200px;
	margin: 0 auto;
	text-align: left;
}
.tuika li {
	list-style-type: disc;
}
.img_01 {
	margin: 5px 0 10px 0;
}

/* 振込先一覧
--------------------------------------------------------*/

.accountTbl_01 {
  width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
.accountTbl_01 .a_1 {
	padding: 2px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #464646;
}
.accountTbl_01 th {
  padding: 5px 0px 5px 0px;
  background: #F4F4F4;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
	border: 1px solid #464646;
}
.accountTbl_01 td {
  padding: 10px;
  background: #FFF;
  font-weight: normal;
	border: 1px solid #464646;
	text-align: center;
	color: #222;
}

.accountTbl_02 {
  width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
.accountTbl_02 .a_1 {
	padding: 2px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #1B4372;
}
.accountTbl_02 th {
  padding: 5px 0px 5px 0px;
  background: #F4F4F4;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
	border: 1px solid #1B4372;
}
.accountTbl_02 td {
  padding: 10px;
  background: #FFF;
  font-weight: normal;
	border: 1px solid #1B4372;
	text-align: center;
	color: #222;
}

.accountTbl_03 {
  width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
.accountTbl_03 .a_1 {
	padding: 2px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background: #3A837E;
}
.accountTbl_03 th {
  padding: 5px 0px 5px 0px;
  background: #F4F4F4;
  color: #666;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
	border: 1px solid #3A837E;
}
.accountTbl_03 td {
  padding: 10px;
  background: #FFF;
  font-weight: normal;
	border: 1px solid #3A837E;
	text-align: center;
	color: #222;
}

/* よくあるご質問
--------------------------------------------------------*/

.faq_box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* プライバシーポリシー
--------------------------------------------------------*/
.privacy_wrap {
	text-align: left;
	padding: 10px;
}
.privacy_wrap ol.wraplist {
	padding-left: 30px;
}
.privacy_wrap ol.wraplist li {
  list-style-type: decimal;
}
.privacy_wrap ol.wraplist li h3 {
	font-weight:bold;
}
.privacy_wrap ol.wraplist li p {
	font-size: 14px;
}
.privacy_text {
	padding: 0 20px;
}
/* 利用規約
--------------------------------------------------------*/
.rule_wrap {
	text-align: left;
	padding: 10px;
}
.rule_wrap ol.wraplist {
	padding-left: 30px;
}
.rule_wrap ol.wraplist li {
  list-style-type: decimal;
}
.rule_wrap ol.wraplist li h3 {
	font-weight:bold;
}
.rule_wrap ol.wraplist li p {
	font-size: 14px;
}

/*特定商取引法に基づく表記・会社概要
---------------------------------------*/
.law_wrap {
	margin: 0 20px;
}
.tokutei {
	width: 100%;
}
.tokutei th {
	width: 150px;
	font-weight: bold;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	text-align:left;
}
.tokutei td {
	border-bottom: 1px solid #333;
	padding: 10px 10px 10px 20px;
	text-align: left;
}
.tokutei th.border-top {
	border-top: 0;
}
.tokutei td.border-top {
	border-top: 0;
}
.tokutei th.border-last {
	border-bottom: 0;
}
.tokutei td.border-last {
	border-bottom: 0;
}

/* お問い合わせ
--------------------------------------------------------*/
.contact_wrap {
	margin-top: 10px;
}
.contactTbl {
  width: 600px;
	margin: 0 auto;
	font-size: 20px;
}
.contactTbl .td1 {
  background: #F4F4F4;
	border: 1px solid #CCC;
  padding: 10px;
  font-weight: normal;
	text-align: center;
	color: #222;
}
.contactTbl .td2 {
  padding: 10px;
  background: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	color: #222;
	font-weight:bold;
	letter-spacing: 3px;
}
.contact_box {
	margin-bottom: 440px;
}

/* サイトマップ
--------------------------------------------------------*/

ul.sitemap {
	padding: 0 15px;
}
.sitemap .fa-caret-right {
	padding: 10px;
}
.sitemap li {
	border-bottom: 1px solid #e6dbd2;
	text-align: left;
	line-height: 3;
}
.sitemap li:last-child {
	border-bottom: none;
}
.sitemap li a {
	text-decoration: none;
}
.sitemap a:active,
.sitemap a:hover{
	color: #990000;
	text-decoration: underline;
}

.sitemap .fa-caret-right {
	margin-right: 5px;
}

/* テレクラについて
--------------------------------------------------------*/
.howto_text {
	line-height: 2.5;
}

/* 体験談
--------------------------------------------------------*/
.taiken_box {
	width: 800px;
	height: 800px;
	overflow-y: auto;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.taiken_box dl {
	padding: 5px;
}
.taiken_box dt {
	border-bottom: 1px dotted #333;
	padding: 5px 0 0 5px;
	font-weight: bold;
	display: block;
	overflow: hidden;
}
.taiken_box .time {
	font-weight:normal;
	display: block;
	float: right;
	width: 150px;
}
.taiken_box .taiken {
	float: left;
	width: 600px
}
.taiken_box dd {
	padding: 5px 5px 20px 10px;
}












































