/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
=================================================================== */
body {
}
#wrapper {
	margin-top: 185px;
}
.stage {
  margin: 0 auto;
  width: 1100px;
}
#plist {
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 15px;
  font-size: 14px;
  color: #808080;
}
#plist .stage {
  border-bottom: 1px solid #D0D0D0;
   padding-left: 20px;
   padding-bottom: 3px;
   width: 1080px;
 }
 #plist .stage span {
 	padding-left: 30px;
	padding-right: 30px;
 }
#plist a {
	color: #808080;
}
.no_sp {
  display: block;
}
.no_pc {
  display: none;
}
.space_pc {
	padding-left: 25px;
}
.li_end {
	margin-right: 0 !important;
}
.li_end_smp {}

.ff_m {
	  font-family: "Sawarabi Mincho", serif;
}
.ff_g {
	font-family: "Sawarabi Gothic", serif;
}
.fc_b {
	color: #03487d;
}
fc_w {
	color: #FFFFFF;
}

a img.hover_img {
	background: none!important;
}
a:hover img.hover_img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: none!important;
}
a img.zoom_img {
	transition: transform .6s ease; /* ゆっくり変化させる */
}
a:hover img.zoom_img {
	transform: scale(1.05); /* 拡大 */
}

/* basicのスタイル記述 */

#contact {
}
#cont_left {
  height: auto;
  width: 250px;
  float: left;
}
#cont_right {
  height: auto;
  width: 750px;
  float: right;
}
.page {
}
.page  h2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  color: #111111;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.page h2 span {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
.page_contents {
	padding-top: 6%;
	padding-bottom: 6%;
	border-bottom: 3px double #909090;	
}
.page_left {
	float: left;
	height: auto;
}
.page_right {
	float: right;
	height: auto;
}
/* ========== parts ========== */
/*1は背景無し*/
.maintitle {
  text-align: center;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.maintitle h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 0.4%;
  padding-bottom: 1.8%;
  line-height: 1.0em;
}
.maintitle h2 span {
  font-size: 16px;
}
/*2は背景無し*/
.maintitle2 {}
.maintitle2 h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  padding-top: 2%;
  padding-bottom: 1%;
  border-bottom: 5px solid #ff6600;
}
.maintitle2 h2 span {
  font-size: 16px;
  color: #808080;
  padding-left: 15px;
}
/*赤ボタン*/
.go_detail {
  text-align: center;
  margin-top: 2%;
}
.go_detail a {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 8px;
  border-radius: 18px;
  background-color: #ff6600;
  color: #FFFFFF;
  display: block;
  transition: all 0.8s ease; /*0.5秒かけて要素を変化させる*/
}
.go_detail a:hover {
  opacity: 0.6; /*要素の透明度を指定*/
  filter: alpha(opacity=60); /*ie6、7の透明度指定*/
}


/* ========== pagetop ========== */
#pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}


/* ========== header========== */
header {
  width: 100%;
  height: auto;
  text-align: right;
  background-color: #FFFFFF;
  z-index: 99999;
	background-image: url("../img/bk_blue_border.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.site-header{
	position: absolute;
	top:0;
	left: 0;
}
.site-header.fixed{
	position: fixed;
	z-index: 99999;
	top: 0;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	animation-name: anime;
	animation-duration: 0.5s;	
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
	float: left;
	border-bottom-right-radius: 20px;
	padding-left: 20px;
	padding-top: 60px;
	padding-bottom: 50px;
}
.logo img {
}

/* ========== nav ========== */
#spnavi {
  display: none;
}
.sphead_contact {
	display: none;
}
/* nav */
#pcnavi {
  width: 800px;
  margin-left: auto;
  margin-right: 0;  
}
.head_contact {
	float: right;
	width: 300px;
}
.head_yoyaku {
	float: right;
}
.head_agency {
	float: right;
}
.head_line {
	clear: right;
}
#gnavi {
	padding-top: 60px;
}
#gnavi li {
  float: left;
}
#gnavi li a {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color: #111111;
	border-bottom: 3px solid #FFFFFF;
}
#gnavi li a:hover {
	border-bottom: 3px solid #3da0b8;
	/*color: #3da0b8;*/
}

/* ========== footnavi ========== */
#footnavi {
	margin-bottom: 3%;
	background-image: url("../img/bk_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5%;
}
#footnavi .stage {
}
.flink {
	float: left;
	height: 280px;
	width: 250px;
	text-align: left;
}
.fline {
	border-left: 1px solid #CBCBCB;
	padding-left: 30px;
}
.flink h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
.flink ul {}
.flink li {
	line-height: 3.0em;
}
.flink li a {
  color: #111111;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 100%;
  display: block;
}
.flink li a:hover {
  text-decoration: underline;
}
.flink .space {
}

