@charset "UTF-8";

/* 特集ページ　－　栗ごはん (202508_03.html) */

/*****************************
全体
*****************************/
#special_202508_03 {
	font-size: 1.125rem;
	line-height: 1.5;
	letter-spacing: 1.5px;
	background-color: #fff1d6;
}
@media screen and (max-width:767px) {
	#special_202504_02 {
		font-size: 1rem;
	}
}

#special_202508_03 .wrapper {
	max-width: 1260px;
	padding: 0 40px;
	background-image: url(../img/special/special_03/background_japanpaper.jpg);
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#special_202508_03 .wrapper {
		padding: 0 20px;
	}
}

/* 文字　赤 */
#special_202508_03 .color_red {
	color: #d62b1f;
}

/* 文字　オレンジ */
.color_orange {
	color: #e49125;
	font-weight: bold;
}

/* 文字協調 */
.font_b {
	font-weight: bold;
}

/* sp時には左右の余白なし */
@media screen and (max-width:767px) {
	.sp_wrapper {
		padding: 0;
	}
}

.flex {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	.flex {
		flex-direction: column;
	}
	.flex_items {
		width: 100%;
		box-sizing: border-box;
	}
}

.block {
	margin-bottom: 100px;
}
@media screen and (max-width:767px) {
	.block {
		margin-bottom: 60px;
	}
}


/* 本文　大見出し */
.h2_title {
	display: inline-block;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 2.5rem;
	color: #2d9377;
	margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width:1100px) {
	.h2_title {
		font-size: 2rem;
	}
}
@media screen and (max-width:767px) {
	.h2_title {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:500px) {
	.h2_title {
		font-size: 1.5rem;
	}
}

/* 本文 */
.section_text {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.45rem;
	margin-bottom: 40px;
	text-align: left;
}
@media screen and (max-width:767px) {
	.section_text {
		font-size: 1.375rem;
		margin-bottom: 20px;
	}	
}
@media screen and (max-width:500px) {
	.section_text {
		font-size: 1.125rem;
		margin-bottom: 15px;
	}	
}

/* 本文 */
p {
	margin-bottom: 20px;
}
.mb0 {
	margin-bottom: 0;
}

/* PCとSP切り替え */
.hidden_500over {
	display: none;
}
@media screen and (max-width:500px) {
	.hidden_500over {
		display: block;
	}
}

/* 1200px以下で改行あり（SP時に改行なし） */
.hidden_sp_1200 {
	display: none;
}
@media screen and (max-width:1200px) {
	.hidden_sp_1200 {
		display: block;
	}
}
@media screen and (max-width:767px) {
	.hidden_sp_1200 {
		display: none;
	}
}

/* 950px以下で改行あり（SP時に改行なし、400以下で改行あり） */
.hidden_sp_950 {
	display: none;
}
@media screen and (max-width:950px) {
	.hidden_sp_950 {
		display: block;
	}
}
@media screen and (max-width:767px) {
	.hidden_sp_950 {
		display: none;
	}
}
@media screen and (max-width:400px) {
	.hidden_sp_950 {
		display: block;
	}
}

/* 650px以下で改行あり */
.hidden_650 {
	display: none;
}
@media screen and (max-width:650px) {
	.hidden_650 {
		display: block;
	}
}

/* 600px以下で改行あり */
.hidden_600 {
	display: none;
}
@media screen and (max-width:600px) {
	.hidden_600 {
		display: block;
	}
}

/* 500px以下で改行あり */
.hidden_500 {
	display: none;
}
@media screen and (max-width:500px) {
	.hidden_500 {
		display: block;
	}
}

/* 550px以下で改行なし */
.hidden_sp_550 {
	display: block;
}
@media screen and (max-width:550px) {
	.hidden_sp_550 {
		display: none;
	}
}

/* 450px以下で改行なし */
.hidden_sp_450 {
	display: none;
}
@media screen and (max-width:450px) {
	.hidden_sp_450 {
		display: block;
	}
}

/* 区切り線　栗 */
.line_chestnut {
	margin-bottom: 80px;
}


/*****************************
メインビジュアル　トップ画
*****************************/
#header {
	max-width: 1260px;
	width: 100%;
	line-height: 1;
	padding: 0;
	margin: 0 auto;
}
#header .header_img {
	vertical-align: bottom;
}

/*****************************
説明ブロック #presentation
*****************************/
.presentation {
	padding-top: 60px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.presentation {
		padding-top: 40px;
	}
}

