@charset "utf-8";
/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body { margin:0; padding:0;
       font-family:"Century Gothic",Arial,sans-serif;
       color:#333;
	   font-size:16px !important;
	   overflow-x: hidden;
	   }

/* layout */
#header_wrap { width:100%; min-width:1140px; padding-top: 5px;
padding-bottom: 5px; position: absolute;z-index: 1;}
#header { width:1140px; height:112px; position:relative; margin:0 auto;}

#index_top_wrap { width:100%; min-width:1140px; background:#f2f2f2; }
#index_top { width:1140px; positio:relative; margin:0 auto; padding:10px 0 0; }

#main_contents_wrap { width:100%; min-width:1140px; background:#fff url(img/common/background1.gif) repeat-x left top; }
#main_contents { width:1140px; margin:0 auto; }


#main_col { /*width:800px; float:left; padding:50px 0;*/ }
#main_col_top{ margin: 0 auto; padding: 50px 0; width: 800px; }
#side_col { width:300px; float:right; padding:50px 0; }
.page-template-page-noside-php #main_col { width:100%; float:none; }
.page-template-page-noside-short-php #main_col, .page-template-page-co-noside-php #main_col
 { width:850px; float:none; margin:0 auto; }


/* headline */
.headline1 { border-bottom:1px solid #ddd; padding:0; margin:0 0 25px 0; font-size:18px; }
.headline1 span { border-bottom:4px solid #ccc; padding:0 0 10px 0; margin:0; display:inline-block; }




/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; }
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; font-size:11px; border-top:1px solid #ddd; padding:12px 10px 10px 0; }
#company_info dd { margin:0 0 0px 150px; line-height:200%; background:#f9f9f9; padding:12px 10px 10px 10px; border-top:1px solid #ddd; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; margin-bottom:-30px; }




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider { z-index:1; width:1140px; margin:0 0 10px 0; height: 400px; overflow: hidden;}
/*#slider img { width:1140px; height:400px; display:block; }*/

/* top banner */
#index_banner ol { margin:22px 0 22px 0; padding:0; }
#index_banner ol li { list-style-type:none; margin:0; padding:0; float:left; margin:0 22px 0 0; }
#index_banner ol li.num3 { margin:0; }
#index_banner img { display:block; }

/* news */
#index_news { position:relative; }
#index_news ol { margin:0 0 40px 0; padding:0; }
#index_news ol li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#index_news ol li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; }
#index_news ol li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#index_news ol li .title a { display:block; text-decoration:none; }

/* archive link */
.index_archive_link a { position:absolute; right:0px; top:5px; font-size:13px; text-decoration:none; }
.index_archive_link a:hover { text-decoration:underline; }

/* index center banner */
#index_center_banner { display:block; margin:0 0 40px 0; }

/* product */
#index_product { position:relative; margin:0 0 10px 0; }
#index_product ol { margin:0 -28px 0 0; padding:0; }
#index_product ol li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#index_product ol li .image { display:block; background:#fff; }
#index_product ol li .image img {
  display:block; width:248px; height:190px; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_product ol li .image:hover img { opacity:0.5; }
#index_product ol li .category { background:#999; color:#fff; padding:0 10px; height:40px; line-height:40px; overflow:hidden; font-size:14px; }
#index_product ol li .category a { text-decoration:none; color:#fff; }
#index_product ol li .category a:hover { text-decoration:underline; }
#index_product ol li .title { font-size:14px; margin:15px 0 5px; }
#index_product ol li .title a { text-decoration:none; }
#index_product ol li .desc { font-size:12px; margin:5px 0 10px; line-height:160%; }

/* blog */
#index_blog { position:relative; margin:0 0 40px 0; }
#index_blog ol { margin:0; padding:0; }
#index_blog ol li { list-style-type:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px dotted #aaa; }
#index_blog ol li:last-child { border:none; margin:0; padding:0; }
#index_blog ol li .image { float:left; margin:0 15px 0 0; background:#fff; }
#index_blog ol li .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#index_blog ol li .image:hover img { opacity:0.5; }
#index_blog ol li .date { margin:0; font-size:12px; color:#999; }
#index_blog ol li .title { margin:0; font-size:14px; }

/* footer banner */
#footer_banner li { }
#footer_banner li.num1 { float:left; }
#footer_banner li.num2 { float:right; }
#footer_banner li.num3 { clear:both; padding:30px 0 0 0; }
#footer_banner li img { display:block; }




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list { position:relative; margin:0 0 10px 0; }
#product_list { margin:0 -28px 0 0; padding:0; }
#product_list li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#product_list li .image { display:block; background:#fff; }
#product_list li .image img {
  display:block; width:248px; height:190px; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#product_list li .image:hover img { opacity:0.5; }
#product_list li .title { font-size:14px; margin:0 0 10px 0; }
#product_list li .title a {
  text-decoration:none; display:block; padding:10px; background:#999; color:#fff; height:40px; overflow:hidden;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#product_list li .title a:hover { background:#333; }

/* news */
#news_list { position:relative; }
#news_list { margin:0 0 40px 0; padding:0; }
#news_list li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#news_list li .date { margin:0 10px 0 0; font-size:12px; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; }
#news_list li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#news_list li .title a { display:block; text-decoration:none; }

/* blog */
#post_list { margin:0; padding:0; }
#post_list li { border-bottom:1px dotted #aaa; margin:0 0 25px 0; padding:0 0 15px 0; }
#post_list .image { float:right; background:#fff; }
#post_list .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5 }
#post_list .info { float:left; width:510px; }
#post_list .no_thumbnail .info { float:none; width:auto; }
#post_list .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 15px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_list .date { color:#fff; display:block; position:absolute; top:10px; width:54px; }
#post_list .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }
#post_list .title { font-size:16px; line-height:180%; margin:0 0 15px 0; }
#post_list .title a { text-decoration:none; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .desc { clear:both; }
#post_list ul { margin:0; }
#post_list li li { border:none; margin:0 25px 5px 0; padding:0; float:left; font-size:12px; }
#post_list li.meta_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding-left:15px; }
#post_list li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_author { background:url(img/common/icon_author.png) no-repeat left 3px;  padding-left:15px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post {/* margin:0 0 10px 0;*/ }

/* title */
#post_title { margin:0 0 25px 0; }
#post_title h2 { margin:0; padding:0; font-size:18px; line-height:160%; }
#post_title .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_title .date { color:#fff; display:block; position:absolute; top:10px; width:54px; }
#post_title .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }


/* post thumbnail */
.post_image { text-align:center; margin:0 0 30px 0; }
.post_image img { margin:0; width:100%; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#00a2d9; color:#fff; }


/* meta and bookmark */
#post_meta { border-top:1px dotted #aaa; margin:0 0 20px 0; padding:15px 0; }
#post_meta #meta { float:left; width:60%; margin:0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { float:right; margin:0; }
#post_meta .bookmark li { float:left; margin:0 0 0 10px; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0 -10px 0 0; }
#related_post li { display:inline-block; margin:0 5px 10px 0; vertical-align:top; width:373px; border:1px solid #ccc; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#fff; }
#related_post .image img { width:72px; height:72px; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#999; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* next prev post link */
#previous_next_post { margin:0 0 40px 0; padding:0; border-top:1px solid #ccc; }
#previous_next_post p { margin:0; padding:0; }
#previous_next_post a { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
 }
#previous_post a { margin:0; width:50%; float:left; border-right:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_left.gif) no-repeat left 20px; padding:25px 30px; }
#next_post a { margin:0; left:-1px; position:relative; width:50%; float:right; text-align:right; border-left:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_right.gif) no-repeat right 20px; padding:25px 30px; }




/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a { text-decoration:none; }
#product_headline a:hover { text-decoration:underline; }
.product_title { margin:0 0 20px 0; }

/* slider */
#product_image_slider_wrap { width:770px; background:#f2f2f2; padding:15px; position:relative; margin:0 0 30px 0; }
#product_image_slider_wrap #loader { position:absolute; top:200px; left:350px; }
#product_image_slider { width:575px; height:380px; margin:; overflow:hidden; }
#product_image_slider img { width:575px; height:380px; }

/* thumbnail */
.nivo-controlNav { padding:0; margin:0; position:absolute; right:15px; top:15px; }
.nivo-controlNav a { cursor:pointer; margin:0 0 13px 0; display:block; }
.nivo-controlNav a img { display:block; opacity:0.3; }
.nivo-controlNav a.active img, .nivo-controlNav a:hover img { opacity:1; }

/* no slider */
#product_image {  }
#product_image img { display:block; border:15px solid #f2f2f2; margin:0 auto 30px; }

/* bookmark */
.bookmark { margin:0 0 30px 0; }
.bookmark li { float:left; margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

/* logo */
#logo_text { position:absolute; left:0px; top:35px; margin:0; padding:0; font-size:24px; line-height:100%; font-weight:normal; }
#logo_text a { text-decoration:none; display:block; }
#logo_text a:hover { color:#00a2d9; }
#description { position:absolute; left:0px; top:55px; font-weight:normal; font-size:11px; color:#aaa; }
#logo_image { position:absolute; margin:0; padding:0; line-height:100%; }
#logo_image img { display:block; }


/* global menu */
.menu_button { display:none; }
#global_menu { margin:0; position:absolute; right:0px; bottom:0px; z-index:999; }
#global_menu ul ul { display:none; position:absolute; top:63px; left:0px; margin:0; padding:0; border-top:1px solid #ccc; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu li { float:left; font-size:1%; position:relative; }
#global_menu li a {
 font-size:14px; text-align:center; text-decoration:none; display:block; height:60px; line-height:60px; padding:0 20px; border-bottom:4px solid #fff;
 -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a { border-bottom:4px solid #aaa; color:#333; }
#global_menu ul ul li { float:none; height:auto; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a { font-size:12px; position:relative; padding:10px 20px 8px; width:150px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; border:1px solid #ccc; background:#fff; }
#global_menu ul ul a:hover { border:1px solid #ccc; background:#e2e2e2; }




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:0px; bottom:25px; margin:0; display:block; width:36px; height:100px; text-indent:-9999px; background:#ccc url(img/footer/return_top.png) no-repeat center; }
#return_top:hover { }

/* basic setting */
#footer { clear:both; width:100%; min-width:1140px; background:#f4f4f4; }
#footer_inner { width:1140px; margin:0 auto; position:relative; font-size:11px; padding-top:50px; }
#footer a { }
#footer a:hover { }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }

/* widget area */
#footer_widget { position:relative; }
.footer_widget { margin:0 41px 40px 0; width:350px; display:inline-block; vertical-align:top; overflow:hidden; }
.footer_widget.right_widget { margin-right:0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* copyright */
#copyright { width:100%; min-width:1140px; clear:both; color:#fff; background:#999; margin:0; }
#copyright_inner { width:1140px; height:50px; margin:0 auto; positiion:relative; font-size:11px; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }

/* menu */
#footer_menu { margin:23px 0 0 0; float:left; }
#footer_menu li { float:left; margin:0; line-height:100%; }
#footer_menu li a { text-decoration:none; border-right:1px solid #aaa; margin:0 0 0 0; padding:0 10px 0 10px; }
#footer_menu li:last-child a { border:none; }

/* sns link */
#social_link { margin:15px 0 0 15px; float:right; }
#social_link li { float:left; margin:0 0 0 5px; line-height:100%; }
#social_link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:24px; height:24px;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#social_link li.rss a { background-image:url(img/footer/rss.png); }
#social_link li.twitter a { background-image:url(img/footer/twitter.png); }
#social_link li.facebook a { background-image:url(img/footer/facebook.png); }
#social_link li a:hover { opacity:0.5; }

/* copyright */
#copyright p { margin:13px 0 0 0; float:right; font-size:12px; }



/*ここからカスタマイズ*/

#header_wrap02 {min-width:1260px; height:112px;
   /* ▼上端に固定するCSS */
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   background-color:#FFF;
   z-index:10;
   }
#contents01_wrap{
position: relative;
padding: 50px 0 260px 0;
background: url(images/contents01_back.png) top center no-repeat;
    background-size: auto auto;
background-size: 100% 100%;
height: 100%;


}
#contents01{
width: 1200px;
margin: 0 auto;
display: block;
height: 670px;
color: #fff;
position: relative;
	}
#contents02_wrap{
background-color: #F2EDDE;
margin-top: -144px;
overflow: hidden;
}
#contents02{
padding-top: 96px;
width: 1100px;
margin: 0 auto;
position: relative;
}
#contents03_wrap{
background-color: #ebf7ef;
}
#contents03{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
position:relative;
}
#contents04_wrap{
background-color: #fdecee;
/*	
position: relative;
background: url(images/con8_03.jpg) top center no-repeat;
    background-size: auto auto;
background-size: auto auto;
background-size: 100% 100%;
height: 100%;	
padding-bottom: 50px;
*/
}
#contents04{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
}
#contents05_wrap{
background-color: #f3949d;
padding-bottom: 50px;
}
#contents05{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
position: relative;
}
#contents06_wrap{
background-color: #67bfb3;
}
#contents06{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
padding-top: 40px;
}
#contents07_wrap{
background-color: #f07b75;
padding-bottom: 50px;
}
#contents07{
width: 1100px;
margin: 0 auto;
display: block;
overflow: hidden;
}



