@charset "UTF-8";

/*!
Theme Name: ヤマダオリジナル
Description: 専用の子テーマ
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ヘッダー直下のページタイトルと説明*/
/*共通項目*/
#top-slide-sp {display: none;}
.appeal-content { display: none;}

.p-page-header {
  position: absolute;
  top: -90px;
}
.p-page-header-h1 {
  display:flex;
  flex-direction: column;
  text-align: center;
  background-color: #FFF;
  border: solid 3px #000;
  padding: 2%;
  width: 180px;
  position: relative;
}
.p-page-header-h1::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: -14px;
  right: -14px;
  left: 6px;
  border: solid 3px #1e1e1e;
  z-index: -1;
  width: 180px;
}
.p-page-header-sub {
  font-size: 12px;
  font-weight: 400;
}


/*PRICE*/
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap');

.page-id-154 .appeal-in {
  min-height: 0;
  padding: 1.5% 20% !important;
}
.page-id-154 .appeal-in::before {
  content: "";
  color:#fff;
}
.page-id-154 .entry-header,.entry-footer {
  display:none;
}
.page-id-154 h2 {
  margin: 0 !important;
}
.page-id-154 .main {
  padding: 0 15px;
}
.tablepress img {
  max-width: 100% !important;
}
.page-id-154 .row-1 .column-1 {
  padding: 0 !important;
}

.page-id-154 .column-1 {
  width: 48%;
}
.page-id-154 .column-2 {
  width: 50.2%;
}

.page-id-154 .price {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
}

.page-id-154 .column-1 {
  font-weight: 400 !important;
  vertical-align: middle;
  text-align: right;
}
.page-id-154 .column-2 {
  font-size: 1.4em;
  text-align: right;
}


/*RESERVE*/
.page-id-205 .appeal-in {
  min-height: 0;
  padding: 1.5% 20% !important;
}
.page-id-205 .appeal-in::before {
  content: "ご来店心よりお待ちしております。";
  color:#fff;
}
.page-id-205 .entry-header,.entry-footer {
  display:none;
}

.page-id-205 h2 {
  margin: 0 !important;
}
.page-id-205 .main {
  padding: 0 15px;
}
.reserve-txt {
  font-weight: 700;
  margin-top: 8% !important;
  margin-bottom: 1% !important;
}
.reserve-time {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.25 !important;
}

.reserve-time2 {
  color: #f00000;
}
.reserve-txt-sub {
  font-size: 14px;
  margin: 1% 0 !important;
}
.reserve-txt-big {
  font-size: 20px;
  font-weight: 700 !important;
  margin: 1% 0 !important;
}

.reserve-txt-big a {
  font-family: 'Abhaya Libre', serif;
  font-size: 30px;
  text-decoration: blink;
  animation: blinking 1s ease-in-out infinite alternate;
}
 
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}



/*ACCESS*/
.page-id-80 .appeal-in {
  min-height: 0;
  padding: 1.5% 20% !important;
}
.page-id-80 .appeal-in::before {
  content: "ご来店心よりお待ちしております。";
  color:#fff;
}
.page-id-80 .entry-header,.entry-footer {
  display:none;
}
.page-id-80 h2 {
  margin: 0 !important;
}
.page-id-80 .main {
  padding: 0 15px;
}

.g-map-btn {
  text-align: right;
}
.access-img {
 text-align: center;
 max-width: 100%;
}


/*新着記事一覧*/
.page-id-100 .appeal-in {
  min-height: 0;
  padding: 1.5% 20% !important;
}
.page-id-100 .appeal-in::before {
  content: "お知らせをお届けします。";
  color:#fff;
}
.page-id-100 .entry-header,.entry-footer {
  display:none;
}

.page-id-100 h2 {
  margin: 0 !important;
}
.page-id-100 .main {
  padding: 0 15px;
}

.page-id-100 .widget-entry-cards.card-large-image figure {
  height: 100% !important;
}

.page-id-100 .new-entry-cards {
  margin-top: 2%;
}

/**********************************************
** 固定ページの新着記事一覧(new_list)を
** 2カラム表示にする
**********************************************/
.new-entry-cards.fp-new-entry-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.fp-new-entry-cards .new-entry-card-link.a-wrap {
  display: inline-block;
  width: 49.5%;
}



/*SAMPLE*/
.page-id-2 .appeal-in {
  min-height: 0;
  padding: 1.5% 15% !important;
}
.page-id-2 .appeal-in::before {
  content: "サンプルページです。";
  color:#fff;
}

.eye-catch-wrap {
  display: none;
}

.fa-phone,.fa-line {
  color: darkseagreen;
}