/* 写真の角丸　１カラム */
.presentation .border_radius img {
	display: block;
	margin: 0 auto;
	border-radius: 30px;
}

/* 画像の影 */
.presentation .shadow {
	box-shadow: 10px 10px 20px rgb(158, 65, 65);
}

/******************************************************
ブロック１：炊き込みご飯の素（栗）できました .block_01
*******************************************************/
.block_01 {
	margin-bottom: 300px;
}
@media screen and (max-width:767px) {
	.block_01 {
		margin-bottom: 200px;
	}
}
@media screen and (max-width:500px) {
	.block_01 {
		margin-bottom: 100px;
	}
}

/* flex時の文字ブロック縦中央配置 */
.flex_nowrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

/* flex_01 */
.presentation .flex_01 {
	margin-bottom: 100px;
}
@media screen and (max-width:1000px) {
	.presentation .flex_01 {
		margin-bottom: 160px;
	}
}
.presentation .block_01 .flex_01 .flex_items.left {
	width: 50%;
}
.presentation .block_01 .flex_01 .flex_items.right {
	width: 50%;
}
@media screen and (max-width:767px) {
	.presentation .flex_01 {
		flex-direction: column-reverse;
		margin-bottom: 120px;
	}
	.presentation .block_01 .flex_01 .flex_items.left,
	.presentation .block_01 .flex_01 .flex_items.right {
		width: 100%;
		margin-bottom: 0;
	}
}
@media screen and (max-width:500px) {
	.presentation .flex_01 {
		margin-bottom: 60px;
	}
}

/* flex_02 */
.presentation .flex_02 {
	margin-bottom: 180px;
}
.presentation .block_01 .flex_02 .flex_items.left {
	width: 60%;
}
.presentation .block_01 .flex_02 .flex_items.right {
	width: 40%;
	margin-left: 60px;
}
@media screen and (max-width:767px) {
	.presentation .flex_02 {
		margin-bottom: 80px;
	}
	.presentation .block_01 .flex_02 .flex_items.left,
	.presentation .block_01 .flex_02 .flex_items.right {
		width: 100%;
	}
	.presentation .block_01 .flex_02 .flex_items.right {
		margin-left: 0;
	}
}

