@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Baloo+Thambi+2&display=swap');
/*
Theme Name: DoshCook Theme
Author: Reo
Version: 1.0
*/

/*
* Common
*/
:root {
    --main-text: #3c444d;
    --main-background: #fdfdfd;
    --card-background: #fff;
    --quote-background: #e8ecef;
    --search-background: #bdc4c7;
    --search-text: #fdfdfd;
}
/* @media (prefers-color-scheme: dark) {
    :root {
        --main-text: #fdfdfd;
        --main-background: #3c444d;
        --card-background: #333333;
        --quote-background: #3c3c3c;
        --search-background: #3c3c3c;
        --search-text: #fdfdfd;
    }
} */

/* :root {
  --main-text: #3c444d;
  --main-background: #F2EAD4;
} */

html {
    font-size: 62.5%;
    margin: 0;
}

body {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
    color: var(--main-text);
    font-family: sans-serif;
    background-color: var(--main-background);
    letter-spacing: 0.2px;
    line-height: 2em;
    transition: .5s;
}

h1 {
  font-size: 2.4rem;
  margin: 1em 0;
}

h2 {
	margin: 2em 0 1em;
}

h3 {
  margin: 1em;
}

p {
    font-size: 1.6rem;
}

li {
    font-size: 1.6rem;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
	color: var(--main-text);
}

a:hover, a:focus {
    color: #59b9c6;
}

@media only screen and (min-width:768px) {
    p {
        font-size: 1.6rem;
    }
}

.img-responsive,
article img,
.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wf-nicomoji {
    font-family: "Nico Moji";
}

/*
* Front Page 準備中
*/

.main-contents {
  flex: 1;
  text-align: center;
}

.prepare {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.prepare img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

footer {
  text-align: center;
}

/*
* Wrap
*/
.wrap {
    position: relative;
    min-height: 80vh;
    max-width: 1500px;
    margin: 0 auto;
}

/*
* カラム
*/

.main-wrap {
    display: flex;
    flex-flow: column;
    margin: 1em 0;
}

.main-content {
    width: 90%;
    min-width: 300px;
    max-width: 800px;
    margin: 0 auto;
}

.sidebar {
    width: 90%;
    margin: 0 auto;
    /* padding: 2em 0; */
}

.sidebar h3 {
    margin: 0;
}

@media only screen and (min-width: 820px) {
    .sidebar {
        flex: 0 0 300px;
        position: relative;
        margin: 1em 0;
        padding: 0;
    }

    .sidebar-content {
        margin: 0 1em;
    }

    .main-wrap {
        flex-flow: row;
    }

    .main-content {
        margin: 0 2em;
    }
}

/*
* Sidebar
*/
.sidebar-content {
    margin-bottom: 2em;
}

.left-sidebar-inner {
    margin: 0 0 0 0;
}

.sidebar-card {
    padding: 1em;
    margin-bottom: 2em;
}

@media only screen and (min-width: 820px) {
    .left-sidebar-inner {
        margin: 0 3em 0 0;
    }
}

/*
* card design
*/
.card {
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: var(--card-background);
}

/*
* Fixed content
*/

@media only screen and (min-width: 820px) {
    .fixed-top-content {
        position: sticky;
        top: 150px;
        left: 0;
        width: 80%;
        margin: 0 auto;
    }
}

.fixed-bottom-content {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    z-index: 999;
}

.fixed-bottom-content a {
    text-decoration: none;
}

.fixed-content::before {
    content: '\f0ab';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 50px;
}
/*
* Front Page
*/
.front-page-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
}

.front-page-content {
    max-width: 800px;
}

.front-page-content h2 {
    font-size: 3rem;
    text-align: center;
    margin: 3em 0 1em;
}

.front-title {
    text-align: center;
    font-size: 4rem;
}

@media only screen and (min-width: 768px) {
    .front-title {
        text-align: center;
        font-size: 8rem;
    }

    .front-page-content h2 {
        font-size: 5rem;
    }
}

