@charset "utf-8";
/* CSS Document */
/* keycolor: #88C897 */

/*------初期化------*/
html {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Meiryo UI','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow-y: scroll;
	line-height: 1.5em;
}
pre,input,select,textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
}
/*
body,article,nav {
	margin: 0;
	padding: 0;
}
*/
body {
    -webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color:#440F20;
	/*color:#66464F;*/
	/*color: #220909;*/
}
a:hover{
	text-decoration:none;
}
a img {
	border: 0;
}
p{
color:#3f3b3a;
}
img {
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
table {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
th,td {
	padding: 3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align: center;
}
th {
	font-weight: normal;
}
td{
	text-align: left;
}
thead th {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	background-color: #841D3E;
	color: #FFF;
}
/*tbody tr:nth-child(even) {
	background-color: #E1F0E1;
}*/
table ul,
table dl,
table ol,
table pre {
	margin-top: 0;
	margin-bottom: 0;
}
caption {
	text-align: left;
}
.sub_caption {
	text-align: right;
	margin: 0;
	padding: 0;
}
table.no_border {
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.no_border tbody tr:nth-child(even) {
	background-color: transparent;
}
.no_border tbody th,
.no_border tbody td {
	border-bottom: 1px dashed #841D3E;
	padding: 10px;
}
.no_border tbody tr:nth-last-of-type(1) th,
.no_border tbody tr:nth-last-of-type(1) td {
border-bottom:0 none;
}
.no_border th {
	white-space: nowrap;
}
table.thr_table{
	border: 0 none;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: 1px dashed #841D3E;
}
.thr_table tbody th,
.thr_table tbody td{
border-bottom: 1px dashed #841D3E;
padding: 10px;
}
.thr_table td{
}
td a{
color:#D02E62;
/*font-weight:bold;*/
text-shadow: 1px 1px 1px rgba(143, 31, 31, 0.3);
}

h1,h2,h3,h4,h5,h6 {
	/*font-size: 1rem;*/
	margin: 0;
	padding: 0;
	font-weight: normal;
}
section h2{
	background-size:1em;
	color: #252525;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	padding-left: 1.4em;
}
section h3{
	color: #440F20;
	text-shadow:1px 1px 1px rgba(0,0,0,.3);
	padding-left:.5em;
}
h4{
	color: #440F20;
	text-shadow:1px 1px 1px rgba(0,0,0,.1);
	padding-left:.6em;
	}
hr {
	background-color: transparent;
	border: none;
	color: transparent;
}
video {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCC;
	max-width: 640px;
	max-height: 360px;
}
.flex video {
	max-width: 760px;
	max-height: 427.5px;
}
.player {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 20px;
	width: 100%;
}
.player.white {
	background-color: #FFFFFF;
}
.player.noborder {
	border: 0px none;
}
#contents > section > section {
	margin-bottom: 20px;
}
*:target {
	background-color: #FFFFDF;
	/*font-weight: bold;*/
}
#Alone_briefing:target,#joint_briefing:target,#university_briefings:target {
	background-color: transparent;
	/*font-weight: bold;*/
}
.clear {
	clear: both;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.nodisp {
	display: none;
}
.f_right {
	float: right;
}
img.f_right {
	margin-left: 20px;
	margin-bottom: 20px;
}
.f_left {
	float: left;
}
img.f_left {
	margin-right: 20px;
	margin-bottom: 20px;
}
.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
.t_center img {
	margin-left: auto;
	margin-right: auto;
}
.f_box .tv{
width:97%;
margin-left:2%;
}
.tv_box>img{
width: 30%;
margin: 15px 5px 0 10px;
max-width: 150px;
}
/* フォントサイズ調整 */
html {
	font-size: 0.8em;
	background-color: #fff;/* footer下限の色に合わせる */
}
#l_nav,
#r_nav,
#qr_box {
	font-size: 90%;
}

/* menu折りたたみ時対応 */
/*html,
body {
	height: 100%;
}*/

/* test_background-color */
#all_wrap {
	background-color: #ededed;/* footer下限の色に合わせる */
}

/* style */
#all_wrap {
	min-height: 100%;
}
/*
article {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 85px;
}
*/
.wrap {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#contents {
	max-width: 760px;
	position: relative;
	min-height:450px;
}
#l_nav ul ul,
#r_nav ul ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