.mobile-footer-menu-buttons > .menu-button:nth-child(1) {
  border-right:solid 1px #9e9e9e;
}

.mobile-footer-menu-buttons{
  background-color: rgba(255, 255, 255, 0.9);
}


body {
  display: flex !important;
  flex-flow: column !important;
  min-height: 100vh !important;
  overflow-x: hidden;

}
main {
  flex: 1;
}

/*.entry-header,.entry-footer {
  display:none;
}*/
.admin-pv {
  display: none;
}

.tmm_photo {
  border-radius: 0 !important;
}

/*フッター上部*/
.original-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  padding: 6% 0 5% 0;
  border-bottom: dashed 1px rgb(129, 129, 129);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
.ft-logo {
  max-width: 100%;
  width: 400px;
  text-align: center;
  margin:  0 auto;
}

.ft-txt {
  font-size: 12px !important;
  font-weight: 400;
}

.footer-bottom {
  margin-top: 0 !important;
  padding: 2% !important;

}
.footer {margin-top:0 !important;}
.content-bottom {margin:1em 0 0 0 !important;}
.widget-content-bottom {margin-bottom:0 !important ;}
.copyright {margin-top: 0 !important;}


.front-page-type-index {
  margin-bottom: 10%;
}


/*グローバルメニュー太字*/
.item-label {
 font-weight: 900;
}

/*サイトトップの横線サインポール*/
.header-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(45deg, rgb(63, 63, 63), rgb(78, 78, 78) 5px, white 5px, white 10px);
    animation: anime_stripe_1 .8s infinite linear;
  }
  @keyframes anime_stripe_1 {
    0% {  background-position-x: 0;}
    100% {  background-position-x: -40px;}
  }
@media screen and (max-width:768px){
 .header-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #000;
  }
}

.mobile-header-menu-buttons:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(45deg, rgb(63, 63, 63), rgb(78, 78, 78) 5px, white 5px, white 10px);
    animation: anime_stripe_1 .8s infinite linear;
  }
  @keyframes anime_stripe_1 {
    0% {  background-position-x: 0;}
    100% {  background-position-x: -40px;}
  }

.header-container-in.hlt-top-menu {
	padding-top: 20px;
}

#block-8 {
  display: none;
}

.pagination-next,.pagination {
  display: none;
}

.front-page-type-index {
  margin-bottom: 4% !important;
}

/*ボタンデザイン*/
#custom_html-13 {
  text-align: center;
}
/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;

  padding: 1rem 6rem;
  border: none;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: rgba(197, 165, 118,0.8);
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}

/*見出しデザイン*/
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

.midashi01 span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20%;
}

.midashi01,.entry-title {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  400 !important;       /* 文字の太さ調整 */
    font-size: 16px !important;            /* 文字サイズ指定 */
    background-color:  #000 !important;    /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    padding: 10px 0 10px 30px;  /* 余白指定 */
    margin-bottom:  20px;       /* 周りの余白指定 */
}
p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
 
.midashi01:before,.entry-title:before {
    content: '';                /* 空の要素を作る */
    height: 110%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -3px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(3deg);    /* 回転 */
}
.midashi01:after,.entry-title:after {
    content: '';                /* 空の要素を作る */
    height: 116%;               /* 高さ指定 */
    width: 3px;                 /* 幅指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left: 14px;                 /* 位置調整 */
    top: -6px;                  /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    background-color:  #fff;    /* 背景色指定 */
    transform: rotate(-15deg);  /* 回転 */
}

.entry-title {
  font-size: 1.3em !important;
}

.ect-vertical-card .entry-card-wrap{
  max-width: 43%;
  box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
  border-radius: 3px;
  padding:0;
}
@media screen and (max-width:480px){
  .ect-vertical-card .entry-card-wrap{
      max-width: 46%;
  }
  .e-card-title {
      font-size: 13px;
  }
}
.entry-card-title{
  color: #5a5a5a;
  line-height: 1.6;
}
.ect-vertical-card .entry-card-wrap .entry-card-content {
  margin: 8px 12px 9px 12px;
}
.entry-card-meta, .related-entry-card-meta {
  color: #b7b7b7;
  margin: 4px 8px;
}
.entry-card-wrap .cat-label{
  display: none;
}
.ect-vertical-card {
  justify-content: space-around;
}

.card-thumb {
  overflow: hidden;
  object-fit: contain;
	height: 19vw;
}
.card-thumb img {
  transition: all .6s ease-out 0.1s;
}
.card-thumb img:hover {
  transform: scale(1.1);
  transition: all .3s ease-out 0.1s;
}


