@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#kumamoto_wrap,
#kumamoto_wrap *, 
#kumamoto_wrap *:before, 
#kumamoto_wrap *:after {
	box-sizing: border-box;
}

#kumamoto_wrap h1, #kumamoto_wrap h2, 
#kumamoto_wrap h3, #kumamoto_wrap h4,
#kumamoto_wrap h5, #kumamoto_wrap h6,
#kumamoto_wrap p {
	margin: 0;
	padding: 0;
}

#kumamoto_wrap, #kumamoto_wrap * {
	font-family: YakuHanJPs_Noto, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#kumamoto_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#kumamoto_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#kumamoto_wrap a,
#kumamoto_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#kumamoto_wrap a:hover {
	opacity: 0.5;
}

#kumamoto_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#kumamoto_wrap span {
	display: inline-block;
    font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

/* .tec16-mainframe-header_bread-list {
	display: none !important;
} */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

html, body {
	margin: 0;
	padding: 0;
}



/* ========== ========== ==========
	#kumamoto_wrap
========== ========== ========== */

#kumamoto_wrap {
    width: 1000px;
    margin: 2em auto 0;
    text-align: left;
}
#kumamoto_wrap.footer {
	width: 100%;
	margin: 0 auto;
}



/* ========== ========== ==========
	#kumamoto_head
========== ========== ========== */

#kumamoto_wrap #kumamoto_head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#kumamoto_wrap #kumamoto_head .head__slider {
    position: relative;
}
#kumamoto_wrap #kumamoto_head .head__slider .item {
    display: block;
}
#kumamoto_wrap #kumamoto_head .head__slider {
	display: none;
}
#kumamoto_wrap #kumamoto_head .head__slider.slick-initialized {
	display: block;
}
#kumamoto_wrap #kumamoto_head .head__slider .slick-dots {
    width: auto;
    padding: 1em 2em;
    position: absolute;
    right: 0;
    bottom: 0;
}
#kumamoto_wrap #kumamoto_head .head__slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 50%;
}
#kumamoto_wrap #kumamoto_head .head__slider .slick-dots li.slick-active button:before {
    background-color: transparent;
}
#kumamoto_wrap #kumamoto_head .head__slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-slide {
	height: auto !important;
}



/* ========== ========== ==========
	#kumamoto_nav
========== ========== ========== */

#kumamoto_wrap #kumamoto_nav #kumamoto_nav_inner {
    display: flex;
	flex-wrap: wrap;
    width: 1000px;
    background-color: #ffffff;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
}
#kumamoto_wrap #kumamoto_nav #kumamoto_nav_inner .item {
    display: flex;
	align-content: center;
	flex-wrap: wrap;
	justify-content: center;
    width: calc( 100% / 4 );
    padding: 2em 0;
    color: #800000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
#kumamoto_wrap #kumamoto_nav #kumamoto_nav_inner .item:not(:first-of-type) .inner {
	width: 100%;
	border-left: 2px solid #800000;
}
.stuck {
	position: fixed;
	top: 0;
	z-index: 999;
}



/* ========== ========== ==========
	#kumamoto_main
========== ========== ========== */

#kumamoto_wrap #kumamoto_main section {
    margin-top: 4em;
}
#kumamoto_wrap #kumamoto_main .content h3.ttl {
	margin-bottom: 2em;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#kumamoto_wrap #kumamoto_main .content h3.ttl:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	border-top: 2px dotted #800000;
	position: absolute;
	left: 0;
	top: 50%;
}
#kumamoto_wrap #kumamoto_main .content h3.ttl span {
	display: flex;
	align-items: center;
	width: 16em;
	height: 3em;
	padding: 0 1em;
	background-color: #800000;
	color: #ffffff;
	position: relative;
	z-index: 10;
}
#kumamoto_wrap #kumamoto_main .content h3.ttl span:before {
	content: "◆";
	margin-right: 0.5em;
}
#kumamoto_wrap #kumamoto_main .content h3.ttl span:after {
	content: "";
	display: block;
	border-top: 1.5em solid transparent;
	border-right: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1.5em solid #800000;
	position: absolute;
	left: 100%;
	top: 0;
}
#kumamoto_wrap #kumamoto_main .content h4.ttl {
	margin-bottom: 2em;
	text-align: center;
}
#kumamoto_wrap #kumamoto_main .content h4.ttl span {
	display: inline-block;
	border-bottom: 2px solid #800000;
	color: #800000;
	font-size: 1.5em;
	font-weight: bold;
}
#kumamoto_wrap #kumamoto_main .content .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4em;
	border: 2px solid #800000;
	color: #800000;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#kumamoto_wrap #kumamoto_main .content .btn:before {
	content: "";
	display: block;
	border-top: 2em solid transparent;
	border-right: 2em solid transparent;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #800000;
	position: absolute;
	left: 0;
	top: -2px;
}



