@charset "utf-8";
/* CSS Document */

.mv{
  margin-top: -100px;
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
}
.mv_wrapper{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
.mv_wrapper h1{
  font-size: 5.5rem;
  line-height: 1.2em;
  letter-spacing: 0.4em;
  -moz-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  -webkit-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  -ms-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
}
.mv_wrapper p{
  font-size: 3.5rem;
  line-height: 1.2em;
  letter-spacing: 0.2em;
  -moz-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  -webkit-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  -ms-text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
  text-shadow: var(--text-blur),var(--text-blur),var(--text-blur);
}
h3{
  font-size: 3.2rem;
  line-height: 1.5em;
}
@media only screen and (max-width:1200px) {
h3 {
  font-size: 2.8rem;
  line-height: 1.4em;
}
}
@media only screen and (max-width:1024px) {
.mv{
  margin-top: 0px;
}
}
@media screen and (max-width: 768px) {
h3 {
    font-size: 2.4rem;
}
.mv{
  height: 350px;
}

}
/* ============================================

メニュー

============================================ */
.coupon_back{
  background-image: url(../img/coupon_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -5px;
}
.coupon_box{
  background-color: #3f2000;
  color: #fff;
  padding: 22px;
  text-align: center;
  line-height: 1;
}
.coupon_ttl{
  background-color: #fff;
  color: #3f2000;
  padding: 12px 0 16px;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.coupon_discount{
  font-size: 3.6rem;
  font-weight: 600;
  padding: 14px 0 20px;
  line-height: 1.3em;
  letter-spacing: 0.5rem;
}
.coupon_comment{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #333333;
  padding: 11px 0 14px;
}

@media only screen and (max-width:599px) {
.coupon_ttl {
    padding: 9px 0 11px;
    font-size: 2.6rem;
}
.coupon_box {
    padding: 15px;
}
.coupon_discount {
    font-size: 2.2rem;
    padding: 12px 0 15px;
}
.coupon_comment {
    padding: 9px 0 11px;
}
}
/* ============================================

スタッフ

============================================ */

/*-----------------------------------------
about
------------------------------------------*/
.staff_back{
  background-image: url(../img/staff_back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.staff_back::before{
  content: "";
  background-image: url(../img/leaf01.png);
  background-size: cover;
  width: 268px;
  height: 701px;
  position: absolute;
  top: 0;
  right:0;
}
#staff{
  position: relative;
}
#staff dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#staff dl dt{
  /* width: calc(100% - 650px); */
  width: 48%;
}
#staff dl dt img{
  width: 100%;
}
#staff dl dd.data{
  width: 48%;
}
#staff dl dd{
  /* width: 600px; */
  margin-left: 50px;
  font-size: 1.8rem;
  line-height: 1.7em;
  width: 52%;
}
#staff dl dd p{
  font-family: 'Noto Sans JP', sans-serif;
}
#staff dl dd .staff_copy {
  font-size: 2.6rem;
  line-height: 1.5em;
  margin: 50px 0;
}
.data{
max-width: 800px;
width: 95%;
margin: 0 auto;
}
.data li {
  padding: 15px 10px 5px;
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  font-size: 1.8rem;
}
.data li span{
  width: 250px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
#staff dl {
  width: 90%;
}
#staff dl dd {
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.staff_back::before {
    width: calc(268px * 0.7);
    height: calc(701px * 0.7);
}
#staff dl dd .staff_copy {
    font-size: 2.2rem;
    margin: 20px 0;
}
}
@media screen and (max-width: 768px) {
#staff {
    width: 90%;
    margin: 0 auto;
}
#staff dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
#staff dl dt {
    width: 106%;
    margin-bottom: 40px;
    margin-left: -6%;
}
#staff dl dd{
  margin-left: 0px;
  font-size: 1.6rem;
  line-height: 1.7em;
  width: 100%;
}
.staff_back::before {
    width: calc(268px * 0.4);
    height: calc(701px * 0.4);
    right: -20px;
}
#staff dl dd h3 {
    margin-bottom: 15px;
}
.data li {
  font-size: 1.6rem;
}
.data li span {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
}

