@charset "utf-8";

/* =============================================================================
   reset / base
============================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  font-style: normal;
  font-weight: normal;
}

html {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "YuMincho",
    "MS PMincho",
    serif;
  font-size: 1.0rem;
  line-height: 2;
  letter-spacing: 0.08em;
  background: #f6f3ee;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

a:visited,
a:active {
  color: inherit;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

#wrap,
#overwrap {
  position: relative;
  /* overflow: hidden; */
}

#main {
  position: relative;
}

.mincho {
  font-family:
    "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝E",
    "ＭＳ Ｐ明朝",
    "ＭＳ 明朝",
    serif;
  font-weight: 900;
  transform: rotate(0.028deg);
}

.inner1200 {
  width: 1200px;
  margin: 0 auto;
}

/* =============================================================================
   animation
============================================================================= */
.zoom-target {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  opacity: 1;
  transform: scale(1);
}

.show2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.show2.active {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================================================
   page top
============================================================================= */
#page-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  font-size: 77%;
}

#page-top a {
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  text-decoration: none;
  border-radius: 5px;
  background: url("../img/top_bt.png") no-repeat 0 0;
}

#page-top a:hover {
  width: 80px;
  height: 80px;
  background: url("../img/top_bt.png") no-repeat 0 -80px;
}

/* =============================================================================
   wp pagenavi
============================================================================= */

.wp-pagenavi span.pages{
	display:none;
}
.wp-pagenavi{
	clear:both;
	padding:60px 0 0;
	text-align:center;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display:inline-block;
	min-width:46px;
	height:46px;
	line-height:44px;
	margin:0 4px;
	padding:0 14px;
	background:#fff;
	color:#333;
	border:1px solid #cfc8bb;
	text-decoration:none;
	transition:.25s;
	box-sizing:border-box;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	background:#a83434;
	color:#fff !important;
	border-color:#a83434;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend{
	border:none;
	background:none;
	color:#777;
}


/* =============================================================================
   side submenu
============================================================================= */
.sidesubmenu_navbutton {
  position: relative;
}

.child {
  display: none;
}

.sidesubmenu-item a {
  display: block;
  width: 100%;
  height: 59px;
  padding-left: 10px;
  color: #fff !important;
  background: #3ea60c;
}

.sidesubmenu-item a:visited {
  color: #fff !important;
}


input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}