/* ========== footer ========== */
#footer {
  text-align: center;
  padding-top: 2%;
}
#footer .stage {
	width: 800px;
	margin-bottom: 2%;
}
.flogo {
	float: left;
}
.footinfo {
  float: right;
  width: 550px;
}
.footinfo p {
  text-align: left;
  font-size: 12px;
  line-height: 2.5em;
}
.footinfo p strong {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5em;
}
address {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1.2em;
  background-color: #111111;
}
address span {}
#fnavi {
  display: none;
}


/*
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
■■■■■■■■■■■■■■
*/


/* ========== mainvisual ========== */
#mainvisual {
	clear:both;
	height:700px !important;
	position:relative;
	background-color: #f5f4f4;
}


#mainvisual .maintoku {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-550px;
	margin-top:100px;
}
#mainvisual .maintoku ul {
}
#mainvisual .maintoku ul li {
	float: left;
}


#mainvisual .maincamp {
	position:absolute;
	left:50%;
	top:50%;
	margin-left: 50;
	margin-top:75px;
	width: 584px;
	height: 170px;
	padding-top: 50px;
	background-image: url("../img/bk_camp2.png");
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
}
#mainvisual .maincamp div {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	overflow: scroll;
	overflow-x: hidden;
	height: 118px;
}
#mainvisual .maincamp dl {
}
#mainvisual .maincamp dl dt {
	font-size:15px;
	font-weight: bold;
	line-height: 1.5em;
}
#mainvisual .maincamp dl dd {
	font-size:15px;
	line-height: 1.5em;
}
#mainvisual .maincamp img {
	margin-left: auto;
	margin-right: auto;
}

.maincamp_sp {
	display:none;
}

#vegasDots{
	text-align:center;
	width:100%;
	margin-top:20px;
}

#vegasDots li{
	border:solid 1px #717171;
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#FFF;
	border-radius:50%;
	margin:0 10px;
}

#vegasDots li.active{
	background-color:#717171;
}




/* ========== subvisual ========== */
#subvisual .maintxt{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-298px;
	margin-top:-47px;
}


#subvisual {
	clear:both;
	height:200px !important;
	position:relative;
	background-image:url(../img/subvisual.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	/*background-attachment:fixed;*/
}


/* ===== top ===== */
#top {
	margin-bottom: 1%;
}
#top .stage {
	width:  1400px;
}
#top_left {
	position: relative;
	text-align: left;
	width: 25%;
	z-index: 100;
}
.top_txt {
	width: 480px;
	position: absolute;
	top: 50px;
	left: 5%;
}
#top_left p {
	margin-bottom: 8%;
	line-height: 2.4em;
	font-size: 18px;
}
#top_left p span {
	font-size: 36px;
	color: #03487d;
}


#top_right {
	margin-left: auto;
	width: 75%;
	height: 626px;
	overflow: hidden;
}
.slick_bg {
	padding-top: 523px;
    height: 103px !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
.slick_img11 {
	margin-left: auto;
}
.slick_img12 {
	margin-left: auto;
}
.slick_bg01 {
    background-image: url("../img/screen11.jpg");
}
.slick_bg02 {
    background-image: url("../img/screen12.jpg");
}
.slick_bg03 {
    background-image: url("../img/screen13.jpg");
}
.slick_bg04 {
    background-image: url("../img/screen14.jpg");
}


/* ===== sub ===== */
#sub {
	padding-top: 20px;
}
#sub .stage {
}
.sub_left {
	background-color: #5cc1d6;
	border-radius: 15px;
	position: relative;
	margin-right: 120px;
}
.sub_left  h2 {
	height: 35px;
	padding-left: 25px;
	padding-top: 85px;
	padding-bottom: 90px;
	font-size: 24px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 200px;
}
/*タイトル2行用*/
.sub_left2 {
	background-color: #5cc1d6;
	border-radius: 15px;
	position: relative;
	margin-right: 120px;
}
.sub_left2 h2 {
	height: 45px;
	padding-left: 25px;
	padding-top: 85px;
	padding-bottom: 90px;
	font-size: 24px;
	line-height: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 200px;
}
.sub_right {
	position: absolute;
	left: 250px;
	top: -20px;
	width: 850px;
	height: 210px;
	background-image: url("../img/subtop01.jpg");
	background-position: left center;
	border-radius: 15px;
	box-shadow: 1px 1px 6px 0 rgba(55,55,55,0.50);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(55,55,55,0.50);
}

