@charset "UTF-8";
body{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}
.only-pc{
  display: block;
}
.only-sp{
  display: none;
}
.logo-image img {
  width: 116px;
}

.thumbnail-gl{
  height: 200px;
}

.thumbnail-gl img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.content01-text {
  font-size: 15px;
  color: #8f704c;
  text-align: left;
  margin: 40px auto !important;
  max-width: 683px;
}

.footer .align1 {
  color: #8f704c;
  text-align: left !important;
  margin: 40px auto;
  max-width: 450px;
}

.column-layout03-text {
  color: #8f704c;
}

.main-v{
  text-align: center;
  margin-top: 126px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.main-v img{
  width: 100%;
}
.menu-img{
  margin-bottom: 20px;
}
.menu-img img{
  width: 100%;
}
.footer {
  margin-top: 0px;
}
.footer-gallery-title{
  display: none;
}
.footer-nav-org{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-nav-org ul{
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer-nav-org ul li{
}
.footer-nav-org ul li a{
 color: #fff;

}
.footer-nav{
  display: none;
}
.footer-nav-wrapper {

  height: auto;
}
.dp-footer-bar a {
  display: none;
}
.ctn{
  float:right;
  display:flex;
}
.ctn .item{
  text-align: center;
  width: 200px;
  height: 100px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.ctn .item .ttl{
  font-size: 16px;
  padding-top: 20px;

  text-align: center;
}
.ctn .item.tel{
  color: #fff;
  background-color: #C5B8A8;
}
.ctn .item.tel .btn-tel a{
font-size:23px;
  color: #fff;
  margin-left: 5px;
}

.ctn .item.tel .btn-tel{
  margin-top: 20px;
}
.ctn .item.web{

  background-color: #F5F5F5;
}
.ctn .item.web .btn-web {
  margin-top: 10px;
}

.ctn .item.web .btn-web a{
  margin: 0 2px;
  display: inline-block;
  padding: 10px 10px;
  line-height: 1em;
  color: #fff;
  border-radius: 20px;
}
.ctn .item.web .btn-web a:first-child{
  background-color:#D27B7B;
}
.ctn .item.web .btn-web a:last-child{
  background-color:#90A0E1;
}
.ctn .item.web a:hover{
  opacity: 0.7;
}

.column-layout03-text {
  font-size: 14px;
}
.content02-text {
  font-size: 14px;
}

.column-layout01-title i{
  font-style: normal;
}

.column-layout01-title i:first-child{
  background-color: #d01010;
  margin-left: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  border-radius: 10px;
  padding: 5px;
  line-height: 1em;
}
.column-layout01-title i:nth-child(2){
  background-color: #3A87AD;
  margin-left: 5px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  border-radius: 10px;
  padding: 5px;
  line-height: 1em;
}


.table_info td:first-child,
.price-table th:first-child{
  background-color: #d8d3cb;
  font-weight: bold;
  text-align: left;
}

.price-table th:first-child{
  min-width: 150px;
}
.price-table td{
  font-weight: normal;
  text-align: left;
}
.price-table .price{
  display: block;
  font-weight: bold;
  text-align: right;
}

.price-table .small{
  display: block;
  text-align: right;
  font-size: 13px;
}

.price-table .sub{
  display: block;
  text-align: left;
  font-size: 13px;
}


.staff-img{
  display: block;
  margin: 0 auto 80px;
  max-width: 400px !important;
}

.staff-box{
  display: flex;
  flex-wrap: wrap;
  background-color:#F5F5F5;
  padding: 40px;
  margin-bottom: 100px;
}
.staff-box .img{
  width: 300px;
  margin-right: 20px;

}

.staff-box .txt{
  width: calc(100% - 400px);
}


.news-box{
  background-color:#efe8e0;
  padding:20px;
  border-radius: 50px;
  margin-top: 40px;
  display: flex;
}
.news-box .date{
  padding-right: 20px;
  width: 135px;
  box-sizing: border-box;
}
.news-box .txt{
  width: calc(100% - 135px);
}
.news-box .txt a{
  text-decoration: underline;
}
.news-box .txt a:hover{
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .main-v img{
    width: 100%;
  }
  .logo-image img {
    width: 83px;
  }

  .main-v {
    margin-top: 55px;
  }

  .headline-font-type {
    font-size: 24px!important;
  }
  .content01-text {
    text-align: left;
  }
  .only-pc{
    display: none;
  }
  .only-sp{
    display: block;
  }

  .ctn{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;

  }

  .ctn .item {
    padding: 5px 0;
    width: 50%;
    height: auto;
  }
  .ctn .item .ttl {
    font-size: 13px;
    padding-top:5px;
  }
  .ctn .item.tel .btn-tel {
    margin-top: 5px;
  }
  .ctn .item.tel .btn-tel a {
    font-size: 18px;
  }
  .ctn .item.web .btn-web {
    margin-top: 5px;
  }
  .ctn .item.web .btn-web a {
    margin: 0 2px;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1em;
    color: #fff;
    border-radius: 20px;
  }
  .footer {
    margin-bottom: 58px;
  }
  .footer-content .align1{
    font-size: 12px;
  }
  /*
  .pagetop {
    bottom: 58px;
  }*/
  .footer-nav-org ul {
    padding: 40px 20px;

  }
  .footer-nav-org ul li {
    width: 100%;
    margin-top: 10px;
  }


  .table_info,
  .table_info tbody,
  .table_info tr,
  .table_info th,
  .table_info td,
  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table th,
  .price-table td
  {
    display: block;
  }
  .staff-box{
    padding: 15px;
  }
  .staff-box .img{
    width: 100%;

  }

  .staff-box .txt{
    width: 100%;
    margin-top: 10px;
  }

  .staff-box .img{

    margin-right: 0px;
  }

}
