html {
	font-size: 4.26666667vw;
	color: #333333;
}

@media screen and (min-width: 767px) {
	html {
		font-size: 16px;
	}
}
body {
	font-family: 'Noto Sans JP', sans-serif;
}
section {
	position: relative;
}
p {
	line-height: 1.7rem;
}
table {
    position: relative;
    width: 100%;
}
.inner {
	padding: 0 1rem;
}
.flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nolink {
	display: inline;
	position: relative;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}
.accordion {
    overflow: hidden;
    padding: 1rem 2rem .9rem 5.3rem;
    border: 3px solid #000000;
	font-weight: 550;
	background-color: #fff;
}
.accordion.active {
	margin: 2rem auto;
}
.spnone {
	display: none;
}
.pcnone {
	display: inherit;
}
@media screen and (min-width: 767px) {
	.spnone {
		display: inherit;
	}
	.pcnone {
		display: none;
	}
	.inner {
		max-width: 800px;
		margin: auto;
	}
	.pc_flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	picture {
		display: block;
		width: 35rem;
		margin-right: auto;
		margin-left: auto;
	}
}

/* mv */
.mvWrapper{
    position: relative;
    width: 100%;
}
h1{
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 767px) {
	h1 {
		font-size: 2.5rem;
	}
}

/* message */
#message{
    margin: 2rem auto;
}
@media screen and (min-width: 767px) {
	#message {
		margin: 3rem auto;
	}
}

/* content */
h2{
    margin: 2rem auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.productWrapper{
    margin: 4rem auto;
}
h3{
    font-size: 1.1rem;
    font-weight: bold;
}
.sub{
    margin: .2rem 0;
    font-size: .9rem;
    line-height: 1.1rem;
}
.imgWrapper{
    margin: .4rem auto;
}
.detail{
    padding: .5rem 1rem;
    border: 1px solid #aaa;
}
.detailTitle{
    font-weight: bold;
}
.detailText{
    font-size: .9rem;
}
.productWrapper .price{
    margin: 1rem 0 0;
    text-align: right;
    color: #e11919;
    font-weight: bold;
}
.productWrapper .price .num{
    font-size: 1.3rem;
}

/* form */
.formTitle{
    margin: 2rem auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}
.tableTitle{
    color: #fff;
    background-color: #4e4e4e;
    padding: .7rem;
    width: 100%;
    font-weight: bold;
}
th,td,input,select{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
th{
    padding: .7rem;
    background-color: #e6e6e6;
}
td{
    padding: .2rem 0 2rem;
}
input,select{
    border:1px solid #aaa;
    border-radius: .3rem;
    background-color: #fff;
    padding: .7rem;
}
th.set{
    background-color: #c3fac7;
}
th.single{
    background-color: #cfe1ff
}
th.fish{
    background-color: #eeffa8;
}
th .price{
    font-size: 1.1rem;
    color: #e11919;
}
.must{
    background-color: #e11919;
    color: #fff;
    font-size: .8rem;
    padding: .1rem .2rem;
    line-height: 1rem;
    text-align: center;
}
input.button{
    margin: 1rem auto;
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background-color: #3373e0;
    border: none;
}
span.color{
    color: #e11919;
    font-weight: bold;
}

/* footer */
footer{
    margin: 2rem auto 0;
}
.flexBox{
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2rem;
    font-size: .8rem;
}
.link{
    display: block;
    margin: 0 1rem;
}
.contact{
    display: block;
    margin: 1rem auto;
    width: fit-content;
    text-decoration: underline;
}
.copy{
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    padding: .3rem;
    font-size: .7rem;
}

/* confirm */
td.confirm{
    padding: .7rem;
}
.priceWrapper{
    width: 50%;
    margin-left: auto;
}
.totalprice{
    padding: .5rem 0;
    border-bottom: 1px solid #aaa;
    width: 100%;
    text-align: right;
}
.note{
    margin: 1rem auto;
    font-size: .8rem;
}
.linknote{
    color: #3373e0;
    text-decoration: underline;
}
.backbutton{
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: underline;
}
