@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none;box-sizing: border-box;}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0;list-style:none;}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}strong {font-weight: bold}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}
.fs-preview-header {
    display: none !important;
}


/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #221F1D;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	text-decoration: none;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:visited {
    color: #221F1D;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #221F1D;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
.number {
	font-family: "Cormorant Infant", serif;
	font-weight: 500;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
	#header .swiper-container {
		width: 100%;
		height: 40px;
		background: #488299;
		position: relative;
		padding: 0;
	}
		#header .swiper-container .swiper-slide {
			display: block;
			padding: 0 100px;
			height: 40px;
			font-size: 1.4rem;
			color: #fff;
			line-height: 40px;
			text-align: center;
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
		}

		#header .swiper-container .swiper-button-prev {
			width: 40px;
			height: 40px;
			border-right: solid 1px #6797AA;
			background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_prev.svg?v=1") no-repeat center / 16px;
			border-radius: 0;
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
			z-index: 11;
		}
		#header .swiper-container .swiper-button-prev:after {
			display: none;
		}

		#header .swiper-container .swiper-button-next {
			width: 40px;
			height: 40px;
			border-left: solid 1px #6797AA;
			background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_next.svg?v=1") no-repeat center / 16px;
			border-radius: 0;
			position: absolute;
			top: 0;
			right: 0;
			margin: 0;
			z-index: 11;
		}
		#header .swiper-container .swiper-button-next:after {
			display: none;
		}

	#header .area {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 80px;
		background: #fff;
		border-bottom: solid 1px #ddd;
		position: relative;
	}
		#header .area .logo {
			width: 76px;
			position: absolute;
			top: 15px;
			left: 50%;
			margin-left: -38px;
		}
			#header .area .logo a:hover {
				opacity: 0.7;
			}

		#header .area .icon-list {
			margin-right: 15px;
		}
			#header .area .icon-list li {
				margin-right: 10px;
			}
			#header .area .icon-list li:nth-last-child(1) {
				margin-right: 0;
			}
				#header .area .icon-list li a {
					display: block;
					width: 40px;
					padding: 5px;
					border-radius: 50%;
                    position: relative;
				}
				#header .area .icon-list li a:hover {
					background: #EAF5F8;
				}
                    #header .area .icon-list li a i {
                        position: absolute;
                        top: 2px;
                        right: 2px;
                        width: 15px;
                        height: 15px;
                        font-size: 10px;
                        line-height: 14px;
                        color: #fff;
                        font-style: normal;
                        text-align: center;
                        background: #488299;
                        border-radius: 50%;
                    }

		#header .menubtn {
		    display: block;
			width: 30px;
			height: 30px;
            margin-left: 30px
		}
			#header .menubtn .menu {
				display: block;
				position: relative;
				cursor: pointer;
				width: 30px;
				height: 30px;
			}
				#header .menubtn .menu .openbtn-area {
					transition: all .4s;
				}
					#header .menubtn .menu span {
						width: 30px;
						display: inline-block;
						transition: all .4s;
						position: absolute;
						top: 50%;
						left: 0;
						margin-left: 0;
						height: 1px;
						background: #221F1D;
					}
					#header .menubtn .menu span:nth-of-type(1) {
						margin-top: -6px;
					}
					#header .menubtn .menu span:nth-of-type(2) {
						margin-top: 0;
					}
					#header .menubtn .menu span:nth-of-type(3) {
						width: 20px;
						margin-top: 6px;
					}

				#header .menubtn .menu.active .openbtn-area {
					transform: rotateY(-360deg);
				}
					#header .menubtn .menu.active span:nth-of-type(1) {
						transform: translateY(0) rotate(-135deg);
						margin-top: 0;
					}
					#header .menubtn .menu.active span:nth-of-type(2) {
						opacity: 0;
					}
					#header .menubtn .menu.active span:nth-of-type(3) {
						width: 30px;
						transform: translateY(0) rotate(135deg);
						margin-top: 0;
					}
