@charset "UTF-8";
/* Author: c.nz */
/* ---------------------------------------------------
	acms リセット
------------------------------------------------------ */
.acms-entry .entry-container {margin: 0;}
.entry {border: none; width: 100%; max-width: 100%; margin: 60px auto 50px;}
.entry-title {text-align: center; font-size: 30px; line-height: 1.2; font-weight: 500;}
.acms-grid, .acms-grid-r {margin: 0;}
.entry-column tr:nth-child(odd) {background: none;}

.acms-admin-form .acms-admin-form-select, .acms-admin-form select { -moz-appearance: none; -webkit-appearance: none;}

/* メディアユニットの調整 */
.acms-entry [class*=column-eximage], .acms-entry [class*=column-media], .acms-entry [class*=column-video], .acms-entry [class*=column-youtube] {padding-left: 0; padding-right: 0;}
.acms-entry [class*=column-media].img-full {width: 100%; max-width: 100%;}
.acms-entry [class*=column-media].acms-col-sm-12,
.acms-entry [class*=column-media].acms-col-sm-10,
.acms-entry [class*=column-media].acms-col-sm-8,
.acms-entry [class*=column-media].acms-col-sm-6,
.acms-entry [class*=column-media].acms-col-sm-4 {width: 100%;}
.acms-entry [class*=column-media-auto],
.acms-entry [class*=column-media-left],
.acms-entry [class*=column-media-center],
.acms-entry [class*=column-media-right] {float: none;}
.acms-entry [class*=column-media-auto] > * {margin-right: auto;}
.acms-entry [class*=column-media-left] > * {margin-right: auto;}
.acms-entry [class*=column-media-center] > * {margin: auto;}
.acms-entry [class*=column-media-right] > * {margin-left: auto;}
.acms-entry [class*=column-media-auto] > a,
.acms-entry [class*=column-media-left] > a,
.acms-entry [class*=column-media-center] > a,
.acms-entry [class*=column-media-right] > a {display: inline-block;}
.acms-entry [class*=column-media].img-full > * {max-width: 100%;}
.acms-entry [class*=column-media].img-full > img,
.acms-entry [class*=column-media].img-full > a > img {width: 100%;}
.acms-entry [class*=column-media].acms-col-sm-12 > * {width: 100%; max-width: 1200px;}
.acms-entry [class*=column-media].acms-col-sm-10 > * {width: 100%; max-width: 1000px;}
.acms-entry [class*=column-media].acms-col-sm-8 > * {width: 100%; max-width: 800px;}
.acms-entry [class*=column-media].acms-col-sm-6 > * {width: 100%; max-width: 600px;}
.acms-entry [class*=column-media].acms-col-sm-4 > * {width: 100%; max-width: 400px;}

.entry-column em {/*font-style: italic;*/ font-style: normal; font-weight: bold; text-decoration: underline;}

