@charset "UTF-8";
/* =====================================
	Default setting
===================================== */
/* =====================================
	Imports Css
===================================== */
/*--------------------------------------
	既存PLIMO import
--------------------------------------*/
/*--------------------------------------
	汎用CSS
--------------------------------------*/
/*--------------------------------------
-------------------------------------------------------------
■ Base
-------------------------------------------------------------
	1. Common
	├ 1-1. html, body
	├ 1-2. links
	├ 1-3. grid system
	├ 1-4. plimo must
	└ 1-5. tuning
-------------------------------------------------------------
■ Layout
-------------------------------------------------------------
	2. Header
	└ 2-1. header common
	└ 2-2. gloval navi
	└ 2-3. others
	3. mainimage
	4. side
	5. Content Bottom
	6. Footer
	7. Other Pages
	└ 7-1. inquiry
	└ 7-2. blog
	└ 7-3. news
	└ 7-4. sitemap
--------------------------------------*/
/*-----------------------------------------------------------
■ Base
-----------------------------------------------------------*/
/* =====================================
	1. Common
===================================== */
/* =====================================
	Default setting
===================================== */
/*--------------------------------------
	1-1. html, body
--------------------------------------*/
html {
  font-size: 62.5%;
  /* IE文字サイズ対策 */
}

body {
  min-width: 300px;
  font-family: "メイリオ", "Meiryo", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  color: #666666;
  letter-spacing: 3px;
  line-height: 1.8;
  background: none !important;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  body {
   /* font-size: 1.4rem !important;*/
  }
}
/*--------------------------------------
	1-2. links
--------------------------------------*/
a {
  color: #666666;
}
a:visited {
  color: #666666;
}
a:focus {
  color: #666666;
}
a:hover {
  color: #666666;
}
a:active {
  color: #666666;
}

a:focus, *:focus {
  outline: none;
}

/*--------------------------------------
	1-3. grid system
--------------------------------------*/
.grid_12 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.grid_12:after {
  content: "";
  display: block;
  clear: both;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.grid_12 > [class*="grid_"]:first-child, .alpha {
  margin-left: 0;
}

.grid_12 > [class*="grid_"]:last-child, .omega {
  margin-right: 0;
}

.grid_1 {
  width: 65px;
}

.grid_2 {
  width: 150px;
}

.grid_3 {
  width: 235px;
}

.grid_4 {
  width: 320px;
}

.grid_5 {
  width: 405px;
}

.grid_6 {
  width: 490px;
}

.grid_7 {
  width: 575px;
}

.grid_8 {
  width: 660px;
}

.grid_9 {
  width: 745px;
}

.grid_10 {
  width: 830px;
}

.grid_11 {
  width: 915px;
}

@media screen and (max-width: 1000px) {
  .grid_12 {
    max-width: 748px;
  }

  .grid_1 {
    width: 44px;
  }

  .grid_2 {
    width: 108px;
  }

  .grid_3 {
    width: 172px;
  }

  .grid_4 {
    width: 236px;
  }

  .grid_5 {
    width: 300px;
  }

  .grid_6 {
    width: 364px;
  }

  .grid_7 {
    width: 428px;
  }

  .grid_8 {
    width: 492px;
  }

  .grid_9 {
    width: 556px;
  }

  .grid_10 {
    width: 620px;
  }

  .grid_11 {
    width: 684px;
  }

  .grid_12 {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  .grid_12 {
    max-width: 420px;
    margin: 0 auto;
  }

  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11 {
    width: 420px;
    margin: 0 auto 1em;
  }

  .omega {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .grid_12 {
    max-width: 300px;
  }

  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11 {
    width: 300px;
  }
}
/* full */
/*
.full #content .container_12, .full #base, .full #contentBase {
	width: 100%!important;
}
*/
.full #base, .full #contentBase {
  width: 100% !important;
}

/*--------------------------------------
	1-4. plimo must
--------------------------------------*/
/* hikoukai */

.top .hikoukai {
  display: none !important;
}
.hikoukai {
  display: none !important;
}

#drag-temp-pre-content .parts.hikoukai {
  display: block !important;
  border: 5px solid #777;
  background: #555;
  padding: 20px 0;
}

/* 管理画面ズレ対応 */
#drag-temp-pre-content div[class*='.parts.m'] {
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  #drag-temp-pre-content .sp {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
/* 新着情報ブロック */
#drag-temp-pre-content .news_list {
  position: relative;
  display: block;
  min-height: 50px;
  background: #777;
}