.h2_title{
font-size: 35px;
font-family: 游明朝;
}

.text_left{
width: 566px;
float: left;
	}
.red_text{
	color:#c91010;
	}
	
#contents02 .co_wrap{
	width:100%;
	overflow: auto;
	}
#contents02 .co_div{
width: 100%;
overflow: hidden;
margin-bottom:80px;
}
#contents02 .co_div img{
float: left;
width: 350px;
}

#contents02 .co_div_right img{
float:right;
}
#contents02 .co_div_right .co_text{
margin: 0;}

#contents02 .h2_sub{
border-bottom: 3px dotted #999;
margin-top: 0;
text-align: center;
}
#contents08 ul li{
float: left;
margin-right: 65px;
	}

.h2_sub{
font-size: 26px;
font-family: 游明朝;
}

.co4_div{
width: 30%;
float: left;
margin-right: 2%;
background-color: #fff;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
background: rgba(35,51,139,0.1);
padding-bottom: 20px;
}
.co4_div .h2_sub{
	font-size:}
.co4_div_last{
	float:right;
	margin: 0;
	}
#contents02 .co_text{
	float: left;
width: 62%;
margin-left: 6%;
}

#contents08_wrap{
background-image: url("images/con8_04.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
	}
#contents08{
width: 1000px;
margin: 0 auto;
display: block;
text-align: center;
padding-bottom: 100px;
overflow: auto;
	}