/* ====== top_pr===== */
#top_pr {
  text-align: center;
  padding-top: 5%;
	padding-bottom: 3%;
	background-image: url("../img/bk_blue_border.png");
	background-repeat: repeat-x;
	background-position: center top;
}
#top_pr .stage {
}
#top_pr h1 {
	margin-bottom: 1%;
	text-align:  center;
	font-size: 24px;
}

/* ====== top_search===== */
#top_search {
  text-align: center;
  padding-top: 3%;
	padding-bottom: 3%;
	background-color: #f5f4f4;
	border-top: 5px solid #5cc1d6;	
}
#top_search .stage {
}
#top_search h2 {
	margin-bottom: 1%;
}
#top_search p {
  margin-bottom: 3%;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.25em;
}
#top_search_area {	
	padding-top: 2%;
	padding-bottom: 2%;
}
#top_search_area ul {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#top_search_area li {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.bt_top_search {
	text-align: left;
	background-color: #5cc1d6;
	border-radius: 8px;
	padding-right: 10px;
}
.bt1 {
	background-image: url("../img/ar_top_search_area.png");
	background-repeat: no-repeat;
	background-position: 15px center;
}
.bt2 {
	background-image: url("../img/ar_top_search_line.png");
	background-repeat: no-repeat;
	background-position: 15px center;
}
.bt3 {
	background-image: url("../img/ar_top_search_toku.png");
	background-repeat: no-repeat;
	background-position: 15px center;
}
#top_search_area li a {
	background-image: url("../img/ar_top_search_go.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 48px;
	width: 210px;
	padding-left: 72px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FFFFFF;
	line-height: 2.5em;
	font-size: 20px;
	font-weight: bold;
}