#drag-temp-pre-content .news_list:before {
  content: "新着情報";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -4.5em;
  font-size: 20px;
  color: #fff;
  z-index: 10;
}

/* 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;
  }
}
/* tel */
a[href^="tel:"] {
 /* pointer-events: none;*/
  cursor: text;
    vertical-align: baseline;
}

.tel_txt a {
  cursor: text;
}
.tel_txt a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  a[href^="tel:"] {
   /* pointer-events: auto;*/
    cursor: pointer;
  }

  .tel_txt a,
  .tel_txt a:hover {
    text-decoration: underline;
  }
}
/*--------------------------------------
	1-5. tuning
--------------------------------------*/
/* static tuning */
.top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top .b_10_column2, .top .b_10_column3, .top .b_11, .top .b_11_2, .top .b_11_3, .top .table2 {
  margin: 0 auto;
}

.under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under .b_10_column2, .under .b_10_column3, .under .b_11, .under .b_11_2, .under .b_11_3, .under .table2 {
  margin: 0 auto 4em;
}

#bread {
  max-width: 1000px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* img default */
img {
  width: auto;
  max-width: 100%;
}

/* img default margin */
.b_11_2_in span img,
.b_11 .b_11_in span img {
     margin: 0 0em 1em 1em;
    float: right;
    width: 35%;
}

/* 2col contents padding setting */
.b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
  padding-left: 15px;
}

.b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
  padding-right: 15px;
}

/* XPERIA Tab 縦幅対策 */
#newsList #content, #websiteNewsDetail #content {
  min-height: 800px;
}

/* content tuning */
.full #mainimage {
  max-width: 100%;
}

#content {
  padding-top: 0;
    box-sizing: border-box;
}

#base {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.full #base {
  padding: 0 !important;
}

.full .w-p {
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  .full .w-p {
    padding: 0 10px;
  }
}
#contentBase {
  width: 75%;
  max-width: 750px;
}
.under .contents_block {
    margin: 0px auto;
}
@media screen and (max-width: 1000px) {
  #contentBase {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
@media screen and (max-width: 959px) and (min-width: 601px) {
  #content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #content {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  /* content tuning */
  .full #contentBase {
    max-width: 100%;
  }

  /*#content {
  	padding: 1em 0 0 !important;
  }*/
  .under #content {
    padding: 3em 10px 3em !important;
  }

  /* bn tuning */
  .b_10.bn01 img {
    width: 75% !important;
  }

  .b_10.b_10_column2.bn02 {
    width: 75% !important;
    margin: 0 auto 2em;
  }

  .b_10.bn02 img {
    width: 100% !important;
  }

  .b_10.b_10_column3.bn03 {
    width: 75% !important;
    margin: 0 auto 2em;
  }

  .b_10.bn03 img {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  /* content tuning */
  #contentBase {
    margin: 0 auto;
    float: none;
  }
  .under #content {
    padding: 3em 0px 3em !important;
  width:100%;
}
.under .contents_block{
  width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

  /* static tuning */
  .b_11_3.b_11_3_column3,
  .b_11_3.b_11_3_column3 div.column_c,
  .b_11_3.b_11_3_column3 div.column_l,
  .b_11_3.b_11_3_column3 div.column_r {
    margin: 0 0 1.0em !important;
  }

  .b_10.b_10_column2 div.column_r, .b_11_2.b_11_2_column2 div.column_r {
    padding-left: 0;
  }

  .b_10.b_10_column2 div.column_l, .b_11_2.b_11_2_column2 div.column_l {
    padding-right: 0;
  }

  .top .b_01, .top .b_02, .top .b_03, .top .b_04, .top .b_05, .top .b_06, .top .b_07, .top .b_08, .top .b_09, .top .b_10, .top .b_10_column2, .top .b_10_column3, .top .b_11, .top .b_11_2, .top .b_11_3, .top .table2 {
    margin: 0 auto;
  }

  .under .b_01, .under .b_02, .under .b_03, .under .b_04, .under .b_05, .under .b_06, .under .b_07, .under .b_08, .under .b_09, .under .b_10, .under .b_10_column2, .under .b_10_column3, .under .b_11, .under .b_11_2, .under .b_11_3, .under .table2 {
    margin: 0 auto 2em;
  }

  /* others */
  .sp_img_height {
    max-width: 80%;
  }

  /* コンテンツが短い場合 */
  #contentBase {
    min-height: 200px;
  }
