@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #eae2d8;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 0.01em;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#wrapper {
  position: relative;
}

@media screen and (min-width: 751px) {
  a,
  a:before,
  a:after,
  a img:hover,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/


.pc {
  display: block;
}

.sp {
  display: none;
}

.outer-block {
  /* min-width: 1440px; */
}

.inner-block {
 width: 1090px; 
  margin: 0 auto;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/

/*--------------------------------------
  c-tltle
----------------------------------------*/

.c-title {
  font-family: 'Quicksand';
  font-weight: 500;
}
.c-title::before {
  content: "";
  display: inline-block;     
  background-color: #333;   
  vertical-align: middle;
}

@media screen and (min-width: 751px){
  .c-title {
  font-size: 40px;
  margin-bottom: 80px;
  }
  .c-title::before {
   width: 40px;        
   height: 2px; 
   margin-right: 17px;    
  }
}

/*--------------------------------------
  c-btn
----------------------------------------*/

.c-btn {
  text-align: right;
  padding-right: 44px;
}

.c-btn-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-family: "Quicksand";
  font-weight: 500;
}

.c-btn .line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: calc(100% + 22px);
  height: 2px;
  background: #000;
}

.c-btn .circle {
    position: absolute;
    bottom: -20px;
    right: -43px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
}

@media screen and (min-width: 751px){
  .c-btn {
   padding-right: 44px;
  }

  .c-btn-wrap {
   font-size: 24px;
  }
}

/*--------------------------------------
c-sub-title
----------------------------------------*/

.c-sub-title {
background-color: #c6c0ba;
}

.c-sub-title h3 {
 font-family: "Quicksand";
 font-weight: 500;
} 

.c-sub-title h4 {
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
}

.c-sub-title h5 {
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 400;
line-height: 2;
}

@media screen and (min-width: 751px){
  .c-sub-title {
   padding: 160px 0 190px ;
  }

  .c-sub-title h3 {
   font-size: 48px;
  }

  .c-sub-title h4 {
   font-size: 22px;
   margin-top: 60px;
}

.c-sub-title h5 {
  font-size: 18px;
  margin-top: 30px;
}

}


/*--------------------------------------
c-breadcrumbs
----------------------------------------*/

.c-breadcrumbs ul {
  display: flex;
}

.c-breadcrumbs li  {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 751px){
  .c-breadcrumbs {
  padding: 30px 0;
}
.c-breadcrumbs li  {
  margin-right: 20px;
  font-size: 14px;
}

}


/*------------------------------------------------------------------------------
main-layout
------------------------------------------------------------------------------*/

@media screen and (min-width: 751px){
.main-layout {
  display: flex;
}
}


/*----------------------------------------------------------
  .top_page .header
------------------------------------------------------------*/

.top_page .header .logo.sub_pc {
  display: none;
}

.top_page .header  h2 {
  display: none;
}

@media screen and (min-width: 751px) {
.top_page .header {
  flex: 0 0 20%;  /* 固定で20%（grow=0, shrink=0, basis=20%） */
  margin: 0 auto;
}

.top_page .header .nav-wrap {
  margin-left: 90px;
  margin-top: 100px;
}

.top_page .header .nav-wrap li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background-color: #333;
  transition: width 0.3s ease;
}

.top_page .header .nav-wrap li:hover::after {
  width: 110px;
}

.top_page .header .nav-wrap img {
  width: 90px;
  height: auto;
  margin-bottom: 30px;
}

.top_page .header .nav-wrap li {
  margin: 30px 0;
  font-family: "Quicksand";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.01em;
  position: relative;
  text-decoration: none;
}

}



/*----------------------------------------------------------
  .sub_page .header
------------------------------------------------------------*/

.sub_page .header .logo.top_pc {
  display: none;
}

.sub_page .header .logo.sub_pc img {
  width: 72px;
  height: auto;
}


@media screen and (min-width: 751px) {

 .sub_page .header {
  height: 200px;
  width: 100%; 
}
  .sub_page .header .nav-wrap li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2.5px;
    width: 0;
    background-color: #333;
    transition: width 0.3s ease;
  }

  .sub_page .header .nav-wrap li:hover::after {
    width: 100%;
  }


  .sub_page .header .sub-left {
  display: flex;
}

.sub_page .header  h2 {
  font-size: 30px;
  font-family: "Quicksand";
  font-weight: 500;
  margin-left: 15px;
}

.sub_page .header .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 77px 80px
}

.sub_page .header .nav-wrap ul {
  display: flex;
  gap: 50px;

}

