@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Saradakan-Tamamuraten_Theme
Theme URI: 
Description: This is the Saradakan-Tamamuraten_Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  color: #232624;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 400;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 20px;
  font-weight: 400;
}
h4 {
  font-size: 18px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
.nk_bg_beige {
  background-color: #fff9eb;
}
.nk_bg_pink {
  background-color: #f2dedc;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #232624;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*==========テキストリンク==========*/
a:link {
  color: #232624;
  text-decoration: none;
}
a:visited {
  color: #232624;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: none;
}
a:active {
  color: #232624;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .nk_sp_none_md {
    display: none;
  }
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
  .nk_sp_none_sm {
    display: none;
  }
}
/*==========コンテナ―サイズ==========*/
.nk_container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
/*******************************
    画面サイズ最小以下の時の設定
*******************************/
@media (max-width: 575px) {
  .nk_container {
    padding: 0 15px;
  }
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: relative;
  width: 100%;
  z-index: 9;
  height: 145px;
  max-width: 1300px;
  margin: auto;
  background-color: #fff;
}
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo a {
  height: auto;
  width: 280px;
  position: relative;
  left: 0;
  text-align: center;
  margin: auto;
  padding-top: 45px;
  /*padding-left: 10px;*/
  display: block;
}
.nk_logo a span {
  font-size: 24px;
  position: relative;
  top: 10px;
  left: 5px;
}
.nk_logo a img {
  max-width: 100%;
}
/*=====ナビ=====*/
/*ナビのリンクカラー*/
.navbar-light .navbar-nav .nk_fontclr_base {
  color: #232624;
  font-size: 18px;
}
.navbar-light .navbar-nav .nk_fontclr_base:hover {
  color: #666666;
}
/*TEL、営業時間*/
.tel-box {
  border: solid 4px #ff7bac;
  border-radius: 15px;
  color: #ff7bac;
  text-align: center;
  padding: 33px 5px 7px 5px;
  position: absolute;
  right: 15px;
  top: 20px;
}
.tel-box .tel {
  font-size: 28px;
  display: block;
}
.tel-box .open {
  font-size: 16px;
}
.tel-box .ribbon {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    padding-top: 55px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    position: absolute;
    right: 310px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 60px;
    padding-left: 0;
  }
  /*リストスタイル*/
  .navbar-expand-lg .navbar-nav .nav-link .nk_nav_item_last {
    padding-right: 0;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 85px;
  }
  /*=====企業ロゴ=====*/
  .nk_logo a {
    height: auto;
    width: 220px;
    position: relative;
    left: 0;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    display: block;
  }
  .nk_logo a span {
    font-size: 18px;
    position: relative;
    top: 10px;
    left: 5px;
  }
  .nk_logo a img {
    max-width: 150px;
  }
  /*=====ナビ=====*/
  .nk_navi_list {
    background-color: #da3733;
    position: fixed;
    top: 85px;
    width: 100%;
    height: 100%;
  }
  
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 25px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #fff;
    border-bottom: solid 1px #b52c2c;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 35px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #2a2a32;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu_line_center {
    top: 9px;
  }
  .menu_line_bottom {
    bottom: 0;
  }
  .menu_line_top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu_line_center.active {
    transform: scaleX(0);
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  .tel-box {
    display: none;
  }
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 85px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -85px;
    padding-top: 85px;
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  height: 380px;
  position: relative;
  border-top: 12px solid #da3733;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 90px;
  right: 0px;
  z-index: 11; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #da3733;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 13px;
  top: 12px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 32px;
  right: 30px;
  width: 17px;
  height: 17px;
}
#arrow li a:hover {
  filter: alpha(opacity=80);/*IE用*/
  opacity: 0.8;
}
/*フッターナビ*/
.foot-navi li {
  list-style: none;
  padding-bottom: 25px;
  display: inline-block;
}
.foot-navi li a {
  color: #232624;
  padding-right: 60px;
  display: block;
}
.foot-navi li:last-child a {
  padding-right: 0;
}
/*=====企業ロゴ=====*/
.foot-logo a {
  display: block;
  width: 280px;
  height: 56px;
  font-size: 24px;
}
.foot-logo a .foot-name {
  width: 180px;
}
.foot-logo a span {
  position: relative;
  top: 10px;
  left: 5px;
}
address {}
/*TEL、営業時間*/
.tel-box2 {
  border: solid 4px #ff7bac;
  border-radius: 20px;
  color: #ff7bac;
  text-align: center;
  padding: 10px 0 7px 0;
  max-width: 400px;
  float: right;
}
.tel-box2 .tel {
  font-size: 28px;
  display: block;
}
.tel-box2 .open {
  font-size: 16px;
}
.tel-box2 .ribbon {
  margin-bottom: 10px;
}
.tel-box2 .tel-ti {
  display: block;
  background-color: #ff7bac;
  color: #fff;
  font-size: 14px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
/*========コピーライト部分========*/
.footer_copy {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 63px;
}
.footer_copy small {
  position: absolute;
  bottom: 5px;
  margin: 15px auto;
  left: 0;
  right: 0;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .foot-logo a {
    padding-top: 5px;
  }
  .emp-box {
    display: none;
  }
  .tel-box2 {
    float: none;
  }
  .footer_copy {
    position: relative;
  }
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
.main_image {
  background-image: url("img/top/top-main.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 510px;
}
.main_image h1 {
  color: #fff;
  position: relative;
  top: 38%;
  padding-left: 20%;
  line-height: 1.5em;
  text-shadow: 1px 1px 2px #232624;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    height: 400px;
  }
  .main_image h1 {
    top: 38%;
    padding-left: 8%;
  }
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .main_image {
    height: 350px;
    background-position: 70%;
  }
}
/*==========お知らせ==========*/
.top-info {
  position: relative;
  min-height: 593px;
}
.page-title {
  background-color: #da3733;
  color: #fff;
  padding: 20px 0;
}
.top-aisatsu {
  width: 80%;
  max-width: 600px;
  margin: auto;
  line-height: 2em;
}
/*ボタン*/
.nk_btn_base a {
  width: 250px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin: 30px auto 0 auto;
  border: solid 1px #fff;
  border-radius: 30px;
  background-color: #534741;
}
/*角丸*/
.nk_kado {
  border-radius: 25px;
}
/*お知らせ個別*/
.nk_topinfo {
  border-bottom: solid 1px #808080;
  padding: 20px 10px;
}
.nk_topinfo:first-child {
  padding: 0 10px 20px 10px;
}
.info_cate_top {
  padding: 2px 0;
  font-size: 13px;
  background-color: #f7931e;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  width: 110px;
}
time {
  font-size: 13px;
  margin-right: 10px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*お知らせ個別*/
  .nk_topinfo {
    padding: 10px 10px;
  }
  .nk_topinfo:first-child {
    padding: 0 10px 10px 10px;
  }
  .info_cate_top {
    margin: 0 7px 0 0;
  }
  .nk_topinfo h3 {
    font-size: 16px;
  }
}
/*==========バナー==========*/
.ti-size {
  font-size: 24px;
}
/*共通*/
.banner-box {
  position: relative;
}
.banner-box span {
  color: #fff;
  font-size: 22px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(66, 33, 11, 0.8);
}
.banner-logo2 {
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 250px;
  height: 56px;
}
.banner-logo img {
  position: relative;
  top: -10px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .banner-box span {
    font-size: 17px;
  }
  .banner-logo2 {
    display: none;
  }
}
/**********************************************
 * 
 * 店舗案内ページ shop.php
 *
 **********************************************/
.main_image-shop {
  background-image: url("img/shop/shop-title.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 300px;
}
.main_image-shop h1 {
  text-align: right;
  padding-top: 140px;
  padding-right: 20%;
  letter-spacing: 0.1em;
  max-width: 1200px;
  margin: auto;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-shop {
    height: 280px;
  }
  .main_image-shop h1 {
    padding-top: 120px;
    padding-right: 0;
    text-align: center;
  }
}
/*==========取扱い商品==========*/
.shop-list {
  padding-bottom: 50px;
}
.shop-list h3 {
  background-color: #8cc63f;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 18px 0;
  margin-bottom: 30px;
}
.shop-list p {
  line-height: 2em;
  padding-top: 15px;
}
/*==========店舗情報==========*/
.tablepress tbody tr td {
  padding: 15px 0 15px 15px;
  border-bottom: 1px solid #808080;
}
#tablepress-1 tbody tr td:first-child {
  white-space: nowrap;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .text-gaikan {
    line-height: 2em;
    font-size: 18px;
    padding-left: 0;
  }
}
/**********************************************
 * 
 * お知らせページ information.php
 *  カテゴリー別一覧 category.php
 *  個別記事　     single.php
 *
 **********************************************/
.main_image-news {
  background-image: url("img/news/info-title.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 300px;
}
.main_image-news h1 {
  text-align: right;
  padding-top: 140px;
  padding-right: 20%;
  letter-spacing: 0.1em;
  max-width: 1200px;
  margin: auto;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image-news {
    height: 280px;
  background-position: 20%;
  }
  .main_image-news h1 {
    padding-top: 120px;
    padding-right: 0;
    text-align: center;
  }
}
/*========メインエリア========*/
/*メイン（左）*/
.blog_wrap {
  width: 100%;
  margin: 10px auto 80px auto;
  padding: 0 0 40px 0;
  position: relative;
  border-bottom: 1px solid #808080;
}
/*投稿日時*/
.blog_time {
  padding: 15px 0 15px 10px;
  color: #232624;
}
/*カテゴリー*/
.info_cate {
  padding: 2px 10px;
  font-size: 13px;
  background-color: #f7931e;
  color: #fff;
  margin-left: 10px;
  text-align: center;
}
/*記事タイトル h2*/
.blog_title a {
  margin: 5px 0 0 0;
  padding: 15px 10px 10px 0;
  font-weight: 400;
  font-size: 27px;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title {
  margin: 5px 0 0 0;
  padding: 15px 10px 10px 0;
  font-weight: 400;
  font-size: 27px;
}
/*記事本文*/
.blog_cont_top, .blog_cont {
  padding: 15px 10px 10px 10px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 0 0 0;
  }
  /*記事タイトル h2*/
  .blog_title a {
    font-size: 23px;
    margin: 5px 0 15px 0;
  }
  .blog_title {
    margin: 5px 0 0 0;
    padding: 15px 10px 10px 0;
    font-weight: 400;
    color: #8d791f;
    font-size: 27px;
  }
}
/*========ページリンク（プラグイン）========*/
.wp-pagenavi {
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
  padding: 30px 0;
}
.prev {
  float: left;
  margin-left: 1em;
  padding-bottom: 2em;
}
.next {
  float: right;
  margin-right: 1em;
  padding-bottom: 2em;
}
.wp-pagenavi .current {
  background-color: #333333;
  color: #fff;
}
/*========サイドメニュー========*/
/*サイド（右）*/
.info_side_menu {
  margin: 0;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  background-color: #fff9eb;
}
.info_side_menu li {
  list-style: none;
  line-height: 1.5rem;
  padding-left: 2rem;
}
.info_side_menu li ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*各タイトル*/
.info_side_menu h2 {
  padding: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
  background-color: #da3733;
  text-align: center;
  color: #fff;
}

/*info_side_menu直下のcat-item*/
.info_side_menu > .cat-item {
  margin-bottom: 15px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .blog_wrap {
    margin: 0 auto 20px auto;
  }
  }
/*テーブルレイアウトの設定*/
table tbody tr td {
  border: solid 1px #808080;
  padding: 10px 15px;
}
/**********************************************
 * 
 * Wordpressエディター用
 *
 **********************************************/
strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
/*引用*/
/*blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;*/ /* 追記 */
/*}
.alignleft {
  float: left;*/
/*margin-right: 1em;*/ /* 追記 */
/*}*/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}