#newsList #content, #websiteNewsDetail #content {
  min-height:400px;
}
}
@media screen and (max-width: 480px) {
  #base {
    padding: 0 10px;
  }

  #content {
    padding: 1em 0 0 !important;
  }
  .top #content {
    padding: 0 !important;
  }

  .under #content {
    padding: 3em 0px 3em !important;
  }
}
/*-----------------------------------------------------------
■ Layout
-----------------------------------------------------------*/
/* =====================================
	2. Header
===================================== */
/*--------------------------------------
	2-1. header common
--------------------------------------*/
#header {
  width: 100%;
  background: #fff;
  margin-bottom: 0px;
  padding-top: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#header .pc {
  display: block;
}

#header_bg {
  background: none #fff;
}

.header_block {
  max-width: 100%;
  margin-top: 0;
}

.header_block h1 {
    width: 381px !important;
    max-width: 381px;
    margin-left: 33px;
    margin-top: 20px;
}

.header_right_box {
    width: auto !important;
}

.header_right_box img {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}
li.header_right {
    font-size: 0px;
    letter-spacing: 0px;
}
.header_right_box img.pc_tel {
    width: 245px !important;
}
.header_right_box img.pc_inq {
    width: 114px !important;
}
@media screen and (max-width: 1500px) {
.header_block h1 {
    width: 305px !important;
    margin-left: 25px;
    margin-top: 24px;
}
.header_right_box img.pc_tel {
    width: 196px !important;
}
.header_right_box img.pc_inq {
    width: 91px !important;
}

}
@media screen and (max-width: 1200px) {
.header_block h1 {
    width: 240px !important;
    margin-left: 22px;
    margin-top: 20px;
}
.header_right_box img.pc_tel {
    width: 156px !important;
}
.header_right_box img.pc_inq {
    width:72px !important;
}
}
@media screen and (max-width: 1000px) {
.header_block h1 {
    width: 175px !important;
    margin-left: 10px;
    margin-top: 20px;
}
.header_right_box {
    margin-right: 0px;
}
.header_right_box img.pc_tel {
    width: 130px !important;
}
.header_right_box img.pc_inq {
    width: 60px !important;
}
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0;
  }

  .header_block h1 {
       width: 70% !important;
    margin-top: 5.5%;
    margin-left: 10px;
  }

  .header_right_box {
    width: 20% !important;
    margin-right: 0px;
       margin-top: 0%;
 max-width: 120px;
  }

  #header .pc {
    display: none;
  }

  .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
       width: 100%;
    margin-right: 0%;
   
  }

  .header_right_box li.btn_tell a, .header_right_box li.btn_menu a, .header_right_box li.btn_inq a {
    display: block;
    width: auto;
    height: auto;
  }
}

/*--------------------------------------
	2-2. gloval navi
--------------------------------------*/
#header_menu_block {
    width: 690px;
    background: #fff;
    float: right;
}
.header_menu {
  width: auto;
  height: auto;
  padding: 0;
}

.header_menu .g_nav {
  background: #fff;
}
.header_menu .g_nav li {
    box-sizing: border-box;
}


.header_menu .g_nav li.nav01,.header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04{
     height: 100px;
    padding-top: 31px;
}
.header_menu .g_nav li.nav01 {
    width: 22.5%;
}
.header_menu .g_nav li.nav04 {
    width: 23.5%;
}
.header_menu .g_nav li.nav03 {
    width: 30.5%;
}
.header_menu .g_nav li.nav02 {
    width: 23.5%;
}
.header_menu .g_nav>li.nav04:before {
    height: 0;
}
.header_menu .g_nav>li:before {
    position: absolute;
    content: "";
    display: block;
    height: 35px;
    width: 1px;
    background: #d5d5d5;
    right: 0;
    top: 31px;
}
.header_menu .g_nav>li span {
    cursor: default;
}
.header_menu .g_nav > li a, .header_menu .g_nav > li span {
text-align: center;
    color: #282828;
    font-size: 15px;
    font-family: 'フォーク R','Folk Regular';
    line-height: 1;
    letter-spacing:3px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    box-sizing: border-box;
}
.header_menu .g_nav > li a, .header_menu .g_nav > li>span {
height: 100%;
}

