@charset "UTF-8";


/*------------------------------
TOP
------------------------------*/
main{
  padding-top: 100px;
}
#top_mainV{
  background: rgba(224, 231, 221,0.5);
  position: relative;
  padding-bottom: 0;
}
#top_mainV img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
#top_mainV .newopen_wrapper{
  display: inline-block;
  position: absolute;
  right: -440px;
  left: 0;
  margin: auto;
  bottom: 20px;
  width: 170px;
  height: 170px;
  background: #251E1C;
  color: #FFF;
  border-radius: 50%;
}
#top_mainV .newopen_wrapper .newopen{
  text-align: center;
  vertical-align: middle;
  height: 170px;
  width: 170px;
  display: table-cell;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(12deg);
}
#top_mainV .newopen_wrapper .newopen span{
  font-size: 16px;
}


@media screen and (max-width: 1040px) {
  
}
@media screen and (max-width: 768px) {
  main{
    padding-top: 70px;
  }
  #top_mainV{
    margin-bottom: 0;
  }
  #top_mainV img {
    height: auto;
  }
  #top_mainV .newopen_wrapper{
    right: 10px;
    left: unset;
    bottom: 10px;
    width: 120px;
    height: 120px;
  }
  #top_mainV .newopen_wrapper .newopen{
    height: 120px;
    width: 120px;
    font-size: 16px;
  }
  #top_mainV .newopen_wrapper .newopen span {
    font-size: 12px;
  }

}


/*------------------------------
共通パーツ
------------------------------*/
h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
h2:before {
  content: '';
  display: inline-block;
  width: 180px;
  height: 43px;
  background: url('../img/heading_l.png') no-repeat center center;
  position: relative;
  top: 15px;
  margin-right: 25px;
  /*
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  */
}
h2:after {
  content: '';
  display: inline-block;
  width: 180px;
  height: 43px;
  background: url('../img/heading_r.png') no-repeat center center;
  position: relative;
  top: 15px;
  margin-left: 25px;
}
/*
h3{
  text-align: center;
  font-size: 26px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 30px;
}
h3::before{
  content: '―';
  margin-right: 10px;
}
h3::after{
  content: '―';
  margin-left: 10px;
}

h4{
  text-align: center;
  font-size: 22px;
  font-family: 'Noto Serif JP', sans-serif;
  margin-bottom: 10px;
}
*/
p{
  font-size: 16px;
  margin-bottom: 10px;
}
p.center{
  text-align: center;
}
p.text_right{
  text-align: right;
}
.m50{
  margin-bottom: 50px;
}

section{
  /*padding-bottom: 100px;*/
}
section ul{
  padding-left: 1.5em;
}
section ul li{
  list-style: disc;
  margin-bottom: 10px;
}
section ol{
  padding-left: 1.5em;
  display: inline-block;
  text-align: left;
}
section ol li{
  list-style: decimal;
}
.btn_link_wrapper{
  text-align: center;
}

