@charset "utf-8";
/* CSS Document */
h1 {
	width: 100%;
	max-height: 650px;
	line-height: 0;
    display: block;
    overflow: hidden;
    aspect-ratio: 2 / 1;
	position: relative;
}
h1 > img {
	width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

h2 {
    width: 80%;
    font-size: 150%;
    text-align: center;
    margin: 50px auto 30px;
    letter-spacing: .3em;
    line-height: 1.6;
}
h2 span {
    display: block;
    border-left: #666 10px solid;
    border-right: #666 10px solid;
    border-top: #666 2px solid;
    border-bottom: #666 2px solid;
    border-radius: 5px 5px 5px 5px;
    padding: .5em 1em;
}

h3 {
	width: 90%;
	font-size: 20px;
	text-align: center;
	background-color:#eee;
	margin: auto;
	padding: 16px;
}

	@media screen and (max-width: 750px){
		h1 {
			aspect-ratio: 1 / 1 ;
		}
		h2 {
			width: 90%;
			font-size: 5vw;
			text-align: center;
			letter-spacing: 0em;
		}
		h3 {
			width: 90%;
			font-size: 4.5vw;
			text-align: center;
			background-color:#eee;
			margin: auto;
			padding: 16px;
		}

	}
	
/* トップ */
.item_lead {
	max-width: 900px;
	line-height: 160%;
	margin: 50px auto 50px;
}
.item_lead > a:link,
.item_lead > a:visited,
.item_lead > a:hover,
.item_lead> a:active {
	color: #ae2828;
	border-bottom: #ae2828 1px dotted;
}

a.info {
	display: block;
	max-width: 300px;
	color: #ae2828;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: #ae2828 solid 2px!important;
	border-radius: 10px;
	margin: 0 auto 50px;
	padding: 18px 32px;
}
a.info:before {
	content: "";
    display: inline-block;
    background-image: url(/gift/images/arrow_down.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

div#partner {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 4px #000;
	margin: 20px auto 30px;
	padding: 0 0 20px;
}
div#partner > div {
	width: 30%;
	margin-right: 5%;
}
div#partner > div:last-child{
	margin-right: 0;
}
div#partner > div > a {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #000;
	text-align: center;
	border: #000 solid 1px!important;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 18px 0;
}
div#partner > div > a:before {
	content: "";
    display: inline-block;
    background-image: url(/gift/images/arrow_right_g.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
div#partner > div > a.active {
	display: block;
	max-width: 300px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #ae2828;
	border: #ae2828 solid 2px!important;
	border-radius: 10px;
	margin: 0 auto;
	padding: 18px 32px;
}
div#partner > div > a.active:before {
	content: "";
    display: inline-block;
    background-image: url(/gift/images/arrow_right_w.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}
div#partner > div > a:hover {
	background: #16346c;
	color: #ffffff;
	opacity: 1;
}

@media screen and (max-width: 750px){
	.item_lead {
		width: 90%;
		line-height: 160%;
		margin: 30px auto 30px;
	}
	a.info {
		max-width: 90%;
		font-size: 16px;
		padding: 16px 0;
	}
	div#partner {
		max-width: 90%;
	}
	div#partner > div > a,
	div#partner > div > a.active {
		width: 100%;
		font-size: 16px;
		padding: 16px 5px 16px 0;
	}
	div#partner > div > a:before,
	div#partner > div > a.active:before {
		margin-right: 3px;
	}
}

div#flow {
	width: 90%;
	margin: 0 auto;
	padding: 30px 20px 50px;
}
div#flow > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch; /*高さ揃え*/
}
div#flow > div > div:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	width: 20%;
	font-weight: 700;
	text-align: center;
    line-height: 180%;
	background-color: #ddd;
	border: #000 1px solid;
	border-right: none;
	padding: 1em;
}
div#flow > div > div:nth-of-type(2) {
	width: 80%;
    line-height: 180%;
	border: #000 1px solid;
    padding: 1em;
}
div#flow > div > div:nth-of-type(2) > h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
div#flow > div > div:nth-of-type(3) {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

	@media only screen and (max-width: 750px) {
		#info > div {
			width: 100%;
			margin: 30px auto;
		} 
		div#flow {
			width: 100%;
			margin: 0 auto;
			padding: 30px 0 50px;
		}
		div#flow > div {
			width: 100%;
			display: block;
			flex-wrap: nowrap;
			align-items: stretch; /*高さ揃え*/
		}
		div#flow > div > div:nth-of-type(1) {
			display: flex;
			flex-wrap: wrap;
			justify-content: center; /*横*/
			align-items: center; /*縦*/
			width: 30%;
			font-weight: 700;
			text-align: center;
			line-height: 180%;
			background-color: #ddd;
			border: #000 1px solid;
			border-bottom: none;
			padding: .5em;
		}
		div#flow > div > div:nth-of-type(2) {
			width: 100%;
			line-height: 180%;
			border: #000 1px solid;
			padding: 1em;
		}
		div#flow > div > div:nth-of-type(2) > h5 {
			font-size: 18px;
			font-weight: 700;
		}
		div#flow > div > div:nth-of-type(3) {
			width: 100%;
			text-align: center;
			margin: 10px 0;
		}
	}