.header_menu .g_nav .small_txt {
    font-size: 12px;
    color: #3e6eb4;
    margin-top: 8px;
    line-height: 1;
}
.header_menu .g_nav li.nav01 .small_txt {
    margin-top: 3px;
}
.header_menu .g_nav li a:hover, .header_menu .g_nav li>span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
    color: #333;
    background: none;
}
.header_menu .g_nav > li span:hover {
    background: none;
 color: #333;
}
.tablet .header_menu .g_nav li a.hover, .tablet .header_menu .g_nav li span.hover {
    text-decoration: none;
    color: #333;
    background: none;
}
.header_menu .g_nav li img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/* sub lists */
.submenu {
  z-index: 1000;
  width: 100%;
  margin-top: 0;
 opacity: 1;
}

.header_sub_menu p.subtle {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 24px;
  letter-spacing: 5px;
  font-family: "新丸ゴ R","Shin Maru Go Regular";
  margin-bottom: 10px;
  color: #333;
  text-shadow: 0.4px 0.4px 0 #333;
}

.header_sub_menu {
    background-color: #e3f3ff;
  z-index: 110;
  float: left;
  margin: 0;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 38px 0;
}

ul.g_nav_sub {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.g_nav_sub_row {
  margin-right: 60px;
}

.header_menu .g_nav .submenu li.g_nav_sub_row a {
  display: inline-block;
  line-height: 3;
  padding: 0px;
  padding-left: 18px;
  background: none;
  border-bottom: 0px;
  width: auto;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  height: auto !important;
  color: #444;
  position: relative;
  letter-spacing: 3px;
}

.header_menu .g_nav .submenu li.g_nav_sub_row a:before {
  border-left: 7px solid #4eaceb;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 19px;
}

@media screen and (max-width: 1500px) {
 .header_menu .g_nav li.nav01, .header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04 {
    height: 80px;
    padding-top: 24px;
}
.header_menu .g_nav>li:before {
    top: 24px;
}
#header_menu_block {
    width: 552px;
}
}
@media screen and (max-width: 1200px) {
.header_menu .g_nav li.nav01, .header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04 {
    height: 63.5px;
    padding-top: 17px;
}
.header_menu .g_nav > li a, .header_menu .g_nav > li span {
    font-size: 13px;
    letter-spacing: 0px;
}
.header_menu .g_nav>li:before {
    top: 17px;
}
  #header_menu_block {
    width: 441px;
}
}
@media screen and (max-width: 1000px) {
.header_menu .g_nav li.nav01, .header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04 {
    height: 53px;
    padding-top: 12px;
}
  #header_menu_block {
    width: 375px;
}
.header_menu .g_nav>li:before {
    top: 12px;
}
.header_menu .g_nav li.nav03 {
    width: 34.5%;
}
.header_menu .g_nav li.nav01 {
    width: 18%;
}
}
@media screen and (min-width: 767px) {
	.header_menu .g_nav li >.submenu {
		display: block;
	}
	.header_menu .g_nav li >.submenu .sub_menu02,
        .header_menu .g_nav li >.submenu .sub_menu04 {
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "alpha( opacity=0)";
		-moz-transition-duration: .6s;
		-webkit-transition-duration: .6s;
		-o-transition-duration: .6s;
		-ms-transition-duration: .6s;
		transition-duration: .6s;
	}
	.header_menu .g_nav li.nav02:hover >.submenu .sub_menu02,
        .header_menu .g_nav li.nav04:hover >.submenu .sub_menu04 {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}
}
@media screen and (max-width: 767px) {
  .header_menu {
    background: #fff;
    width: 100%;
  }

  #header_menu_block {
    width: 100%;
    background: #fff;
  }
