/*=============================================pc(1000px～)=====================================*/


/*==================header(pc)==================*/
#header {
    background: #FFF none repeat scroll 0% 0%;
}
.header_block {
 margin: 0 auto 28px;
 padding: 26px 0 0;
}
.header_menu {
 height: auto;
 padding: 0;
}
#header_menu_block {
background: #FFF none repeat scroll 0% 0%;
padding: 10px 0 ;
position: relative;
border: 1px solid #ccc;
}
.header_block h1 a {
 display: inline;
}
.header_block h1{margin: 0 auto;
width: 44.3%;
float: none;}
#header h1 a img {
max-width: 443px;
 width: 100%;
}

.header_menu .g_nav li {
 height: auto!important;
 position: relative;

}

.header_menu .g_nav li:before {
 border-left: 1px solid #ddd;
 box-sizing: border-box;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav06:after {
 border-left: 1px solid #ddd;
 box-sizing: border-box;
 content: "";
 height: 100%;
 right: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
 width: 16.6%;
 height: auto;
}
.header_menu .g_nav li.nav03 {
 width: 17%;
 height: auto;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
 background: #efe8eb;
 color: #c20c4b;
 text-decoration: none;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
 color:#c20c4b;
 padding-bottom: 8px;
 padding-top: 9px;
 font-size: 15px;
}
.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
 color: #333333;
 background: #f7b85b;
}
.header_menu .submenu {
 margin: 0 0 0 0;
}
.header_menu .submenu .header_sub_menu {
 width: 100%;
 margin: 0 0 0 0;
}
.header_menu .submenu .g_nav_sub li {
 width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
 padding: 7px 10px;
 width: 100%;
 background: #efe8eb;
 color: #333;
 box-sizing: border-box;
 /*border-bottom:1px solid #82bd55;*/
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
 background: #f7b85b;
}
.header_menu .g_nav li.g_nav_sub_row:before,
.header_menu .g_nav li.g_nav_sub_row:after {
 display: none;
}
#inquiryBody #header .pc_inq {
 display: none;
}

/*==================main_image(pc)==================*/

#mainimage {
 margin-top: 197px;
 position: relative;
}
.top #mainimage .main_sp {
 display: none;
}
.top .main_contents {
 width: 100%;
 height: 700px;
 background: url("../img/top_image.png") no-repeat center top;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
}
.top #mainimage img {
 display: block;
 width: 100%;
 margin: 0 0 10px;
}
.top .link_box01 {
 position: static;
 bottom: 0;
 left: 0;
}
.top .link_box01 .link_box01_in {
 height: auto;
 margin: 0 auto;
 padding: 0 10px;
 box-sizing: border-box;
}
.top .link_box01 .link_box01_in .lead_txt {
 font-size: 18px;
 height: auto;
 line-height: 1.9;
 margin: 0;
 padding: 73px 0 0;
}
.top .link_box01 .btn_style a {
 display: block;
 height: auto;
 font-size: 18px;
 line-height: 1.4;
 margin: 0px auto;
 padding: 10px;
 width: 100%;
 background: #f6aa3a;
 border-radius: 4px;
 color: #fff;
 text-align: center;
 text-decoration: none;
 box-shadow: 0px 3px 0px #c70c4c;
 box-sizing: border-box;
 -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=\'#f6aa3a\', endColorstr=\'#f6aa3a\')';
}
.top .link_box01 .btn_style {
 display: block;
 /*   float: none;*/
 height: auto;
 width: 100%;
}
.btn_style a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f6aa3a', endColorstr='#f6aa3a')";
}
.under #mainimage {
 margin-top: 212px;
 background: url("../img/under_top_01.png") no-repeat center top #efe8eb;
 background-size: cover;
 height: 150px;
 text-indent: 0;
}
.under #mainimage h2 {
 font-size: 40px;
 color: #c20c4b;
 line-height: 1.3;
 padding-top: 48px;
 font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 font-weight: normal;
}
#blogBody .main_contents {
 display: none;
}
#inquiryBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#search #mainimage,
#sitemapBody #mainimage {
 background: none;
 height: 0px;
 margin-top: 190px;
}

/*==================content(pc)==================*/

#content {
 min-height: 650px !important;
}
.under #content {
 margin: 0;
 padding: 3em 0;
}

/*==================footer(pc)==================*/

#footer {
 color: #fff;
 background: #F53679;
 position: relative;
 font-size: 16px;
}
.footer_block {
 padding: 35px 0 9px;
}
.footer_nav_box.first {
 width: 28%;
 min-height: 300px;
}
.footer_nav_box.second {
 width: 28%;
 min-height: 300px;
 border-right: none;
 margin-left:2%;
}
.footer_access_box {
 width: 36%;
 min-height: 300px;
 padding: 0;
 border-left: none;
 clear: none;
 float: right;
}
.footer_nav_box .footer_ttl {
 color: #fff;
 font-size: 24px;
 font-weight: normal;
 border-bottom:1px dotted #fff;

}
.footer_nav_box .footer_ttl {
    padding: 0px 20px 8px 0px;}