/*
* Menu
*/

.menu {
    width: 280px;
    margin: 1em auto;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
}

.menu li {
    display: inline-block;
}

.menu a {
    text-decoration: none;
    font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {

    .menu {
        width: 400px;
    }

    .menu a {
        font-size: 2.2rem;
    }
}

/*
* Single Page Header
*/

.no-front-title {
    text-align: center;
    margin: 0;
    padding: 1em 0 0.5em;
}

.no-front-title h2 {
    margin: 0;
}

.no-front-title a {
    font-size: 2.4rem;
    margin: 0;
    text-decoration: none;
}

.no-front-menu {
    margin: 0 auto;
    width: 250px;
}

.no-front-menu ul {
    margin: 0;
}

.no-front-menu a {
    font-size: 1.6rem;
}

.no-front-menu .current {
    font-size: 1.6rem;
    border-bottom: 4px double var(--main-text);
}

/*
* Single Page Article
*/

.single-post {
    margin: 1em 0;
}

.single-post-inner {
    padding: 1em 0;
    margin: 1em 0;
}

.single-page {
    padding: 2em 0;
}

@media only screen and (min-width: 820px) {
    .single-page {
        padding: 2em 0;
        margin: 1em 2em;
    }
}

.single-page h1 {
    font-size: 2.4rem;
    padding: 1em 0 0;
    /* text-align: center; */
    border-bottom: 1px solid var(--main-text);
}

.single-page h2 {
    margin: 2em 0 1em;
    font-size: 2rem;
    /* text-align: center; */
    border-bottom: 1px dashed var(--main-text);
}

.thread-title {
    padding: 1em 0;
}

.single-page a {
    color: #59b9c6;
}

.article-content {
    width: 80%;
    margin: 1em auto;
}

.single-post .article-content {
    width: calc(100% - 2em);
    margin: 1em auto;
}

@media only screen and (min-width:768px) {
  .single-post .article-content {
    width: calc(100% - 8em);
    margin: 3em auto;
  }
}

.article-content p {
    font-size: 1.6rem;
}

.last-modified-date {
    font-size: 1.2rem;
    margin: 5em 0 0;
}

blockquote {
    background-color: var(--quote-background);
    margin: 0;
    padding: 1em 2em;
    border-radius: 3px;
}

blockquote p {
    margin: 0.2em 0;
}

/*
* Articles
*/

.articles article {
    margin: 1em auto;
    padding: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.articles article:hover {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.articles h2 {
    margin: 0;
}

.articles a {
    text-decoration: none;
}

.post-date {
    font-size: 1.4rem;
}

.articles a h2 {
    font-size: 1.8rem;
}

code {
    width: 100%;
}

/*
* Pagination
*/
.pagination {
    display: flex;
    justify-content: center;
}

.pagination .page-numbers {
    padding: 0.2em 0.8em 0;
    margin: 0 0.5em;
}

.pagination .prev,
.pagination .next {
    border: none;
}

.pagination .current {
    border-bottom: 4px double var(--main-text);
}

.single-pagination {
    width: 100%;
    margin: 0 auto;
}

.next-prev {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.next-prev a {
    text-decoration: none;
}

/*
* Daily Report
*/
.products h1 {
    text-align: center;
    border: none;
    font-size: 2.8rem;
    margin: 0;
    padding: 0;
}

.score {
    /* text-align: center; */
    padding-left: 0.5em;
    font-size: 4.2rem;
}

.small-score {
    font-size: 2.2rem;
}

.daily-check-list {
    margin: 0;
    padding-left: 1.6em;
}

.no-checked, .checked {
    list-style-type: none;
}

.no-checked::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 1em;
}

.checked::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 1em;
}

.weekday {
    font-size: 1.4rem;
    font-weight: normal;
}

.score-item {
    font-size: 1.4rem;
    padding-right: 1em;
}

/*
* Footer
*/
footer {
    position: relative;
    text-align: center;
    bottom: 0;
}

footer a {
    text-decoration: none;
}

/*
* 動画 レスポンシブ対応
*/

iframe {
    max-width: 100%;
}

.ytvideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ytvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* Search Box
*/

.searchform {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 3px 10px;
    border-radius: 2em;
    height: 56px;
    overflow: hidden;
    background: var(--search-background);
    color: var(--search-text);
}
.searchform input[type="text"] {
    border: none;
    height: 50px;
    margin-left: 5px;
    background: var(--search-background);
    width: 80%;
    color: var(--search-text);
}
.searchform input[type="text"]:focus {
    outline: 0;
    background: none;
}
.searchform input[type="submit"]{
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 1.8em;
    border: none;
    background: none;
    color: var(--search-text);
    position: absolute;
    height: 4em;
    right: 16px;
    top: -24px;
    outline : none;
}

input::placeholder {
    color: var(--search-text);
  }

.searchform::-webkit-input-placeholder {
    color: var(--search-text);
}

/*
* BreadCrumbs
*/
.breadcrumbs {
    padding-left: 1em;
}

.right-arrow-list {
    padding-left: 0;
}

.breadcrumbs li,
.right-arrow-list li {
    list-style-type: none;
    text-indent: -1em;
    padding-left: 1em;
}

.breadcrumbs li::before,
.right-arrow-list li::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 1em;
}

.right-arrow-list li::before {
    padding-right: 0.5em;
}

.breadcrumbs a,
.right-arrow-list a {
    text-decoration: none;
}

/*--------------------------------------
 文字色の記述
--------------------------------------*/

.span-dosh {
	color: #1BADB9;
}

.marker-dosh {
	background: linear-gradient(
    transparent 50%,
     rgba( 27, 173, 185, 0.5) 50%);
  font-weight: 600;
}

/*
* 記事の設定
*/

/*表*/
.article-content table {
  width: 100%;
  margin: 1em 0;
  border: 2px solid #e0e0e0;
}

/*表をレスポンシブに*/
.article-content table.tb-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.article-content table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  font-size: 0.75em;
  letter-spacing: 1px;
}
.article-content tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}
.article-content td {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  word-break: break-all;
}
.article-content td:last-child,
.article-content th:last-child {
  border-right: 0;
}
.article-content th {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  background: #f8f9fa;
}
.article-content tfoot {
  border-top: 2px dotted #c5c7ca;
  background: #f8f9fa;
}
.article-content .is-style-sango-table-scroll-hint.wp-block-table table {
  margin: 0;
}
.article-content .is-style-sango-table-scroll-hint {
  margin: 1em 0;
}
.article-content .is-style-sango-table-scroll-hint table th,
.article-content .is-style-sango-table-scroll-hint table td {
  white-space: nowrap;
}
.article-content .scroll-hint-icon {
  height: 90px;
  top: calc(50% - 45px);
}