.header_menu .g_nav li {
    float: none;

}
  .header_menu .g_nav li.nav01 {
    width: 100%;
    height: auto;
    padding-top: 0px;
  }

  .header_menu .g_nav li.nav02, .header_menu .g_nav li.nav03, .header_menu .g_nav li.nav04 {
    width: 100%  !important;
    height: auto;
    padding-top: 0px;
  }

  .header_menu .g_nav > li {
    background: none;
  }
 .header_menu .g_nav > li span {
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-bottom: 0px;
    letter-spacing: 2px;
}
  .header_menu .g_nav > li a, .header_menu .g_nav > li>span {
    background: #566673;
    height: 100%;
   padding: 16px 30px 16px 30px;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
  }

  .header_menu .g_nav li a:hover, .header_menu .g_nav li>span:hover {
    color: #fff;
        background: #566673;
}
  .header_menu .g_nav li a:before {
    background: #fff;
  }

  .header_menu .g_nav li a:after {
       background: #566673;
  }

  .header_menu .g_nav li span:after {
    top: 20px;
   background: #566673;
  }

  .header_menu .g_nav li span:before {
    top: 22px;
  }
.header_menu .g_nav .small_txt {
    display: none;
}
.header_menu .g_nav>li:before {
    height: 0;
}
  /* sub lists */
  .header_menu .g_nav li .submenu {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    padding: 0;
    margin: 0;
  }

  ul.g_nav_sub {
    max-width: 100%;
    padding: 0;
  }

  .header_menu .g_nav .submenu li.g_nav_sub_row a {
    line-height: 1.2;
    padding: 14px 30px 13px 30px;
   background: #88949d;
    width: 100%;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .header_menu .g_nav .submenu li.g_nav_sub_row a:before {
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    position: absolute;
    content: '';
    display: block;
    left: 8px;
    top: 50%;
    background: #fff;
  }

  .header_menu .g_nav li .g_nav_sub_row a:after {
        background: #88949d;
  }
.header_menu .g_nav li >.submenu {
		display: none;
	}
	.header_menu .g_nav li >.submenu .sub_menu02,.header_menu .g_nav li >.submenu .sub_menu04 {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}

#gnav {
  max-width: 1000px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#gnav .nav {
  max-width: 100%;
}
}



@media screen and (max-width: 767px) {
  #gnav {
    padding: 0;
  }


}
/*--------------------------------------
	2-3. others
--------------------------------------*/
/* toggle menu */
.togglemenu {
  background: none;
  display: none;
}

.android .nav:focus .sub {
  display: block;
}

@media screen and (max-width: 1000px) {
  .android .nav:focus .sub {
    display: block;
  }
}
/* =====================================
	3. mainimage
===================================== */
#mainimage {
	max-width: 100%;
	text-align: center;
	margin-top:100px;
}
#mainimage .main {
    position: relative;
}
.main_txt {
    position: absolute;
    top: 4.5%;
    right: 5.5%;
    width: 7%;
    max-width: 81px;
}
.main_info {
    position: absolute;
    left: 5%;
    bottom: 24.5%;
    width: 28%;
    max-width: 371px;
    box-shadow: 0px 0px 15px 5px rgba(132, 149, 157, 0.64);
}



.under #mainimage {
    margin-top: 100px;
    background: url(/asset/under_mainimage.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    text-indent: 0;
}
@media screen and (max-width:1500px) {
#mainimage,.under  #mainimage {
    margin-top:80px;
}

}
@media screen and (max-width:1200px) {
#mainimage,.under  #mainimage {
  margin-top: 63.5px; 
}

}
@media screen and (max-width:1000px) {
#mainimage,.under  #mainimage {
   margin-top: 53px;
}

}
@media screen and (max-width: 767px) {
	#mainimage,.under  #mainimage {
		margin-top: 0px;
	}
.main_info {
    position: absolute;
    left: 6%;
    bottom: 15%;
    width: 73%;
}
.main_txt {
    position: absolute;
    top: 5.5%;
    right: 8%;
    width: 15%;
    max-width: 81px;
}
}