/* ====== top_topix ===== */
.top_topix {
	margin-bottom: 6%;
	padding-top: 6%;
	padding-left: 6px;
	background-image: url("../img/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
}
.top_topix h2 {
	text-align: center;
	margin-bottom: 2%;
}
.top_topix h2 img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.top_topix_title1 {
	position: absolute;
	left: -20px;
	top: -90px;
	width: 300px;
	height: 40px;
	background-color: #5cc1d6;
	background-image: url(../img/ar_topix1.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 20%;
	padding-top: 75px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.top_topix_title2 {
	position: absolute;
	left: -20px;
	top: -90px;
	width: 300px;
	height: 40px;
	background-color: #5cc1d6;
	background-image: url(../img/ar_topix2.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 20%;
	padding-top: 75px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.top_topix h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4%;
}
.top_topix_scroll {
	padding-top: 4%;
	margin-bottom: 4%;
	/*
	overflow: scroll;
	overflow-x: hidden;
	height: 600px;
	
	*/
}
.top_topix a {
	color: #111111;	
}
.top_topix_left {
	position: relative;
	float: left;
	background-color: #eaf3f9;
	width: 470px;
	height: auto;
	padding-bottom: 2%;
	padding-top: 5%;
	padding-left: 30px;
	padding-right: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.topix_box {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 242px;
	height: 380px;
}
.topix_photo {
	border: 1px solid #cccccc;
	border-radius: 10px;
	width: 240px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.topix_photo img {
	width: 240px;
	height: 240px;
	object-fit: contain;	
}
.syozai {
	font-size: 16px;
	margin-bottom: 10px;
}
.price  {
	font-size: 16px;
	font-weight: bold;
}
.price span  {
	font-size: 14px;
	background-color: #dd3e3e;
	color: #FFFFFF;
	border-radius: 5px;
	margin-left: 8px;
	margin-right: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}
.price small  {
	font-size: 12px;
}

.top_topix_right {
	position: relative;
	float: right;
	background-color: #eaf3f9;
	width: 470px;
	height: auto;
	padding-top: 5%;
	padding-bottom: 2%;
	padding-left: 30px;
	padding-right: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.topix_go_detail {
	margin-bottom: 2%;
}
.topix_go_detail a {
	display: block;
	background-color: #5cc1d6;
	color: #FFFFFF;
	background-image: url("../img/bk_topix_detail.png");
	background-position: center right;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: center;
	padding-top: 2%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2%;
	border-radius: 8px;
}

.topix_banner {
	padding-top: 6%;
	margin-bottom: 8%;
	text-align: center;
}
.topix_banner img {
	margin-left: auto;
	margin-right: auto;
}
.topix_banner_bar {
	background-image: url("../img/topix_banner_bar.png");
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	margin-bottom: 4%;
}
.topix_banner_bar h3 {
	background-color: #FFFFFF;
	width: 50%;
	font-size: 20px;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.2em;
}
#full_topix {
	position: relative;
	background-color: #eaf3f9;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-bottom: 2%;
	padding-top: 5%;
	padding-left: 30px;
	padding-right: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.full_topix_title {
	position: absolute;
	left: -20px;
	top: -90px;
	width: 300px;
	height: 40px;
	background-color: #5cc1d6;
	background-image: url(../img/ar_topix1.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size: 20%;
	padding-top: 75px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#full_topix h3 {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.full_topix_scroll {
	/*	
	overflow: scroll;
	overflow-x: hidden;
	height: 600px;
	margin-bottom: 2%;
	*/
}
.full_topix_scroll a {
	color: #111111;	
}

.full_topix_box {
	float: left;
	margin-right: 36px;
	width: 242px;
	height: 350px;
}

.full_topix_go_detail {
	margin-bottom: 2%;
}
.full_topix_go_detail a {
	display: block;
	background-color: #5cc1d6;
	color: #FFFFFF;
	background-image: url("../img/bk_topix_detail.png");
	background-position: center right;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	text-align: center;
	padding-top: 2%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2%;
	border-radius: 8px;
}



/* ====== top_banner ===== */
#top_banner {
	margin-bottom: 6%;
	background-image: url("../img/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
}
#top_banner .stage {
	text-align: center;
	padding-top: 4%;
}
#top_banner img {
	margin-left: auto;
	margin-right: auto;
}
.top_banner_box {
	margin-bottom: 6%;
}

/* ====== top_news ===== */
#top_news {
  padding-top: 4%;
	background-color: #f5f4f4;
	padding-bottom: 4%;
}
.top_news_area {
	width: 100%;
	height: 265px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 25px;
}
.top_news_left {
	float: left;
	width: 300px;
	height: 150px;
	border-right: 1px solid #909090;
	text-align: left;
	padding-top:85px;
	padding-left: 40px;
}
.top_news_left  h2 {
	font-weight: bold;
	font-size: 28px;
	color: #0d97b3;
	background-image: url(../img/ar_news.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 2em;
	padding-top: 30px;
}
.top_news_right {
	float: right;
	width: 720px;
	margin-right: 15px;
	text-align: left;
}
.top_news_scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 235px;
}
.top_news_box {
	border-bottom: 1px dotted #C2C2C2;
	margin-right: 15px;
	margin-bottom: 4%;
	padding-bottom: 1%;
}
.top_news_box p {
  font-size: 15px;
  line-height: 1.8em;
}


/* ====== top_cont ===== */
#top_cont {
	background-color: #eaf3f9;
	padding-top: 4%;
	padding-bottom: 4%;
}
#top_cont h2 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 54px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 120px;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/ar_top_group.png");
	background-position: left center;
	background-repeat: no-repeat;
}
#top_cont ul {
}
#top_cont ul li {
	float: left;
	margin-right: 115px;
}
#top_cont ul li a {
	display: table;
	height: 138px;
}
#top_cont ul li a p{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #272727;
	line-height: 1.6em;
}
#top_cont ul li img {
	float: left;
	margin-right: 15px;
}
.br_shadow {
	background-image: url("../img/bk_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
	height: 60px;
}

/* ====== top_menu ===== */
#top_menu {
	padding-bottom: 6%;
	padding-top: 6%;
}
#top_menu .stage {
	width: 1000px;
}
.top_menu_left {
	float: left;
	width: 450px;
	height: auto;
	margin-right: 100px;
}
.top_menu_right {
	float: right;
	width: 450px;
	height: auto;	
}
.top_menu_right  .end {
	height: 20px;
}

/* ====== top_about ===== */
#top_about {
	background-image: url("../img/bk_shadow.png");
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 6%;
	padding-top: 6%;
}
#top_about .stage {
	width: 1050px;
}
#top_about h2 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 72px;
	padding-top: 24px;
	padding-bottom: 15px;
	width: 120px;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img/ar_top_about.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.top_about_box {
	float: left;
	width: 290px;
	height: 330px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 15px;
	margin-left: 30px;
	margin-right: 30px;
}
.top_about_box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	padding-top: 20px;
}
.top_about_box p {
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 86%;	
}


/* ====== top_group ===== */
#top_group {
	background-color: #f5f4f4;
	padding-bottom: 4%;
	padding-top: 4%;
}
#top_group ul {
}
#top_group ul li {
	float: left;
	width: 50%;
	text-align: center;
}
#top_group ul li img {
	margin-left: auto;
	margin-right: auto;
}