@media screen and (max-width: 767px) {
    #header {
        height: 90px;
    }
        #header .swiper-container {
            height: 30px;
        }
            #header .swiper-container .swiper-slide {
                padding: 0 40px;
                height: 30px;
                font-size: 1.2rem;
                line-height: 30px;
            }

            #header .swiper-container .swiper-button-prev {
                width: 30px;
                height: 30px;
                background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_prev.svg?v=1") no-repeat center / 12px;
            }

            #header .swiper-container .swiper-button-next {
                width: 30px;
                height: 30px;
                background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_next.svg?v=1") no-repeat center / 12px;
            }

        #header .area {
            height: 60px;
        }
            #header .area .logo {
                width: 60px;
                top: 9px;
                margin-left: -30px;
            }

            #header .area .icon-list {
                margin-right: 10px;
            }
                #header .area .icon-list li {
                    margin-right: 2px;
                }
                #header .area .icon-list li.btn_mail {
                    position: absolute;
                    bottom: 10px;
                    left: 98px;
                }
                #header .area .icon-list li.btn_search {
                    position: absolute;
                    bottom: 10px;
                    left: 62px;
                }
                    #header .area .icon-list li a {
                        width: 36px;
                    }

            #header .menubtn {
                margin-left: 20px
            }
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
    display: none;
    width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
    #menubox .bg {
        width: 100%;
        background: rgba(0,0,0,0.7);
    }
        #menubox .bg .whitebox {
            width: 300px;
            padding-top: 120px;
            background: #fff;
            height: 100vh;
            height: 100dvh;
            overflow-y: scroll;
        }
        #menubox .bg .whitebox::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }
        #menubox .bg .whitebox::-webkit-scrollbar-track {
            background: none;
        }
        #menubox .bg .whitebox::-webkit-scrollbar-thumb {
            background: #ddd;
        }
            #menubox .bg .whitebox .cell {
                padding-top: 30px;
            }
                #menubox .bg .whitebox .cell .head {
                    font-size: 22px;
                    padding-left: 15px;
                }

                #menubox .bg .whitebox .cell ul.list li {
                    border-top: solid 1px #ddd;
                }
                #menubox .bg .whitebox .cell ul.list li:nth-last-child(1) {
                    border-bottom: solid 1px #ddd;
                }
                    #menubox .bg .whitebox .cell ul.list li a {
                        display: block;
                        padding: 12px 15px;
                        font-size: 14px;
                        background: #F9F7F6 url("https://chut.itembox.design/item/common/img/icon_arrow_black.svg?v=1") no-repeat right 15px center / 14px;
                    }
@media screen and (max-width: 767px) {
    #menubox .bg .whitebox {
        width: 100%;
        padding-top: 90px;
    }
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンクズ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-breadcrumb {
	width: 1100px;
	margin: 0 auto;
	padding-top: 130px;
	overflow-x: scroll;
}
.fs-c-breadcrumb::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.fs-c-breadcrumb::-webkit-scrollbar-track {
	background: #fff;
}
.fs-c-breadcrumb::-webkit-scrollbar-thumb {
	background: #eeeeee;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
	white-space: nowrap;
	font-size: 1.4rem;
}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a {
		text-decoration: underline;
		color: #221F1D;
	}
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list li a:hover {
		text-decoration: none;
	}
@media screen and (max-width: 1200px) {
	.fs-c-breadcrumb {
		width: 100%;
		padding: 130px 5% 0 5%;
	}
}
@media screen and (max-width: 1024px) {
	.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px) {
	.fs-c-breadcrumb {
		padding-top: 95px;
	}
		.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
			font-size: 1.2rem;
		}
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagetitle */
#pagetitle .text {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 85px;
}
	#pagetitle .text .en {
		font-size: 5.4rem;
		line-height: 1.1em;
		margin-bottom: 5px;
	}

	#pagetitle .text h1 {
		font-size: 1.8rem;
		line-height: 1.3em;
	}