/*.footer_nav_box .footer_ttl:after,.footer_access_box .footer_ttl:after {
position: absolute;
content: "";
width: 90%;
height: 1px;
top: 35px;
left: 0px;
background: #FFF none repeat scroll 0% 0%;
}*/
.footer_access_box .footer_ttl {
 color: #fff;
 font-size: 24px;
 font-weight: normal;
 text-align: left;
 position:relative;
  border-bottom:1px dotted #fff;
  padding: 0px 20px 12px
}
.footer_access_box p.access_txt {
 line-height: 1.5;
 color: #fff;
 padding: 0px 20px 0px;
margin-top: 20px;

}
.footer_access_box img {
 max-width: 300px;
}
.access_txt a {
 color: #fff;
}
.access_txt a:hover {
 color: #fff;
 text-decoration:underline;
}
.footer_access_box p.access_txt .maru {
 position: relative;
 padding: 0 0 0 20px;
  border-bottom:1px dotted #fff;

}
/*.footer_access_box p.access_txt .maru:before {
 background: #c70c4c;
 content: "";
 display: block;
 height: 10px;
 left: 4px;
 position: absolute;
 top: 5px;
 width: 10px;
}*/
ul.footer_nav li:first-child{
  margin-top:20px;
}
ul.footer_nav li {

 margin: 0 0 6px;
}
ul.footer_nav li.sub {
 margin: 0 0 6px 20px;
}
ul.footer_nav li a {
 color: #fff;
}
#footer ul li a:hover {
 text-decoration: underline
}

ul.footer_nav li.sub:before {
 border: none;
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 border-radius: 50%;
 border: #c70c4c;
 width: 4px;
 height: 4px;
}
.guide_box {
 background: #C20C4B;
 padding: 3px 0;
}
ul.footer_guide {
    clear: both;
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 1000px;
  padding: 10px 0px;
}
ul.footer_guide li a {
 color: #fff;
 position: relative;
 background: none;
 font-size: 14px;
}
ul.footer_guide li.copyright {
 color: #fff;
 padding: 0 0 0 0;
}
ul.footer_guide li a:before {
 border: 4px solid transparent;
 border-left: 4px solid #fff;
 content: "";
 display: none;
 height: 0;
 left: 3px;
 position: absolute;
 top: 10px;
 width: 0;
}
#notfoundBody p {
 text-align: left;
}
#notFound p {
    text-align: center!important;
}
.link_box01 .btn_box {
 width: 470px !important;
 float: right;
}

/*==================その他(pc)==================*/

.sp_box {
 display: none;
}

/*追記pc*/