/* ========== ========== ==========
	#kumamoto_news
========== ========== ========== */

#kumamoto_wrap #kumamoto_main #kumamoto_news {
    padding: 2em;
    background-color: #eeeeee;
}
#kumamoto_wrap #kumamoto_main #kumamoto_news h3.ttl {
	margin-bottom: 1em;
	padding-left: 1em;
	background: url(../images/bg_main_h3.png) left center no-repeat;
	border-bottom: 2px solid #222222;
	border-left: 13px solid #800000;
	font-size: 1.75em;
	font-weight: bold;
}
#kumamoto_wrap #kumamoto_main #kumamoto_news .news__list .item .date {
    margin-right: 1em;
    padding: 0 1em;
    background-color: #800000;
    color: #ffffff;
    font-size: 0.75em;
}



/* ========== ========== ==========
	#content00
========== ========== ========== */

#kumamoto_wrap #kumamoto_main #content00_feature {
	margin-top: 2em;
	border: 2px solid #b89136;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner {
	padding: 2em;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item {
	display: block;
	border: 1px solid #222222;
	color: #222222;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item:not(:first-of-type) {
	margin-top: 1em;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item .txt {
	padding: 1em;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item .txt h4 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #222222;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item .txt p {
	font-size: 0.875em;
}

/* 追加 20230616 */

#kumamoto_wrap #kumamoto_main #content00_feature_inner .item.item--2column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item.item--2column .img {
	width: 30%;
}
#kumamoto_wrap #kumamoto_main #content00_feature_inner .item.item--2column .txt {
	width: 70%;
}

/* 追加 20230616 ここまで */

#kumamoto_wrap #kumamoto_main #content00_story {
	margin-top: 2em;
	border: 2px solid #b89136;
}
#kumamoto_wrap #kumamoto_main #content00 h3.ttl {
	padding: 0.5em;
	background-color: #b89136;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#kumamoto_wrap #kumamoto_main #content00_story h3.ttl::after {
	content: "＋";
	border-top: 0;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#kumamoto_wrap #kumamoto_main #content00_story h3.ttl.active::after {
	content: "−";
	border-top: 0;
}
#kumamoto_wrap #kumamoto_main #content00 .toggle-content {
	display: none;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner .item {
	display: block;
	width: 49%;
	border: 1px solid #222222;
	color: #222222;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner .item:nth-child(n+3) {
	margin-top: 1em;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner .item .txt {
	padding: 1em;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner .item .txt h4 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #222222;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#kumamoto_wrap #kumamoto_main #content00_story_inner .item .txt p {
	font-size: 0.875em;
}



/* ========== ========== ==========
	#content00_pickup
========== ========== ========== */

#kumamoto_wrap #kumamoto_main #content00_pickup {
	margin-top: 4em;
}



/* ========== ========== ==========
	.ochugen .slider
========== ========== ========== */