/* tit */
.tit {
	border-top: solid 1px #ddd;
	font-size: 2.4rem;
	line-height: 1.3em;
	padding-top: 20px;
	margin-bottom: 20px;
}
.sub-tit {
	font-size: 2.0rem;
	line-height: 1.3em;
	color: #488299;
	margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
	/* pagetitle */
	#pagetitle .text {
		padding-bottom: 70px;
	}
		#pagetitle .text .en {
			font-size: 4.4rem;
		}

		#pagetitle .text h1 {
			font-size: 1.6rem;
		}

	/* tit */
	.tit {
		font-size: 2.2rem;
	}
	.sub-tit {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	/* pagetitle */
	#pagetitle .text {
		padding-bottom: 50px;
	}
		#pagetitle .text .en {
			font-size: 3.4rem;
		}

		#pagetitle .text h1 {
			font-size: 1.2rem;
		}

	/* tit */
	.tit {
		font-size: 2.0rem;
	}
	.sub-tit {
		font-size: 1.6rem;
	}
}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
.fs-l-main {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
}
.fs-l-pageMain {
    max-width: 100%;
    width: 100%;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.inner_full {
	width: 100%;
	padding: 0 50px;
	position: relative;
}
.inner_800 {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

/* wrap */
.wrap-top {
	padding-top: 150px;
}
.wrap-bottom {
	padding-bottom: 150px;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
	}

/* color */
.blue {
	color: #488299;
}

/* txt */
.txt {
	font-size: 1.5rem;
	line-height: 2em;
}

/* table-layout */
.table-layout {
	width: 100%;
	border-collapse: collapse;
}
	.table-layout th {
		width: 30%;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.5rem;
		padding: 30px 20px;
		text-align: left;
	}
	.table-layout td {
		width: 70%;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.5rem;
		padding: 30px 0;
		text-align: left;
	}
		.table-layout td a {
			color: #488299;
			text-decoration: underline;
		}
		.table-layout td a:hover {
			text-decoration: none;
		}

/* table-default */
.table-default {
	max-width: 500px;
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}
.table-default.full {
	max-width: 100%;
}
.size .table-default {
	margin: 0;
}
	.table-default th {
		border: solid 1px #ddd;
		font-size: 1.3rem;
		background: #F9F7F6;
		padding: 10px;
		text-align: center;
	}
	.size .table-default th {
		background: #fff;
	}
	.table-default td {
		border: solid 1px #ddd;
		font-size: 1.3rem;
		padding: 10px;
		text-align: center;
	}

/* anchor */
#anchor ul.list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#anchor ul.list li:nth-child(3n) {
	margin-right: 0;
}
	#anchor ul.list li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 56px;
		border: solid 1px #ddd;
		background: #fff url("https://chut.itembox.cloud/item/common/img/icon_arrow_down.svg") no-repeat right 15px center;
		padding: 0 35px 0 15px;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.3em;
	}
	#anchor ul.list li a:hover {
		border: solid 1px #488299;
		background: #488299 url("https://chut.itembox.cloud/item/common/img/icon_arrow_down_white.svg") no-repeat right 15px center;
		color: #fff;
	}

