/****
* Theme Name: ys theme4 child
* Description: ys theme4の子テーマ
* Template: ys-theme4
***/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* *{
    word-break: break-all;
} */
html {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游ゴシック体", "游ゴシック", sans-serif;
  font-size: 62.5%; /* 1rem=10px 1.6rem=16px */
  font-weight: 500;
}
footer {
  background: #0c2f4f;
  color: rgba(255,255,255,0.78);
}
.single a, .category a, .archive a, .blog a {
    color: #0c2f4f;
}
footer a, .single footer a, .category footer a, .archive footer a, .blog footer a {
    color: rgba(255,255,255,0.78);
}
.header-fix-cover {
    background: #0c2f4f;
    border-bottom: 0px solid #f0f0f0;
}
.top-menu-pc ul li a {
    background: #0c2f4f;
    color: rgba(255,255,255,0.9);
}
.header-fix-cover header a,
.header-description {
    color: rgba(255,255,255,0.9);
}
.paging {
    margin: 10em 0 5em 0;
}
@media screen and (max-width: 767px){
    .midashi {
        font-size: 3.2rem;
    }
}
/****
* 文字
***/
.fs-075 {
    font-size: 0.75em;
}
.fs-120 {
    font-size: 1.2em;
}
/****
* 色
***/
.fc-red {
    color: #c83a3a;
}
.fc-blue {
    color: #284b83;
}
.bgc-black {
    background-color: #000;
}
.midashi-gray {
    background-color: #f0f0f0;
    padding: 0.8em;
}
/****
* 水平線
***/
.hr-01 {
    width: 40px;
    margin: 1em 0!important;
    border-top: solid 4px #B7975A;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.hr-01-center {
    width: 40px;
    margin: 1em auto!important;
    border-top: solid 4px #B7975A;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.hr-03 {
    margin: 2em 0 3em 0!important;
    /* border-top: solid 3px rgba(12,47,79,1); */
    border-top: solid 1px rgba(12,47,79,1);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.hr-04 {
    margin: 4em 0!important;
    border-top: solid 2px rgba(12,47,79,1);
    border-top: solid 1px rgba(12,47,79,1);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
/****
* 余白
***/
.mt15em {
    margin-top: 15em!important;
}
.mt340px {
    margin-top: 340px;
}
@media screen and (max-width: 767px) {
    .mt15em {
        margin-top: 10em!important;
    }
}

/****
* ボタン
***/
/* 白 */
.button02,
a.button02 {
    display: inline-block;
    border: 1px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.92);
    padding: 0.5em 2em;
}
.button02:hover {
    -webkit-animation: anime02 1s ease-in-out;
    animation: anime02 1s ease-in-out;
}
@-webkit-keyframes anime02 {
    0%{ background-color: rgba(255,255,255,0.75); }
    100%{ background-color: rgba(255,255,255,1); }
}
@keyframes anime02 {
    0%{ background-color: rgba(255,255,255,0.75); }
    100%{ background-color: rgba(255,255,255,1); }
}
/* 青 */
.button-blue,
a.button-blue {
  display: inline-block;
  border: 1px solid rgba(12,47,79,1);
  background-color: rgba(12,47,79,1);
  color: rgba(255,255,255,0.9);
  padding: 0.5em 2em;
}
.button-blue:hover {
  animation: anime-blue 1s ease-in-out;
}
@keyframes anime-blue {
  0%{ background-color: rgba(12,47,79,0.75); }
  100%{ background-color: rgba(12,47,79,1); }
}

/* 緑 */
.button-green,
a.button-green {
  display: inline-block;
  border: 1px solid rgba(28,137,87,1) !important;
  background-color: rgba(28,137,87,1);
  color: rgba(255,255,255,0.9);
  padding: 0.5em 2em;
}
.button-green:hover {
  animation: anime-green 1s ease-in-out;
}
@keyframes anime-green {
  0%{ background-color: rgba(28,137,87,0.75); }
  100%{ background-color: rgba(28,137,87,1); }
}

/* オレンジ */
.button-orange,
a.button-orange {
  display: inline-block;
  border: 1px solid rgba(198,99,24,1) !important;
  background-color: rgba(198,99,24,1);
  color: rgba(255,255,255,0.9);
  padding: 0.5em 2em;
}
.button-orange:hover {
  animation: anime-orange 1s ease-in-out;
}
@keyframes anime-orange {
  0%{ background-color: rgba(198,99,24,0.75); }
  100%{ background-color: rgba(198,99,24,1); }
}

.button-big {
    padding: 1em 3em!important;
}
/* ボタン右下fix */
.button-fixed {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 50;
}

/****
* 画像
***/
.border-radius img {
    border-radius: 50%;
}
/****
* 下部正方形コンテンツ
***/
.content-cube {
    position: relative;
    width: 500px;
    height: 500px;
    margin: -200px auto 0 auto;
    padding: 3em;
    background-color: rgba(12,47,79,1);
    color: rgba(255,255,255,0.75);
    z-index: 10;
}
.content-cube h2 {
    color: rgba(255,255,255,0.9);
}
@media screen and (max-width: 767px) {
    .content-cube {
        width: 86%;
        height: auto;
        margin: -40px auto 0 auto;
    }
}
/****
* レシピのテーブル
***/
table.surimi-recipe-t {
    border-collapse: collapse;
}
.surimi-recipe-t tr {
    border-bottom: 1px solid #ddd;
}
.surimi-recipe-t tr:last-child {
    border-bottom: 0px solid #ddd;
}
.surimi-recipe-t th {
    padding: 0.8em 2em 0.8em 0.5em;
    text-align: left;
    background-color: #f0f0f0;
}
.surimi-recipe-t td {
    padding: 0.8em 2em 0.8em 1em;
}
.surimi-recipe-t td:last-child {
    text-align: right;
}
@media screen and (max-width: 767px) {
    table.surimi-recipe-t {
    width: 100%;
}
    .surimi-recipe-t th,
    .surimi-recipe-t td {
    padding: 0.8em 1em 0.8em 0.5em;
}
}
/****
* レシピのリスト
***/
.surimi-recipe-u li {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.4em 2em 1.4em 1em;
}
.surimi-recipe-u li:nth-child(even) {
    background-color: rgba(240,240,240,0.25);
}
.surimi-recipe-u li:last-child {
    border-bottom: 0px solid #ddd;
}
@media screen and (max-width: 767px) {
    .surimi-recipe-u li {
    padding: 1em 1em 1em 0.5em;
}
}
/**
* 動画関係
*/
/* youtubeレスポンシブ */
.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/****
* 最新の投稿（サムネイル）
***/
img.attachment-100x100 {
        margin: 0 12px 0 0;
        float: left;
}



/****
* 2024/11/8 追記
* 多言語メニュー
***/

/* スライドインメニュー内部 */
@media screen and (max-width: 1020px) {
    nav ul .sub-menu{
        margin-left: 0.5em;
    }
}

.top-menu-pc ul .sub-menu{
    background: #0c2f4f;
}
.header-right{
    display: flex;
    justify-content: flex-end;
}
.header-fix{
    max-width: 100%;
}
.m-lang{
    order: 2;
    position: relative;
    margin-left: 5px;
    width: 64px;
    height: 64px;
    display: flex;
}
@media screen and (max-width: 1020px) {
    .m-lang{
        order: 0;
    }
}

.m-lang_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.m-lang_icon img{
    width: 24px;
    height: 24px;
}

.m-lang_select{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    transform: translate(0,100%);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
}
.m-lang_select.show{
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.m-lang_select .list-view{
    background-color: #0c2f4f;
}
.m-lang_select .list-view li{
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255, 0.3)
}
.m-lang_select .list-view .last{
    border: 0;
}

.m-lang_select .list-view li span{
    display: block;
    width: 100%;
    height: auto;

}
.m-lang_select .list-view li span:not(:has(a)){
    padding: 5px 15px;
    color: #999;
    background-color: #ccc;
}
.m-lang_select .list-view li span a{
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    background-color: #0c2f4f;
    transition: 0.3s ease;

}

.m-lang_select .list-view li span a:hover{
    opacity: 0.8;
}

@media screen and (max-width: 767px){
    .m-lang_select{
        right: -20px;
    }
}

.archive-entry{
    word-break: break-all;
}