/**************************************
             各ページ共通
***************************************/
body {
  font-size: 14px;
}
body {
  font-family: "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "游明朝",
    YuMincho, sans-serif;
}
p {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;

  border: 1px solid;
}
.contents_wrapper {
  padding: 5% 0;
}
.contents_inner {
  width: 100%;
  margin: 0 auto;
}
/* button */
.button {
  display: inline-block;
  text-decoration: none;
  width: 240px;
  text-align: center;
  line-height: 45px;
  background-color: #702d00;
  color: #fff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover img,
a:hover p,
a:hover,
.button:hover,
.button:active,
.button:visited {
  transition-duration: 0.5s;
  opacity: 0.5;
  cursor: pointer;
}

#sp_menu_ninacart_link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 10px;
  text-align: center;
}
#sp_menu_ninacart_link_button:link,
#sp_menu_ninacart_link_button:hover,
#sp_menu_ninacart_link_button:active,
#sp_menu_ninacart_link_button:visited {
  color: #fff;
}
#sp_menu_ninacart_link_button #sp_ninacart_icon {
  margin-right: 4px;
}

.contents_title_wrapper .contents_title_en {
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.contents_title_wrapper .contents_title_ja {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.scroll_link {
  cursor: pointer;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

/* ヘッダー */
header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-color: #fff;
}
header #sp_header_inner {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 900px;
  text-align: center;
  background-color: #fff;
}
header #pc_header_inner {
  width: calc(100% - 20px);
  max-width: 800px;
  margin: 0 auto;
}

/* ヘッダー内のタイトル */
header #pc_header_inner #pc_page_title {
  text-align: center;
  padding: 42px 0 0px;
  transition: 0.4s;
}
header #pc_header_inner #pc_page_title img {
  width: 100%;
  max-width: 221px;
}
.shrink {
  display: none;
}
header #pc_header_inner #pc_page_title a {
  font-size: 46px;
}
header #pc_header_inner #pc_page_title a:hover {
  text-decoration: none;
}

/* ヘッダー内のグローバルメニュー */
header #pc_header_inner #pc_global_menu {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
header #pc_header_inner #pc_global_menu ul#pc_global_menu_link {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0 20px;
}
header #pc_header_inner #pc_global_menu ul#pc_global_menu_link li {
  margin: 0 4px;
}
header #pc_header_inner #pc_global_menu ul#pc_global_menu_link li a {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-style: normal;
  font-family: 'Forum', serif;
  color: #000;
  text-decoration: none;
}
header
  #pc_header_inner
  #pc_global_menu
  ul#pc_global_menu_link
  .sweets_sub
  .sub {
  position: absolute;
  display: none;
  background-color: #702d00b3;
  min-width: 100px;
  z-index: 1;
  padding: 20px;
}
header
  #pc_header_inner
  #pc_global_menu
  ul#pc_global_menu_link
  .sweets_sub:hover
  .sub {
  display: block;
}
header
  #pc_header_inner
  #pc_global_menu
  ul#pc_global_menu_link
  .sweets_sub
  .sub
  li
  a {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}

/* スマホ用のタイトル */
header #sp_header_inner #sp_header_title_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 90px;
}
header #sp_header_inner #sp_header_title_wrapper #sp_page_title {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
header #sp_header_inner #sp_global_online_link_wrapper #sp_global_online_link {
  display: inline-block;
  width: 66px;
  height: 44px;
  padding: 8px 7px;
  font-size: 12px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  text-align: left;
}

header #sp_header_inner #sp_page_title img,
header #sp_header_inner #sp_global_menu_title img {
  width: 140px;
}
header #sp_header_inner #sp_page_title a:hover {
  text-decoration: none;
}
header #sp_header_inner #sp_operation_menu {
  float: right;
  margin-right: 5%;
}
header #sp_header_inner #sp_operation_menu img,
header
  #sp_header_inner
  #sp_global_menu
  #sp_global_menu_top
  #sp_global_menu_close_button_wrapper
  img {
  cursor: pointer;
  width: 33.5px;
}

/* スマホ用のメニュー */
header #sp_header_inner #sp_global_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-top: -100vh;
  opacity: 0.96;
  display: none;
}
header #sp_header_inner #sp_global_menu #sp_global_menu_top {
  position: relative;
  height: 90px;
}

