@charset "utf-8";

/*------------------------------------------------
reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address , abbr, acronym, aress, article, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, section,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, nav,
dl, dt, dd , ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
hr, input, textarea{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size:inherit;
  background: transparent;
  font-weight:normal;  
  text-decoration:none;
  font-family:inherit;
  color:inherit;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  font-style:normal;
  line-height:1;
  text-align:left;
  list-style: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;*/
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.8;
}
section{
  position: relative;
}
p,
td {
  line-height: 1.6;
}
.hidepc{
  display: block;
}
.hidesp{
  display: none;
}
.hide556{
  display: block;
}
.hide556sp{
	display: none;
}

.grd {
  background: rgba(197,250,230,1);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(197,250,230,1)), color-stop(100%, rgba(59,178,184,1)));
  background: linear-gradient(45deg, rgba(197,250,230,1) 0%, rgba(59,178,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5fae6', endColorstr='#3bb2b8', GradientType=1 );
}
/*------------------------------------------------
モバイルファースト（スマホ）
--------------------------------------------------*/


/*------------------------------------------------
common
--------------------------------------------------*/

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #453731;
}

.container900,
.container950,
.container1280 {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfloat {
  overflow: hidden;
  position: relative;
  zoom: 1;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.em01 {
  color: #A75144;
  font-weight: bold;
}

.p_center {
  text-align: center;
}


.table01 {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0;
  border-top: 1px solid #D0CDCB;
  border-left: 1px solid #D0CDCB;
  border-right: 1px solid #D0CDCB;
}

.table01 th,
.table01 td {
  border-bottom: 1px solid #D0CDCB;
  padding: 15px 25px;
  line-height: 1.8;
  vertical-align: top;
}

.table01 th {
  background-color: #F2F2F2;
  border-right: 1px solid #D0CDCB;
  width: 17%;
  color: #453731;
  font-weight: bold;
  text-align: center;
}

.table01.form th {
  text-align: left;
}
.p_center {
  padding: 1em 1em
}

.page_title {
  font-size: 1.7em;
}

.headline02 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1.4em;

  margin-top: -100px;
  padding-top: 100px;

}

.table01 {
  width: 90%;
  margin: 0 auto;
}

.table01 th,
.table01 td {
  padding: 1em;
}

.table01 th, .table01 td {
  width: 100%;
  display: block;
}

.table01 td img.mail {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.box01 {
  width: 90%;
  margin: 1em auto;
  padding: 2em 1em;
}

.box01_healine {
  margin-bottom: 2em;
}


h2.page_title {
  background: url(../img/common/page_title_bg.png) no-repeat center bottom;
  min-height: auto;
  font-size: 1.2em;
  color: #453731;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 30px;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
h2.page_title  span{
  display: block;
  font-size: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

ul.slide_nav {
  text-align: center;
}
ul.slide_nav li {
  display: inline-block;
  margin: 5px;
}
ul.slide_nav li a {
  display: block;
  border: 1px solid #A29B98;
  color: #453731;
  padding: 8px 18px;
  font-size: 0.9em;
  line-height: 1;
}
/*------------------------------------------------
header
--------------------------------------------------*/

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: auto;
  background: #fff;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header_logo a{
  width:137px;
  height: 85px;
  display: block;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  text-indent: -999em;
  background: url(../img/common/header_logo_sp.png) center center no-repeat;
  background-size: 120px 75px;
}

.spmenu_btn {
  display: block;
  position: absolute;
  width: 12%;
  right: 10px;
  top: 20px;
}



#header_nav {
  -webkit-transform: translate(0%, -200%);
  transform: translate(0%, -200%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  display: none;
}

#header_nav.open {
  display: block;
  width: 100%;
  float: none;
  border-bottom: 1px solid #C7CCD4;
  background: #fff;
  margin-top: 10px;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#header_nav li {
  display: block;
  width: 100%;
  text-align: center;
}
#header_nav li.entry_seet{
  background: rgba(197,250,230,1);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(197,250,230,1)), color-stop(100%, rgba(59,178,184,1)));
  background: -webkit-gradient(linear, right top, left top, from(rgba(197,250,230,1)), to(rgba(59,178,184,1)));
  background: linear-gradient(-90deg, rgba(197,250,230,1) 0%, rgba(59,178,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5fae6', endColorstr='#3bb2b8', GradientType=1 );
}


#header_nav li a {
  height: auto;
  width: 100%;
  display: block;
  padding: 1em 0;
  text-align: center;
  border-top: 1px solid #C7CCD4;
}
#header_nav li.entry_seet a{
  background: url(../img/common/mail_icon.png) left 30% center no-repeat;
}
#header_nav li a:hover {
  color: #A75144;
  opacity: 1;
}

