@charset "UTF8";

body{
    background-color: #F5F5F5;
    width: 1004px;
    padding-left: 138px;
    padding-right: 138px;
    font-family: Yu Mincho,MS PMincho,serif,Times New Roman;
}
/*ここからヘッダー*/
header{
    height: 75px;
}
header nav{
    display: flex;
}
header nav p{
    margin-top: 0;
    padding-left: 10px;
}
header .pc-menu ul{
    display: flex;
    padding-top: 15px;
}
header .pc-menu ul li{
    list-style: none;
    display: block;
    margin-left: 85px;
}
header .pc-menu ul li a{
    color: black;
    text-decoration: none;
    position: relative;
}
header ul li a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #A0643F;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
header ul li a:hover::after,
header .sub ul li a:hover::after{
    visibility: visible;
    bottom: -3px;
    opacity: 1;
}
/*ヘッダーサブページ*/
header .sub{
    background: #A0643F;
}
header .sub ul li a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #F5F5F5;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
/*ヘッダーここまで*/

/*トップページここから*/
.visual{
    height: 330px;
    width: 1004px;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
}
.visual img{
    text-align: center;
    margin-top: 20px;
}
main .slidein{
    animation: slidein 3s;
}
@keyframes slidein{
    0%{
        transform: translateY(50px);
        opacity: 0.3;
    }
    100%{
        transform: translateY(0);
    }
}
main h1,
main h2,
main p{
    text-align: center;
    font-size: 22px;
    padding-bottom: 30px;
}
main h1{
    padding-top: 72px;
    padding-bottom: 92px;
    font-size: 30px;
}
main section .rice{
    background-image: url(../img/back1.png);
    background-repeat: no-repeat;
    width: 1004px;
    height: 580px;
    background-position: left;
    position: relative;
}
main section .rice h2{
    top: 80px;
    left: 230px;
}
main section .rice p{
    top: 190px;
    left: 440px;
}
main .rice img{
    display: block;
    position: absolute;
    top: 210px;
    left: 90px;
}
main section .rice a{
    padding: 5px 30px 5px 30px;
    border-radius: 100vh;
    background-color: #ba957a;
    border-bottom: 3px solid #5f412f;
    color: black;
    position: absolute;
    text-decoration: none;
    display: block;
    top: 420px;
    left: 500px;
}
main section .rice a:hover{
    border-bottom: 0;
    transform: translateY(3px);
}
main section .Ingredients{
    background-image: url(../img/back2.png);
    background-repeat: no-repeat;
    width: 1004px;
    height: 600px;
    background-position: right;
    position: relative;
}
main .rice h2,
main .Ingredients h2{
    font-size: 50px;
    color: #F5F5F5;
    position: absolute;
}
main .rice p,
main .Ingredients p{
    font-size: 22px;
    color: #F5F5F5;
    position: absolute;
    line-height: 1.5;
}
main .Ingredients h2{
    top: 80px;
    left: 340px;
}
main .Ingredients img{
    display: block;
    position: absolute;
    top: 200px;
    left: 620px;
}
main .Ingredients p{
    top: 230px;
    left: 250px;
}
main .Ingredients a{
    padding: 5px 30px 5px 30px;
    border-radius: 100vh;
    background-color: #ba957a;
    border-bottom: 3px solid #5f412f;
    color: black;
    position: absolute;
    top: 410px;
    left: 350px;
    text-decoration: none;
    display: block;
}
main .Ingredients a:hover{
    border-bottom: 0;
    transform: translateY(3px);
}
main .menu a:hover{
    opacity: 0.8;
}
/*トップページここまで*/

/*メニューここから*/
.menu-main .menu-title{
    position: relative;
    width: 1004px;
    height: 106px;
    padding-top: 80px;
}
.menu-title .kumo1{
    display: block;
    position: absolute;
    left: 100px;
}
.menu-title .kumo2{
    display: block;
    position: absolute;
    right: 100px;
}
.menu-title h1{
    position: absolute;
    left: 450px;
    top: -10px;
}
.menu-main .teishoku{
    padding-top: 125px;
}
.menu-main .float{
    float: right;
    padding-top: 225px;
    line-height: 2;
}
#onigiri{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 332px 332px 332px;
}
/*ポップアップ設定*/
#popup1,
#popup2,
#popup3,
#popup4,
#popup5,
#popup6,
#popup7,
#popup8,
#popup9{
    display: none;
}
.popup-open{
    cursor: pointer;
}
.popup-overlay1,
.popup-overlay2,
.popup-overlay3,
.popup-overlay4,
.popup-overlay5,
.popup-overlay6,
.popup-overlay7,
.popup-overlay8,
.popup-overlay9{
    display: none;
}
#popup1:checked ~ .popup-overlay1,
#popup2:checked ~ .popup-overlay2,
#popup3:checked ~ .popup-overlay3,
#popup4:checked ~ .popup-overlay4,
#popup5:checked ~ .popup-overlay5,
#popup6:checked ~ .popup-overlay6,
#popup7:checked ~ .popup-overlay7,
#popup8:checked ~ .popup-overlay8,
#popup9:checked ~ .popup-overlay9{
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.popup-window{
    width: 90vw;
    max-width: 560px;
    padding: 20px;
    background-color: #F5F5F5;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-text:not(:last-of-type){
    margin-bottom: 1em;
}
.popup-close{
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: 0;
}
#onigiri h3{
    text-align: center;
    font-size: 25px;
}
/*メニューここまで*/