/*引用*/
.article-content blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 13px 15px 13px 50px;
  border: solid 2px #464646;
  color: #464646;
}
.article-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  font-family: FontAwesome;
  font-size: 25px;
  vertical-align: middle;
  line-height: 1;
  content: "\f10d";
}
.article-content blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}
.article-content blockquote cite {
  display: block;
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.article-content blockquote ul,
.article-content blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: transparent;
}

/*リスト*/
.article-content ul,
.article-content ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
}
.article-content ul {
  list-style-type: disc;
}
.article-content li {
  padding: 5px 0;
}
.article-content li ul li,
.article-content li ol li {
  padding: 0;
}
.article-content ol {
  list-style-type: decimal;
}
.article-content ul li ul,
.article-content ul li ol,
.article-content ol li ul,
.article-content ol li ol {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  border: none;
}

/*定義リスト*/
.article-content dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}

/*画像*/

.article-content img.alignleft {
  display: inline;
  float: left;
  margin: 0.5em 1.2em 0.5em 0;
}
.article-content img.alignright {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.article-content img {
  max-width: 100%;
  height: auto;
}
.article-content .size-auto,
.article-content .size-full,
.article-content .size-large,
.article-content .size-medium,
.article-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.article-content .aligncenter,
.article-content img.aligncenter {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.article-content img.aligncenter {
  display: block;
}

/* 画像のAlign指定がない時は左寄せ回り込みなしにする */
.article-content img.alignnone {
  display: block;
  clear: both;
}

/* キャプション */
.article-content .gallery-caption {
  color: gray;
  font-size: 0.75em;
  margin: 5px 0;
  text-align: center;
}
.article-content .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 8px;
  border: #eaedf2 2px solid;
}
.article-content .wp-caption.aligncenter {
  margin: 0 auto 1em;
}
.article-content .wp-caption img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.article-content .wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  font-size: 0.85em;
  text-align: center;
}

