@charset "utf-8";

/***** base CSS *****/

/* reset
--------------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
	line-height:1.4em;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd
{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	line-height:1.6em;
	list-style:none;
	text-decoration:none;
	font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;
	color:#000000;
}


/* font */
.bs_gothic{font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto;}
.bs_meiryo{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.bs_mincho{font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

ol li{
	list-style-type:decimal;
	margin-left:3em;
}

table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

th,
td {
	empty-cells:show; /* 空白セルのボーダーを表示するか（show）、しないか（hide） */
	text-align:left;
}

/* タグ設定
------------------------------------ */
img{
	border:0;
	vertical-align:bottom;
}

p{margin-bottom:7px;}

a{
	text-decoration:none;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

a:hover{opacity:0.8;}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

.bs_bold{
	font-weight:bold;
	font-style:normal;
}


/* 部品設定
------------------------------------ */
.only_img{
	margin:0px;
	padding:0px;
}

.only_img_r{
	margin:0px;
	padding:0px;
	text-align:right;
}

.only_img_l{
	margin:0px;
	padding:0px;
	text-align:left;
}

.only_img_c{
	margin:0 auto;
	padding:0px;
	text-align:center;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
}

.clearfix {display:block;}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
}

.float_l,
.float_l_bl{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.float_r_bl{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textleft{text-align:left;}
.textright{text-align:right;}
.textcenter{text-align:center;}

.color_red,
.color_red a{color:#FF5151;}

.bs_bold{font-weight:600;}

.bs_img01 img{width:100%;}

.bs_m_text,.bs_m_text p,.bs_m_text a{font-size:13px;}
.bs_s_text,.bs_s_text p,.bs_s_text a{font-size:12px;}
.bs_ss_text,.bs_ss_text p,.bs_ss_text a{font-size:11px;}

.res_block,
.res_br_block{display:none;}

.bs_textlink a,
a.bs_textlink{text-decoration:underline;}

.bs_indent01 p,
p.bs_indent01 {
	margin-left:1em;
	text-indent:-1em;
}

.bs_italic{font-style:italic;}
.bs_through{text-decoration:line-through;}


/* body
--------------------------------------------------------------------------- */
html, body {
	position:relative;
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-width:1160px;
	-webkit-text-size-adjust:100%
}

#rap{
	width:100%;
	margin:0px auto;
	padding:0px 0px;
	text-align:center;
}



/* header
--------------------------------------------------------------------------- */
#header{
	clear:both;
	width:100%;
	background-color:#FFFFFF;
	border-bottom:1px solid #000000;
	z-index:999;
	position:fixed;
	top:0px;
}

#header_in{
	width:100%;
	max-width:1160px;
	height:80px;
	margin:0 auto;
	padding:20px 12px;
	position:relative;
}

#bs_header_title{width:48.6%;}
#header h1{width:266px;}
#header h1 img{width:100%;}

#bs_gnav ul li{
	float:left;
	display:inline;
}

#bs_gnav ul li a{
	display:block;
	font-size:100%;
	padding:7px 12px;
}

.bs_trigger{
	display:none;
}

.bs_header_btn a{
	border-radius:3px;
	display:table;
	height:30px;
	line-height:30px;
	padding:0 8px;
	background-color:#00B2E6;
	color:#FFFFFF;
}

.bs_header_btn a i,
.bs_header_btn a span{
	display:table-cell;
	vertical-align:middle;
}



/* common
--------------------------------------------------------------------------- */
#contents{
	clear:both;
	width:100%;
	margin:0;
	padding-top:80px;
	text-align:left;
}

/* ブロック
------------------------------------ */

/* フルスクリーン */
.bs_full_wrap{
	padding:65px 0;
}
.bs_full_wrap_last{
	padding:65px 0 0;
}

.bs_coming_section01{
	padding:250px 0;
}

.bs_inner_wrap01{
	max-width:1160px;
	padding:0;
	margin:0 auto;
}

.bs_wrap01{margin-bottom:40px;}
.bs_wrap02{margin-bottom:80px;}


/* 2カラム メイン
------------------------------------ */
.bs_2col_main01{
	width:74.13%;
	max-width:860px;
}

/* サイドメニュー
------------------------------------ */
.bs_side_col01{
	width:21.5%;
	max-width:250px;
}