header #sp_header_inner #sp_global_menu li a {
  font-family: 'Forum', serif;
  font-size: 16px;
  line-height: 40px;
  font-style: normal;
}
header
  #sp_header_inner
  #sp_global_menu
  #sp_global_menu_top
  #sp_global_menu_close_button_wrapper {
  position: absolute;
  top: 27px;
  right: 5%;
  transform: translate(0%, 0);
}
header
  #sp_header_inner
  #sp_global_menu
  #sp_global_menu_top
  #sp_global_menu_close_button_wrapper
  #sp_global_menu_close_button {
  cursor: pointer;
}
header
  #sp_header_inner
  #sp_global_menu
  #sp_global_menu_top
  #sp_global_menu_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#http_error_404 {
  padding: 200px 0 100px;
  text-align: center;
  font-size: 28px;
}

/* フッター */
footer {
  background-color: #702d00;
  padding: 0 0 40px;
}
footer .footer_line {
  background: url(../image/line-w.svg) repeat-x content-box;
  background-size: 102px 9px;
  padding: 10px 0 60px;
}
footer .footer_line img {
  width: 100%;
  max-width: 0;
}
footer * {
  font-family: 'Forum', serif;
}

footer #footer_image {
  text-align: center;
  margin: 0 auto 50px;
}
footer #footer_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer #footer_menu li {
  margin: 0 7px;
}

footer #copyright {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  footer #copyright {
    font-size: 11px;
  }
}

#main_contents {
  padding-top: 220px;
}