.sp_header_spacer {
  display: block;
}


/*------------------------------------------------
footer
--------------------------------------------------*/

#footer_nav {
  width: 90%;
  margin: 2em auto;
}

#footer_nav li {
  width: 100%;
}

#footer_nav li a {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}


.footer_totop {
  display: block;
  background: url(../img/common/footer_totop.png) no-repeat;
  width: 40px;
  height: 34px;
  text-indent: -9999px;
  margin: 0 15px 0 auto;
}

.footer_totop.fixed {
  position: fixed;
  top: 92%;
  right: 0;
  z-index: 50;
}
.footer_banner {
  width: 88%;
  margin: 2em auto;
}

.footer_banner a {
  display: block;
  width: 48%;
  height: auto;
}

#footer address {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.7;
}
.copyright {
  font-size: 0.9em;
  line-height: 1.6;
  padding: 50px 0;
  text-align: center;
  color: #453731;
}

.mt40{
  margin-top: -40px;
}
/*------------------------------------------------
home
--------------------------------------------------*/

.home_header {
  background: url(../img/home_header_bg_sp.png) repeat-y center top;
  background-size: 110%;
  height: auto;
  width: 100%;
  padding-top: 1em;
  position: relative;
}

.home_slider {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
}

.home_header_text_logo {
  width: 40%;
  float: left;
  display: block;
}

.home_header_text {
  width: 100%;
  padding: 1em 5%;
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  color: #fff;
}

.home_header_text p {
  width: 55%;
  float: right;
  padding-top: 5px;
  padding-left: 0;
}

.home_header_text em {
  font-size: 20px;
  line-height: 3;
}


#home01 {
  height: auto;
  background-size: 100%;
  position: relative;
}

#home01 .home01_content{
  position: relative;
  z-index: 1;
  background: #fff;
  width: 97%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  padding-top: 20px;
  text-align: center;
}

#home01 .text {
  font-size: 1.2em;
  line-height: 1.8;
  padding-bottom: 2em;
  margin-bottom: 0;
  text-align: center;
}
#home01 h2 {
  z-index: 10
}
.home01_small {
  font-size: 0.8em;
}
#home01 h3{
  width: 115px;
  margin: 0 auto 25px auto;
}

#home02 h2 {
  z-index: 10
}
#home02 p{
  padding:20px 1em;
  font-size: 1.2em;
  line-height: 1.6;
  padding-bottom: 2em;
  margin-bottom: 0;
  text-align: center;
}

#home02 ul {
  width: 100%;
  margin: 1em auto 2em auto;
  background-color: #FFFFFF;
}

#home02 li {
  width: 100%;
  padding: 1em 2em;
  line-height: 1.5;
  text-align: center;
}
#home02 li:nth-child(odd) {
  background-color: #F2F2F2;
}
#home02 li span {
  display: block;
  width: 5em;
  margin: 0.5em auto;
  padding: 5px 0;
  text-align: center;
  color: #FFFFFF;
}
.home02_span01 {
  background-color: #184E68;
}
.home02_span02 {
  background-color: #3BB2B8;
}
#home03 {
  height: auto;
}

#home03 h2 {
  margin-bottom: 20px;
}

#home03 p {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 1em;
}
#home03 p.right {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 1em;
  float: none;
}
#home03 p.left {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 1em;
  float: none;
}



#home03 img.left, #home03 img.right {
  width: 100%;
  float: none;
}

#home04 p {
  width: 96%;
  margin:2em auto;
}
#home04 iframe {
  width: 100%;
  margin:2em auto;
  height: 350px;
}


#home05{
  margin-bottom: 0px;
}
#home05 h2{
  position: relative;
  margin-bottom: 40px;
}