.message-back-link {display: inline-block; margin: 50px auto; text-align: center; border: none; padding: 10px 20px;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .acms-entry .entry-container {margin: 0; padding: 0 10px;}
    .entry {width: 100%; margin: 50px auto 25px;}
    .member_login .entry {width: 100%; margin: 25px auto 25px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .acms-entry [class*=column-eximage], .acms-entry [class*=column-media], .acms-entry [class*=column-video], .acms-entry [class*=column-youtube]{padding: 0 40px;}
}

/* ---------------------------------------------------
	グループ用調整
------------------------------------------------------ */
.acms-grid > * {max-width: 1200px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1024px){
	.acms-grid > * {max-width: 960px;}
}
@media print {
	.acms-grid > * {max-width: 960px;}
}

/* yahBGカラー */
[class*=group-bg-] {max-width: 100%; padding: 100px 0;}
[class*=group-bg-] > * {max-width: 1200px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1024px){
	[class*=group-bg-] > * {max-width: 960px;}
}
@media print {
	[class*=group-bg-] > * {max-width: 960px;}
}
.group-bg-gray {background: #eee;}
.group-bg-color{background:url(../images/common/column-bg@2x.png);}

/* カラム */
.l-2col-l {width: 590px; max-width: 590px; margin-left: calc((100% - 1200px) / 2); margin-right: 10px;}
.l-2col-r {width: 590px; max-width: 590px; margin-right: calc((100% - 1200px) / 2); margin-left: 10px;}

.l-3col-l {float: left; width: 384px; max-width: 384px; margin-left: calc((100% - 1200px) / 2);}
.l-3col-c {float: left; width: 384px; max-width: 384px; margin: 0 24px;}
.l-3col-r {float: left; width: 384px; max-width: 384px; margin-right: calc((100% - 1200px) / 2);}

@media screen and (max-width: 1280px) {
	/* カラム */
	.l-2col-l {width: calc(100vw * (590 / 1280)); margin-left: calc((100% - (100vw * (1200 / 1280))) / 2); margin-right: calc(100vw * (10 / 1280));}
	.l-2col-r {width: calc(100vw * (590 / 1280)); margin-right: calc((100% - (100vw * (1200 / 1280))) / 2); margin-left: calc(100vw * (10 / 1280));}

	.l-3col-l {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin-left: calc((100% - (100vw * (1200 / 1280))) / 2);}
	.l-3col-c {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin: 0 calc(100vw * (24 / 1280));}
	.l-3col-r {float: left; width: calc(100vw * (384 / 1280)); max-width: 384px; margin-right: calc((100% - (100vw * (1200 / 1280))) / 2);}
}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.acms-grid > * {max-width: 100%; margin-left: auto; margin-right: auto;}

	/* yahBGカラー */
	[class*=group-bg-] {max-width: 100%; padding: 50px 0;}
	[class*=group-bg-] > * {max-width: 100%;}
	.group-bg-gray {}

	/* カラム */
	.l-2col-l {width: 100%; max-width: 100%; margin-left: 0;}
	.l-2col-r {width: 100%; max-width: 100%; margin-right: 0;}

	.l-3col-l {float: none; width: 100%; max-width: 100%; margin-left: 0;}
	.l-3col-c {float: left; width: 100%; max-width: 100%; margin: 0;}
	.l-3col-r {float: left; width: 100%; max-width: 100%; margin-right: 0;}
}
@media print {
    .l-2col-l {width: 480px; margin-left: 10px; margin-right: 10px;}
    .l-2col-r {width: 480px; margin-right: 10px; margin-left: 10px;}
	
	.l-3col-l {float: left; width: 320px; max-width: 320px; margin-left: 10px;}
	.l-3col-c {float: left; width: 320px; max-width: 320px; margin: 0 10px;}
	.l-3col-r {float: left; width: 320px; max-width: 320px; margin-right: 10px;}
}

/* ---------------------------------------------------
	ダイレクト編集用調整
------------------------------------------------------ */
.js-edit_inplace-hovering {width: 100%!important; max-width: 100%;}
.acms-admin-table-admin-edit th {width: 20%;}


/* ---------------------------------------------------
	汎用ユニット
------------------------------------------------------ */
/* 見出し大 */
.koblog-oyado h2,
.entry-column h2 {font-weight: 700; font-style: normal; font-size: 3.6rem; line-height: 1.4; color: #000; margin: 0 auto 4rem; padding: 2rem 0 2.9rem; border-left: none; letter-spacing: 0.1em; font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; background:url(../images/common/h2_icon@2x.png) no-repeat left top/10rem;}
.koblog-oyado h2.taC,
.entry-column h2.taC{background:url(../images/common/h2_icon@2x.png) no-repeat center/10rem;}

/* 見出し中 */
.entry-column h3 {font-weight: 500; font-style: normal; font-size: 2.8rem; line-height: 1.4; color: #8C2D13; margin: 0 auto 3rem; padding: 0; background: none; letter-spacing: 0.1em; font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* 見出し小 */
.entry-column h4 {font-weight: 600; font-style: normal; font-size: 2.4rem; line-height: 1.4; color: #000; padding: 0; margin: 0 auto 2rem; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.entry-column h4::before {content: ""; display: inline-block; width: 2.8rem; height: 1.8rem; vertical-align: middle; margin-right: 1rem; background: url(../images/common/h4_icon.svg) no-repeat center/contain;}

/* 小見出し */
.entry-column h5 {font-weight: 600; font-style: normal; font-size: 2.2rem; line-height: 1.4; padding: 0; margin: 0 auto 2rem; font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/* 本文 */
.entry-column p {font-size: 1.8rem; line-height: 1.8; margin: 0 auto 4rem; padding: 0;}
.entry-column p span.taL,
.entry-column p span.taC,
.entry-column p span.taR {display: block;}

/* リスト */
.entry-column ul, .entry-column ol {padding: 0; margin: 0 auto;}
.entry-column ul li, .entry-column ol li {padding: 0; margin: 0; font-size: 1.8rem; line-height: 1.8;}

.entry-column ul { margin-bottom: 4rem; list-style: none;}
.entry-column ul li { padding-left: 2.5rem; background: url(../images/common/ico-li@2x.png) no-repeat 0 5px; background-size: 2rem 2rem;}

.entry-column ol {counter-reset: oldef; margin-bottom: 4rem; list-style: none;}
.entry-column ol li { padding-left: 3rem; position: relative;}
.entry-column ol li::before { counter-increment: oldef; content: counter(oldef); color: #000; font-family: "Noto Serif JP", sans-serif; font-style: normal; font-weight: 700; font-size: 2rem; display: block; width: 2.5rem; position: absolute; top: 0; left: 0; text-align: center; line-height: 1.5;}

.column-map-auto, .column-map-left {margin-bottom: 4rem;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    h2.entry-title {font-size: 24px; margin: 0 auto 20px; padding: 0 10px;}
    .entry-column h2 {font-size: 24px; margin: 0 auto 20px; padding: 36px 10px;}
    .entry-column h3 {font-size: 22px; margin: 0 auto 20px; padding: 0 10px;}
    .entry-column h4 {padding: 0; font-size: 20px; }
    .entry-column h4::before {left: 0; top: 50%; width: 20px; margin-right: 5px;}
    .entry-column h5 {padding: 0 10px; font-size: 18px; margin: 0 auto 10px;}
    .entry-column p {padding: 0 10px; margin-bottom: 20px;}
    .entry-column p.taC {text-align: left;}
    
    .entry-column ul,
    .entry-column ol { margin-bottom: 40px; padding: 0 10px;}
    
    .column-map-auto, .column-map-left {margin-bottom: 20px;}
    
    .entry-column p iframe {width: 100%;}
    .gmap iframe {width: 100%;}
}
@media screen and (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	流れ用：数字付き見出し
------------------------------------------------------ */
.entry-column h3.tit-flow {border-left: none; counter-increment: flow; position: relative; padding-left: 50px; font-weight: bold; line-height: 1.4; color: #8C2D13;}
.entry-column h3.tit-flow::before {content: counter(flow,decimal-leading-zero); position: absolute; top: 50%; left: 0; height: 40px; text-align: center; line-height: 40px; letter-spacing: 0; border-bottom: 1px solid #8C2D13; font-size: 2.8rem; font-family: "Noto Serif JP"; font-weight: 900; margin-top: -20px; color: #8C2D13;}
/*.entry-column h3.tit-flow::before {content: counter(flow, decimal-leading-zero); position: absolute; bottom: 0; left: 0; min-width: 44px; height: 44px; text-align: center; line-height: 44px; color: #00469C; font-size: 44px; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold;} */

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
.entry-column h3.tit-flow {padding-left: 59px;}
.entry-column h3.tit-flow::before {top: 50%; left: 5px;} 
}

/* ---------------------------------------------------
	テキストリンク
------------------------------------------------------ */
.txt-link {justify-content: flex-start; margin-bottom: 40px;}
.txt-link.row-l {justify-content: flex-start;}
.txt-link.row-c {justify-content: center;}
.txt-link.row-r {justify-content: flex-end;}
.txt-link .row_col {display: inline-block; margin-right: 60px; margin-bottom: 20px;}
.txt-link.row-l .row_col {text-align: left;}
.txt-link.row-c .row_col {text-align: center;}
.txt-link.row-r .row_col {text-align: right;}
.txt-link.num-1 .row_col {display: inline-block; width: 100%; margin-right: 0;}
.txt-link.num-2 .row_col {display: inline-block; width: 49%; margin-right: 2%;}
.txt-link.num-2 .row_col:nth-child(2n),
.txt-link.num-2 .row_col:last-child {margin-right: 0;}
.txt-link.num-3 .row_col {display: inline-block; width: 32%; margin-right: 2%;}
.txt-link.num-3 .row_col:nth-child(3n),
.txt-link.num-3 .row_col:last-child {margin-right: 0;}
.txt-link.num-4 .row_col {display: inline-block; width: 23.5%; margin-right: 2%;}
.txt-link.num-4 .row_col:nth-child(4n),
.txt-link.num-4 .row_col:last-child {margin-right: 0;}
.txt-link .row_col a { position: relative; display: inline-block; padding: 0; color: #000; line-height: 1.8; text-align: left; text-decoration: underline; font-size: 1.8rem;}
/*.txt-link .row_col a::before { content: ""; position: absolute; top: 50%; left: 0; display: block; width: 20px; height: 20px; margin-top: -10px; margin-right: 10px; background: url("../images/common/ico-link@2x.png") no-repeat center; background-size: 100%;}*/
.txt-link .row_col.blank a::after { content: ""; display: inline-block; width: 16px; height: 16px; vertical-align: middle; margin-left: 10px; background: url(../images/common/ico-blank@2x.png) no-repeat center; background-size: cover;}
.txt-link .row_col a:hover {text-decoration: none;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.txt-link {padding: 0 10px; margin-bottom: 20px;}
	.txt-link.num-2 .row_col {width: 100%; margin-right: 0;}
	.txt-link.num-3 .row_col {width: 100%; margin-right: 0;}
	.txt-link.num-4 .row_col {width: 100%; margin-right: 0;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .txt-link{padding: 0 10px;}
}

/* ---------------------------------------------------
	ボタンリンク
------------------------------------------------------ */
.btnlink {justify-content: flex-start; margin-bottom: 60px; font-feature-settings: "palt";}
.btnlink.row-l {justify-content: flex-start; text-align: left;}
.btnlink.row-c {justify-content: center; text-align: center;}
.btnlink.row-r {justify-content: flex-end; text-align: right;}
.btnlink.num-1 {display: inline-block; width: 100%;}

.btnlink .row_col { width: auto; max-width: 100%; margin-bottom: 20px;}
.btnlink.num-1 .row_col {max-width: fit-content;}
.btnlink.row-l.num-1 .row_col {margin-right: auto;}
.btnlink.row-c.num-1 .row_col {margin-right: auto; margin-left: auto;}
.btnlink.row-r.num-1 .row_col {margin-left: auto;}
.btnlink.num-2 .row_col { width: 49%; max-width: 49%; margin-right: 2%;}
.btnlink.num-2 .row_col:nth-child(2n),
.btnlink.num-2 .row_col:last-child {margin-right: 0;}
.btnlink.num-3 .row_col { width: 32%; max-width: 32%; margin-right: 2%;}
.btnlink.num-3 .row_col:nth-child(3n),
.btnlink.num-3 .row_col:last-child {margin-right: 0;}
.btnlink.num-4 .row_col { width: 23.5%; max-width: 23.5%; margin-right: 2%;}
.btnlink.num-4 .row_col:nth-child(4n),
.btnlink.num-4 .row_col:last-child {margin-right: 0;}

a.btn-link,
.btn-link a,
.btnlink .row_col a {position: relative; display: inline-block; min-width: 0; width: 100%; max-width: 100%; padding: 1.9rem 2rem 1.7rem; color: #FFF; font-weight: bold; text-align: left; text-decoration: none; border-radius: 100px; background: #8C2D13; box-shadow: rgba(0,0,0,0.16); font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.8rem; text-align: center;}
a.btn-link{display: inline; line-height: 4; min-width: 36rem;}
.btn-link a{width:auto;}
a.btn-link:hover,
.btn-link a:hover,
.btnlink .row_col a:hover{text-decoration: none;}
a[target="_blank"].btn-link::after,
.btnlink .row_col.blank a::after { content: ""; display: inline-block; width: 1.6rem; height: 1.6rem; margin-top: 2px; background: url(../images/common/ico-blank-w@2x.png) no-repeat center; background-size: 100%; margin-left: 1.5rem;}
.btn-link {width: auto; margin-right: 1rem; line-height: 1.2;}
.btn-link:hover {text-decoration: none!important;}
.btnlink .row_col a.icon-pdf,
.btnlink .row_col.blank a[href$=".pdf"],
.btnlink .row_col a.icon-doc,
.btnlink .row_col.blank a[href$=".doc"],
.btnlink .row_col.blank a[href$=".docx"],
.btnlink .row_col a.icon-xls,
.btnlink .row_col.blank a[href$=".xls"],
.btnlink .row_col.blank a[href$=".xlsx"],
.btnlink .row_col a.icon-ppt,
.btnlink .row_col.blank a[href$=".ppt"],
.btnlink .row_col.blank a[href$=".pptx"],
.btnlink .row_col a.icon-file {padding: 2.3rem 2.3rem 2.3rem 5.2rem; background: #DCDACC; border-radius: 5px; color: #000; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; transition: .4s; text-align: left;}
.btnlink .row_col a.icon-pdf::after,
.btnlink .row_col.blank a[href$=".pdf"]::after,
.btnlink .row_col a.icon-doc::after,
.btnlink .row_col.blank a[href$=".doc"]::after,
.btnlink .row_col.blank a[href$=".docx"]::after,
.btnlink .row_col a.icon-xls::after,
.btnlink .row_col.blank a[href$=".xls"]::after,
.btnlink .row_col.blank a[href$=".xlsx"]::after,
.btnlink .row_col a.icon-ppt::after,
.btnlink .row_col.blank a[href$=".ppt"]::after,
.btnlink .row_col.blank a[href$=".pptx"]::after,
.btnlink .row_col a.icon-file::after {background: url(../images/common/ico-blank@2x.png) no-repeat center / contain; position: absolute; top: 50%; transform: translateY(-50%); right: 2rem;}
.btnlink .row_col a.icon-pdf:hover::after,
.btnlink .row_col.blank a[href$=".pdf"]:hover::after,
.btnlink .row_col a.icon-doc:hover::after,
.btnlink .row_col.blank a[href$=".doc"]:hover::after,
.btnlink .row_col.blank a[href$=".docx"]:hover::after,
.btnlink .row_col a.icon-xls:hover::after,
.btnlink .row_col.blank a[href$=".xls"]:hover::after,
.btnlink .row_col.blank a[href$=".xlsx"]:hover::after,
.btnlink .row_col a.icon-ppt:hover::after,
.btnlink .row_col.blank a[href$=".ppt"]:hover::after,
.btnlink .row_col.blank a[href$=".pptx"]:hover::after,
.btnlink .row_col a.icon-file:hover::after {background: url(../images/common/ico-blank-w@2x.png) no-repeat center / contain; }
.btnlink .row_col a.icon-pdf:hover,
.btnlink .row_col.blank a[href$=".pdf"]:hover,
.btnlink .row_col a.icon-doc:hover,
.btnlink .row_col.blank a[href$=".doc"]:hover,
.btnlink .row_col.blank a[href$=".docx"]:hover,
.btnlink .row_col a.icon-xls:hover,
.btnlink .row_col.blank a[href$=".xls"]:hover,
.btnlink .row_col.blank a[href$=".xlsx"]:hover,
.btnlink .row_col a.icon-ppt:hover,
.btnlink .row_col.blank a[href$=".ppt"]:hover,
.btnlink .row_col.blank a[href$=".pptx"]:hover,
.btnlink .row_col a.icon-file:hover{background: #000; color: #FFF;}
.btnlink .row_col.blank a[href$=".pdf"]:hover::after,
.btnlink .row_col.blank a[href$=".doc"]:hover::after,
.btnlink .row_col.blank a[href$=".docx"]:hover::after,
.btnlink .row_col.blank a[href$=".xls"]:hover::after,
.btnlink .row_col.blank a[href$=".xlsx"]:hover::after,
.btnlink .row_col.blank a[href$=".ppt"]:hover::after,
.btnlink .row_col.blank a[href$=".pptx"]:hover::after{background: url(../images/common/ico-blank-w@2x.png) no-repeat center;}
.btnlink .row_col a.icon-pdf::before,
.btnlink .row_col.blank a[href$=".pdf"]::before {content: ""; display: block; position: absolute; top: 50%; left: 2rem; width: 2.235rem; height: 3rem; margin-top: -1.5rem; background: url(../images/common/ico-pdf.png) no-repeat center; background-size: 100%;}
.btnlink .row_col a.icon-doc::before,
.btnlink .row_col.blank a[href$=".doc"]::before,
.btnlink .row_col.blank a[href$=".docx"]::before {content: ""; display: block; position: absolute; top: 50%; left: 2rem; width: 2.35rem; height: 3rem; margin-top: -1.5rem; background: url(../images/common/ico-doc.png) no-repeat center; background-size: 100%;}
.btnlink .row_col a.icon-xls::before,
.btnlink .row_col.blank a[href$=".xls"]::before,
.btnlink .row_col.blank a[href$=".xlsx"]::before {content: ""; display: block; position: absolute; top: 50%; left: 20px; width: 2.35rem; height: 3rem; margin-top: -1.5rem; background: url(../images/common/ico-xls.png) no-repeat center; background-size: 100%;}
.btnlink .row_col a.icon-ppt::before,
.btnlink .row_col.blank a[href$=".ppt"]::before,
.btnlink .row_col.blank a[href$=".pptx"]::before {content: ""; display: block; position: absolute; top: 50%; left: 20px; width: 23.5px; height: 30px; margin-top: -15px; background: url(../images/common/ico-ppt.png) no-repeat center; background-size: 100%;}
.btnlink .row_col a.icon-file::before {content: ""; display: block; position: absolute; top: 50%; left: 20px; width: 19px; height: 28px; margin-top: -14px; background: url(../images/common/ico-shorui.svg) no-repeat center; background-size: 100%;}
.btnlink .row_col a.icon-file:hover::before {background: url(../images/common/ico-shorui-w.svg) no-repeat center;}

/* アンカーリンクの設定 */
.btnlink .row_col a[href^="#"] {padding: 0; padding-bottom: 10px; text-align: center; border-radius: 0; background:transparent; color: #000; border-bottom: 1px solid #000;}
.btnlink .row_col a[href^="#"]::after {content: ""; position: absolute; top: auto; right: auto; left: 50%; bottom: -1px; transform: translateY(100%); display: block; border-top:6px solid #000; border-right:6px solid transparent; border-left:6px solid transparent; background-size: 100%;}
.btnlink .row_col a[href^="#"]:hover {opacity: .7;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .btnlink {display: block; margin-bottom: 30px; padding: 0 10px;}
    .btnlink .row_col { width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 10px;}
    .btnlink .row_col:last-of-type {margin-bottom: 0;}
	.btnlink.num-2 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btnlink.num-3 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btnlink.num-4 .row_col { width: 100%; max-width: 100%; margin-right: 0;}
	.btn-link,
    .btnlink .row_col a {padding: 20px 50px;}
	.btn-link::after,
    .btnlink .row_col a::after {right: 30px;}
	a[target="_blank"].btn-link::after,
    .btnlink .row_col.blank a::after {right: 25px;}
	.btn-link {margin-right: 0; margin-top: 10px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .btnlink{padding: 0 10px;}
	.btn-link,
    .btnlink .row_col a{padding: 25px;}
	.btn-link::after,
    .btnlink .row_col a::after{right: 10px;}
	a[target="_blank"].btn-link::after,
    .btnlink .row_col.blank a::after{right: 10px;}
    /* ファイルアイコン */
    .btnlink .row_col a.icon-pdf, .btnlink .row_col.blank a[href$=".pdf"], .btnlink .row_col a.icon-doc, .btnlink .row_col.blank a[href$=".doc"], .btnlink .row_col.blank a[href$=".docx"], .btnlink .row_col a.icon-xls, .btnlink .row_col.blank a[href$=".xls"], .btnlink .row_col.blank a[href$=".xlsx"], .btnlink .row_col a.icon-ppt, .btnlink .row_col.blank a[href$=".ppt"], .btnlink .row_col.blank a[href$=".pptx"], .btnlink .row_col a.icon-file{padding: 25px 36px 25px 40px;}
    /* ー＊ー＊ー＊ー＊ー */
    .btnlink .row_col a.icon-pdf::before, .btnlink .row_col.blank a[href$=".pdf"]::before{left: 10px;}
    .btnlink .row_col a.icon-doc::before, .btnlink .row_col.blank a[href$=".doc"]::before, .btnlink .row_col.blank a[href$=".docx"]::before{left:10px;}
    .btnlink .row_col a.icon-xls::before, .btnlink .row_col.blank a[href$=".xls"]::before, .btnlink .row_col.blank a[href$=".xlsx"]::before{left: 10px;}
    .btnlink .row_col.blank a::after{right:10px}
    .btnlink .row_col a.icon-ppt::before, .btnlink .row_col.blank a[href$=".ppt"]::before, .btnlink .row_col.blank a[href$=".pptx"]::before{left: 10px;}
    .btnlink .row_col a.icon-file::before{left: 10px;}
}

/* ---------------------------------------------------
	コラム
------------------------------------------------------ */
.column_unit {width: 100%; margin: 0 auto 60px;}
.column_unit > .box {width: 100%; border: 1px solid #000; outline: 2px solid #000; outline-offset: 2px; padding: 40px; box-sizing: border-box; background: url(../images/common/column-bg@2x.png) no-repeat center/cover; display: flex; justify-content: space-between; align-items: stretch; flex-wrap: nowrap; box-shadow: 0 3px 12px rgba(0,0,0,.16);}
.column_unit > .box .txt {width: 100%;}
.column_unit > .box .txt p {margin-bottom: 0;}
.column_unit > .box .img {width: 30%; max-width: 360px; margin-left: 40px;}

/* 重要なコラムの設定 */
.column_unit.column_important > .box {border: none; outline: none; border-top: 4px solid #B10404; border-bottom: 4px solid #B10404;}
.column_unit.column_important > .box .txt h2,
.column_unit.column_important > .box .txt h3,
.column_unit.column_important > .box .txt h4 {color: #B10404;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .column_unit {width: calc(100% - 20px); margin: 0 auto 30px;}
    .column_unit > .box {display: block; width: 100%; padding: 20px;}
    .column_unit > .box .txt {margin-bottom: 20px;}
    .column_unit > .box .txt p {padding: 0; margin-bottom: 0;}
    .column_unit > .box .img {width: 100%; max-width: 100%; margin-left: 0;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	画像＋テキスト（左右配置）
------------------------------------------------------ */
.border-caution {width: 100%; border: 4px solid #B10404; padding: 40px; box-sizing: border-box; margin: 0 auto 60px;}
.border-standard {width: 100%; border: 1px solid #000; padding: 40px; box-sizing: border-box; margin: 0 auto 60px; background: #FFF;}
.pic_txt {margin-bottom: 60px;}
.border-caution .pic_txt,
.border-standard .pic_txt {margin-bottom: 0;}
.pic_txt .row_pic {width: 50%; max-width: 600px;}
.pic_txt .row_pic.row_pic_w30 {width: 30%; max-width: 360px;}
.pic_txt .row_pic.row_pic_w40 {width: 40%; max-width: 480px;}
.pic_txt .row_pic.row_pic_w60 {width: 60%; max-width: 720px;}
.pic_txt .row_pic.row_pic_w70 {width: 70%; max-width: 840px;}
.pic_txt.pic_right .row_pic {width: 50%; max-width: 600px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w30 {width: 30%; max-width: 360px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w40 {width: 40%; max-width: 480px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w60 {width: 60%; max-width: 720px; order: 10;}
.pic_txt.pic_right .row_pic.row_pic_w70 {width: 70%; max-width: 840px; order: 10;}
.pic_txt .row_pic img {}
.pic_txt .row_pic img + img {margin-top: 20px;}
.pic_txt .row_txt {width: 46.667%; max-width: 560px;}
.pic_txt .row_txt.row_txt_w66 {width: 66.667%; max-width: 790px;}
.pic_txt .row_txt.row_txt_w56 {width: 56.667%; max-width: 670px;}
.pic_txt .row_txt.row_txt_w36 {width: 36.667%; max-width: 440px;}
.pic_txt .row_txt.row_txt_w26 {width: 26.667%; max-width: 320px;}
.pic_txt .row_txt p {margin-bottom: 0;}
.pic_txt .row_txt p + .btn-link {margin-top: 40px;}
.btn-link.btnL{margin-left: 0; margin-right: auto;}
.btn-link.btnC{margin-left: auto; margin-right: 0;}
.btn-link.btnL{margin-left: auto; margin-right: auto;}
/*.pic_txt .row_txt .txt_btn {margin-top: 40px; text-align: left;}
.pic_txt .row_txt .txt_btn a { position: relative; display: block; width: 360px; max-width: 100%; padding: 25px 50px; border: 1px solid #000; color: #000; font-weight: bold; text-align: left; text-decoration: none; background-color: #FFF;}
.pic_txt .row_txt .txt_btn a::after { content: ""; position: absolute; top: 50%; right: 40px; display: block; width: 9px; height: 15px; margin-top: -5px; background: url(../images/common/ico-arrow-cr@2x.png) no-repeat center; background-size: 100%;}*/

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.border-caution {padding: 10px; margin: 0 auto 30px; width: calc(100% - 20px);}
	.border-standard {padding: 10px;margin: 0 auto 30px; width: calc(100% - 20px);}
    .entry-column .content_row .row_txt h2{padding: 0;}
    .border-caution .pic_txt .row_txt{padding: 0;}
    .border-standard .pic_txt .row_txt{padding: 0;}
    .pic_txt {margin-bottom: 30px;}
    .pic_txt .row_pic {width: 100%; max-width: 100%; margin-bottom: 20px; text-align: center;}
    .pic_txt .row_pic.row_pic_w30 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w40 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w60 {width: 100%; max-width: 100%;}
    .pic_txt .row_pic.row_pic_w70 {width: 100%; max-width: 100%;}
    .pic_txt.pic_right .row_pic {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w30 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w40 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w60 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt.pic_right .row_pic.row_pic_w70 {width: 100%; max-width: 100%; order: 0;}
    .pic_txt .row_txt {width: 100%; max-width: 100%; padding: 0 10px;}
    .pic_txt .row_txt.row_txt_w66 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w56 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w36 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt.row_txt_w26 {width: 100%; max-width: 100%;}
    .pic_txt .row_txt p {padding: 0;}
	.pic_txt .row_txt p + .btn-link {margin-top: 20px;}
/*    .pic_txt .row_txt .txt_btn {margin-top: 40px; text-align: left;}
    .pic_txt .row_txt .txt_btn a {width: 100%; padding: 20px 50px;}
    .pic_txt .row_txt .txt_btn a::after {right: 30px;}*/
    
    .btn-link.btnL,.btn-link.btnC,.btn-link.btnR{
        margin-right: auto; margin-left: auto;
    }
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .pic_txt .row_txt{padding: 0;}
    .entry-column .content_row{padding: 0 40px;}
    .entry-column .content_row h2{padding: 0; font-size: 30px;}
    .entry-column .content_row h3{padding:0; font-size: 28px;}
    .entry-column .content_row h4{width:100%;}
    .entry-column .content_row h5{padding: 0;}
    .entry-column .content_row p{padding: 0; font-size: 16px;}

    .border-caution{width:calc(100% - 80px); padding: 20px;}
    .entry-column .border-caution .content_row,.entry-column .border-standard .content_row{padding: 0;}
    .pic_txt .row_txt_w26 .txt_btn a{padding: 25px 16px;}
    .pic_txt .row_txt_w26 .txt_btn a::after{right: 20px;}
    
    .border-standard{width:calc(100% - 80px); padding: 20px;}
    .pic_txt .row_txt_w26 .txt_btn a{padding: 25px 16px;}
    .pic_txt .row_txt_w26 .txt_btn a::after{right: 20px;}
}

/* ---------------------------------------------------
	画像＋テキスト（画像に重ねて配置）
------------------------------------------------------ */
.pic-ontxt {margin-bottom: 40px; position: relative; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.pic-ontxt .img {position: relative; z-index: 100; order: 1;}
.pic-ontxt .txt {background: url(../images/common/column-bg@2x.png) no-repeat center/cover; padding: 50px; position: relative; z-index: 200; order: 2;}
.pic-ontxt .txt p {margin-bottom: 0;}

.pic-ontxt.ontxt-top {}
.pic-ontxt.ontxt-top .img {width: 100%; order: 10;}
.pic-ontxt.ontxt-top .txt {width: calc(100% - 100px); margin: 0 auto -150px;}

.pic-ontxt.ontxt-bottom {}
.pic-ontxt.ontxt-bottom .img {width: 100%;}
.pic-ontxt.ontxt-bottom .txt {width: calc(100% - 100px); margin: -150px auto 0;}

.pic-ontxt.ontxt-left {flex-wrap: nowrap;}
.pic-ontxt.ontxt-left .img {width: 70%; margin-left: auto; order: 10;}
.pic-ontxt.ontxt-left .txt {width: 50%; margin: 50px -20% 50px 0;}

.pic-ontxt.ontxt-right {flex-wrap: nowrap;}
.pic-ontxt.ontxt-right .img {width: 70%; margin-right: auto;}
.pic-ontxt.ontxt-right .txt {width: 50%; margin: 50px 0 50px -20%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .pic-ontxt {margin-bottom: 20px;}
	.pic-ontxt.ontxt-left,
	.pic-ontxt.ontxt-right {flex-wrap: wrap;}
    .pic-ontxt.ontxt-top .img,
    .pic-ontxt.ontxt-bottom .img,
    .pic-ontxt.ontxt-left .img,
    .pic-ontxt.ontxt-right .img {width: 100%; order: 1;}
    .pic-ontxt.ontxt-top .txt,
    .pic-ontxt.ontxt-bottom .txt,
    .pic-ontxt.ontxt-left .txt,
    .pic-ontxt.ontxt-right .txt {width: calc(100% - 20px); margin: -50px auto 0; padding: 20px; order: 2;}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：2分割）※センターから表示する
------------------------------------------------------ */
.box_row2 {justify-content: space-between; margin-bottom: 40px;}
.box_row2 h4 {margin-bottom: 10px;}
.box_row2 .row_col { width: 580px; max-width: 48.333%; margin-bottom: 40px;}
/*.box_row2 .row_col:nth-last-of-type(2),.box_row2 .row_col:nth-last-of-type(2) ~ .row_col {margin-bottom: 0;}*/
.box_row2 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row2 .row_col .col_txt p {padding: 0;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
  .box_row2 h4 {margin-bottom: 10px;}
  .box_row2 .row_col { width: 100%; max-width: 100%; margin-bottom: 20px;}
  .box_row2 .row_col .col_pic { margin-bottom: 15px;}
  .box_row2 .row_col + .row_col { margin-top: 30px;}
  .box_row2 .row_col .col_txt{padding: 0 10px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .box_row2 .row_col .col_txt{padding: 0;}
}

/* ---------------------------------------------------
	画像＋テキスト（縦：3分割）※センターから表示する
------------------------------------------------------ */
.box_row3 {justify-content: center; margin-bottom: 40px;}
.box_row3 h4 {margin-bottom: 10px;}
.box_row3 .row_col { width: 373px; max-width: 31.084%; margin-right: 3.37%; margin-bottom: 40px;}
.box_row3 .row_col:nth-of-type(3n) { margin-right: 0;}
.box_row3 .row_col:last-of-type { margin-right: 0;}
/*.box_row3 .row_col:nth-last-of-type(3),.box_row3 .row_col:nth-last-of-type(3) ~ .row_col {margin-bottom: 0;}*/
.box_row3 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row3 .row_col .col_pic img {}
.box_row3 .row_col .col_txt p {margin: 0;}
.box_row3 .row_col .col_btn {margin-top: 20px; text-align: left;}
.box_row3 .row_col .col_btn a {display: inline-block; border: 1px solid #0EA7AC; padding: 20px 20px; text-decoration: none; width: 100%; min-width: 360px;}
.box_row3 .row_col .col_btn a::before {content: url(../images/common/ico-arrow-cr.png); margin-right: 10px;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .box_row3 {margin-bottom: 50px;}
    .box_row3 h4 {margin-bottom: 10px; font-size: 24px;}
    .box_row3 .row_col {width: 100%; max-width: 100%; margin-right: 0;}
    .box_row3 .row_col:last-of-type { margin-bottom: 0;}
    .box_row3 .row_col .col_pic {margin-bottom: 15px;}
    .box_row3 .row_col .col_txt {padding: 0;}

    .entry-column .box_row2 h4{width: 100%;}
    .entry-column .box_row3 h4{width: calc(100% - 20px);}
    .entry-column .box_row4 h5{padding: 0 10px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .box_row3 .row_col .col_txt{padding: 0;}
    .entry-column .box_row3 h4{width:100%;}
}


/* ---------------------------------------------------
	画像＋テキスト（縦：4分割）※センターから表示する
------------------------------------------------------ */
.box_row4 { justify-content: center; margin-bottom: 40px;}
.box_row4 h5 {margin-bottom: 20px;}
.box_row4 .row_col { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px;}
.box_row4 .row_col:nth-of-type(4n) { margin-right: 0;}
.box_row4 .row_col:last-of-type { margin-right: 0;}
/*.box_row4 .row_col:nth-last-of-type(4),.box_row4 .row_col:nth-last-of-type(4) ~ .row_col { margin-bottom: 0;}*/
.box_row4 .row_col .col_pic { margin-bottom: 20px; text-align: center;}
.box_row4 .row_col .col_pic img {}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .box_row4 {margin-bottom: 50px; justify-content: space-between;}
    .box_row4 h5 {font-size: 20px; margin-bottom: 10px; margin-left: 0; margin-right: 0; text-align: left;}
    .box_row4 .row_col {width: 100%; max-width: 100%; margin-right: 0;}
    .box_row4 .row_col:last-of-type { margin-bottom: 0;}
    .box_row4 .row_col .col_pic {margin-bottom: 15px;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .box_row4 .row_col .col_txt h5{padding: 0;}
}

/* ---------------------------------------------------
	Q&A
------------------------------------------------------ */
.faq-group {max-width: 1200px; margin: 0 auto 4rem;}
.faq-group h2 {width: 100%; text-align: center; background: rgba(42,24,0,0.05); padding: .05rem 0; cursor: pointer;}
.faq-group h2::after {content: ""; display: inline-block; width: 2.9rem; height: 1.7rem; background: url("../images/common/ico-arrow-bb@2x.png") no-repeat center; background-size: cover; transition: all 0.4s ease-in-out; -webkit-transform: rotate(0deg); transform: rotate(0deg); margin: 0 0 .3rem 2rem;}
.faq-group h2.open::after {-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.faq-group-contents {display: none;}
.faq-group-contents .faq-content {border-bottom: 1px solid rgba(0,0,0,.2); margin-bottom: 4rem;}
.faq-content {margin: 0 auto; border-bottom: 1px solid rgba(0,0,0,.2); margin-bottom: 4rem;}
.faq-content .faq-q { position: relative; padding: 1.2rem 0 .8rem; padding-left: 5.5rem; background: #8C2D13; color: #FFF; text-align: left; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2.4rem; margin-bottom: 2.32rem;}
.faq-content .faq-q::before { content: 'Q'; position: absolute; top: 2px; left: 2rem; font-size: 3rem; letter-spacing: .05em; line-height: 1.4; font-weight: bold; font-family: "Noto Serif JP";}
.faq-content .faq-a { position: relative; padding-left: 5.05rem; font-size: 1.8rem; line-height: 2; font-weight: 500; margin-bottom: 5.03rem;}
.faq-content .faq-a::before { content: 'A'; position: absolute; top: -8px; left: 2rem; font-size: 3rem; font-weight: bold; line-height: 1.4; font-family: "Noto Serif JP"; color: #8C2D13; }

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.faq-group {max-width: 100%; margin: 0 auto 40px; padding: 0 10px;}
    .faq-content .faq-q::before {margin-right: 5px; margin-left: 5px;}
    .faq-content .faq-a::before {margin-right: 5px; margin-left: 5px;}
}


/* ---------------------------------------------------
	テーブル（ｗ100％）
------------------------------------------------------ */
/* デフォルトパーツ */
.column-table- { width: 100%; margin: 0 auto 40px;}

.column-table- table {width: 100%; border-spacing: 0; border-collapse: collapse; empty-cells: show; table-layout: fixed; background: transparent;}
.column-table- table th, .column-table- table td { padding: 20px; border: 1px solid #D9D4BA; border-left: none; border-right: none; vertical-align: middle; font-size: 18px;}
.column-table- table tr:first-of-type th, .column-table- table tr:first-of-type td {border-top: none;}
.column-table- table th { width: 25%; background: #F5F2E2; text-align: left; font-weight: bold; border-bottom: 1px solid #FFF; color: #000;}


@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    /* デフォルトパーツ */
    .column-table- { margin: 0 auto 20px;}
	.column-table- table th, .column-table- table td { padding: 10px; font-size: 1em;}
    .column-table- table th { width: 100%;}

    .column-table- table.js-table-unit-scroll-hint {table-layout: auto;}
    .column-table- table.acms-table-scrollable {table-layout: auto;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .column-table-{padding: 0 40px;}
    .acms-entry .entry-container{padding: 0;}
}


/* ---------------------------------------------------
	罫線
------------------------------------------------------ */
.entry-column .hr-line {margin: auto; border-bottom: 1px solid #000;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	余白
------------------------------------------------------ */
.hr_margin{margin: 0; border-bottom: none!important;}
.margin-s {margin-bottom: 20px;}
.margin-m {margin-bottom: 40px;}
.margin-l {margin-bottom: 60px;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .margin-s {margin-bottom: 10px;}
	.margin-m {margin-bottom: 20px;}
	.margin-l {margin-bottom: 30px;}
}


/* --------------------------------------------------- オプション --------------------------------------------------- */

/* ---------------------------------------------------
	スタッフ紹介
------------------------------------------------------ */
.staff-detail {display: flex; justify-content: flex-start; flex-wrap: wrap; max-width: 1200px; margin: 0 auto;}
.staff-detail::before, .staff-detail::after {display: none;}
.staff-detail .staff-img {text-align: center;}
 .entry-column .staff-detail .staff-name {font-size: 22px; text-align: center; margin-bottom: 10px; padding-top: 25px;}
 .entry-column .staff-detail .staff-name::before {display: none;}
.staff-detail .staff-name-en {font-size: 16px; text-align: center; margin-bottom: 5px;}
.staff-detail .staff-detail-list { width: 31.667%; max-width: 380px; margin-right: 2.5%; margin-bottom: 40px;}
.staff-detail .staff-detail-list:nth-of-type(3n) { margin-right: 0;}
.staff-detail .staff-detail-list:last-of-type { margin-right: 0;}
.staff-detail .staff-detail-list tr {border-bottom: 1px solid #000;}
.staff-detail .staff-detail-list th {padding: 20px 0 15px 0; margin-bottom: 20px; text-align: left; font-weight: bold; width: 110px;}
.staff-detail .staff-detail-list td {padding: 20px 0 15px 0; margin-bottom: 20px; text-align: left; width: 270px;}
.staff-detail .staff-detail-list .staff-txt-l th {display: block; width: 100%; padding-bottom: 0; margin-bottom: 0;}
.staff-detail .staff-detail-list .staff-txt-l td {display: block; width: 100%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .staff-detail .staff-detail-list { width: 100%; max-width: 100%; margin-right: 0;}
    .staff-detail .staff-detail-list th {display: block; padding: 15px 0 15px 0; margin-bottom: 0; text-align: left; font-weight: bold; width: 100%; border-top: none;}
    .staff-detail .staff-detail-list td {display: block; padding: 15px 0 15px 0; margin-bottom: 20px; text-align: left; width: 100%; border-top: none;}
    .staff-detail .staff-detail-list .staff-txt-l th {padding-bottom: 15px; margin-bottom: 0;}
}

/* ---------------------------------------------------
	流れ・手順用
------------------------------------------------------ */
.custom-flow {counter-reset: flownum;}
.flow-box {position: relative; padding: 40px 0;}
.flow-box h3 {padding-left: 50px; position: relative; margin-bottom: 20px;}
.flow-box h3::before {counter-increment: flownum; content: counter(flownum,decimal-leading-zero);  position: absolute; top: 50%; left: 0; height: 40px; text-align: center; line-height: 40px; letter-spacing: 0; border-bottom: 1px solid #8C2D13; font-size: 2.8rem; font-family: "Noto Serif JP"; font-weight: 900; margin-top: -20px; color: #8C2D13;}
.flow-content {display: flex; justify-content: space-between; width: 100%; max-width: 1200px; margin: 0 auto;}
.flow-content::before, .flow-content::after {content: ""; display: none;}
.flow-img {width: 28.334%; max-width: 340px;}
.flow-txt {width: 68.334%; max-width: 820px;}
.flow-content.no-img .flow-img {display: none;}
.flow-txt {width: 68.334%; max-width: 820px;}
.flow-content.no-img .flow-txt {width: 100%; max-width: 100%;}
.entry-column p.flow-txt {margin: 0;}
.flow-txt strong {font-weight: bold;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
.flow-box {position: relative; padding: 40px 0;}
.flow-content {display: block; width: 100%; max-width: 1200px;}
.flow-img {width: 100%; max-width: 100%; text-align: center; margin-bottom: 10px;}
.flow-txt {width: 100%; max-width: 100%;}
}

/* ---------------------------------------------------
	画像テキスト載せ
------------------------------------------------------ */
.bgontxt {max-width: 100%; padding: 100px 0;}
.bgontxt .container {max-width: 1200px;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
}

/* ---------------------------------------------------
	slider 共通
------------------------------------------------------ */
.slick-prev, .slick-next {background: none;}
.slick-prev::before, .slick-next::before {content: ""; display: none;}
/*.slide-5 {max-width: 1200px; margin: 0 auto;} 
.slide-5 .slick-next, .slide-5 .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-5 .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-5 .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-5 .slick-slide img {max-width: 1000px; max-height: 660px;}

.slide-5-thumb {max-width: 1000px; margin: 0 auto 40px;}
.slide-5-thumb .slick-track {display: flex; justify-content: space-between;}
.slide-5-thumb .slick-track::before, .slide-5-thumb .slick-track::after {display: none;}
.slide-5-thumb .slick-slide {max-width: 216px;}
.slide-5-thumb .slick-next, .slide-5-thumb .slick-prev {width: 15px; height: 27px; top: 50%; margin-top: -14px;}
.slide-5-thumb .slick-prev {background: url("../images/common/ico-slider-prev.png") no-repeat; left: -30px;}
.slide-5-thumb .slick-next {background: url("../images/common/ico-slider-next.png") no-repeat; right: -30px;}*/

.slide-inft {max-width: 1000px; margin: 0 auto; display: none;} 
.slide-inft.slick-initialized {display: block;} 
.slide-inft .slick-next, .slide-inft .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-inft .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-inft .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-inft .slick-slide img {max-width: 1000px; max-height: 660px;}

.slide-inft-thumb {max-width: 880px; margin: 0 auto 40px; display: none;} 
.slide-inft-thumb.slick-initialized {display: block;}
.slide-inft-thumb .slick-track {display: flex; justify-content: space-between;}
.slide-inft-thumb .slick-track::before, .slide-inft-thumb .slick-track::after {display: none;}
.slide-inft-thumb .slick-slide {max-width: 170px;}
.slide-inft-thumb .slick-next, .slide-inft-thumb .slick-prev {width: 15px; height: 27px; top: 50%; margin-top: -14px;}
.slide-inft-thumb .slick-prev {background: url("../images/common/ico-slider-prev.png") no-repeat; left: -30px;}
.slide-inft-thumb .slick-next {background: url("../images/common/ico-slider-next.png") no-repeat; right: -30px;}

.slide-inf {max-width: 1000px; margin: 0 auto 40px; display: none;} 
.slide-inf.slick-initialized {display: block;} 
.slide-inf .slick-next, .slide-inf .slick-prev {width: 30px; height: 54px; margin-top: -27px;}
.slide-inf .slick-prev {background: url("../images/common/ico-slider-prev@2x.png") no-repeat; left: -50px;}
.slide-inf .slick-next {background: url("../images/common/ico-slider-next@2x.png") no-repeat; right: -50px;}
.slide-inf .slick-slide img {max-width: 1000px; max-height: 660px;}

.slick-list:focus:focus::before {border: none;}
.slick-slide .slide-img-cap {margin-bottom: 20px;}


@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
/*    .slide-5 {max-width: 100%; margin: 0 auto;} 
    .slide-5 .slick-next, .slide-5 .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-5 .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-5 .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-5 .slick-slide img {max-width: 100%; max-height: 250px;}

    .slide-5-thumb {max-width: 100%; margin: 0 auto 40px;}
    .slide-5-thumb .slick-track {display: flex; justify-content: space-between; margin-bottom: 20px;}
    .slide-5-thumb .slick-track::before, .slide-5-thumb .slick-track::after {display: none;}
    .slide-5-thumb .slick-slide {max-width: 216px;}
    .slide-5-thumb .slick-next, .slide-5-thumb .slick-prev {top: 40%;}*/
    
    .slide-inft {max-width: 100%; margin: 0 auto;} 
    .slide-inft .slick-next, .slide-inft .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-inft .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-inft .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-inft .slick-slide img {max-width: 100%; max-height: 250px;}

    .slide-inft-thumb {max-width: 100%; margin: 0 auto 40px;}
    .slide-inft-thumb .slick-track {display: flex; justify-content: space-between; margin-bottom: 20px;}
    .slide-inft-thumb .slick-track::before, .slide-inft-thumb .slick-track::after {display: none;}
    .slide-inft-thumb .slick-slide {max-width: 170px;}
    .slide-inft-thumb .slick-next, .slide-inft-thumb .slick-prev {top: 40%;}
    
    .slide-inf {max-width: 100%; margin: 0 auto 40px;} 
    .slide-inf .slick-next, .slide-inf .slick-prev {display: none !important; width: 80px; height: 15px; margin-top: -7px; top: 110px;}
    .slide-inf .slick-prev {background: url("../img/common/ico_slide_arrow_left.png") no-repeat; left: 0;}
    .slide-inf .slick-next {background: url("../img/common/ico_slide_arrow_right.png") no-repeat; right: 0;}
    .slide-inf .slick-slide img {max-width: 100%; max-height: 250px;}
    
    .slick-slide .slide-img-cap {margin-bottom: 10px; line-height: 1.6;}
}



/* ---------------------------------------------------
	企業理念・基本方針など
------------------------------------------------------ */
.custom-philosophy {text-align: center; margin-bottom: 80px;}
.custom-philosophy h3 {border: 1px solid #666; color: #333; display: inline-block; margin: 0 auto 30px; padding: 5px 30px;}
.custom-philosophy p {font-size: 1.555em;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .custom-philosophy {margin-bottom: 30px;}
    .custom-philosophy h3 {margin: 0 auto 20px;}
}

/* ---------------------------------------------------
	背景に画像を設置する
------------------------------------------------------ */
/*.max-width{width:100%; padding: 100px 0;}
.max-width .container{max-width:1200px; margin: auto;}
.max-width .container h3{line-height: 1.4}
.max-width .container .btn-link a{font-size: 20px; line-height: 1.2; display: block; width:360px; padding:22px 0; font-weight: 600;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .custom-philosophy {margin-bottom: 30px;}
    .custom-philosophy h3 {margin: 0 auto 20px;}
}*/


/* ---------------------------------------------------
	歴代理事長
------------------------------------------------------ */
.head-teacher .content-wrap{width: 120rem; margin:auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap:wrap}
.head-teacher .content-wrap::before{content:""; display: inline-block; width: 58rem; height: 0; order: 2;}
.head-teacher .content-wrap .item{width:58rem; margin-bottom: 4rem; display: flex; justify-content: flex-start; align-items: flex-start}
.head-teacher .content-wrap .item .img-box{width: 17.4rem; margin-right: 4rem;}
.head-teacher .content-wrap .item h4{font-size: 2.4rem; font-weight: 600; line-height: 1.4; letter-spacing: 0; font-family: "游明朝体", "Yu Mincho", YuMincho; margin-bottom: 2rem;}
.head-teacher .content-wrap .item p.name{font-size: 2.8rem; font-weight: 600; line-height: 1.1; letter-spacing: 0; font-family: "游明朝体", "Yu Mincho", YuMincho; margin-bottom: 2rem;}
.head-teacher .content-wrap .item p.story{font-size: 1.8rem; line-height: 2; font-weight: 500; letter-spacing: 0;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .head-teacher .content-wrap{width:100%; padding: 0 10px; flex-wrap:wrap;}
    .head-teacher .content-wrap .item{display: block; width: 50%;}
    .head-teacher .content-wrap .item .img-box{width:100%; text-align: center; margin:auto; margin-bottom: 1rem;}
    .head-teacher .content-wrap .item .img-box img{width:80%;}
    .head-teacher .content-wrap .item .txt-box{width:100%;}
    .head-teacher .content-wrap .item h4{padding-left: 0; margin-bottom: 1rem; font-size: 1.8rem;}
    .head-teacher .content-wrap .item p.name{padding-left: 0; margin-bottom: 1rem; font-size: 2rem; padding-right: 0;}
    .head-teacher .content-wrap .item p.story{padding-left: 0; font-size: 1.2rem; line-height: 1.6; margin-bottom: 0; padding-right: 0;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .head-teacher .content-wrap .item{display: flex; align-items: flex-start; width: 50%;}
    .head-teacher .content-wrap .item .img-box{width:30%; margin-right: 1rem; margin-top: 0;}
    .head-teacher .content-wrap .item .txt-box{width:69%}
    .head-teacher .content-wrap .item p.story{margin-bottom: 0;}
    .head-teacher .content-wrap .item h4{font-size: 1.8rem;}
    .head-teacher .content-wrap .item p.name{font-size: 2rem;}
    .head-teacher .content-wrap .item p.story{font-size: 1.6rem;}
}


/* ---------------------------------------------------
	組合の歴史
------------------------------------------------------ */
.history-contents div:before, .history-contents div:after, .history-contents ul:before, .history-contents ul:after, .history-contents ol:before, .history-contents ol:after, .history-contents dl:before, .history-contents dl:after{content: none !important;}
.history-wrap .history-contents{position: relative; width: 111rem; max-width: 1110px; margin: auto; padding-left: 4.5rem; padding-bottom: 8.5rem; box-sizing: content-box;}
.history-wrap .history-contents::before{content: "" !important; display: inline-block; width:2px; height: 100%; position: absolute; left: 0; top: 10px; transform: translateX(-50%); background-image :linear-gradient(to top, #000, #000 3px, transparent 3px, transparent 8px); background-size:2px 8px; background-position:left bottom;background-repeat:repeat-y;}
.history-wrap .history-contents .item{padding-bottom: 0; margin-bottom: 0;}
.history-wrap .history-contents .item + .item{margin-top: 3rem; padding-top: 3rem; border-top: 1px solid rgba(0,0,0,.2);}
.history-wrap .history-contents .item + .item.half{padding-top: 4rem; margin-top: 4rem; border:none;}
.history-wrap .history-contents .item h3{position: relative;}
.history-wrap .history-contents .item.start h3::before{content: "" !important; display: inline-block; position: absolute; left: -2rem; transform: translateX(-100%); width: 5rem; height: 5rem; background: url(../images/common/his_ico_start.svg) no-repeat center/contain;}
.history-wrap .history-contents .item.half h3::before{content: "" !important; display: inline-block; position: absolute; left: -3rem; transform: translateX(-100%); width: 3rem; height: 4rem; background: url(../images/common/his_ico_half.svg) no-repeat center/contain;}
.history-wrap .history-contents .item p{margin-bottom: 3rem;}
.history-wrap .history-contents .item .img-wrap{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.history-wrap .history-contents .item .img-wrap::before,.history-wrap .history-contents .item .img-wrap::after{content: none;}
.history-wrap .history-contents .item .img-wrap .img-box{width: 31.18%;order: 1;}
.history-wrap .history-contents .item .img-wrap::before,.history-wrap .history-contents .item .img-wrap::after{content: "" !important; display: inline-block; width: 31.18%; height: 0; order:2;}
.history-wrap .contents-wrap {display: flex; }
.history-wrap .contents-wrap:not(:last-of-type){margin-bottom: 4rem;}
.history-wrap .contents-wrap .japan{width: 50%;}
.history-wrap .contents-wrap .kumiai{width: 50%;}
.entry-column .history-wrap + hr{display: none !important;}
.history-contents .contents-wrap .text-wrap{display: flex;}
.history-contents .contents-wrap .text-wrap p{margin-bottom: 0; margin-left: 0;}
.history-contents .contents-wrap .history-item:first-of-type{padding-right: 30px; border-right:1px solid rgba(0,0,0,.2);}
.history-contents .contents-wrap .history-item:last-of-type{padding-left: 30px;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .history-wrap .history-contents{width:85%; margin-right: 1rem; padding-left: 2rem; margin-left: 2rem;}
    .history-wrap .history-contents .item .img-wrap{display: block;}
    .history-wrap .history-contents .item .img-wrap .img-box{width:100%; margin-bottom: 1rem;}
    .history-wrap .contents-wrap{display: block;}
    .history-contents .contents-wrap .history-item:first-of-type{width: 100%;}
    .history-wrap .contents-wrap .kumiai{width: 100%;}
    .history-contents .contents-wrap .history-item:first-of-type{border: none;}
    .history-wrap .history-contents .item.start h3::before{width: 3rem; height: 3rem; left: 0;}
    .history-wrap .history-contents::before{left: .5rem;}
    .history-contents .contents-wrap .history-item h4{margin-top: 2rem; margin-bottom: 1rem;}
    .history-wrap .history-contents .item .img-wrap::before, .history-wrap .history-contents .item .img-wrap::after{content: none !important;}
    .history-contents .contents-wrap .history-item:first-of-type{padding-right: 0; margin-right: 0;}
    .history-wrap .history-contents .item.half h3::before{left: 0;}
    .history-contents .contents-wrap .history-item:last-of-type{padding-left: 0;}
}

@media screen and (max-width: 844px) and (orientation:landscape) {
    .history-wrap .history-contents{width: 100%;}
    .history-wrap .history-contents{width: 90%; margin-right: 1rem; padding-left: 3rem;}
    .history-wrap .history-contents .item .img-wrap{display: flex;}
    .history-wrap .history-contents .item.start h3::before{left: -.5rem;}
    .history-wrap .history-contents .item.half h3::before{left: -1rem;}
    .history-wrap .history-contents .item .img-wrap .img-box{width: 30%;}
    .history-wrap .history-contents .item .img-wrap::before, .history-wrap .history-contents .item .img-wrap::after{content: "" !important;}
}

/* ---------------------------------------------------
	メリット
------------------------------------------------------ */
.flow-merit-wrap{width:100%; max-width: 1200px; margin: auto; counter-reset: num 0;}
.flow-merit-wrap .item{display: flex; justify-content: center; align-items: flex-start; margin-bottom: 60px;}
.flow-merit-wrap .item .img-box{width:33.333%; margin-right: 3.3%; text-align: right; position: relative;}
.flow-merit-wrap .item .img-box img{width: 87.5%;}
.flow-merit-wrap .item .img-box::before{counter-increment: num 1; content: "その" counter(num);/* 表示形式 */ display: flex; align-items: center; justify-content: center; width: 100px; height: 100px; background: url(../images/common/merit_bg@2x.png) no-repeat center/contain; color: #FFF; position: absolute; left: 0; top:0; font-size: 26px; font-weight: 500; letter-spacing: .1em; line-height: 1.5; font-family: "Noto Serif JP";}
.flow-merit-wrap .item .text-box{width: 63.333%;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
    .flow-merit-wrap{padding: 0 10px; margin: 0;}
    .flow-merit-wrap .item{display: block;}
    .flow-merit-wrap .item .img-box{width:100%; margin-bottom: 20px;}
    .flow-merit-wrap .item .text-box{width:100%;}
}


/* ---------------------------------------------------
	お宿詳細
------------------------------------------------------ */
.oyado-detail {}
.oyado-detail .oyado-cat {margin-bottom: 3rem; text-align: center;}
.oyado-detail .oyado-cat span {display: inline-block; border: 2px solid #8C2D13; color: #8C2D13; font-size: 2rem; font-weight: 700; line-height: 1.4; padding: 0 1rem; margin: auto;}
.oyado-detail .oyado-name {text-align: center; margin-bottom: 4rem;}
.oyado-detail .oyado-name h2 {text-align: center;}
.oyado-detail .oyado-img {margin-bottom: 4rem; text-align: center;}
.oyado-detail .oyado-img img {width: 100%; max-width: 60rem; margin: auto}
.oyado-detail .oyado-search-type {margin-bottom: 5rem;}
.oyado-detail .oyado-search-type ul {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin: 0 auto;}
.oyado-detail .oyado-search-type ul li {display: flex; justify-content: center; align-items: center; border: 1px solid #000; border-radius: 3px; font-size: 1.6rem; line-height: 1.4; letter-spacing: -0.05em; padding: 0.4rem 1rem; margin-bottom: 1rem; margin-right: 1rem; background: none;}
.oyado-detail .oyado-search-type ul li:last-child {margin-right: 0;}
.oyado-detail .oyado-txt {}
.oyado-detail .oyado-info {border-top: 1px solid #D9D4BA; border-bottom: 1px solid #D9D4BA; display: flex; justify-content: space-between; align-items: center; padding: 4rem 0; margin-bottom: 8rem;}
.oyado-detail .oyado-info .oyado-address {margin-right: auto;}
.oyado-detail .oyado-info .oyado-address p {margin-bottom: 0;}
.oyado-detail .oyado-info .oyado-silverstar {margin-right: 20px;}
.oyado-detail .oyado-info .oyado-silverstar img {width: 60px; height: auto;}
.oyado-detail .oyado-info .sns-link {display: flex; justify-content: center; align-items: center; margin: 0; margin-right: 4rem;}
.oyado-detail .oyado-info .sns-link li {width: 4rem; height: 4rem; background: none; padding: 0; margin-left: 1rem;}
.oyado-detail .oyado-info .sns-link li a {width: 100%; height: 100%; display: block; pointer-events: none;}
.oyado-detail .oyado-info .sns-link li a.on {pointer-events: auto;}
.oyado-detail .oyado-info .sns-link li.instagram a {background: url("../images/common/ico-instagram-off.svg") no-repeat center center/contain; }
.oyado-detail .oyado-info .sns-link li.instagram a.on {background: url("../images/common/ico-instagram-on.svg") no-repeat center center/contain;}
.oyado-detail .oyado-info .sns-link li.twitter a {background: url("../images/common/ico-x-off.svg") no-repeat center center/contain;}
.oyado-detail .oyado-info .sns-link li.twitter a.on {background: url("../images/common/ico-x-on.svg") no-repeat center center/contain;}
.oyado-detail .oyado-info .sns-link li.facebook a {background: url("../images/common/ico-facebook-off.svg") no-repeat center center/contain;}
.oyado-detail .oyado-info .sns-link li.facebook a.on {background: url("../images/common/ico-facebook-on.svg") no-repeat center center/contain;}
.oyado-detail .oyado-info .oyado-url {}
.oyado-detail .oyado-info .oyado-url a {background: #8C2D13; color: #FFF; border-radius: 3.5em; display: flex; justify-content: center; align-items: center; width: 36rem; height: 6rem; overflow: hidden; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);}
.oyado-detail .oyado-info .oyado-url a:hover {text-decoration: none;}
.oyado-detail .oyado-map {margin-bottom: 6rem;}
.oyado-detail .oyado-map iframe {width: 100%; max-height: 40rem; }
.oyado-detail .back-link {text-align: center;}
.oyado-detail .back-link a {display: flex; justify-content: center; align-items: center; width: 25.5rem; height: 5rem; margin: auto; border: 1px solid #E6E2CC; background: #FFFDF1; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.8rem; font-weight: 600;}
.oyado-detail .back-link a::before {content: ""; display: inline-block; background: url("../images/common/ico-arrow-cl.png") no-repeat center center/contain; width: 0.6rem; height: 1.1rem; margin-right: 1rem;}
.oyado-detail .back-link a:hover {text-decoration: none;}

@media screen and (max-width: 767px), (max-width: 844px) and (orientation:landscape) {
	.oyado-detail {}
	.oyado-detail .oyado-cat {margin-bottom: 2rem;}
	.oyado-detail .oyado-cat span {font-size: 1.8rem; padding: 0 1rem;}
	.oyado-detail .oyado-name {margin-bottom: 3rem;}
	.oyado-detail .oyado-name h2 {}
	.oyado-detail .oyado-img {margin-bottom: 3rem;}
	.oyado-detail .oyado-img img {max-width: calc(100% - 20px);}
	.oyado-detail .oyado-search-type {margin-bottom: 4rem;}
	.oyado-detail .oyado-search-type ul {}
	.oyado-detail .oyado-search-type ul li {}
	.oyado-detail .oyado-search-type ul li:last-child {}
	.oyado-detail .oyado-txt {}
	.oyado-detail .oyado-info {padding: 3rem 0; margin-bottom: 6rem; display: block;}
	.oyado-detail .oyado-info .oyado-address { width: 100%;margin-right: 0; margin-bottom: 2rem}
	.oyado-detail .oyado-info .oyado-address p {}
    .oyado-detail .oyado-info .oyado-silverstar {margin-right: 0; margin-bottom: 2rem; text-align: center;}
    .oyado-detail .oyado-info .oyado-silverstar img {}
	.oyado-detail .oyado-info .sns-link {margin: 0 0 20px; margin-right: 0;}
	.oyado-detail .oyado-info .sns-link li {margin-left: 1rem;}
	.oyado-detail .oyado-info .sns-link li:first-of-type {margin-left: 0;}
	.oyado-detail .oyado-info .sns-link li a {width: 100%; height: 100%; display: block; pointer-events: none;}
	.oyado-detail .oyado-info .oyado-url {}
	.oyado-detail .oyado-info .oyado-url a {max-width: calc(100% - 20px); margin: auto;}
	.oyado-detail .oyado-map {margin-bottom: 4rem;}
	.oyado-detail .oyado-map iframe {width: 100%; max-height: 30rem; }
	.oyado-detail .back-link {}
	.oyado-detail .back-link a {}
	.oyado-detail .back-link a::before {}
	.oyado-detail .back-link a:hover {}
}