/*ショップここから*/
.shop-main .shop-title{
    position: relative;
    height: 140px;
    width: 1004px;
}
.shop-main .shop-title .kama{
    position: absolute;
    top: 100px;
    left: 150px;
}
.shop-main .shop-title .shamoji{
    position: absolute;
    top: 140px;
    right: 150px;
}
.shop-main .shop-title h1{
    position: absolute;
    top: 100px;
    left: 450px;
}
.shop-main h2{
    border-top: 1px solid #666666;
    font-size: 30px;
    padding-top: 50px;
}
.shop-main .shop-subtitle{
    margin-top: 200px;
}
.shop-main .shop-subtitle a{
    color: #666666;
}
.shop-main .shop-subtitle a:hover{
    opacity: 0.8;
}
.shop-main .shop-kome,
.shop-main .shop-guzai{
    float: right;
    margin: 40px 100px 0 0;
}
.shop-main p input{
    margin-top: 80px;
    margin-bottom: 50px;
    background-color: #ba957a;
    border: 0px;
    padding: 10px 40px 10px 40px;
    border-radius: 100vh;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
.shop-main p input:hover{
    opacity: 0.8;
}
/*ショップここまで*/

/*店舗概要ここから*/
.overview-main dl{
    margin-left: 155px;
    margin-right: 155px;
}
.overview-main dl dt{
    font-size: 30px;
    border-bottom: #afafaf 1px solid;
}
.overview-main dl dd{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 90px;
}
.overview-main iframe{
    margin-left: 155px;
    margin-bottom: 50px;
}
/*店舗概要ここまで*/

/*問合せここから*/
.form-main dl{
    margin-left: 155px;
    margin-right: 155px;
}
.form-main dl dt{
    font-size: 30px;
    border-bottom: #afafaf 1px solid;
}
.form-main dl dd{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 90px;
}
.form-main dl dd input{
    width: 300px;
}
.form-main dl dd textarea{
    width: 447px;
    height: 272px;
}
.form-main p input{
    background-color: #ba957a;
    border: 0;
    padding: 10px 40px 10px 40px;
    border-radius: 100vh;
    cursor: pointer;
}
.form-main p input:hover{
    opacity: 0.8;
}
/*問合せここまで*/

/*フッターここから*/
footer{
    width: 1004px;
    height: 130px;
    background-color: #A0643F;
}
footer nav{
    display: flex;
}
footer nav p{
    padding-left: 10px;    
}
footer nav ul{
    display: flex;
    padding-top: 15px;
}
footer ul li{
    list-style: none;
    display: block;
    margin-left: 85px;
}
footer ul li a{
    color: black;
    text-decoration: none;
}
footer ul li a:hover{
    color: #F5F5F5;
}
footer small{
    display: block;
    text-align: center;
    padding-bottom: 0;
}
/*フッターここまで*/

/* ハンバーガーメニュー */
.sp-menu__box {
    position: fixed;
    top: 0;
    right: 0;
    /* 中の要素を上下中央寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    z-index: 100;
    background-color: #F5F5F5;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #A0643F;
    position: absolute;
}
.sp-menu__box span:before {
    bottom: 8px;
}
.sp-menu__box span:after {
    top: 8px;
}
#sp-menu__check {
    display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
    background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
    top: 0;
    transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .hamburger__content {
    left: 0;
}
.sp-menu__content {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 90;
    background-color: #A0643F;
    transition: all 0.5s;
}
.sp-menu__list{
    padding-top: 70px;
    padding-left: 30px;
}
.sp-menu__item {
    border-bottom: solid 1px #F5F5F5;
    list-style: none;
}
.sp-menu__link {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #F5F5F5;
    text-decoration: none;
    padding: 9px 15px 10px 0;
}
.sp-menu__link:active{
    opacity: 0.5;
}
#sp-menu__check:checked ~ .sp-menu__content {
    left: 50%;
}
/*PC画面の時はハンバーガー非表示*/
@media screen and (min-width: 800px){
.sp-menu{
    display: none;
}
}
/*ハンバーガーメニューここまで*/

/*レスポンシブ*/
@media screen and (max-width: 800px){
body{
    width: 100%;
    height: auto;
    padding: 0;
}
body a:hover{
    cursor: default;
}
header nav{
    width: 100%;
    background: #A0643F;
    position: fixed;
    z-index: 100;
}
header nav p{
    margin-left: auto;
    margin-right: auto;
}
header nav p a:active{
    opacity: 0.5;
}
    /*トップページ*/
.visual{
    width: auto;
    height: auto;
    background-image: url(../img/main2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.visual .slidein img{
    width: 40%;
    height: auto;
    margin: 0;
}
.pc-menu{
    display: none;
}
.main h1{
    font-size: 25px;
}
.main p{
    font-size: 20px;
}
.main p img{
    width: 90%;
    height: auto;
    text-align: center;
}
.main .kodawari{
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.main .rice{
    background-size: 100% 100%;
    position: static;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.main .rice h2{
position: static;
font-size: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-bottom: 0;
}
.main .rice p{
    position: static;
    font-size: 15px;
    padding-bottom: 5px;
}
.main .rice img{
    position: static;
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.main .rice a{
    position: static;
    text-align: center;
    width: 30vw;
    padding: 15px 30px 15px 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
}
.main .rice a:hover{
    transform: none;
}
.main .rice a:active{
    border-bottom: 0;
    transform: translateY(3px);
    background-color: #c6ac9b;
}
.main .Ingredients{
    position: static;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.main .Ingredients h2{
    position: static;
    font-size: 25px;
margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-bottom: 0;
}
.main .Ingredients p{
    position: static;
    font-size: 15px;
    padding-bottom: 5px;
}
.main .Ingredients img{
    position: static;
    width: 30vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.main .Ingredients a{
    position: static;
    text-align: center;
    width: 30vw;
    padding: 15px 30px 15px 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
}
.main .Ingredients a:hover{
    transform: none;
}
.main .Ingredients a:active{
    border-bottom: 0;
    transform: translateY(3px);
    background-color: #c6ac9b;
}
.menu{
    width: 50%;
    height: auto;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
main .menu a:hover{
    opacity: 100;
}
main .menu a:active{
    opacity: 0.8;
}
/*メニュー*/
.menu-main{
    width: 100%;
    height: auto;
}
.menu-main p img{
    width: 90%;
    height: auto;
    text-align: center;
}
.menu-main .menu-title{
    width: 100%;
    height: auto;
}
.menu-main .menu-title img{
    width: 25%;
    height: auto;
}
.menu-main .menu-title .kumo1{
    left: 3%;
}
.menu-main .menu-title .kumo2{
    right: 3%;
}
.menu-main .menu-title h1{
    position: static;
    padding-top: 0;
}
.menu-main .teishoku{
    width: 70%;
    padding-top: 0;
    display: block;
    margin: 0 auto;
}
.menu-main .float{
    float: none;
    padding-top: 5%;
    font-size: 20px;
}
.menu-main h1{
    padding-bottom: 10px;
}
#onigiri{
    grid-template-rows: 220px 220px 220px;
    padding-bottom: 100px;
}
.popup-open{
    font-size: 20px;
}
#onigiri .popup-window{
    width: 70%;
    height: 60%;
}
#onigiri .popup-text img{
    display: block;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.shop-main .shop-kome,
.shop-main .shop-guzai{
    float: none;
}
/*ショップ*/
.shop-main{
    width: 100%;
    height: auto;
}
.shop-main .shop-title{
    width: 100%;
    height: auto;
}
.shop-main .shop-title .kama{
    width: 25%;
    height: auto;
    left: 3%;
}
.shop-main .shop-title .shamoji{
    width: 20%;
    height: auto;
    right: 3%;
    top: 110px;
}
.shop-main  .shop-title h1{
    position: static;
    padding-top: 150px;
    text-align: center;
}
.shop-main .shop-subtitle{
    margin-top: 0;
    font-size: 20px;
    margin: auto 5%;
}
.shop-main .shop-subtitle a:hover{
    opacity: 100;
}
.shop-main .shop-subtitle a:active{
    opacity: 0.8;
}
.shop-main .center{
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.shop-main .shop-kome,
.shop-main .shop-guzai{
    width: 100%;
    height: auto;
}
.shop-main .shop-kome p,
.shop-main .shop-guzai p{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.shop-main p input:hover{
    opacity: 100;
    cursor: default;
}
.shop-main p input:active{
    opacity: 0.8;
}
/*店舗情報*/
.overview-main{
    width: 100%;
    height: auto;
}
.overview-main dl{
    margin-left: 10%;
    margin-right: 10%;
}
.overview-main dl dt{
    font-size: 20px;
}
.overview-main dl dd{
    font-size: 15px;
    margin-left: 20px;
}
.overview-main iframe{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
}
/*問合せ*/
.form-main{
    width: 100%;
    height: auto;
}
.form-main form dl{
    margin-left: 10%;
    margin-right: 10%;
}
.form-main form dl dt{
    font-size: 20px;
}
.form-main dl dd textarea{
    width: 90%;
    height: 40vw;
}
.form-main dl dd input{
    width: 90%;
}
.form-main p input:hover{
    opacity: 100;
    cursor: default;
}
.form-main p input:active{
    opacity: 0.8;
}
/*フッダー*/
footer{
    width: 100%;
    height: auto;
}
footer p{
    margin-left: auto;
    margin-right: auto;
}
footer ul li{
    display: none;
}
}
/*レスポンシブここまで*/