/* 共通 */
section {
	max-width: 1020px;
	padding-bottom: 0;
	background-color: #fff;
	margin: 20px auto 0;
}
	@media only screen and (max-width: 750px) {
		section {
			max-width: 90%;
		}
	}
p.gotop {
	text-align:right;
	padding: 10px 0 20px;
}
p.gotop > a {
	color: #010101;
	border-bottom: #010101 1px dotted;
}
p.gotop > a:before {
    content: "";
    display: inline-block;
    background-image: url(/gift/images/arrow_top.png);
	width: 12px;
	height:12px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}

/* 各ページ */
div.details {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	border: #000 1px dotted;
	border-radius: 5px;
	margin: auto;
	padding: 1em;
	text-indent: 0;
}

div.details > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	width: 200px;
	padding: 0 20px 20px 0;
}
div.details > div > img {
	width: 100%;
	height: auto;
}
div.details > div:nth-of-type(2) {
	display: flex;
	align-items: stretch;
	flex: 1;
	font-size: 15px;
	line-height: 160%;
}

h4 {
	font-size: 18px!important;
	font-weight: bold!important;
	text-align: left!important;
    margin-top: 0!important;
	padding: 16px;
}

@media screen and (max-width: 750px){
	div.details {
		display: block;
		flex-wrap: nowrap;
		width: 90%;
		border: #000 1px dotted;
		border-radius: 5px;
		margin: auto;
		padding: 1em;
		text-indent: 0;
	}

	div.details > div:nth-of-type(1) {
		display: block;
		align-items: center;
		text-align: center;
		width: 100%;
		padding: 0 0 20px 0;
	}
	div.details > div > img {
		width: 60%;
		height: auto;
	}
	div.details > div:nth-of-type(2) {
		display: block;
		align-items: stretch;
		flex: 1;
		font-size: 15px;
		line-height: 160%;
		padding: 0 ;
	}

}

ul.price {
	width: 90%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
}
ul.price > li {
	width: 30%;
	margin-right: 5%;
	text-align: center;
}
ul.price > li:last-of-type {
	margin-right: 0;
}
ul.price > li > a {
	cursor: pointer;
	font-size: 20px;
}
ul.price > li > a:before {
    content: "";
    display: inline-block;
    background-image: url(/gift/images/arrow_down.png);
	width: 12px;
	height:12px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}