ul.footer_guide li.copyright {
 font-size: 14px;
}
@media screen and (max-width: 1350px) {
 /*====================================================================================*/
 /*==================header(～1350px)==================*/
 /*==================main_image(～1350px)==================*/
 .top .main_contents {
  height: 550px;
 }
 /*==================content(～1350px)==================*/
 /*==================footer(～1350px)==================*/
 /*==================その他(～1350px)==================*/
}
@media screen and (max-width: 1100px) {
 /*====================================================================================*/
 /*==================header(～1100px)==================*/
 /*==================main_image(～1100px)==================*/
 /*==================content(～1100px)==================*/
 /*==================footer(～1100px)==================*/
 /*==================その他(～1100px)==================*/
}
@media screen and (max-width: 1000px) {
 /*====================================================================================*/
 /*==================header(～1000px)==================*/
 .header_menu .g_nav {
  margin: 0;
 }
 .header_menu {
  margin: 0 auto;
  width: 98%;
 }
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 13px;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  font-size: 12px;
 }

 .header_block h1{
   margin: 0 auto;
width: 44.3%;
float: none;}
#header h1 a img {
max-width: 443px;
 width: 100%;
}

 ul.footer_guide li.copyright span {
  font-size: 12px;
 }
 /*==================main_image(～1000px)==================*/
 .top .main_contents {
  height: 400px;
 }
 #mainimage {
  margin-top: 195px;
  position: relative;
 }
 .under #mainimage {
  margin-top: 188px;
  position: relative;
 }
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 20px;
  padding: 71px 0 0;
  float: left;
  text-align: left;
 }
 /*==================content(～1000px)==================*/
 /*==================footer(～1000px)==================*/
 .footer_access_box {
  clear: none;
  float: right;
  width: 40%;
  min-height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background: #F53679;
 }
 .footer_access_box p.access_txt {
  text-align: left;
  color: #fff;
 }
 .footer_access_box .footer_ttl {
  text-align: left;
  padding-left: 20px;
 }
 .footer_access_box p.access_txt a {
  color: #fff;
  text-decoration: none;
 }
 .access_txt a:hover {
  color: #fff;
 }
 /*==================その他(～1000px)==================*/
 .top .contents02 .menu_box li {
    float: left;
    width: 32%;
    box-sizing: border-box;
    margin: 0 0.5% 0.5%;
    text-align: center;
}
}
@media screen and (max-width: 850px) {
 /*====================================================================================*/
 /*==================header(～850px)==================*/
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 12px;
 }
 /*==================main_image(～850px)==================*/
  #mainimage {
  margin-top: 175px;
  position: relative;
 }
 /*==================content(～850px)==================*/

 /*==================footer(～850px)==================*/
 /*==================その他(～850px)==================*/
}
@media screen and (max-width: 767px) {
 /*====================================================================================*/
 /*==================header(～767px)==================*/
 #header {
  background: none repeat scroll 0 0 #fff;
  padding: 18px 0;
  position: relative;
 }
 .header_block {
  margin: 0;
  padding: 0 0 0;
 }
 .header_block h1 {
  margin: 0px 2% 0;
  width: 55%;
 }
 .header_right_box {
  margin: 12px 1% 0 0;
  width: 39%;
 }
 #header h1 a img {
  max-width: 443px;
  width: 100%;
 }
 .header_block h1 {
   float: left;
  width: 55%;
  margin: 2px 0 0 2%;
 }
 .header_right_box li.btn_tell,
 .header_right_box li.btn_menu,
 .header_right_box li.btn_inq {
  display: block;
  float: right;
  max-width: 54px;
  margin: 0 10px 0 0;
  width: 54px;
 }
 .header_right_box li.btn_tell a,
 .header_right_box li.btn_menu a,
 .header_right_box li.btn_inq a {
  height: 100%;
  width: 100%;
 }
 .header_right_box img {
  margin: 0;
  width: 100%;
 }
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 108px;
 }
 .header_menu .g_nav li {
  width: 100%!important;
 }
 .header_menu,
 .sub_menu {
  width: 100%;
 }
 .header_menu .g_nav li a,

 .header_menu .g_nav li span {
  font-size: 17px;
  padding: 0;
  padding: 15px 0 15px 30px;
  color: #333;
 }
 .header_menu .g_nav li:before,
 .header_menu .g_nav li:after {
  display: none;
 }
 .header_menu .g_nav {
  background: #efe8eb;
 }
 .header_menu .g_nav li a:hover,
 .header_menu .g_nav li span:hover {
  color: #fff;
  background: #F53679;
 }
 .header_menu .g_nav li a:after,
 .header_menu .g_nav li span:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:before {
  background: none;
 }
 .header_menu .g_nav li span:before {
  background: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 10px;
  right: 16px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 10px;
 }
 .header_menu .g_nav li a:before {
  /*background: none;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
content: "";
height: 10px;
left: 8px;
position: absolute;
top: 23px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
width: 10px;*/
  display: none;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  background: #FEE0B3;
  ;
  font-size: 15px;
  padding: 10px 0 10px 30px;
  color: #333;
 }
 #inquiryBody #header .pc_inq {
  display: none;
 }
 #header_menu_block {
    background: #efe8eb none repeat scroll 0% 0%;
    padding: 0;
    top: 59px;
    background: none;
    border: 0;
 }
 /*==================main_image(～767px)==================*/
 .top .main_contents {
  background: none;
  height: auto;
  min-height: 0;
 }
 .top #mainimage .main_sp {
  display: block;
 }
 /*.top .main_contents .main_txt {
padding: 0 0 0 0;
width: 100%;
}
.top .main_contents .main_txt_in {
position: relative;
right: 0;
top: 0 !important;
width: 100%;
}*/
 .top .link_box01 .link_box01_in .lead_txt {
  float: none;
  font-size: 18px;
  padding: 18px 0 0;
  margin: 0 0 10px;
  text-align: center;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 11px 0 25px;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0px 0px;
  margin: 0 0 15px;
 }
 .top .link_box01 .btn_style a {
  width: 450px;
  font-size: 16px;
 }
 .link_box01 .sp{
display: none!important;
}
 .under #mainimage {
  height: 170px;
 }
 .under #mainimage h2 {
  font-size: 34px;
  padding-top: 61px;
 }
 .top #mainimage,
 .under #mainimage {
  margin-top: 0px;
 }
 #inquiryBody #mainimage,
 #newsList #mainimage,
 #websiteNewsDetail #mainimage,
 #notfoundBody #mainimage,
 #sitemapBody #mainimage {
  height: 0px;
  margin-top: -20px;
 }
 /*==================content(～767px)==================*/
 .top .link_box01 .btn_style a {
  float: none;
 }
 .under #content,
 .static #content {
  margin: 0;
  padding:1.5em 0;
 }
 .under #mainimage h2 {
  font-size: 30px;
 }
 .top .contents02 .menu_box li {
   width: 80%;
    margin: 0 auto 20px;
    display: block;
    max-width: 320px;
    float: none;
}


 /*==================footer(～767px)==================*/
