/* *******************************************************************************
 1. common
 ├ 1-1. float
 ├ 1-2. margin
 ├ 1-3. padding
 ├ 1-4. text-align
 ├ 1-5. bold
 ├ 1-6. ph
 └ 1-7. pc sp change
 2. header
 3. nav
 4. mainimage
 ├ 4-1. top 
 └ 4-2. under
 5. footer
 6. content
 ├ 6-1. title
 ├ 6-2. top
 ├ 6-3. under 
 ├ 6-4. map 
 ├ 6-5. tel
 └ 6-6. other
 7. full content
 8. blog
 ├ 8-1. img
 ├ 8-2. side list
 ├ 8-3. writer 
 └ 8-4. sns
 9. tel link
 10. side link
 11. hikoukai
******************************************************************************* */
/* =====================================
 1. common
===================================== */
/* 1-1. float -------------------------- */

.fl {
 float: left;
}
.fr {
 float: right;
}
/* 1-2. margin -------------------------- */

.m00 {
 margin: 0 !important;
}
.m05 {
 margin: 5px !important;
}
.m10 {
 margin: 10px !important;
}
.m15 {
 margin: 15px !important;
}
.m20 {
 margin: 20px !important;
}
.m25 {
 margin: 25px !important;
}
.m30 {
 margin: 30px !important;
}
.m35 {
 margin: 35px !important;
}
.m40 {
 margin: 40px !important;
}
.m45 {
 margin: 45px !important;
}
.m50 {
 margin: 50px !important;
}
.mt00 {
 margin-top: 0 !important;
}
.mt05 {
 margin-top: 5px !important;
}
.mt10 {
 margin-top: 10px !important;
}
.mt15 {
 margin-top: 15px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt25 {
 margin-top: 25px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt35 {
 margin-top: 35px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt45 {
 margin-top: 45px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mr00 {
 margin-right: 0 !important;
}
.mr05 {
 margin-right: 5px !important;
}
.mr10 {
 margin-right: 10px !important;
}
.mr15 {
 margin-right: 15px !important;
}
.mr20 {
 margin-right: 20px !important;
}
.mr25 {
 margin-right: 25px !important;
}
.mr30 {
 margin-right: 30px !important;
}
.mr35 {
 margin-right: 35px !important;
}
.mr40 {
 margin-right: 40px !important;
}
.mr45 {
 margin-right: 45px !important;
}
.mr50 {
 margin-right: 50px !important;
}
.mb00 {
 margin-bottom: 0 !important;
}
.mb05 {
 margin-bottom: 5px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb15 {
 margin-bottom: 15px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb25 {
 margin-bottom: 25px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb35 {
 margin-bottom: 35px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb45 {
 margin-bottom: 45px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.ml00 {
 margin-left: 0 !important;
}
.ml05 {
 margin-left: 5px !important;
}
.ml10 {
 margin-left: 10px !important;
}
.ml15 {
 margin-left: 15px !important;
}
.ml20 {
 margin-left: 20px !important;
}
.ml25 {
 margin-left: 25px !important;
}
.ml30 {
 margin-left: 30px !important;
}
.ml35 {
 margin-left: 35px !important;
}
.ml40 {
 margin-left: 40px !important;
}
.ml45 {
 margin-left: 45px !important;
}
.ml50 {
 margin-left: 50px !important;
}
/* 1-3. padding -------------------------- */

.pa00 {
 padding: 0 !important;
}
.pa05 {
 padding: 5px !important;
}
.pa10 {
 padding: 10px !important;
}
.pa15 {
 padding: 15px !important;
}
.pa20 {
 padding: 20px !important;
}
.pa25 {
 padding: 25px !important;
}
.pa30 {
 padding: 30px !important;
}
.pa35 {
 padding: 35px !important;
}
.pa40 {
 padding: 40px !important;
}
.pa45 {
 padding: 45px !important;
}
.pa50 {
 padding: 50px !important;
}
.pt00 {
 padding-top: 0 !important;
}
.pt05 {
 padding-top: 5px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt15 {
 padding-top: 15px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt25 {
 padding-top: 25px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt35 {
 padding-top: 35px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt45 {
 padding-top: 45px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pr00 {
 padding-right: 0 !important;
}
.pr05 {
 padding-right: 5px !important;
}
.pr10 {
 padding-right: 10px !important;
}
.pr15 {
 padding-right: 15px !important;
}
.pr20 {
 padding-right: 20px !important;
}
.pr25 {
 padding-right: 25px !important;
}
.pr30 {
 padding-right: 30px !important;
}
.pr35 {
 padding-right: 35px !important;
}
.pr40 {
 padding-right: 40px !important;
}
.pr45 {
 padding-right: 45px !important;
}
.pr50 {
 padding-right: 50px !important;
}
.pb00 {
 padding-bottom: 0 !important;
}
.pb05 {
 padding-bottom: 5px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb15 {
 padding-bottom: 15px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb25 {
 padding-bottom: 25px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb35 {
 padding-bottom: 35px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb45 {
 padding-bottom: 45px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pl00 {
 padding-left: 0 !important;
}
.pl05 {
 padding-left: 5px !important;
}
.pl10 {
 padding-left: 10px !important;
}
.pl15 {
 padding-left: 15px !important;
}
.pl20 {
 padding-left: 20px !important;
}
.pl25 {
 padding-left: 25px !important;
}
.pl30 {
 padding-left: 30px !important;
}
.pl35 {
 padding-left: 35px !important;
}
.pl40 {
 padding-left: 40px !important;
}
.pl45 {
 padding-left: 45px !important;
}
.pl50 {
 padding-left: 50px !important;
}
/* 1-4. text-align -------------------------- */

.tal {
 text-align: left;
}
.tac {
 text-align: center;
}
.tar {
 text-align: right;
}
/* 1-5. bold -------------------------- */

.bold {
 font-weight: bold;
}
/* 1-6. ph -------------------------- */

.ph {
 display: inline-block;
 border: 1px solid #e3e3e3;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
.ph img {
 width: 100%;
}
/* 1-7. pc sp change -------------------------- */

.pc {
 display: block !important;
}
.sp {
 display: none !important;
}
@media screen and (max-width: 767px) {
 .pc {
  display: none !important;
 }
 .sp {
  display: block !important;
 }
}
/* 一番左のボックスの右マージンをなくす -------------------------- */

.leftmost {
 margin-left: 0 !important;
}
/* =====================================
 2. header
===================================== */
/* =====================================
 3. nav
===================================== */

#inquiryBody .navbar {
 display: none !important;
}
/* =====================================
 4. mainimage
===================================== */
/* 4-1. top -------------------------- */
/* font */

.camera-caption {
}
/* catch PC・Tab*/
/* image size fixed */
/*#mainimage .top #mainimage {
 background: url(/asset/topimage.png) no-repeat top center;
 height: 500px;
}*/

@media screen and (max-width: 767px) {
 #mainimage .main_content {
  background: none;
  height: auto;
 }
}
/* 4-2. under -------------------------- */

.under #mainimage .container_12 {
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 background: #fcf0ce;
 padding: 0;
 line-height: 1.2 !important;
}
#notfoundBody #mainimage,
#sitemapBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#inquiryBody #mainimage {
 display: none;
}
/* =====================================
 5. footer
===================================== */
/* =====================================
 6. content
===================================== */

#content {
 text-align: left;
 line-height: 1.8;
 word-wrap: normal;
 padding-top: 20px;
}
.under #content {
 padding: 50px 0 90px;
 min-height: 600px;
}
#content ul,
#content ol {
 margin: 0;
 padding: 0;
}
.contentArea.span8 {
 margin-left: 0px;
 min-height: 200px
}
/* 6-1. title -------------------------- */

.under h2 {
 color: #4a2a0e;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 font-size: 41px;
 font-weight: normal;
 padding: 28px 0;
 text-align: center;
}/*
.under h2 span {
 color: #999;
 font-size: 70%;
 padding-left: 20px;
}*/
h2 > span {
    color: #4A2A0E;
}
h3 {
 color: rgb(92, 105, 109);
 font-size: 29.25px;
 margin: 30px 0 20px;
 text-transform: uppercase;
}
#content h3 {
 /*line-height: 1.2;
 font-size: 29.25px;
 margin: 30px 0 20px;*/
}
#content h4 {
 line-height: 1.2;
 margin-top: 50px;
}
#content .block3 h5,
#content .block4 h5,
#content .block5 h5,
#content .block1 h5 {
 overflow: hidden;
 font: 14px/18px "Jockey One", sans-serif;
}
/*ライトボックス 左右の矢印画像指定 gallerySlider img*/

#prevArrow,
#nextArrow {
 background-image: url("/asset/arrows.png")!important;
}
/* 6-2. top -------------------------- */

.banners article > em {
 background: url("/asset/shadow.png") no-repeat scroll right top rgba(0, 0, 0, 0);
}
#content-top {
 margin-bottom: 30px;
}
.text.d09-1 {
 padding: 0 15px;
}
.d09-1 h5 {
 font-size: 13px;
 margin: 0 0 5px 0;
}
.d09-1 h5 a {
 color: #f14948;
}
.d09-1 h6 a:hover {
 color: #363f42;
}
.d09-1 .b_11_in,
.d09-1.b_11.b_11_column2 .column_l,
.d09-1.b_11.b_11_column2 .column_c,
.d09-1.b_11.b_11_column2 .column_r {
 padding: 0 0 18px;
}
.d09-1 span img {
 width: 100% !important;
 border: 1px solid #dedede;
 margin-bottom: 20px !important;
}
.d09-1 p {
 font-size: 12px;
 line-height: 20px;
}
.fullsp .bg {
 background-color: #edeeee !important;
 width: 1275px;
 margin-left: -52px !important;
}
/*--------------------------------------------
 TOP logo_bn
---------------------------------------------- */

.mini_bn {
 float: left;
 margin-left: 1.5%;
 margin-right: 0;
 padding: 1.5%;
 width: 12.4% !important;
}
@media screen and (max-width: 979px) {
 .mini_bn {
  margin-left: 1.5%;
 }
 .mini_bn img {
  width: auto !important;
 }
}
@media screen and (max-width: 626px) {
 /* 6 column
---------------------------- */
 
 .mini_bn {
  margin-left: 7%;
 }
}
@media screen and (max-width: 600px) {
 .mini_bn {
  float: none;
  margin-left: 0!important;
  margin-right: 0!important;
  width: auto !important;
 }
 .mini_bn img {
  width: auto !important;
 }
}
/* 6-3. under -------------------------- */

.block2 {
 height: auto !important;
}
.div6 {
 background: url(/asset/block1_div6.png) no-repeat;
}
.div3 {
 background: url(/asset/block3_div3.png) no-repeat;
}
.div4 {
 background: url(/asset/block4_div4.png) no-repeat;
}
.div5 {
 background: url(/asset/block5_div5.png) no-repeat;
}
.box_inner figure img {
 width: 100% !important;
}
/* link */

.a13 {
 background: url(/asset/ic_01.png) no-repeat;
 text-indent: -9999px;
 margin-bottom: 0;
}
/* list */

.list {
 padding-right: 15px;
}
.list li:hover {
 background: url(/asset/ic_02.png) no-repeat 0 50%;
}
.list li {
 padding-left: 17px;
 margin-bottom: 20px;
}
.list a {
 line-height: 18px;
}
.d09-3.b_11 .b_11_in span img {
 margin: 0 1.5em 1.5em 0;
}
.thumb-pad2 .caption p {
 margin-bottom: 18px;
}
.d09-4 .span2 {
 width: 47%;
 margin-left: 6%;
}
.b_11_2_in span img {
 float: none;
}
.thumb-pad3 {
 overflow: hidden;
}
@media screen and (max-width: 767px) {
 .list li:hover {
  background: url(/asset/ic_02.png) no-repeat 0 10%;
 }
 .list a {
  line-height: 18px !important;
 }
 .d09-4 .span2 {
  width: 29%;
  margin: 0 3% 0 0;
 }
}
/* 6-4. map -------------------------- */

.gnv_tmp_map {
 position: relative;
 width: 100%;
 padding-top: 38.25%;
 margin-bottom: 5px;
}
.gnv_tmp_map iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
}
/* 6-5. tel -------------------------- */

footer p > span {
 color: #fff;
 vertical-align: middle!important;
}
.tel_txt a {
 cursor: text;
 /*line-height: 1.8!important;
 vertical-align: middle!important;*/
}
.tel_txt a:hover {
 text-decoration: none;
 color: #fff;
}
@media screen and (max-width: 767px) {
 .tel_txt a:hover {
  text-decoration: underline;
 }
}
/* 6-6. other-------------------------- */
/* box color */

.bc01 {
 background: #e8daca;
 padding: 20px 15px;
}
.bc02 {
 background: #cf9e64;
 padding: 20px 15px;
}
.bc03 {
 background: #b09371;
 padding: 20px 15px;
}
.bc04 {
 background: #635545;
 padding: 20px 15px;
}
.bc01 img,
.bc02 img,
.bc03 img,
.bc04 img {
 width: 100% !important;
}
/* =====================================
 7. full content
===================================== */
/*******/

@media only screen and (max-width: 979px) {}
.full .container_bg .span12 {
 width: 100%;
 max-width: 1275px;
 margin-left: 0;
}
.full .container_bg .projects .elements_in {
 margin: 0 auto;
 width: 1170px;
}
.full #content .container_12 {
 width: 100% !important;
}
.full #content .container {
 width: auto !important;
}
.full .bg1 {
 border: none !important;
 display: block !important;
 margin: 0 !important;
 padding: 2em 0 !important;
}
.full p,
.full .block6,
.full .list {
 margin-bottom: 0;
}
.full .block2 {
 margin-top: 0;
}
.full #content .block4,
.full #content .block5 {
 margin-bottom: 0;
}
.full .b_01,
.full .b_02,
.full .b_04_2,
.full .b_09,
.full .b_10,
.full .b_11,
.full .b_10 .grid_12,
.full .b_11 .grid_12 {
 margin: 2.5em auto !important;
}
/**/

.full .grid_12 {
 margin: 0 auto !important;
 padding: 0 !important;
 position: relative !important;
 width: 1170px !important;
 float: none;
 display: block;
}
.full .grid_12 .grid_1 {
 width: 60px !important;
}
@media only screen and (max-width: 1299px) {
 .full .container_bg .projects .elements_in {
  margin: 0 auto;
  width: 940px;
 }
 .full .grid_12 {
  width: 940px !important;
 }
}
@media screen and (min-width: 768px) and (max-width: 995px) {
 .full .container_bg .projects .elements_in {
  margin: 0 auto;
  width: 724px;
 }
 .full .grid_12 {
  width: 724px !important;
 }
 .full .grid_12 .grid_1 {
  width: 44px !important;
 }
 .full .grid_12 .grid_2 {
  width: 108px !important;
 }
 .full .grid_12 .grid_3 {
  width: 172px !important;
 }
 .full .grid_12 .grid_4 {
  width: 236px !important;
 }
 .full .grid_12 .grid_5 {
  width: 300px !important;
 }
 .full .grid_12 .grid_6 {
  width: 364px !important;
 }
 .full .grid_12 .grid_7 {
  width: 428px !important;
 }
 .full .grid_12 .grid_8 {
  width: 492px !important;
 }
 .full .grid_12 .grid_9 {
  width: 556px !important;
 }
 .full .grid_12 .grid_10 {
  width: 620px !important;
 }
 .full .grid_12 .grid_11 {
  width: 684px !important;
 }
 .full .grid_12 .grid_12 {
  width: 748px !important;
 }
}
@media screen and (max-width: 767px) {
 .full .container {
  padding: 0 10px;
  width: auto;
 }
 .full .fullsp .projects {
  background-color: #fff;
 }
 .full .container_bg .projects .elements_in {
  margin: 0 auto;
  width: 100%;
 }
 .full .grid_12 {
  width: 300px !important;
 }
 .full #content .block1,
 .full #content .block3 {
  margin-bottom: 0;
 }
 .full .block6 {
  margin-bottom: 20px;
 }
 .full .grid_2,
 .full .grid_3,
 .full .grid_4,
 .full .grid_5,
 .full .grid_6,
 .full .grid_7,
 .full .grid_8,
 .full .grid_9,
 .full .grid_10,
 .full .grid_11,
 .full .grid_12 {
  margin-bottom: 20px;
 }
 /* 100%スマホ時の左右余白設定 
.full #content .container .projects .elements_in {
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.full .navbar_ .nav-collapse_,
.full #content-top .container,
.full #content #page .container,
.full #footer .container {
    padding: 0 20px!important;
    box-sizing: border-box;
}*/
}
@media screen and (min-width: 480px) and (max-width: 767px) {
 .full .grid_12 {
  width: 420px !important;
 }
 .full .block6 {
  margin-bottom: 20px;
 }
}
.full .grid_12:after {
 clear: both !important;
 content: " " !important;
 display: block !important;
 height: 0 !important;
 visibility: hidden !important;
}
.w100,
.w100 img {
 width: 100%;
}
.full .container {
 padding: 0;
}
/* =====================================
 8. blog
===================================== */

#blogBody h3 {
 margin-bottom: 0.5em;
}
#blogBody .blogArea {
 margin-bottom: 1em;
}
/* 8-1. img -------------------------- */

.blog #content img {
 height: auto;
 max-width: 100%;
 width: auto;
}
.blog #content .icon_imgs {
 width: auto !important;
}
/* 8-2. side list -------------------------- */