/* =====================================
	 content-bottom
===================================== */
div#content-bottom {
    background: url(/asset/bottom_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 62px;
    padding-bottom: 61px;
}
#content-bottom .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#content-bottom li {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
#content-bottom li:last-child {
    border-left: 1px solid transparent;
}
#content-bottom li:first-child {
    border-right: 1px solid transparent;
}
#content-bottom .tle {
font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: 'フォーク R','Folk Regular';
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 13px;
}
#content-bottom .txt {
     text-align: center;
    color: #fff;
    font-family: 'フォーク R','Folk Regular';
    font-size: 30px;
    letter-spacing: 7px;
    line-height: 1.5;
    margin-bottom: 41px;
}
.under #content-bottom .contents_block.clearfix {
    max-width: 100%;
    width: 100%;
}
@media screen and (max-width:1000px) {
#content-bottom .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

#content-bottom .txt {
    font-size: 28px;
}
}
@media screen and (max-width:767px) {

div#content-bottom {
   display:none !important;
}

#content-bottom .inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
}
#content-bottom li {
    width: 100%;
    float: none;
}
}


/* =====================================
	6. Footer
===================================== */
#footer {
      background: #f7faff;
  border-top:0px;
}

.foot_top {
    color: #252525;
    font-size: 15px;
    padding-bottom: 32px;
    padding-top: 61px;
}


.footer_access {
    float: left;
    width: 50%;
    min-height: 0px;
    padding: 0px;
    border-left: 0px;
    margin-top: 0px;
    padding-right: 15px;
    box-sizing: border-box;
}
.footer_link {
    float: left;
    width: 50%;
    min-height: 0px;
    padding: 0px;
    border-left: 0px;
    margin-top: 0px;
    box-sizing: border-box;
}
.foot_btns p.btn_box {
    width: 50%;
    float: left;
    max-width: 250px;
}
.footer_list.first {
float: left;
    width: 54%;
    min-height: 0px;
}
.footer_list.second {
    width: 46%;
    min-height: 0px;
    box-sizing: border-box;
    float: left;
}
p.foot_logo {
    max-width: 444px;
    width: 98%;
    margin-bottom: 71px;
}


.foot_btns {
    margin-bottom: 53px;
}
.footer_list .footer_ttl {
     padding: 0;
    color: #3e6eb4;
    font-size: 26px;
    line-height: 1.5;
    font-family: 'フォーク R','Folk Regular';
    letter-spacing: 6.5px;
    margin-bottom: 17px;
    text-align: left !important;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 13px;

}
.first.footer_list .footer_ttl {
     width: 85%;
    max-width: 229px;
}
p.foot_btn {
    max-width: 320px;
    width: 80%;
}
ul.footer_nav {
    padding: 0 5px 0 0;
    box-sizing: border-box;
    width: 100%;
    float: none;
}
ul.footer_nav li {
    margin-bottom: 13px;
    letter-spacing: 2px;
    line-height: 1.4;
}
ul.footer_nav li a {
    color: #252525;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    position: relative;
    padding-left: 0px;
}

table.foot_table {
    width: 100%;
}