ul.footer_nav li a {
    display: inline-block;}
 .footer_block {
  padding: 0px 0;
 }
 ul.footer_nav {
  /*border-top: 1px dotted #ccc9bb;*/
  padding: 0;
 }
 .footer_nav_box.first {
  height: auto;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 .footer_nav_box.second {
  height: auto;
  /*border-top: 1px solid #fff;*/
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 ul.footer_nav li.sub {
  margin: 0;
  padding: 0 20px 0 35px;
 }
 .footer_nav_box.first ul.footer_nav li a {
  position: relative;
  background: none;
 }
 ul.footer_nav li a {
  background: none;
  padding: 4px 10px 4px 19px;
  font-size: 16px;
 }
 ul.footer_nav li {
  background: none;
  /*border-bottom: 1px dotted #ccc9bb;*/
  /*border-top: 1px solid #fff;*/
  margin: 0;
  padding: 0 20px;
 }
 ul.footer_nav li:before {
  left: 25px;
  position: absolute;
  top: 16px;
 }
 ul.footer_nav li.sub::before {
  left: 43px;
  top: 15px;
 }
 .footer_access_box {
  border: none;
  /*
border-top: 1px solid #fff;*/
  clear: both;
  float: none;
  width: 92%;
  min-height: 1px;
  margin: 0;
  padding: 30px 4% 10px;
 }
 .footer_access_box .footer_ttl {
  font-size: 26px;
  padding: 10px 0;
  text-align: left;
 }
 .footer_access_box p.access_txt {
  font-size: 16px;
  padding: 0 0 10px;
  text-align: left;
 }
 .footer_nav_box .footer_ttl {
  padding: 10px 4%;
  font-size: 26px;
 }
 .footer_access_box p.access_txt a {
  text-decoration: underline;
 }
 .footer_access_box p.access_txt a:hover {
  text-decoration: none;
 }
 .guide_box {

  padding: 0;
 }
 ul.footer_guide {
  border: none;
  width: auto;
  max-width: 1000px;
  padding: 0 1.5%;
  width: 97%;
 }
 ul.footer_guide li:nth-child(1) {
  padding: 0 0 0 0px;
 }
 ul.footer_guide li a {
  background: none;
  position: relative;
 }
 ul.footer_guide li.copyright span {}
 /*==================その他(～767px)==================*/
 .sp_box {
  display: block;
 }
 .link_btn.top_tel {
  margin: 20px auto 0;
 }
}
@media screen and (max-width: 640px) {
 /*====================================================================================*/
 /*==================header(～640px)==================*/
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 90px;
 }
 /*==================main_image(～640px)==================*/
 /*==================content(～640px)==================*/
 /*==================footer(～640px)==================*/
 /*==================その他(～640px)==================*/
}
@media screen and (max-width: 560px) {
 /*====================================================================================*/
 /*==================header(～560px)==================*/
  #header {
  padding: 12px 0;
 }
#header h1 a img {
    max-width: 260px;
}
 .header_right_box {
  margin: 3px 1% 0 0;
 }
 .header_right_box li.btn_tell,
 .header_right_box li.btn_menu,
 .header_right_box li.btn_inq {
  margin: 0 6px 0 0;
  width: 43px;
 }
 #header_menu_block {
  top: 70px;
 }

  .under #mainimage h2 {
  font-size: 26px;
 }
 .under #mainimage h2 {
  padding-top: 64px;
 }
 /*==================main_image(～560px)==================*/
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 17px;
  padding: 10px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0 0px;
  margin: 0 0 15px;
 }
 /*==================content(～560px)==================*/
 /*==================footer(～560px)==================*/
 /*==================その他(～560px)==================*/
}
@media screen and (max-width: 480px) {
 /*====================================================================================*/
 /*==================header(～480px)==================*/
 .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    width: 40px;
}
#header h1 a img {
    max-width: 230px;
}
 /*==================main_image(～480px)==================*/
 .under #mainimage {
  height: 140px;
 }
 .under #mainimage h2 {
  font-size: 22px;
  padding-top: 51px;
 }
 .top .link_box01 .btn_style a {
    width: 260px;
}
 .link_box01 .sp{
display: block!important;
}
 /*==================content(～480px)==================*/
 /*==================footer(～480px)==================*/
 /*==================その他(～480px)==================*/
}
@media screen and (max-width: 420px) {
 /*====================================================================================*/
 /*==================header(～420px)==================*/
 #header_menu_block {
    top: 60px;
}
 /*==================main_image(～420px)==================*/
 /*==================content(～420px)==================*/
 /*==================footer(～420px)==================*/
 /*==================その他(～420px)==================*/
}
@media screen and (max-width: 360px) {
 /*====================================================================================*/
 /*==================header(～360px)==================*/
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 58px;
 }
 .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    display: block;
    float: right;
    max-width: 35px;}
 /*==================main_image(～360px)==================*/
 .top #mainimage,
 .under #mainimage {
  margin-top: 0px;
 }
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 15px;
  padding: 5px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0 0px;
 }
 .top .link_box01 .btn_style a {
  font-size: 15px;
  padding: 5px;
 }
 .under #mainimage {
  height: 110px;
 }
 .under #mainimage h2 {
  font-size: 21px;
  padding-top: 39px;
 }
 /*==================content(～360px)==================*/
 .under #mainimage h2 {
font-size: 20px;
padding-top: 38px;
 }
 /*==================footer(～360px)==================*/
 /*==================その他(～360px)==================*/
}
@media screen and (max-width: 320px) {
 /*====================================================================================*/
 /*==================header(～320px)==================*/
 /*==================main_image(～320px)==================*/
 /*==================content(～320px)==================*/
 /*==================footer(～320px)==================*/
 /*==================その他(～320px)==================*/
}
p {
 line-break: normal;
}
ul li {
 line-break: normal;
}

/*#header,#footer{
display: none;
}*/


/*#content{
    display:none;
}*/


/*#content .contents01{
display: none;
}*/


/*#content .link_box01{
display: none;
}
#content .link_box01 .btn_box{
display: none;
}*/

/*=============================================pc(1000px～)=====================================*/


/*==================header(pc)==================*/
#header {

    background: #FFF none repeat scroll 0% 0%;
}

.header_block {
 margin: 0 auto 28px;
 padding: 26px 0 0;
}
.header_menu {
 height: auto;
 padding: 0;
}
#header_menu_block {
background: #FFF none repeat scroll 0% 0%;
padding: 10px 0 ;
position: relative;
border: 1px solid #ccc;
}
.header_block h1 a {
 display: inline;
}
.header_block h1{margin: 0 auto;
width: 44.3%;
float: none;}
#header h1 a img {
max-width: 443px;
 width: 100%;
}

.header_menu .g_nav li {
 height: auto!important;
 position: relative;

}