/* エントリーボタン */
.entry_btn {
	padding: 0;
	width: 100%;
}
.entry_btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #FFF url(../../image/entry_bg.png) 95% center no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	transition: background .1s ease-out;
}
.entry_btn a:hover{
	background: #841D3E url(../../image/entry_bghv.png) 95% center no-repeat;
	text-decoration:none;
	color:#FFFFFF;
	text-shadow:0 0 2px rgba(131,31,143,0.2);
}
.entry_btn a{
	border-radius: 1px;
	color:#333333;
	display: block;
	width: 100%;
	height: 100%;
	transition: color .2s ease-out;
}
.shop_btn{
width:200px;
height:65px;
padding:0;
border-radius:0;
box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
display:block;
}
.shop_btn a{
width:100%;
height:100%;
padding:10px;
border-radius: 1px;
color: #333333;
display: block;
line-height: 3em;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
background:#fff;
transition:all .1s ease-out;
}
.shop_btn a:hover{
background: #841D3E;
text-decoration: none;
color: #FFFFFF;
text-shadow: 0 0 2px rgba(131,31,143,0.2);
}
.s2014_btn{
	padding:0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	transition: background .1s ease-out;
}
.s2014_btn a{
border-radius: 5px;
color: #333333;
display: block;
width: 100%;
height: 100%;
transition: color .2s ease-out;
line-height: 1.5em;
max-width: 10em;
max-height: 68px;
padding: 10px 46px 10px 10px;
text-decoration:none;
}
.s2014_btn a:hover{
background: #ff8873;
text-decoration: none;
color: #FFFFFF;
text-shadow: 0 0 2px rgba(255, 136, 115, 0.8);
}
/*-------------------------------*/
.movie_btn{
	padding:0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	transition: background .1s ease-out;
color: #333333;
transition: color .2s ease-out;
line-height: 1.5em;
padding: 20px 46px 20px 10px;
text-decoration:none;
margin:1em 0;
}
.movie_btn:hover{
background: #841D3E;
text-decoration: none;
color: #FFFFFF;
text-shadow: 0 0 2px rgba(255, 136, 115, 0.8);
}
/*-------------------------------*/
#l_nav .entry_btn:hover a{
	color:#FFFFFF;
}
.entry_btn2{
height:90px;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.entry_btn2 a{
font-size:120%;
line-height:2;
position:relative;
background-color:#841D3E;
color:#fff;
padding:10px;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
border-radius:7px;
background-image:url(../../image/entry_bghv.png);
background-position:90% center;
background-repeat:no-repeat;
transition: all .1s ease-out;
text-shadow:rgba(159, 31, 62, 0.8);
}
.entry_btn2 a:hover{
background-color:#ff6836;
text-shadow:1px 1px 1px rgba(255, 104, 54, 0.8);
}
/*.entry_btn2 a:after{
content: "";
border: 2px solid #fff;
width: 98%;
height: 94%;
position: absolute;
top: 3%;
left: 1%;
box-sizing: border-box;
border-radius: 5px;
transition: all .2s ease-out;
}
.entry_btn2 a:hover:after{
border-color:#ff6836;
}*/
/* QRコード */
#qr_box {
	margin-top: 14px;
	font-size: 80%;
	padding: 5px 0;
}
#qr_box img.f_left{
margin-right:5px;
}
#qr_box img {
	margin-top:-5px;
	margin-bottom: 5px;
}
#qr_box p {
	margin:5px 0 0;
	line-height: 1.2;
}
#qr_box a {
	margin: 0;
	font-size: 70%;
	line-height: 1.2;
}
#qr_box div {
	clear: both;
}