/* ====== top_shop ===== */
#top_shop {
	padding-top: 6%;
}
#top_shop .stage {
	border-bottom: 1px solid #AAAAAA;
}
#top_shop h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4%;
}
.top_shop_box {
	margin-bottom: 3%;
	padding-bottom: 3%;
	padding-top: 25px;
}
.shop1 {
	background-color: #eaf6e5;	
}
.shop2 {
}
.top_shop_left {
	float: left;
	width: 46%;
	padding-left: 4%;
}
.top_shop_left h3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 75px;
	height: 32px;
	padding-top: 18px;
	letter-spacing: 0.1em;
}
.shop1 h3 {
	background-image: url("../img/ar_top_shop1.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.shop2 h3 {
	background-image: url("../img/ar_top_shop2.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 35px;
}
.top_shop_right {
	float: right;
	width: 50%;
}
.top_shop_right p {
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.top_shop_right p a {
	text-decoration: none;
	color: #111111;

}
.top_shop_right ul {
}
.top_shop_right ul li {
	float: left;
}
.bt_shop1 {
}
.bt_shop1 a {
	background-image: url(../img/ar_top_shop11.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	color: #6eb92b;
	background-color: #FFFFFF;
	padding-left: 45px;
	margin-right: 50px;
	padding-top: 11px;
	padding-bottom: 9px;
	width: 150px;
	font-size: 16px;
	font-weight: bold;
}
.bt_shop1 a:hover {
	background-color: rgba(255,255,255,0.50);
}
.bt_shop2 {
}
.bt_shop2 a {
	background-image: url(../img/ar_top_shop12.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	display: block;
	color: #6eb92b;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-top: 11px;
	padding-bottom: 9px;
	width: 145px;
	font-size: 16px;
	font-weight: bold;
}
.bt_shop2 a:hover {
	background-color: rgba(255,255,255,0.50);
}
.bt_shop3 {
}
.bt_shop3 a {
	background-image: url(../img/ar_top_shop21.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	background-color: #5cc1d6;
	color: #FFFFFF;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
}


/* ====== top_gyosha ===== */
#top_gyosha {
  padding-top: 2%;
  padding-bottom: 4%;
}
#top_gyosha .stage {
	background-color: #f0f0f0;
	padding-top: 2%;
	padding-bottom: 2%;
}
#top_gyosha h2 {
  float: left;
  width: 300px;
  padding-left: 50px;
  line-height: 2.8em;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
#top_gyosha p {
  font-size: 14px;
  line-height: 2.4em;
}
#top_gyosha h2 {
	float: left;
	width: 300px;
}
#top_gyosha ul {
}
#top_gyosha ul li {
	float: left;
	width: 300px;
	margin-right: 45px;
}
#top_gyosha ul li a {
	color: #0d97b3;
	font-weight: bold;
	font-size: 16px;
	padding-left: 60px;
	display: block;
	background-color: #FFFFFF;
	width: 250px;
	padding-top: 15px;
	padding-bottom: 12px;
}
#top_gyosha ul li a:hover {
	background-color: rgba(255,255,255,0.50);
}
.gy1 {
	background-image: url("../img/ar_gyosha1.png");
	background-position: 15px center;
	background-repeat: no-repeat;
}
.gy2 {
	background-image: url("../img/ar_gyosha2.png");
	background-position: 15px center;
	background-repeat: no-repeat;
}


/* ====== top_access ===== */
#top_access {
  padding-top: 6%;
  padding-bottom: 6%;
}
#top_access p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
#map_canvas {
  width: 1100px;
  height: 540px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
}
/* ====== top_contact ===== */
#top_contact {
  background-image: url("../img/bk_showroom.jpg");
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: center;
}
#top_contact h2 {
  margin-bottom: 4%;
}
#top_contact ul {
  margin-bottom: 3%;
  padding-top: 1%;
}
#top_contact ul li {
  float: left;
  margin-left: 65px;
  margin-right: 65px;
}
#top_contact p {
  font-size: 15px;
  line-height: 1.5em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
#top_contact p span {
  font-size: 18px;
  line-height: 1.5em;
}


/* ===== contents ====== */






/* ######################################## */
/*  kiyaku/privacy /*
/* ######################################## */
.policy {
  padding-bottom: 3%;
  margin-bottom: 4%;
}
.policy .page_contents {
	padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}
.policy h2 {
  font-size: 18px;
  margin-bottom: 4%;
  padding-top: 4%;
}
.policy h3 {
  font-size: 15px;
  margin-bottom: 1%;
  padding-top: 1.5%;
  font-weight: bold;
}
.policy p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;  
}
.policy .indent {
  text-indent: -3em;
  padding-left: 3em;
}

/* ######################################## */
/* ---company--- */
/* ######################################## */
#ceo {
	margin-bottom: 6%;
}
#ceo .page_left {
	background-image: url("../img/ceoimg2012.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 35%;
	padding-bottom: 300px;
}
#ceo .page_left img {
	width: 100%;
	height: auto;
}
#ceo .page_right {
	width: 55%;
}
.ceo_name {
	text-align: right;
	padding-top: 2%;
}
#ceo .page_right img {
	margin-left: auto;
	margin-right: 0;
}
#ceo .page_right p {
	font-size: 15px;
	line-height: 1.8em;
}