.sub_page .header .nav-wrap ul li  {
  font-size: 24px;
  font-family: "Quicksand";
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
}
}

/*--------------------------------------
  mv
----------------------------------------*/

.mv-block .title {
  font-family: 'Quicksand';
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 751px) {
.mv-block {
  flex: 1;               /* 残り全部使う（flex-grow: 1） */
  position: relative;
  top: 0;
  left: 0;
  z-index: 20; 
}
.mv-block .title {
  font-size: 72px;
  font-family: 'Quicksand';
  position: absolute;
  z-index: 10;
  top: 45%;
  left: 33%;
  color: #fff;
}
.mv-block .image {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.mv-block .image span {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 16px;
}
}

/*------------------------------------------------------------------------------
 home
------------------------------------------------------------------------------*/
/*--------------------------------------
 about
----------------------------------------*/

.about-block {
  padding: 250px 0 250px;
}

.about-block .about-section .about-wrap p {
  line-height: 1.8;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.about-block .about-section .about-wrap p + p {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .about-block .about-section {
  display: flex;
  justify-content: space-between;
}

.about-block .about-section .about-wrap p {
  font-size: 22px;
}

.about-block .about-section .about-wrap p + p {
  margin-top: 30px;
}

}


/*--------------------------------------
 menu
----------------------------------------*/

.menu-block .menu-grid .text p {
  font-size: 22px;
  margin-top: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.menu-block .menu-grid .text .set {
  font-size: 16px;
  margin-top: 4px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 200;
}


.menu-block .menu-grid .text .menutext-wrap .money {
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 200;
}

.menu-block .c-btn {
  padding-top: 60px;
}

@media screen and (min-width: 751px)  {
.menu-block {
  padding: 250px 0;
  background-image: url("../image/home/menu-bg.png");
  background-size: cover;         /* 要素にぴったりフィット */
  background-repeat: no-repeat;   /* 画像を繰り返さない */
  background-position: center;  
}

.menu-block .menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 横2列 */
  gap: 80px; /* 要素間の隙間（任意） */
}

}

/*--------------------------------------
 news
----------------------------------------*/

.news-block .news-wrap .news-item {
  text-align: left;
}

.news-date {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.news-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media screen and (min-width: 751px) {
.news-block {
  padding: 150px 0;
}
.news-block .news-wrap {
  display: flex;
  align-items: stretch; /* 高さ揃える*/
  gap: 0; 
  margin-bottom: 100px;
}
.news-block .news-wrap .news-item {
  flex: 1;
  padding: 30px 40px;
  box-sizing: border-box;
}

.news-date {
  font-size: 16px;
  line-height: 2;
}
.news-title {
  font-size: 22px;
  font-weight: 300;
}

.news-block .news-wrap .news-item + .news-item {
  position: relative;
}

.news-item + .news-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #c6c0ba; 
}
}

/*--------------------------------------
 shop
----------------------------------------*/

.shop-block {
  background-size: cover;        
  background-repeat: no-repeat;  
  background-position: center;  
}

.shop-block .shop-wrap .map {
  aspect-ratio: 1 / 1; /* 正方形にする */
  flex-shrink: 0;
  overflow: hidden;
}

.shop-block  .info-wrap .info-item {
  display: flex;
  align-items: center;
}

.shop-block .info-wrap .hour {
  border-top: 1px solid rgba(198, 192, 186, 0.5);
  border-bottom: 1px solid rgba(198, 192, 186, 0.5);
}

.shop-block .info-wrap .hour .info-item + .info-item {
  margin-top: 10px;
}

.shop-block .info-wrap .address {
  border-bottom: 1px solid rgba(198, 192, 186, 0.5);
}

.info-wrap .info-item .label {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}
.info-wrap .info-item .text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  text-align: left;
}

@media screen and (min-width: 751px) {
  .shop-block {
  padding: 260px 0 230px;
  background-image: url("../image/home/shop-bg.png");
  }

  .shop-block .shop-wrap {
  display: flex;
  gap: 95px;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.shop-block .shop-wrap .map {
  width: 480px;
  border-radius: 16px;
}

.shop-block .info-wrap .hour {
  padding: 70px 38px;
}

.shop-block .info-wrap .address {
  padding: 70px 38px;
}

.info-wrap .info-item .label {
  font-size: 14px;
}

.info-wrap .info-item .text {
  font-size: 22px;
  margin-left: 80px;
}

.info-wrap .info-item  .text.code {
 margin-left: 60px;
}

.info-wrap .info-item  .text.ad {
 margin-left: 112px;
}
}

/*--------------------------------------
contact
----------------------------------------*/

.contact-block .title {
  font-family: 'Quicksand';
  font-weight: 500;
  text-align: center;
}

.contact-block .contact-text {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  line-height: 2;
}

.contact-block .contact-wrap .mail {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center;     /* 垂直方向中央揃え */
  padding: 24px 90px;
  background-color: #7d716b;
  border-radius: 16px;
}

.contact-block .contact-wrap .mail .mail-text {
  color: #fff;
  margin-left: 10px;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.contact-block .contact-wrap .tel-up {
  display: flex;
  justify-content: center; /* 水平方向中央揃え */
  align-items: center;
  font-size: 26px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.contact-block .contact-wrap .tel-text {
  margin-left: 4px;
  margin-bottom: 4px;
}

@media screen and (min-width: 751px) {
  .contact-block  {
  padding: 200px 0 250px;
}
.contact-block .title {
  font-size: 50px;
  margin-bottom: 100px;
}
.contact-block .contact-text {
  font-size: 22px;
}
.contact-block .contact-wrap {
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
}


/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/

.footer {
 padding: 84px 0 0;
  background-image: url("../image/home/footer-bg.jpg");
  background-size: cover;         /* 要素にぴったりフィット */
  background-repeat: no-repeat;   /* 画像を繰り返さない */
  background-position: center;  
}

.footer .logo {
  text-align: center;
  justify-content: center;
}

.footer .follow-wrap {
  font-size: 24px;
  display: flex;
  justify-content: center; 
  align-items: center;
  text-align: center;
  margin-top: 45px;
  font-family: "Quicksand";
  font-weight: 500;
}

.footer .follow-wrap .icon-wrap {
  display: flex;
  margin-left: 30px;
}

.footer .follow-wrap .icon-wrap .inst-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #eae2d8;
  margin-right: 10px;
}

.footer .follow-wrap .icon-wrap .x-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #eae2d8;
}

@media screen and (min-width: 751px) {
.footer .nav-wrap {
 text-align: center;
 margin-top: 40px;
}

.footer .nav-wrap li {
  display: inline-block;
  font-size: 24px;
  font-family: "Quicksand";
  font-weight: 500;
  letter-spacing: 0.01em;

  position: relative;
  color: #333;
  text-decoration: none;

}

.footer .nav-wrap li + li {
  margin-left: 50px;
}

.footer .nav-wrap li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.footer .nav-wrap li:hover::after {
  width: 100%;
}
}

/*--------------------------------------
 pryvacy
----------------------------------------*/

.pryvacy {
  text-align: center;
  padding: 28px 0;
  background-color: #eae2d8;
  margin-top: 90px;
}

/*------------------------------------------------------------------------------
ここから下層ページ
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
 menu
------------------------------------------------------------------------------*/

/*--------------------------------------
lunch
----------------------------------------*/

.lunch {
  padding: 200px 0;
}

.menu .c-title {
  margin-bottom: 130px;
}

/*--------------------------------------
recommend
----------------------------------------*/

.recommend h3 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  position: absolute;
  background-color:#eae2d8;
}

.recommend .recommend-wrap .reco-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.recommend .recommend-wrap .reco-set {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 200;
}

.recommend .recommend-wrap span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.recommend .recommend-wrap .money {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 200;
}

.menu-contents li {
  border-bottom: 1px solid rgba(198, 192, 186, 0.5);
  display: flex;
  justify-content: space-between;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.come-wrap p {
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 300;
}

@media screen and (min-width: 751px){
  .recommend h3 {
    font-size: 22px;
    top: 173px;
    left: 402px;
    padding: 0 68px;
  }

  .recommend .recommend-wrap {
  display: flex;
  align-items: center;
  gap: 77px;
  padding: 77px 74px;
  border: 1px solid #333;
  border-radius: 16px;
}

.recommend .recommend-wrap .reco-title {
  font-size: 22px;
  margin-bottom: 18px;
}
.recommend .recommend-wrap .reco-set {
  font-size: 16px;
  margin-bottom: 28px;
}
.recommend .recommend-wrap span {
  font-size: 22px;
}
.recommend .recommend-wrap .money {
  font-size: 16px;
}
.menu-contents {
margin: 80px 0;
}
.menu-contents li {
  padding: 16px 0;
  font-size: 16px;
}
.come-wrap p {
font-size: 14px;
}
.come-wrap p + p {
  margin-top: 4px;
}
}

/*--------------------------------------
dinner
----------------------------------------*/

.dinner {
  background-size: cover;         /* 要素にぴったりフィット */
  background-repeat: no-repeat;   /* 画像を繰り返さない */
  background-position: center;  
}

.dinner .recommend h3{
  background-color: #f7f3ef;
}

@media screen and (min-width: 751px){
  .dinner {
  padding: 160px 0 210px;
  background-image: url("../image/menu/menu-dinner-bg.png");
  }
}

/*--------------------------------------
drink
----------------------------------------*/
.drink {
  padding-bottom: 145px;
}

.drink .drink-wrap h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}

.drink .drink-wrap .drink-contents li {
  display: flex;
  justify-content: space-between;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid rgba(198, 192, 186, 0.5);
}

@media screen and (min-width: 751px){
  .drink {
   padding-bottom: 145px;
}
.drink .drink-wrap h4 {
   font-size: 23px;
    margin-bottom: 50px;
}
.drink .drink-wrap {
  padding: 90px 0 80px;
  display: flex;
  justify-content: space-between;
}
.drink .drink-wrap .drink-contents li {
  width: 240px;
  font-size: 16px;
  padding: 10px 0;
}
}

/*------------------------------------------------------------------------------
shop
------------------------------------------------------------------------------*/


.shopinfo .shop-wrap .shop-list li:not(:last-child) {
  border-bottom: 1px solid #c6c0ba;
}

.shopinfo .shop-wrap .shop-list dl {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}


.shopinfo .shop-wrap .shop-list dt {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

.shopinfo .shop-wrap .shop-list dd {
  line-height: 1.8;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}


@media screen and (min-width: 751px){
.shopinfo {
  padding: 150px 0 200px;
}

.shopinfo .shop-wrap {
  display: flex;
  justify-content: space-between;
}

.shopinfo .shop-wrap .shop-list dl {
  padding: 32px 0;
  width: 540px;
}

.shopinfo .shop-wrap .shop-list dt {
  width: 100px;
  margin-right: 26px;
  font-size: 20px;
  margin-top: 5px;
}

.shopinfo .shop-wrap .shop-list dd {
 font-size: 22px;
}

.shopinfo .shop-wrap .shop-image {
  position: relative;
  width: 540px;
  display: block;
}

.shopinfo .shop-wrap .shop-image .shop-image-01 {
 position: absolute;
 top: 48px;
 right: 0;
}

.shopinfo .shop-wrap .shop-image .shop-image-02 {
  position: absolute;
  top: 400px;
  right: 0;
}

.shop-map {
  margin-top: 150px;
}

}

/*------------------------------------------------------------------------------
news-archive
------------------------------------------------------------------------------*/


.news-archive .news-archive-wrap .blg {
  margin-top: 36px;
  width: 328px;
}

.news-archive .news-archive-wrap img {
  width: 328px;
  object-fit: cover;
  height: 214px;
  margin-bottom: 30px;
  border-radius: 16px;
}

.news-archive .news-archive-wrap .date {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 300;
  margin-bottom: 2px;
}

.news-archive .news-archive-wrap .archive-title {
  font-size: 22px;
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 751px){
  .news-archive {
  padding: 150px 0 250px;
}

.news-archive .news-archive-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px;
}

}

/*--------------------------------------
pageing-area
----------------------------------------*/
.pageing-area {
display: flex;
justify-content: center;
align-items: center;
}

.page-numbers {
font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 300;
color: #7d716b;
border: 1px solid #7d716b;
border-radius: 50px;
}

.page-numbers.dots {
  border: none;
  padding: 0 
}

.page-numbers.current {
  background-color:#7d716b;
  color:#eae2d8;
}

.next.page-numbers {
  border: none;
}

.prev.page-numbers  {
  border: none;
}

@media screen and (min-width: 751px){
.pageing-area {
  padding: 150px 0 0;
}

  .page-name {
  margin: 0 30px;
}

.page-numbers {
  margin: 0 10px;
  font-size: 18px;
  padding: 8px 16px;
}

.page-numbers.sigle {
 padding: 8px 17px;
}
}

/*------------------------------------------------------------------------------
news-sigle
------------------------------------------------------------------------------*/


.news-sigle {
  padding: 150px 0 250px;
}

.news-sigle .news-single-wrap .date {
  font-size: 20px;
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 300;
}

.news-sigle .news-single-wrap .sigle-title {
  font-size: 36px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  margin: 32px 0 78px 0;
}

.news-sigle .news-single-wrap p {
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 300;
  margin-top: 100px;
}

.news-sigle .news-single-wrap p + p {
  margin-top: 34px;
}

.news-sigle .news-single-wrap .bold {
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}



.single-btn {
  margin: 160px auto 0;
  width: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 300;
  color: #fff;
  padding: 24px 80px;
  border-radius: 16px;
  background-color: #7d716b;
  border: #7d716b;
}


@media screen and (min-width: 751px){ 
  .news-sigle .news-single-wrap img {
  width: 1098px;
  height: auto;
}
}

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/

/*--------------------------------------
contact text
----------------------------------------*/

.contact-block-wrap .inner-block {
 background-color: rgba(255, 255, 255, 0.6);
}

.contact-block-wrap .contact-info-wrap {
text-align: center;
padding: 0 0 90px;
}

.contact-block-wrap .contact-info-wrap .contact-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}

.contact-tel-wrap .contact-tel {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 53px 0 28px;
}

.contact-tel-wrap .contact-tel span {
  font-size: 30px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  margin-left: 16px;
}

.contact-tel-wrap p {
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 751px){ 
  .contact-block-wrap {
    margin: 190px 0;
}

.contact-block-wrap .inner-block {
 padding: 138px 0; 
 border-radius: 16px;
}

.contact-block-wrap .contact-info-wrap .contact-text {
  font-size: 16px;
}
}

/*--------------------------------------
contact form
----------------------------------------*/

.contact-block-wrap .inner-side-block {
  width: 825px;
  margin: 0 auto;
}

.contact-block-wrap .contact-form {
  width: 825px;
  margin: 0 auto;
}

.contact-block-wrap .contact-form  li + li {
  margin-top: 30px;
}

.contact-block-wrap .contact-form .head {
  font-size: 18px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}

.contact-block-wrap .required {
  position: relative;
}

.contact-block-wrap .required::after {
  content: "★";
  position: absolute;
  color: #de2e2e;
  font-size: 11px;
  display: inline-block;
 margin-left: 2px;
}

.contact-block-wrap .contact-form input.input {
width: 100%;
background-color: rgba(198, 192, 186, 0.2);
border: none;
padding: 11px 48px;
font-size: 18px;
}

.contact-block-wrap .contact-form textarea {
width: 100%;
background-color: rgba(198, 192, 186, 0.2);
border: none;
padding: 11px 48px;
font-size: 18px;
}

/*--------------------------------------
radio
----------------------------------------*/


.mwform-radio-field {
  display: block;
}

.radio-wrap {
background-color: rgba(198, 192, 186, 0.2);
padding: 32px 70px;
}

.mwform-radio-field  + .mwform-radio-field {
  margin-top: 4px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.radio-wrap .mwform-radio-field input {
  display: none;
}

.radio-wrap .mwform-radio-field-text {
  position: relative;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
}

.radio-wrap .mwform-radio-field-text::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid rgba(133, 131, 128, 0.8);
 left: -20px;
 top: 3px;
}

.radio-wrap .mwform-radio-field-text::after {
  position: absolute;
  content: "✔︎";
  left: -18px;
  top: 2px;
  font-size: 10px;
  color: rgba(51, 51, 51, 0.8);
  opacity:0 ;
  transition: opacity 0.3s;
}

.radio-wrap input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
/*--------------------------------------
check-box
----------------------------------------*/
.check-box {
  font-weight: 300;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

.check-box .head {
  margin: 50px 0 16px;
  font-size: 18px;
}

.check-box .mwform-checkbox-field input {
  display: none;
}

.check-box .mwform-checkbox-field-text {
  position: relative;
  font-size: 18px;
  margin-left: 20px;
}

.check-box .mwform-checkbox-field-text::before {
  position: absolute;
  content: "";
  border: 1px solid #333;
  border-radius: 50%;
}

.check-box .mwform-checkbox-field-text::after {
  position: absolute;
  content: "⚫︎";
  opacity:1 ;
  transition: opacity 0.3s;
  opacity: 0;
}

.check-box .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.check-box p {
  font-size: 18px;
  margin-top: 4px;
}

@media screen and (min-width: 751px){  
  .check-box .mwform-checkbox-field-text::before {
    width: 15px;
    height: 15px;
    left: -20px;
    top: 6px;
  }
  .check-box .mwform-checkbox-field-text::after {
   left: -19px;
   top: 3px;
   font-size: 15px;
  }
}