#home05 .slide_area {
  background: rgba(252, 227, 138, 1);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(252, 227, 138, 1)), color-stop(100%, rgba(243, 129, 129, 1)));
  background: linear-gradient(135deg, rgba(252, 227, 138, 1) 0%, rgba(243, 129, 129, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce38a', endColorstr='#f38181', GradientType=1);
  padding: 20px;
  position: relative;
}

#home05 ul{
  margin-bottom: 40px;
}
#home05 h3{
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
#home05 p{
  min-height: 130px;
  text-align: center;
  padding: 0 2em 2em 2em;
}

#home05 .slide_area div.slide_content{
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 4em 2em 2em 2em;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.9);
}
#home06 h2{
  position: relative;
  margin-bottom: 40px;
}


ul.page_nav {
  text-align: center;
}
ul.page_nav li {
  display: inline-block;
  margin: 5px;
}
ul.page_nav li {
  display: block;
  border: 1px solid #453731;
  color: #453731;
  padding: 8px 18px;
  font-size: 0.9em;
  line-height: 1.6;
}


div.entry_area{
  background: rgba(197,250,230,1);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(197,250,230,1)), color-stop(100%, rgba(59,178,184,1)));
  background: linear-gradient(45deg, rgba(197,250,230,1) 0%, rgba(59,178,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5fae6', endColorstr='#3bb2b8', GradientType=1 );
  padding: 3px;
  width: 90%;
  margin: 2em auto;
}
div.entry_inner{
  background: #fff;
  padding: 1em;
  text-align: center;
}
div.entry_inner p{
  text-align: center;
  margin-bottom: 30px;
}
p.entry_btn{
  padding: 20px 20px;
  display: inline-block;
}
p.entry_btn {
  text-align: center;
}
p.entry_btn a{
  display: block;
  background: url(../img/common/mail_icon.png) center top no-repeat;
  padding-top: 28px;
  text-align: center;
  font-weight: bold;
}
p.entry_btn span{
  display: block;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
p.entry_tel a{
  font-size: 30px;
  font-weight: bold;
}

.content_slider li{
  margin-bottom: 40px;
}
/*------------------------------------------------
contact
--------------------------------------------------*/
.page_header{
  background: url(../img/contact/header_bg.png) center top no-repeat;
  height: 188px;
  position: relative;
  background-size: cover;
}
.page_header h2{
  text-align: center;
  position: absolute;
  width: 96%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.page_header h2 span{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.main_area{
  padding: 20px 0;
  text-align: center;
}
.main_area h2{
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 1em;
}
.main_area p{
  margin-bottom: 20px;
  text-align: center;
  padding: 0 1em;
}

#faq{
  text-align: center;
}
#faq h2.page_title{
  position: relative;
  margin-bottom: 20px;
}
#faq p{
  text-align: center;
  margin-bottom: 20px;
}
#faq p.entry_btn{
  margin-bottom: 60px;
  width: 80%;
}

.faq_area{
  background: #F2F2F2;
  padding: 20px 0;
  margin-bottom: 40px;
}
.faq_area .inner{
  width: 96%;
  margin: 0 auto;
}
.faq_wrap{
  margin-bottom: 20px;
}
.faq_box{
  border: 1px solid #D0CDCB;
}
.faq_box a{
  display: block;
  padding:30px 20px 30px 60px;
  background: url(../img/contact/q.png) left 20px center no-repeat;
  cursor: pointer;
  line-height: 1.6;
}
.faq_txt{
  background: #fff;
  padding:30px 20px 30px 60px;
  line-height: 1.6;
  position: relative;
  display: none;
}
.faq_txt:after{
  position: absolute;
  width:20px;
  height:24px;
  top: 30px;
  left: 20px;
  content: "";
  background: url(../img/contact/a.png) left center no-repeat;
}

#entry h2.page_title{
  position: relative;
  margin-bottom: 20px;
}
#entry p{
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
  padding: 0 1em;
}
#entry span.red{
  color: #FF0000;
}

#entry .table01 td{
  padding: 10px 10px;
}
#entry .table01 td p{
  text-align: left;
  margin-bottom: 0;
}

#entry select{
  padding: 5px;
}


#entry input, #entry textarea{
  padding:3px 5px;
  border: 1px solid #D0CDCB;
  width: 100%;
}
#entry textarea{
  min-height: 100px;
}
#entry .submit_area{
  text-align: center;
  margin: 40px auto;
}
#entry .submit_area p{
  text-align: center;
}

#entry input.submit{
  border: none;
  background: #453731;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}

/*------------------------------------------------
PC表示↓
--------------------------------------------------*/