#outline {
background-color: #f5f4f4;
border-radius: 25px;
padding-top: 4%;
padding-bottom: 4%;
box-shadow: 0px 3px 15px -6px rgba(0,0,0,0.6);
}
#outline h2 {
	margin-bottom: 4%;
}
.company table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.company tr {
}
.company th {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  width: 25%;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 1.8em;
}
.company td {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 15px;
  line-height: 1.8em;
}


/*
######################################## */
/* ---staff--- */
/* ######################################## */

.staff_info {
	background-color:#FFF9EF;
	padding-left:5%;
	padding-right:5%;
	padding-top:2%;
	padding-bottom:2%;
	margin-bottom:4%;
	border-radius: 25px;
}
.staffbox1 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 4%;
	margin-right: auto;
	margin-left: 5%;
	width: 78%;
	border-radius: 15px;
	box-shadow: 0px 3px 15px -6px rgba(0,0,0,0.6);
	position: relative;
	border-left: 20px solid #5cc1d6;
}
.staffbox2 {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 4%;
	margin-right: auto;
	margin-left: 5%;
	width: 78%;
	border-radius: 15px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
	position: relative;
	border-left: 20px solid #5cc1d6;
}
.stafftitle {
background-color: #5cc1d6;
margin-left: 30%;
padding-left: 5%;
padding-top: 2%;
padding-bottom: 1.8%;
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
position: absolute;
right: -20px;
top: 25px;
width: 60%;
border-radius: 28px;
letter-spacing: 0.1em;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.stafftitle span {
	font-size: 14px;
}
.staffimg {
	float: left;
	margin-right: 4%;
	height: 210px;
	width: auto;
	border-radius: 10px;

}
.staffdetail {
	padding-top: 90px;
	margin-left: 38%;
	line-height: 1.8em;
	font-size: 15px;

}
/*
######################################## */
/* ---access--- */
/* ######################################## */
.access {
}
.access .page_contents {
}
#map_canvas {
width: 96%;
height: 700px;
margin-bottom: 4%;
margin-left: auto;
margin-right: auto;
border : 1px solid #BCBCBC;
border-radius: 20px;
padding: 0;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.access_caution {
	width: 50%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fffef0;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius: 25px;

}
.access_caution h3 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 1%;
}
.access_caution p {
	font-size: 16px;
	line-height: 1.8em;
}
.access_info {
	width: 30%;
	float: right;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.access_info h3 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 1%;
}
.access_info p {
	font-size: 16px;
	line-height: 1.6em;
}


