@charset "UTF-8";

/*!
Theme Name: yagami-e-yorisoudan
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 記事ページ */
.no-sidebar .wrap {
 width: 1060px;
}
@media screen and (max-width: 1255px) {
.no-sidebar .wrap {
        width: auto;
}
}
@media screen and (max-width: 480px) {
.entry-title {
	padding: 0;
	margin-bottom: 20px;
}
}
.tag-link {
	color: #fff;
	background: #8B3B18;
	border: none;
	border-radius: 20px;
	padding: 2px 10px;
}
.tag-link:hover {
	border: 1px solid #8B3B18;
	background: #fff;
	color: #8B3B18;
	transition: .5s;
}
.article h1 {
	padding-bottom: 10px;
	margin-top: 1em;
  position: relative;
}
.article h1:before, .article h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #ED852B;
  bottom: -3px;
  width: 10%;
}
.article h1:before {
	border-bottom-color: #F4B645;
	width: 100%;
}
.article h2 {
	color: #8B3B18;
	margin-top: 5em;
	font-weight: normal;
	padding: 0.8em;
  background: #FFD58D;
  border-bottom: solid 5px #ED852B;
}
.article h3 {
	border: none;
	color: #8B3B18;
	position: relative;
  padding: 0.25em 0;
	margin-top: 3em;
}
.article h3:after {
	content: "";
  display: block;
  height: 3px;
  position: absolute;
  border-bottom: solid 3px #ED852B;
  bottom: -3px;
  width: 100%;
}
.article h4 {
	margin: 2em 0 1.5em;
	color: #fff;
	border: none;
	padding: 0.5em;
	display: inline-block;
	line-height: 1.3;
	vertical-align: middle;
	font-size: 1.2em;
	background: #EE852A;
	border-radius: 25px 0px 0px 25px;
}
.article h4:before {
	content: '●';
  color: #fff;
  margin-right: 8px;
}
.wp-block-button__link {
	background-color: #ED852B;
	border-radius: 50px;
}
.wp-block-button__link:hover {
	color: #FFF;
	background-color: #8B3B18;
	transition: .5s;
}
ul.wp-block-list {
	list-style: none;
	line-height: 2;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
ul.wp-block-list li::before {
	content: '●';
	color: #EE852A;
	font-size: 0.8em;
	margin-right: 0.6em;
}
ol.wp-block-list {
	line-height: 2;
	text-indent: 0.2em;
	padding-left: 1.2em;
}
ol.wp-block-list li::marker {
	color: #EE852A;
	font-weight: bold;
}
.wp-block-buttons>.wp-block-button {
	margin: 0 0 1.8em 0;
}
.img-text figure {
	text-align: center;
}

/* 表デザイン */
.wp-block-table table {
	width: 100%!important;
}
.wp-block-table tr {
	border-color: #fffad6;
}
.wp-block-table tr>*:first-child {
	text-align: center;
	background: #e2cba3;
	border-color: #fffad6;
	color: #61420d;
	font-weight: bold;
	width: 30%;
}
.wp-block-table td {
	padding: 0.8em 1.2em;
}
.wp-block-table td:not(:first-child) {
	border-top: none;
	border-color: #fffad6;
}
.wp-block-table table tr:nth-of-type(2n+1) {
	background-color: #fffad6;
}
.wp-block-table th {
	padding: 0.8em 1.2em;
	background-color: #ED852B!important;
	color: #fff!important;
	letter-spacing: 0.1em;
}
table:not(.has-border-color) :where(th, td) {
	border-color: #fffad6;
}
.wp-block-table:last-of-type {
	border-right-color: #fffad6;
}
.wp-block-table thead {
    border-bottom: none;
}
div.wp-block-tableberg-wrapper table tr:first-of-type .wp-block-tableberg-cell {
	border-top: none;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell:first-of-type {
	border-left: none;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell {
	border-right: none;
	border-bottom-color: #fffad6;
}
div.wp-block-tableberg-wrapper table .wp-block-tableberg-cell:last-of-type {
	border-right-color: #fffad6;
}
div.wp-block-tableberg-wrapper table tr:last-of-type .wp-block-tableberg-cell {
	border-color: #fffad6;
}
.wp-block-tableberg-table tr {
	border-color: #fffad6;
}
.wp-block-tableberg-table tr>*:first-child {
	text-align: center;
	background: #e2cba3;
	border-color: #fffad6;
	color: #61420d;
	font-weight: bold;
	width: 30%;
}
.wp-block-tableberg-table td {
	padding: 0.8em 1.2em;
}
.wwp-block-tableberg-table td:not(:first-child) {
	border: none;
}
.wp-block-tableberg-table table tr:nth-of-type(2n+1) {
	background-color: #fffad6;
}
.wp-block-tableberg-table th {
	padding: 0.8em 1.2em;
	background-color: #ED852B!important;
	color: #fff!important;
	letter-spacing: 0.1em;
}
.wwp-block-tableberg-table thead {
    border-bottom: none;
}

/* 自動挿入アンカーリンク位置 */
:target::before {
	content: "";
	display: block;
	height: 225px;
	margin: -225px 0 0;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h4 {
	font-size: 16px;
}
/* 自動挿入アンカーリンク位置 */
:target::before {
	height: 146px;
	margin: -146px 0 0;
}
}

/************************************
** ヘッダー・フッター用
************************************/
header h1,
header ul,
header li,
footer ul,
footer li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  line-height: 1.6em;
  vertical-align: baseline;
}

footer p,
footer dt,
footer dd,
footer li {
  line-height: 1.6em;
}

header ul,
footer ul{
  list-style: none;
}

footer ul {
  padding-left: 0;
}

header .container,
footer .container {
　width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

header a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}

header a:hover {
  color: #333333;
  opacity: .7;
}

.f-bottom a {
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

.f-bottom a:hover {
  color: #fff;
  opacity: .7;
}

.f-bottom a.ftBt:hover {
  color: #414141;
  opacity: .7;
}

header .flex-box,
footer .flex-box {
  display: flex;
}

.btn-normal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8e3605;
  font-size: 18px;
  gap: 14px;
  padding: 10px 15px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
}

.btn-normal:hover {
  color: #fff;
  opacity: .7;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.sp-menu-wrap ul{
  padding-left: 0;
  list-style: none;
}

.sp-menu2 > li > a:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid thin #F08300;
  border-bottom: solid thin #F08300;
  transform: rotate(-45deg);
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  position: absolute;
}

@media screen and (max-width: 768px) {
    .sp-menu1 a {
        text-decoration: none;
    }
    .sp-menu2 {
        border-top: solid thin #8D390D;
    }
    .sp-menu2 li {
        border-bottom: solid thin #8D390D;
    }
    .sp-menu2 a {
        display: flex;
        padding: 15px 5%;
        gap: 10px;
        color: #8D390D;
        font-size: 20px;
        text-decoration: none;
        position: relative;
    }
    .sp-menu2-img {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sp-menu2 a {
        display: flex;
        padding: 15px 5%;
        gap: 10px;
        color: #8D390D;
        font-size: 20px;
        position: relative;
    }
    .sp-menu2 > li > a:after {
        right: 5%;
    }
    .sp-menu-btn,
    .sp-menu-btn-close {
        text-decoration: none;
　　　　line-height: 1.0em
    }
    .sp-menu-btn .sp-menu-btn-icon,
    .sp-menu-btn-close .sp-menu-btn-icon {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0 auto;
        text-decoration: none;
    }
    .sp-menu-wrap .sp-menu-btn-icon:before {
        transform: rotate(45deg);
    }
    .sp-menu-wrap .sp-menu-btn-icon:after {
        transform: rotate(-45deg);
    }
    .sp-menu-wrap .sp-menu-btn-icon:before,
    .sp-menu-wrap .sp-menu-btn-icon:after {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .sp-menu-btn .sp-menu-btn-icon:before,
    .sp-menu-btn .sp-menu-btn-icon:after,
    .sp-menu-btn-close .sp-menu-btn-icon:before,
    .sp-menu-btn-close .sp-menu-btn-icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #F08300;
        position: absolute;
        left: 0;
    }
    .sp-menu-btn p, .sp-menu-btn-close p {
        font-size: 12px;
        color: #F08300;
        width: 48px;
        text-align: center;
    }
}

.h-copy img {
  vertical-align: top;
}

.sp-menu-wrap a {
  text-decoration: none;
}

/* ----------------------------------
   header
----------------------------------- */
/* スマホメニュー */
.sp-menu-wrap {
  display: none;
}
header {
  width: 100%;
  padding: 0 0 10px;
  line-height: 1.6em;
  background:#fff;
}
.h-copy {
  background: #F08300;
  color: #fff;
  text-align: center;
  padding: 3px 0 0 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6em;
}
.h-top {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 0 0;
  background: #fff;
}
.h-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-top h1 {
  text-align: center;
  color: #8D390D;
  font-size: 16px;
  font-weight: 400;
  width: 260px;
}
.h-bottom-center {
  width: 362px;
}

.h-bottom-l .flex-box {
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
.h-bottom-l h1 {
  color: #8D390D;
  font-weight: 400;
  text-align: center;
}
.h-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 98%;
}
.gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #8D390D;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.44;
}
.h-bottom-r .flex-box {
  gap: 23px;
}
.h-menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  letter-spacing: 0.06em;
}
.h-menu li {
  font-size: 16px;
}
.h-menu li:not(:last-child) {
  border-right: solid thin;
  padding-right: 15px;
}
.h-tel {
  width: 250px;
}
.h-tel img {
  max-width: 100%;
}
.h-cart-btn {
  display: flex;
  align-items: center;
  background: #F08300;
  color: #fff;
  padding: 13px;
  border-radius: 27px;
  font-size: 18px;
  gap: 10px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: 0.06em;
}
.h-cart-btn img {
  width: 22px;
}
.header-favorite a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-mypage a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  color: #707070;
}
.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  color: #707070;
}