.second_header{
  height: 250px;
  background: #251E1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second_header h1{
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  text-align: center;
  height: 60px;
  line-height: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.second_header h1::before{
  content: '';
  display: inline-block;
  width: 38px;
  height: 60px;
  background: url(../img/h1_l.png) no-repeat center center;
  position: relative;
  top: 0;
  margin-right: 25px;
}
.second_header h1::after{
  content: '';
  display: inline-block;
  width: 38px;
  height: 60px;
  background: url(../img/h1_r.png) no-repeat center center;
  position: relative;
  top: 0;
  margin-left: 25px;
}
.white_box{
  background: rgba(255,255,255,0.5);
  padding: 50px 80px;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
}
table tr{
  padding: 20px;
  border: solid 1px #251E1C;
}
table td{
  padding: 20px;
  border: solid 1px #251E1C;
  vertical-align: top;
}
table td.nowrap{
  white-space: nowrap;
}
.attention{
  font-weight: bold;
  margin-bottom: 15px;
}


@media screen and (max-width: 768px) {
  section{
    /*margin-bottom: 50px;*/
  }
  h2 {
    font-size: 20px;
    margin-bottom: 45px;
    position: relative;
  }
  h2:before {
    content: none;
    display: none;
  }
  h2:after {
    content: '';
    display: block;
    width: 165px;
    height: 20px;
    background: url(../img/heading_sp.png) no-repeat center center;
    background-size: 165px auto;
    position: absolute;
    bottom: -20px;
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    margin-right: auto;
  }
  p.center{
    text-align: left;
  }
  h3{
    font-size: 22px;
    margin-bottom: 15px;
  }
  h4{
    font-size: 18px;
  }
  .second_header{
    height: 130px;
  }
  .second_header h1{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
  .second_header h1::before {
    width: 30px;
    height: 40px;
    background: url(../img/h1_l.png) no-repeat center center;
    background-size: auto 40px;
    margin-right: 10px;
  }
  .second_header h1::after {
    width: 30px;
    height: 40px;
    background: url(../img/h1_r.png) no-repeat center center;
    background-size: auto 40px;
    margin-left: 10px;
  }
  .m50{
    margin-bottom: 30px;
  }
  .white_box {
    padding: 20px 20px;
  }
  table{
    margin-bottom: 30px;
  }
  table tr {
    padding: 0;
    margin-bottom: 20px;
    display: block;
    border: none;
    border-bottom: solid 1px #251E1C;
  }
  table td {
    padding: 10px;
  }
  table td {
    border-top: solid 1px #251E1C;
    border-right: solid 1px #251E1C;
    border-left: solid 1px #251E1C;
    border-bottom: none;

    display: block;
    width: auto;
  }
  table td.nowrap{
    white-space: unset;
  }
  .attention{
    margin-bottom: 10px;
  }
}


/*------------------------------
トップページ
------------------------------*/
#top_concept{
  background: rgba(224, 231, 221,0.5);
}
#top_concept p{
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 50px;
}
#top_concept .concept_img1{
  display: block;
  position: absolute;
  left: -232px;
  bottom: 0;
}
#top_concept .concept_img2{
  display: block;
  position: absolute;
  right: -232px;
  bottom: 0;
}

#top_service{
  margin-top: -100px;
  padding-top: 100px;
}
#top_service .top_service_wrapper{
  background: url('../img/wood_bg.jpg') repeat-y center center;  
}
.service {
  display: flex;
  justify-content: space-around;
  margin-bottom: 100px;
}
.service:first-of-type{
  margin-top: 70px;
}
.layout1 {
  flex-direction: row-reverse;
}
.layout2 {

}
.service:last-child{
  margin-bottom: 0;
}
.service .service_text{
  width: calc(50% - 110px);
}
.service .service_box_img{
  width: 50%;
  position: relative;
}
.service .service_text{
  background: rgba(255,255,255,0.5);
  padding: 30px;
}
.layout1 .service_text{
   margin-left: 50px;
}
.layout2 .service_text{
   margin-right: 50px;
}
.service .service_text h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.service .service_box_img img:nth-child(1){
  position: absolute;
  top: 0;
  left: 0;
}
.service .service_box_img img:nth-child(2){
  position: absolute;
  bottom: 0;
  right: 0;
}

#top_sns{
  
}
#top_sns h2{

}
#top_sns h2 span{
  font-family: 'Pacifico', cursive;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
#top_sns #instagram{
  text-align: center;
}