#contents08 img{
	float:left;
	}
#contents09_wrap{
background-color: #F2EDDE;
background-image: url("images/con9_05.jpg");
background-repeat: repeat;
}
#contents09{
width: 770px;
margin: 0 auto;
display: block;
overflow: hidden;
position:relative;
}
#contents10_wrap{
background-color: #fdecee;
padding-bottom: 50px;
}
#contents10{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
position:relative;
}
#contents11_wrap{
background-image: url("images/con11_01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
}
#contents11{
width: 800px;
margin: 0 auto;
display: block;
overflow: hidden;
}
#contents12_wrap{
/*background-color: #F2EDDE;*/
}
#contents12{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
}

#contents13_wrap{
background-image: url("images/con8_04.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
}
#contents13{
width: 1100px;
margin: 0 auto;
display: block;
overflow: hidden;
padding-bottom: 50px;
}
#contents14_wrap{
background-image: url("images/con13_04.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
}
#contents14{
width: 1100px;
margin: 0 auto;
display: block;
overflow: hidden;
}
#contents03 h2{
	color:#67bfb3;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0;
	}
#contents04 h2{
	color:#67bfb3;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#contents05 h2{
	color:#ffff99;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
#contents06 h2{
	color:#ebf7ef;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 6px dotted #fff;
	}