.bs_side_col01 h2{font-size:18px;}

ul.bs_side_menu01 li{
	border-bottom:1px solid #E6E6E6;
}

ul.bs_side_menu01 li a{
	display:block;
	padding:10px 0;
}

.bs_2col .bs_box,
ul.bs_2col > li{
	width:48%;
}

.bs_3col > li{
	width:31%;
	float:left;
	display:inline;
	margin:0 3.5% 0 0;
}
.bs_3col > li:nth-child(3n){margin:0 0 0 0;}

.bs_3col > li img{width:100%;}

.bs_onethird{width:31%;}
.bs_twothirds{width:65.5%;}

.bs_4col > li{
	width:23.25%;
	float:left;
	display:inline;
	margin-right:2.33%;
}
.bs_4col > li:nth-child(4n){margin-right:0;}

.bs_4col_full > li{
	width:25%;
	float:left;
	display:inline;
	margin:0;
}

.bs_4col > li img,
.bs_4col_full > li img{width:100%;}

.bs_5col .bs_box,
.bs_5col > li{
	width:18.43%;
	margin-right:1.96%;
	float:left;
	display:inline;
}
.bs_5col > li:nth-child(5n){margin-right:0;}
.bs_5col > li img{width:100%;}

.bs_4col .bs_box:nth-child(4n),
.bs_5col .bs_box:nth-child(5n),
.bs_5col_ul > li:nth-child(5n){
	margin-right:0;
}

.bs_w33_res100{width:33.33%;}
.bs_w50_res100{width:50%;}

.bs_box_shadow{
	background-color:#FFFFFF;
	box-shadow:0px 1px 20px 0px rgba(115,146,183,0.1);
	border-radius:6px;
}
.bs_box_shadow_in{
	padding:15px;
}

/* display:table;
------------------------------------ */
.bs_disp_tbl{
	display:table;
	width:100%;
}
.me_disp_tbl01{height:400px;}

.bs_disp_tbl_cell{
	display:table-cell;
	vertical-align:middle;
}

.bs_disp_tbl_r{padding-left:30px;}

.bs_3col .bs_disp_tbl_cell{width:33.33%;}


/* flexbox
------------------------------------ */
.bs_flex{
	display:-webkit-box; /*old*/
	display:-webkit-flex; /*safari*/
	display:flex;
}

.bs_flex.bs_2col > div{width:50%;}

.bs_flex_align_c{
	justify-content: center;
	-webkit-box-align: center; /*old*/
	-webkit-align-items: center; /*safari*/
	align-items: center;
}

.bs_flex_c{
	height: 400px;
	display: -webkit-box; /*old*/
	display: -webkit-flex; /*safari*/
	display: flex;
	justify-content: center;
	-webkit-box-align: center; /*old*/
	-webkit-align-items: center; /*safari*/
	align-items: center;
}

.bs_flex_c h3,
.bs_flex_c p{
	text-align:center;
}

.bs_flex_r{padding-left:30px;}

.bs_flex a{display:block;}

.bs_flex a > div{
	width:100%;
}



/* title
------------------------------------ */

/* page title */
.bs_pagetitle{
	width:100%;
	height:150px;
	border-bottom:1px solid #EEEEEE;
/* 
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
 */
	display:table;
	margin-bottom:45px;
}