.blogside .list li {
 padding-left: 13px;
 text-align: left;
}
.blogside .list a {
 word-wrap: break-word;
}
.blogside li:before {
 color: #14408c;
 content: "・";
 font-size: 100%;
 padding-right: 0.4em;
}
/* 8-3. writer -------------------------- */

#blogBody .contributor {
 text-align: right;
}
/* 8-4. sns -------------------------- */

.blog #content .shareBt {
 text-align: right;
}
.blog .shareBt .fb_iframe_widget {
 margin-right: 5px;
}
.blog .shareBt .twitter-tweet-button {
 text-align: right;
 vertical-align: middle;
 width: 90px !important;
 margin-top: -1px;
}
#blogBody .lineBt img {
 height: 20px;
 margin-top: -2px;
 width: auto;
}
/* =====================================
 9. tel link
===================================== */

a[href^="tel:"] {
 pointer-events: none;
 cursor: text;
}
@media screen and (max-width: 979px) {
 a[href^="tel:"] {
  pointer-events: auto;
  cursor: pointer;
 }
}
/* =====================================
 10. side link
===================================== */

#sidecontact {
 display: block;
 position: fixed;
 top: 120px;
 z-index: 1000;
}
#sidecontact.rightContent {
 right: 0;
}
@media screen and (max-width: 767px) {
 #sidecontact {
  display: none;
 }
}
/* =====================================
 11. hikoukai
===================================== */