#contents07 h2{
	color:#ffff99;
	line-height: 50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents03 ul li{
font-size: 19px;
line-height: 38px;
font-weight: bold;
margin-top: 6px;
}
.con3wrap{
width: 960px;
background-color: #67bfb3;
border-radius: 15px;
padding: 20px;
overflow: hidden;
margin-bottom: 50px;
}
.con3wrap ul{
display: block;
margin: 0;
}
.con3wrap img{
	float: right;
	}
.con3wrap_l{
width: 450px;
float: left;
margin-left: 50px;}
.con5wrap{
width: 1000px;
overflow: auto;
}
.con5_l{
	width: 450px;
overflow: hidden;
float: left;
}
.con5_l h3{
	text-align:center;
	color:#ffff99;
	}
.con5_l img{}

.con5_r{
	width: 450px;
overflow: hidden;
float: right;
}
.con5_r h3{
	text-align:center;
	color:#ffff99;
	}
.con5_r img{}
#contents05 p{
	text-align:center;
	}
#contents04 ul li{
font-size: 19px;
line-height: 38px;
font-weight: bold;
color: #fff;
}
.con4wrap{
	background-color: #f3949d;
border-radius: 20px;
padding: 20px;
overflow: auto;
	}
.con4wrap ul{
display: block;
width: 450px;
margin-bottom: 17px;
}
.con4wrap img{
	float:left;
	}
.co4_div .h2_sub{
	text-align: center;
font-size: 28px;
color: #182eaf;
margin-bottom: 0;
background-color: #fff;
border-radius: 8px;
	}
.co4_div img {
	margin: 0 auto;
display: block;
/*box-shadow: 0 12px 25px -12px #000;*/
}
.co4_div h3{
	text-align: center;
	}
.co4_div p{
	height: 195px;
line-height: 32px;
}
#contents06 ul li{
font-size: 25px;
line-height: 70px;
font-weight: bold;
}
#contents06 ul{
	float:left;
	}
#contents06 img{
float: right;
width: 290px;
margin-top: 40px;
	}
.con14_wrap01{
overflow: auto;
margin-bottom: 50px;
background-color: #fff;
padding: 50px;
box-shadow: 0 12px 25px -12px #ccc;
	}
.con14_wrap01 h2{}
.con14_wrap01 img{
float: left;
width: 357px;
	}
.con14_wrap01 p{
float: left;
width: 556px;
margin-left: 50px;}

.con14_wrap02{
	overflow: auto;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 50px;
	box-shadow: 0 12px 25px -12px #ccc;
	}
.con14_wrap02 h2{}
.con14_wrap02 img{
	float:right;
	width: 357px;
	}
