@charset "utf-8";

/* ==================================================
PC
================================================== */

/* ========== トップページ ========== */

.tpl_side1 .top #main{
	width: 100%;
}
.tpl_side1 #main .top_main{
	width: auto;
    margin: 0 auto;
    padding: 0;
}
.tpl_side1 #main .top_main .inr{
	max-width: 1080px;
	margin: 0 auto;
	position: sticky;
    z-index: 1;
    padding-right: 20px;
    padding-left: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top #mymainback {
    width: 100%;
    padding: 0 0 30px;
    margin: 0px auto;
    max-width: none;
    position: relative;
}
.top p{
	margin: 0;
}
.pc_only{
	display: block;
}
/* 非表示 */
#footstep_wrap {
	display: none !important;
}

/* スライドショー */
#top_photo_wrap {
	overflow: hidden;
}
#top_photo {
	width: 1080px;
	margin: 0px auto;
}

#top_photo_list .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#top_photo_list .photo a {
	display: block;
	color: inherit;
	text-decoration: none;
}
#top_photo_list .photo span.photo_caption {
	display: block;
	background: #333333;
	color: #ffffff;
	padding: 5px 20px;
}
#top_photo_list .photo span.photo_caption:empty {
	padding: 0px;
}
#top_photo_list .photo span.photo_caption span {
	color: inherit !important;
}
.top #swiper-container-1 .swiper-slide .pg_class_slide_a_center{
	display: contents;
}
.top #swiper-container-1 button.swiper-button-prev,
.top #swiper-container-1 button.swiper-button-next,
.top #swiper-container-1 button.swiper-button-stop,
.top #swiper-container-1 button.swiper-button-start{
	top: auto !important;
	bottom: 0;
	transform: none !important;
	right: 10% !important;
	left: auto !important;
	width: 30px;
    height: 30px;
    box-shadow: none;
    z-index: 999;
}
.top #swiper-container-1 button.swiper-button-prev{
	transform: translateX(-60px) !important;
	background-color: #CB4B51;
}
.top #swiper-container-1 button.swiper-button-next{
	transform: translateX(30px) !important;
	background-color: #CB4B51;
}
.top #swiper-container-1 button.swiper-button-stop,
.top #swiper-container-1 button.swiper-button-start{
	transform: translateX(-14px) !important;
	background-color: #CB4B51;
}
.top #swiper-container-1 .swiper-slide,
.top #swiper-container-1 .swiper-container{
	height: auto;
	transition-property: opacity !important;
}
.top #swiper-container-1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 7 / 3;
}
.top .furusato_slideshow_wrap{
	position: relative;
	background-color: #fff;
}
.top #swiper-container-1 .swiper-slide[data-swiper-slide-index="0"]{
	position: relative;
}
.top #swiper-container-1 .swiper-slide[data-swiper-slide-index="0"]::before{
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	border: 3px solid #fff;
	top: 30px;
	left: 30px;
}
.swiper-slide::after{
	display: none;
	content: "";
    position: absolute;
    width: 15%;
    position: absolute;
    z-index: 5;
    background-image: url("/img/furusato/slide_logo02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 126px;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
}
.is-first-slide .swiper-slide::after{
	display: block;
}
.swiper-main.is-dim-slide .swiper-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.45);
  /*backdrop-filter: blur(2px);*/
}
.swiper-main .swiper-pagination-bullet{
	width: 20px;
    height: 20px;
}
.color_black .swiper-pagination-bullet{
	background: #ccc !important;
}
.swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #CB4B51;
}
.color_black .swiper-main .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #CB4B51 !important;
}
/* スライドショー（3枚表示） */
#top_photo.triple #top_photo_list {
	width: calc(1080px * 3);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.top #top_photo_catchcopy{
	position: absolute;
    top: 55%;
    left: 50%;
    z-index: 5;
    pointer-events: none;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .35));
    width: 15%;
    transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    text-align: center;
}
.top #top_photo_catchcopy img{
	width: 100%;
	height: auto;
}
/* スライドコントロールボタン */
*[id*="_control_box"] {
	margin: 10px 0px 0px;
	padding: 10px 0px;
}
*[id*="_control_box"] button[id*="_control_"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
*[id*="_control_box"] button[id*="_control_prev"] {
	background-image: url("/img/top/photo/btn_slide_prev.png");
}
*[id*="_control_box"] button[id*="_control_next"] {
	background-image: url("/img/top/photo/btn_slide_next.png");
}
*[id*="_control_box"] button[id*="_control_pause"] {
	background-image: url("/img/top/photo/btn_slide_stop.png");
}
*[id*="_control_box"] button[id*="_control_play"] {
	display: none;
	background-image: url("/img/top/photo/btn_slide_play.png");
}

/* スライドナビゲーションボタン */
*[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 2px;
}
ul.slick-dots li button {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 100%;
	text-indent: -9999em;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ffffff;
	background: #cccccc;
	color: #333333;
}
ul.slick-dots li.slick-active button {
	background: #333333;
	color: #ffffff;
}

/* about */
.section_about{
	background-color: #fff;
	background-image: url("/img/furusato/about_bg.png");
	background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: relative;
}
.section_about::before{
	content: '';
	position: absolute;
	background-image: url(/img/furusato/abouts.png);
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 6 / 5;
	width: 26%;
    top: 20%;
    z-index: 0;
    height: 60%;
}
.section_about::after{
	content: '';
	position: absolute;
	background-image: url(/img/furusato/about_h.png);
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 7 / 6;
    top: 20%;
    height: 60%;
    right: 0;
}
.section_about .about_txt{
	height: 23em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-align: justify;
    text-justify: inter-ideograph;
}
.section_about .inr{
	padding: 80px 0 100px;
    writing-mode: vertical-rl;
}
.section_about .about_txt_ttl{
	font-size: 2.6rem;
	font-weight: bold;
	margin-left: 75px;
}
.section_about .about_txt_p p{
	margin-left: 60px;
}
.section_about .about_txt_p{
	margin-top: 33px;
	line-height: 2;
}

/* pick */
.section_pick {
	background-color: #1F263A;
}
.section_pick .takasugyu{
	background: linear-gradient(to left, transparent 0%, transparent 40%, #1F263A 70%), url("/img/furusato/pick01.png");
	background-position: center;
}
.section_pick .ookami{
	background: linear-gradient(to right, transparent 0%, transparent 40%, #1F263A 70%), url("/img/furusato/pick02.png");
	background-position: center;
}
.section_pick .rice{
	background: linear-gradient(to left, transparent 0%, transparent 40%, #1F263A 70%), url("/img/furusato/pick03.png");
}
.section_pick .rice .pick_cont_name{
	line-height: 1.2;
}
.section_pick .takasugyu,
.section_pick .ookami,
.section_pick .rice{
	background-repeat: no-repeat;
	background-size: cover;
}
.section_pick .takasugyu .inr,
.section_pick .rice .inr{
	justify-content: flex-start;
}
.section_pick .ookami .inr{
	justify-content: flex-end;
}
.section_pick .inr{
	padding: 100px 0;
	display: flex;
}
.section_pick .pick_cont{
	width: 50%;
	color: #fff;
	text-shadow: 0 0 6px #000;
}
.section_pick .pick_cont_name{
	font-size: 5rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_pick .pick_cont_btn{
	padding: 20px 60px;
	border: 1px solid #fff;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	transition: 0.3s;
	color: #fff;
	display: inline-block;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-decoration: none;
}
.section_pick .pick_cont_btn::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.section_pick .pick_cont_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.section_pick .pick_cont_btn:hover::before,
.section_pick .pick_cont_btn:hover::after {
  right: -2.5em;
}
.section_pick .pick_cont_copy{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_pick .pick_cont_des{
	margin: 30px 0 40px;
}
/* use */
.section_ttl{
	font-weight: bold;
}
.section_ttl h2{
	font-size: 2.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_use .section_ttl::before,
.section_faq .section_ttl::before{
	background-image: url("/img/furusato/content_20221216_143311_b.png");
}
.section_how .section_ttl::before{
	background-image: url("/img/furusato/content_20221216_143311.png");
}
.section_use .section_ttl .ttl-accent::after {
    content: "●●●";
    font-size: 10px;
    color: #1F263A;
}
.section_ttl::before{
	content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-inline: auto;
    width: 42px;
    height: 42px;
}
.section_use{
	text-align: center;
	padding: 80px 0;
}
.section_use .use_cont{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}
.section_use .use_cont .free_box{
	display: flex;
    align-items: flex-start;
	width: 30%;
}
.section_use .use_cont .free_box a{
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-decoration: none;
	display: flex;
    align-items: flex-start;
}
.section_use .use_cont .free_box p:first-child{
	writing-mode: vertical-rl;
	padding-top: 22px;
    position: relative;
} 
.section_use .use_cont .free_box p:first-child::before{
	position: absolute;
	content: "";
	width: 15px;
    height: 15px;
	border-radius: 50%;
	background-color: #FFD401;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.section_use .btn_y a{
	background-color: rgba(255, 212, 1, .4);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.btn_y a {
    background-color: #FFD401;
    color: #000;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
}
/* how */
.section_how{
	background-color: #1F263A;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}
.section_how ul{
	display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap;
}
.section_how ul li{
	list-style: none;
	margin: 8px 0;
}
.section_how ul li a img{
	height: auto;
}
.section_ttl{
	margin-bottom: 40px;
}
.section_how .how_cont{
	display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    text-align: left;
    margin-top: 56px;
}
.section_how h3{
	font-size: 2rem;
	position: relative;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
    padding-left: 60px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_how h3:before {
	position: absolute;
	left: 0;
}
.section_how .how_dig{
	width: 50%;
	border-right: 1px solid #fff;
	padding-right: 20px;
}
.section_how .how_ana{
	width: 50%;
	padding-left: 20px;
}
.section_how .how_dig h3:before{
	content: url("/img/furusato/how_ico_01.png");
}
.section_how .how_ana h3:before{
	content: url("/img/furusato/how_ico_02.png");
}
.section_how .dl_btn{
	display: flex;
	justify-content: space-between;
}
.section_how .dl_btn a{
	padding: 15px;
	width: 40%;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
.section_how .how_cont_wrap span{
	border-left: 3px solid #fff;
	padding-left: 5px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_how .how_step{
	margin: 20px 0;
}
#main_body .pdf_download{
	display: none;
}
.section_how a{
	color:#fff;
}
.section_how .btn_y{
	margin-top: 40px;
}
/* faq */
.section_faq{
	padding: 80px 0;
}
.section_faq #main_body h3,
.section_faq #main_body .detail_free p:first-of-type{
	font-size: 2rem;
	font-weight: bold;
	border: none;
	padding: 0;
	margin: 0;
}
.section_faq #main_body h3:after{
	border: none;
}
.section_faq #main_body .detail_free h3:first-child{
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_faq #main_body .detail_free p:first-of-type{
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section_faq #main_body .detail_free h3:first-child:before{
	content: 'Q.';
    display: inline-block;
    font-size: 2.8rem;
    color: #677834;
}
.section_faq #main_body .detail_free p:first-of-type:before{
	content: 'A.';
    display: inline-block;
    font-size: 2.8rem;
    color: #EB544B;
}
.tpl_side1 #main .top_main .section_faq .inr{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	padding: 80px 80px 130px;
	box-sizing: border-box;
}
.section_faq .section_ttl{
	text-align: center;
	margin-bottom: 10px;
}
.section_faq #main_body div.detail_free{
	border-bottom: 1px solid #ededed;
	padding: 60px 0;
	margin: 0;
}
.section_faq .sns_button_wrap{
	display: none;
}
.section_faq #main_body .detail_free a{
	background-color: rgba(255, 212, 1, .4);
    color: #000;
    padding: 20px 50px;
    display: inline-block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-decoration: none;
}
/* バナー広告 */
#footer_banner {
	clear: both;
	width: var(--content-width, 1080px);
	margin: 0px auto 60px;
}
#footer_banner ul.banner_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 20px;
}
#footer_banner ul.banner_list li {
	width: 200px;
}
#footer_banner ul.banner_list li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.banner_text {
	display: block;
	padding: 10px;
	text-align: left;
}
.banner_text span {
	display: block;
}
.banner_text span:nth-child(2n) {
	font-size: var(--fontsize-main-small, 1.5rem);
}
.faq_cont #main_body #section_footer{
	display: none;
}
/* ========== 背景色変更 ========== */