table.foot_table th, table.foot_table td {
text-align: left;
    font-weight: normal;
    letter-spacing: 1.2px;
    line-height: 1.5;
    padding-top: 1px;
    padding-bottom: 21px;
    vertical-align: top;
}
table.foot_table th{
    width: 21%;
    box-sizing: border-box;
    color: #3e6eb4;
    letter-spacing: 3.5px;
}
.foot_bottom {
    background: #3e6eb4;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 5px;
}
.foot_bottom .footer_block {
    padding-top: 0;
    padding-bottom: 0;
}
.foot_bottom .footer_block_in {
   padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.foot_bottom li {
    float: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3.3px;
}
.foot_bottom li.copyright {
    float: right;
}
.foot_bottom li a {
    color: #fff;
}

@media screen and (max-width: 1000px) {

.footer_block {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

ul.footer_nav {
    padding: 0px;
    padding: 0 5px 0 0;

}
table.foot_table th, table.foot_table td {
    letter-spacing: 0.5px;
    font-size: 14px;
}
table.foot_table th {
    letter-spacing: 1px;
}
}
@media screen and (max-width: 767px) {
  #footer {
    position: static !important;
  }
.foot_bottom {
    padding-top: 10px;
    padding-bottom: 17%;
}
.foot_top {
    padding-bottom: 25px;
    padding-top: 50px;
}
.footer_block {
      padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}
.footer_access {
    float:none;
    width: 100%;
    min-height: 0px;
    padding: 0px;
    border-left: 0px;
    margin-top: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}
.footer_link {
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.foot_btns p.btn_box {
    width:100%;
    float: none;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.foot_btns p.btn_box:last-child{
margin-bottom: 0px;
}
p.foot_logo {
    width: 85%;
    margin-bottom: 35px !important;
}
.footer_list.first {
   float: none;
    width:100%;
    margin-bottom: 35px;
}
.footer_list.second {
     float: none;
    width:100%;
}
ul.footer_nav {
    padding:0px;

    width: 100%;
    float:none;
}
ul.footer_nav li {
    margin-bottom: 10px;
    background: none;
}
ul.footer_nav li a {
    padding: 0px;
    background: none;
    color: #252525;
    padding-left: 0px;
}
.first.footer_list .footer_ttl {
    width: 100%;
    max-width: 100%;
}
.foot_bottom li {
margin-bottom:10px;
}
table.foot_table th, table.foot_table td {
    font-size: 15px;
}

/*
.fixbtn.sp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
.fixbtn li {
       width: 41.5%;
    height: auto;
    font-size: 0px;
    letter-spacing: 0px;
    box-sizing: border-box;
    float: left;
margin-bottom: 0;

}

.fixbtn li:last-child {
    width: 17%;
}

.fixbtn .btn_pageTop {
    display: block !important;
    position: relative;
    bottom: 0px;
    right: 0px;
height: 100%;
    width: 100%;

}*/
}
@media screen and (max-width: 479px) {
.foot_bottom li.copyright {
    float: left;
}
table.foot_table th {
    width: 24%;

}
}
/* =====================================
	7. Other Pages
===================================== */
/*--------------------------------------
	7-1. inquiry
--------------------------------------*/
#inquiryBody .pc_mail {
  display: none;
}

.form_error_notice {
  text-align: center;
  color: #CC0000;
  font-weight: bold;
  margin-bottom: 20px !important;
  /*min-height: 860px;*/
}

@media screen and (max-width: 767px) {
  .inquiryFormTable dt {
    background: #e5e5e5 !important;
    color: #333;
  }
}
/*--------------------------------------
	7-2. blog
--------------------------------------*/
.blog #content .contentArea h3 {
    margin-bottom: 1.4em;
    padding: 15px 10px 15px 20px;
    margin: 0 0 30px !important;
    color: #fff;
    font-size: 28px;
        background: #006eb8;
    font-family: '秀英丸ゴシック L','Shuei MaruGo L';
    border: 0px;
    border-radius: 8px;
    line-height: 1.2;
}
.blog #content .contentArea h3 a {
    color: #fff;
}
.blogside h3 {
    border-top: 3px solid #125480;
    color: #fff;
    margin-bottom: 1.5em;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    background: #006eb8;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.blogside li:before {
    color: #9bc62f;
    content: "・";
    font-size: 100%;
    padding-right: 0.4em;
}
.entry {
  margin-bottom: 20px;
}

.blog #content .contentArea .date {
    color: #555;
    font-size: 15px;
    text-align: left;
}

#blogBody .contributor {
  font-weight: bold;
}

#pagenation {
  background: none;
}

#pagenation .active a, #pagenation a.active:hover {
       background: #006eb8 !important;
}

#blogside li {
  position: relative;
  padding: 0 0 0 15px;
}

#blogside li:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 0;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  padding: 0;
}

#blogside li.child-2 {
  margin-left: 15px;
}

#blogside li.child-2:before {
  content: "";
  position: absolute;
  background: #ddd;
  top: 13px;
  left: 5px;
  margin-top: -5px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  padding-left: 0;
}
.blog_search_submit input {
      background: #006eb8;
    border: 0px;
    width: 100px;
    margin: 0 auto !important;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
}
/* news(side) list 打ち消し用 */
#blogBody #blogList {
  width: 72% !important;
  float: left;
}

/* search */
.blog_search_input input {
  width: 98%;
  margin-bottom: 3px;
}

.blog_search_submit {
  display: block;
  text-align: center;
  width: 98%;
}

/* blog link */
#blogBody .contentArea a {
  word-break: break-all;
}

/* blog回り込み解除 */
#blogBody .blogArea:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  #blogBody #blogList {
    width: 100% !important;
