@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Cafe Souan Theme
Theme URI: 
Description: This is the Cafe Souan Theme.
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #f5f4f1;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  color: #726854;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 22px;
  font-weight: 400;
}
h4 {
  font-size: 20px;
}
/*****画面サイズ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_gray {
  background-color: #cccccc;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #726854;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
/*==========テキストリンク==========*/
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: none;
}
a:hover {
  color: #726854;
  text-decoration: none;
}
a:active {
  color: #231815;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
.nk_line_height_18 {
  line-height: 1.8em;
}
.nk_line_height_16 {
  line-height: 1.6em;
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 130px;
  margin: 0 auto;
  inset: 0; /*top, bottom, right, left を同時に指定*/
}
/*=====ナビ=====*/
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  /*height: 110px;*/
  width: 100%;
  margin: 0 auto;
}
/*=====企業ロゴ=====*/
.nk_logo {
  width: 256px;
  position: absolute;
  top: 10px;
  left: 30px;
}
.nk_logo a img {
  width: 100%;
  /*position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 130px;*/
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    margin-top: 45px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    position: absolute;
    right: 30px;
  }
  /*リストスタイル*/
  .nk_nav_item {
    padding-top: 0;
    text-align: left;
    width: 120px;
    font-weight: 600;
  }
  .sns-list {
    text-align: center;
  }
	.nk_margin_pagetop {
    margin-top: 130px;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 80px;
  }
  /*=====ロゴ=====*/
  /*-----企業ロゴ-----*/
  .nk_logo {
    width: 150px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  /*.nk_logo .navbar-brand img {
    width: 80px;
  }
  .nk_logo a img {
    width: 100%;
    height: auto;
  }*/
  /*=====ナビ=====*/
  .nk_navi {
    margin: 0 auto;
    padding: 0;
  }
  .nk_navi_list {
    background-color: #c6bdac;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .nk_nav_item {
    list-style: none;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .nk_nav_item a {
    /*color: #fff;*/
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /*border-bottom: solid 1px #666;*/
    margin: auto 20px;
    transition: .5s;
  }
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #fff;
    /*border-bottom: solid 1px #009266;*/
  }
  /*メニューの上線：リスト1番目*/
  .navbar-light .navbar-nav:nth-child(1) {}
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #000;
    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);
  }
}
/********************************

フッター

*********************************/
footer {
  width: 100%;
  position: relative;
  text-align: left;
  background-color: #725139;
  color: #fff;
  padding-top: 50px;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*珈琲豆装飾*/
.deco-foot {
  position: absolute;
  top: -135px;
  left: 50px;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 30; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #231815;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 11px;
  top: 10px;
  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: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
}
#arrow li a:hover {
  filter: opacity(70%);
  /*opacity: 0.7;*/
}
/*フッターナビ*/
.foot-navi {
  text-align: left;
}
.foot-navi li {
  list-style: none;
  padding-bottom: 20px;
  padding-right: 40px;
  display: block;
}
.foot-navi li a {
  color: #fff;
}
/*footer店舗情報テーブル*/
.footer-info {
  background-color: #60412c;
  border-radius: 30px;
  padding: 30px 40px;
  max-width: 600px;
}
address {
  margin-bottom: 0;
}
.footer-info-t {
  width: 100%;
}
.footer-info-t tbody tr th {
  vertical-align: top;
  width: 100px;
  font-weight: normal;
  padding: 10px;
}
.footer-info-t tbody tr td {
  padding: 10px;
}
.footer-info-t a {
  color: #fff;
  text-decoration: underline;
}
.footer-info-line {
  border-bottom: solid 1px #442c1b;
}
/*========コピーライト部分========*/
.footer_copy {
  margin: 0 auto 10px auto;
  text-align: center;
  height: 30px;
}
.footer_copy small {
  font-size: 12px;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  .foot-navi {
    margin: auto;
    text-align: center;
  }
  .footer-info {
    margin: auto;
    width: 90%;
    padding: 30px 30px;
  }
	.deco-foot {
		width: 120px;
		top: -100px;
	}
}
/**********************************************
 * 
 * 共通
 *
 **********************************************/