/* row */
.row {
	margin-bottom: 100px;
}
.row:nth-last-child(1) {
	margin-bottom: 0;
}
.row.mb0 {
	padding-top: 100px;
	margin-bottom: 0;
}
	.row .cell {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
	.row .cell.last,
	.row .cell:nth-last-child(1) {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
		.row .cell .border-box {
			border: solid 1px #ddd;
			padding: 50px;
			margin-top: 25px;
		}
			.row .cell .border-box .txt-center {
				margin-top: 20px;
				margin-bottom: 10px;
				font-size: 1.8rem;
				text-align: center;
			}

		.row .cell .credit {
			max-width: 240px;
			margin-bottom: 15px;
		}

		.row .cell .cardface {
			max-width: 256px;
			margin-top: 17px;
		}
			.row .cell .cardface a:hover {
				opacity: 0.7;
			}
			
		.row .cell .atobarai {
			max-width: 468px;
		}
			.row .cell .atobarai a:hover {
				opacity: 0.7;
			}

		.row .cell .txt {
			margin-bottom: 15px;
		}
		.row .cell .txt.mt {
			margin-top: 15px;
		}
		.row .cell .txt:nth-last-child(1) {
			margin-bottom: 0;
		}
			.row .cell .txt a {
				color: #488299;
				text-decoration: underline;
			}
			.row .cell .txt a:hover {
				text-decoration: none;
			}

		.row form .cell h3 {
			color: #221F1D;
		}
			.row form .cell h3 span {
				padding-left: 10px;
				font-size: 1.2rem;
				color: #488299;
			}

		.row form .cell .txtbox {
			width: 100%;
			height: 60px;
			border: none;
			border-radius: 3px;
			background: #F9F7F6;
			font-size: 1.6rem;
			padding: 0 20px;
		}
		.row form .cell .txtbox-mini {
			width: 200px;
			height: 60px;
			margin-left: 10px;
			border: none;
			border-radius: 3px;
			background: #F9F7F6;
			font-size: 1.6rem;
			padding: 0 20px;
		}
		.row form .cell .arrival .txtbox-mini {
			margin-right: 10px;
			margin-left: 0;
		}
		.row form .cell .column2 .txtbox {
			width: 49%;
		}
		.row form .cell .txtbox.mt {
			margin-top: 20px;
		}
			.row form .cell textarea {
				height: 200px !important;
			}

		.row form .cell .head {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			line-height: 1;
			margin-bottom: 0;
		}

		.row form .cell .selectbox-6 {
			width: 200px;
			position: relative;
			margin-left: 20px;
		}
		.row form .cell .arrival .selectbox-6 {
			width: 120px;
			margin-left: 10px;
			margin-right: 10px;
		}

		.row form .cell .selectbox-6::before,
		.row form .cell .selectbox-6::after {
			position: absolute;
			right: 25px;
			width: 9px;
			height: 6px;
			background-color: #535353;
			content: '';
			pointer-events: none;
		}

		.row form .cell .selectbox-6::before {
			top: calc(50% - 9px);
			clip-path: polygon(50% 0, 100% 100%, 0 100%);
		}

		.row form .cell .selectbox-6::after {
			bottom: calc(50% - 9px);
			clip-path: polygon(0 0, 50% 100%, 100% 0);
		}

		.row form .cell .selectbox-6 select {
			appearance: none;
			width: 100%;
			height: 60px;
			padding: 0 20px;
			font-size: 1.6rem;
			border: none;
			overflow: hidden;
			border-radius: 3px;
			background: #F9F7F6;
			cursor: pointer;
		}

		.row form .cell .cta {
			width: 300px;
			margin: 0 auto;
		}
			.row form .cell .cta input {
				width: 100%;
				height: 60px;
				border-radius: 30px;
				font-size: 1.8rem;
				font-weight: 500;
				color: #fff;
				border: none;
				background: #221F1D url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
				cursor: pointer;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			.row form .cell .cta input:hover {
				background: #488299 url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
			}

/* list-number */
ol.list-number {
	padding-left: 25px;
}
	ol.list-number li {
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 5px;
		list-style-type: decimal;
	}
	ol.list-number li:nth-last-child(1) {
		margin-bottom: 0;
	}
		ol.list-number li a {
			color: #488299;
    		text-decoration: underline;
		}
		ol.list-number li a:hover {
    		text-decoration: none;
		}

/* list-icon */
ul.list-icon {
	padding-left: 25px;
}
ul.list-icon.mb {
	margin-bottom: 15px;
}
	ul.list-icon li {
		font-size: 1.5rem;
		line-height: 1.8em;
		margin-bottom: 5px;
		list-style: disc;
	}
	ul.list-icon li:nth-last-child(1) {
		margin-bottom: 0;
	}
		ul.list-icon li a {
			color: #488299;
    		text-decoration: underline;
		}
		ul.list-icon li a:hover {
    		text-decoration: none;
		}

/* btn */
.btn {
	min-width: 300px;
	text-align: center;
	margin: 0 auto;
}
	.btn a {
		display: inline-block;
		min-width: 300px;
		height: 60px;
		padding: 0 50px 0 45px;
		border-radius: 30px;
		overflow: hidden;
		background: #221F1D url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: center;
		line-height: 60px;
		color: #fff;
	}
	.btn a:hover {
		background: #488299 url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 25px center;
	}
@media screen and (max-width: 1200px) {
	.inner {
		width: 100%;
		padding: 0 5%;
	}
	.inner_full {
		width: 100%;
		padding: 0 5%;
	}
}
@media screen and (max-width: 1024px) {
	.inner_800 {
		padding: 0 5%;
	}
	
	.wrap-top {
		padding-top: 100px;
	}
	.wrap-bottom {
		padding-bottom: 100px;
	}

	.txt {
		font-size: 1.4rem;
		line-height: 1.8em;
	}

	/* table-layout */
	.table-layout th {
		width: 30%;
		font-size: 1.4rem;
		padding: 25px 15px;
		text-align: left;
	}
	.table-layout td {
		width: 70%;
		font-size: 1.4rem;
		padding: 25px 0;
	}

	/* table-default */
	.table-default th {
		font-size: 1.2rem;
	}
	.table-default td {
		font-size: 1.2rem;
	}

	/* deliveryTable02 */
	#deliveryTable02 tbody {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		border-bottom: solid 1px #ddd;
	}
		#deliveryTable02 tr {
			display: block;
			width: 33.3333333%;
		}
			#deliveryTable02 th {
				display: flex;
				justify-content: center;
				align-items: center;
				background: #fff;
				height: 80px;
				line-height: 1.2em;
				border-right: none;
				border-bottom: none;
				border-left: none;
			}
			#deliveryTable02 td {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 80px;
				line-height: 1.2em;
				border-right: none;
				border-bottom: none;
			}
			#deliveryTable02 tr th:nth-child(1) {
				background: #F9F7F6;
				height: 30px;
			}
			#deliveryTable02 tr td:nth-child(1) {
				background: #F9F7F6;
				height: 30px;
			}

	/* anchor */
	#anchor ul.list li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#anchor ul.list li:nth-child(3n) {
		margin-right: 0;
	}
		#anchor ul.list li a {
			height: 54px;
			font-size: 1.3rem;
		}

	/* row */
	.row {
		margin-bottom: 70px;
	}
	.row.mb0 {
		padding-top: 70px;
	}
		.row .cell {
			margin-bottom: 25px;
			padding-bottom: 25px;
		}
			.row .cell .txt {
				margin-bottom: 12px;
			}
			.row .cell .txt.mt {
				margin-top: 12px;
			}

			.row form .cell .txtbox {
				height: 56px;
				padding: 0 16px;
			}
			.row form .cell .txtbox-mini {
				height: 56px;
				padding: 0 16px;
			}
			.row form .cell .column2 .txtbox {
				width: 49%;
			}
	
			.row form .cell .selectbox-6 select {
				height: 56px;
				padding: 0 16px;
			}
			.row form .cell textarea {
				height: 170px !important;
			}

			.row form .cell .cta {
				width: 280px;
			}
				.row form .cell .cta input {
					height: 56px;
					border-radius: 28px;
					font-size: 1.6rem;
				}

	/* list-number */
	ol.list-number {
		padding-left: 22px;
	}
		ol.list-number li {
			font-size: 1.4rem;
			line-height: 1.7em;
		}

	/* list-icon */
	ul.list-icon {
		padding-left: 22px;
		margin-bottom: 12px;
	}
		ul.list-icon li {
			font-size: 1.4rem;
			line-height: 1.7em;
		}

	/* btn */
	.btn {
		min-width: 280px;
	}
		.btn a {
			min-width: 280px;
			height: 54px;
			border-radius: 27px;
			overflow: hidden;
			line-height: 54px;
			background: #221F1D url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 20px center;
			font-size: 1.6rem;
		}
		.btn a:hover {
			background: #488299 url(https://chut.itembox.design/item/common/img/icon_arrow_white.svg) no-repeat right 20px center;
		}
}
@media screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	.pc {
		display: none!important;
	}
    
    .fs-l-main {
        padding: 0;
    }
	
	.wrap-top {
		padding-top: 70px;
	}
	.wrap-bottom {
		padding-bottom: 70px;
	}

	.txt {
		font-size: 1.3rem;
		line-height: 1.7em;
	}

	/* table-layout */
	.table-layout th {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		padding: 25px 0 8px 0;
		text-align: left;
		border-bottom: none;
	}
	.table-layout td {
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 0 0 25px 0;
		border-top: none;
		border-bottom: none;
	}

	/* table-default */
	.table-default {
		margin: 15px 0;
	}
		.table-default th {
			padding: 8px;
			font-size: 1.1rem;
		}
		.table-default td {
			padding: 8px;
			font-size: 1.1rem;
		}

	/* anchor */
	#anchor ul.list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#anchor ul.list li:nth-child(3n) {
		margin-right: 4%;
	}
	#anchor ul.list li:nth-child(2n) {
		margin-right: 0;
	}
		#anchor ul.list li a {
			height: 52px;
			background: #fff url("https://chut.itembox.cloud/item/common/img/icon_arrow_down.svg") no-repeat right 12px center;
			padding: 0 30px 0 12px;
			font-size: 1.2rem;
			letter-spacing: 0;
		}
		.btn a:hover {
			background: #488299 url("https://chut.itembox.cloud/item/common/img/icon_arrow_down_white.svg") no-repeat right 12px center;
		}

	/* row */
	.row {
		margin-bottom: 50px;
	}
	.row.mb0 {
		padding-top: 50px;
	}
		.row .cell .border-box {
			padding: 20px;
			margin-top: 18px;
		}
			.row .cell .border-box .txt-center {
				font-size: 1.6rem;
			}

		.row form .cell .txtbox-mini {
			width: 120px;
		}
		.row form .cell .arrival .txtbox-mini {
			width: 90px;
		}

		.row form .cell .selectbox-6 {
			width: 150px;
			margin-left: 15px;
		}
		.row form .cell .arrival .selectbox-6 {
			width: 75px;
			margin-left: 10px;
			margin-right: 10px;
		}
		.row form .cell .selectbox-6::before, .row form .cell .selectbox-6::after {
			right: 15px;
		}

		.row form .cell .cta {
			width: 80%;
		}

	/* list-number */
	ol.list-number {
		padding-left: 20px;
	}
		ol.list-number li {
			font-size: 1.3rem;
			line-height: 1.6em;
		}

	/* list-icon */
	ul.list-icon {
		padding-left: 20px;
	}
		ul.list-icon li {
			font-size: 1.3rem;
			line-height: 1.6em;
		}

	/* btn */
	.btn {
		min-width: 80%;
	}
		.btn a {
			min-width: 80%;
			font-size: 1.5rem;
		}
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* その他エリア */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#other-area .membership {
	margin-top: -100px;
	margin-bottom: 60px;
	padding: 60px 100px;
	background: #F9F7F6;
}
	#other-area .membership .m-tit {
		text-align: center;
		margin-bottom: 40px;
	}
		#other-area .membership .m-tit h2 {
			font-size: 4.4rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 5px;
		}
		#other-area .membership .m-tit .txt {
			font-weight: 500;
		}

	#other-area .membership .btn-list a.linkbox {
		width: 48%;
		display: block;
		padding: 30px 40px;
		color: #fff;
	}
	#other-area .membership .btn-list a.linkbox:nth-child(1) {
		background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 40px center;
	}
	#other-area .membership .btn-list a.linkbox:nth-child(2) {
		background: #06C655 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 40px center;
	}
	#other-area .membership .btn-list a.linkbox:hover {
		background: #221F1D url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 40px center;
	}
		#other-area .membership .btn-list a.linkbox .jp {
			font-size: 2.2rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-bottom: 10px;
		}
			#other-area .membership .btn-list a.linkbox .jp span {
				font-size: 1.8rem;
			}

		#other-area .membership .btn-list a.linkbox .en {
			font-size: 1.2rem;
			font-weight: 500;
			line-height: 1;
		}

