@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

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, 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%;
	font-style: normal;
	font-weight: 500;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: auto;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #000;
	font-size: 1em;
	line-height: 1.8;
	position: relative;
}

.fo_mincho { font-family: "Zen Old Mincho", serif;}
.fo_eb { font-family: "EB Garamond", serif;}

.regular, .regular * { font-weight: 400;}
.medium, .medium * { font-weight: 500;}
.bold, .bold * { font-weight: 700;}

p:not(:last-child) { margin-bottom: 1.5em;}

a { color: #000; text-decoration: none;}
.fo_white a { color: #fff;}
a:hover { color: #b59032;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo095 { font-size: 0.95em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo18 { font-size: 1.8em !important;}
.fo19 { font-size: 1.9em !important;}
.fo20 { font-size: 2em !important;}

.lh12 { line-height: 1.2 !important;}
.lh14 { line-height: 1.4 !important;}
.lh16 { line-height: 1.6 !important;}
.lh18 { line-height: 1.8 !important;}
.lh20 { line-height: 2 !important;}

.fo_white { color: #FFFFFF !important;}
.fo_gray { color: #646464 !important;}

.plat { font-feature-settings: "palt" 1;}

/* ボックス */
.cont1000 { max-width: 1040px; padding: 0px 20px; margin: auto;}
.cont1100 { max-width: 1140px; padding: 0px 20px; margin: auto;}
.cont1200 { max-width: 1240px; padding: 0px 20px; margin: auto;}
.cont1400 { max-width: 1440px; padding: 0px 20px; margin: auto;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.z50 { z-index: 50;}
.z-1 { z-index: -1;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}
.ta_right-s_center { text-align: right;}
.ta_left-s_center { text-align: left;}
.ta_center-s_left { text-align: center;}

.back_white { background-color: #fff;}
.back_black { background-color: #000;}

.back_image { background: url("../images/common/bg01.svg") repeat #000; background-size: 84px 119px;}

@media print,  (min-width: 769px) {
	.hidden_l { display: none !important;}
}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_disc { padding-left: 1em;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb100 { margin-bottom: 100px !important;}

.mb40-20 { margin-bottom: 40px !important;}
.mb50-30 { margin-bottom: 50px !important;}
.mb60-30 { margin-bottom: 60px !important;}
.mb80-40 { margin-bottom: 80px !important;}
.mb100-60 { margin-bottom: 100px !important;}
.mb120-60 { margin-bottom: 120px !important;}
.mb120-80 { margin-bottom: 120px !important;}
.mb160-80 { margin-bottom: 160px !important;}

.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}

/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}


/* ------------------------
	ヘッダー
------------------------ */

.header .cont1400 { display: flex; flex-flow: column-reverse;}
.header .list01 { display: flex; justify-content: flex-end; align-items: center; gap: 1em; padding: 20px 0;}
.header .more_btn a { min-width: 14em; font-size: 0.83em; line-height: 1.35;}
.tel_dl { display: flex; align-items: center; gap: 1em;}
.tel_dl a { display: block; color: #000; background: #b59032; border: solid 1px #000; outline: solid 3px #b59032; padding: 0.3em 0.8em;}
.tel_dl .text_box01 { background: url("../images/common/ico_tel.svg") no-repeat left center; background-size: 2.4em auto; padding-left: 2.8em; margin-bottom: 3px;}
.tel_dl .num { font-size: 1.8em; line-height: 0.9;}

.header.top { margin-bottom: 80px;}
.header.top:before { content: ""; position: absolute; z-index: -1; right: 0; top: 0; width: 55%; bottom: 8%; background: url("../images/common/bg01.svg") repeat #000; background-size: 84px 119px; }
.header .box01 { display: flex; justify-content: center; gap: 5%;}
.header.top .box02 { width: 74%;}
.header.top h1 { margin-bottom: 50px;}

@media only screen and (min-width: 769px) {
  .header.top:not(.clone-nav) .gn { margin-top: 3em;}
  .header.top:not(.clone-nav) .gn ul { writing-mode: vertical-lr; display: flex; flex-flow: column; justify-content: center; margin: auto; gap: 1em; letter-spacing: 0.05em;}
}


.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	max-width: initial;
	transition: .3s;
	transform: translateY(calc(-100% - 10em));
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}
.is-show { transform: translateY(0);}

.header.clone-nav, .header.under { background: url("../images/common/bg01.svg") repeat #000; background-size: 84px 119px; color: #fff; font-size: min(1.25vw,0.9em);}
.header.clone-nav:before, .header.under:before { display: none;}
.header.clone-nav .cont1400, .header.under .cont1400 { flex-flow: row; justify-content: space-between;}
.header.clone-nav .box01, .header.under .box01 { flex: 1; margin-right: 3em;}
.header.clone-nav .gn, .header.under .gn { display: flex; justify-content: space-between; width: 100%;}
.header.clone-nav .gn ul, .header.under .gn ul { display: flex; align-items: center; gap: 1.5em;}
.header.clone-nav .gn a, .header.under .gn a { color: #fff;}
.header.clone-nav .gn a:hover, .header.under .gn a:hover { color: #b59032;}
.header.clone-nav .box02, .header.under .box02 { display: none;}
.header.clone-nav .list01, .header.under .list01 { padding: 1em 0; align-items: center;}
.header.clone-nav h1, .header.under h1 { width: 10em; position: relative; align-self: flex-start; z-index: 50;}
.header.clone-nav h1 a, .header.under h1 a { position: absolute; display: block; background: #fff; padding: 1em; top: 0;}
.header.clone-nav .tel_dl dd, .header.under .tel_dl dd { display: none;}

@media only screen and (max-width: 1024px) {
  .header .hidden_s, .clone-nav { display: none !important;}
  .sp-navi.hidden_l { display: block !important;}

  /* ハンバーガーメニュー */
  .humberger {
    background: #000;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    z-index: 10001;
  }
  .humberger span {
    background: #fff;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 2px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 9px;}
  .humberger span:nth-of-type(2) { top: 17px;}
  .humberger span:nth-of-type(3) { top: 25px;}
  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
  .is-open .humberger:after { content: 'CLOSE';}
  .is-open .humberger span:nth-of-type(1) { transform: translateY(6px) rotate(-45deg);}
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}
  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
  }
  .sp-navi .sp-navi-inner {
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    font-size: 1.1em;
    transition: .5s;
    padding-bottom: 50px;
  }

  .sp-navi .logo { border-bottom: solid 1px #ccc; padding: 15px;}
  .sp-navi .logo img { width: 80px;}
  .sp-navi .list01 li { position: relative; font-size: 1.1em;}
  .sp-navi .list01 li > a { display: block; text-decoration: none; border-bottom: dashed 1px #ccc; padding: 0 60px 0 2.5em; position: relative; line-height: 50px; cursor: pointer;}
  .sp-navi .list01 > li > a:before { content: ""; position: absolute; left: 1em; top: 50%; margin-top: -1.5px; width: 0.7em; height: 3px; background-color: #000;}
  
  .sp-navi .list02 { display: flex; flex-flow: column; align-items: center; gap: 30px;}
  .sp-navi .list02 .tel_dl { flex-flow: column;}
  .sp-navi .list02 .more_btn a { font-size: 0.9em; line-height: 1.4; min-width: 15em;}

  .header.top { margin-bottom: 8%;}
  .header.top:before { top: -15%; bottom: 15%; width: 65%;}
  .header.top .box01 { display: block; padding-top: 60px;}
  .header.top .box02 { width: 100%;}
  .header.top h1 { position: absolute; margin-bottom: 0; top: 0; z-index: 999; width: 20%; left: calc(20px + 3%);}
  .header h1 a { display: block; background: #fff; padding: 0.6em;}
}


/* ------------------------
	フッター
------------------------ */

.sns_list { display: flex; justify-content: center; align-items: center; gap: 2em;}

.footer_nav ul { display: flex; flex-wrap: wrap; justify-content: center; padding: 0.3em 2em;}
.footer_nav li:not(:last-child):after { content: "　／　";}

.footer .bg01 { padding: 60px 20px 30px; font-size: min(4vw,1em);}
.footer .bg01 .list01 { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px 2em;}
.footer .bg01 .more_btn a { min-width: 14em; font-size: 0.95em; line-height: 1.4;}
.footer .bg01 hr { margin-left: -20px; margin-right: -20px; border-color: #fff;}

.copy_list { display: flex; flex-wrap: wrap; align-items: center; gap: 1em 2em;}

.pagetop { position: fixed; right: 30px; bottom: 0px; padding-bottom: 60px; z-index: 9999;}


/*------------------------------------------------------

	トップページ

------------------------------------------------------*/

.viewer { position: relative;}
.viewer ul { width: 100%; overflow: hidden; position: relative;}
.viewer ul li { top: 0; left: 0; width: 100%; position: absolute;}
.viewer ul li img { width: 100%;}

.cl_slider { display: flex; flex-wrap: nowrap; will-change: transform; overscroll-behavior-x: none;}
.cl_slider li { flex: 0 0 20%; max-width: 20%;}
.cl_slider picture, .cl_slider img { display: block; width: 100%; height: auto;}

.top_sec01 { padding: 100px 0;}
.top_sec01 h2 { font-size: 2.1em; display: flex; flex-flow: column; line-height: 1.6;}
.top_sec01 h2 span:last-child { margin-top: 1em;}

@media only screen and (min-width: 769px) {
  .top_sec01 .text_box { writing-mode: vertical-rl; text-orientation: upright; display: flex; justify-content: center; flex-flow: column; margin: auto;}
  .top_sec01 .text_box .text_box02 { height: 490px; line-height: 2.1; display: flex; flex-flow: column; gap: 2em; margin-right: 3em;}
  .top_sec01 .text_box .text_box02 p { margin: 0;}
}

.heading_icon { font-size: 2.2em; padding-left: 1em;}
.heading_icon:before { content: ""; position: absolute; background: #b59032; width: 0.37em; height: 0.37em; transform: rotate(45deg) translateY(-50%); transform-origin: center; left: 0; top: 50%;}

.top_sec02 { display: flex; justify-content: space-between; max-width: 1390px; gap: 0 5%; padding-bottom: 5px;}
.top_sec02 section:nth-child(1) { padding-top: 8%;}
.top_sec02 section:nth-child(2) { padding-top: 16%;}
.top_sec02 section:nth-child(3) { padding-top: 24%;}

.top_sec02 .heading_icon:after { content: ""; position: absolute; width: 1px; height: 400px; background: #b59032; left: 0.32em; bottom: 0.5em;}
.top_sec02 .more_btn a { min-width: initial; width: 100%; max-width: 250px;}

.archive_wrap { display: flex; flex-wrap: wrap; gap: 60px 5%;}
.archive_wrap article { width: calc(90% / 2); display: flex; gap: 1.5em; align-items: flex-end;}
.archive_wrap article figure { width: 40%;}
.archive_wrap article .box_inner { flex: 1;}
.archive_wrap article h1 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.date_wrap { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 0.5em 1em;}
.cat_list, .cat_list ul { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5em;}
.cat_list a { display: block; background: #b59032; color: #fff; border-radius: 3em; line-height: 1.4; padding: 0.2em 1em; min-width: 7em; text-align: center; transition: 0.3s;}
.cat_list a:hover { opacity: 0.7;}

.top_sec03 { padding: 100px 0;}
.top_sec03 .heading_icon:after, .blog_related .heading_icon:after { content: ""; position: absolute; width: 2000px; height: 1px; background: #b59032; right: calc(100% - 0.32em); bottom: 0.5em;}

@media only screen and (max-width: 860px) {
  .archive_wrap article { width: 100%; align-items: flex-start;}
  .archive_wrap .date_wrap { justify-content: flex-start; font-size: 0.85em;}
  .top_sec03 .more_btn { text-align: center;}
}


/*------------------------------------------------------

	下層ページ

------------------------------------------------------*/

.show_sp { display: none;}
.over_hidden { overflow: hidden;}
.break_keep { word-break: keep-all; overflow-wrap: anywhere;}

.img_hover { overflow: hidden;}
.img_hover a img, a .img_hover img { transition: 0.3s;}
.img_hover a:hover img, a:hover .img_hover img { transform: scale(1.05);}

.more_btn a { display: inline-block; outline: solid 2px #fff; border: solid 1px #000; box-shadow: 0 0 0 3px #000; background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 0.8em) center #fff; background-size: 1em auto; font-family: "Zen Old Mincho", serif; text-align: left; font-weight: bold; font-size: 1.05em; line-height: 1.6; padding: 0.6em 2em 0.6em 1em; min-width: 250px; transition: 0.3s;}
.more_btn a:hover { background-color: #000; background-image: url("../images/common/ico_arrow_white.svg"); color: #fff;}

.more_btn.white a { border-color: #fff; color: #fff; outline: solid 2px #000; box-shadow: 0 0 0 3px #fff; background-image: url("../images/common/ico_arrow_white.svg"); background-color: rgba(255,255,255,0);}
.more_btn.white a:hover { color: #000; background-image: url("../images/common/ico_arrow.svg"); background-color: rgba(255,255,255,1);}


.under_wrap_inner { max-width: 1400px; margin: auto; padding: 120px 0;}

.pagettl { background: url("../images/common/pagettl.svg") no-repeat center bottom; background-size: 1.4em auto; padding-bottom: 0.8em; font-size: 2.8em;}


/* ----------------------------
	固定ページテンプレート
---------------------------- */



/* ------------------------
	投稿
------------------------ */

.blog_wrap { display: flex; gap: 60px 7%;}
.contents { flex: 1;}
.rNavi { width: 25%;}

@media only screen and (max-width: 1024px) {
  .blog_wrap { flex-flow: column;}
  .rNavi { width: 100%; max-width: 400px; margin: auto;}

  .under_wrap_inner { padding: 70px 0 20px;}
}

.archive_list { display: flex; flex-wrap: wrap; gap: 50px 5%;}
.archive_list li { width: calc(90% / 3);}

/* サイドバー */
.rNavi .box_inner { padding: 0 0.5em;}
.rNavi h2 { display: flex; flex-flow: column; align-items: center; letter-spacing: 0.1em; padding: 1.4em 0;}
.rNavi h2 .fo_eb { width: 100%; padding: 0 1em;}
.rNavi h2 .fo_eb:before, .rNavi h2 .fo_eb:after { content: ""; position: absolute; width: 0.9em; height: 5px; background: #b59032; top: 50%; transform: translateY(-50%);}
.rNavi h2 .fo_eb:before { left: 0;}
.rNavi h2 .fo_eb:after { right: 0;}

.side_sec01 dl:not(:last-child) { border-bottom: solid 1px #3c3c3c; padding-bottom: 1em; margin-bottom: 1em;}

.side_sec02 ul { display: flex; flex-flow: column; gap: 0.5em;}
.side_sec02 li { position: relative; padding-left: 1.2em;}
.side_sec02 li:before { content: ""; position: absolute; background: #b59032; width: 0.55em; height: 0.55em; transform: rotate(45deg); transform-origin: center; left: 0; top: 0.55em;}

.side_sec03 select {
	width: 100%;
	padding: 0px 1em;
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	background-color: #fff;
	border: solid 1px #000;
  border-radius: 0.5em;
  box-shadow: 0.3em 0.3em 0 #b59032;
	-webkit-appearance: menulist-button;
	height: 3.5em;
	line-height: 3.5em;
}
.side_sec03 select:focus { outline: none;}

.side_bnr li { margin-bottom: 20px;}
.side_bnr a { transition: 0.3s;}
.side_bnr a:hover { opacity: 0.7;}

/* 記事ヘッダー */
.blog_header h1 { font-size: 2.5em; line-height: 1.4; padding-bottom: 0.5em; border-bottom: solid 3px #b59032;}
.blog_header .date_wrap { padding: 0.8rem 0;}
.blog_header .date { display: flex; align-items: center; gap: 1em;}
.blog_header .update { position: relative; padding-left: 1em;}
.blog_header .update:before { content: ""; position: absolute; top: -0.8rem; bottom: -0.8rem; width: 1px; left: 0; background: #b59032;}

/* 本文 */
.blog_content { font-family: "Zen Old Mincho", serif; line-height: 2;}

.blog_content h2 { font-weight: 600; font-size: 2em; line-height: 1.5; margin-bottom: 1.5em; padding: 0.3em 0.8em 0.4em;}
.blog_content h2:not(.is-style-text-display) { background: #000; color: #fff; border-bottom: solid 4px #b59032;}
.blog_content h2.is-style-text-display { border-top: solid 3px #b59032; border-bottom: solid 3px #b59032;}
.blog_content h3 { font-size: 1.6em; line-height: 1.5; margin-bottom: 1.5em;}
.blog_content h3:not(.is-style-text-display) { font-weight: 600; position: relative; border-bottom: solid 2px #b59032; padding: 0 1em 0.5em;}
.blog_content h3:not(.is-style-text-display):before, .blog_content h3:not(.is-style-text-display):after { content: ""; position: absolute; width: 0.45em; height: 0.45em; background: #b59032; bottom: 0; transform: rotate(45deg) translateY(calc(50% + 2px)); transform-origin: center center;}
.blog_content h3:not(.is-style-text-display):before { left: 0.2em;}
.blog_content h3:not(.is-style-text-display):after { right: -0.2em;}
.blog_content h3.is-style-text-display { background: #f3f0ef; border-left: solid 0.35em #000; padding: 0.3em 0.7em 0.4em;}
.blog_content h4 { font-size: 1.4em; font-weight: 600; line-height: 1.5; color: #b59032; border: solid 1px #b59032; border-radius: 1.3em; padding: 0.5em 1.5em 0.6em; margin-bottom: 1.5em;}
.blog_content h5 { font-size: 1.15em; line-height: 1.5; border-left: solid 2px #b59032; border-bottom: solid 2px #b59032; padding: 0.2em 1.3em 0.6em; margin-bottom: 1.5em;}
.blog_content h6 { font-weight: bold; line-height: 1.5; position: relative; padding-left: 1.7em; margin-bottom: 1.5em;}
.blog_content h6:before { content: ""; position: absolute; width: 0.75em; height: 0.75em; background: #b59032; transform: rotate(45deg); transform-origin: center center; left: 0.1em; top: 0.45em;}

.blog_content strong, .blog_content em { font-weight: bold;}
.blog_content em:not(.em2) { color: #e90000;}
.blog_content em.em2 { color: #b59032; border-bottom: solid 2px #b59032;}

.blog_content a { color: #234bff; text-decoration: none;}
.blog_content a:hover { text-decoration: underline;}

.blog_content a[target="_blank"] { background: url("../images/blog/ico_link.svg") no-repeat left 0.4em; background-size: 0.9em auto; padding-left: 1.3em;}
.blog_content a[target="_blank"].link2 { background-image: url("../images/blog/ico_link02.svg");}

.blog_content a.a_arrow01 { background: url("../images/blog/arrow01.svg") no-repeat left center; background-size: 1.1em auto; padding-left: 1.6em; color: #000;}
.blog_content a.a_arrow02 { background: url("../images/blog/arrow02.svg") no-repeat 0.2em center; background-size: 0.9em auto; padding-left: 1.6em; color: #000;}
.blog_content a.a_arrow03 { background: url("../images/blog/arrow03.svg") no-repeat left center; background-size: 1.2em auto; padding-left: 1.6em; color: #000;}


/* リスト */
.blog_content ul li { position: relative; padding-left: 1.1em;}
.blog_content ul li:before { content: ""; position: absolute; width: 0.55em; height: 0.55em; background: #b59032; transform: rotate(45deg); transform-origin: center center; left: 0.1em; top: 0.75em;}
.blog_content ul li li:before { height: 1px; transform: none; top: 1em;}

.blog_content .is-style-checkmark-list li { padding-left: 1.6em;}
.blog_content .is-style-checkmark-list li:before { background: url("../images/blog/ico_check.svg") no-repeat center center; background-size: 100% auto; width: 1.1em; height: 1em; top: 0.6em; transform: none;}

.blog_content ol { padding: 0px; counter-reset:num;}
.blog_content ol li { position: relative; padding-left: 1.7em; list-style: none;}
.blog_content ol li:before { content: counter(num) '.'; counter-increment: num; position: absolute; width: 1.3em; left: 0; top: 0.1em; color: #b59032; font-family: "EB Garamond", serif; font-weight: 600; text-align: right;}

/* 引用 */
.blog_content blockquote {
	position: relative;
	padding: 2em 2.5em;
	background: #fff;
  color: #b59032;
	border: solid 1px #b59032;
  outline: solid 3px #fff;
  box-shadow: 0 0 0 5px #b59032;
}
.blog_content blockquote:before, .blog_content blockquote:after { content: ""; position: absolute; background: url("../images/blog/ico_blq.svg") no-repeat center center; background-size: 100% auto; width: 1.7em; height: 1.5em; }
.blog_content blockquote:before { left: 1em; top: -1em;}
.blog_content blockquote:after { right: 1em; bottom: -1em; transform: scale(-1,-1);}
.blog_content blockquote cite { text-align: right; font-size: 0.9em; display: block; margin-top: 0.5em;}

.blog_content blockquote p:last-child { margin-bottom: 0;}

/* テーブル */
.blog_content table { width: 100%;}
.blog_content figure:not(.is-style-stripes) table { border: solid 2px #000;}
.blog_content figure:not(.is-style-stripes) th { background: rgba(181,144,50,0.3); border: solid 1px #000; font-weight: bold; font-size: 1.05em; padding: 0.5em;}
.blog_content figure:not(.is-style-stripes) td { border: solid 1px #000; padding: 1em; vertical-align: middle;}
.blog_content figure:not(.is-style-stripes) td:first-child { background: #f5f3f2; font-weight: bold; font-size: 1.05em; text-align: center;}
.blog_content thead { border-bottom: none;}

.wp-block-table.is-style-stripes { border: none;}
.blog_content figure.is-style-stripes table { border-collapse: separate; border-spacing: 1em 0.7em;}
.blog_content figure.is-style-stripes tr { background: none !important;}
.blog_content figure.is-style-stripes td { border-bottom: solid 1px #000; padding: 0 0.7em 0.7em;}
.blog_content figure.is-style-stripes td:first-child { text-align: center; font-size: 1.05em; font-weight: bold; color: #b59032; border: none; border-bottom: solid 2px #b59032 !important;}
.blog_content figure.is-style-stripes tr:first-child td { border-top: solid 1px #000; padding-top: 0.7em;}
.blog_content figure.is-style-stripes tbody:not(:first-child) tr:first-child td { border-top-width: 2px;}
.blog_content figure.is-style-stripes tr:first-child td:first-child { border-top: solid 2px #b59032;}
.blog_content figure.is-style-stripes th { font-weight: bold; font-size: 1.05em; text-align: center;}

.blog_content iframe { max-width: 100%;}

.wp-block-button__link { display: inline-block; font-size: 1em; font-weight: bold; line-height: 1.6; color: #fff !important; text-decoration: none !important; background: url("../images/common/ico_arrow_white.svg") no-repeat calc(100% - 1em) #000; background-size: 0.95em auto; border-bottom: solid 4px #b59032; border-radius: 0; padding: 1.1em 2em 1.1em 1.1em; min-width: 250px; text-align: left; transition: 0.3s;}
.wp-block-button__link:hover { transform: translateX(0.3em);}

.wp-block-button.is-style-outline .wp-block-button__link { border: none; border-bottom: solid 2px #b59032; background: url("../images/blog/btn02.svg") no-repeat right calc(100% + 1px); background-size: 0.65em auto; color: #b59032 !important; padding: 0 3em 0.2em 0.3em; min-width: initial;}

.btn03 .wp-block-button__link { color: #b59032 !important; background: url("../images/blog/btn03_bg01.svg") no-repeat right center !important; background-size: 0.5em auto !important; text-align: center; margin-left: -1.3em; border-top: solid 2px #b59032; border-bottom: solid 2px #b59032; padding: 1em 1.5em; min-width: 230px; position: relative;}
.btn03 .wp-block-button__link:before, .btn03 .wp-block-button__link:after { content: ""; position: absolute; width: 1.25em; top: -0.1em; bottom: -0.1em; background: url("../images/blog/btn03_bg02.svg") no-repeat center center; background-size: 100% 100%;}
.btn03 .wp-block-button__link:before { left: -1.2em;}
.btn03 .wp-block-button__link:after { right: -1.2em; transform: scale(-1,1);}

.btn04 .wp-block-button__link { background: url("../images/common/ico_gold.svg") no-repeat calc(100% - 1.5em) center #000; background-size: 1.1em auto; border: none; color: #b59032 !important; font-size: 1.1em; text-align: center; padding: 2em 3.5em; position: relative;}
.btn04 .wp-block-button__link:before { content: ""; position: absolute; top: 0.4em; right: 0.4em; bottom: 0.4em; left: 0.4em; border: solid 1px #b59032;}

/* tag */
.tag { display: flex; flex-wrap: wrap; gap: 0.5em 0.7em;}
.tag li a { display: block; margin: 0 0.6em; border-top: solid 1px #b59032; border-bottom: solid 1px #b59032; color: #b59032; line-height: 1.4; padding: 0.2em 0.7em; position: relative; transition: 0.3s;}
.tag li a:before, .tag li a:after { content: ""; position: absolute; width: 0.6em; top: 0; bottom: 0; background: url("../images/blog/tag.svg") no-repeat center center; background-size: 100% 100%;}
.tag li a:before { left: -0.6em;}
.tag li a:after { right: -0.6em; transform: scale(-1,1);}
.tag li a:hover { opacity: 0.7;}

.share_list { display: flex; gap: 3%; font-size: min(3vw,1em);}
.share_list li { width: calc(94% / 3);}
.share_list a { display: block; border-radius: 0.3em; background: url("../images/blog/sns_icon_fb.svg") no-repeat calc(100% - 1em) center #0866ff; background-size: 1.5em auto; color: #fff; font-weight: bold; font-size: 0.85em; letter-spacing: 0.05em; line-height: 1.4; padding: 1.1em;}
.share_list li:nth-child(2) a { background-image: url("../images/blog/sns_icon_x.svg"); background-color: #000;}
.share_list li:nth-child(3) a { background-image: url("../images/blog/sns_icon_line.svg"); background-color: #00b900;}


/*WP用 投稿表示*/
img.aligncenter { display: block; margin: 0px auto 20px;}
img.alignright { margin: 0px 0 20px 20px; float: right;}
img.alignleft { margin: 0px 20px 20px 0; float: left;}

/* ページャー(アーカイブ) */
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1em;}
.pagination .number { margin-right: 1em;}
.pagination span.current, .pagination a { display: block; position: relative; min-width: 2em; min-height: 2em; line-height: 2; transition: 0.2s;}
.pagination span.current:before, .pagination a:before { content: ""; position: absolute; z-index: -1; width: 2em; height: 2em; background: #b59032; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(45deg); transition: 0.2s; opacity: 0;}
.pagination span.current, .pagination a:hover { color: #fff;}
.pagination span.current:before, .pagination a:hover:before { opacity: 1;}

/* ページャー(シングル) */
.pager ul { display: flex; justify-content: center; align-items: flex-end; gap: 0.5em; line-height: 1.4; font-size: min(2.5vw,1em);}
.pager li { min-width: 11em;}
.pager a { text-decoration: none; color: #000; display: block; border-bottom: solid 1px #b59032; position: relative; padding: 0.5em 0.5em 0.7em; transition: 0.3s;}
.pager .return { min-width: 14em;}
.pager .previous a { border-right: solid 1px #b59032;}
.pager .next a { border-left: solid 1px #b59032;}
.pager .previous a:before, .pager .next a:after { content: ""; position: absolute; width: 1em; height: 1px; background: #b59032; bottom: -1px;}
.pager .previous a:before { left: 0; transform-origin: left bottom; transform: rotate(-25deg);}
.pager .next a:after { right: 0; transform-origin: right bottom; transform: rotate(25deg);}


/* ブロックエディタ用 */
.center { margin: auto !important;}

.faq_dl { margin-bottom: 2em;}
.faq_dl dt { background: url("../images/blog/ico_q.svg") no-repeat 1rem center #000; background-size: 4rem auto; color: #fff; font-size: 1.15em; min-height: 7rem; padding: 1em 3.5em 1em 6rem; line-height: 1.8; display: flex; align-items: center; position: relative; cursor: pointer;}
.faq_dl dt:before { content: ""; position: absolute; background: #b59032; width: 1.3em; height: 1.3em; right: 1.5em; top: 50%; transform: translateY(-50%);}
.faq_dl dt:after { content: ""; position: absolute; background: url("../images/blog/ico_plus.svg") no-repeat center center; background-size: 100% auto; width: 0.8em; height: 0.8em; right: 1.75em; top: 50%; transform: translateY(-50%); transition: 0.3s;}
.faq_dl dt.open:after { transform: translateY(-50%) rotate(45deg); transform-origin: center center;}
.faq_dl dd { display: none;}
.faq_dl .faq_inner { background: url("../images/blog/ico_a.svg") no-repeat 1rem 1.2em; background-size: 4rem auto; min-height: 5.2em; padding: 2em 0 0 6rem;}

.wp-block-image { position: relative;}
.wp-element-caption { position: absolute; z-index: 10; color: #fff; width: 100%; bottom: 0.5em; left: 0; margin: 0;}


.menu_btn { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px 2em;}
.menu_btn .tel_dl a { color: #000 !important; text-decoration: none !important;}
.menu_btn .more_btn a { background: url("../images/common/ico_arrow.svg") no-repeat calc(100% - 0.8em) center #fff !important; text-decoration: none !important; color: #000 !important; background-size: 1em auto !important;}
.menu_btn .more_btn a:hover { background-image: url("../images/common/ico_arrow_white.svg") !important; background-color: #000 !important; color: #fff !important;}

.nav_btn { gap: 20px 2em;}

.gap4em { gap: 4em;}

