@charset "utf-8";
/* CSS Document */
#container {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
}

#main_visual {
    z-index: 1;
    position: fixed;
    top: 320px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
}

section {
    position: relative;
    width: 100%;
    padding: 5px calc(50% - 540px) 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contents {
    position: relative;
}

.price_comment {
    text-align: right;
    margin-top: -25px;
    padding-right: 25px;
    margin-bottom: 10px;
}

/* nav */
nav {
    position: absolute;
    height: 100vh;
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 20px;
    z-index: 999;
    list-style: none;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

nav.fixed {
    position: fixed;
}

nav li {
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    color: transparent;
}

nav li.current,
nav li:hover {
    color: currentColor;
}
nav li::before {
    display: block;
    content: '';
    background: url(images/nav_rice.png) no-repeat center /contain;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
}

nav li.current::before {
    background: url(images/nav_now.png) no-repeat center /contain;
}


nav::before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    border-left: 3px dotted #4D4D4D;
}

/* sec1 */

#sec1 {
    background-image: url(images/sec1_bg.png);
    height: 739px;
}

#sec1 .contents {
    padding-top: 160px;
    text-align: center;
}

#sec1 img {display: block; margin: auto;}
#sec1 img:nth-child(1) {width: 56%;}
#sec1 img:nth-child(2) {width: 18%; margin-top: 10px;}

/* sec2 */

#sec2 {
    background-image: url(images/sec2_bg.png);
    height: 550px;
    padding-top: 140px;
}

#sec2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 300px;
    background-image: url(images/sec2_bg_pic1.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
}

.sec2_left {
    width: 300px;
    margin-left: calc(50% - 420px);
    text-align: center;
    position: absolute;
}

.sec2_right {
    position: absolute;
    right: 0;
    width: 180px;
    margin-right: calc(50% - 320px);
}

.sec2_left > img {
    width: 300px;
}

a.button {
    background: rgba(255,255,255,0.85);
    height: 40px;
    padding: 12px;
    text-align: center;
    display: block;
    width: 260px;
    margin: 0 auto 10px;
}

a.button img {
    height: 16px;
}

/* sec3 */
#sec3 {
    padding: 5px 0 0;
    background: rgba(255,255,255,0.8);
    z-index: 2;
}

#sec3 h2 {
    width: 1080px;
    text-align: center;
    margin: 60px auto;
}

#sec3 h2 img {
    width: 65%;
}

#sec3 li {
    position: relative;
    margin: 0;
    padding: 100px calc(50% - 540px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sec3 li:nth-child(1) {background-image: url(images/sec3_list1_bg.png)}
#sec3 li:nth-child(2) {background-image: url(images/sec3_list2_bg.png)}
#sec3 li:nth-child(3) {background-image: url(images/sec3_list3_bg.png)}

#sec3 li > div{
    width: 100%;
    position: relative;
}

#sec3 li:nth-child(1) > div{margin-left: 20px;}
#sec3 li:nth-child(2) > div{margin-left: -20px;}
#sec3 li:nth-child(3) > div{margin-left: 20px;}

.sec3_left  {position: absolute; top: 0; left: 0;}
.sec3_right {position: absolute; top: 0; right: 0;}

#sec3 li .sec3_pic {width: 350px;}

#sec3 li p {
    width: 350px;
    padding-left: 30px;
    margin: auto;
}

#sec3 li .sec3_text {width: 300px}
#sec3 li .sec3_text.sec3_right {padding-right: 240px;}
#sec3 li .sec3_text.sec3_left {padding-left: 240px;}

#sec3 li .sec3_text img {
    max-height: 100%;
}

/* sec4 */
#sec4 {
    z-index: 2;
    background-image: url(images/sec4_bg.png);
    background-color: #FFF;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
}

#sec4 h2 img {
    height: 70px;
}

#sec4 ul {
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#sec4 ul li {
    width: 38%;
}

.sec4_text {
    width: 90%;
    margin-bottom: 20px;
}

/* sec5 */
#sec5 {
    z-index: 2;
    background: #FFF;
    padding-bottom: 30px;
}

#sec5 .contents {
    margin: 50px 50px 30px;
    padding: 5px 5px 50px;
    border: 1px solid #333333;
    position: relative;
}

#sec5 .contents::before {
    border: 1px solid #333333;
    content: '';
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    z-index: -1;
}

#sec5 h2 {
    text-align: center;
    margin-top: 40px;
}

#sec5 h2 img {
    height: 40px;
}

#sec5 h3 {
    text-align: center;
    margin: 30px 0;
}

#sec5 h3 img {
    height: 30px;
}

.sec5_inner {
    width: calc(100% - 140px);
    margin: auto;
    font-size: 1.2rem;
}

#sec5 p {
    text-align: center;
    line-height: 2;
}

#sec5 dl {
    display: flex;
    flex-wrap: wrap;
}

#sec5 dt {
    width: calc(100% / 3);
    height: 47px;
    cursor: pointer;
    margin: 0 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#sec5 dt:nth-child(1) {background-image: url(images/sec5_tab1.png)}
#sec5 dt:nth-child(2) {background-image: url(images/sec5_tab2.png)}
#sec5 dt:nth-child(3) {background-image: url(images/sec5_tab3.png)}

#sec5 dt.current:nth-child(1) {background-image: url(images/sec5_tab1_hover.png)}
#sec5 dt.current:nth-child(2) {background-image: url(images/sec5_tab2_hover.png)}
#sec5 dt.current:nth-child(3) {background-image: url(images/sec5_tab3_hover.png)}


#sec5 dd {
    width: 100%;
    display: none;
    margin: 0;
}

#sec5 dd.show {
    display: block;
}

.sec5_button {
    width: 450px;
    margin: auto;
    display: block;
}

footer {
	background: #E0CAAA;
	padding: 20px 10px;
	text-align: center;
	z-index: 2;
	position: relative;
    min-width: 1080px;
}