float: none;
  }
}
/*--------------------------------------
	7-3. news
--------------------------------------*/
#news {
  position: relative;
    padding-left: 35px;
    padding-right: 42px;
    box-sizing: border-box;
    background: #f7f7f7;
}

#news:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    content: "";
    display: block;
    left: 0px;
    border-bottom: 1px solid #fff;
    top: 85px;
}
#news .newsBt {
    top: 28px;
    right: 36px;
    color: #2c2c2c;
    font-size: 15px;
    font-family: 'フォーク R','Folk Regular';
    letter-spacing: 0px;
}

#news dl {
    box-sizing: border-box;
    padding-top: 27px;
    padding-bottom: 19px;
    border-bottom: 1px solid #dcdcdc;
}
#news dl:last-child {
    border-bottom: 0px;
}
#news dt {
margin-bottom: 0.15em;
    width: 224px;
    float: left;
    font-size: 15px;
    color: #3e6eb4;
    font-weight: normal;
    letter-spacing: 3.5px;
    line-height: 1.4;
    padding: 0px;
}
#news dd {
 padding: 0;
    padding-bottom: 0.4em;
    float: left;
    width: auto;
    max-width: 65%;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 3.5px;
}

#news dt .newsNew,
#newsDetail dt .newsNew {
 display: inline-block;
    float: none;
    font-weight: normal;
    text-indent: 0;
    background: #3e6eb4;
    color: #fff;
    padding: 0;
    font-size: 9px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 15px;
    line-height: 17px;
    width: 36px;
    text-align: center;
    vertical-align: middle;
    margin-top: -2px;
    letter-spacing: 0px;
    margin-left: 5px;
}

#news dd a,
#newsDetail dd a {
     text-decoration: none;
       color: #1e1e1e;
}

.newsDetailBody img {
  margin: 5px;
}

/* iPad iPhone */
.ios #news dt {
margin-bottom: 0.15em;
    width: 224px;
    float: left;
    font-size: 15px;
    color: #3e6eb4;
    font-weight: normal;
    letter-spacing: 3.5px;
    line-height: 1.4;
    padding: 0px;
}

/* news list page */
#newsList #side #news {
  display: none;
}

#news #pagenation ul {
  text-align: center;
}

#news #pagenation ul li a {
  background: #ddd;
  margin-right: 5px;
}

/* blog page */
#blogBody #news,
#blogBody .contentArea.news_list {
  width: 100% !important;
  float: none;
}

@media screen and (max-width: 767px) {
  #news dt {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
#news dd {
    float: none;
    width: auto;
    max-width: 100%;
}
  #pagenation .inner {
    margin-bottom: 50px;
  }

  /* iPhone */
  .ios #news dt {
       margin-bottom: 10px;
    width: 100%;
    float: none;
  }

  .ios #news .newsNew,
  .ios #newsDetail .newsNew {
    padding: 0px;
  }
}
@media screen and (max-width: 479px) {

#news {
    padding-left: 25px;
    padding-right: 25px;
}
}
/*--------------------------------------
	7-4. sitemap
--------------------------------------*/
ul.sitemap_ic li a:after {
    background-color: #fff;
}
ul.sitemap_ic li a {
  padding-right: 40px;
    color: #555;
}
ul.sitemap_ic li a:before {
    background: #555;
}
/* =====================================
	link hover
===================================== */
/*--------------------------------------
	a
--------------------------------------*/
a:hover {
  opacity: 0.7;
}

h1 a:hover {
  opacity: 1;
}

/* =====================================
	btns hover
===================================== */
/*--------------------------------------
	submit
--------------------------------------*/
input[type=submit]:hover {
  opacity: 0.7;
}

/* =====================================
	page display
===================================== */
/*--------------------------------------
	inquiry
--------------------------------------*/
body#inquiryBody {
  background: none;
}
body#inquiryBody #mainimage {
  display: none;
}

#contentBase, #side {
  width: 100%;
  max-width: 1000px;
  float: none;
}

.full #contentBase, .full #side {
  max-width: 100%;
}

/* gray */
.theme-gray {
  background: #767676;
}

/* pink */
.theme-pink {
  background: #e5005a;
}

/*# sourceMappingURL=plimo_structure.css.map */