/*スマホメニュー*/
.navi-menu-content {
  background-color: rgb(255, 255, 255,0.9);
}
.menu-drawer a {
  color: #1e1e1e;
  text-decoration: none;
  padding: 25px;
  border-bottom: dashed;
  display: block;
  background-color: none;
}
.menu-close-button {
  border-bottom: dashed;
  padding: 0 2%;
}

.mb-ft {
  display: none;
}

.menu-caption {
  font-weight: 900;
}

/*サイドバーカレンダーデザイン*/
.widget_xo_event_calendar{
  margin-top: -30px;
}
.sidebar h2 {
  margin: 0 !important;
}
.month-dayname-space {
  height: 0.6em !important;
}

.month-header {
  background-color: #000;
  color: #FFF;
}
.dashicons-arrow-left-alt2,.dashicons-arrow-right-alt2 {
  color: #fff;
  padding-top: 2px;
}
.monday,.tuesday,.wednesday,.thursday,.friday,.saturday,.sunday {
  background-color: #1f1f1f;
  color: rgb(255, 245, 212);
}
.saturday {
  color: #06F !important;
}

.other-month,.dayname td {
  background-color: #fff;
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  font-size: 1.3rem;

}

#media_image-2 img {
  width: 100% !important;
  max-width: initial !important;
}


  /*TOPページ（当店の歴史）*/
  .top_history {

  }

  .histry_box {
    display: flex;
  }
  .histry_box2 {
    margin-top: 2%;
  }

  .histry_p01 {
    flex-grow: 1;
    padding: 2%;
  }

  .histry_t01 {
    flex-grow: 3;
    padding: 2%;

  }
  .histry_t01-2 {
    margin-top: 10px;
    flex-grow: 3;
    padding: 2%;
    font-size: 1rem;
    line-height: 1.8;
  }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/

  /*1023px以下でロゴを消す*/
	img.site-logo-image{
		visibility: hidden;
	}

  /*1023px以下でモバイル用のロゴ表示*/
	.logo-menu-button.menu-button{
		background-image: url(/wp-content/uploads/logo-Web-bl.png);
		background-size: 160px auto;
		background-position: center;
		background-repeat: no-repeat;
  }
  
  .header-container:before {
    display: none;
  }

  .header-container-in {
	  display: none !important;
  }

  .mb-ft {
    display: block;
    text-align: center;
    padding: 0 15px;  
  }

  .p-page-header {
    position: initial;
    top: 0;
  }
  .appeal {
    display: none;
  }

  .kotei-h2 {
    margin-top: -4px !important;
  }
  
  .mobile-menu-buttons > li {
    padding-top: 6px !important;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

  .appeal-in {
    display: none;
  }
  .appeal-in::before {
    display: none;
  }
  .p-page-header {
    position: initial;
    top: 10%;
  }

  .kotei-h2 {
    margin-top: 0 !important;
  }
  .kotei-h2 span {
    margin-left: 20px;
  }
}

/*599px以下*/
@media screen and (max-width: 599px){
  /*必要ならばここにコードを書く*/
  .reserve-txt2 {
    margin-top: -1% !important;
  }
  .g-map-btn,.line-btn {
    text-align: center;
    max-width: 100%;
  }
  .entry-title {
    font-size: 1em !important;
  }
  .histry_box {
    flex-direction: column;
  }
  .histry_t01 {
    flex-grow: 3;
    padding: 2%;
  }

  .histry_p01 {
    flex-grow: 1;
    padding: 2%;
  }
	  #top-slide-pc {
    display: none;
  }
  #top-slide-sp {
    display: block;
  }

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .ft-logo {
    padding:4% 10%;
  }
  .ect-vertical-card {
    max-width: 100% !important;
  }
  .entry-card-wrap {
    max-width: 100% !important;
  }
  .midashi01 {
    font-size: 12px !important;
  }
  .card-thumb img {
    object-fit: contain;
    height: 100%;
  }
  .entry-card-thumb {
    height: auto !important;
  }

  #top-slide-pc {
    display: none;
  }
  #top-slide-sp {
    display: block;
  }
  .card-title {
    font-size: 14px;
    text-align: center;
  }
  
}






/*サイドバナーアニメーション*/
.image_box {
  width: 100%;
  display: block;
}

.hover_2 {
  position: relative;
}
.hover_2 .img_wrap {
  overflow: hidden;
}
.hover_2 .img_wrap img {
  width: 100%;
  transition: 0.3s;
}
.hover_2:hover .img_wrap img {
  transform: scale(1.1) rotate(6deg);
  opacity: 0.8;
}