.hikoukai {
 display: none !important;
}
#drag-temp-pre-content .parts.hikoukai {
 display: block !important;
 border: 5px solid #777;
 background: #555;
 padding: 20px 0;
}
/*=============================================追記=============================================*/
/*=============================================pc(1000px～)=====================================*/
a:focus, *:focus {
outline: none;
}
body {
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
 font-size: 16px;
 line-height: 180%!important;
 /*overflow-x: hidden!important;
 width: 100%;*/
 
 color: #423a32;
 background: #fff!important;
}
p > span {
 color: inherit;
}
/*==================header(pc)==================*/

#header {
 padding: 0 0 15px;
}
h1.brand {
 padding: 20px 0 0 !important;
}
#menu {
 height: auto;
}
.navbar .nav > li > a,
.navbar .nav > li > p {
 float: none;
 text-decoration: none;
 text-shadow: none;
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 border-radius: 0;
 box-shadow: none !important;
 color: #423a32;
 display: inline-block;
 font-size: 16px;
 line-height: 1;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 margin: 0;
 padding: 70px 20px 0;
 text-shadow: none;
 text-transform: inherit;
 position: relative;
 transition: all 0.35s ease 0s;
}
.nav-collapse_ .nav > li > a > strong,
.nav-collapse_ .nav > li > p > strong {
 font-weight: normal;
 position: relative;
 z-index: 1;
}
.nav-collapse_ .nav > li > a span,
.nav-collapse_ .nav > li > p span {
 background: none;
 position: absolute;
 top: inherit;
 z-index: 1;
 content: "";
 bottom: -10px;
 left: 50%;
 margin: 0 0 0 -3px;
 width: 5px;
 height: 5px;
 border-right: 1px solid #423a32;
 border-bottom: 1px solid #423a32;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
}
.nav-collapse_ .nav > li > a > em,
.nav-collapse_ .nav > li > p > em {
 background-color: #167db2;
 border-radius: 0 0 4px 4px;
 height: 0;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 transition: all 0.2s ease 0s;
}
.nav-collapse_ .nav > li a:hover,
.nav-collapse_ .nav > li p:hover {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
 color: #ffffff !important;
 transition: all 0.35s ease 0s;
}
.nav-collapse_ .nav > li a:hover > em,
.nav-collapse_ .nav > li p:hover > em {
 height: 119px;
 transition: all 0.2s ease 0s;
}
.under .nav-collapse_ .nav > li.active > a > em {
 height: 0px;
}
.under .nav-collapse_ .nav > li.active > a:hover > em {
 height: 119px;
}
.nav-collapse .sub-menu > ul {
 background: none repeat scroll 0 0 #167db2;
 padding: 13px 0 15px;
}
.nav-collapse .sub-menu > ul li {
 margin: 0;
}
.navbar_ .nav-collapse_ .nav li li {
 font-size: inherit;
 padding: 0;
}
.nav-collapse .sub-menu > ul li a {
 color: #fff;
 font-size: 14px;
 width: 100%;
 box-sizing: border-box;
 padding: 6px 4px;
 line-height: 1.3;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
 text-transform: inherit;
}
.nav-collapse .sub-menu > ul li a:hover {
 color: #fff!important;
 text-decoration: underline;
 background: none repeat scroll 0 0 #2D9BD4!important;
}
.under .nav-collapse_ .nav > li.active > a {
 color: #423a32 !important;
}
.under .nav-collapse_ .nav > li.active > a:hover {
 color: #fff!important;
}
/*==================main_image(pc)==================*/