/* ページごとのタイトルブロック */
.page_title_block {
  text-align: center;
}
.page_title_block .title_ja {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 10px;
  padding: 10px 60px;
  min-width: 280px;
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.page_title_block .title_en {
  line-height: 18px;
  text-align: center;
  padding: 15px 0;
}
/* concept */
#concept {
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 10px;
  background-color: #ffe9d4;
}
#concept .concept_1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#concept .concept_1 li .content_1,
#concept .concept_2 li .content_2 {
  display: block;
  position: relative;
}
#concept .concept_1 li .right_img img {
  width: 100%;
  max-width: 326px;
}
#concept .concept_2 li .left_img img {
  width: 100%;
  max-width: 365px;
}
#concept .concept_1 li .content_1 .illust-1 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, -100%);
}
#concept .concept_1 li .content_1 .illust-2 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, 0%);
}
#concept .concept_1 li .content_1 .illust-3 {
  position: absolute;
  top: 45%;
  left: -15%;
  transform: translate(-0%, 0%);
}
#concept .concept_1 li .content_1 .illust-4 {
  position: absolute;
  bottom: -35%;
  left: -15%;
  transform: translate(-0%, 0%);
}
#concept .concept_2 li .content_2 .illust-5 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-100%, -60%);
}
#concept .concept_2 li .content_2 .illust-6 {
  position: absolute;
  top: 30%;
  right: 0;
  transform: translate(100%, -50%);
}
#concept .concept_2 li .content_2 .illust-7 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0%);
}
#concept .concept_1 li .content_1 .big_text,
#concept .concept_2 li .content_2 .big_text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 47px;
  font-weight: 600;
  font-style: normal;
  color: #702d00;
  margin: 0 0 25px;
}
#concept .concept_1 li .content_1 .text p,
#concept .concept_2 li .content_2 .text p {
  color: #702d00;
}
#concept .concept_2 {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#concept .concept_line {
  background: url(../image/line.svg) repeat-x bottom;
  background-size: 102px 9px;
  padding: 110px 0 10px;
  text-align: right;
  width: 100%;
}
#concept .concept_line img {
  margin: 0 40px 15px 0;
  display: none;
}
/* product top */
#product_top {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 180px;
}
#product_top .seasons_top {
  width: 100%;
  text-align: center;
  margin: 180px auto 0;
}
#product_top .seasons_top .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 0 0 15px;
}
#product_top .seasons_top .text_ja {
  font-size: 12px;
  line-height: 20px;
}
#product_top .seasons_top .item_list {
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 60px auto 20px;
}
#product_top .seasons_top .item_list li {
  width: calc(100% / 4 - 36px);
  margin: 0 18px 40px;
}
#product_top .seasons_top .item_list li .mask .caption p {
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 5px 0 0;
}
#product_top .seasons_top .item_list li a img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
/* online shop */
#online_shop {
  position: relative;
  width: 100%;
}
#online_shop .on_img {
  position: relative;
  width: 100%;
}
#online_shop .on_img img {
  width: 100%;
}
#online_shop .on_shop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 540px;
}
#online_shop .on_shop .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 0px 0 10px;
}
#online_shop .on_shop .h2_en_p {
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0px 0 50px;
}
#online_shop .on_shop .h2_ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  line-height: 47px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 25px;
}
#online_shop .on_shop .button_online {
  background-color: transparent;
  border: 1px solid #fff;
  margin: 50px 0 0px;
}
/* news top */
#news_top {
  width: 100%;
  margin: 180px auto;
}
#news_top .news_top_content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#news_top .news_top_content .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 0px 0 10px;
}
#news_top .news_top_content .p_ja {
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.1em;
}
#news_top .news_top_content .news_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  margin: 60px auto;
  position: relative;
}
#news_top .news_top_content .news_list li {
  width: calc(100% / 3 - 40px);
  margin: 0 20px 0px;
  max-width: 214px;
}
#news_top .news_top_content .news_list li .news_right {
  width: 100%;
}
#news_top .news_top_content .news_list .news-img01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -210%);
}
#news_top .news_top_content .news_list .news-img02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(150%, -150%);
}
#news_top .news_top_content .news_list .news-img03 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-100%, -200%);
}
#news_top .news_top_content .news_list .news-img04 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-35%, 100%);
}
#news_top .news_top_content .news_list a {
  text-decoration: none;
  color: #000;
}
#news_top .news_top_content .news_list a .news_img{
  position: relative;
  overflow: hidden;
  width: 100%;
}
#news_top .news_top_content .news_list a .news_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
#news_top .news_top_content .news_list a .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#news_top .news_top_content .news_list a .news_date {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin: 20px 0 0;
  text-decoration: none;
  line-height: 21px;
}
#news_top .news_top_content .news_list a .news_title {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
}
#news_top .news_top_content .news_list li .no-img {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#news_top .news_top_content .news_list a .no-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
#news_top .news_top_content .news_list li .no-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* news page */
#news_page {
  width: 100%;
  margin: 0 auto;
}
#news_page .content {
  width: 100%;
  margin: 0 auto;
}
#news_page .content .news_top-img {
  width: 100%;
  margin: 0 auto;
}
#news_page .content .news_top-img img {
  width: 100%;
}
#news_page .content .contents_title {
  width: 100%;
  text-align: center;
  margin: 80px auto 0;
}
#news_page .content .contents_title .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 0px 0 10px;
}
#news_page .content .contents_title .p_ja {
  font-size: 12px;
}
#news_page .content .news_page_list {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
#news_page .content .news_page_list .news {
  width: calc(100% / 3);
  margin: 0 43px 40px;
  max-width: 214px;
}
#news_page .content .news_page_list .news a .news_img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#news_page .content .news_page_list .news a .news_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#news_page .content .news_page_list .news a .news_right {
  width: 100%;
}
#news_page .content .news_page_list .news a .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#news_page .content .news_page_list .news a .no-img {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#news_page .content .news_page_list .news a .no-img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
#news_page .content .news_page_list .news a .no-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#news_page .content .news_page_list .news a .news_day {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin: 20px 0 0;
  text-decoration: none;
  line-height: 21px;
}
#news_page .content .news_page_list .news a .news_title {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin: 0 0 10px;
}
#news_page .content .news_page-footer {
  width: 100%;
  margin: 80px auto 180px;
  text-align: center;
  max-width: 400px;
}
#news_page .content .news_page-footer h3 {
  margin: 0 auto 15px;
  border-bottom: 1px solid #000;
  padding: 0 0 10px;
  width: 90%;
  font-family: 'Forum', serif;
  font-size: 15px;
  font-weight: 400;
}
#news_page .content .news_page-footer #news_category_list_pc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news_page .content .news_page-footer #news_category_list_pc li {
  margin: 0 10px;
}

/****************************************************************
                        ニュース詳細ページ
****************************************************************/

