@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.fixed2{
	position: fixed;
	top: 72px;
	right: 0;
	z-index: 1000;
	background: #000;
	padding: 20px;
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

.h_btn02 {
  margin-left: 20px;
}
.h_btn02 a {
  display: block;
  padding: 3px 25px;
  border: 1px solid #fff;
  color: #fff;
}
.h_btn02 a:hover {
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.8);
  color: #ad8a00;
}
.home_blog_list .blog_list{
    border: 0!important;
    display: flex;
    flex-wrap: nowrap!important;
    flex-direction: row!important;
    justify-content: space-between!important;
}

.home_blog_list .blog_list > div{
    width: 23%!important;
    display: flex!important;
    flex-wrap: wrap!important;
    border: 0!important;
}
.home_blog_list .blog_list > div > div{
    width: 100%!important;
}

.home_blog_list .blog_list .blog_date{
    color: #333!important;
    font-weight: bold;
}

.home_blog_list .blog_list h3 a{
    color: #333!important;
    font-weight: bold!important;
    font-family:  "notoSans","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  position: relative;
}

.home_blog_list .blog_photo a{
    display: block;
    width: 100%;
    position: relative;
}

.home_blog_list .blog_photo a:after{
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}

.home_blog_list .blog_photo a img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.home_blog_list .blog_list h3 a span{
    font-weight: bold!important;
}

.home_blog_list .detail{
    display: none;
}

#form_calendar td{
    color: #333;
}
.contBtn .box {
   margin-right: 60px;
   margin-bottom: 20px
}
.contBtn .box:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
	#header_top{
		position: fixed !important;
		background: #000;
		padding: 10px !important;
		z-index: 10000;
	}
}
@media screen and (max-width: 640px) {
  .h_btn02 {
    margin-left: 5px;
  }
  .h_btn02 a {
    display: block;
    padding: 0 3px;
    font-size: 0;
  }
  .h_btn02 a:before {
    content: "ご予約";
    display: block;
    font-size: 14px;
  }
  .h_btn02 a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
    .home_blog_list .blog_list{
        flex-wrap: wrap!important;
    }
    .home_blog_list .blog_list > div{
        width: 48%!important;
    }
    .contBtn .box {
       margin-right: 0;
    }
}