.top #mainimage {
 margin: 0 0 70px;
}
.top #mainimage .main_content {
 background: url(/asset/main_image_pc.png) no-repeat center 0;
 background-size: cover;
 height: 566px;
}
.top #mainimage .main_content .main_sp {
 display: none;
}
.slider {
    z-index: -1;
}
#mainimage .camera-caption.jp {
    width: 860px !important;
}
.camera-caption {
    bottom: 116px;
    box-sizing: border-box;
    color: #333333;
    display: block;
  font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 28px!important;
    padding: 27px 20px;
    font-weight: bold;
    left: 15%;
    line-height: 1.4;
    margin:0;
    text-align: center;
    background: rgba(255,255,255,0.5);
    position: absolute;
    text-transform: uppercase;
    z-index: 100;
    width: 860px;
    margin: 0 0 0 -430px;
    left: 50%;
}
.camera-caption span.big{
font-size: 140%;
}
.camera_prev span, .camera_next span {
    display:none;
}
.top #mainimage .under_box_wrap {
 max-width: 1170px;
 width: 80%;
 margin: 0 auto;
}
.top #mainimage .under_box {
 background: linear-gradient(to bottom, #f8fdff, #eafaff);
 background: -webkit-linear-gradient(top, #f8fdff, #eafaff);
 background: -moz-linear-gradient(top, #f8fdff, #eafaff);
 background: -o-linear-gradient(top, #f8fdff, #eafaff);
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8fdff', endColorstr='#eafaff')";
 background-size: 100% 100%;
 box-sizing: border-box;
 display: block;
 margin: -116px auto 0;
 padding: 40px 30px;
}
.top #mainimage .under_box .box_tb {
 display: table;
 width: 100%;
 margin: 0 0 20px;
}
.top #mainimage .under_box .box_l {
 display: table-cell;
 color: #432C1A;
 padding: 0 30px 0 0;
}
.top #mainimage .under_box .box_l h2 {
 color: #00aeeb;
 font-size: 34px;
 line-height: 1.4;
}
.top #mainimage .under_box .box_r {
 display: table-cell;
 width: 160px;
}
.under_box p {
 font-size: 18px;
 line-height: 1.7;
}
.under_box .box_r a.main_link_btn {
 width: 240px;
}
.under_box .box_r a.main_link_btn {
 background: #00aeeb none repeat scroll 0 0;
 box-shadow: 0 2px 0 0 #bfc9cc;
 box-sizing: border-box;
 color: #fff;
 display: block;
 font-size: 16px;
 font-weight: bold;
 border-radius: 5px;
 line-height: 1.4;
 padding: 10px 25px 10px 9px;
 position: relative;
 text-align: center;
 transition: all 0.5s ease 0s;
}
/*.under_box .box_r a.main_link_btn:before {
border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 10px;
}*/

.under_box .box_r a.main_link_btn .icon {
 text-decoration: none;
 width: 19px;
 height: 19px;
 background: #fff;
 border-radius: 50%;
 display: block;
 text-indent: -9999px;
 position: absolute;
 right: 8px;
 top: 13px;
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease;
 overflow: hidden;
}
.under_box .box_r a.main_link_btn:hover .icon {
 background: #FFB172;
}
.under_box .box_r a.main_link_btn .icon:before {
 border-right: 2px solid #DAC998;
 border-top: 2px solid #DAC998;
 content: "";
 display: block;
 height: 7px;
 margin-top: -5px;
 position: absolute;
 right: 6px;
 top: 50%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease;
 width: 7px;
}
.under_box .box_r a.main_link_btn:hover .icon:before {
 top: -120%;
}
.under_box .box_r a.main_link_btn .icon:after {
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 content: "";
 display: block;
 height: 7px;
 margin-top: -5px;
 position: absolute;
 right: 6px;
 top: 120%;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 width: 7px;
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease;
}
.under_box .box_r a.main_link_btn:hover .icon:after {
 top: 50%;
}
.under_box .box_r a.main_link_btn:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2fa6e6', endColorstr='#167db2')";
}
/*==================content(pc)==================*/

h2,
h3,
h4,
h5,
h6 {
 border: none;
 font-weight: normal!important;
 line-height: 1.4 !important;
 font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.full #content .b_09 {
 padding-bottom: 0;
}
.top #content {
 padding-top: 0;
}
.top .main.indent {
 margin-top: 0;
 padding: 0;
}
.main.indent {
 margin-top: 0;
 padding: 0;
}
.sp_box01 {
 display: none;
}
.top_box01 h2 {
 font-size: 42px;
 color: #00aeeb;
 text-align: center;
}
.top_box02 .banners {
 padding: 0;
}
.top_box02 .banners:first-child {
 margin: 0 0 15px;
}
.top_box02 .banners.brd {
 border: none;
}
.top_box02 .tb_box {
 display: table;
 table-layout: fixed;
 border-collapse: separate;
 border-spacing: 15px 0;
}
.banners article div {
 padding: 0;
}
.top_box02 .banners article {
 background: #fcf6e9 none repeat scroll 0 0;
 box-sizing: border-box;
 display: table-cell;
 float: none;
 margin: 0;
 padding: 20px;
 position: relative;
}
.top_box02 .small_box_wrap{
margin: 0 0 10px;
    min-height: 95px;
}
.top_box02 .tb_box_small {
 display: table;
 width: 100%;
 margin: 0;
 border-spacing: 0;
}
.top_box02 h3 {
 font-size: 22px;
 color: #483a27;
 margin: 0;
 vertical-align: middle;
 display: table-cell;
}
.top_box02 .tb_box_small strong {
 display: table-cell;
 /*float: right;*/
 /*vertical-align: bottom;*/
 width: 65px;
 min-width: 65px;
 border-left: 10px solid transparent;
 /* margin: 0 0 0 10px;*/
}
top_box02_in .tb_box_small strong img {
 width: 100%;
 display: block;
}
.top_box02 .banners article div p {
 color: #423a32;
 font-size: 14px;
 line-height: 1.6;
 min-height: 73px;
}
.top_box02 .btn.btn-info {
    background: #ff6c00;
    border:none;
    border-radius: 5px;
    box-sizing:border-box;
    width: 200px;
    box-shadow: 0px 2px 0px 0px #cac5ba;
    color: #fff;
    display: block;
    font-size: 15px;
     font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    letter-spacing: 0;
    padding: 6px 0;
    position: relative;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: uppercase;
}
.top_box02 .btn.btn-info:before {
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 6px;
 height: 6px;
 margin-top: -4px;
 content: '';
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
}
.top_box02 .btn.btn-info:hover {
    background: #00aeeb;
    color: #fff;
 text-decoration: none;
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
.top_box03 .img_box01 {
 margin: 0 0 30px;
}
.top_box03 .img_box01 img {
 padding: 3px;
 background: #fff;
 border: 1px solid #ccc;
 box-sizing: border-box;
 width: 23.5%;
 margin: 0 2% 0 0;
 display: block;
 float: left;
}
.top_box03 .img_box01 img:nth-child(7),
.top_box03 .img_box01 img:nth-child(8) {
 margin: 0;
}
.top_box03 .link_btn {
 margin: 0 auto;
}
.top_box04 {
 background: url(/asset/box_bg01.png) repeat;
}
.top_box04 h2 {
 color: #00aeeb;
 font-size: 24px;
 margin: 0 0 12px;
}
.top_box04.b_11_3.b_11_3_column2 div.column_l {
 padding: 30px 15px 30px 30px;
}
.top_box04.b_11_3.b_11_3_column2 div.column_r {
 padding: 30px 30px 30px 15px;
}
.top_box04 .img_box01 .box_l {
 width: 48%;
 float: left;
}
.top_box04 .img_box01 .box_r {
 width: 48%;
 float: right;
}
.top_box04 .img_box01 img {
 display: block;
 padding: 3px;
 background: #fff;
 border: 1px solid #ccc;
 box-sizing: border-box;
 width: 100%;
 margin: 0 0 10px;
}
.top_box05 .box01 {
 padding: 35px 52.5px 30px;
}
.top_box05.b_11.b_11_column2 div.column_l {
 padding: 0 20px 0 0;
}
.top_box05.b_11.b_11_column2 div.column_l .box01 {
 background: #fdecdf;
}
.top_box05.b_11.b_11_column2 div.column_r {
 padding: 0 0 0 20px;
}
.top_box05.b_11.b_11_column2 div.column_r .box01 {
 background: #f4fbe7;
}
.top_box05 h2 {
 font-size: 30px;
 color: #ff6c00;
 text-align: center;
 margin: 0 0 20px;
}
.top_box05 div.column_r h2 {
 color: #02a62c;
}
.top_box05 p.p01 {
 margin: 0 0 25px;
 min-height: 126px;
}
.top_box05 .link_btn {
 margin: 0 auto!important;
}
.top_box05 .link_btn a {
 background: #ff6c00;
}
.top_box05 div.column_r .link_btn a {
 background: #02a62c;
}
.top_box07_in {
 max-width: 1033px;
 width: 96%;
 margin: 0 auto;
}
.top_box07.b_10.b_10_column3 div.column_c,
.top_box07.b_10.b_10_column3 div.column_l,
.top_box07.b_10.b_10_column3 div.column_r {
 display: block;
 float: left;
 width: 30%;
 margin: 0px 5% 0px 0px;
}
.top_box07.b_10.b_10_column3 div.column_r {
 margin: 0;
}
#sidecontact.rightContent {
 right: 0;
}
.map_box01 iframe {
 display: block;
 width: 100%;
 height: 350px;
}
.small_r{
	font-size:60%;
}
.under_mainimage .small_r{
	font-size:37%;
}
/* 9-4. qa -------------------------- */