/*
######################################## */
/* ---welcome--- */
/* ######################################## */
.welcome {
}
.welcome .stage {
	width: 1200px;
}
.welcome .page_contents {
}
.welcome_area {
	margin-bottom: 4%;
}
.welcome_area img {
	width: 100%;
	height: auto;
}
.welcome_left {
	float: left;
	width: 49%;
	background-color: #d8e8ec;
	margin-right: 1%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.welcome_right {
	float: right;
	width: 49%;
	background-color: #d8e8ec;
	margin-right: 1%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}





/*
######################################## */
/* ---intro--- */
/* ######################################## */
.intro {
}
.intro .stage {
}
.intro .page_contents {
	padding-top: 0;
}
.intro_area {
	margin-bottom: 2%;
}
.intro_area img {
	width: 100%;
	height: auto;
}
.intro_left {
	float: left;
	width: 50%;
	padding-top: 50px;
}
.intro_right {
	float: right;
	width: 50%;
}
.intro .top_topix {
	padding-top: 0;
}

.intro_bar img {
	width: 100%;
	height: auto;
}
.intro_bar2 {
	padding-top: 4%;
	text-align: right;
}
.intro_bar2 img {
	margin-left: auto;
}

/*
######################################## */
/* ---agency--- */
/* ######################################## */
.agency {
}
.agency .stage {
}
.agency .page_contents {
}
.agency_intro {
background-color: #fffef0;
padding-top: 2%;
padding-bottom: 2%;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.agency_intro p {
	font-size: 17px;
	letter-spacing: 0.1em;
	text-align: center;
}
.agency_top {
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
overflow:hidden;
margin-bottom: 4%;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.agency_top img {
	width: 100%;
	height: auto;
}
.agency_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.ag01 {
	position: relative;
	margin-bottom: 4%;
}
.ag01 img {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 15px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.ag01 h3 {
	width: 55%;
	margin-right: 45%;
	margin-bottom: 2%;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: bold;
}
.ag01 p {
	width: 55%;
	margin-right: 45%;
	height: 240px;
	line-height: 1.9em;
	font-size: 16px;
}
.ag02 {
	position: relative;
	margin-bottom: 4%;
}
.ag02 h3 {
	width: 55%;
	margin-left: 45%;
	margin-bottom: 2%;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: bold;
}
.ag02 img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 15px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.ag02 p {
	width: 55%;
	margin-left: 45%;
	height: 240px;	
	line-height: 1.9em;
	font-size: 16px;	
}

.bt_goform2 {	
	margin-bottom: 4%;
}
.bt_goform2 a {
	background-color: #FC884C;
	width: 80%;
	display: block;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
} 
/*
######################################## */
/* ---corp--- */
/* ######################################## */
.corp {
}
.corp_intro {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	background-image: url("../img/bk_corp01.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 25%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.corp_intro p {
	font-size: 16px;
	line-height: 1.8em;
}
.corp_topix {
background-color: #F89E4F;
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 4%;
padding-top: 1.5%;
padding-bottom: 1.2%;
}
.corp_topix p {
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
letter-spacing: 0.1em;
text-shadow: 0 0.5px 4px black;
}
.corp_area {
	padding-top: 7%;
	background-image: url("../img/bk_shadow.png");
	background-position: center top;
	background-repeat: repeat-x;
}

.corp_box {
	float: left;
	width: 320px;
	height: 350px;
	padding-top: 0;
	position: relative;
	margin-left: 25px;
	margin-bottom: 6%;
	margin-right: 20px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
	border-radius: 10px;
}
.corp_box img {
width: 100%;
height: auto;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
margin-bottom: 10px;
}
.corp_box h3 {
	background-color: #5cc1d6;
	border-radius: 10px;
	width: 90%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	padding-top: 2.5%;
	padding-bottom: 2%;
	padding-left: 8%;
	padding-right: 2%;
	height: auto;
	position: absolute;
	left: -5%;
	top: -20px;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
	letter-spacing: 0.1em;
}
.corp_box p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 1.6em;
}
.corp_endbox {
	float: left;
	width: 320px;
	height: 250px;
	padding-top: 100px;
	position: relative;
	margin-left: 2%;
	background-color: #fffef0;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
	border-radius: 10px;	
}
.corp_endbox p {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
text-align: center;
font-size: 16px;
line-height: 2.0em;
}

/* ######################################## */
/* ---line area--- */
/* ######################################## */
.line {
}
.line .page_contents {
}
.line_intro {
background-color: #fffef0;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
margin-bottom: 2%;
}
#line_map {
}
#line_map img {
}
#line_area {
	margin-left: auto;
	margin-right: auto;
	padding-top: 4%;
}
.line_box {
	float: left;
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
}
.line_box h3 {
background-color: #5cc1d6;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
color: #FFFFFF;
width: 100%;
padding-top: 3%;
padding-bottom: 3%;
margin-bottom: 4%;
text-align: center;
font-size: 15px;
letter-spacing: 0.1em;
font-weight: bold;
}
.line_box ul {
	padding-bottom: 8%;
}
.line_box li {
	margin-bottom: 6%;
}
.line_box li a {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.line_box li a:hover {
	background-color: #fffef0;
}

.area_box {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.area_box h3 {
background-color: #5cc1d6;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
color: #FFFFFF;
width: 100%;
padding-top: 0.8%;
padding-bottom: 0.8%;
margin-bottom: 3%;
text-align: center;
font-size: 15px;
letter-spacing: 0.1em;
font-weight: bold;
}
.area_box ul {
	padding-bottom: 8%;
	width: 100%;
}
.area_box li {
	margin-bottom: 3%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	width: 20%;
}
.area_box li a {
	width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 3%;
	display: block;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.area_box li a:hover {
	background-color: #fffef0;
}

/* ######################################## */
/* ---tokushu--- */
/* ######################################## */
.tokushu {
}
.tokushu_area {
}
.tokushu_box {
	float: left;
	width: 24%;
	height: auto;
	margin-left: 4.5%;
	margin-right: 4.5%;
	margin-bottom: 5%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.tokushu_area a:hover .tokushu_box {
box-shadow: 0px 0px 15px -1px rgba(27,137,255,0.7);
}
.tokushu_img {
	width: 100%;
}
.tokushu_img img {
	width: 100%;
}
.tokushu_box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #121212;
	margin-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
}
.tokushu_box p {
	font-size: 14px;
	line-height: 1.6em;
	color: #121212;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 3%;
}




/*
######################################## */
/* ---manual--- */
/* ######################################## */
.manual {
}
.manual .page_contents {
}
.manual_table {
	margin-bottom: 8%;
}
.manual_table ul {
}
.manual_table li {
	text-align: center;
	float: left;
	width: 12.2%;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #f5f4f4;
	border-radius: 15px;
	padding-top: 2%;
	padding-bottom: 2%;
}
.manual_table li a {
	font-weight: bold;
	font-size: 16px;
}
.manual_list {
}
.manual_list ul {
}
.manual_list li {
	width: 70%;
	padding-left: 30%;
	height: auto;
	margin-left: auto;
	margin-bottom: 6%;
	position: relative;
	background-image: url("../img/ar_manual.png");
	background-repeat: no-repeat;
	background-position: 18% 100%;
}
.ar_end {
	background: none !important;
}
.manual_list li h3 {
	text-align: center;
	background-color: #5cc1d6;
	border-radius: 15px;
	width: 40%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
	height: auto;
	min-height: 50px;
	position: absolute;
	left: 0;
	top: -30px;
}
.manual_list li section {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 9%;
	padding-bottom: 4%;
	border-radius: 15px;	
	box-shadow: 0px 3px 15px -6px rgba(0,0,0,0.6);
	border: 1px solid #BEBEBE;
}
.manual_list li p {
	margin-bottom: 1%;
	line-height: 1.7em;
}
.manual_list li p span {
	font-weight: bold;
}




/* ######################################## */
/* ---qanda--- */
/* ######################################## */
#qanda {
	padding-bottom: 6%;
}
.q_area {
	background-color: #f3f1eb;
}
.q_box {
	width: 45%;
	margin-right: 5%;
	float: left;
	margin-bottom: 4%;
}
.q_box li {
	padding-bottom: 4%;
	padding-left: 25px;
}
#qanda h2 {
	margin-bottom: 4%;
}
#qanda h3 {
	text-align: center;
	margin-bottom: 4%;
	padding-top: 4%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6em;
}
#qanda h3 span {
	font-size: 15px;
	letter-spacing: 0.5em;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
  padding: 15px
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}
.panel-default {
  border-color: #ddd
}
.panel-default > .panel-heading {
  color: #FFF;
  background-color: #ef7d1b;
  border-color: #ddd;
  font-weight: bold;
}
/*


/* ######################################## */
/*-----tatekae-----*/
/* ######################################## */