#kumamoto_wrap #kumamoto_main .ochugen {
	margin-top: 4em;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider {
    margin-bottom: 3.5em;
    padding: 1em 0.5em;
    background: url("../images/bg_content01.png");
    position: relative;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item {
    width: 312px;
    margin: 0 0.5em;
    padding: 0 0 1em;
    height: auto;
    background-color: #ffffff;
    border-radius: 0.5em;
	color: #222222;
    overflow: hidden;
    position: relative;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item a {
	color: #222222;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item a:hover {
    opacity: 1;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item p {
    margin: 0;
    padding: 0;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .img {
    width: 100%;
    overflow: hidden;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .img img {
    width: 100%;
    transition: 0.2s;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item:hover .img img {
    transform: scale(1.15, 1.15);
    transition: 0.2s;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .ttl {
    padding: 1em 1em 0;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .pri {
    padding: 1em 1em 0;
    text-align: right;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item:hover .txt {
    opacity: 1;
    transition: 0.2s;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .item .txt span {
    padding: 1em;
    border: 1px solid #ffffff;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .slick-dots {
	bottom: -2.5em;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #222222;
    border: 2px solid #222222;
    border-radius: 50%;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .slick-dots li.slick-active button:before {
    background-color: transparent;
}

/* 追加ここから 20231025 */

#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow {
    content: "";
    width: 25px;
    height: 45px;
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    transition: 0s;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow:hover {
    cursor: pointer;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow.prev {
    background: url("../images/controls.png") left top no-repeat;
    left: -3em;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow.prev:hover {
    background-position: left bottom;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow.next {
    background: url("../images/controls.png") right top no-repeat;
    right: -3em;
}
#kumamoto_wrap #kumamoto_main .ochugen .slider .arrow.next:hover {
    background-position: right bottom;
}

/* 追加ここまで 20231025 */



/* ========== ========== ==========
	#content01
========== ========== ========== */

#kumamoto_wrap #kumamoto_main #content01_popular {
	margin-top: 2em;
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner .item {
	width: 32%;
	padding-right:1%;
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner .item:nth-child(n+4) {
	margin-top: 2em;
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner .item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	border: 1px dotted #cccccc;
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner .item .img img {
	border: 1px solid #eeeeee;
}
#kumamoto_wrap #kumamoto_main #content01_popular_inner .item .txt {
	padding: 0.5em;
	font-size: 0.875em;
}



/* ========== ========== ==========
	.btn__list
========== ========== ========== */

#kumamoto_wrap #kumamoto_main .btn__list {
	display: flex;
	flex-wrap: wrap;
}
#kumamoto_wrap #kumamoto_main .btn__list .btn {
	width: 23.5%;
	margin-right: 2%;
}
#kumamoto_wrap #kumamoto_main .btn__list .btn:nth-child(4n) {
	margin-right: 0;
}
#kumamoto_wrap #kumamoto_main .btn__list .btn:nth-child(n+5) {
	margin-top: 1em;
}



/* ========== ========== ==========
	.ochugen
========== ========== ========== */

#kumamoto_wrap #kumamoto_nav #kumamoto_nav_inner .item.ochugen {
	color: #003285;
}
#kumamoto_wrap #kumamoto_main .ochugen h3.ttl:after {
	border-top: 2px dotted #003285;
}
#kumamoto_wrap #kumamoto_main .ochugen h3.ttl span {
	background-color: #003285;
}
#kumamoto_wrap #kumamoto_main .ochugen h3.ttl span:after {
	border-left: 1.5em solid #003285;
}
#kumamoto_wrap #kumamoto_main .ochugen .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4em;
	border: 2px solid #003285;
	color: #003285;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#kumamoto_wrap #kumamoto_main .ochugen .btn:before {
	content: "";
	display: block;
	border-top: 2em solid transparent;
	border-right: 2em solid transparent;
	border-bottom: 2em solid transparent;
	border-left: 2em solid #003285;
	position: absolute;
	left: 0;
	top: -2px;
}



/* ========== ========== ==========
	.oseibo
========== ========== ========== */

#kumamoto_wrap #kumamoto_main #oseibo01 #oseibo01_nav #oseibo_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#kumamoto_wrap #kumamoto_main #oseibo01 #oseibo01_nav #oseibo_nav_list .item {
	display: block;
	width: 49%;
	border: 1px solid #cccccc;
}



/* ========== ========== ==========
	.feature-omiyage
========== ========== ========== */

#kumamoto_wrap .p-omiyage-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
#kumamoto_wrap .c-omiyage-item {
	display: grid;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 1rem;
	background-color: #e6cccc;
	border: 2px solid #800000;
	border-radius: 5px;
	color: #222222;
	font-weight: bold;
	text-align: center;
}
#kumamoto_wrap .p-omiyage-list__item:nth-child(1) .c-omiyage-item {
	background-color: #e9d095;
}
#kumamoto_wrap .p-omiyage-list__item:nth-child(2) .c-omiyage-item {
	background-color: #ccd7a4;
}
#kumamoto_wrap .p-omiyage-list__item:nth-child(3) .c-omiyage-item {
	background-color: #b2dcbd;
}
#kumamoto_wrap .c-omiyage-item__main {
	color: #800000;
	font-size: 1.125rem;
}
@media only screen and (max-width: 720px) {
	#kumamoto_wrap .p-omiyage-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 480px) {
	#kumamoto_wrap .p-omiyage-list {
		grid-template-columns: repeat(1, 1fr);
	}
}