.header_menu .g_nav li:before {
 border-left: 1px solid #ddd;
 box-sizing: border-box;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav06:after {
 border-left: 1px solid #ddd;
 box-sizing: border-box;
 content: "";
 height: 100%;
 right: 0;
 position: absolute;
 top: 0;
 width: 1px;
}
.header_menu .g_nav li.nav01,
.header_menu .g_nav li.nav02,
.header_menu .g_nav li.nav04,
.header_menu .g_nav li.nav05,
.header_menu .g_nav li.nav06 {
 width: 16.6%;
 height: auto;
}
.header_menu .g_nav li.nav03 {
 width: 17%;
 height: auto;
}
.header_menu .g_nav li a:hover,
.header_menu .g_nav li span:hover {
 background: #efe8eb;
 color: #c20c4b;
 text-decoration: none;
}
.header_menu .g_nav li a,
.header_menu .g_nav li span {
 color:#c20c4b;
 padding-bottom: 8px;
 padding-top: 9px;
 font-size: 15px;
}
.tablet .header_menu .g_nav li a.hover,
.tablet .header_menu .g_nav li span.hover {
 color: #333333;
 background: #f7b85b;
}
.header_menu .submenu {
 margin: 0 0 0 0;
}
.header_menu .submenu .header_sub_menu {
 width: 100%;
 margin: 0 0 0 0;
}
.header_menu .submenu .g_nav_sub li {
 width: 100%;
}
.header_menu .g_nav .submenu li.g_nav_sub_row a {
 padding: 7px 10px;
 width: 100%;
 background: #efe8eb;
 color: #333;
 box-sizing: border-box;
 /*border-bottom:1px solid #82bd55;*/
}
.header_menu .g_nav .submenu li.g_nav_sub_row a:hover {
 background: #f7b85b;
}
.header_menu .g_nav li.g_nav_sub_row:before,
.header_menu .g_nav li.g_nav_sub_row:after {
 display: none;
}
#inquiryBody #header .pc_inq {
 display: none;
}

/*==================main_image(pc)==================*/


#mainimage {
 margin-top: 197px;
 position: relative;
}
.top #mainimage .main_sp {
 display: none;
}
.top .main_contents {
 width: 100%;
 height: 700px;
 background: url("../img/top_image.png") no-repeat center top;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
}
.top #mainimage img {
 display: block;
 width: 100%;
 margin: 0 0 10px;
}
.top .link_box01 {
 position: static;
 bottom: 0;
 left: 0;
}
.top .link_box01 .link_box01_in {
 height: auto;
 margin: 0 auto;
 padding: 0 10px;
 box-sizing: border-box;
}
.top .link_box01 .link_box01_in .lead_txt {
 font-size: 18px;
 height: auto;
 line-height: 1.9;
 margin: 0;
 padding: 73px 0 0;
}
.top .link_box01 .btn_style a {
 display: block;
 height: auto;
 font-size: 18px;
 line-height: 1.4;
 margin: 0px auto;
 padding: 10px;
 width: 100%;
 background: #f6aa3a;
 border-radius: 4px;
 color: #fff;
 text-align: center;
 text-decoration: none;
 box-shadow: 0px 3px 0px #c70c4c;
 box-sizing: border-box;
 -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=\'#f6aa3a\', endColorstr=\'#f6aa3a\')';
}
.top .link_box01 .btn_style {
 display: block;
 /*   float: none;*/
 height: auto;
 width: 100%;
}
.btn_style a:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f6aa3a', endColorstr='#f6aa3a')";
}
.under #mainimage {
 margin-top: 212px;
 background: url("../img/under_top_01.png") no-repeat center top #efe8eb;
 background-size: cover;
 height: 150px;
 text-indent: 0;
}
.under #mainimage h2 {
 font-size: 40px;
 color: #c20c4b;
 line-height: 1.3;
 padding-top: 48px;
 font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 font-weight: normal;
}
#blogBody .main_contents {
 display: none;
}
#inquiryBody #mainimage,
#newsList #mainimage,
#websiteNewsDetail #mainimage,
#notfoundBody #mainimage,
#sitemapBody #mainimage {
 background: none;
 height: 0px;
 margin-top: 190px;
}

/*==================content(pc)==================*/

#content {
 min-height: 650px !important;
}
.under #content {
 margin: 0;
 padding: 3em 0;
}

/*==================footer(pc)==================*/

#footer {
 color: #fff;
 background: #F53679;
 position: relative;
 font-size: 16px;
}
.footer_block {
 padding: 35px 0 9px;
}
.footer_nav_box.first {
 width: 30%;
 min-height: 300px;
}
.footer_nav_box.second {
 width: 26%;
 min-height: 300px;
 border-right: none;
}
.footer_access_box {
 width: 36%;
 min-height: 300px;
 padding: 0;
 border-left: none;
 clear: none;
 float: right;
}
.footer_nav_box .footer_ttl {
 color: #fff;
 font-size: 24px;
 font-weight: normal;
 position:relative;

}