/*コード*/
.article-content code,
.article-content .haiiro {
  padding: 0.2em 0.3em;
  margin: 0 0.2em;
  border-radius: 5px;
  background: #f1f2f3;
  color: #404040;
  font-size: 0.9em;
}
.article-content pre {
  margin: 0 0 1.5em;
  padding: 1em;
  border: solid 1px #eaedf2;
  background: #f3f6fc;
  color: #54687c;
}
.article-content pre code {
  padding: 0;
  background: transparent;
}
body .article-content > *:first-child {
  margin-top: 0.1em;
}

/* 見出しの絵文字追加 */
.head-emoji {
  padding-right: 0.5em;
  color: transparent;
}

h2 .head-emoji {
  text-shadow: 0 0 0 #1BADB9;
}

h3 .head-emoji {
  text-shadow: 0 0 0 #54687c;
}

.article-content h2 {
  padding: 0.4em 0;
  border-bottom: 1px dashed #1BADB9;
}

/* Home */
.home {
  background-color: #1BADB9;
}
.top-icatch {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.top-icatch img {
  width: 300px;
  margin: 1em 0;
}

.top-contents-wrap {
  width: 90%;
  max-width: 600px;
  margin: 12px auto 46px;
  border-radius: 18px;
  box-shadow: 8px 8px 0px #3c444da2;
}

.top-contents-wrap h2 {
  background-color: #3c444d;
  margin: 0;
  padding: 18px 8px;
  text-align: center;
  border-radius: 18px 18px 0 0;
  color: #fff;
}

.top-content {
  background-color: #fffcf0;
  margin: 0;
  padding: 12px 8px 12px;
  border-radius: 0 0 18px 18px;
}

.top-content-description {
  text-align: center;
  font-size: 1.6rem;
  color: #1BADB9;
  font-weight: bold;
  padding: 0 2em 1em;
}

.top-content ul {
  list-style: none;
  padding: 0;
}

.top-content dl {
  display: flex;
  flex-flow: column;
  padding: 1em 2em;
  border-bottom: 4px #3c444d41 dotted;
  font-size: 1.4rem;
}

.top-content dt {
  color: #9fa6b4;
  font-size: 1.2rem;
  font-weight: bold;
}

.top-content dd {
  margin: 0;
}

.product-wrap {
  padding: 2em 1em;
}

.product-icon {
  max-width: 200px;
  margin: 0 auto;
}

.product-info {
  width: 100%;
  order: 1;
  margin: 0 1em;
}

.product-info h3 {
  margin: 0;
}

.product-info-detail {
  margin-bottom: 2em;
}

.product-links {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.product-links li {
  flex: 1 1 auto;
  border-bottom: none;
}

.product-links li img {
  width: 130px;
  height: auto;
}

.product-info-detail dl {
  border-bottom: 4px #3c444d41 dotted;
}

.product img {
  width: 80%;
  height: auto;
  max-width: 150px;
  order: 0;
}

.about-us-icatch {
  width: 80%;
  margin: 0 auto;
}

.about-us-icatch img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {

  .product {
    flex-flow: row;
    align-items: flex-start;
  }

  .product img {
    width: 30%;
  }

}