/* ニュース詳細のSNSのシェアボタンのエリア */
#news_post_page #news_detail #other_news_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 378px;
  margin: 0 auto 100px;
}
#news_post_page #news_detail #other_news_link a.other_page_link:hover {
  text-decoration: none;
  background-color: #eee;
}
#news_post_page #news_detail #other_news_link #previous_news,
#news_post_page #news_detail #other_news_link #next_news {
  padding: 5px;
  width: 100%;
  max-width: 55px;
}
#news_post_page #news_detail #other_news_link #previous_news a,
#news_post_page #news_detail #other_news_link #next_news a {
  color: #702d00;
}
#news_post_page #news_detail #other_news_link .other_news_arrow {
  font-size: 20px;
  color: #777;
  transform: scale(1, 1.8);
}
#news_post_page #news_detail #other_news_link #next_news {
  justify-content: right;
}
#news_post_page #news_detail #other_news_link #previous_news .other_news_arrow {
  margin-right: 15px;
}
#news_post_page #news_detail #other_news_link #next_news .other_news_arrow {
  margin-left: 15px;
}
#news_detail {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
#news_detail .news_img {
  width: 100%;
  margin: 80px auto 20px;
}
#news_detail .news_img img {
  width: 100%;
}
#news_detail .no-img {
  border: 1px solid #000;
  width: 100%;
  display: none;
}
#news_detail .no-img img {
  width: 100%;
}
#news_detail #news_category {
  text-align: right;
}
#news_detail #news_category a {
  font-size: 13px;
  color: #fff;
  background: #702d00;
  padding: 4px 8px;
  display: inline-block;
  text-align: center;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#news_detail #news_date {
  margin: 15px auto 20px;
}
#news_detail #news_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 50px;
  line-height: 36px;
}
#news_detail #news_body {
  text-align: left;
  margin: 0 auto 90px;
}
/****************************************************************
                        商品紹介ページ
****************************************************************/
.product {
  width: 100%;
}
.product .product_page-top {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.product .product_page-top img {
  width: 100%;
}
.product .product_page-top .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 80px 0 20px;
}
.product .product_page-top .text_ja {
  font-size: 12px;
}
.text_description {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 20px auto;
}

.product .product_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.product .product_list .item_list {
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 60px auto 140px;
}
.product .product_list .item_list li {
  width: calc(100% / 4 - 36px);
  margin: 0 18px 40px;
}
.product .product_list .item_list li .product_title {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 5px 0 0;
}
.product .product_list .item_list li a img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.product_top-img {
  width: 100%;
}
.product_top-img img {
  width: 100%;
}
.product .sp_select {
  width: 100%;
  max-width: 200px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .sp_select .sp_title {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Forum', serif;
  line-height: 18px;
  margin: 0 10px 0 0;
}
.product .sp_select .sp_div {
  position: relative;
  display: inline-block;
  width: 100%;
}
.product .sp_select .sp_div select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 5px 15px;
  outline: 0;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  color: #000;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 130px;
  font-size: 12px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 20px;
}
.product .sp_select .sp_div select::-ms-expand {
  display: none;
}
.product .sp_select .sp_div select:hover,
.product .sp_select .sp_div select:focus {
  color: #000;
  background: #fff;
}
.product .sp_select .sp_div .select__arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
  border-top-color: #000;
}
/* access */
#access {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#access .access_top-img {
  width: 100%;
  margin: 0 auto 70px;
}
#access .access_top-img img {
  width: 100%;
}
#access .access_top-img .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 80px 0 20px;
}
#access .access_top-img .text_ja {
  font-size: 12px;
}
#access .shop_info {
  width: 100%;
  margin: 0 auto;
}
#access .shop_info .shop_name {
  width: 100%;
  margin: 0 auto;
  background-color: #ffe9d4;
}
#access .shop_info .shop_name .shop_title {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 300px;
  padding: 80px 0;
}
#access .shop_info .shop_name .shop_title h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #702d00;
}
#access .shop_info .shop_name .shop_title .shop-img01 {
  position: absolute;
  top: 15px;
  right: -30px;
  transform: translate(0, 0);
}
#access .shop_info .shop_name .shop_title .shop-img02 {
  position: absolute;
  bottom: 20px;
  right: -85px;
  transform: translate(0, 0);
}
#access .shop_info .shop_name .shop_title .shop-img03 {
  position: absolute;
  top: 40px;
  transform: translate(0, 0);
  left: 0;
}
#access .shop_info .shop_name .shop_title .shop-img04 {
  position: absolute;
  bottom: 25px;
  transform: translate(0, 0);
  left: -80px;
}
#access .shop_info .shop_content {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 80px;
}
#access .shop_info .shop_content img {
  width: 100%;
}
#access .shop_info .shop_content h4 {
  margin: 80px auto 40px;
  font-weight: 500;
  font-size: 16px;
}
#access .shop_info .shop_content p {
  line-height: 22px;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}