.zoom-target {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.zoom-target.active {
  transform: scale(1.0);
  opacity: 1;
}



/* フェードイン用のCSS */
.show2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.show2.active {
  opacity: 1;
  transform: translateY(0);
}




.sidesubmenu_navbutton  {
  position: relative;
}

.child {
    display: none;
}

.sidesubmenu-item a{
	height: 59px;
    background-color: #8C0000;
    color: #fff!important;
    padding-left: 10px;
    display:block;
    width:100%;
 
}	
.sidesubmenu-item a:visited  {
    color: #fff!important;
}






.wp-pagenavi {
	clear: both;
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #8C0000;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #8C0000;
}
.wp-pagenavi a:hover{
	color: #fff!important;
	background-color: #8C0000;
    }
.wp-pagenavi span.current{
	color: #fff!important;
	background-color: #8C0000;
    }
	
	
	
/* =============================================================================
   PC
============================================================================= */
@media screen and (min-width: 1301px) {

  .sp,
  .sp_nav {
    display: none;
  }

  /* ==========================================================================
     header
  ========================================================================== */
/* header */
.site_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
  .header_topbar {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #9f2f2e 0%, #b6403d 50%, #8c2324 100%);
  }

  .header_inner {
    width: 100%;
    min-height: 105px;
    padding: 0 40px;
    display: flex;
    align-items: center;
  }

  /* logo */
  .site_logo {
    flex: 0 0 auto;
    margin: 0;
  }

  .site_logo a {
    display: block;
  }

  .site_logo a img {
    display: block;
    width: auto;
    height: 42px;
  }
  
  /* ロゴ切り替え */
.site_logo a {
  position: relative;
  display: block;
}

/* 2枚重ねる */
.site_logo img {
  display: block;
  height: 42px;
  width: auto;
}

/* 上に重ねる用 */
.logo_scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* スクロール後に切り替え */
.site_header.is-scroll .logo_default {
  opacity: 0;
}

.site_header.is-scroll .logo_scroll {
  opacity: 1;
}

/* なめらか */
.logo_default,
.logo_scroll {
  transition: opacity 0.3s ease;
}

  /* ==========================================================================
     pc nav
  ========================================================================== */
  .pc_nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .pc_nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .pc_nav_list > li {
    position: relative;
  }

  .pc_nav_list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    background: #3b3129;
    transform: translateY(-50%);
    opacity: 0.75;
  }

  .pc_nav_list > li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    background: #3b3129;
    transform: translateY(-50%);
    opacity: 0.75;
  }

  .pc_nav_list > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 176px;
    height: 72px;
    padding: 0 20px;
    color: #2f2924;
    background: transparent;
    border: none;
    text-align: center;
    line-height: 1.4;
  }

  .pc_nav_list > li > a:hover {
    opacity: 1;
    color: #9b2d2c;
  }

  .nav_ja {
    display: block;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .nav_en {
    display: block;
    margin-top: 4px;
    color: #5a5148;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  /* dropdown */
  .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 240px;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(115, 93, 74, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

  .pc_nav_list > li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sub_menu li {
    width: 100%;
  }

  .sub_menu li a {
    display: block;
    padding: 11px 18px;
    color: #3b3129;
    background: transparent;
    border: none;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }

  .sub_menu li a:hover {
    opacity: 1;
    color: #9b2d2c;
    background: #f4efe8;
  }
.pc_nav {
  position: relative;
  z-index: 100000;
}

.sub_menu {
  z-index: 100001;
}

/* =========================
   スクロール時ヘッダー
========================= */

.site_header {
  position: fixed; /* ←これ重要 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* ←強めに */
}


.site_header.is-scroll {
  background: #000;
  transition: all 0.3s ease;
}

/* 高さ縮小 */
.site_header.is-scroll .header_inner {
  min-height: 40px;
  max-height: 50px;
}

/* ロゴ縮小 */
.site_header.is-scroll .site_logo img {
  height: 30px;
}

/* メニュー文字 白 */
.site_header.is-scroll .pc_nav_list > li > a {
  color: #fff;
}

/* 英字消す */
.site_header.is-scroll .nav_en {
  display: none;
}

/* 日本語中央寄せ調整 */
.site_header.is-scroll .nav_ja {
  font-size: 16px;
}

.site_header,
.header_inner,
.site_logo img,
.pc_nav_list > li > a {
  transition: all 0.3s ease;
}

  /* ==========================================================================
     footer
  ========================================================================== */
  .site_footer {
    position: relative;
    overflow: hidden;
    color: #fff7f2;
    background: linear-gradient(135deg, #8f2325 0%, #a52c2d 35%, #7d171d 100%);
  }

  .footer_bg::before,
  .footer_bg::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.12;
  }

  .footer_bg::before {
    top: -10px;
    right: -40px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 68%);
  }

  .footer_bg::after {
    left: -50px;
    bottom: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 68%);
  }

  .footer_sns {
    position: relative;
    z-index: 2;
    padding: 34px 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer_sns_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .footer_sns_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #8f2325;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    font-size: 14px;
  }

  .footer_sns_list li a:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  .footer_inner {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto;
    padding: 44px 0 42px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }

  .footer_left {
    width: 390px;
  }

  .footer_logo a {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .footer_logo_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;

    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
  }

  .footer_logo_text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }

  .footer_logo_sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .footer_logo_main {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .footer_info {
    margin-top: 18px;
  }

  .footer_info p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .footer_right {
    flex: 1 1 auto;
    padding-top: 8px;
  }

 
 .footer_right {
  flex: 1 1 auto;
  padding-top: 8px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer_nav_col {
  width: 33.333%;
}

.footer_nav_col li {
  margin-bottom: 16px;
}

.footer_nav_col li a,
.footer_nav_title {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.footer_nav_col li a::before,
.footer_nav_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
 
 

  .copyright {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 14px 20px 16px;
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  


}	
	

/* =============================================================================
   PC　1300以下
============================================================================= */
@media screen and (max-width: 1300px) {

  .sp,
  .sp_nav {
    display: none;
  }

  /* ==========================================================================
     header
  ========================================================================== */
/* header */
.site_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
  .header_topbar {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #9f2f2e 0%, #b6403d 50%, #8c2324 100%);
  }

  .header_inner {
    width: 100%;
    min-height: 105px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }

  /* logo */
  .site_logo {
    flex: 0 0 auto;
    margin: 0;
  }

  .site_logo a {
    display: block;
  }

  .site_logo a img {
    display: block;
    width: 80%;
  
  }
  
  /* ロゴ切り替え */
.site_logo a {
  position: relative;
  display: block;
}

/* 2枚重ねる */
.site_logo img {
  display: block;
  height: 42px;
  width: auto;
}

/* 上に重ねる用 */
.logo_scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* スクロール後に切り替え */
.site_header.is-scroll .logo_default {
  opacity: 0;
}

.site_header.is-scroll .logo_scroll {
  opacity: 1;
}

/* なめらか */
.logo_default,
.logo_scroll {
  transition: opacity 0.3s ease;
}

  /* ==========================================================================
     pc nav
  ========================================================================== */
  .pc_nav {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .pc_nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .pc_nav_list > li {
    position: relative;
  }

  .pc_nav_list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    background: #3b3129;
    transform: translateY(-50%);
    opacity: 0.75;
  }

  .pc_nav_list > li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    background: #3b3129;
    transform: translateY(-50%);
    opacity: 0.75;
  }

  .pc_nav_list > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 72px;
    padding: 0 20px;
    color: #2f2924;
    background: transparent;
    border: none;
    text-align: center;
    line-height: 1.4;
  }

  .pc_nav_list > li > a:hover {
    opacity: 1;
    color: #9b2d2c;
  }

  .nav_ja {
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }

  .nav_en {
    display: block;
    margin-top: 4px;
    color: #5a5148;
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 1;
  }

  /* dropdown */
  .sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 240px;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(115, 93, 74, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }

  .pc_nav_list > li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sub_menu li {
    width: 100%;
  }

  .sub_menu li a {
    display: block;
    padding: 11px 18px;
    color: #3b3129;
    background: transparent;
    border: none;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }

  .sub_menu li a:hover {
    opacity: 1;
    color: #9b2d2c;
    background: #f4efe8;
  }
.pc_nav {
  position: relative;
  z-index: 100000;
}

.sub_menu {
  z-index: 100001;
}

/* =========================
   スクロール時ヘッダー
========================= */

.site_header {
  position: fixed; /* ←これ重要 */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* ←強めに */
}


.site_header.is-scroll {
  background: #000;
  transition: all 0.3s ease;
}

/* 高さ縮小 */
.site_header.is-scroll .header_inner {
  min-height: 40px;
  max-height: 50px;
}

/* ロゴ縮小 */
.site_header.is-scroll .site_logo img {
  height: 30px;
}

/* メニュー文字 白 */
.site_header.is-scroll .pc_nav_list > li > a {
  color: #fff;
}

/* 英字消す */
.site_header.is-scroll .nav_en {
  display: none;
}

/* 日本語中央寄せ調整 */
.site_header.is-scroll .nav_ja {
  font-size: 16px;
}

.site_header,
.header_inner,
.site_logo img,
.pc_nav_list > li > a {
  transition: all 0.3s ease;
}

  /* ==========================================================================
     footer
  ========================================================================== */
  .site_footer {
    position: relative;
    overflow: hidden;
    color: #fff7f2;
    background: linear-gradient(135deg, #8f2325 0%, #a52c2d 35%, #7d171d 100%);
  }

  .footer_bg::before,
  .footer_bg::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.12;
  }

  .footer_bg::before {
    top: -10px;
    right: -40px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 68%);
  }

  .footer_bg::after {
    left: -50px;
    bottom: -60px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 68%);
  }

  .footer_sns {
    position: relative;
    z-index: 2;
    padding: 34px 0 26px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer_sns_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
  }

  .footer_sns_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #8f2325;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    font-size: 14px;
  }

  .footer_sns_list li a:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  .footer_inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 44px 0 42px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }

  .footer_left {
    width: 350px;
  }

  .footer_logo a {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .footer_logo_mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;

    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
  }

  .footer_logo_text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }

  .footer_logo_sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .footer_logo_main {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }

  .footer_info {
    margin-top: 18px;
  }

  .footer_info p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .footer_right {
    flex: 1 1 auto;
    padding-top: 8px;
  }

 
 .footer_right {
  flex: 1 1 auto;
  padding-top: 8px;
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer_nav_col {
  width: 33.333%;
}

.footer_nav_col li {
  margin-bottom: 16px;
}

.footer_nav_col li a,
.footer_nav_title {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.footer_nav_col li a::before,
.footer_nav_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 6px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
 
 

  .copyright {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 14px 20px 16px;
    color: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: left;
  }
  


}




/* =============================================================================
   SP 1000以下でスマホナビ
============================================================================= */
@media screen and (max-width: 1000px) {

  .pc,
  .pc_head {
    display: none;
  }

.sp_nav {
    display: block;
}

  #sp_headlogo_icon {
    margin-top: 5px;
    margin-left: 5px;
  }

#sp_headlogo_icon a img {

}

  img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
    .site_header {
 
  }
