/***** base CSS *****/

/*==========================================================

  reset.style
  body.style
  common.style
  header.style
  index.html.style
  call.html.style
  topics.style
  acordion.style
  footer.style
  color.style

   
===========================================================*/


/* -------------------------------------------------------
  reset.style
------------------------------------------------------- */

/* 初期設定 START */
*{
	margin:0;
	padding:0;
	line-height : 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height : 1.6em;
	list-style : none;
	text-decoration : none;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}

ol li{
	list-style-type: decimal;
	margin-left:3em;
}

table,
th,
td {
	border: 0;
	border-collapse : collapse ;
	border-spacing: 0px;
	empty-cells: show; /* 空白セルのボーダーを表示するか（show）、しないか（hide） */
	text-align: left;
	box-sizing:border-box;
}

/* タグ設定 START */
img{
	border:0px;
	vertical-align:bottom;
}

p{
	margin-bottom:7px ;
}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

bold{
	font-weight:bold;
	font-style:normal;
}

a{
/* 	text-decoration:underline; */
}


/* 部品設定 START */
.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;
}

.hr_clear{
	clear:both;
	height:1px;
	width:1px;
	margin /*forWinIE6*/ :0px 0 15px 0;
	padding:0px;
	border:0;
	visibility:hidden;
}

.clearfix {
	display: block; /* for IE8 */
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}

.float_l,
.float_l_bl,
.res_float_l{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.float_r_bl,
.res_float_r{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.color_red,
.color_red a{
	color:red;
}

.bold{
	font-weight:600;
}

.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_br_block{display:none;}
.res_block{display:none;}

/* テキストリンク */
.bs_textlink a{
	text-decoration:underline;
}

/* 改行しても見栄えがいいインデント */
.bs_indent01 p,
p.bs_indent01 {
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/* -------------------------------------------------------
  body.style
------------------------------------------------------- */
html, body {
	position: relative;
	height: 100%;
}

/* ボディ START */
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}


/* 外枠 START */
#rap{
	width:100%;
	margin:0px auto;
	padding:0px 0px;
	text-align: center;
/*	padding:0px 12px;  外枠にグローをつけるときにセットグロー分だけ  */
/*	background:url("../pic/bg01.png") repeat-y ;  外枠にグローをつけるときセット  */
}



/* -------------------------------------------------------
  common.style
------------------------------------------------------- */
#contents{
	clear:both;
	width:100%;
	margin:0;
	padding-top:80px;
	text-align: left;
}

/* ブロック
--------------------------- */

/* フルスクリーン */
.bs_section01{
	padding:65px 0;
}

.bs_section01_last{
	padding:65px 0 0;
}

.bs_section01 p:last-child{
	margin-bottom:0;
}

.bs_coming_section01{
	padding:250px 0;
}

.bs_section02{margin-bottom:40px;}


/* コンテンツ幅 max1000px
（レスポンシブの際左右に12px余白が付くようあらかじめ余白を設定）*/
.bs_section01_in{
	max-width:1024px;
	padding:0px 12px;
	margin:0 auto;
	box-sizing:border-box;
}

/* 2カラム メイン */
.bs_2col_main01 {
	width:75%;
}

/* 2カラム　サイド */
.bs_side_col01{
	width:22.55%;
}

ul.bs_side_menu01 li{
	border-bottom:1px solid #E0E0E0;
}

ul.bs_side_menu01 li a{
	display:block;
	padding:10px 0;
}

.bs_2col .bs_box,
ul.bs_2col li{
	width:49%;
	max-width:490px;
}

.bs_3col .bs_box,
.bs_res_3col .bs_box,
ul.bs_3col li,
ul.bs_res_3col li{
	width:31.75%;
	max-width:324px;
	margin-right:2.375%;
}

.bs_4col .bs_box,
.bs_res_4col .bs_box,
ul.bs_4col li,
ul.bs_res_4col li{
	width:23.25%;
	margin-right:2.33%;
}