#access .shop_info .google_map {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 180px;
}
#access .shop_info .google_map a {
  margin: 30px auto 0;
}
/****************************************************************
                        お問い合わせページ
****************************************************************/
#contact {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#contact .contact_top {
  width: 100%;
}
#contact .contact_top img {
  width: 100%;
}
#contact .contact_top .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 80px 0 20px;
}
#contact .contact_top .text_ja {
  font-size: 12px;
}
#contact .contact_body {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#contact .contact_body .h2_ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 80px auto;
}
#q_and_a_list {
  margin: 0 auto 180px;
}
#q_and_a_list li {
  padding: 25px 0;
  border-bottom: 1px solid #aaa;
}
#q_and_a_list li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#q_and_a_list li .question * {
  font-size: 22px;
}
#q_and_a_list li .question .question_left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#q_and_a_list li .question .question_left * {
  font-weight: 600;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 30px;
  text-align: left;
}
#q_and_a_list li .answer {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin: 15px 0 20px;
}
#q_and_a_list li .answer .answer_body {
  text-align: left;
}
#q_and_a_list li .answer * {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#recruit .recruit_footer,
#contact .contact_footer {
  width: 100%;
  margin: 0 auto;
  background-color: #ffe9d4;
}
#recruit .recruit_footer .footer_line,
#contact .contact_footer .footer_line {
  background: url(../image/line.svg) repeat-x content-box;
  background-size: 102px 9px;
  padding: 10px 0 60px;
}
#recruit .recruit_footer .footer_line img,
#contact .contact_footer .footer_line img {
  width: 100%;
  max-width: 0;
}
#recruit .recruit_footer .recruit_page_ja,
#contact .contact_footer .contact_page_ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 60px auto 80px;
  color: #702d00;
}

#contact .contact_footer .contact_page_ja {
  margin: 60px auto 40px;
}

#recruit .recruit_footer #recruit_form,
#contact .contact_footer #contact_form {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
/****************************************************************
                        リクルートページ
****************************************************************/
#recruit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#recruit .recruit_top {
  width: 100%;
}
#recruit .recruit_top img {
  width: 100%;
}
#recruit .recruit_top .h2_en {
  font-size: 35px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: capitalize; 
  margin: 80px 0 20px;
}
#recruit .recruit_top .text_ja {
  font-size: 12px;
}
#recruit #recruit_explanation {
  margin: 80px auto 120px;
}
#recruit .recruit_content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 180px;
}
#recruit .recruit_content #recruit_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#recruit .recruit_content #recruit_list .job_content:first-child {
  margin: 0 0 110px;
}
#recruit .recruit_content #recruit_list .job_content .job_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 0px auto 60px;
  line-height: 30px;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table {
  overflow-x: unset;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table
  table
  tbody
  tr {
  border-bottom: 1px solid #b2b2b2;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table
  table
  tbody
  tr
  td {
  padding: 20px 0px 20px 0px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table
  table
  tbody
  tr:last-child {
  border-bottom: none;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table
  table
  tbody
  tr
  td:nth-child(1) {
  width: 30%;
  text-align: left;
  padding: 0 0px 0 20px;
}
#recruit
  .recruit_content
  #recruit_list
  .job_content
  .job_detail
  .wp-block-table
  table
  tbody
  tr
  td:nth-child(2) {
  width: 70%;
  text-align: left;
}
/* ローディング画像 */
.ball-pulse-sync > div,
.ball-pulse {
  display: flex;
  justify-content: center;
}
.ball-pulse-sync > div,
.ball-pulse > div,
.ball-scale-random > div,
.ball-scale > div {
  background-color: #702d00 !important;
}

#item_modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#item_modal #product_image {
  width: 100%;
  max-width: 350px;
}
#item_modal #product_image img {
  width: 100%;
  max-width: 350px;
}
#item_modal #product_explanation {
  width: 100%;
  max-width: 330px;
}

#item_modal #product_explanation #product_title {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 32px;
}

#item_modal #product_explanation #product_body #product_content {
  margin-bottom: 20px;
}
#item_modal #product_explanation #product_body #product_content p {
  line-height: 26px;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#item_modal #product_explanation #product_body #product_price {
  font-size: 16px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
  line-height: 26px;
}

.on_pc {
  display: block;
}
.on_sp {
  display: none;
}

#submit_button_block p {
  display: flex;
  flex-direction: column;
}