/* top page */
/* メインイメージ */
#top_img .bxslider li:not(:first-child) {
	display:none;
}
#top_img {
	position: relative;
}
#top_img>span{
width:100%;
display:inline-block;
display:block\9;
font-size:170%;
font-size:150%\9;
line-height:1.1em;
filter:progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#1A1A1A'); zoom:1;
/*color: #1F1F1F;*/
/*text-shadow:0 0 7px rgba(255,255,255,1),0 0 7px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(0,0,0,.1);*/
color:#FFF;
text-shadow:1px 1px 3px rgba(0,0,0,.3),0 0 3px rgba(0,0,0,.6),0 0 4px rgba(255,255,255,.1);
/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=80); */
/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);*/
padding:10px 0 0 5px\9;
margin:10px 0 0 10px;
/*-webkit-text-stroke-color: #1f1f1f;
-webkit-text-stroke-width: .2px;*/
}
/*#contents #top_img span{
font-family: "MS PGothic"\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#contents #top_img span{
font-family: "メイリオ"\9;
}
}*/
#top_img img {
	/*max-width: 80%;*/
	margin-right:20%;
	width:80%;
}
#top_img .catch_right {
	/*max-width: 80%;*/
	margin-left:20%;
	margin-right:0;
	width:80%;
}
#top_img .bxslider img {
	max-width: 100%;
	margin:0;
	width:100%;
}
#top_hana {
	position: absolute;
	left: 50px;
	bottom: 0;
	bottom: calc(20px + 1.5em);
	z-index: 3000;
	margin-bottom: 0;
}
#top_hana image {
	width: 100%;
}
/* トピックス */
#top_topics {
	margin-top: 20px;
}
#top_topics ul,
#top_topics li {
	margin: 0;
	padding: 0;
}
#top_topics p{
	width:95%;
	height:100%;
	color:#3f3b3a;
	font-weight:600;
	text-shadow:0 0 2px rgba(102,70,79,.4),0 0 5px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1),0 0 15px rgba(255,255,255,1),0 0 20px rgba(255,255,255,1),0 0 25px rgba(255,255,255,1);
	position:absolute;
	top:-10px;
	padding-left:5%;
	z-index:3;
}
#top_topics a{
	display:block;
	min-height:50px;
	text-decoration: none;
}
#top_topics li {
	width: 30%;
	min-height:60px;
	float: left;
	margin-right: 2%;
	background-color: #ffefef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	position:relative;
}
#top_topics img {
	width: 100%;
}
#top_topics li:hover{
	box-shadow: 0px 0px 3px 3px rgba(63, 36, 0, .2);
	/*box-shadow: 0px 0px 10px 10px rgba(31, 160, 130, .5);*/
	/*box-shadow: 0px 0px 10px 10px rgba(102, 70, 79, .3);*/
}
/* 下層ページ */
h1#top_img {
	position: absolute;
	top: 0;
	left: 0;
}
#h1_bg {
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
}
#h1_bg img {
	width: 100%;
	max-width: 100%;
}

.f_box a ,.f_box .a_box{
	display: block;
	width: 47%;
	margin: 0 1% 20px 2%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid #CCC;
	padding: 10px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 0;
}
.f_box .a_box{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
}
.f_box a:link,
.f_box a:visited {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
}
.f_box a:hover,
.f_box a:active {
	background-color: #FFF2EC;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;
	border: 3px solid #fdb8b8;
}
.f_box a.f_box_full {
	width: 97%;
	margin:0 0 20px 2%;
	clear: both;
	float: none;
}

.plugin {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.plugin p {
	margin:0;
	padding: 0;
}
.plugin .headline {
	border-bottom: 1px solid #6C3;
	margin-bottom: 5px;
}
.getFP {
	display: block;
	width: 8em;
	height: 3em;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 3;
}
#oath{
padding:0;
}
#oath li {
	font-size: 150%;
	margin: 20px 10px;
	line-height: 1.5;
}
.safe{
/*	background-color: rgba(255,255,255,0.5);
	padding:10px;
	border: 1px dashed #88C897;*/
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #CCC;
}
.safe h2{
/*border-bottom:1px dashed #88c897;*/
padding-bottom: .1em;
background-position: .2em -.1em;
}
.safe>img {
	width: 30%;
	margin:15px 5px 0 10px;
	/*margin-left: 10px;
	margin-bottom: 10px;*/
	max-width: 150px;
	float: right;
}
.safe .col2 ul{
padding-left: 5px;
}
.safe>.safe{
	margin-bottom:20px;
}
.ps {
	clear: right;
}
.ps img {
	width: 30%;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 200px;
	float: right;
}
.current a{
	text-decoration:underline;
	text-shadow:0 0 1px rgba(102,70,79,.2);
}
/*#contents section a{
color:rgb(0,162,105);
text-shadow:0 0 1px rgba(95,209,140,.2);
}
#contents section .f_box a {
color:rgb(102,70,79);
text-shadow:none;
text-decoration:none;
}*/
#site_map.col2 {
	margin:0;
	padding: 0;
	clear: right;
	margin-bottom: 20px;
}
#site_map.col2 section {
	width: 48%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px;
	padding-bottom: 0;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-color: rgba(255, 255, 255, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
}