.con14_wrap02 p{
	float: left;
width: 560px;}


.con14_wrap04{
	overflow: auto;
	background-color: #fff;
	padding: 50px;
	margin-bottom: 50px;
	box-shadow: 0 12px 25px -12px #ccc;
	}
.con14_wrap04 h2{}
.con14_wrap04 img{
	float:left;
	}
.con14_wrap04 p{
	float: right;
width: 700px;}

#contents09 h2{
text-align: center;
margin-top: 62px;}
#contents09 h3{
	border-bottom: 3px dotted #999;
font-size: 26px;
margin-top: 0;
}
#contents09 p{}
#contents09 img{
	float: left;
width: 200px;
	}
.con9_wrap{
height: 200px;
background-color: #fff;
padding: 30px;
margin-bottom: 50px;
border-radius: 30px;
position:relative;
box-shadow: 0 12px 25px -12px #ccc;
	}
.con9_text{
	float: right;
width: 500px;

}

#contents01 .h2_title{
font-family: inherit;
border-bottom: 6px dotted #ffff;
padding-bottom: 35px;
}
.yellow_text {
    color: #fff100;
}
#contents01 .con1_p_wrap{
}
#contents01 .h2_sub{
margin-bottom: 87px;
font-size: 22px;
width: 471px;
float: left;
}

#contents01 .con1_p_wrap p{
padding-top: 35px;
background: rgba(35,51,139,0.1);
padding: 20px;
clear:both;
}
#contents01 .con1_01{
position: absolute;
width: 719px;
right: -100px;
top: 40px;}

#contents01 .kazari01{
width: 91px;
float: left;
margin-top: 17px;

}

#contents01 .kazari02{
position: absolute;
left: 446px;
width: 120px;
top: 5px;}

#contents01 .kazari03{
position: absolute;
left: 201px;
width: 152px;
top: 376px;
}
#contents02 .co_text .kazari04{
float: none;
margin: 0 auto;
display: block;
width: 80px;}

#contents02 .h2_title{
margin-bottom: 70px;
margin-top: 50px;}
#contents02 .kazari02{
width: 120px;
position: absolute;
top: 102px;
left: 745px;
}
.yajirusi{
float: none !important;
margin: 0 auto;
display: block;
width: 150px;
}

#contents08 .con8_01png{
	float: none !important;
margin: 0 auto;
display: block;}
.con3_01{
position: absolute;
width: 53px;
top: 16px;
left: 94px;}
.con3wrap .con3_02{
float: none;
width: 150px;
}
.con3wrap_l .con3_03{
width: 23px;
float: left;
margin-top: 10px;
}
#contents05 .h2_title{
font-size: 50px;
margin-bottom: 0;
margin-top: 0;
}
#contents05 .kazari02{
width: 100px;
position: absolute;
top: 50px;
left: 792px;
}
#contents04 .con4wrap_l{
float: right;
}
.con4wrap_l .con3_03{
width: 23px;
margin-top: 10px;
}
.con4wrap_l .con4_02{
float: none;
}
.con4_01{
margin-top: 30px;
margin-left: 20px;
}
.con13_04p{
width: 150px;
}
.con13_05{
width: 290px;
}
.con6_text{
width: 680px;
float: left;
position:relative;
}
.con6_text .con3_01{
position: absolute;
width: 50px !important;
left: 428px;
top: -10px;
}
#contents06 .con6_2{
	width: 650px;
margin: 0;
}
#contents07 .h2_title{
font-size: 57px;
margin-bottom: 0;
text-align: center;
float: left;
margin-top: 40px;
margin-left: 23px;
}
.toi_yajirusi{
width: 130px !important;
position: absolute;
top: 237px;
left: 315px;}
#contents08 .h2_title{
margin: 0;
}
#contents04 .h2_title{
margin: 0;
margin-top: 40px;
}
.con7_01{
float: left;
width:390px;
}
#contents07 .h2_sub{
float: left;
}
#contents07 .yajirusi{

}
.con7_02{
width: 127px;
float:left;
display: block;}
.con7warp{
overflow: hidden;
float: left;
width: 708px;}
.title_border{
border-bottom: 5px dotted #fff;
overflow: hidden;
width: 700px;
}
.con14_wrap01 .co14suh2{
float: left;
margin-left: 50px;
margin-top: 0;
}
.con14_wrap02 .co14suh2{
float: left;
width: 560px;
margin-top: 0;}