.footer_access_box .footer_ttl {
 color: #fff;
 font-size: 24px;
 font-weight: normal;
 text-align: left;
 position:relative;
}
.footer_access_box p.access_txt {
 line-height: 1.5;
 color: #fff;
 padding: 0 20px 10px;
}
.footer_access_box img {
 max-width: 300px;
}
.access_txt a {
 color: #fff;
}
.access_txt a:hover {
 color: #fff;
 text-decoration:underline;
}
.footer_access_box p.access_txt .maru {
 position: relative;
 padding: 0 0 0 20px;
}
.footer_access_box p.access_txt .maru:before {
 background: #c70c4c;
 content: "";
 display: block;
 height: 10px;
 left: 4px;
 position: absolute;
 top: 5px;
 width: 10px;
}
ul.footer_nav li {

 margin: 0 0 6px;
}
ul.footer_nav li.sub {
 margin: 0 0 6px 20px;
}
ul.footer_nav li a {
 color: #fff;
}
#footer ul li a:hover {
 text-decoration: underline
}

ul.footer_nav li.sub:before {
 border: none;
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 border-radius: 50%;
 border: #c70c4c;
 width: 4px;
 height: 4px;
}
.guide_box {
 background: #C20C4B;
 padding: 3px 0;
}
ul.footer_guide {
    clear: both;
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 1000px;
  padding: 10px 0px;
}
ul.footer_guide li a {
 color: #fff;
 position: relative;
 background: none;
 font-size: 14px;
}
ul.footer_guide li.copyright {
 color: #fff;
 padding: 0 0 0 0;
}
ul.footer_guide li a:before {
 border: 4px solid transparent;
 border-left: 4px solid #fff;
 content: "";
 display: none;
 height: 0;
 left: 3px;
 position: absolute;
 top: 10px;
 width: 0;
}
#notfoundBody p {
 text-align: left;
}
.link_box01 .btn_box {
 width: 470px !important;
 float: right;
}

/*==================その他(pc)==================*/

.sp_box {
 display: none;
}

/*追記pc*/

ul.footer_guide li.copyright {
 font-size: 14px;
}
@media screen and (max-width: 1350px) {
 /*====================================================================================*/
 /*==================header(～1350px)==================*/
 /*==================main_image(～1350px)==================*/
 .top .main_contents {
  height: 550px;
 }
 /*==================content(～1350px)==================*/
 /*==================footer(～1350px)==================*/
 /*==================その他(～1350px)==================*/
}
@media screen and (max-width: 1100px) {
 /*====================================================================================*/
 /*==================header(～1100px)==================*/
 /*==================main_image(～1100px)==================*/
 /*==================content(～1100px)==================*/
 /*==================footer(～1100px)==================*/
 /*==================その他(～1100px)==================*/
}
@media screen and (max-width: 1000px) {
 /*====================================================================================*/
 /*==================header(～1000px)==================*/
 .header_menu .g_nav {
  margin: 0;
 }
 .header_menu {
  margin: 0 auto;
  width: 98%;
 }
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 13px;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  font-size: 12px;
 }

 .header_block h1{
   margin: 0 auto;
width: 44.3%;
float: none;}
#header h1 a img {
max-width: 443px;
 width: 100%;
}

 ul.footer_guide li.copyright span {
  font-size: 12px;
 }
 /*==================main_image(～1000px)==================*/
 .top .main_contents {
  height: 400px;
 }
 #mainimage {
  margin-top: 175px;
  position: relative;
 }
 .under #mainimage {
  margin-top: 188px;
  position: relative;
 }
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 20px;
  padding: 71px 0 0;
  float: left;
  text-align: left;
 }
 /*==================content(～1000px)==================*/
 /*==================footer(～1000px)==================*/
 .footer_access_box {
  clear: none;
  float: right;
  width: 40%;
  min-height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background: #F53679;
 }
 .footer_access_box p.access_txt {
  text-align: left;
  color: #fff;
 }
 .footer_access_box .footer_ttl {
  text-align: left;
  padding-left: 20px;
 }
 .footer_access_box p.access_txt a {
  color: #fff;
  text-decoration: none;
 }
 .access_txt a:hover {
  color: #fff;
 }
 /*==================その他(～1000px)==================*/
}
@media screen and (max-width: 850px) {
 /*====================================================================================*/
 /*==================header(～850px)==================*/
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 12px;
 }
 /*==================main_image(～850px)==================*/
 /*==================content(～850px)==================*/
 /*==================footer(～850px)==================*/
 /*==================その他(～850px)==================*/
}
@media screen and (max-width: 767px) {
 /*====================================================================================*/
 /*==================header(～767px)==================*/
 #header {
  background: none repeat scroll 0 0 #fff;
  padding: 18px 0;
  position: relative;
 }
 .header_block {
  margin: 0;
  padding: 0 0 0;
 }
 .header_block h1 {
  margin: 0px 2% 0;
  width: 55%;
 }
 .header_right_box {
  margin: 12px 1% 0 0;
  width: 39%;
 }
 #header h1 a img {
  max-width: 443px;
  width: 100%;
 }
 .header_block h1 {
   float: left;
  width: 55%;
  margin: 2px 0 0 2%;
 }
 .header_right_box li.btn_tell,
 .header_right_box li.btn_menu,
 .header_right_box li.btn_inq {
  display: block;
  float: right;
  max-width: 54px;
  margin: 0 10px 0 0;
  width: 54px;
 }
 .header_right_box li.btn_tell a,
 .header_right_box li.btn_menu a,
 .header_right_box li.btn_inq a {
  height: 100%;
  width: 100%;
 }
 .header_right_box img {
  margin: 0;
  width: 100%;
 }
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 108px;
 }
 .header_menu .g_nav li {
  width: 100%!important;
 }
 .header_menu,
 .sub_menu {
  width: 100%;
 }
 .header_menu .g_nav li a,
 .header_menu .g_nav li span {
  font-size: 17px;
  padding: 0;
  padding: 15px 0 15px 30px;
  color: #333;
 }
 .header_menu .g_nav li:before,
 .header_menu .g_nav li:after {
  display: none;
 }
 .header_menu .g_nav {
  background: #efe8eb;
 }
 .header_menu .g_nav li a:hover,
 .header_menu .g_nav li span:hover {
  color: #fff;
  background: #F53679;
 }
 .header_menu .g_nav li a:after,
 .header_menu .g_nav li span:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:after {
  display: none;
 }
 .header_menu .g_nav li .g_nav_sub_row a:before {
  background: none;
 }
 .header_menu .g_nav li span:before {
  background: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 10px;
  right: 16px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 10px;
 }
 .header_menu .g_nav li a:before {
  /*background: none;
border-bottom: 2px solid #000;
border-right: 2px solid #000;
content: "";
height: 10px;
left: 8px;
position: absolute;
top: 23px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
width: 10px;*/
  display: none;
 }
 .header_menu .g_nav .submenu li.g_nav_sub_row a {
  background: #FEE0B3;
  ;
  font-size: 15px;
  padding: 10px 0 10px 30px;
  color: #333;
 }
 #inquiryBody #header .pc_inq {
  display: none;
 }
 #header_menu_block {
    background: none;
   border: 0;
   top: 92px;
}
 /*==================main_image(～767px)==================*/
 .top .main_contents {
  background: none;
  height: auto;
  min-height: 0;
 }
 .top #mainimage .main_sp {
  display: block;
 }
 /*.top .main_contents .main_txt {
padding: 0 0 0 0;
width: 100%;
}
.top .main_contents .main_txt_in {
position: relative;
right: 0;
top: 0 !important;
width: 100%;
}*/
 .top .link_box01 .link_box01_in .lead_txt {
  float: none;
  font-size: 18px;
  padding: 18px 0 0;
  margin: 0 0 10px;
  text-align: center;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 11px 0 25px;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0px 0px;
  margin: 0 0 15px;
 }
 .top .link_box01 .btn_style a {
  width: 450px;
  font-size: 16px;
 }
 .link_box01 .sp{
display: none!important;
}
 .under #mainimage {
  height: 170px;
 }
 .under #mainimage h2 {
  font-size: 34px;
  padding-top: 61px;
 }
 .top #mainimage,
 .under #mainimage {
  margin-top: 0px;
 }
 #inquiryBody #mainimage,
 #newsList #mainimage,
 #websiteNewsDetail #mainimage,
 #notfoundBody #mainimage,
 #sitemapBody #mainimage {
  height: 0px;
  margin-top: -20px;
 }
 /*==================content(～767px)==================*/
 .top .link_box01 .btn_style a {
  float: none;
 }
 .under #content,
 .static #content {
  margin: 0;
  padding:1.5em 0;
 }
 .under #mainimage h2 {
  font-size: 30px;
 }
 /*==================footer(～767px)==================*/