#other-area ul.cat-list {
	margin-bottom: 10px;
}
	#other-area ul.cat-list li {
		width: 32%;
		border: solid 1px #ddd;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#other-area ul.cat-list li:nth-child(3n) {
		margin-right: 0;
	}
		#other-area ul.cat-list li a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			background: url("https://chut.itembox.design/item/common/img/icon_arrow_black.svg?v=1") no-repeat right 20px center;
			padding: 0 40px 0 20px;
			font-size: 1.6rem;
			line-height: 1.4em;
			height: 70px;
		}
		#other-area ul.cat-list li a:hover {
			background: #F9F7F6 url("https://chut.itembox.design/item/common/img/icon_arrow_black.svg?v=1") no-repeat right 20px center;
		}
@media screen and (max-width: 1024px) {
	#other-area .membership {
		margin-top: -60px;
		margin-bottom: 50px;
		padding: 50px 50px;
	}
		#other-area .membership .m-tit {
			margin-bottom: 35px;
		}
			#other-area .membership .m-tit h2 {
				font-size: 4.0rem;
			}

		#other-area .membership .btn-list a.linkbox {
			padding: 30px 30px;
		}
		#other-area .membership .btn-list a.linkbox:nth-child(1) {
			background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 30px center;
		}
		#other-area .membership .btn-list a.linkbox:nth-child(2) {
			background: #06C655 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 30px center;
		}
		#other-area .membership .btn-list a.linkbox:hover {
			background: #221F1D url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 30px center;
		}
			#other-area .membership .btn-list a.linkbox .jp {
				font-size: 2.0rem;
			}
				#other-area .membership .btn-list a.linkbox .jp span {
					font-size: 1.6rem;
				}

			#other-area .membership .btn-list a.linkbox .en {
				font-size: 1.1rem;
			}

	#other-area ul.cat-list li a {
		font-size: 1.5rem;
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	#other-area .membership {
		margin-top: -40px;
		margin-bottom: 40px;
		padding: 30px;
	}
		#other-area .membership .m-tit {
			margin-bottom: 25px;
		}
			#other-area .membership .m-tit h2 {
				font-size: 2.6rem;
			}
			#other-area .membership .m-tit .txt {
				font-size: 1.3rem;
			}

		#other-area .membership .btn-list {
			display: block;
		}
			#other-area .membership .btn-list a.linkbox {
				width: 100%;
				padding: 20px 25px;
				margin-bottom: 15px;
			}
			#other-area .membership .btn-list a.linkbox:nth-child(1) {
				background: #488299 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 25px center;
			}
			#other-area .membership .btn-list a.linkbox:nth-child(2) {
				background: #06C655 url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 25px center;
				margin-bottom: 0;
			}
			#other-area .membership .btn-list a.linkbox:hover {
				background: #221F1D url("https://chut.itembox.design/item/common/img/icon_arrow_white.svg?v=1") no-repeat right 25px center;
			}
				#other-area .membership .btn-list a.linkbox .jp {
					font-size: 1.8rem;
				}
					#other-area .membership .btn-list a.linkbox .jp span {
						font-size: 1.3rem;
					}

				#other-area .membership .btn-list a.linkbox .en {
					font-size: 1.0rem;
				}

	#other-area ul.cat-list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#other-area ul.cat-list li:nth-child(3n) {
		margin-right: 4%;
	}
	#other-area ul.cat-list li:nth-child(2n) {
		margin-right: 0;
	}
		#other-area ul.cat-list li a {
			padding: 0 35px 0 15px;
			font-size: 1.2rem;
			background: url("https://chut.itembox.design/item/common/img/icon_arrow_black.svg?v=1") no-repeat right 15px center / 12px;
			height: 50px;
		}
		#other-area ul.cat-list li a:hover {
			background: #F9F7F6 url("https://chut.itembox.design/item/common/img/icon_arrow_black.svg?v=1") no-repeat right 15px center / 12px;
		}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 404 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-p-pageNotFound {
	text-align: center;
}
	.fs-p-pageNotFound .fs-p-pageNotFound__image {
		max-width: 400px;
	}
	.fs-p-pageNotFound .fs-p-pageNotFound__title {
		margin-top: 30px;
		font-size: 2.4rem;
	}