/*========ボタン========*/
.nk_btn_base {
  position: relative;
  top: 0;
}
.nk_btn_base a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
  background-color: #a57c52;
	border-radius: 30px;
	color: #fff;
}
/*ページタイトル*/
.top-pagetitle{
	background-image: url("img/common/page-ti-deco.png");
	background-repeat: no-repeat;
	background-size: 140px;
	background-position: left 44% top 10%;
	height: 160px;
	color: #a57c52;
	text-align: center;
	padding-top: 55px;
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
	/*ページタイトル*/
.top-pagetitle{
	background-image: url("img/common/page-ti-deco.png");
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: left 22% top 25%;
	height: 160px;
	color: #a57c52;
	text-align: center;
	padding-top: 55px;
}
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
/*メインイメージ*/
.main_image {
  position: relative;
	top:130px;
	margin-bottom: 250px;
}
.main_image-in{
	position: relative;
    text-align: right;
    margin-right: 70px;
    margin-left: auto;
    width: 65vw;
    /*max-width: 835px;*/
}
/*珈琲豆装飾（左上）*/
.deco-coffee1{
position: absolute;
  top: 0;
  left: 0;	
}
/*TOPイメージ画像*/
.top-image{
	position: relative;
	top: 50px;
	width: 65vw;
	/*max-width: 835px;*/
}
/*キャッチコピー*/
.catchphrase {
  font-size: 21px;
    line-height: 2.2;
    position: absolute;
    left: -195px;
    top: 140px;
    z-index: 1;
    text-align: left;
}
/*珈琲カップイラスト*/
.illus-coffee{
	position: absolute;
    bottom: -50px;
    left: -180px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.main_image {
	margin-bottom: 200px;
}
	.main_image-in{
	position: relative;
    text-align: right;
    margin-right: 8vw;
    margin-left: auto;
    width: 65vw;
    /*max-width: 835px;*/
}
  /*珈琲豆装飾（左上）*/
.deco-coffee1{
  top: -40px;
	width: 120px;
}
	/*TOPイメージ画像*/
.top-image{
	position: relative;
	top: 0;
	width: 65vw;
	/*max-width: 835px;*/
}
	/*キャッチコピー*/
.catchphrase {
	position: relative;
  font-size: 18px;
    line-height: 1.8;
    left: 30px;
    top: -20px;
}
	/*珈琲カップイラスト*/
.illus-coffee{
	position: absolute;
    bottom: -10px;
    left: -10vw;
	width: 50px;
}
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
	.main_image {
	margin-bottom: 150px;
}
	/*珈琲カップイラスト*/
.illus-coffee{
	position: absolute;
    bottom: 0;
    left: -15vw;
	width: 50px;
}
}

/*========桑庵について========*/
.top-about-deco{
	position: absolute;
	right: 2%;
	top: 20px;
}
/*h2*/
.top-title {
	color: #a57c52;
	margin-bottom: 30px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.top-about-deco{
	position: absolute;
	right: 2%;
	top: 10px;
		width: 120px;
}
}
/*========自家焙煎珈琲========*/
.deco-coffee3{
position: absolute;
  top: 100px;
  left: 20px;	
}
.deco-coffee2{
position: absolute;
  bottom: -150px;
  right: 0;	
}
.top-baisen1{
	position: relative;
}
.top-baisen2{
	position: relative;
	top: -50px;
	left: -110px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.deco-coffee3{
		width: 120px;
		top: -50px;
}
	.deco-coffee2{
		width: 120px;
	}
	.top-baisen1{
	width: 300px;
	left: 50px;
}
	.top-baisen2{
	left: -20px;
		width: 165px;
}
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
	.top-baisen1{
	width: 250px;
	left: 50px;
		top: -10px;
}
	.top-baisen2{
		top: -40px;
		width: 165px;
		left: 0;
}
}
/*========お知らせ========*/
.top-news {
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
	border-radius: 30px;
	background-color: #fff;
}
.top-news-img a img{
	/*width: 30%;*/
	aspect-ratio: 4 / 3;/* 縦横比を4:3に固定 */
	/*margin-right: 3%;
	margin-bottom: 3%;*/
	object-fit: cover;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.top-news h3{
	font-size: 18px;
}
/**********************************************
 * 
 * お知らせ category.php
 *
 **********************************************/
.blog-cont{
	min-height: 45vh;
}
/*メイン*/
.blog_wrap {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 20px 0;
  position: relative;
}
time {
  font-size: 13px;
  margin-right: 10px;
  color: #726854;
}
.blog {
  border-bottom: 1px dashed #a4a393;
  margin-bottom: 40px;
}
/*記事タイトル h2*/
.blog_title {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 16px;
}
/*記事タイトル h2 single.phpに使用*/
.blog_title-single {
  font-size: 22px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  
}
/**********************************************
 * 
 * お知らせ個別記事　single.php
 *
 **********************************************/

/*カテゴリー*/
.info_cate {
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}
/**********************************************
 * 
 *  店舗情報　about.php
 *
 **********************************************/
/*装飾*/
.deco-about1{
	position: absolute;
	right: 0;
	top: 20px;
}
.deco-about2{
	position: absolute;
	left: 0;
	bottom: 0;
}
/*画像*/
.about-2{
	position: relative;
top: 200px;
	left: 50px;
}
.about-text{
	text-align: center;
	padding: 100px 50px 50px 50px;
	line-height: 2.5;
}
.page-title-sub{
	color: #a57c52;
	margin-bottom: 10px;
	font-size: 20px;
}
.access-ti{
	color: #a57c52;
	display: block;
}
.about-t {
  width: 100%;
}
.about-t tbody tr th {
  vertical-align: top;
  width: 100px;
  font-weight: normal;
  padding: 10px;
}
.about-t tbody tr td {
  padding: 10px;
}
a.de-link {
	color: #726854;
  text-decoration: underline;
}
.about-space{
	margin-bottom: 80px;
}
.about-space-t{
	margin-top: 100px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.deco-about1{
		width: 150px;
		top: -70px;
	}
	.deco-about2{
	position: absolute;
	left: 0;
	bottom: -40px;
		width: 170px;
}
	.about-2{
top: 80px;
		left: 0;
		width: 300px;
}
	.about-text{
	text-align: center;
	padding: 50px 5px 50px 5px;
	line-height: 2.5;
}
	.about-space-t{
	margin-top: 0;
		width: 200px;
}
}
/**********************************************
 * 
 *  焙煎珈琲　coffee.php
 *
 **********************************************/
/*装飾*/
.deco-cof1{
	position: absolute;
	right: 30px;
	top: 0;
}
.banner{
	margin-top: 100px;
	margin-bottom: 60px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
	.deco-cof1{
	width: 120px;
		right: 20px;
}
}