.two_btn{
	float:left;
	margin-right:5%;
	width:30%;
	min-width:210px;
}
.ph{
	background:#FFF;
}
.ph:hover{
	background: #841D3E;
}
.contact{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.5);
	padding:10px;
	font-size:80%;
	line-height:1.5em;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	/*border-radius:5px;*/
}
.contact dl{
	float:left;
	margin-top:0;
}
.rec_off{
	float:right;
	margin-top:0;
}
.mv_time{
font-size:80%;
margin:0;
}
/*--clearfix--*/
/*
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.w20{
	width:20%;
	height:auto;
}
.w30{
	width:30%;
	height:auto;
}
#idea h3{
	margin-bottom:20px;
	font-size:130%;
}
#contact_b ul{
	width:100%;
	text-align:center;
	padding:0px;
}
#contact_b li{
	background-color:#fff;
	border:1px solid #999999;
	width:30%;
	float:left;
	margin-left:2.5%;
	margin-bottom:20px;
	border-radius:3px;
	transition: .2s ease-out;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#contact_b li:hover{
	background-color: #841D3E;
	border-color:#FFFFFF;
}
#contact_b a{
	display:block;
	width:100%;
}

#contact_b li:hover a{
	color:#FFFFFF;
	text-decoration:none;
}
#resort ul{
	padding:0;
}
#resort li{
	float:left;
	margin-bottom:20px;
}
#resort li img{
	border: 4px solid #FFFFFF;
	box-shadow:1px 1px 5px rgba(0,0,0,.6);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.6);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
#inspection h3{
	background-image:none;
	padding-left:0;
}
#inspection img{
	margin:10px;
}
#contact_box{
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	border-radius:3px;
	background-color:#FFFFFF;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
#contact_box p{
	font-size:95%;
}
#contact_box dl{
	margin-top:0;
	float:left;
	margin-right:2em;
}
#contact_box dd{
	margin-left:10px;
}
#oath,#idea section h3{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	text-shadow:0 0 1px rgba(102, 70, 79, 0.6);
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999'); zoom:1;
	color: #440F20;
}
#idea section h3{
	background-image:none;
}
#faq a{
	display:block;
	padding: 5px 10px 5px 20px;
}
#faq ul{
	padding-left:0;
}
#faq li{
	display: inline-block;
	background-color:#FFFFFF;
	margin-left:3%;
	margin-bottom:10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	border-radius:3px;
	transition: background-color .2s ease-out;
}
#faq li:hover{
	background-color:#841D3E;
}
#faq li:hover a{
	color:#fff;
	text-decoration:none;
}
#faq_a dt,#faq_a dd{
	padding-left:1.6em;
	position:relative;
}
#faq_a dt span{
	line-height: 1.1;
	color: #fff;
	font-size: 140%;
	background-color: #1d4e69;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	bottom:4px;
	left: 2px;
	display: block;
	font-weight:100;
}
#faq_a dd span{
	line-height: 1.1;
	color: #FFF;
	font-size: 140%;
	background-color: #F33;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 2px;
	display: block;
}
#faq_a dt{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top:10px;
	padding-bottom:5px;
	color:#440F20;
	font-weight:bold;
}
#faq_a dd{
	margin:0;
	padding:10px 10px 10px 1.6em;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
	background-color: rgba(255, 255, 255, 0.6);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
#faq_a a{
	color: #841D3E;
	text-shadow: 1px 1px 1px rgba(143, 31, 124, 0.3);
}
#faq_a .btn a{
	color:#333333;
	text-shadow:none;
}
#faq_a .btn:hover a{
	color:#FFFFFF;
}
#top_m{
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #ccc;
}
#r_mansion{
	font-weight:bold;
}
.nest{
	margin-left:20px;
}
.nest dd{
	margin-left:30px;
}
.box-form{
	text-align:center;
	margin: 0 0 30px;
}
.error{
	width:80%;
	padding:0 5%;
	margin-left:5%;
	border:1px dotted #f60;
	background-color: rgba(255,255,227,.6);
	margin-bottom:10px;
}
.error p{
	color: #FF0000;
	font-weight:bold;
}
input {
	margin-top: 2px\0/;
}
input:not(:target) {
	margin-top: 6px\9;
}
#ofr dt{
	float:left;
}
#ofr dd{
	margin-left:11em;
}
#top_news a{
	color: #D02E62;
	/*text-shadow: 1px 1px 1px rgba(131,31,143,0.2);*/
}
.movie_player{
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.movie_player2{
	text-align: center;
	width: 100%;
	margin: 20px 0;
}
.movie_player2 div,
.movie_player2 div object {
	width: 100%;
}
.gallery{
	padding:0;
}
.gallery li{
	width: 20%;
	height: auto;
	float: left;
	margin-right: 2.5%;
	margin-left:2.5%;
	margin-bottom: 20px;
	display: inline;
}
.gallery li img{
	width: 100%;
	height: auto;
}
.m_cation{
	font-size:80%;
}
/*
#top_m p{
	margin-top:0;
}*/
/*--------*/
#mv_btn{
	background-color:#FFFFFF;
	border-radius: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
	margin-top:14px;
}
#mv_btn:hover img{
	opacity:.8;
	filter: alpha(opacity=80);
}
#mv_btn a {
	text-decoration: none;
}
#mv_btn p{
	display:block;
	margin:0;
	padding:5px;
	font-size:80%;
	color:#3f3b3a;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px rgba(255, 74, 151, 0.3);*/
	line-height:1.5em;
}
#mv_btn:hover p{
	opacity:.6;