.logout a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: block;
  color: #707070;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: block;
  color: #707070;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.fixed-box {
    width: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: opacity 2s;
}
.fixed-box.active {
  opacity: 1;
  pointer-events: auto;
}

/* ----------------------------------
   footer
----------------------------------- */
footer {
  margin-top: 30px;
  background:#fff;
}
.f-top {
    padding: 35px 0;
}
.f-top .container {
    display: flex;

}
.f-guide-box {
    width: calc(100% / 3);
    border-right: solid thin #dfc971;
    padding: 0 30px;
}
.f-guide-box:first-child {
    padding-left: 0;
}
.f-guide-box:last-child {
    border-right: none;
    padding-right: 0;
}
.f-guide-block {
    margin-bottom: 30px;
}
.f-guide-list li {
    font-size: 16px;
}
.f-guide-box h3 {
    background: url("https://yagami-e-yorisoudan.com/wp-content/themes/yagami-e-yorisoudan/img/icon_ring_orange.png")no-repeat;
    padding-left: 24px;
    color: #8D390D;
    font-weight: 450;
    font-size: 18px;
    line-height: 1.6em;
    background-position: 0 6px;
    margin-bottom: 10px;
}
.f-guide-block p {
    padding-left: 24px;
    font-size: 16px;
}
.f-guide-tel {
    color: #F08300;
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 0.018em
}
.f-guide-list {
    padding-left: 24px;
    margin-top: 10px;
}
.f-guide-list li {
    margin-bottom: 3px;
}
.f-guide-block .btn-normal {
    margin-left: 24px;
}
.f-guide-credit img {
    width: 142px;
    margin-left: 10px;
}
.f-bottom {
    background: #F08300;
    color: #fff;
}
.f-bottom .container {
    padding: 10px 0 30px;
}
.f-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.f-nav li {
    padding: 0 13px;
    font-size: 16px;
    border-right: solid thin #fff;
}
.f-nav li:first-child {
    border-left: solid thin #fff;
}
.f-nav a {
    color: #fff;
}
.f-paypay{width:30px;}
.f-logo {
    text-align: center;
    margin-bottom: 40px;
}
.f-bottom-tel {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
    text-align: center;
    line-height: 1.2;
}
.f-bottom-hours {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.f-bottom-rest {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.copyright {
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  color: #F08300;
  padding: 10px 0;
}
.list-circle li {
  position: relative;
  display: flex;
  align-items: center;
}
.list-circle li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #F08300;
  border-radius: 50%;
  margin-right: 5px;
}
.link-orange {
  color: #F08300 !important;
  text-decoration: underline;
  text-underline-offset: 7px;
  display: inline !important;
  font-size: 16px !important;
}
.link-orange:hover {
  text-decoration: none;
  opacity: .7;
}
.f-jpn {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.f-jpn2 {
  font-family: 'Noto Serif JP', serif;
}

.f-guide-credit{
	min-width: 300px;
}

.txt-center {
  text-align: center;
}

/* ----------------------------------
   responsive
----------------------------------- */
@media screen and (max-width: 768px) {
    .header {
        height: 120px;
    }
    .content {
        padding-top: 138px;
    }
    .pc-only {
        display: none;
    }
    .container {
        margin: auto;
        width: 100%;
    }
    .sp-menu-btn .sp-menu-btn-icon:before, .sp-menu-btn .sp-menu-btn-icon:after, .sp-menu-btn-close .sp-menu-btn-icon:before, .sp-menu-btn-close .sp-menu-btn-icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #F08300;
        position: absolute;
        left: 0;
    }
    .sp-menu-btn-icon:before {
        top: 13px;
    }
    .sp-menu-btn-icon:after {
        bottom: 13px;
    }
    .sp-menu-active {
        overflow: hidden;
    }
    .sp-menu-wrap {
        position: fixed;
        z-index: 110;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow: scroll;
    }
    .sp-menu-btn {
        display: block;
    }
    .sp-menu-btn .sp-menu-btn-icon, .sp-menu-btn-close .sp-menu-btn-icon {
        width: 40px;
        height: 40px;
        position: relative;
        margin: 0 auto;
    }
    .sp-menu-btn p, .sp-menu-btn-close p {
        font-size: 12px;
        color: #F08300;
        width: 48px;
        text-align: center;
    }
    .sp-menu-top {
      padding: 10px 5% 20px;  
    }
    .sp-menu-flex {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .sp-menu1 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .sp-menu1 li {
        width: calc( 50% - 10px);
    }
    .sp-menu1 a {
        display: flex;
        padding: 5px 15px;
        align-items: center;
        gap: 10px;
        background: #8D390D;
        color: #fff;
        font-size: 15px;
        border-radius: 20px;
    }
    .sp-menu1 img {
        width: 18px;
        height: auto;
    }
    .sp-menu2 {
        border-top: solid thin #8D390D;
    }
    .sp-menu-cart {
        background: #F08300;
    }
    .sp-menu-cart a {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        text-decoration: none;
    }
    .sp-menu-cart a img {
        height: 25px;
    }
    header .header-menu {
      justify-content: space-around;
      margin-bottom: 20px;
      position: fixed;
      z-index: 100;
      top: 0;
      width: 100%;
      padding: 20px 30px;
      background: #fff;
    }
    header .header-logo img {
      max-width: 100%;
    }
    .header {
        top: 0;
        padding: 0 0 10px;
        position: fixed;
        background: #fff;
        z-index: 100;
    }
    .h-copy {
        font-size: 11px;
        padding-bottom: 3px;
    }
    .h-sp-shopname {
        font-size: 11px;
        padding: 5px 0;
        line-height: 1.6em;
    }
    .h-top, .h-bottom-center, .h-bottom-r {
      display: none;
    }
    .h-bottom .container {
        align-items: center;
        gap: 20px;
    }
    .h-bottom-l {
        width: 61%;
    }
    .h-bottom-l .flex-box {
      margin-bottom: 0;
    }
    .h-cat-btn {
        width: 18%;
        font-size: 12px;
        text-align: center;
        color: #F08300;
    }
    .h-cat-btn .sp-menu-btn-icon {
        width: 30px;
        margin: 0 auto;
        height: 40px;
        display: flex;
        align-items: center;
    }
    .f-top .container {
        flex-direction: column;
        gap: 20px;
        width: 96%;
    }
    .f-guide-box {
        width: 100%;
        padding: 0;
        border-right: none;
    }
    .f-bottom {
        padding-bottom: 68px;
    }
    .f-bottom .container {
        width: 96%;
    }
    .f-nav {
        gap: 10px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .f-nav li:nth-child(odd) {
        border-left: solid thin #fff;
    }
    .f-nav li {
        min-width: 50%;
    }
    .f-bottom-tel {
        font-size: 26px;
    }
    .f-bottom-hours {
      font-size: 15px;
      font-weight: 400;
    }
    .f-bottom-rest {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 30px;
    }
    .f-cart a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding: 10px 0;
      font-size: 27px;
      background: #F08300;
      color: #fff;
    }
    .item-icons{
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 1;
    }
    .contents {
        padding-bottom: 0;
    }
}