.bs_4col_2col .bs_box,
ul.bs_4col_2col li{
	width:23.25%;
	margin-right:2.33%;
}
.bs_4col_2col .bs_box:nth-child(4n),
ul.bs_4col_2col li:nth-child(4n){margin-right:0;}

.bs_5col .bs_box,
.bs_res_5col .bs_box,
.bs_5col_ul li{
	width:18.43%;
	margin-right:1.96%;
}

.bs_5col_ul li{
	float:left;
	display:inline;
}
.bs_5col_ul li img{
	width:100%;
}

.bs_3col .bs_box:nth-child(3n),
.bs_res_3col .bs_box:nth-child(3n),
ul.bs_3col li:nth-child(3n),
ul.bs_res_3col li:nth-child(3n),
.bs_4col .bs_box:nth-child(4n),
.bs_res_4col .bs_box:nth-child(4n),
.bs_5col .bs_box:nth-child(5n),
.bs_res_5col .bs_box:nth-child(5n),
.bs_5col_ul li:nth-child(5n){
	margin-right:0;
}

.bs_bd_box{
	border:1px solid #E0E0E0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.bs_tbl_box{
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}

.bs_tbl_box_in,
.bs_tbl_box_in02{
	display:table-cell;
	vertical-align:middle;
}

.bs_img01 img{width:100%;}

/* その他
--------------------------- */
.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;}

/* 部分フォント指定
--------------------------- */

/* キャプション
--------------------------- */
.bs_title01{
	font-size:24px;
	margin-bottom:40px;
}
.bs_title01 span{
	display:block;
	font-size:30px;
}

.bs_sub_title01,
.me_topics_title01{
	font-weight:600;
	border-bottom:1px solid #4CC7B7;
	margin-bottom:10px;
}
.bs_sub_title01{font-size:20px;}
.me_topics_title01{font-size:16px;}

.bs_title02{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.bs_title03{
	font-weight:600;
	margin-bottom:5px;
}

.bs_bd_title{
	padding-bottom:5px;
	border-bottom:1px solid #E0E0E0;
}

.bs_copy01{
	font-size:110%;
	line-height:2em;
	margin-bottom:60px;
}
.bs_copy01.bs_copy01_mb0{
	margin-bottom:0px;
}

/* 下層ページ メインキャプション */
.bs_sub_main{
	width:100%;
	height:200px;
	margin-bottom:45px;
	display:table;
}
#me_call_main01,
#me_privacy_main01,
#me_topics_main01{
	background-image:url(../pic/bg_call_main01.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}

.bs_sub_main h2{
	font-size:24px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}


/* パンくず  ***/
.bs_pankuzu {text-align:left;clear:both; font-size:12px; margin:30px 0 50px;}
.bs_pankuzu span{font-weight:600;}
.bs_pankuzu a{font-size:12px;}
#bs_pankuzu_bt{margin-top:50px;}


/* table
---------------- ----------------- */
table{
	clear:both;
	width:100%;
}

table.bs_tbl01 th,
table.bs_tbl01 td{
	padding:10px 20px;
}

/* form
---------------- ----------------- */
.bs_form_check00{
	font-size:14px;
	color:#CC0000;
	padding-left:10px;
}

input,
textarea,
select,
label{
	border:1px solid #E0E0E0;
	padding:9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing:border-box;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

input::-webkit-input-placeholder {color: #888888;}
input:-ms-input-placeholder {color: #888888;}
input::-moz-placeholder {color: #888888;}

/* dl */
dl,
dt,
dd{
	box-sizing:border-box;
}

.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%;
}

/* ボタン
--------------------------- */
.bs_btn,
.bs_btn_s{
	width:100%;
	max-width:280px;
}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input{
	display:inline-block;
	width:100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size :15px;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-appearance: none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input{
	padding:13px;
}

.bs_btn_s a,
.bs_btn_s input{
	padding:4px 10px;
}

.bs_btn:hover,
.bs_btn_s: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 */
}

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;
}

/* 背景画像 縦横repeat */
.bs_bg_img01{
	width: 100%;
	background-repeat:repeat;
	background-position:center center;
}

/* 背景画像 横repeat */
.bs_bg_img02{
	width: 100%;
	background-repeat:repeat-x;
	background-position:center bottom;
}

/* 背景画像（写真） */
.bs_bg_cover_img01,
.bs_bg_cover_img02{
	width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
.bs_bg_cover_img01{background-attachment: scroll;/* スクロール */}
.bs_bg_cover_img02{background-attachment: fixed; /* 固定 */}

.me_top_bs_bg_cover_img01{background-image:url(../pic/bg_image01.jpg);}


/* Google MAP */
.bs_iframe_section01 iframe{
	width:100%;
	vertical-align:bottom; /* MAP下に余白が出来るのを防ぐ */
}

.effect div{ 
  transition: .8s;
  transition-delay: .8s;
}

/* お問い合わせブロック */
.bs_call_title01{
	font-size:20px;
	margin-bottom:10px;
}

.bs_call01 a{font-size:24px;}

.bs_call_dl{
	max-width:374px;
	margin:0 auto 10px;
}
.bs_call_dl dt{
	float:left;
	clear:left;
	width:100px;
}
.bs_call_dl dd{
	float:left;
}



/* -------------------------------------------------------
  header.style
------------------------------------------------------- */
#header{
	clear:both;
	width:100%;
	position: fixed;
	top: 0px;
	z-index:999;
}

#header_in{
	width:100%;
	max-width:1024px;
	margin:0 auto;
	padding:9px 12px;
	box-sizing:border-box;
	display:table;
	position:relative;
}

#bs_header_title,
#bs_header_menu_box{
	display:table-cell;
	vertical-align:middle;
}

#header h1{
	max-width: 155px;
}
#header h1 img{width:100%;}