/* スマホ画面の時 */
@media screen and (max-width: 1100px) {
  #concept .concept_1 {
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  #concept .concept_2 {
    flex-direction: column-reverse;
    justify-content: center;
    width: 80%;
    margin: 70px auto 0;
  }
  #concept .concept_2 li:first-child,
  #concept .concept_1 li:last-child {
    margin: 60px 0 0;
  }
  #news_top .news_top_content .news_list .news-img01 {
    transform: translate(-100%, -210%);
  }
  #news_top .news_top_content .news_list .news-img02 {
    transform: translate(0%, -150%);
  }
  #news_top .news_top_content .news_list .news-img03 {
    transform: translate(0%, 300%);
  }
  #news_top .news_top_content .news_list .news-img04 {
    transform: translate(0%, 220%);
  }
}
@media screen and (max-width: 1000px) {
  .product .product_list .item_list li,
  #product_top .seasons_top .item_list li {
    width: calc(100% / 3 - 40px);
    max-width: unset;
    margin: 0 20px 40px;
  }
  .product .product_list .item_list,
  #product_top .seasons_top .item_list {
    justify-content: flex-start;
  }
  #online_shop .on_shop .h2_ja {
    font-size: 26px;
    line-height: 42px;
    margin: 0 0 15px;
  }
  #online_shop .on_shop .h2_ja_p {
    font-size: 14px;
    line-height: 24px;
  }
  #online_shop .on_shop .button_online {
    margin: 25px 0 0px;
  }
  #online_shop .on_shop .h2_en_p {
    margin: 0px 0 25px;
  }
  #news_page .content .news_page_list .news {
    width: calc(100% / 3 - 40px);
    margin: 0 20px 40px;
    max-width: unset;
}
}
@media screen and (max-width: 900px) {
  #item_modal {
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    overflow: auto;
    height: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  #item_modal #product_image,
  #item_modal #product_image img {
    max-width: 280px;
  }
  header #sp_header_inner {
    display: block !important;
  }
  header #pc_header_inner {
    display: none !important;
  }
  #main_contents {
    padding-top: 90px;
  }
  .contents_wrapper {
    padding-top: 10%;
  }
  .contents_title_wrapper .contents_title_en {
    text-align: center;
  }
  .contents_title_wrapper .contents_title_ja {
    text-align: center;
  }
  #news_top .news_top_content .news_list {
    width: 100%;
    justify-content: center;
    margin: 60px auto;
    flex-direction: column;
  }
  #news_top .news_top_content .news_list li {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #333;
    max-width: unset;
  }
  #news_top .news_top_content .news_list li:nth-child(3) {
    border-bottom: none;
  }
  #news_top .news_top_content .news_list a {
    text-decoration: none;
    color: #000;
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  #news_top .news_top_content .news_list a .news_img {
    width: 100%;
    max-width: 214px;
    margin: 0 20px 20px 0;
  }
  #news_top .news_top_content .news_list li:last-child a .news_img {
    height: unset;
  }
  #news_page .content .news_page_list .news {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #333;
    max-width: unset;
    display: flex;
    justify-content: flex-start;
  }
  #news_page .content .news_page_list .news a .news_img {
    width: 100%;
    max-width: 214px;
    margin: 0 20px 20px 0;
  }
  #news_page .content .news_page_list .news a {
    text-decoration: none;
    color: #000;
    display: flex;
    width: 100%;
    flex-direction: row;
  }
  #news_page .content .news_page_list .news:last-child {
    border: none;
    margin: 0 0 80px;
  }
  .on_pc {
    display: none;
  }
  .on_sp {
    display: block;
  }
  .sp_control {
    margin: 15px auto 0;
    width: 100%;
    max-width: 124px;
    display: flex;
    justify-content: center;
  }
  .sp_control a {
    color: #702d00;
    margin: 0 10px;
  }
  #news_post_page #news_detail #other_news_link {
    justify-content: center;
  }
  #q_and_a_list li .question * {
    font-size: 15px;
  }
  #q_and_a_list li .question .question_left * {
    font-size: 15px;
    line-height: 25px;
  }
  #q_and_a_list li .answer * {
    font-size: 14px;
    line-height: 26px;
  }
  #submit_button_block {
    margin-left: initial;
  }
  .product .product_page-top .text_ja {
    font-size: 12px;
  }

  #contact_form .wpcf7 form {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  #item_modal #product_image {
    width: 100%;
    margin-bottom: 10px;
  }
  #item_modal #product_explanation {
    width: 100%;
    margin-right: 0;
  }
  #item_modal #product_explanation #product_title {
    font-size: 18px;
    text-align: center;
  }
  #item_modal #product_explanation #product_body #product_price {
    font-size: 16px;
    text-align: center;
  }
  #item_modal #product_explanation #product_body #product_online_shop_url {
    text-align: center;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .contents_title_wrapper .contents_title_en {
    font-size: 30px;
  }
  .page_title_block .title_ja {
    padding: 10px 0;
  }
  #concept .concept_1 li .content_1,
  #concept .concept_2 li .content_2 {
    display: block;
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  #concept .concept_1 li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #concept .concept_1 li .content_1 .illust-1 {
    top: 0;
    right: 5%;
    transform: translate(-100%, -150%);
    max-width: 50px;
  }
  #concept .concept_1 li .content_1 .illust-2 {
    top: 0;
    right: 0;
    transform: translate(-50%, -80%);
    max-width: 39px;
  }
  #concept .concept_1 li .content_1 .illust-3,
  #concept .concept_2 li .content_2 .illust-3 {
    position: absolute;
    top: 60%;
    left: -10%;
    transform: translate(-0%, 0%);
    max-width: 20px;
  }
  #concept .concept_1 li .content_1 .illust-4,
  #concept .concept_2 li .content_2 .illust-4 {
    position: absolute;
    bottom: -15%;
    left: -10%;
    transform: translate(-0%, 0%);
    max-width: 50px;
  }
  #concept .concept_1 li .content_1 .big_text,
  #concept .concept_2 li .content_2 .big_text {
    font-size: 26px;
    line-height: 42px;
  }
  #concept .concept_2 li .left_img img,
  #concept .concept_1 li .right_img img {
    width: 100%;
    max-width: 200px;
  }
  #concept .concept_2 li:last-child {
    margin: 100px auto 0;
    text-align: center;
  }
  #concept .concept_2 li .content_2 .illust-6 {
    top: 70%;
    left: -10%;
    transform: translate(-0%, 0%);
    max-width: 20px;
  }
  #concept .concept_2 li .content_2 .illust-5 {
    transform: translate(-35%, -60%);
  }
  #concept .concept_line img {
    display: none;
  }
  #news_top .news_top_content .news_list .news-img01 {
    max-width: 55px;
    transform: translate(-100%, -280%);
  }
  #news_top .news_top_content .news_list .news-img02 {
    max-width: 40px;
    transform: translate(0%, -260%);
  }
  #news_top .news_top_content .news_list .news-img03 {
    max-width: 22px;
  }
  #news_top .news_top_content .news_list .news-img04 {
    max-width: 55px;
  }
  #news_top .news_top_content .news_list {
    margin: 40px auto;
  }
  #news_top .news_top_content .news_list a .news_title {
    font-size: 16px;
    line-height: 26px;
  }
  #news_top {
    margin: 100px auto;
  }
  #product_top .seasons_top {
    margin: 100px auto 0;
  }
  #product_top .seasons_top .item_list {
    margin: 40px auto 20px;
  }
  #product_top {
    margin: 0 auto 110px;
  }
  #concept .concept_2 {
    margin: 0px auto 0;
  }
  #news_top .news_top_content .news_list li .no-img,
  #news_top .news_top_content .news_list a .news_img img {
    width: 100px;
    height: 100px;
  }
  #news_top .news_top_content .news_list a .news_img {
    max-width: 100px;
    width: 35%;
  }
  #news_top .news_top_content .news_list li .news_right {
    width: 65%;
  }
  #news_page .content .news_page_list .news a .news_img img,
  #news_page .content .news_page_list .news a .news_img,
  #news_page .content .news_page_list .news a .no-img {
    max-width: 100px;
  }
  #news_page .content .news_page_list .news:last-child {
    margin: 0px auto 60px;
  }
  #news_page .content .contents_title {
    margin: 60px auto 60px;
  }
  #news_page .content .news_page-footer {
    margin: 80px auto 120px;
  }
  #news_detail .news_img {
    margin: 0 0 20px;
  }
  #news_detail #news_title {
    font-size: 18px;
    margin: 0px 0 30px;
  }
  p {
    font-size: 14px;
  }
  #access .access_top-img {
    margin: 0 auto 40px;
  }
  #access .access_top-img .h2_en {
    margin: 40px 0 20px;
  }
  #access .shop_info .shop_name .shop_title {
    max-width: 260px;
    padding: 80px 0;
  }
  #access .shop_info .shop_name .shop_title .shop-img01 {
    max-width: 50px;
  }
  #access .shop_info .shop_name .shop_title .shop-img02 {
    bottom: 40px;
    right: -40px;
    max-width: 40px;
  }
  #access .shop_info .shop_name .shop_title .shop-img03 {
    top: 40px;
  }
  #access .shop_info .shop_name .shop_title .shop-img04 {
    bottom: 25px;
    left: -40px;
    max-width: 60px;
  }
  #contact .contact_top .h2_en {
    margin: 40px 0 20px;
  }
  #contact .contact_body .h2_ja {
    margin: 40px auto;
	font-size: 22px;
  }
  #q_and_a_list {
    margin: 0 auto 100px;
  }
  #recruit .recruit_footer .recruit_page_ja,
  #contact .contact_footer .contact_page_ja {
    margin: 40px auto 30px;
    font-size: 22px;
  }
  #recruit .recruit_content #recruit_list .job_content .job_title {
    font-size: 22px;
  }
  #recruit #recruit_explanation {
    margin: 40px auto 60px;
  }
  #recruit
    .recruit_content
    #recruit_list
    .job_content
    .job_detail
    .wp-block-table
    table
    tbody
    tr
    td {
    font-size: 14px;
    line-height: 24px;
  }
  #recruit
    .recruit_content
    #recruit_list
    .job_content
    .job_detail
    .wp-block-table
    table
    tbody
    tr
    td:nth-child(1) {
    width: 22%;
    padding: 0 0px 0 5px;
  }
  #news_detail #news_date,
  #news_detail #news_category a,
  #news_page .content .news_page_list .news a .news_day,
  #news_top .news_top_content .news_list a .news_date {
    font-size: 12px;
  }
  #news_page .content .news_page_list .news a .news_title {
    font-size: 16px;
    line-height: 26px;
  }
  .product .product_list .item_list {
    margin: 30px auto 50px;
  }
  .product .product_page-top .h2_en {
    margin: 40px 0 20px;
  }
  #access .shop_info .google_map{
	margin: 0 auto 100px;
  }
  #access .shop_info .shop_content {
    margin: 50px auto 50px;
}
#access .shop_info .shop_content h4 {
    margin: 40px auto 15px;
    font-weight: 500;
    font-size: 16px;
}
.product .product_list .item_list li,
  #product_top .seasons_top .item_list li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  #concept .concept_1 li .content_1 .illust-2 {
    transform: translate(80%, -80%);
    max-width: 40px;
  }
  #concept .concept_1 li .content_1 .illust-1 {
    transform: translate(0%, -150%);
  }
  #concept .concept_2 li .content_2 .illust-5 {
    transform: translate(30%, -60%);
  }
  #news_page .content .news_page_list {
    margin: 40px auto 0;
    justify-content: flex-start;
  }
  #news_page .content .news_page_list .news {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px solid #333;
    max-width: unset;
    display: flex;
    justify-content: flex-start;
  }
  #concept .concept_2 {
    width: 83%;
  }
  #concept .concept_1 li .content_1 .illust-3,
  #concept .concept_2 li .content_2 .illust-3 {
    left: -8%;
  }
  #concept .concept_1 li .content_1 .illust-4,
  #concept .concept_2 li .content_2 .illust-4 {
    left: -8%;
  }
}