ul.footer_nav li a {
    display: inline-block;}
 .footer_block {
  padding: 0px 0;
 }
 ul.footer_nav {
  /*border-top: 1px dotted #ccc9bb;*/
  padding: 0;
 }
 .footer_nav_box.first {
  height: auto;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 .footer_nav_box.second {
  height: auto;
  /*border-top: 1px solid #fff;*/
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100%;
 }
 ul.footer_nav li.sub {
  margin: 0;
  padding: 0 20px 0 35px;
 }
 .footer_nav_box.first ul.footer_nav li a {
  position: relative;
  background: none;
 }
 ul.footer_nav li a {
  background: none;
  padding: 4px 10px 4px 5px;
  font-size: 16px;
 }
 ul.footer_nav li {
  background: none;
  /*border-bottom: 1px dotted #ccc9bb;*/
  /*border-top: 1px solid #fff;*/
  margin: 0;
  padding: 0 20px;
 }
 ul.footer_nav li:before {
  left: 25px;
  position: absolute;
  top: 16px;
 }
 ul.footer_nav li.sub::before {
  left: 43px;
  top: 15px;
 }
 .footer_access_box {
  border: none;
  /*
border-top: 1px solid #fff;*/
  clear: both;
  float: none;
  width: 92%;
  min-height: 1px;
  margin: 0;
  padding: 30px 4% 10px;
 }
 .footer_access_box .footer_ttl {
  font-size: 26px;
  padding: 10px 0;
  text-align: left;
 }
 .footer_access_box p.access_txt {
  font-size: 16px;
  padding: 0 0 10px;
  text-align: left;
 }
 .footer_nav_box .footer_ttl {
  padding: 10px 4%;
  font-size: 26px;
 }
 .footer_access_box p.access_txt a {
  text-decoration: underline;
 }
 .footer_access_box p.access_txt a:hover {
  text-decoration: none;
 }
 .guide_box {

  padding: 0;
 }
 ul.footer_guide {
  border: none;
  width: auto;
  max-width: 1000px;
  padding: 0 1.5%;
  width: 97%;
 }
 ul.footer_guide li:nth-child(1) {
  padding: 0 0 0 0px;
 }
 ul.footer_guide li a {
  background: none;
  position: relative;
 }
 ul.footer_guide li.copyright span {}
 /*==================その他(～767px)==================*/
 .sp_box {
  display: block;
 }
 .link_btn.top_tel {
  margin: 20px auto 0;
 }
}
@media screen and (max-width: 640px) {
 /*====================================================================================*/
 /*==================header(～640px)==================*/
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 90px;
 }
 /*==================main_image(～640px)==================*/
 /*==================content(～640px)==================*/
 /*==================footer(～640px)==================*/
 /*==================その他(～640px)==================*/
}
@media screen and (max-width: 560px) {
 /*====================================================================================*/
 /*==================header(～560px)==================*/
  #header {
  padding: 12px 0;
 }