.con14_04{
width: 407px;
margin-left: 30px;
float: left;
margin-right: 34px;
margin-top: 15px;}
.nikkyuu{
background-color: #f07b75;
padding: 20px;
width: 960px;
border-radius: 20px;
height: 198px;
position: relative;
clear: both;
}
.nikkyuu h3{}
.nikkyuu ul{
margin: 0;
width: 290px;
border-right: 2px solid #ffff99;
float: left;
margin-left: 17px;
}
.nikkyuu ul li{
margin: 0;
padding: 0;
line-height: normal;
zoom: 1;
font-weight: bold;
font-size: 20px;
line-height: 36px;
}
.con14_duvwrap{
width: 1000px;
overflow: hidden;}
.con14_05{
width: 180px;
float: left;
margin-left: 13px;}
.nikkyuu2{
border: 6px solid #67bfb3;
border-radius: 20px;
padding: 10px;
width: 771px;
margin: 0 auto;
margin-top: 20px;
position: relative;
height: 168px;
}
.con14_06{
float: left;
width: 200px;}
.nikkyuu2 p{
float: left;
font-size: 27px;
font-weight: bold;
margin-left: 100px;
margin-top: 22px;
margin-bottom: 0;
}
.price_day{
color: #ffff99;
margin-right: 34px;
float: right;
}

.nikkyuu2 .con3_04{
position: absolute;
bottom: -42px;
left: 331px;
z-index: 10;
}
.syunyuimg_wrap{
    background-color: #f3949d;
    padding: 20px;
    width: 450px;
    float: left;
    border-radius: 20px;
}
.syunyuimg_wrap img{
	width: 450px;
	}
.syunyuimg_wrap_r{
float: right !important;}
.con14_09{float: left;}
.con14_10{float: left;}

.nikkyuu p{
font-size: 25px;
font-weight: bold;
float: left;
margin-left: 20px;
margin-top: 22px;}

.nikkyuu p .kazari07{
position: absolute;
top: 33px;
right: 20px;
	}
.con14_wrap03{
	background-color: #fff;
	padding: 50px;
	margin-bottom: 50px;
	box-shadow: 0 12px 25px -12px #ccc;
	}
.con14_wrap03 .con3_04{
margin: 0 auto;
display: block;
}
.con14_duvwrap .rep80{
float: left;
width: 500px;
}
.nikkyuu_h3{
clear: both;
text-align: center;
color: #f07b75;
font-size: 30px;
	}
.rep80_2{
float: left;
width: 495px;
border: 3px solid #67bfb3;
border-radius: 10px;
padding: 14px;}
.rep80_2 span {
	background-color: #c91010;
	border-radius: 17px;
	color: #fff;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 295px;
	margin: 0 auto;
display: block;
text-align: center;
}
.money_suport{
	width:1000px;
	overflow:hidden;
	}
.case12{
	width:1000px;
	overflow:hidden;
	margin-bottom: 50px;
	}
.nikkyuu_h3_2{
	margin-bottom:0;
	color:#67bfb3;
	text-align: center;
	font-size: 30px;
	}
#contents11 h3 {
	background-color: #c91010;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	padding-top: 2px;
}

.qa1 .su-spoiler-title{
background-color: #F07B75;
border-radius: 20px;
font-size: 20px;
color: #fff;
padding-top: 10px;
padding-bottom: 8px;
}

.qa2 .su-spoiler-title{
background-color: #67bfb3;
border-radius: 20px;
font-size: 20px;
color: #fff;
padding-top: 10px;
padding-bottom: 8px;}

/*↓アウトライン消し*/
.su-spoiler-title:focus {
	outline: none !important;
}


.qa1 .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {
    content: '\f067';
    margin-left: 10px;
    color: #ffff99;

}
.qa2 .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon::before {
    content: '\f067';
    margin-left: 10px;
    color: #ffff99;

}
.qa1 .su-spoiler-icon-plus .su-spoiler-icon::before {

    margin-left: 10px;
    color: #ffff99;

}
.qa2 .su-spoiler-icon-plus .su-spoiler-icon::before {

    margin-left: 10px;
    color: #ffff99;

}
.qa1 .su-spoiler-style-default > .su-spoiler-title {
	padding-left: 80px;
	padding-right: 0;
}
.qa2 .su-spoiler-style-default > .su-spoiler-title {
	padding-left: 80px;
	padding-right: 0;
}

.qa1 .su-spoiler-style-default > .su-spoiler-content {
	padding: 1em 27px 1em 27px;
	background-color: #fff;
}
.qa2 .su-spoiler-style-default > .su-spoiler-content {
	padding: 1em 27px 1em 27px;
	background-color: #fff;
}
.qa1 span {
	color: #ffff99;
	background-color: #67bfb3;
	border-radius: 35px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 20px;
	margin-right: 10px;
}
.qa2 span {
	color: #ffff99;
	background-color: #F07B75;
	padding: 0px;
	border-radius: 35px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 20px;
	margin-right: 10px;
}

