.container {
	display: block;
	max-width: 1490px;
	margin: 0 auto;
}

.main_container {
	display: block;
	/* max-width: 1560px; */
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

#logo {
	width: 25%;
	margin-right: 2%;
}

#logo img {
	width: 100%;
}

#mainvisual {
	background: url("../images/main_bg.png");
	background-position: top center;
	background-size: cover;
	width: 100%;
	/* min-height: 1665px; */
	position: relative;
}

#global_menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 77%;
}

#global_menu nav {
	width: 92%;
}

#global_menu nav ul {
	display: flex;
	list-style-type: none;
}

#global_menu nav ul li:first-child {
	width: 31%;
}

#global_menu nav ul li {
	list-style-type: none;
	width: 27%;
}

#global_menu nav ul li img {
	position: relative;
	z-index: 9;
	width: 100%;
}

#global_menu nav ul li a {
	display: block;
	transition: all .3s ease-in-out;
	transform: translateY(0);
}

/* 閲覧補助機能ボタン */
#global_menu nav ul li.hojo {
	width: auto;
	position: absolute;
	top: 15px;
	right: 10px;
}

#global_menu nav ul li.hojo a {
	display: flex;
	align-items: center;
	padding: 5px 18px;
	border-radius: 15px;
	background-color: #fff;
	color: #000;
	border: 2px solid #009DE2;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}

#global_menu nav ul li.hojo a:hover {
	background-color: #009DE2;
	color: #fff;
}

#global_menu nav ul li.hojo a:before {
	content: url("../images/accessibility.png");
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	line-height: 1;
}

#global_menu nav ul li.hojo a:hover:before {
	content: url("../images/accessibility_on.png");
}

/* 閲覧補助機能ポップアップ */
.popup {
	display: none;
	position: absolute;
	width: 300px;
	padding: 35px 10px 10px 10px;
	border-radius: 10px;
	border: 2px solid #009DE2;
	background: #fff;
	top: 32px;
	right: 0;
	z-index: 99;
}

.close-button {
	position: absolute;
	/* 疑似要素の基準位置とする */
	width: 13px;
	height: 13px;
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	right: 15px;
	top: 10px;
}

/* 1本目の棒 (左上から右下) */
.close-button::before,
.close-button::after {
	content: '';
	/* 疑似要素には必ず必要 */
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	/* 棒の長さ */
	height: 2px;
	/* 棒の太さ */
	background-color: #333;
	/* 棒の色 */
}

/* 1本目を斜めに回転させる */
.close-button::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

/* 2本目を反対方向に回転させる */
.close-button::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}


.popup dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.popup dl dt {
	width: 22%;
	margin-right: 3%;
	color: #009DE2;
	font-size: 1.4rem;
	text-align: center;
}

.popup dl dd {
	width: 75%;
}

.popup dl ddbutton.is-current {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.popup dl dt ul {
	background: #fff;
	display: flex;
	border-radius: 999px;
	padding: 4px;
}

.popup ul li {
	width: 50% !important;
	margin-right: 15px;
}

.popup ul li:last-child {
	margin-right: 0;
}

.popup ul button {
	border: none;
	cursor: pointer;
	white-space: normal;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	display: block;
	background: #009DE2;
	border: 2px solid #009DE2;
	padding: 12px;
	border-radius: 12px;
	color: #fff;
	line-height: 1;
}

.popup ul button.is-current {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

.popup ul button:hover {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

#instagram {
	position: absolute;
	right: 30px;
	top: 15px;
}

#instagram img {
	width: auto;
}

#main_contents {
	margin-top: -8%;
	padding: 0 11%;
}

#main_title {
	display: block;
	margin-top: -60px;
}

#main_title img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#main_colum2 {
	display: flex;
}

.main_copy {
	width: 26%;
	margin-top: -40px;
}

.main_copy img {
	width: 100%;
}

.title_label {
	display: flex;
	margin-bottom: 15px;
}

.title_label span {
	display: inline-block;
	padding: 7px;
	background-color: #fff;
	color: #e85298;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}

.main_text {
	width: 74%;
	margin-left: 25px;
}

.main_text p {
	display: block;
	font-size: 2.1rem;
	color: #fff;
	line-height: 1.6;
}

.menu_btn_box {
	display: flex;
	margin-top: 75px;
}

.menu_btn_col {
	width: calc(100% / 3);
}

.menu_btn_col a {
	display: block;
	transition: all .3s ease-in-out;
	transform: translateY(0);
}

.menu_btn_col a:hover {
	transform: translateY(-5px);
}

.suger_load_btn a {
	display: block;
	transition: all .3s ease-in-out;
	transform: translateY(0);
}

.suger_load_btn img {
	width: 100%;
}

.suger_load_btn a:hover {
	transform: translateY(-5px);
}

#main {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			#f7c9dd 25%, #fff 25%, #fff 50%, #f7c9dd 50%, #f7c9dd 75%, #fff 75%, #fff);
	background-size: 140px 140px;
	padding: 40px 10%;
}

.copy {
	display: block;
	/* font-size: 1.3vw; */
	font-size: 1.6rem;
	line-height: 1.8;
}

#main dl {
	/* display: flex;
	align-items: center; */
	margin-bottom: 3%;
	line-height: 1;
}