@media screen and (max-width: 767px) {
	.fs-p-pageNotFound {
		padding-top: 50px;
	}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* カレンダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.calendar-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
	margin: 20px auto 0 auto;
}

.month-calendar {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 2rem;
	border: solid 1px #ddd;
}

.month-header {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.5px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px 8px;
}

.weekday-cell {
  text-align: center;
  font-size: 13px;
  color: #999;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.day-cell {
  text-align: center;
  font-size: 14px;
  color: #333;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.day-cell.empty {
  color: transparent;
}

.day-cell.prev-month,
.day-cell.next-month {
  color: #D3D3D3;
  font-weight: 400;
}

.day-cell.holiday {
  background: #E0E0E0;
  color: #595959;
  border-radius: 2px;
  font-weight: 400;
}

.day-cell.no-ship {
  background: #D0D0D0;
  color: #595959;
  border-radius: 2px;
  font-weight: 400;
}

.legend {
  font-size: 12px;
  color: #666;
  text-align: center;
  grid-column: 1 / -1;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 16px;
}

.legend-box {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #D0D0D0;
}

@media (max-width: 768px) {
  .calendar-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	border-top: solid 1px #ddd;
	padding: 80px 0;
}
	#footer .info {
		width: 140px;
	}
		#footer .info .logo {
			margin-bottom: 30px;
		}
			#footer .info .logo a:hover {
				opacity: 0.7;
			}

		#footer .info ul.sns li {
			width: 40px;
			margin-right: 10px;
		}
		#footer .info ul.sns li:nth-last-child(1) {
			margin-right: 0;
		}
			#footer .info ul.sns li a:hover {
				opacity: 0.7;
			}

	#footer .text {
		width: -webkit-calc(100% - 140px);
		width: calc(100% - 140px);
		padding-left: 100px;
	}
		#footer .text ul.sitemap li {
			margin-right: 40px;
			margin-bottom: 30px;
		}
			#footer .text ul.sitemap li a {
				display: block;
				font-size: 1.4rem;
				line-height: 1;
			}
			#footer .text ul.sitemap li a:hover {
				color: #488299;
			}

		#footer .text .copyright {
			font-size: 1.2rem;
			line-height: 1;
			letter-spacing: 0.06em;
			text-align: right;
			margin-top: 50px;
		}