.qa1 .su-spoiler-content {
	padding: 1em 27px 1em 27px;
	background-color: #fff;
	margin-bottom: 35px;
}
.qa2 .su-spoiler-content {
	padding: 1em 27px 1em 27px;
	background-color: #fff;
	margin-bottom: 35px;
}

#submit_btn input {
	width: 290px;
	height: 92px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 30px;
	border-radius: 20px;
	background-color: #F07B75;
	color: #fff;
	margin-bottom: 40px;
	cursor: pointer;
}
.lineqr{}

#main_view_wrap{
}
#main_view{
	  position:relative;
  width: 100%;
  height:670px;
  overflow: hidden;}
#main_view img{
	  position:absolute;
/*　▼画像幅の半分、右に動かす*/
  left:50%;
  height:700px;
  width: 2500px;
/*　▼画像の幅の半分だけ、ネガティブマージンを設定*/
  margin-left:-1250px;}

#contents14 .con14_09_kazari{
width: 70px !important;
float: left !important;
margin-top: 20px;
margin-right: 15px;}
#contents10 .h2_title{
text-align: center;
margin-top: 70px;
	}
#contents09 .kazari08{
position: absolute;
width: 87px;
left: 320px;
top: 20px;}
#contents10 .kazari08{
position: absolute;
left: 433px;
width: 90px;
top: 20px;}

#contents15_wrap{
background-color: #f3949d;}
#contents15{
margin: 0 auto;
display: block;
width: 1000px;
overflow: auto;}
#contents15 .main_bottom{}

#contents02 .con14_09_kazari{
position: absolute;
top: 0px;
width: 159px;
left: 65px;
}
#header_wrap03{
min-width:1260px;
   /* ▼上端に固定するCSS */
   position: fixed;
   bottom: 0px;
   left: 0px;
   width: 100%;
   background-color:#FFF;
   z-index:10;
width: 100%;
min-width: 1140px;
background: rgba(255,255,255,0.7);
height: 85px;}
.tell_btn{
	background-color: #f3949d;
float: left;
width: 300px;
height: 50px;}
.line_btn{
background-color: #00b600;
float: left;
width: 300px;
height: 50px;}
.mail_btn{
background-color: #f1904f;
float: left;
width: 300px;
height: 50px;}
.access_btn_wrap{
width: 900px;
margin: 0 auto;
    margin-top: 0px;
display: block;
margin-top: 20px;}
.access_btn{
	position: relative;
	}
.access_btn a{
color: #fff;
text-decoration: none;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 13px;}
.access_btn a:hover{
color: #fff;}
#header01{
width: 1000px;
margin: 0 auto;
display: block;
}
h1{
font-size: 20px;
font-weight: normal;
color:#fff;
margin: 0;
float:left;
margin-top: 15px;
margin-left: 17px;
}
.logo{
width: 60px;
float: left;
}
.icon{
width: 44px;
margin-top: 7px;
margin-left: 5px;}

#header_wrap04{
min-width:1260px;
   /* ▼上端に固定するCSS */
   position: fixed;
   bottom: 0px;
   left: 0px;
   width: 100%;
   background-color:#FFF;
   z-index:10;
width: 100%;
min-width: 1140px;
background: rgba(255,255,255,0.7);
height: 85px;}
#header_wrap04 .aqua_btn{
	background-color: #f07b75;
float: left;
width: 300px;
height: 50px;}
#header_wrap04 .bloss_btn{
background-color: #f3949d;
float: left;
width: 300px;
height: 50px;}
#header_wrap04 .premi_btn{
background-color: #385fad;
float: left;
width: 300px;
height: 50px;}

#contents16_wrap{
background-image: url("images/con11_01.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-width: 1140px;
width: 100%;
background-attachment: fixed;
position: relative;
padding-bottom: 100px;
}
#contents16{
width: 1000px;
margin: 0 auto;
display: block;
overflow: hidden;
}
#contents16 h3 {
	background-color: #c91010;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	padding-top: 2px;
	margin-bottom: 0;
}
#contents16 .bosyuu_syousai{
width: 289px;
float: left;
border: 1px solid #ddd;
padding: 15px;
margin-right: 18px;}
#contents16 .syousailast{
float: right;
margin-right: 0;
}
#contents16 .bosyuu_syousai p{
margin-bottom: 10px;
font-size: 15px;
}
.bosyuu_syousai .con13_01p{
width: 289px;
margin: 0 auto;
display: block;
}
.bosyuu_syousai a{
text-decoration: none;
color: #fff;
margin: 0 auto;
display: block;
text-align: center;
padding-top: 20px;
font-size: 21px;
	}
.bosyuu_syousai a:hover{
	color:#FF0;
	}