.bs_trigger{
	display:none;
}

.bs_header_btn a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:table;
	height:32px;
	padding:0 8px;
	color: #000066;
	background-color: #FFFFFF;
}

.bs_header_btn a i,
.bs_header_btn a span{
	display:table-cell;
	vertical-align:middle;
}

#bs_header_btn_call{
	position:absolute;
	top:25px;
	right:12px;
}

#bs_header_btn_call i{
	font-size:20px;
	padding-right:5px;
}

#bs_header_menu_box{
	width:605px;
}

ul#bs_header_menu li{
	float:left;
	display:inline;
}

ul#bs_header_menu 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#bs_header_menu li:nth-child(odd) a{background-image:url(../pic/00_icon_flower01.png);}
ul#bs_header_menu li:nth-child(even) a{background-image:url(../pic/00_icon_choucho01.png);}



/* -------------------------------------------------------
  index.style
------------------------------------------------------- */

/*** slide.style */

/* swiper */
.swiper-container {
	width: 100%;
}

/* pagination サイズ・スタイル変更
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius:0;
}
 */

.swiper-pagination-bullet-active{opacity:1;background:#4CC7B7}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url(../pic/00_swiper_next01.png);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url(../pic/00_swiper_prev01.png);
}
.swiper-button-next, .swiper-button-prev{
	-moz-background-size:27px 44px;
	-webkit-background-size:27px 44px;
	background-size:27px 44px;;
}

/* slide */
.me_top_slide01 div{
}

.me_top_slide_in{
	max-width:1200px;
	margin:0 auto;
}


/*** お知らせ　テキストのみ */
#me_top_news{
	height:155px;
	overflow:auto;
	padding:0 10px;
}
#me_top_news a{
	display:table;
	padding:5px 0px;
	border-bottom:1px dotted #CCCCCC;
}
#me_top_news a span{
	display:table-cell;
	vertical-align:top;
}
span.me_top_news_date{
	width:100px;
}


/*** お知らせ　画像＋テキスト */
ul.me_top_news_ul li {
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
	margin-bottom:15px;
}
.me_top_news_img,
.me_top_blog_img,
.me_top_news_text{
	display:table-cell;
	vertical-align:middle;
}
.me_top_news_img,
.me_top_blog_img{
	width:114px;
	-moz-background-size:contain;
	background-size:contain;
}