.gnv_tmp_qa_q {
 border-left: 3px solid #00aeeb;
 margin-bottom: 10px;
 padding: 10px;
 display: table;
}
.gnv_tmp_qa_q span.tit {
 font-size: 200%;
 font-weight: bold;
 color: #00aeeb;
 padding-right: 20px;
 display: table-cell;
 width: 30px;
}
.gnv_tmp_qa_a {
 border-left: 3px solid #ccc;
 margin-bottom: 10px;
 padding: 10px;
 display: table;
}
.gnv_tmp_qa_a span.tit {
 font-size: 200%;
 font-weight: bold;
 color: #ccc;
 padding-right: 20px;
 display: table-cell;
 width: 30px;
}
.gnv_tmp_qa_a p {
 display: table-cell;
 width: 100%;
 vertical-align: top;
 padding-top: 6px;
}
.gnv_tmp_qa_q p {
 display: table-cell;
 width: 110%;
 color: #00aeeb;
 font-weight: bold;
 vertical-align: top;
 padding-top: 10px;
 font-size: 115%;
}
/*==================footer(pc)==================*/

#footer {
 background: #eafaff;
}
.footer_in {
 background: #eafaff;
 box-sizing: border-box;
 width: 96%;
 max-width: 1270px;
 margin: 0 auto;
 padding: 40px 0px 30px;
}
.footer_in01 {
 margin: 0 0 20px;
}
.footer_in .box_l {
 width: 33%;
 float: left;
}
.footer_in .box_l .footer_logo {
 display: block;
 margin: 0 0 16px 0;
}
.footer_in .box_l .p02 a:hover {
 text-decoration: underline;
}
.footer_in .box_r {
 width: 64%;
 float: right;
}
.footer_in .box_r ul li {
 float: left;
}
.footer_in .box_r ul li a:hover {
 text-decoration: underline;
}
#toTop:hover {
 background-position: center 0px;
 opacity: 0.7;
}
/*==================その他(pc)==================*/

* {
 word-break: normal;
}
a:focus,
*:focus {
 outline: none;
}
/*a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
 vertical-align: middle;
}*/