.bosyuu_syousai .contact_aqua {
background-color: #f07b75;
width: 289px;
height: 100px;
border-radius: 10px;
border-bottom: 4px solid #b37572;
}
.bosyuu_syousai .contact_bloss{
background-color: #f3949d;
width: 289px;
height: 100px;
border-radius: 10px;
border-bottom: 4px solid #ce7d85;
}
.bosyuu_syousai .contact_premium{
background-color: #385fad;
width: 289px;
height: 100px;
border-radius: 10px;
border-bottom: 4px solid #334c7e;
}
#contents16 .con16_1p{
	float:left;
	}
.con16_img_wrap{
	width: 1000px;
overflow: auto;
margin-bottom: 43px;
	}
	
.page-id-275955 #header01{
	display:none;
	}
.page-id-275958  #header01{
	display:none;
	}	
.page-id-275960 #header01{
	display:none;
	}
	
#contents12 .con13_01p{
float: left;
width: 300px;}
#contents12 .toiawasenaiyou{
font-size: 21px;
float: left;
width: 620px;
margin-left: 40px;
}
.con12text_wrap{
width: 1000px;
overflow: hidden;
}
.page-id-275955 .contact_back{
background-image: url("images/con12_01.jpg") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
min-width: 1140px !important;
width: 100% !important;
background-attachment: fixed !important;
position: relative !important;
}

.page-id-275958 .contact_back{
background-image: url("images/con12_02.jpg") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
min-width: 1140px !important;
width: 100% !important;
background-attachment: fixed !important;
position: relative !important;
}

.page-id-275960 .contact_back{
background-image: url("images/con12_03.jpg") !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
min-width: 1140px !important;
width: 100% !important;
background-attachment: fixed !important;
position: relative !important;
}

.nikkyuu3{
width: 487px;
float: left;
border-right: 2px solid #ffff99;
height: 270px;
}
.nikkyuu3 h3{}
.nikkyuu3 ul{
float: right;
width: 275px;
font-weight: bold;
font-size: 18px;
margin-bottom: 0px;
}
.nikkyuu3 p {
	clear: both;
	font-size: 26px;
	font-weight: bold;
	/* text-align: center; */
	line-height: 45px;
	border-top: 4px dotted #fff;
	margin-top: 18px;
	display: inline-block;
	padding-top: 10px;
	padding-left: 21px;
}
.nikkyuu3_wrap{
background-color: #f07b75;
overflow: hidden;
width: 980px;
border-radius: 20px;
padding: 10px;
padding-bottom: 30px;
padding-top: 30px;
}
.nikkyuu3_last{
border: none;
float: right;
}
#contents05 h2 span{
	font-size:50px;
	}
#contents05 p span{
font-size: 40px;}
.sp_only{
	display:none;}
.free_tel{
	font-weight: bold;
color: #c91010 !important;
text-decoration: none;
}
.free_tel span{
	display:none;
	}
	
.toiawase_wrap{
    background-image: url("images/toi_back.jpg");  /* 画像のURLを指定       */
background-size: contain;
padding-top: 30px;
padding-bottom: 30px;
}
.toiawase_contents{
width: 960px;
margin: 0 auto;
overflow: hidden;
background: rgba(103,191,179,0.2);
border-radius: 20px;
padding: 20px;
    padding-bottom: 20px;
padding-bottom: 40px;
}

.toiawase_contents .contact_aqua{
background-color: #f07b75;
width: 289px;
height: 100px;
border-radius: 10px;
margin: 0 auto;
border-bottom: 4px solid #b37572;
}
.toiawase_contents .contact_bloss{
background-color: #f3949d;
width: 289px;
height: 100px;
border-radius: 10px;
margin: 0 auto;
border-bottom: 4px solid #ce7d85;
}
.toiawase_contents .contact_premium{
background-color: #385fad;
width: 289px;
height: 100px;
border-radius: 10px;
margin: 0 auto;
border-bottom: 4px solid #334c7e;
}
.toiawase_contents a {
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size: 21px;
}
.toi_div{
float: left;
border-right: 2px dotted #ccc;
margin-right: 13px;
padding-right: 13px;
}
.toi_div_last{
border-right: none;
float: right;
margin-right: 0;
padding-right: 0;
}
.toi_div h2{
	font-family: 游明朝;
margin: 0;
text-align: center;
}
.toi_div img{
	margin: 0 auto;}
.toi_div p{
	text-align: center;
line-height: 25px;
color: #666;
}
.toiawase_contents .h2_title{
margin-bottom: 9px;
text-align: center;
margin-top: 0;}
.toiawase_contents .setsumei{}
.toiawase_contents .kazari08{
	width: 90px;
	margin:0 auto;
	display:block;
	margin-top: 10px;
	}