/* ============================================

ギャラリー GALLERY

============================================ */
.gallery_box ul{
  display: flex;
  flex-wrap: wrap;
}
.gallery_box ul li{
  width: calc((100% / 3) - 2%);
  margin-right: 3%;
  margin-bottom: 50px;
}
.gallery_box ul li:nth-child(3n){
  margin-right: 0;
}
.gallery_box ul li img{
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media only screen and (max-width:599px) {
.gallery_box ul li{
  width: calc((100% / 2) - 2%);
  margin-right: 4%;
  margin-bottom: 30px;
}
.gallery_box ul li:nth-child(3n){
  margin-right: auto;
}
.gallery_box ul li:nth-child(2n){
  margin-right: 0;
}
}
/* ============================================

ニュース NEWS

============================================ */
.news_box ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
/* .news_box ul li{
max-width: 360px;
width: 31%;
box-sizing: border-box;
box-shadow: 0px 0px 8px 5px #33190029;
padding: 22px;
margin-bottom: 50px;
} */

#news .news_box ul li{
  width: calc((100% / 3) - 2%);
  margin-right: 3%;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 5px #33190029;
  padding: 22px;
  margin-bottom: 50px;
}
#news .news_box ul li:nth-child(3n){
  margin-right: 0;
}
#news .news_box ul li a{
  color: var(--base-color01);
}
.news_box ul li p.date{
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.news_box ul li p.date:before {
    content: "";
    display: inline-block;
    background-image: url(../img/cal_br.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.news_box ul li p.pic{
  margin-bottom: 10px;
}
.news_box ul li p.pic img{
  width: 100%;
}
.news_box ul li p.text{
  font-family: 'Noto Sans JP', sans-serif;
  overflow-y: scroll;
  height: 80px;
}

/* ニュース詳細 */
#news_detail h3 {
    border-bottom: 1px solid var(--base-color01);
    margin-bottom: 25px;
}
#news_detail .news_img_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#news_detail .news_img {
    width: 48.5%;
    margin-bottom: 3%;
}
#news_detail .news_img img {
  width: 100%;
}
#news_detail.page_wrap p {
  font-size: 1.8rem;
}
#news_detail p.news_date {
  font-size: 1em;
  width: 100%;
  text-align: right;
  margin-bottom: 1.5%;
}
#news_detail.page_wrap .news_text {
  width: 100%;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
}
#news_detail .btn {
  margin: var(--sp-space);
  width: 100%;
}
#news_detail .btn a {
  display: block;
  width: min(50%, 300px);
  margin: auto;
  padding: 15px 0;
  line-height: 1.0;
  color: var(--base-color03);
  background: var(--base-color01);
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width:768px) {
/* #news .news_box {
overflow-x: scroll;
} */
#news .news_box ul{
  width: 100%;
  /* padding: 10px; */
  margin-bottom: 30px;
}
#news .news_box ul li{
  width: calc((100% / 2) - 2%);
  margin-right: 4%;
  padding: 10px;
  margin-bottom: 30px;
}
#news .news_box ul li:nth-child(3n){
  margin-right: auto;
}
#news .news_box ul li:nth-child(2n){
  margin-right: 0;
}
}
/* ============================================

プライバシーポリシー privacypolicy

============================================ */
#privacypolicy p{
  margin-bottom: 40px;
  font-size: 1.8rem;
}
#privacypolicy dt{
  font-size: 2.3rem;
  margin-bottom: 14px;
}
#privacypolicy dd{
  margin-bottom: 20px;
  word-break: break-all;
}
@media only screen and (max-width:599px) {
#privacypolicy p {
    margin-bottom: 20px;
    font-size: 1.6rem;
}
#privacypolicy dt {
    font-size: 2.0rem;
    margin-bottom: 9px;
}
}
/******************************************************** スマホ用設定 */

@media only screen and (max-width:768px) {
.mv_wrapper h1 {
    font-size: 4.2rem;
}
.mv_wrapper p {
    font-size: 2.2rem;
}
.mv {
    background-position: bottom right -347px;
}
}