/*filter: alpha(opacity=60);*/
}
#mv_btn img {
	margin-bottom:5px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .6);
}
#contents-wrap{
	min-height:40em;
}
#training_table{
	width:70%;
	margin-left:15%;
	margin-bottom:20px;
	height:auto;
}
#ojt_senior{
	margin-top:10px;
}
#ojt_senior .safe{
	width:45%;
	margin:0 2.5% 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left;
}
#ojt_senior span{
	color:#440F20;
	font-size:90%;
	display:inline-block;
}
#ojt_senior p{
	padding-bottom:1.2em;
}
.no_intro p{
	display:none;
}
.no_intro section h2{
	text-align: center;
	padding: 10px;
}
/*--
#joint_briefing .t_left,
#university_briefings .t_left{
	text-align:left;
}
.uni_name{
	font-size:115%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
#joint_briefing h2,
#university_briefings h2{
	margin-bottom:5px;
}
.catch{
	color: #66464f;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-size:150%;
}
.last_table{
	border-bottom:0 none;
}
#joint_briefing table{
	border-bottom: 1px solid #fff;
}
#university_briefings table{
	border-bottom: 1px solid #fff;
}
#joint_briefing table,
#university_briefings table{
	font-size:90%;
}
#joint_briefing #cong_day,
#university_briefings #uni_day{
	width:10em;
}
--*/
.catch {
	color: #440F20;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-size: 150%;
}
#Alone_briefing .cmp{
	margin-left:16em;
	margin-top:10px;
}
#Alone_briefing .headline{
	margin-top:10px;
}
#Alone_briefing h2,
#joint_briefing h2,
#university_briefings h2{
	margin-bottom:10px;
}
#Alone_briefing .headline,
#joint_briefing .headline,
#university_briefings .headline{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #841d3e;
	border: 1px solid #CCC;
	text-align: center;
	font-weight:bold;
}
.aln_event,
.aln_day,
.aln_time,
.cong_event,
.cong_day,
.cong_time,
.uni_day{
	float:left;
	color: #FFF;
	font-size:90%;
}
.aln_place,
.aln_access,
.cong_place,
.uni_time,
.uni_place{
	color: #FFF;
	font-size:90%;
}
#Alone_briefing h3,
#Alone_briefing .day,
#Alone_briefing .time,
#joint_briefing h3,
#joint_briefing .day,
#joint_briefing .time,
#university_briefings h3,
#university_briefings .day,
.uni_place,
#university_briefings .place{
	float:left;
	font-size:90%;
}
#university_briefings .time{
	font-size:90%;
	text-align:center;
}
#Alone_briefing .place,
#joint_briefing .place{
	font-size:90%;
}
.aln_time,
#Alone_briefing .time{
	background-image:none;
	width:6em;
}
#Alone_briefing h3,
.aln_event{
	background-image:none;
	width:14em;
}
#Alone_briefing h3 span{
	display:inline-block;
	padding:1px 3px;
	color:#fff;
	background-color:#FF4A97;
	border-radius:3px;
	margin-top:2px;
	font-size:90%;
	text-align:center;
	text-shadow:none;
}
#Alone_briefing h3 span.font-s {
	background-color: transparent;
	font-size: 70%;
	color:#3F3B3A;
	line-height: 1.2 ;
	text-align: left;
}
#Alone_briefing .place,
.aln_place{
	margin-left:29em;
}
.aln_time,
#Alone_briefing .time,
.aln_place{
	text-align:center;
}
/*#Alone_briefing .access{
text-align:left;
}*/
.cong_event,
#joint_briefing h3{
	background-image:none;
	width:14em;
}
.aln_day,
#Alone_briefing .day,
.cong_day,
#joint_briefing .day{
	width:9em;
	text-align:center;
}
.uni_day,
#university_briefings .day{
	width:13em;
	text-align:center;
}
.cong_time,
#joint_briefing .time{
	width:8em;
	text-align:center;
}
.uni_place,
#university_briefings h3{
	background-image:none;
	width:20em;
}
#Alone_briefing a,
#joint_briefing a{
	text-decoration:none;
}
#Alone_briefing h3,
#Alone_briefing p,
#joint_briefing h3,
#joint_briefing p,
#university_briefings h3,
#university_briefings p{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
}
#Alone_briefing section,
#joint_briefing section,
#university_briefings section{
	background-color:#fff;
	border-bottom: 1px dashed #841d3e;
	position: relative;
}
#Alone_briefing .even,
#joint_briefing .even,
#university_briefings .even{
	background-color:#F7FAF7;
}
#Alone_briefing .t_last,
#joint_briefing .t_last,
#university_briefings .t_last{
	border-bottom: 0 none;
}
#Alone_briefing a:hover section,
#joint_briefing a.add:hover section{
	background-color: #f3c5c5;
}
#Alone_briefing section a {
	display: block;
	width: 100%;
}
#Alone_briefing section a.even:link,
#Alone_briefing section a.even:visited {
	background-color: #FFF;
}
#Alone_briefing section a.even:hover,
#Alone_briefing section a.add:hover,
#joint_briefing section a.add:hover{
	background-color: #f3c5c5;
}
.pcno{
display:none;
}
.gmap{
width:100%;
position:relative;
display:block;
}
#contents .amap {
	position: absolute;
	right: 3px;
	bottom: 3px;
	width: 3em;
	color:#fff;
	padding: 0;
}
#contents .amap a {
	color: #FFF;
	font-size:90%;
	border-radius: 3px;
	background-color:#841d3e;
	text-align:center;
	display: block;
	width: 100%;
}
#contents .amap a:link,
#contents .amap a:visited {
	background-color: #841d3e;
}
#contents .amap a:hover,
#contents .amap a:active {
	background-color: #015aa8;
}
.de_end:before{
content:"受付終了";
width:6em;
text-align:center;
background-color:#FF907B;
color:#fff;
font-size:90%;
border-radius:3px;
position:absolute;
left:5px;
bottom:5px;
}
.gmap:after{
content:"地図";
width:3em;
text-align:center;
background-color:#841D3E;
color:#fff;
font-size:90%;
border-radius:3px;
position:absolute;
right:5px;
bottom:5px;
}
.detail{
width:100%;
position:relative;
display:block;
}
.detail:after{
content:"詳細";
width:3em;
text-align:center;
background-color:#88B6C8;
color:#fff;
font-size:90%;
border-radius:3px;
position:absolute;
right:5px;
bottom:5px;
}
#senior_message{
width:50%;
height:auto;
max-width:353px;
box-shadow:1px 1px 1px rgba(0,0,0,.3);
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.3);
}
.f_box .box2{
width:97%;
}
.box2 h2{
float:left;
margin-bottom:16px;
}
.box2_img{
width:18%;
float:right;
}
.box2 p{
display:block;
clear:left;
}
#map_btn{
width:70%;
margin-left:15%;
margin-right:auto;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
background-repeat:no-repeat;
background-position: right center;
background-size:contain;
}
#map_btn h2{
background-image:none;
padding:10px 0 0 10px;
}
#apl ul{
padding:0;
}
#apl dd{
margin:0;
}
.free_phn span{
background-repeat:no-repeat;
background-position:left center;
padding-left:28px;
color:#440F20;
line-height:1.5em;
font-size:170%;
font-weight:bold;
}
.free_phn p{
margin-top:0;
margin-bottom:20px;
}
#address_box{
width:80%;
color:#3f3b3a;
margin-left:10%;
font-size:110%;
padding:10px;
border:1px solid #ccc;
background-color:#FFFFFF;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
}
#address_box dt{
font-size:115%;
}
#Alone_briefing h3 .cation{
background-color:#FF3030;
}
.blog_banner{
display:block;
width:200px;
background-color:#FFFFFF;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing: border-box;
border-radius: 5px;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
text-align:center;
}
.blog_banner img{
margin:10px 0;
width:180px;
height:96px;
}
.blog_banner p{
margin-top:0;
font-size:65%;
text-decoration:none;
line-height:1.2em;
}
.blog_banner:hover img{
box-shadow:0 0 3px rgba(0,0,0,.6);
}
.blog_banner:hover{
opacity:0.7;
}
.rec2014{
font-size:120%;
}
.rec2014 a{
color: #841D3E;
text-shadow: 1px 1px 1px rgba(143, 31, 71, 0.3);
}
/*--2014ボタン表示設定--*/
.s2014_btn{
display:none;
}
/*------------------------*/
/*--動画ページ--*/
#movie_list{
text-align:center;
/*text-align:justify;
text-align-last: justify;
-moz-text-align-last: justify;*/
}
#movie_list p{
text-align:left;
}
#movie_list .mix{
    display: none;
}
#movie_list div{
display:inline-block;
width:220px;
height:165px;
position:relative;
margin:0 10px 20px;
box-sizing:border-box;
-moz-box-sizing:border-box;
box-shadow:1px 1px 1px rgba(0,0,0,.3);
}
#movie_list:hover div:not(:hover):before{
/*content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
background-color:rgba(255,255,255,.1);*/
}
#movie_list .training .movie_tag,
#movie_list .training .movie_tag2{
width: 2.5em;
height: 1.5em;
padding: 3px 5px;
position: absolute;
top: 5px;
right: 5px;
display: block;
text-align: center;
background-color: rgba(72, 92, 168, 0.9);
color: #fff;
border-radius: 2px;
}
#movie_list .training .movie_tag2{
	width: 4.5em;
}
#movie_list .training a:hover .movie_tag{
display:none;
}
#movie_list .tip{
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
background-color:rgba(0,0,0,.3);
box-sizing:border-box;
-moz-box-sizing:border-box;
padding: 5px;
opacity:0;
transition:all .4s ease-in;
}
#movie_list a:hover>img{
filter: blur(3px);
-webkit-filter: blur(3px);
}
#movie_list a:hover>.tip{
opacity:1;
}
#movie_list div a{
display:block;
}
#movie_list .tip h2{
color:#fff;
font-size: 105%;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
text-shadow: 1px 1px 1px #000;
}
#movie_list .tip p{
color:#fff;
font-size: 80%;
margin: 0;
line-height: 1.5;
text-shadow: 1px 1px 1px #000;
}
#movie_list .tip .movie_time{
position:absolute;
bottom:0;
right:5px;
}
.sem_date h3,
.sem_date p.time {
	text-align: center;
}

#ph_img{
width:100%;
height:auto;
}


/*--------------*/
@media (min-resolution: .001dpcm) {
    _:-o-prefocus, body {
        font-family:  'メイリオ', sans-serif;
		font-size: 100.01%;
    }
	_:-o-prefocus, #contents #top_img>span{
		font-size:1.3em;
	}
}
@media screen and (max-width: 767px) {
	h1#top_img {
		width: 100%;
	}
.spno,.spno2{
display:none;
}
}

.com_s,
.com_s dt,
.com_s dd {
	margin: 0;
	padding: 0;
}
.com_s {
	margin-top: 1em;
}
.com_s dt,
.com_s dd {
	border-top: 2px dotted #663333;
}
.com_s dt {
	width: 5em;
	float: left;
	clear: left;
	padding-right: 1em;
	box-sizing: border-box;
}
.com_s dd {
	margin-left: 5em;
}
.com_s ul {
	margin-top: 0;
	margin-bottom: 0;
}