/****************************************************************
                        ニュースページ
****************************************************************/

#news_archive_page #page_navi_block #page_move_block {
  text-align: center;
}
#news_archive_page #page_navi_block #page_move_block span.page_number,
#news_archive_page #page_navi_block #page_move_block a.page_number {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  margin: 3px;
  font-family: 'Forum', serif;
  font-weight: 400;
  font-style: normal;
  color: #702d00;
}
#news_archive_page #page_navi_block #page_move_block span.page_dotted {
  margin: 5px 10px;
}
#news_archive_page #page_navi_block #page_move_block span.page_number {
  border: 1px solid #702d00;
  background-color: #702d00;
  color: #fff;
}
#news_archive_page #page_navi_block #page_move_block a.page_number {
  border: 1px solid #702d00;
  background-color: #fff;
}

/* スマホ画面の時 */
@media screen and (max-width: 900px) {
  #news_archive_page #page_navi_block #page_move_block span.page_dotted {
    margin: 2px 5px;
  }
}
/* アニメーション  */
.fadeInUp {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
/* slider dot css */
div#n2-ss-2 .n2-style-e475ba14cf0d4d33c036d2879f9579d5-dot.n2-active,
div#n2-ss-2 .n2-style-e475ba14cf0d4d33c036d2879f9579d5-dot:hover,
div#n2-ss-2 .n2-style-e475ba14cf0d4d33c036d2879f9579d5-dot:focus {
  background: #702d00 !important;
}
div#n2-ss-2 .n2-style-e475ba14cf0d4d33c036d2879f9579d5-dot{
  border-color: #fff !important;
  border: none !important;
}