a:hover img {
 opacity: .8;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: 'alpha( opacity=100 )';
}
p {
 margin-bottom: 0;
}
strong {
 font-weight: bold;
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h3 {
 margin-bottom: 20px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 15px!important;
}
.mb_01 {
 margin-bottom: 25px !important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 65px!important;
}
.text_01 {
 font-size: 28px;
 font-weight: bold;
 line-height: 1.7;
 color: #4a2a0e;
 text-align: center;
}
.text_02 {
 font-size: 24px;
 font-weight: bold;
}
.text_a01 a {
 color: #167DB2;
 text-decoration: underline;
}
.text_a01 a:hover {
 color: #167DB2;
 text-decoration: none;
}

p.point_p {
  font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    padding: 7px 5px 10px 14px;
    position: relative;
    text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
    z-index: 1;
}
p.point_p:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 border: 9px solid #60d8ff;
 border-radius: 50%;
 z-index: -1;
}
.number_p {
 font-size: 19px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 0 0 39px;
    text-indent: -39px;
}
.number_p.p01 {
 font-weight: normal;
}
.number {
 background: #00aeeb;
 border-radius: 5px;
 box-shadow: 3px 3px 0 0 #ccc;
 color: #fff;
 font-weight: bold;
 font-size: 23px;
 margin: 0 8px 0 0;
 padding: 0 8px;
}
.arrow_box {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #ddd 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;
 border-top: 16px solid #efefef;
}
li {
 line-height: 1.6;
}
ul.ul01 {
 list-style: none;
}
ul.ul01 li {
 padding: 0 0 5px 22px;
 position: relative;
}
ul.ul01.float_ul01 li {
 float: left;
 padding: 0 20px 5px 22px;
 position: relative;
}
.ul01 li:before {
 background: none repeat scroll 0 0 #ff6c00;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 11px;
 position: absolute;
 top: 8px;
 width: 5px;
}
ul.ul_big {
 list-style: none;
}
ul.ul_big li {
 font-size: 120%;
 font-weight: bold;
 margin: 0 0 30px;
 padding: 0 0 0 33px;
 position: relative;
}
.ul_big li:before {
 content: "";
 position: absolute;
 background: #2a9ddb;
 top: 13px;
 left: 11px;
 margin-top: -7px;
 height: 12px;
 width: 12px;
}
ul.ul_check li {
 font-weight: bold;
 padding: 8px 0 6px 24px;
 position: relative;
}
ul.ul_check li:before {
 background: none repeat scroll 0 0 #ff6c00;
 border: 1px solid #E66100;
 border-radius: 3px;
 content: "";
 height: 17px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 17px;
 z-index: 0;
}
ul.ul_check li:after {
 position: absolute;
 top: 9px;
 left: 3px;
 content: "";
 width: 11px;
 height: 4px;
 border: transparent 4px solid;
 border-left: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 transform: rotate(-40deg);
 -webkit-transform: rotate(-40deg);
 -ms-transform: rotate(-40deg);
 z-index: 10;
}
table.gnv_tmp_table02 {
 width: 100%;
 margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th,
table.gnv_tmp_table02 td {
 padding: 5px;
 text-align: center;
 width: 9%;
}
table.gnv_tmp_table02 thead th {
 border-top: 1px solid #423a32;
 border-bottom: 1px solid #423a32;
 background: #e8f8fd;
}
table.gnv_tmp_table02 th {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
table.table01 {
 width: 100%;
 border-collapse: collapse;
 background: #fff;
}
table.table01 thead th {
 font-weight: normal;
 padding: 1%;
 text-align: left;
 color: #fff;
 border: solid 1px #fff;
 background: #00aeeb;
}
table.table01 th {
 font-weight: bold;
 padding: 1%;
 text-align: left;
 border: solid 1px #ccc;
 background: #F2F0D1;
}
table.table01 td {
 padding: 1%;
 text-align: left;
 border: solid 1px #ccc;
 background: #fff;
}
table.table01 th.th01 {
 width: 30%;
}
table.table01 td.td01 {
 width: 50px;
 text-align: center;
}
table.table02 {
 border-collapse: collapse;
 background: none;
 width: 100%;
}
table.table02 th {
 padding: 1%;
 font-weight: bold;
 text-align: left;
 border-bottom: solid 1px #00aeeb;
 width: 38%;
 vertical-align: top;
}
table.table02 td {
 padding: 1%;
 text-align: left;
 border-bottom: solid 1px #ccc;
}
table.table02.price td {
 text-align: right;
}
.b_06_item {
 background: #fcf6e9;
 font-weight: bold;
 padding: 0.5%;
 text-align: left;
 width: 30%;
}
.table02 .b_06_item {
 width: 38%;
 vertical-align: middle;
 border: none;
border-bottom: solid 1px #00aeeb;
 background: none;
}
.table02 .b_06_content {
 width: auto;
 padding: 1%;
 text-align: left;
 border: none;
 border-bottom: 1px solid #ccc;
}
.table02.price .b_06_content {
 text-align: right;
}
.link_btn {
 max-width: 260px;
 width: 100%;
 margin: 0;
}
.link_btn a {
 position: relative;
 display: block;
 width: 100%;
 padding: 6px 0;
 text-align: center;
 color: #fff;
 font-size: 15px;
 border-radius: 6px;
 background: #00aeeb;
 font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 box-shadow: 0px 2px 0px 0px #bfc9cc;
}
.link_btn a:before {
 position: absolute;
 top: 50%;
 right: 10px;
 display: block;
 width: 6px;
 height: 6px;
 margin-top: -3px;
 content: '';
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
}
.link_btn a:hover {
 text-decoration: none;
 opacity: .8;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
.b_11_2_in span img {
 width: 32%;
}
.under_box02 .b_11_2_in span img {
 width: 25%;
}
.w_auto_img .b_11_2_in span img {
 width: auto;
}
.b_11_2_in span img,
.b_11 .b_11_in span img {
 float: right;
 margin: 0 0 20px 2%;
 padding: 3px;
 background: #fff;
 border: 1px solid #ccc;
 box-sizing: border-box;
}
.b_11.b_11_column2 div.column_l span img,
.b_11.b_11_column2 div.column_r span img {
 padding: 3px;
 background: #fff;
 border: 1px solid #ccc;
 box-sizing: border-box;
}
.img_l span img {
 float: left !important;
 margin: 0 2% 20px 0 !important;
}
.border_box01 {
 background-color: #FFF6E1;
 border-radius: 7px;
 padding: 20px;
 box-sizing: border-box;
}
.border_box02 {
 background-color: #f8f2e3;
 border-radius: 7px;
 padding: 20px;
 box-sizing: border-box;
}
.text_box {
 float: right;
 width: 66%;
}
.blog h3 {
 color: #423a32;
 font-size: 20px;
 font-weight: normal;
 margin-bottom: 15px;
 padding-bottom: 0;
}
.blogside li:before {
 color: #2fa6e6;
}
.blogside .list li {
 background: none;
 position: relative;
}
.blogside .list li:before {
 background: none repeat scroll 0 0 #2fa6e6;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 2px;
 position: absolute;
 top: 3px;
 width: 5px;
}
.blog_search_form .btn {
 background: #b5edff;
 border: medium none;
 color: inherit;
}
.btn.btn-info:hover {
 background: #65D0F5;
 border: medium none;
 color: inherit;
}
.blogside ul.list li a {
 color: #423a32;
}
.blogside ul.list li a:hover {
 color: #423a32;
 text-decoration: underline;
}
.autor span,
.contributor span {
 color: #2fa6e6;
}
.list li a:hover,
.type6 .list li a:hover {
 color: #2fa6e6;
}
ul.sitemap_ic li {
 background: none;
 position: relative;
}
ul.sitemap_ic li:before {
 background: none repeat scroll 0 0 #2fa6e6;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 3px;
 margin: -4px 0 0;
 position: absolute;
 top: 50%;
 width: 5px;
}
ul.sitemap_ic li a:before {
 display: none;
}
ul.sitemap_ic li a:after {
 background: none;
 content: "";
 display: block;
 height: 6px;
 margin-top: -4px;
 position: absolute;
 right: 10px;
 top: 50%;
 transform: inherit;
 width: 6px;
 border-top: 1px solid #423a32;
 border-right: 1px solid #423a32;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 -ms-transform: rotate(45deg);
}
#pagenation .active a,
#pagenation a.active:hover {
 background: #2fa6e6 !important;
}
#pagenation .active a:hover {
 background: #ccc!important;
}
.inquiry #content .backBt,
.inquiry #content .confirmBt,
.inquiry #content .submitBt,
.inquiry #content .topBt {
 color: #fff;
 font-family: 'メイリオ', 'Meiryo', verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
 border: medium none;
 border-radius: 5px;
 background: #2fa6e6;
}
.inquiry #content .backBt:hover,
.inquiry #content .confirmBt:hover,
.inquiry #content .submitBt:hover,
.inquiry #content .topBt:hover {
 text-decoration: none;
 opacity: .8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: 'alpha( opacity=80 )';
}
#news {
 position: relative;
}
#news dt {
 color: #157DB2;
 margin-bottom: 0.5em;
 padding: 0;
}
#news dt .newsNew {
 color: #fff;
 vertical-align: middle;
 background: #2fa6e6;
}
#news dd {
 margin: 0;
 padding: 0 0 15px;
}
#news dd a {
 text-decoration: underline;
 color: #423a32;
}
#news dd a:hover {
 text-decoration: none;
}
#news dl {
 border-bottom: 1px dotted #ccc;
}
#news .ov {
 color: #423a32;
 display: inline;
 right: 10px;
 top: 10px;
 width: auto;
}
#news .ov:hover {
 text-decoration: underline;
}
/*==================見出し(pc)==================*/
.under .parts.b_01{
margin: 0;
}
.static #content h2.titleBg,
h2.titleBg,
#news h2 {
 background: #eafaff none repeat scroll 0 0;
 border-left: 4px solid #00aeeb;
 border-top: medium none;
 box-shadow: 2px 0 0 0 #eafaff inset, 4px 0 0 0 #00aeeb inset;
 color: #423a32;
 display: block;
 font-size: 24px;
 font-weight: normal;
 margin: 0 0 20px;
 padding: 7px 0 5px 13px;
 text-align: left;
 border-bottom: none;
}
/*.static #content h2.titleBg:before,
h2.titleBg:before,
#news h2:before {
 background: #9ac54a;
 content: "";
 height: 3px;
 left: 0px;
 position: absolute;
 bottom: -3px;
 width: 200px;
}*/
/*.static #content h2.titleBg:after, h2.titleBg:after, #news h2:after {
    background: none repeat scroll 0 0 #69b72a;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 15px;
    position: absolute;
    top: 17px;
    width: 12px;
}*/