#main dl:last-child {
	margin-bottom: 0;
}

#main dl dt {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-right: 3%;
}

#main dl dd {
	display: inline-block;
	vertical-align: middle;
	width: 76%;
	/* font-size: 2.2vw; */
	font-size: 2.6rem;
	font-weight: 700;
	margin-top: -5px;
}

#senkyo_box {
	display: block;
	position: relative;
	background: url("../images/senkyo_bg2.png") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	height: 0;
	/* 高さはpaddingで確保するため0に */
	padding-bottom: 71.03%;
	/* 画像の縦横比に応じて調整 */
	margin-bottom: 35px;
}

.senkyo_inner {
	display: flex;
	max-width: 100%;
	margin: 0 auto;
}

.senkyo_inner_col {
	width: auto;
}

.senkyo_col1 {
	padding-top: 8%;
	padding-left: 3%;
	width: 28%;
	margin-right: 2.5%;
}

.senkyo_col2 {
	width: 52%;
	padding-top: 4.5%;
}

#senkyo_title02 {
	margin-bottom: 30px;
}

.senkyo_title02_1 {
	margin-bottom: 3%;
}

.senkyo_copy {
	margin-bottom: 12%;
}

.senkyo_col3 {
	width: 40%;
	padding-top: 7.5%;
}

#senkyo_title03 {
	padding-right: 25px;
}

.detail_btn {
	display: block;
	width: 39%;
	margin: 0 0 0 auto;
	position: absolute;
	right: 1.3%;
	bottom: 1.8%;
}

.detail_btn img {
	display: block;
	margin: 0 0 0 auto;
}

/*********************************
					スイーツトレイン
**********************************/
#sweets_train_box {
	display: block;
	position: relative;
	background: url("../images/sweets_train_bg2.png") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	height: 0;
	/* 高さはpaddingで確保するため0に */
	padding-bottom: 71.03%;
	/* 画像の縦横比に応じて調整 */
	margin-bottom: 35px;
	overflow: hidden;
}

.sweets_train_copy {
	font-size: 1.55rem;
	margin-bottom: 6%;
}

.sweets_train_col1 {
	padding-top: 8%;
	padding-left: 2%;
	padding-right: 2%;
	width: 28%;
}

.sweets_train_col2 {
	width: 54%;
	padding-top: 2%;
	padding-right: 2%
}

#sweets_train_title02 {
	margin-bottom: 0;
	width: 90%;
}

.sweets_train_title02_1 {
	margin-bottom: 1%;
	width: 85%;
}

.sweets_train_col3 {
	width: 18%;
	padding-top: 7.5%;
}

#sweets_train_box dl {
	position: relative;
	width: 100%;
	margin-bottom: 2%;
}

#sweets_train_box dl span img {
	width: 65%;
	margin: 0 0 0 auto;
	display: block;
}

.sweets_kaisai_box {
	display: block;
	width: 100%;
}

.sweets_kaisai_box .kaisai_inner {
	width: 100%;
}

#sweets_kaisai01 dd {
	position: relative;
}

#sweets_kaisai01 dd:after {
	content: url("../images/capacity01.png");
	position: absolute;
	top: -15px;
}

#sweets_kaisai02 dd {
	position: relative;
}

#sweets_kaisai02 dd:after {
	content: url("../images/capacity02.png");
	position: absolute;
	top: -15px;
}

#sweets_kaisai03 dt img {
	width: 100%;
}

#sweets_kaisai03 dd {
	font-size: 1.6rem !important;
}

.detail_btn2 {
	display: block;
	width: 39%;
	margin: 0 0 0 auto;
	position: absolute;
	right: 1.18%;
	bottom: 1.5%;
}

.detail_btn2 img {
	display: block;
	margin: 0 0 0 auto;
}



/*********************************
					あま～いマルシェ
**********************************/
#marche_box {
	display: block;
	position: relative;
	background: url("../images/marche_bg2.png") no-repeat;
	background-position: top center;
	background-size: 100% auto;
	height: 0;
	/* 高さはpaddingで確保するため0に */
	padding-bottom: 71.08%;
	/* 画像の縦横比に応じて調整 */
	margin-bottom: 35px;
	overflow: hidden;
}

.marche_col1 {
	padding-top: 8%;
	width: 28%;
	margin-right: 20px;
}

.marche_col2 {
	width: 66%;
	padding-top: 4.5%;
}

.marche_copy {
	margin-bottom: 7.5%;
}

#marche_title02 {
	width: 90%;
}

.marche_title02_1 {
	width: 90%;
}

.marche_dl dt {
	width: 15% !important;
}

.detail_btn3 {
	display: block;
	width: 39%;
	margin: 0 0 0 auto;
	position: absolute;
	right: 1.18%;
	bottom: 1.5%;
}

.detail_btn3 img {
	display: block;
	margin: 0 0 0 auto;
}



#footer {
	display: block;
	width: 100%;
	padding: 60px 0;
	/* background: #fff; */
}

.footer_container {
	display: block;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

#footer p.footer_title {
	display: block;
	font-size: 22px;
	padding-bottom: 5px;
	line-height: 1;
}

#footer p {
	display: block;
	font-size: 18px;
	text-align: center;
}