@media only screen and (min-width: 1001px) {
  body {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #453731;
  }

  /*------------------------------------------------
  common
  --------------------------------------------------*/
  .container900 {
    width: 900px;
    margin: 0 auto;
  }
  .container950 {
    width: 950px;
    margin: 0 auto;
  }
  .container1280 {
    width: 1280px;
    margin: 0 auto;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .clearfloat {
    overflow: hidden;
    position: relative;
    zoom: 1;
  }

  .hidepc {
    display: none;
  }
  .hidesp {
    display: block;
  }
  .hide556{
	  display: block;
	}
  .table01 {
    border-left:none;
    border-right:none;
  }
  .table01 th, .table01 td {
    width: auto;
    display: table-cell;
  }
  .table01.form th {
    text-align: center;
    width: 18%;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headline01 {
    font-size: 1.9em;
    text-align: center;
    line-height: 1.7;
    color: #FFFFFF;
    padding-top: 100px;
  }
  .em01 {
    color: #A75144;
  }
  .p_center {
    text-align: center;
  }
  h2.page_title {
    background: url(../img/common/page_title_bg.png) no-repeat center bottom;
    min-height: 213px;
    font-size: 30px;
    position: absolute;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  h2.page_title span {
    margin-bottom: 25px;
  }
  .headline02 {
    font-size: 1.9em;
    text-align: center;
    line-height: 1.7;
    color: #203453;
    background: url(../common/headline02.png) no-repeat center bottom;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .table01 {
    width: 100%;
  }

  .table01 th {
    width: 17%;
  }


  .box01 {
    width: 100%;
    border: 1px solid #C7CDD6;
    margin-bottom: 100px;
    padding: 60px 0;
  }
  .box01_healine {
    color: #453731;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }

  .em02 {
    color: #E41C24;
  }
  .br01 {
    display: none;
  }
  .br02 {
    display: inline;
  }



  /*------------------------------------------------
  header
  --------------------------------------------------*/
  #header {
    background-color: #FFFFFF;
  }
  #header.header_fix {
    border-bottom: 2px solid #3BB2B8;
  }
  .header_logo a{
    width:282px;
    height: 73px;
    margin: 15px auto 0 auto;
    padding:0;
    float: left;
    background: url(../img/common/header_logo.png) center top no-repeat;
  }
  
  .header_fix .header_logo a{
    width:304px;
    height: 18px;
    margin: 15px auto 0 auto;
    padding:0;
    float: left;
    background: url(../img/common/fuxed_logo.png) center top no-repeat;
  }
  #header_nav {
    width: 610px;
    float: right;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: block;
  }



  #header_nav li {
    width: auto;
  }


  #header_nav li a {
    height: 88px;
    color: #453731;
    width: auto;
    display: block;
    padding-top: 35px;
    font-weight: bold;
    border-top: none;
  }
  .header_fix #header_nav li a {
    height: auto;
    color: #453731;
    width: auto;
    display: block;
    padding-top: 15px;
    font-weight: bold;
    border-top: none;
  }
  #header_nav li.entry_seet a {
    background:none;
  }
  #header_nav li:last-child {
    background: url(../img/common/entry_bg.png) center top no-repeat;
    padding: 0 10px;
  }
  .header_fix #header_nav li:last-child {
    background: rgba(197,250,230,1);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(197,250,230,1)), color-stop(100%, rgba(59,178,184,1)));
    background: linear-gradient(45deg, rgba(197,250,230,1) 0%, rgba(59,178,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5fae6', endColorstr='#3bb2b8', GradientType=1 );
    padding: 0 10px;
  }
  
  
  #header_nav li span {
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
  }

  .header_fix #header_nav li span{
    display: none;
  }

  .spmenu_btn {
    display: none;
  }
  .sp_header_spacer {
    display: block;
  }

  /*------------------------------------------------
  footer
  --------------------------------------------------*/
  #footer {
    padding-top: 1.5em;
    position: relative;
  }
  #footer_nav {
    width: 630px;
    margin: 100px auto;
  }

  #footer_nav li {
    width: 48%;
  }
  #footer_nav li a {
    display: block;
    width: 300px;
    height: 89px;
  }


  .footer_totop {
    display: block;
    background: url(../img/common/footer_totop.png) no-repeat;
    width: 40px;
    height: 34px;
    text-indent: -9999px;
    margin: 0 15px 0 auto;
    position: absolute;
    top: -45px;
    right: 20%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .footer_totop.fixed {
    display: block;
    background: url(../img/common/footer_totop.png) no-repeat;
    width: 40px;
    height: 34px;
    text-indent: -9999px;
    margin: 0 15px 0 auto;
    position: fixed;
    top: 90%;
    right: 0;
    z-index: 50;
  }
  .footer_banner {
    width: 386px;
    margin: 50px auto;
  }
  .footer_banner a {
    display: block;
    width: 171px;
    height: 103px;
  }


  /*------------------------------------------------
  home
  --------------------------------------------------*/
  .home_header {
    background: url(../img/home_header_bg.png) no-repeat center bottom;
    height: 700px;
    position: relative;
    margin-top: 0px;
    padding-top: 0;
  }



  .home_slider {
    height: 700px;
    width: 1090px;
    position: absolute;
    top: 0;
	left:50%;
	margin-left: -800px;
    z-index: 99;
  }
  .home_slider .slick-dots{
	  width: auto !important;
	  right:200px;
	}

  .home_header_text_logo {
    width: 100%;
    float: none;
    display: block;
  }

  .home_header_text {
    color: #FFFFFF;
    width: 257px;
    padding: 0;
    position: absolute;
    top: 115px;
    left: 50%;
    z-index: 999;
    margin-left: 155px;
  }
  .home_header_text p {
    padding-top: 30px;
    padding-left: 50px;
    font-size: 16px;
    width: 100%;
    float: none;
  }




  #home01 {
    background: url(../img/home01_bg.png) no-repeat center top 80px;
    height: 1325px;
    position: relative;
  }

  #home01 .home01_content {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    padding-top: 220px;
    text-align: center;
  }

  #home01 h3 {
    width: 115px;
    margin: 0 auto 55px auto;
  }

  #home01 p {
	padding: 20px 1em 0;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
  }
  .home01_small {
    font-size: 0.8em;
  }
  #home02 {
    position: relative;
    padding-top: 200px;
  }
  #home02 div.content {
    background: url(../img/home02_bg.png) no-repeat center top;
    padding-top: 337px;
  }
  #home02 div.content02 {
    background: url(../img/home02_bg02.png) no-repeat center bottom;
    padding-top: 357px;
  }
  #home02 p {
    text-align: center;
    padding: 0;
  }

  #home02 ul {
    width: 945px;
    margin: 50px auto 0;
  }
  #home02 li {
    width: 100%;
    padding: 15px 120px;
    text-align: left;
  }

  #home02 li span {
    display: inline-block;
    margin-right: 20px;
    padding: 5px 14px;
    color: #FFFFFF;
  }

  #home03 {
    background: url(../img/home03_bg.png) no-repeat center top 200px;
    position: relative;
    padding-top: 1180px;
    margin-bottom: 80px;
  }


  #home03 img.left {
    width: 640px;
    float: left;
  }
  #home03 img.right {
    width: 640px;
    float: right;
  }
  #home03 p.right {
    display: block;
    width: 500px;
    height: 426px;
    padding: 60px 45px 0;
    float: left;
  }
  #home03 p.left {
    display: block;
    width: 500px;
    height: 426px;
    float: right;
    padding: 60px 45px 0;
  }
  
  #home04 {
    margin-bottom: 80px;
  }

  #home04 p {
    margin: 0 auto 80px auto;
    width: 100%;
  }

  #home04 h2 {
    position: relative;
    margin-bottom: 60px;
  }
  #home04 iframe {
    width: 100%;
    height: 600px;
    display: block;
  }

  #home05,
  #home06 {
    margin-bottom: 100px;
  }
  #home05 h2 {
    position: relative;
    margin-bottom: 60px;
  }
  #home05 .slide_area {
    padding: 20px 0;
    position: relative;
  }
  ul.page_nav {
    text-align: center;
  }
  ul.page_nav li {
    display: inline-block;
    margin: 5px;
  }
  ul.page_nav li {
    display: inline-block;
    border: 1px solid #453731;
    color: #453731;
    padding: 8px 18px;
    font-size: 1em;
    line-height: 1.6;
    cursor: pointer;
  }
  ul.page_nav li a:hover {
    color: #A75144;
    opacity: 1;
  }
  #home05{
    margin-bottom: 150px;
  }

  #home05 ul {
    margin-bottom: 60px;
  }
  #home05 h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #home05 p {
    min-height: 130px;
    text-align: center;
    padding-bottom: 30px;
  }



  #home05 .slide_area .slide_inner {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow:hidden; 
  }


  #home05 .slide_area img {
    width: auto;
    position: absolute;
    top: 5%;
  }

  #home05 .slide_area div.slide_content {
    position: relative;
    width: 510px;
    height: 100%;
    padding: 40px 30px;
    font-size: 15px;
    float: right;
    background: rgba(255, 255, 255, 0.9);
    margin-top: -20px;
  }
  


  #home06 {
    position: relative;
  }

  div.entry_area {
    width: 100%;
    margin: 2em auto;
  }
  div.entry_inner {
    padding: 60px 0;
  }
  p.entry_btn {
    padding: 30px 20px;
    display: inline-block;
    text-align: left;
  }

  /*------------------------------------------------
  contact
  --------------------------------------------------*/
  .page_header {
    height: 388px;
    margin-top: 0px;
  }
  .page_header h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
  }
  .page_header h2 span {
    text-align: center;
    font-size: 10px;
    margin-bottom: 20px;
  }

  .main_area {
    padding: 60px 0;
    text-align: center;
  }
  .main_area h2 {
    font-size: 20px;
    margin-bottom: 60px;
    line-height: 1.8;
    padding: 0;
  }
  .main_area p {
    margin-bottom: 60px;
    text-align: center;
    padding: 0;
  }

  #faq p.entry_btn {
    margin-bottom: 60px;
    width: auto;
  }

  .faq_area {
    background: #F2F2F2;
    padding: 40px;
    margin-bottom: 40px;
  }
  .faq_area .inner {
    width: 950px;
    margin: 0 auto;
  }
  .faq_wrap {
    margin-bottom: 20px;
  }

  .faq_box a {
    padding: 30px 20px 30px 60px;
  }
  .faq_txt {
    padding: 30px 20px 30px 60px;
  }
  .faq_txt:after {
    position: absolute;
    width: 20px;
    height: 24px;
    top: 30px;
    left: 20px;
    content: "";
    background: url(../img/contact/a.png) left center no-repeat;
  }

  #entry h2.page_title {
    position: relative;
    margin-bottom: 20px;
  }
  #entry p {
    padding: 0;
  }
  #entry span.red {
    color: #FF0000;
  }

  #entry .table01 td {
    padding: 20px 80px;
  }
  #entry .table01 td p {
    text-align: left;
    margin-bottom: 0;
  }

  #entry select {
    padding: 5px;
  }


  #entry input,
  #entry textarea {
    padding: 3px 5px;
    border: 1px solid #D0CDCB;
    width: 100%;
  }
  #entry textarea {
    min-height: 100px;
  }
  #entry .submit_area {
    text-align: center;
    margin: 40px auto;
  }
  #entry .submit_area p {
    text-align: center;
  }

  #entry input.submit {
    border: none;
    background: #453731;
    padding: 15px 80px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
  }
}


/*------------------------------------------------
モバイルファースト（スマホ）
--------------------------------------------------*/
/*1008追加*/
@media screen and ( max-width:1000px){
	h2.page_title{
		font-size: 1.1em;
	}
	.hidepc{
		display: none;
	}
	.hidesp{
		display: block;
	}
	#home01 .em01 .hidepc{
		display: block;
	}
	#home01 p{
		padding: 20px 1em 0;
		text-align: center;
	}
	#home01 p.mt,
	#home02 p.mt{
		margin-top:35px;
		text-align: center;
		padding-bottom: 0;
		padding-top: 0;
	}
	#home05 p{
		text-align: left;
	}
	div.entry_inner p{
		text-align: initial;
	}
	div.entry_inner p.entry_tel{
		text-align: center
	}
}

@media screen and ( max-width:556px){
	.hide556{
		display: none;
	}
	.hide556sp{
		display: block;
	}
	#home01 p.mt,
	#home02 p.mt{
		text-align: left;
	}
	#home01 p.mt span{
		position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
	}
}
/*1008追加*/


/*------------------------------------------------
追加PC_1008追加
--------------------------------------------------*/
@media screen and ( min-width:1001px){
	#home01 p.mt{
		margin-top:35px;
		text-align: center;
	}
}