.me_top_news_img{background:url(../pic/00_news_back01.png) no-repeat left top;}
.me_top_blog_img{background:url(../pic/00_blog_back01.png) no-repeat left top;}

.me_top_news_img img{
	width:96.5%;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	margin:4px 0 0 4px;
}

.me_top_blog_img img{
	width:95%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin:5px 0 0 5px;
}

p.me_top_news_date{
	font-size:13px;
}

/* タイトル縦書きの横に要素配置 */
.me_top_title01{
	width:12.74%;
	float:left;
	display:inline;
	text-align:center;
	position:relative;
}

.me_top_title_icon{
	max-width:100px;
	margin:30px auto 0;
}

.me_top_r{
	width:85.29%;
	float:right;
	display:inline;
}

.me_top_about_img01{
	max-width:770px;
	margin:0 auto 20px;
}

.me_service_img01 img{
	max-width:100px;
}

#me_contents01{background-image:url(../pic/bg_01.jpg);}

#me_contents02{background-image:url(../pic/00_bg01.png);}


/*** 特定商取引 */
.me_tokutei_tbl th,
.me_tokutei_tbl td{
	padding: 12px 0;
	vertical-align:top;
	border-bottom: 1px solid #DEDEDE;
}

.me_tokutei_tbl th{
	width: 170px;
}




/* -------------------------------------------------------
  call.html.style
------------------------------------------------------- */
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;
	-moz-border-radius: 50px;
}

.me_call_btn_back{
	max-width:100px;
	margin:0 auto;
	padding-bottom:10px;
}



/* -------------------------------------------------------
  topics.style
------------------------------------------------------- */

/* topics/index.html.style */
.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_pankuzu{
	text-align:center;
	height:30px;
	margin-bottom:40px;
}

/* topics/detail.html.style */
.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;
}



/* -------------------------------------------------------
  acordion.style
------------------------------------------------------- */
.j_ac01{
	display:none;
}



/* -------------------------------------------------------
  footer.style
------------------------------------------------------- */
#footer{
	width:100%;
	clear:both;
}

.bs_footer_in{
	max-width:1024px;
	padding:30px 12px;
	margin:0 auto;
	box-sizing:border-box;
	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 */
	-moz-opacity:0.9; /* FF lt 1.5, Netscape */
}

#bs_ft_menu ul{
	display: none;
}

#bs_ft_menu ul li{
	float: left;
	display: inline;
	margin:0 0 5px 0;
}

#bs_ft_menu ul li a{
	display:block;
	font-size:13px;
}

#bs_footer_logo{
	max-width: 120px;
	margin:0 auto 30px;
}
#bs_footer_logo img {width:100%;}

p#bs_copyright{
	font-size:11px;
}

#footer p,
#footer a{
	color: #FFFFFF;
}


/* -------------------------------------------------------
  color.style
------------------------------------------------------- */
#header,
#footer{
	background-color: #000066;
}

.bs_color01,
p.me_topics_pankuzu a,
.me_other_title01 span{
	color:#4CC7B7;
}

.bs_bg_color01{
	background-color:#FFFFFF;
}
.bs_bg_color02{background-color:#F7F2E5;}

.bs_bg_color03{background-color:#F2F3F7;}

.bs_bg_color_white{background-color:#FFFFFF;}

.bs_btn01 a,
.bs_btn01 input,
span#me_call_form_naviactive{
	background-color:#4CC7B7;
	color:#FFFFFF;
	border:1px solid #4CC7B7;
}

.bs_btn02 a,
.bs_btn02 input,
.me_call_form_flow span{
	border:1px solid #4CC7B7;
	background-color:#FFFFFF;
	color:#4CC7B7;
}

.bs_color_white,
.bs_color_white a{
	color:#FFFFFF;
}

#me_index_release ul li{
	border:8px solid #4CC7B7;
}