.gnv_tmp_h2_bg {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 border-bottom: 5px solid #00aeeb;
 border-top: 5px solid #00aeeb;
 padding: 10px;
}
.gnv_tmp_h2_bg h2 {
 color: #423a32;
 font-size: 36px;
 font-weight: bold;
 border: none;
 margin: 0;
 padding: 11px 0 11px;
 text-align: center;
}
.gnv_tmp_h3_bg h3 {
 background: #00aeeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 130% !important;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 20px !important;
    padding: 7px 10px 5px 27px;
    position: relative;
    text-align: left;

}
.gnv_tmp_h3_bg h3:before {
 background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 1px;
    content: "";
    height: 26px;
    left: 11px;
    position: absolute;
    top: 8px;
    width: 5px;
}
.gnv_tmp_h4_bg {
 border-bottom: 1px dotted #ccc;
 padding: 5px 5px 5px 28px;
 position: relative;
 margin: 0 0 12px!important;
}
.gnv_tmp_h4_bg h4 {
 color: #423a32;
 font-size: 120%;
 margin: 0!important;
 font-weight: normal;
 line-height: 1.5;
}
.gnv_tmp_h4_bg:before {
 border: 4px solid #00aeeb;;
 border-radius: 50%;
 content: "";
 height: 10px;
 left: 0;
 position: absolute;
 top: 10px;
 width: 10px;
}
h3.entry-title {
 font-size: 20px!important;
 font-weight: normal;
 margin: 0;
 padding: 10px;
 color: #423a32;
 border-radius: 6px;
 background: #00aeeb;
 margin: 0 0 15px 0;
 text-shadow: none;
}
h3.entry-title a {
 color: #fff;
}
.blog h3.entry-title {
 font-size: 20px;
 box-sizing: border-box;
 border: medium none;
}
h5 {
 border-bottom: 1px dashed #00aeeb;
 color: #00aeeb;
 font-size: 120%;
 font-weight: normal;
 padding: 5px 5px 10px;
 margin: 0;
}
h6 {
 background: none repeat scroll 0 0 #00aeeb;
 border-radius: 6px;
 color: #423a32;
 font-size: 16px;
 font-weight: bold;
 line-height: 21px;
 margin-bottom: 0;
 padding: 10px;
 text-transform: uppercase;
}
.map_box01 iframe {
 display: block;
 width: 100%;
}

.under_box01.b_11_2.b_11_2_column2 {
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 1400px) {
 /*====================================================================================*/
 /*==================header(～1400px)==================*/
 /*==================main_image(～1400px)==================*/
.top #mainimage .under_box .box_l h2 {
  font-size: 30px;
 }
 /*==================content(～1400px)==================*/
 /*==================footer(～1400px)==================*/
 /*==================その他(～1400px)==================*/
}
@media screen and (max-width: 1300px) {
 /*====================================================================================*/
 /*==================header(～1300px)==================*/
h1.brand {
    width: 270px;
}
.navbar .nav > li > a, .navbar .nav > li > p {
    padding: 70px 11px 0;
	font-size:14px;
}

 /*==================main_image(～1300px)==================*/
 .top #mainimage {
    margin: 0 0 45px;
}
#mainimage .camera-caption.jp {
    width: 660px !important;
}
.camera-caption {
    bottom: 86px!important;
    left:50%!important;
    font-size: 24px !important;
    margin: 0 0 0 -330px;
    line-height: 1.6!important;
    padding: 27px 20px;
    width: 660px!important;
}
 .top #mainimage .main_content {
  height: 420px;
 }
 .top #mainimage .under_box_wrap {
    max-width: 870px;
    width: 80%;
}
 .top #mainimage .under_box {
    margin: -86px auto 0;
}
 /*==================content(～1300px)==================*/
.top_box01 h2 {
    font-size: 34px;
}
.top_box02 .banners:last-child .small_box_wrap {
    min-height: 90px;
}
.top_box02 .small_box_wrap:first-child {
   min-height: 0;
}
.top_box02 .banners:first-child article div p.p02 {
    min-height: 114px;
}
.top_box02 .banners:last-child article div p.p02 {
    min-height: 51px;
}
.top_box02 h3 {
    font-size: 19px;
}
.top_box02 h3 br{
    display: none;
}
.top_box05 p.p01 {
    margin: 0 0 20px;
    min-height: 145px;
}
 /*==================footer(～1300px)==================*/
 /*==================その他(～1300px)==================*/
}
@media screen and (max-width: 979px) {
 /*====================================================================================*/
 /*==================header(～995px)==================*/
#header {
    padding: 17px 0 17px;
}
 h1.brand {
    display: block;
    float: none;
    margin: 0px auto !important;
    max-width: 313px;
    padding: 0px 0px 15px !important;
    width: 80%;
}
 #menu {
  height: auto;
 }
 .navbar_ .nav-collapse_ {
  border-bottom: 5px solid #00aeeb;
 }
 .navbar .nav > li > a,
 .navbar .nav > li > p {
  padding: 23px 20px 0;
  font-size:12px;
 }
 
 .nav-collapse_ .nav > li.active > a > em,
 .nav-collapse_ .nav > li.active > p > em {
  height: 60px;
 }
 .nav-collapse_ .nav > .sfHover > a > em {
  height: 60px;
 }
 .under .nav-collapse_ .nav > li.active > a:hover > em,
 .under .nav-collapse_ .nav > li.active > p:hover > em {
  height: 60px;
 }
 .nav-collapse_ .nav > li a:hover > em,
 .nav-collapse_ .nav > li p:hover > em {
  height: 60px;
 }
 .nav-collapse .sub-menu > ul {
  top: 62px;
 }
 /*==================main_image(～995px)==================*/
 
 .top #mainimage .main_content {
  height: 338px;
 }
 #mainimage .camera-caption.jp {
    width: 80%!important;
}
 .camera-caption {
    bottom: 70px !important;
    font-size: 18px !important;
    padding: 14px;
    margin: 0 0 0 -40%;
    width: 80%!important;
}
.camera_prev span, .camera_next span {
    height: 26px;
    width: 18px;
    background-size: cover!important;
}
 .top #mainimage .under_box_wrap {
  width: 96%;
 }
 .top #mainimage .under_box {
    margin: -70px auto 0;
    padding: 20px;
}
 .top #mainimage .under_box .box_l {
  padding: 0 20px 0 0;
 }
 .top #mainimage .under_box .box_l h2 {
  font-size: 21px;
 }
 .under_box .box_r a.main_link_btn {
    font-size: 16px;
    padding: 12px 25px 10px 9px;
}
 /*==================content(～995px)==================*/
 
 .under .container {
  /*padding: 0 20px!important*/
  box-sizing: border-box;
 }
 #blogBody .container {
  box-sizing: border-box;
 }
 .blog .grid_8 {
  box-sizing: border-box;
  margin-left: 0;
  padding: 0 0 0 15px;
 }
 #sidecontact {
  width: 47px;
 }
 .top_box01 h2 {
    font-size: 25px;
}
.top_box02 .banners article {
    padding: 10px;
}
.top_box02 .tb_box {
    border-spacing: 9px 0;
}
.top_box02 h3 {
    font-size: 16px;
}
.top_box02 .banners:last-child article div p.p02 {
    min-height: 89px;
}
.top_box02 .btn.btn-info {
    margin: 0 auto;
}
.top_box04 h2 {
    font-size: 21px;
}
.top_box05 h2 {
    font-size: 23px;
}
.top_box05 .box01 {
    padding: 35px 20px 30px;
}
 /*==================footer(～995px)==================*/