/* 写真の丸ぬき */
.presentation .block_01 .circle_img {
	position: relative;
}
.presentation .shadow {
	box-shadow: 0 0 8px rgb(109, 109, 109);
}
.presentation .block_01 .flex_01 .circle_img .img_01 {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-image: url(../img/special/special_03/chestnut_images_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left bottom;
	margin-left: -100px;
}
.presentation .block_01 .flex_01 .circle_img .img_02 {
	position: absolute;
	bottom: -100px;
	right: 20px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	background-image: url(../img/special/special_03/chestnut_images_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.presentation .block_01 .flex_02 .circle_img .img_03 {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-image: url(../img/special/special_03/chestnut_images_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin-left: 50px;
}
.presentation .block_01 .flex_02 .circle_img .img_04 {
	position: absolute;
	bottom: -180px;
	left: -130px;
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background-image: url(../img/special/special_03/chestnut_images_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width:1200px) {
	.presentation .block_01 .flex_01 .circle_img .img_01 {
		width: 500px;
		height: 500px;
	}
	.presentation .block_01 .flex_01 .circle_img .img_02 {
		width: 250px;
		height: 250px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_03 {
		width: 470px;
		height: 470px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_04 {
		width: 300px;
		height: 300px;
		left: -90px;
	}
}
@media screen and (max-width:1000px) {
	.presentation .block_01 .flex_01 .circle_img .img_01 {
		width: 400px;
		height: 400px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_03 {
		width: 350px;
		height: 350px;
	}
}
@media screen and (max-width:767px) {
	.presentation .block_01 .flex_01 .circle_img .img_01 {
		margin-left: 40px;
		
	}
	.presentation .block_01 .flex_01 .circle_img .img_02 {
		bottom: -50px;
		right: 20px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_03 {
		width: 400px;
		height: 400px;
		margin: 0 55px 0 auto;
	}
	.presentation .block_01 .flex_02 .circle_img .img_04 {
		bottom: -80px;
		left: 40px;
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width:600px) {
	.presentation .block_01 .flex_01 .circle_img .img_01 {
		width: 300px;
		height: 300px;
	}
	.presentation .block_01 .flex_01 .circle_img .img_02 {
		width: 200px;
		height: 200px;
		bottom: -50px;
		right: 40px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_03 {
		width: 300px;
		height: 300px;
		margin-right: 30px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_04 {
		bottom: -80px;
		left: 50px;
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width:500px) {
	.presentation .block_01 .flex_01 .circle_img .img_01 {
		margin-left: 60px;
	}
	.presentation .block_01 .flex_01 .circle_img .img_02 {
		position: static;
	}
	.presentation .block_01 .flex_02 .circle_img .img_03 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.presentation .block_01 .flex_02 .circle_img .img_04 {
		position: static;
		margin-left: 20px;
	}
}

/*****************************************
ブロック２：動画　Youtube埋め込み .block_02
*****************************************/
.presentation .block_02 {
	width: 70%;
	margin: 0 auto 100px auto;
	text-align: center;
}
.presentation .block_02 video {
	width: 100%;
}
@media screen and (max-width:767px) {
	.presentation .block_02 {
		width: 90%;
	}
}

/*****************************************
ブロック３：２種類の違いを説明 .block_03
*****************************************/
.block_03 .detail_box {
	width: 80%;
	margin: 0 auto 80px auto;
	box-shadow: 10px 10px 10px #b4b4b4;
}
.block_03 .detail_box.block_tanba {
	background-color: #e0e3ad;
}
.block_03 .detail_box.block_kasama {
	background-color: #ffdcc1;
}
.block_03 .detail_box.block_tanba .padding_set {
	padding: 40px 60px;
	border-right: 3px solid #96a013;
	border-left: 3px solid #96a013;
	border-bottom: 3px solid #96a013;
}
.block_03 .detail_box.block_kasama .padding_set {
	padding: 40px 60px;
	border-right: 3px solid #df7c2b;
	border-left: 3px solid #df7c2b;
	border-bottom: 3px solid #df7c2b;
}
.block_03 .detail_box .padding_set .flex {
	margin-bottom: 30px;
}
.block_03 .detail_box .padding_set .flex_items.left {
	width: 65%;
}
.block_03 .detail_box .padding_set .flex_items.right {
	width: 35%;
}
.block_03 .detail_box .padding_set .text {
	font-size: 1.35rem;
	text-align: left;
}
.block_03 .detail_box .padding_set .text p:last-child {
	margin-bottom: 0;
}

.block_03 .detail_box .content_title {
	font-size: 1.85rem;
	padding: 14px;
}
.block_03 .detail_box.block_tanba .content_title {
	background-color: #b4bc45;
	border: 3px solid #96a013;
}
.block_03 .detail_box.block_kasama .content_title {
	background-color: #e89f64;
	border: 3px solid #df7c2b;
}
@media screen and (max-width:767px) {
	.block_03 .detail_box {
		width: 100%;
	}
	.block_03 .detail_box .content_title {
		font-size: 1.45rem;
		padding: 8px;
	}
	.block_03 .detail_box.block_tanba .padding_set,
	.block_03 .detail_box.block_kasama .padding_set {
		padding: 15px 20px;
	}
	.block_03 .detail_box .padding_set .flex {
		flex-direction: row;
		margin-bottom: 30px;
	}
	.block_03 .detail_box .padding_set .flex_items.left {
		width: 65%;
	}
	.block_03 .detail_box .padding_set .flex_items.right {
		width: 35%;
	}
	.block_03 .detail_box .padding_set .text {
		font-size: 1.125rem;
		margin-top: -50px;
	}
}

/**********************************************
ブロック４：オーダーボックスの上のタブ .block_04
**********************************************/
.block_04 .goods_list .flex {
	display: flex;
	justify-content: space-between;
}
.block_04 .goods_list .flex_items {
	width: 30%;
	border-radius: 20px;
	box-shadow: 10px 10px 10px #b4b4b4;
}
.block_04 .goods_list .flex_items:hover {
	transform: scale(1.05);
	transition: 0.3s;
}
.block_04 .goods_list .flex_items a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.block_04 .goods_list .flex_items.block_types2 {
	background-color: #eaf3ff;
}
.block_04 .goods_list .flex_items.block_tanba {
	background-color: #e0e3ad;
}
.block_04 .goods_list .flex_items.block_kasama {
	background-color: #ffdcc1;
}
.block_04 .goods_list .content_title {
	font-size: 1.85rem;
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px; 
	padding: 14px;
}
.block_04 .goods_list .content_title:hover {
	color: #af1313;
}
@media screen and (max-width:1300px) {
	.block_04 .goods_list .content_title {
		font-size: 1.75rem;
	}
}
@media screen and (max-width:1200px) {
	.block_04 .goods_list .content_title {
		font-size: 1.65rem;
	}
}
@media screen and (max-width:1000px) {
	.block_04 .goods_list .content_title {
		font-size: 1.35rem;
	}
}
@media screen and (max-width:767px) {
	.block_04 .goods_list .flex_items {
		width: 100%;
		margin-bottom: 60px;
	}
}

.block_04 .goods_list .block_types2 .content_title {
	background-color: #9dbae5;
}
.block_04 .goods_list .block_tanba .content_title {
	background-color: #b4bc45;
}
.block_04 .goods_list .block_kasama .content_title {
	background-color: #e89f64;
}
.block_04 .goods_list .flex_items .image_box {
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px; 
	padding: 20px;
}
.block_04 .goods_list .flex_items.block_types2 .image_box {
	border-top: none;
}
.block_04 .goods_list .flex_items.block_tanba .image_box {
	border-top: none;
}
.block_04 .goods_list .flex_items.block_kasama .image_box {
	border-top: none;
}

/* 包材 */
.block_04 .goods_list .flex_items .image_box .list_package {
	height: 200px;
	vertical-align: bottom;
}
@media screen and (max-width:767px) {
	.block_04 .goods_list .flex_items .image_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.block_04 .goods_list .flex_items .image_box img {
		width: 49%;
	}
	.block_04 .goods_list .flex_items .image_box .list_package {
		height: auto;
	}
}

/********************************
オーダーボックス　1カラム　商品概要
********************************/
.order_box {
	text-align: center;
}
.order_box .order_box_style {
	margin-bottom: 100px;
	padding-top: 40px;
	margin-top: -40px;
}


/* 誘導キャッチ */
.order_box .order_box_style .induction {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px 20px 10px 100px;
}
.order_box .order_box_style.order_types2 .induction {
	background-color: #9dbae5;
}
.order_box .order_box_style.order_tanba .induction {
	background-color: #b4bc45;
}
.order_box .order_box_style.order_kasama .induction {
	background-color: #e89f64;
}
.order_box .order_box_style .induction_image {
	position: absolute;
	display: block;
	top: -10px;
	left: -30px;
	width: 130px;
	height: auto;
}
@media screen and (max-width:767px) {
	.order_box .order_box_style .induction {
		font-size: 1.25rem;
	}
}
@media screen and (max-width:600px) {
	.order_box .order_box_style .induction_image {
		top: 0px;
		left: -40px;
	}	
}
@media screen and (max-width:500px) {
	.order_box .order_box_style .induction {
		font-size: 1.125rem;
	}
	.order_box .order_box_style .induction_image {
		top: 10px;
		left: -30px;
	}	
}


/***************************************
オーダーボックス　商品名・規格名・商品説明
***************************************/
.order_box .flex {
	display: flex;
	justify-content: space-between;
	max-width: 1060px;
	padding: 50px;
	margin: 40px auto 0 auto;
	background-color: #dcf1ea;
	background-color: #fff;
	box-sizing: border-box;
	border: 2px solid #2d9377;
	box-shadow: 10px 10px 10px #b4b4b4;
}
.order_box .flex_items {
	position: relative;
	width: 50%;
	text-align: center;
}
.order_box .flex_items .packages {
	position: relative;
	margin-top: 20px;
}
.order_box .flex_items.right {
	padding-left: 40px;
	margin-bottom: 0;
	text-align: left;
}
@media screen and (max-width:1140px) {
	.order_box .flex {
		margin: 40px 40px 0 40px;
	}
}
@media screen and (max-width:900px) {
	.order_box .flex {
		padding: 40px 20px;
	}
	.order_box .img_box {
		margin-bottom: 140px;
	}
	.order_box .flex_items .packages {
		position: absolute;
		bottom: -120px;
		left: 0;
		width: 40%;
	}
}
@media screen and (max-width:767px) {
	.order_box .flex {
		margin: 40px 0 0 0;
	}
	.order_box .flex_items {
		width: 100%;
	}	
	.order_box {
		padding: 0;
	}
	.order_box .flex_items .packages {
		width: 40%;
		bottom: -100px;
	}
}
@media screen and (max-width:500px) {
	.order_box {
		margin: 0;
		padding: 30px 0;
	}
	.order_box .flex_items .packages {
		width: 60%;
		bottom: -120px;
	}
}

/* キャッチ */
.order_box .flex_items .catchphrase {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #2d9377;
	padding: 0 0 20px 0;
}

@media screen and (max-width: 900px) {
	.order_box .flex {
		flex-direction: column;
	}
	.order_box .flex_items {
		width: 100%;
	}
	.order_box .flex_items .goods_img {
		width: 80%;
	}
	.order_box .flex_items.right {
		padding-left: 0;
	}
	.order_box .flex_items .catchphrase {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.order_box .flex_items .catchphrase {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 500px) {
	.order_box .flex_items .goods_img {
		width: 100%;
	}
}

/* 商品説明 */
.order_box .flex_items .explanation {
	font-size: 1.125rem;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.order_box .flex_items .explanation {
		font-size: 1.0rem;
		letter-spacing: 1.3px;
	}
}

/* メーカー名 */
.order_box .flex_items .maker_name {
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 25px;
}

/* 商品名 */
.order_box .flex_items .goods_name {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-top: 1px dotted #0B1F32;
	border-bottom: 1px dotted #0B1F32;
	padding: 12px 0;
	margin: 5px 0;
}

/* 規格名 */
.order_box .flex_items .quantity {
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/* SALEマーク */
.order_box .flex_items .sale_label {
	display: block;
	width: 34px;
	color: #fff;
	background-color: #ce2524;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 5px 12px 3px 10px;
	margin-bottom: 10px;
}

/* 価格ラベル */
.order_box .flex_items .price_label {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 30px;
}
@media screen and (max-width:1110px) {
	.order_box .flex_items .price_label {
		margin-bottom: 0;
	}
}
.order_box .flex_items .price1 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 5px;
}
@media screen and (max-width:500px) {
	.order_box .flex_items .price1 {
		font-size: 1.75rem;
	}
}

/* 送料込みラベル */
.order_box .flex_items .shipping_included {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: bold;
	color: #d62b1f;
	border: 1px solid #d62b1f;
	border-radius: 1px;
	padding: 2px 10px 0px 10px;
	margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
	.order_box_style .hidden_pc {
		display: block;
	}
	.order_box .flex_items .price_label {
		margin-bottom: 0;
	}
	.order_box .flex_items .shipping_included {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 950px) {
	.order_box_style .hidden_pc {
		display: none;
	}
}


/*****************************
ご注文ボタン　調整
*****************************/
#special_202508_03 .btn_order a {
	width: 50%;
	height: 50px;
	border-radius: 40px;
	font-size: 1.4rem;
	margin: 0 auto;
}
#special_202508_03 .btn_to_category {
	width: 100%;
}
#special_202508_03 .btn_to_category a.hidden_sp {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
#special_202508_03 .btn_to_category a.hidden_pc {
	display: none;
}
#special_202508_03 .btn_to_category a span {
	padding-right: 10px;
	margin-right: 40px;
}
@media screen and (max-width: 1080px) {
	#special_202508_03 .btn_order a {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	#special_202508_03 .btn_order a {
		width: 50%;
	}
	#special_202508_03 .btn_to_category a span {
		padding-right: 10px;
	}
}
@media screen and (max-width: 550px) {
	#special_202508_03 .btn_order a {
		width: 70%;
	}
	#special_202508_03 .btn_to_category a.hidden_sp {
		display: none;
	}
	#special_202508_03 .btn_to_category a.hidden_pc {
		display: flex;
		width: 80%;
		justify-content: center;
	}
}


/*****************************
下部のボタングループ
*****************************/
#special_202508_03 .btn_group {
	max-width: 1260px;
	margin: 0 auto;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0 0 60px 0;
	background-color: transparent;
}
#special_202508_03 .btn_to_top a {
	font-size: 0.875rem;
	margin-left: 50px;
}
@media screen and (max-width: 767px) {
	#special_202508_03 .btn_group {
		width: 100%;
		text-align: center;
	}
	#special_202508_03 .btn_to_top a {
		margin: 0 auto;
	}
}

/*****************************
フッター
*****************************/
#footer {
	max-width: 1260px;
	margin: 0 auto;
	padding: 12px 0 12px 0;
	background-color: #dad7d7;
}
p.copyright {
	margin-bottom: 0;
}