/* 共通 */
.color_change * {

}
/* 黒 */
.color_black * {

}
/* 青 */
.color_blue * {

}

/* ==================================================
PC ここまで
================================================== */
@media screen and ( max-width:1080px){
	.tpl_side1 #main .top_main .section_faq .inr{
		margin: 0 10px;
	}
}
@media screen and ( max-width:1070px){
	.pc_only{
		display: none;
	}
}
@media screen and ( max-width:1000px){
	.section_how .dl_btn{
		display: block;
	}
	.section_how .dl_btn a{
		margin: 20px auto;
		width: 80%;
	}
	.section_about::before{
		width: 30%;
		top: auto;
		bottom: 0;
		height: auto;
	}
}

/* ==================================================
スマートフォン
================================================== */
@media screen and ( max-width:670px){
	.section_about .inr{
		writing-mode:horizontal-tb;
		padding: 80px 0 180px;
	}
	.section_about .about_txt_ttl{
		text-align: center;
		margin: 0;
		font-size: 2.4rem;
	}
	.section_about .about_txt_p{
		font-size: 1.6rem;
		text-align: center;
	}
	.section_about::before{
		width: 41%;
		bottom: 0;
        top: auto;
        height: auto;
	}
	.section_about::after{
		height: 27%;
		bottom: 0%;
		top: auto;
	}
	.top #swiper-container-1 .swiper-slide img{
		aspect-ratio: 6 / 5;
	}
	.top #swiper-container-1 .swiper-slide[data-swiper-slide-index="0"]::before{
		width: calc(100% - 25px);
	    height: calc(100% - 25px);
	    border: 2px solid #fff;
	    top: 10px;
	    left: 10px;
	}
	.swiper-slide::after{
		top: 5%;
	}
	.top #top_photo_catchcopy{
		width: 30%;
	}
	.section_ttl h2{
		font-size: 2.4rem
		margin: 10px auto;
	}
	.section_about{
		background-size: cover;
		background-position: top;
	}
	.section_about .about_txt_p p{
		margin: 0;
	}
	.section_pick .pick_cont{
		width: 100%;
		text-align: center;
	}
	.section_pick .pick_cont_copy,
	.section_pick .pick_cont_name,
	.section_pick .pick_cont_des{
		text-align: left;
	}
	.section_pick .pick_cont_name{
		font-size: 3.2rem;
	}
	.section_pick .pick_cont_des{
		margin: 15px 0 40px;
	}
	.section_pick .inr{
		padding: 200px 0 60px;
	}
	.section_pick .takasugyu{
		background: linear-gradient(to bottom, transparent 0%, transparent 13%, #1F263A 60%), url("/img/furusato/pick01.png");
		background-position: bottom;
	}
	.section_pick .ookami{
		background: linear-gradient(to bottom, transparent 0%, transparent 13%, #1F263A 60%), url("/img/furusato/pick02.png");
	}
	.section_pick .rice{
		background: linear-gradient(to bottom, transparent 0%, transparent 13%, #1F263A 60%), url("/img/furusato/pick03.png");
	}
	.section_pick .takasugyu,
	.section_pick .ookami,
	.section_pick .rice{
		background-size: cover;
		background-position: top;
	}
	.section_use{
		padding: 50px 0;
	}
	.section_ttl{
		margin-bottom: 30px;
	}
	.section_use .use_cont{
		display: block;
	}
	.section_use .use_cont .free_box{
		width: 80%;
    	margin: 45px auto;
	}
	.section_how{
		padding: 50px 0;
	}
	.section_how .how_cont{
		display: block;
		padding-bottom: 0;
	}
	.section_how .how_dig,
	.section_how .how_ana{
		width: 100%;
		margin: 45px auto;
		padding: 0;
	}
	.section_how .how_dig{
		border-bottom: 1px solid #fff;
		border-right: none;
		padding-bottom: 45px;
	}
	.tpl_side1 #main .top_main .section_faq .inr{
		padding: 40px 20px;
	}
	.section_faq #main_body div.detail_free{
		padding: 30px 0;
	}
	.section_faq #main_body h3, 
	.section_faq #main_body .detail_free p:first-of-type{
		font-size: 1.8rem;
	}
	.section_faq #main_body .detail_free h3:first-child{
		margin-bottom: 0;
	}
	.section_faq #main_body .detail_free h3:first-child:before,
	.section_faq #main_body .detail_free p:first-of-type:before{
		font-size: 2.4rem;
	}
	.section_faq #main_body .detail_free a{
		padding: 20px;
	}

}
@media screen and ( max-width:500px){
	.section_about .inr{
		writing-mode:horizontal-tb;
		padding: 80px 0 140px;
	}
}
@media screen and ( max-width:420px){
	.section_about .inr{
		writing-mode:horizontal-tb;
		padding: 80px 0 100px;
	}
}
@media screen and (max-width: 1080px) {

	/* ========== トップページ ========== */

	/* スライドショー */
	#top_photo {
		width: auto;
		margin: 15px 15px 0px;
	}

	/* スライドショー（3枚表示） */
	#top_photo.triple #top_photo_list {
		width: auto;
		left: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	/* スライドコントロールボタン */
	*[id*="_control_box"] {
		text-align: center;
	}

	/* スライドナビゲーションボタン */
	*[id*="_control_navigation"] {
		margin: 5px 20px;
	}

	/* バナー広告 */
	#footer_banner {
		width: auto;
		margin: 0px var(--mymainback-margin-side, 15px) 40px;
	}
	#footer_banner ul.banner_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 10px;
	}
	#footer_banner ul.banner_list li {
		width: calc(50% - 5px);
		max-width: 200px;
	}

	.banner_text span:nth-child(2n) {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* 新着情報 */
	.section_information {
		padding: 0px;
	}
	.section_information h2 {
		margin: 0px;
		padding: 15px 20px;
		font-size: 2rem;
	}

	.section_information p.no_data {
		padding: 20px;
	}

	.section_information_list ul {
		padding: 0px 20px 20px;
	}
	.section_information_list ul li {
		display: block;
		width: auto;
		margin: 0px;
		padding: 15px 0px;
		border-bottom: 1px solid #cccccc;
	}
	.section_information_list ul li > span {
		display: block;
	}
	.section_information_list ul li > span.article_date {
		width: auto;
		padding-top: 0px;
	}
	.section_information_list ul li a {
		display: block;
		background: url("/img/sp/arrow_r.png") no-repeat right center transparent;
		background-size: 8px auto;
		padding-right: 15px;
		text-decoration: none;
	}

	.section_information_list ul li:has(img.icon_new) {
		position: relative;
	}
	.section_information_list ul li:has(img.icon_new) > span.article_date {
		padding-left: 45px;
	}
	.section_information_list ul li:has(img.icon_new) img.icon_new {
		margin: 0px;
		position: absolute;
		top: 17px;
		left: 0px;
	}

	/* 新着情報（一覧 / RSS） */
	.section_information_list div.link_box {
		padding: 0px 20px 30px;
		gap: 10px;
	}
	.section_information_list div.link_box span {
		width: auto;
		max-width: none;
		min-width: calc(50% - 5px);
	}
	.section_information_list div.link_box span a {
		font-size: var(--fontsize-main-small, 1.3rem);
	}

	/* ========== 背景色変更 ========== */

	/* 共通 */
	.color_change * {

	}
	/* 黒 */
	.color_black * {

	}
	/* 青 */
	.color_blue * {

	}

}
/* ==================================================
スマートフォン ここまで
================================================== */