h4 {
	text-align: left!important;
	font-size: 25px;
	font-weight: bold;
	margin-top: 50px;
	padding: 8px 10px;
	border-left: #ae2828 4px solid;
	background-color: rgba(174, 40, 40, .2);
}
.panel_group > div {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	margin-bottom: 30px;
	padding: 40px 0 30px;
	border-bottom: #000 1px solid;
}
.panel_group > div:first-of-type {
	padding-top: 30px;
}
.panel_group > div > div:nth-of-type(1) {
	width: 100%;
	font-size: 22px;
	margin-bottom: 16px;
	padding: 0 0 10px 0;
	border-bottom: #000 1px dashed;
}
.panel_group > div > div:nth-of-type(2) {
    width: 350px;
    height: 350px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.panel_group > div > div:nth-of-type(2) img {
    width: 100%;
	max-height: 350px;
    aspect-ratio: 1 / 1;
    object-fit: unset;
    object-position: 50% 80%;
}
.panel_group > div > div:nth-of-type(3) {
	width: 60%;
	padding-left: 5%;
	box-sizing: border-box;
}
.panel_group > div > div:nth-of-type(3) > p {
	font-size: 15px;
	line-height: 160%;
}
.panel_group.tadanosuke > div > div:nth-of-type(3) > p {
	font-size: 14px;
	line-height: 150%;
}
.panel_group > div > div:nth-of-type(3) > dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}
.panel_group > div > div:nth-of-type(3) > dl > dt {
	width: 20%;
	font-weight: normal;
	line-height: 120%;
	background-color: #eee;
	margin: 0 0 5px;
	padding: 10px 20px;
	
}
.panel_group > div > div:nth-of-type(3) > dl > dt > span {
	font-size: 75%;
}
.panel_group > div > div:nth-of-type(3) > dl > dd {
	width: 30%;
	line-height: 120%;
	margin: 0 0 5px;
	padding: 10px 20px;
}
@media screen and (max-width: 750px) {
	ul.price {
		width: 90%;
		margin: 30px auto;
		display: flex;
		flex-wrap: wrap;
	}
	ul.price > li {
		width: 30%;
		margin-right: 5%;
		text-align: center;
	}
	ul.price > li:last-of-type {
		margin-right: 0;
	}
	ul.price > li > a {
		cursor: pointer;
		font-size: 4vw;
	}
	h4 {
		text-align: left!important;
		font-size: 25px;
		font-weight: bold;
		margin-top: 50px;
		padding: 8px 10px;
		border-left: #ae2828 4px solid;
		background-color: rgba(174, 40, 40, .2);
	}
	.panel_group > div {
		width: 100%;
		display: block;
		flex-wrap: nowrap;
		align-items: top;
		margin-bottom: 30px;
		padding: 0px 0 40px;
		border-bottom: #000 1px solid;
	}
	.panel_group > div:first-of-type {
		padding-top: 10px;
	}
	.panel_group > div > div:nth-of-type(1) {
		width: 100%;
		font-size: 4vw;
		line-height: 160%;
		margin-bottom: 16px;
		padding: 0 0 10px 0;
		border-bottom: #000 1px dashed;
	}
	.panel_group > div > div:nth-of-type(2) {
		width: 100%;
		height: auto;
		text-align: center;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
	}
	.panel_group > div > div:nth-of-type(2) img {
		width: 70%;
		height:auto;
		max-height: none;
		aspect-ratio: 1 / 1;
		object-fit: cover;
		object-position: 50% 80%;
	}
	.panel_group > div > div:nth-of-type(3) {
		width: 100%;
		margin-top: 15px;
		padding-left: 0%;
		box-sizing: border-box;
	}
	.panel_group > div > div:nth-of-type(3) > p {
		font-size: 15px;
		line-height: 160%;
	}
	.panel_group > div > div:nth-of-type(3) > dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 20px 0;
	}
	.panel_group > div > div:nth-of-type(3) > dl > dt {
		width: 40%;
		font-weight: normal;
		line-height: 120%;
		background-color: #eee;
		margin: 0 0 5px;
		padding: 10px 20px;
		
	}
	.panel_group > div > div:nth-of-type(3) > dl > dt > span {
		font-size: 75%;
	}
	.panel_group > div > div:nth-of-type(3) > dl > dd {
		width: 60%;
		line-height: 120%;
		margin: 0 0 5px;
		padding: 10px 20px;
	}	
	
}

/* ----- 折り畳み ----- */

.acd-check {
    display: none;
}
.acd-label {
	font-size:15px;
    color: #000;
    display: block;
	line-height:140%;
	border-bottom: #999 1px solid;
	margin: 5px 0 1px;
    padding: 15px 15px 5px;
    position: relative;
}

.acd-label::before {
    content: "";
    display: inline-block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 5px 5px 0 5px;
	border-color: #53585A transparent transparent transparent;
    margin-right:.5em;
	vertical-align: middle;
}
.acd-check:checked + .acd-label:before{
    content: "";
    display: inline-block;width:0;
	height:0;
	border-style:solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #53585A transparent;
	vertical-align: middle;
}
.acd-content > div {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content > div{
    height: auto;
    font-size: 14px;
    padding: 20px 10px;
	opacity: 1;
    visibility: visible;
}

/* ----- 折り畳み中身 ----- */
.acd-content > div > p {
	line-height: 160%;
}
	@media only screen and (max-width: 750px) {
		.acd-content > div span.right {
			display: block;
			text-align: right;
		}
	}

#info > div {
	margin: 0;
} 