.sp_head {
width:100%;
}




}




/* =============================================================================
   SP
============================================================================= */
@media screen and (max-width: 767px) {

  .pc,
  .pc_head {
    display: none;
  }

  #sp_headlogo_icon {
    margin-top: 5px;
    margin-left: 5px;
  }

#sp_headlogo_icon a img {
width: 70%;
}

  img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
    .site_header {
 
  }
.sp_head {
width:100%;
}

/* =========================================
   footer
========================================= */

.site_footer {
  color: #fff;
  background: linear-gradient(135deg,#8f2325 0%,#a52c2d 35%,#7d171d 100%);
}

.footer_sns {
  padding: 24px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer_sns_list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.footer_sns_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #8f2325;
  background: #fff;
  border-radius: 50%;
}

.footer_inner {
  padding: 30px 20px;
  text-align: center;
}

.footer_left {
  width: 100%;
}

.footer_logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_logo_mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;

}

.footer_logo_sub {
  display: block;
  font-size: 11px;
  letter-spacing: .15em;
  opacity: .8;
}

.footer_logo_main {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  letter-spacing: .08em;
  font-weight: bold;
}

.footer_info {
  margin-top: 20px;
}

.footer_info p {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.9;
}

/* スマホはメニュー非表示 */
.footer_right {
  display: none;
}

.copyright {
  padding: 14px 15px;
  font-size: 10px;
  line-height: 1.8;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.15);
}


}