.footer_in .box_l {
    width: 40%;
}
.footer_in .box_r {
    width: 59%;
}
 /*==================その他(～995px)==================*/
}
@media (min-width: 768px) and (max-width: 979px) {
 #blogBody.under .container {
  padding: 0!important;
  box-sizing: border-box;
 }
}
@media screen and (max-width: 767px) {
 /*====================================================================================*/
 /*==================header(～767px)==================*/
 
 h1.brand a {
  margin-bottom: 0;
 }
 #menu {
  height: auto;
 }
 .navbar_ .nav-collapse_ {
  border: none!important;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
 }
 .select-menu {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #b8b5b1;
  margin: 0;
 }
 /*==================main_image(～767px)==================*/
 
 .top #mainimage .main_content {
  background: none;
  height: auto;
 }
#mainimage .camera-caption.jp {
    width: 100%!important;
}
.camera-caption {
    bottom: 0px !important;
    font-size: 15px !important;
    margin: 0;
    left:0!important;
    padding: 15px;
    width: 100%!important;
}
.camera_prev span, .camera_next span {
   /*bottom: 50%;*/
}
 .top #mainimage .main_content .main_sp {
  display: block;
  width: 100%;
 }
 .top #mainimage .under_box_wrap {
  margin: 0;
  width: 100%;
 }
 .top #mainimage .under_box {
  margin: 0;
  display: block;
  padding: 20px;
 }
 .top #mainimage .under_box .box_l {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0 0 15px;
 }
 .top #mainimage .under_box .box_l h2 {
  display: block;
  text-align: center;
   font-size: 26px;
 }
 .top #mainimage .under_box .box_r {
  display: block;
  width: 100%;
 }
 .under_box .box_r a.main_link_btn {
  margin: 0 auto;
 }
 /*==================content(～767px)==================*/
 /*.under .container {
  padding: 0;
 }*/
 
 .top .main.indent {
  padding: 35px 0 0;
 }
 .sp_box01 {
  display: block;
 }
 .top_box02 .container{
padding: 0;
}
 .top_box02 .tb_box {
    display: block;
}
.top_box02 .banners article {
    margin: 0 0 30px;
    display: block;
}
.top_box02 .banners:first-child article div p.p02.p02{
    min-height: 0;
}
.top_box02 .banners:last-child article div p.p0.p022 {
    min-height: 0;
}
.top_box02 .banners:last-child .small_box_wrap {
    min-height: 0;
}
.top_box02 h3 {
    font-size: 21px;
}
.top_box05 h2 {
    font-size: 20px;
}
.top_box05 p.p01 {
    min-height: 209px;
}
 .blog .grid_8 {
  padding: 0px;
 }
 /*==================footer(～767px)==================*/
 
 .footer_in {
  padding: 30px 0;
  width: 92%;
 }
 .footer_in .box_l {
  float: none;
  width: 100%;
  margin: 0 auto;
 }
 .footer_in .box_l .footer_logo {
  display: block;
  margin: 0 auto 16px;
  max-width: 320px;
  width: 100%;
 }
 .footer_in .box_r {
  float: none;
  width: 100%;
  margin: 0 auto;
 }
 .footer_in .box_r ul li {
 float: left;
 line-height:1.8 !important;
}

 /*==================その他(～767px)==================*/
 
 .mb_h3 {
  margin-bottom: 13px!important;
 }
 .mb_h4 {
  margin-bottom: 10px!important;
 }
 .mb_h5 {
  margin-bottom: 8px!important;
 }
 .mb_01 {
  margin-bottom: 20px!important;
 }
 .mb_02 {
  margin-bottom: 33px!important;
 }
 .mb_03 {
  margin-bottom: 45px!important;
 }
 #mainimage h2 {
  font-size: 28px;
 }
 .gnv_tmp_h3_bg h3 {
  font-size: 24px;
 }
 table {
  font-size: 13px!important;
 }
 .text_box {
  width: 100%;
 }
 .b_11_2_in span img {
  float: none;
  width: 100%;
  margin: 0 auto 15px auto;
 }
 .under_box02 .b_11_2_in span img {
    width: 100%;
	max-width:245px;
}
 #sidecontact {
  display: none;
 }
 .gnv_tmp_h2_bg h2 {
  font-size: 27px;
 }
 .text_01 {
  font-size: 18px;
 }
 .text_box {
  width: 100%;
 }
}
@media screen and (max-width: 600px) {
 /*====================================================================================*/
 /*==================header(～600px)==================*/
 /*==================main_image(～600px)==================*/
 /*==================content(～600px)==================*/
 .top_box03 .img_box01 img {
    float: none;
    margin: 0 auto 15px;
    max-width: 480px;
    width: 100%;
}
.top_box03 .img_box01 img:last-child {
    margin: 0 auto;
}
.top_box04 .img_box01 .box_l {
    float: none;
    width: 100%;
    margin: 0 0 10px;
}
.top_box04 .img_box01 .box_r {
    float: none;
    width: 100%;
}
.top_box04 .link_btn{
margin: 0 auto !important;
}
.top_box05.b_11.b_11_column2 div.column_l,
.top_box05.b_11.b_11_column2 div.column_r {
    padding: 0;
}
.top_box05 p.p01 {
    min-height: 0;
}
.top_box07.b_10.b_10_column3 div.column_c,
.top_box07.b_10.b_10_column3 div.column_l,
.top_box07.b_10.b_10_column3 div.column_r {
  float: none;
  margin: 0 auto 15px;
  max-width: 310px;
  width: 100%;
}
.top_box07.b_10.b_10_column3 div.column_r {
  margin: 0 auto;
}

.under_box01.b_11_2.b_11_2_column2 {
	max-width:482px;
}

 /*==================footer(～600px)==================*/
 /*==================その他(～600px)==================*/
}
@media screen and (max-width: 500px) {
 /*====================================================================================*/
 /*==================header(～500px)==================*/
 /*==================main_image(～500px)==================*/
.top #mainimage .under_box .box_l h2 {
    font-size: 19px;
}
 /*==================content(～500px)==================*/
 /*==================footer(～500px)==================*/
 /*==================その他(～500px)==================*/
}
@media screen and (max-width: 480px) {
 /*====================================================================================*/
 /*==================header(～480px)==================*/
 /*==================main_image(～480px)==================*/
#mainimage .camera-caption.jp {
    display: none;
}
.camera-caption {
    display: none;
}
.camera_prev span, .camera_next span {
   display: none;
}
 /*==================content(～480px)==================*/
 /*==================footer(～480px)==================*/
 /*==================その他(～480px)==================*/
 #blogBody iframe{
	 width:100%;
	 }
}
h2,h3,h4,h5 {
    text-transform: inherit;
}

/* =====================================
 1*. viemo
===================================== */
/* 1カラム */
.viemoFrame.col1 {
	position: relative!important;
	padding-top: 56.25%!important;
}
.viemoFrame.col1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 2カラム */
.viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
	position: relative;
	padding-top: 28.125%;

}
.viemoFrame.col2 {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.viemoFrame.col2 iframe {
	position: absolute;
	top: 0;
	left: 2%;
	width: 96%;
	height: 96%;
}
@media screen and (max-width: 767px) {
	.viemoFrame .b_11_in:last-child {
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	.viemoFrame.col2.posiL .column_l, .viemoFrame.col2.posiR .column_r, .viemoFrame.col2.double .column_l, .viemoFrame.col2.double .column_r {
		padding-top: 56.25%;
	}
	.viemoFrame.col2 iframe, .viemoFrame.col2.double iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*add 170517*/
 .bnr_single span img {
	width: auto;
}