.bs_pagetitle h2{
	font-size:20px;
	font-weight:600;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
/* 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

/* title */
.bs_title01{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:30px;
	color:#00B2E6;
	margin-bottom:35px;
}
.bs_title01 span{
	display:block;
	font-size:28px;
}

.bs_title02,
.me_topics_title01{
/* 	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	margin-bottom:20px;
}
.bs_title02{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.me_topics_title01{font-size:16px;}

.bs_title03{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.me_grad_title01{
	font-weight: 600;
	border-style: solid;
	border-width: 0 0 2px 0;
	-webkit-border-image: -webkit-linear-gradient(left, #7DE8D8 0%, #86A4E4 100%); /* Chrome10-25,Safari5.1-6 */
	border-image: linear-gradient(to right, #7DE8D8 0%, #86A4E4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-image-slice: 1;
	margin-bottom:15px;
}

.bs_copy01{
	font-size:18px;
	line-height:2em;
	text-align:center;
	margin-bottom:35px;
}
.bs_copy01.bs_copy01_mb0{
	margin-bottom:0px;
}
.bs_copy01_left{text-align:left;}


/* margin
------------------------------------ */
.bs_mb10{margin-bottom:10px;}
.bs_mb15{margin-bottom:15px;}
.bs_mb20{margin-bottom:20px;}
.bs_mb30{margin-bottom:30px;}
.bs_mb40{margin-bottom:40px;}
.bs_mb60{margin-bottom:60px;}


/* table
------------------------------------ */

table.bs_tbl01 tr{border-bottom:1px solid #DDDDDD;}

table.bs_tbl01 th,
table.bs_tbl01 td{
	padding:20px 20px;
}
table.bs_tbl01 th{
	max-width:70px;
}

table.bs_tbl02{
	border-top:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

table.bs_tbl02 th,
table.bs_tbl02 td{
	border-bottom:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	padding:20px 20px;
}
table.bs_tbl02 th{
	background-color:#F2F3F7;
	text-align:center;
}

/* dl 横並び
------------------------------------ */
dl.bs_dl01,
.bs_dl_wrap{
	width:100%;
}

dl.bs_dl01 dt,
dl.bs_dl01 dd{
	padding:8px 0;
}

dl.bs_dl01 dt,
.bs_dl_wrap dt{
	float:left;
	clear:left;
}

dl.bs_dl01 dd,
.bs_dl_wrap dd{
	float:left;
	display:inline;
}


/* pankuzu
------------------------------------ */
.bs_pankuzu {
	clear:both;
	text-align:left;
	font-size:12px;
	margin:30px 0 50px;
}
.bs_pankuzu a{font-size:12px;}
.bs_pankuzu span{font-weight:600;}


.bs_scroll_wrapper{
	position:relative;
	width:100%;
	overflow-x:auto;
	padding-bottom:20px;
	margin-bottom:30px;
}
.bs_scroll_1160{width:1160px;}


/* form
------------------------------------ */
.bs_form_check00{
	font-size:14px;
	color:#CC0000;
	padding-left:10px;
}

input,
textarea,
select,
label{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

input[type="text"],
textarea,
.bs_select01 select{
	border:1px solid #E0E0E0;
	padding:9px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

input::-webkit-input-placeholder {color:#888888;}
input:-ms-input-placeholder {color:#888888;}

.bs_form_dl01 dt{
	padding:8px 15px;
	background-color:#F2F3F7;
	font-size:15px;
	font-weight:600;
}
.bs_form_dl01 dt .bs_form_check00{
	font-weight:500;
}

.bs_form_dl01 dd{
	padding:15px 0 25px;
}

.bs_form_dl01 input[type="text"],
.bs_form_dl01 textarea{
	width:100%;
}
input[type="file"]{
	width:100%;
	max-width:500px;
}

dd.bs_form_name{display:table;}
dd.bs_form_name span,
dd.bs_form_name input[type="text"]{
	display:table-cell;
	vertical-align:middle;
}
dd.bs_form_name span{width:36px;}
span.bs_mei{padding-left:10px;}


/* original radio、checkbox START */
.bs_form_choice input[type=radio],
.bs_form_choice input[type=checkbox],
.bs_choice01 input[type=radio],
.bs_choice01 input[type=checkbox]{
	display: none;
}

.bs_form_choice li{
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}

label.bs_radio01,
label.bs_checkbox01,
label.bs_checkbox02{
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

label.bs_radio01,
label.bs_checkbox01 {
	position: relative;
	display: inline-block;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #FFFFFF;
	vertical-align: middle;
	cursor: pointer;
	border:2px solid #E0E0E0;
}

label.bs_radio01:after,
label.bs_checkbox01:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

label.bs_radio01:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	 border-radius: 50%;
	content: '';
	opacity: 0;
}

label.bs_checkbox01:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 44%;
	left: 18px;
	display: block;
	margin-top: -7px;
	content: "\f00c";
	font-family: FontAwesome;
	opacity: 0;
/* 
	position: absolute;
	top: 50%;
	left: 21px;
	width: 5px;
	height: 9px;
	content: '';
	border-right: 3px solid #F7A019;
	border-bottom: 3px solid #F7A019;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
 */
}

input[type=radio]:checked + label.bs_radio01:before ,
input[type=checkbox]:checked + label.bs_checkbox01:before {
	opacity: 1;
}

label.bs_checkbox01:before{
	color:#D71F67;
}

label.bs_radio01:hover:after,
label.bs_checkbox01:hover:after,
input[type=radio]:checked + label.bs_radio01,
input[type=checkbox]:checked + label.bs_checkbox01{
	border:2px solid #D71F67;
}

label.bs_checkbox01:hover {
	background-color: #F6F7F9;
}

.bs_btn01 a,
.bs_btn01 input,
input[type="radio"]:checked + label.bs_checkbox02,
input[type="checkbox"]:checked + label.bs_checkbox02{
	background-color:#D71F67;
	color:#FFFFFF;
	border:1px solid #D71F67;
}

label.bs_radio01:before{background-color:#D71F67;}

.bs_form_birth,
.bs_form_birth select{
	font-size:92%;
}

.bs_select01 select{}

div.me_form_pdf p{
	background:url(../../pic/bg_pdflink.gif) no-repeat left top;
	padding-left:20px;
}
div.me_form_pdf p a{
	text-decoration:underline;
}
.uploader{
	width:100%;
	max-width:300px;
	height:45px;
	background-color:#eee;
	border:1px solid #E0E0E0;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:relative
}

.nofile{
	background:url(../pic/bg_pdflink.gif) no-repeat left top;
	padding-left:20px;
}

.uploader .image{
	line-height:45px;
	text-align:center;
	color:#AAA;
}

.uploader:hover .image{
	color:#333;
}

.file-input{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:300px;
	height:45px;
	opacity:0;
}

/* original radio、checkbox END */

/* lableのスタイル */
.bs_checkbox02 {
	display: inline-block;
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	cursor: pointer;
}

ul.bs_choice01{
	border:1px solid #E0E0E0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:table;
}

ul.bs_choice01 li{
	border-right:1px solid #E0E0E0;
	display:table-cell;
	vertical-align:middle;
}
ul.bs_choice01 li:last-child{border:none;}

ul.bs_radio_2select{width:140px;}
.bs_checkbox02_ul{max-width:560px;}

ul.bs_choice01 li:first-child label{border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px;}
ul.bs_choice01 li:last-child label{border:none; border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0;}

ul.bs_choice01 label{padding:9px;}

ul.bs_radio_2select .bs_checkbox02 {
	width:100%;
	text-align:center;
}

.bs_form_full select,
.bs_form_full textarea{
	width:100%;
}

input[type=image]{padding:0px;}

.bs_submit input{
	display:block;
	width:240px;
	padding:13px 0px;
	color:#FFFFFF;
	background-color:#D5AD58;
	border:1px solid #D5AD58;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size :15px;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
}

.bs_submit input:hover{
	opacity:0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
}

.bs_detail_btn a{
	display:block;
	width:70px;
	font-size :14px;
	background-color:#D5AD58;
	color:#FFFFFF;
	padding:6px 0;
	margin:0 auto;
}
.bs_detail_btn a:hover{
	opacity:0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
}



/* btn
------------------------------------ */
.bs_btn,
.bs_btn_s,
.bs_btn_more{
	width:100%;
	max-width:280px;
}
.bs_btn_s{max-width:170px;}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input,
.bs_btn_more{
	display:inline-block;
	width:100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size :100%;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
	-webkit-appearance:none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input,
.bs_btn_more{
	padding:13px;
}

.bs_btn_s a,
.bs_btn_s input{
	padding:4px 10px;
}

ul.bs_btn_2col{
	display:table;
	table-layout:fixed; /* テーブルの列幅を均等に */
	width:100%;
	max-width:500px;
	margin:0 auto;
}

ul.bs_btn_2col li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 6px;
}

ul.bs_btn_2col li a,
ul.bs_btn_2col li input{
	padding:13px 0;
}

ul.bs_btn_2col_s{
	display:table;
	border-collapse:separate;  /* セルの間隔を空ける */
	border-spacing:10px 0;  /* 左右 上下で記述 */
}
ul.bs_btn_2col_s li{
	display:table-cell;
	vertical-align:middle;
}

.me_btn_grad{
	width:160px;
	margin:0 auto;
}
.me_btn_grad a{
	display:block;
	text-align:center;
	padding:8px 0;
	background: #64C8CD; /* Old browsers */
	background: -webkit-linear-gradient(left, #64C8CD 0%,#3DB3D0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #64C8CD 0%,#3DB3D0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64C8CD', endColorstr='#3DB3D0',GradientType=1 ); /* IE6-9 */
	color:#FFFFFF;
	-webkit-border-radius:50px;
	border-radius:50px;
}

.bs_fixed_btn{
	position:fixed;
	top:50%;
	right:0px;
	z-index:999;
}
.bs_fixed_btn li{
	clear:both;
	display:block;
	margin-bottom:10px;
}

.bs_fixed_btn li a{
	display:inline-block;
	width:50px;
	height:170px;
	padding:10px 15px 10px 0;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	background-color:rgba(0,178,230,0.7);
	color:#FFFFFF;
}

/* 背景画像（写真） */
.bs_bg01,
.bs_bg02,
.bs_bg03{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	background-size:cover;
	background-image:url(../pic/bg01.jpg);
}
.bs_bg02{background-image:url(../pic/bg_topmain02.jpg);}
.bs_bg03{background-image:url(../pic/bg_topmain01.jpg);}
.bs_bg_scroll{background-attachment:scroll;/* スクロール */}
.bs_bg_fixed{background-attachment:fixed; /* 固定 */}

/* 背景画像 縦横repeat */
#bs_bg04{
	background-repeat:repeat;
	background-position:center center;
	background-image:url(../pic/bg02.jpg);
}

/* 背景画像 横repeat */
#bs_bg05{
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image:url(../pic/00_bg01.png);
}

#bs_bg_grad{
	background: #82CBD8; /* Old browsers */
	background: -webkit-linear-gradient(left, #29A3C7 0%,#F2F3DC 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #29A3C7 0%,#F2F3DC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29A3C7', endColorstr='#F2F3DC',GradientType=1 ); /* IE6-9 */
}

/* 縦書き */
.me_rl_wrap{
	display:table;
	width:90%;
	margin:0 auto;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}
.me_rl_wrap h2{padding:0 0 0 50px;}
.me_rl_wrap p{
	font-size:18px;
	line-height:2.8em;
	padding:0 0 0 50px;
}
.me_rl_wrap p.me_rl_txt_last{padding:0;}

/* Google MAP */
.bs_gmap_wrap{
	position:relative;
}
.bs_gmap_wrap iframe{
	width:100%;
	height:450px;
	vertical-align:bottom; /* MAP下に余白が出来るのを防ぐ */
}
.bs_gmap_side{
	max-width:440px;
	height:450px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
}
.bs_gmap_side img{width:100%;}
.bs_gmap_info{
	width:100%;
	height:272px;
	background-color:rgba(0,178,230,0.7);
	display:table;
}
.bs_gmap_info_inner{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.bs_gmap_info_inner p{
	color:#FFFFFF;
	font-weight:600;
}

/* お問い合わせブロック */
.bs_call_title01{
	font-size:20px;
	margin-bottom:10px;
}

.bs_call01 a{font-size:24px;}

.bs_call_dl{
	max-width:390px;
	margin:0 auto 10px;
	display:table;
}
.bs_call_dl dt,
.bs_call_dl dd{
	display:table-cell;
	vertical-align:top;
}
.bs_call_dl dt{
	width:100px;
}



/* swiper slide
--------------------------------------------------------------------------- */
.me_top_main{
	position:relative;
}

.swiper-container {
	width:100%;
}

.swiper-slide{
	width:100%;
	height:650px;
}

.me_top_slide_in{
	max-width:1000px;
	height:650px;
	margin:0 auto;
}

/* pagination サイズ・スタイル変更
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius:0;
}
 */

.swiper-button-next,.swiper-button-prev{
	-webkit-background-size:100% auto;
	background-size:100% auto;
}

.swiper-pagination-bullet-active{opacity:1;background:#00B2E6}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url(../pic/00_swiper_prev01.png);}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url(../pic/00_swiper_next01.png);}

.me_top_slide01{
	background:url(../pic/bg_topmain01.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
}

.me_top_slide02{
	display:table;
}
.me_top_slide02 a{
	display:table-cell;
	vertical-align:middle;
	background:url(../pic/bg_topmain02.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	text-align:center;
	text-shadow:0px 0px 10px #EEF9FF;
}

.me_top_slide03{background:#FFF;}
.me_top_slide03 .me_top_slide_in{
	display:table;
	border-collapse:separate;
	border-spacing:30px 0;
}
.me_top_slide03 .me_top_slide_in div{
	display:table-cell;
	vertical-align:middle;
}
.me_top_slide03 .me_top_slide_in div img{width:100%;}
.me_top_slide03 .me_top_slide_in div:nth-child(2){
	width:58.8%;
	max-width:588px;
}

.me_top_slide02 a,
.me_top_slide03 p{
	font-size:32px;
	font-weight:600;
}

/* top page
--------------------------------------------------------------------------- */

/*** お知らせ　3col */
.me_news_list li img{margin-bottom:10px;}
.me_news_list li time{font-size:20px; font-family:"Cormorant Garamond", serif;}

/*** お知らせ　テキストのみ */
.me_top_news_ul{
	height:220px;
	overflow:auto;
	padding:0 10px;
}

.me_top_news_ul li a{
	display:table;
	width:100%;
	padding:10px 0px;
	border-bottom:1px dotted #CCCCCC;
}
.me_top_news_ul li h3,
.me_top_news_ul li span,
.me_top_news_ul li time{
	display:table-cell;
	vertical-align:middle;
}
.me_top_news_ul li time{width:100px;}

.me_top_news_ul li h3{
	width:90px;
	text-align:center;
	color:#FFFFFF;
}
.me_top_news_ul li h3 span{
	display:inline-block;
	width:70px;
}
span.me_news_icon01{background-color:#00B2E6;}
span.me_news_icon02{background-color:#A59AC9;}

/*** お知らせ　画像＋テキスト */
.me_top_news02 dl {
	display:table;
	width:100%;
	margin-bottom:20px;
}
.me_top_news02 dl dt,
.me_top_news02 dl dd{
	display:table-cell;
	vertical-align:middle;
}
.me_top_news02 dl dt{
	width: 100px;
	padding-top:100px;
	position: relative;
	overflow: hidden;
}
.me_top_news02 dl dt img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: auto;
	max-height: 100%;
}

.me_top_news02 dl dd{
	padding:5px 15px;
}

.me_top_news02 dl dd h3{font-size:16px;}
.me_top_news02 dl dd time{font-size:13px;}

.me_service_img01 img{
	max-width:100px;
}



/* item
--------------------------------------------------------------------------- */
.me_item_ul li img{margin-bottom:20px;}

/* detail.html */
.me_item_detail_txtinfo{
}



/* regi
--------------------------------------------------------------------------- */
.me_regi_wrap01{
	max-width:1000px;
	margin:0 auto;
}


/* call
--------------------------------------------------------------------------- */
p.me_call_form_flow{
	font-size:16px;
	text-align:center;
	margin:0 auto 30px;
}

p.me_call_form_flow i{
	font-size:20px;
	padding:0 15px;
}

p.me_call_form_flow span{
	padding:2px 10px;
	border-radius:50px;
	-webkit-border-radius:50px;
}

.me_call_btn_back{
	max-width:100px;
	margin:0 auto;
	padding-bottom:10px;
}



/* topics
--------------------------------------------------------------------------- */

/* index
------------------------------------ */
.me_topics_dl{
	display:table;
	width:100%;
	margin-bottom:30px;
}

.me_topics_dl dt,
.me_topics_dl dd{
	display:table-cell;
	vertical-align:top;
}

p.me_topics_date{
	margin-bottom:10px;
}

.me_topics_dl dt{
	width:110px;
	padding:0 20px 20px 0;
}
.me_topics_dl dt img{width:100%; height:auto;}

p.me_topics_kanren{
	text-align:center;
	margin:50px auto 30px;
}

p.me_topics_pankuzu{
	text-align:center;
	height:40px;
	background:url(../pic/bg_link01.jpg) no-repeat top  center;
	background-size:310px 40px;
	-webkit-background-size:310px 40px;
	margin-bottom:40px;
}

/* detail
------------------------------------ */
.me_topics_detail_img{
	text-align:center;
	margin:0 auto 30px;
}

.me_topics_detail_txt{
	width:100%;
	margin:0px auto 30px;
}
.me_topics_detail_txt div{
	font-size:14px;
	font-family :"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* page 1
--------------------------------------------------------------------------- */
.me_area_map01{
	max-width:630px;
	margin:0 auto;
}



/* acordion
--------------------------------------------------------------------------- */
.j_ac01{display:none;}



/* footer
--------------------------------------------------------------------------- */
#footer{
	clear:both;
	width:100%;
	border-top:1px solid #000000;
}

.bs_footer_in{
	max-width:1160px;
	padding:50px 0;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.gotop{
	position:fixed;
	bottom:5%;
	right:5%;
	opacity:0.9;
	filter:alpha(opacity=90); /* ie lt 8 */
	-ms-filter:"alpha(opacity=90)"; /* ie 8 */
}

#bs_ft_menu{
	margin:0 auto 30px;
	display:table;
}
#bs_ft_menu ul{
	float:left;
	display:inline;
	margin:0 70px 0 0;
}

#bs_ft_menu ul li{
	margin:0 0 5px 0;
}

#bs_ft_menu ul li a{
	display:block;
	font-size:13px;
}
#bs_ft_menu ul li:nth-child(1) a{font-size:15px;}

.bs_footer_info{
	text-align:center;
}

#bs_footer_logo{
	max-width:180px;
	margin:0 auto 20px;
}
#bs_footer_logo img {width:100%;}

.bs_sns_ul{
	display:table;
	margin:0 auto;
}
.bs_sns_ul li{
	float:left;
	display:inline;
	margin:0 18px 0 0;
}
.bs_sns_ul li:last-child{margin:0;}
.bs_sns_ul li a{font-size:24px;}

p#bs_copyright{
	font-size:11px;
	text-align:center;
}


/* color
--------------------------------------------------------------------------- */
.bs_color01,
p.me_topics_pankuzu a{
	color:#00B2E6;
}

.bs_bg_color01{background-color:#F2F3F7;}
.bs_bg_color02{background-color:#EFF9FF;}
.bs_bg_color03{background-color:#EEEDF7;}

.bs_color_wht,.bs_color_wht a{color:#FFFFFF;}

.bs_bg_wht{background-color:#FFFFFF;}
.bs_bg_blk{background-color:#000000;}

.bs_lucent_bk1{
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.bs_lucent_bk1 h3,.bs_lucent_bk1 p{color:#FFFFFF;}
.bs_lucent_bk1:hover{background-color: rgba(0,0,0,0.1);}

.bs_btn01 a,
.bs_btn01 input,
.bs_btn_more,
span#me_call_form_naviactive{
	background-color:#00B2E6;
	color:#FFFFFF;
	border:1px solid #00B2E6;
}

.bs_btn02 a,
.bs_btn02 input,
.me_call_form_flow span{
	border:1px solid #00B2E6;
	background-color:#FFFFFF;
	color:#00B2E6;
}



/* 
--------------------------------------------------------------------------- */

/* infiniteslide */
.me_infiniteslide_ul01 li{max-width:300px;}
.me_infiniteslide_ul01 li img{width:100%;}

/*** tabBox */
#tabBox-nav li{
	float:left;
	display:inline;
	margin:0 20px 20px 0;
}
#tabBox-nav li a{padding:0 10px;}
#tabBox-nav li:nth-child(1) a.active{border-bottom:3px solid #00B2E6;}
#tabBox-nav li:nth-child(2) a.active{border-bottom:3px solid #A59AC9;}



/* Facebook
--------------------------------------------------------------------------- */
#me_pageplugin{
	width:100%;
	max-width:350px;
	margin:0 auto;
}
#me_pageplugin > .fb-page {
	width:100%;
}
#me_pageplugin span,
#me_pageplugin iframe{
	width:100% !important;
}


/* アイコンリンク */
ul.me_icon_link li{
	float:left;
	display:inline;
}

ul.me_icon_link li a{
	display:block;
	font-size:15px;
	padding:7px 12px 7px 23px;
	background-repeat:no-repeat;
	background-position:5px center;
	background-size:14px 14px;
	-webkit-background-size:14px 14px;
}

ul.me_icon_link li:nth-child(odd) a{background-image:url(../pic/00_icon_flower01.png);}
ul.me_icon_link li:nth-child(even) a{background-image:url(../pic/00_icon_choucho01.png);}