#contact{
  margin-top: -100px;
  padding-top: 100px;
}
#contact .contact_wrapper{
  background: rgba(224, 231, 221,0.5);
}
#contact .contact_area{
  text-align: center;
  font-size: 0;
  margin: 45px 0;
}
#contact .tel{
  display: inline-flex;
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  color: #251E1C;
  line-height: 43px;
  margin-bottom: 30px;
}
#contact .tel::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 43px;
  background: url('../img/icon_tel.png') no-repeat center center;
  margin-right: 8px;
}
#contact .instagram{
  height: 50px;
  width: 140px;
  background: url(../img/icon_instagram.png) no-repeat left 15px center #5AABC9;
  color: #FFF;
  font-size: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  #top_concept p{
    padding-bottom: 190px;
  }
  #top_concept .concept_img1 {
    left: 0;
    bottom: 20px;
    width: 150px;
  }
  #top_concept .concept_img2 {
    right: 0;
    bottom: 20px;
    width: 150px;
  }

  
  #top_service {
    margin-top: -70px;
    padding-top: 70px;
  }
  #contact{
    margin-top: -70px;
    padding-top: 70px;
  }
  .service{
    display: block;
    margin-bottom: 40px;
  }
  .service:first-of-type{
    margin-top: 20px;
  }
  .service .service_box{
    
  }
  .service .service_text{
    width: auto;
    padding: 20px;
  }
  .layout1{
    /*flex-direction: unset;*/
  }
  .layout1 .service_text{
    margin-left: 0;
  }
  .layout2 .service_text{
    /*margin-right: 0;*/
  }
  .service .service_box_img{
    position: unset;
    width: 100%;
    /* height: 110px; */
    display: flex;
  }
  .service .service_box_img img:nth-child(1) {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;*/
    position: unset;
    width: 50%;
    display: inline;
  }
  .service .service_box_img img:nth-child(2) {
    /*position: absolute;
    bottom: unset;
    top: 0;
    right: 0;
    width: 50%;*/
    position: unset;
    width: 50%;
    display: inline;
  }
  .service .service_text h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #top_sns .inner{
    padding: 60px 0 30px;
  }
  #top_sns h2 span{
    font-size: 14px;
    top: -20px;
    left: 0;
    right: 0;
  }
  #top_sns #instagram img{
    width: 100%;
  }

  #contact .contact_area{
    margin: 30px 0;
  }
  #contact .tel{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #contact .instagram{
    font-size: 18px;
  }


}


/*------------------------------
メニューページ
------------------------------*/
#menu_01{
  background: url(../img/wood_bg.jpg) repeat-y center center;
}
#menu_02{
  background: url(../img/wood_bg.jpg) repeat-y center center;
}

/*------------------------------
初めての方へページ
------------------------------*/
#first_01{
  background: rgba(224, 231, 221,0.5);
}
#first_02{
  background: url(../img/wood_bg.jpg) repeat-y center center;
}
#first_03{
  background: rgba(224, 231, 221,0.5);
}
#first_04{
  background: url(../img/wood_bg.jpg) repeat-y center center;
}

/*------------------------------
アクセスページ
------------------------------*/
#access_01{
  background: rgba(224, 231, 221,0.5);
}
.map{
  margin-top: 50px;
}
.map iframe{
  width: 100%;
  height: 400px;
}
#access_02{
  background: url(../img/wood_bg.jpg) repeat-y center center;
}
.access_info{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.access_info .access_info_box{
  width: calc(50% - 20px);

}
.access_info .access_info_box img{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .map{
    margin-top: 30px;
  }
  .map iframe{
    height: 350px;
  }
  .access_info{
    display: block;
  }
  .access_info .access_info_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .access_info .access_info_box img{
    margin-bottom: 10px;
  }

}

/*------------------------------
採用情報ページ
------------------------------*/
#recruit_main{
  padding-top: 50px;
}
.recruit_ttl{
  font-size: 20px;
  background: #CAC190;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#recruit_main table{
  width: 100%;
  margin: 0 auto 80px;
  border-collapse:  collapse;
}
#recruit_main table th,
#recruit_main table td{
  border-bottom: 1px solid #CAC190;
  padding: 5px 10px;
}
#recruit_main table th{
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #recruit_main{
    padding-top: 30px;
  }
  .recruit_ttl {
    font-size: 18px;
    padding: 3px 8px;
    margin-bottom: 8px;
  }
  #recruit_main table {
    margin: 0 auto 50px;
  }
  #recruit_main table th {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    padding: 10px 0 5px;
  }
  #recruit_main table td {
    display: block;
    width: 100%;
    padding: 5px 0 10px;
  }
}