#header h1 a img {
    max-width: 260px;
}
 .header_right_box {
  margin: 3px 1% 0 0;
 }
 .header_right_box li.btn_tell,
 .header_right_box li.btn_menu,
 .header_right_box li.btn_inq {
  margin: 0 6px 0 0;
  width: 43px;
 }
 #header_menu_block {
    top: 59px;
    background: none;
    border: 0;
 }
  .under #mainimage h2 {
  font-size: 26px;
 }
 .under #mainimage h2 {
  padding-top: 64px;
 }
 /*==================main_image(～560px)==================*/
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 17px;
  padding: 10px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0 0px;
  margin: 0 0 15px;
 }
 /*==================content(～560px)==================*/
 /*==================footer(～560px)==================*/
 /*==================その他(～560px)==================*/
}
@media screen and (max-width: 480px) {
 /*====================================================================================*/
 /*==================header(～480px)==================*/
 .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    width: 40px;
}
#header h1 a img {
    max-width: 230px;
}
 /*==================main_image(～480px)==================*/
 .under #mainimage {
  height: 140px;
 }
 .under #mainimage h2 {
  font-size: 22px;
  padding-top: 51px;
 }
 .top .link_box01 .btn_style a {
    width: 260px;
}
 .link_box01 .sp{
display: block!important;
}
 /*==================content(～480px)==================*/
 /*==================footer(～480px)==================*/
 /*==================その他(～480px)==================*/
}
@media screen and (max-width: 420px) {
 /*====================================================================================*/
 /*==================header(～420px)==================*/
 #header_menu_block {
    top: 60px;
}
 /*==================main_image(～420px)==================*/
 /*==================content(～420px)==================*/
 /*==================footer(～420px)==================*/
 /*==================その他(～420px)==================*/
}
@media screen and (max-width: 360px) {
 /*====================================================================================*/
 /*==================header(～360px)==================*/
 #header_menu_block {
  left: 0;
  position: absolute;
  top: 52px;
 }
 .header_right_box li.btn_tell, .header_right_box li.btn_menu, .header_right_box li.btn_inq {
    display: block;
    float: right;
    max-width: 35px;}
 /*==================main_image(～360px)==================*/
 .top #mainimage,
 .under #mainimage {
  margin-top: 0px;
 }
 .top .link_box01 .link_box01_in .lead_txt {
  font-size: 15px;
  padding: 5px 0 0;
 }
 .top .link_box01 .btn_style {
  float: none;
  padding: 0px 0 0px;
 }
 .top .link_box01 .btn_style a {
  font-size: 15px;
  padding: 5px;
 }
 .under #mainimage {
  height: 110px;
 }
 .under #mainimage h2 {
  font-size: 21px;
  padding-top: 39px;
 }
 /*==================content(～360px)==================*/
 .under #mainimage h2 {
font-size: 20px;
padding-top: 38px;
 }
 /*==================footer(～360px)==================*/
 /*==================その他(～360px)==================*/
}
@media screen and (max-width: 320px) {
 /*====================================================================================*/
 /*==================header(～320px)==================*/
 /*==================main_image(～320px)==================*/
 /*==================content(～320px)==================*/
 /*==================footer(～320px)==================*/
 /*==================その他(～320px)==================*/
}
p {
 line-break: normal;
}
ul li {
 line-break: normal;
}

/*#header,#footer{
display: none;
}*/


/*#content{
    display:none;
}*/


/*#content .contents01{
display: none;
}*/


/*#content .link_box01{
display: none;
}
#content .link_box01 .btn_box{
display: none;
}*/


/* mainslide */
#stage {
position: relative;
max-width:100%;
margin: 0 auto;background: #FFF;}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 15s infinite;
-webkit-animation: imgTrans 13s ease-in infinite;
animation: imgTrans 15s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 5s;
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
#photo3 img {
-moz-animation-delay: 10s;
-webkit-animation-delay: 10s;
animation-delay: 10s;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 10% { opacity:0; }
 20% { opacity:1; }
 25% { opacity:1; }
 45% { opacity:1; }
 55% { opacity:0; }
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 7% { opacity:0; }
 20% { opacity:1; }
 25% { opacity:1; }
 40% { opacity:1; }
 48% { opacity:0; }
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 7% { opacity:0; }
 20% { opacity:1; }
 25% { opacity:1; }
 40% { opacity:1; }
 48% { opacity:0; }
 100% { opacity:0; }
}

#mainimage {
 max-height: 500px;
}
#stage02 {
    padding: 12%;
}

@media screen and (max-width: 767px) {
#stage02 {
    padding: 28%;
}
}
@media screen and (max-width: 480px) {
#stage02 {
    /*padding: 23%;*/
}
}