@media screen and (max-width: 1024px) {
	#footer {
		padding: 60px 0;
	}
		#footer .text ul.sitemap li {
			margin-right: 30px;
		}
			#footer .text ul.sitemap li a {
				font-size: 1.3rem;
			}

		#footer .text .copyright {
			font-size: 1.1rem;
			margin-top: 20px;
		}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 0;
	}
	#footer .inner {
		width: 100%;
		padding: 0;
		display: block;
	}
		#footer .info {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			width: 100%;
			padding: 20px 5%;
		}
			#footer .info .logo {
				width: 80px;
				margin-bottom: 0;
				margin-right: 30px;
			}
				#footer .info .logo a:hover {
					opacity: 0.7;
				}

			#footer .info ul.sns li {
				width: 40px;
				margin-right: 10px;
			}
			#footer .info ul.sns li:nth-last-child(1) {
				margin-right: 0;
			}
				#footer .info ul.sns li a:hover {
					opacity: 0.7;
				}

		#footer .text {
			width: 100%;
			padding-left: 0;
		}
			#footer .text ul.sitemap li {
				width: 50%;
				border-top: solid 1px #ddd;
				border-right: solid 1px #ddd;
				margin-right: 0;
				margin-bottom: 0;
			}
			#footer .text ul.sitemap li:nth-child(2n) {
				border-right: none;
			}
				#footer .text ul.sitemap li a {
					display: block;
					font-size: 1.2rem;
					padding: 20px 15px;
					letter-spacing: 0.04em;
					line-height: 1;
				}
				#footer .text ul.sitemap li a:hover {
					color: #488299;
				}

			#footer .text .copyright {
				border-top: solid 1px #ddd;
				font-size: 1.0rem;
				padding: 25px 0;
				text-align: center;
				margin-top: 0;
			}
}