.tatekae {
	text-align: center;
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.tatekae h2 img {
	width: 100%;
	height: auto;
}

.tatekae h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	height: 26px;
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
	margin-top: 15px;
	clear:both;
}
.tatekae h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: 15px;
	width: 180px;
	background-color: #FDFFC3;
}
.tatekae_img {
	float:right;
	margin-bottom: 25px;
	margin-left: 25px;
}
.tatekae p {
	text-align: left;
	font-size: 14px;
	line-height: 2.0em;
	margin-left: 20px;
	margin-right: 35px;
	padding-bottom: 10px;
	padding-top: 5px;
}



/* ######################################## */
/* --mio--- */
/* ######################################## */

#mio_contents {
	display: none;
}

/*地域・沿線検索用*/
.con_mio {
	background-color: #ebebeb;
	width: 690px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto;
}
.mio_area {
}
.mio_area iframe {
	width: 690px;
	height: 2000px;
}


/*詳細検索用*/
.con_mio_detail {
	background-color: #ebebeb;
	width: 685px;
	margin-left: auto;
	margin-right: auto;	
}
.mio_detail {
	background-color: #FFF;
	height: 2250px;
	width: 685px;
	position: relative;
	overflow: hidden;
}
.mio_detail iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 685px;
	height: 2250px;
	background-color: #FFF;
}

/*地図検索用*/
.con_mio_map {
	padding-bottom: 1%;
	border-bottom: 3px double #909090;	
}
.mio_map {
	background-color: #FFFFFF;
	height: 720px;
	width: 960px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;	
}
.mio_map iframe {
	width: 960px;
	height: 720px;
}

/* ######################################## */
/* ---format-- */
/* ######################################## */

.format {
}
.format_area {
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-radius: 25px;
box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.4);
}
.format_area p {
}
.formattext {
	font-size: 16px;
	line-height: 1.8em;
}
.formatname {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #039;
	padding-left: 10px;
}

.formatinfo {
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 15px;
}

.formattable {
	margin-left: 15px;
	width: 80%;
	border-collapse:collapse;
}
.formattable  tr td {
    border:1px solid #CCCCCC;
}
.formattable th {
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	background-color: #CCCCCC;
	
}
.formattable td {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #FFF;
	vertical-align: top;
	padding-top: 2%;
	padding-bottom: 2%;
}

.bt_format {
	width: 250px;
	text-align: center;
}


/* 
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
