header{background-color:transparent}header .navi.pc a{text-shadow:1px 1px 1px #000}main h2{font-size:2em;text-align:center}main section.area{padding:5% 0}main section.area.fill{background-color:#fff7e4}main section.area>.contents{margin:0 auto;width:1000px}main section.area>.contents.fill{width:100%}section.area .split{display:flex}section.area .split .photo{flex:1;padding:10px}section.area .split .photo img{border-radius:15px;width:100%}section.area .split .text{color:#555;flex:1;padding:10px}section.area .split .text p{padding:0 20px;line-height:2}#movie_area{display:flex;flex-direction:column;margin:0;padding:0;width:100%}#movie_area .video-wrap{height:100%;height:100vh;position:relative;width:100%;overflow:hidden}#movie_area video{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);min-width:100%;min-height:100%}#movie_area .volume{background-color:#FFF;border-radius:3px;bottom:10px;color:#555;cursor:pointer;font-size:1.2em;padding:7px 8px;position:absolute;right:10px;z-index:20}#movie_area .volume i{display:none}#movie_area .volume.mute .fa-volume-mute,#movie_area .volume:not(.mute) .fa-volume-up{display:block}#gallery_area{padding-top:3%}#gallery_area .title{align-items:center;display:flex;justify-content:center;margin-top:0}#gallery_area .title a{text-decoration:none}#gallery_area .title img{margin-right:10px;width:30px}#gallery_area .list{display:grid;list-style-type:none;gap:5px;grid-template-columns:repeat(5,1fr);margin:0;padding-left:0;width:100%}#gallery_area .image{aspect-ratio:1;overflow:hidden;position:relative}#gallery_area .image img{border-radius:10px;height:100%;object-fit:cover;object-position:center;transition:all 300ms;width:100%}#gallery_area .image .icon{color:#FFF;position:absolute}#gallery_area .image .icon::before{font-family:"Font Awesome 5 Free";font-weight:bold}#gallery_area .image .icon.media_type{right:8px;top:8px}#gallery_area .image .icon.media_type.CAROUSEL_ALBUM::before{content:"\f24d"}#gallery_area .image .icon.media_type.VIDEO::before{content:"\f03d"}#gallery_area .image .icon.like_count{display:none;bottom:8px;left:10px}#gallery_area .image .icon.like_count::before{content:"\f004";margin-right:5px}#gallery_area .image .icon.comments_count{display:none;bottom:8px;left:80px}#gallery_area .image .icon.comments_count::before{content:"\f075";margin-right:5px}#gallery_area .image:hover img{filter:brightness(30%)}#gallery_area .image:hover .icon.like_count,#gallery_area .image:hover .icon.comments_count{display:block}#chef_area ul{list-style-type:none;padding-left:0}#chef_area ul li{line-height:2em}#chef_area ul li+li:before{content:"|";display:block;padding-left:5em;width:100%}#about_area .panel{padding:25px 30px;line-height:3;text-align:center;width:100%}#about_area .photos{display:flex;flex-wrap:wrap;justify-content:space-between}#about_area .photos img{padding:5px;width:45%}#store_area .split .text{flex:1;padding:0 10px;text-align:center}#contact_area{color:#555;margin-bottom:0}#contact_area p{line-height:1.8}#contact_area form{margin-left:auto;margin-right:auto}#contact_area .step{display:none;margin-left:auto;margin-right:auto;width:600px}#contact_area .step.input{display:block}#contact_area .step.error b{color:#bc0e0e}#contact_area .step.confirm .data{border-bottom:1px solid #CCC;color:#3881c2;min-height:30px;padding:1em 1em 1em 2em}#contact_area .column{margin:10px 0;padding:5px}#contact_area .column.required .label:after{color:#f5586e;content:"※";margin-left:5px}#contact_area .column.error{background-color:#f5586e;color:#FFF}#contact_area .column.error.required .label:after{color:#FFF}#contact_area .label{font-weight:bold}#contact_area .caution{color:#f5586e;font-size:.9em}#contact_area .column.error .caution{color:#FFF}#contact_area input[type=text]{font-size:1.2em;padding:5px;width:100%}#contact_area textarea{font-size:1.2em;min-height:200px;line-height:1.5;padding:5px;width:100%}#contact_area .ime_kana{ime-mode:active}#contact_area .ime_anum{ime-mode:disabled}#contact_area .buttons{display:flex;flex-wrap:wrap;justify-content:space-around;padding:2% 0}#contact_area .error_message{color:#bc0e0e;display:none;margin-bottom:10px;text-align:center;width:100%}#contact_area .button{background-color:#248da4;border:1px solid #CCC;border-radius:3px;color:#FFF;cursor:pointer;font-size:1.1rem;font-weight:bold;padding:10px;text-align:center;transition:all 300ms;width:200px}#contact_area .button:hover{background-color:#127084}#contact_area .button.edit{background-color:#c84d43}#contact_area .button.edit:hover{background-color:#a42d24}#contact_area .step.error{color:#ce3939;font-weight:bold}#contact_area .step.error .message:not(:empty){background-color:#CCC;font-weight:normal;padding:.5em 1em}@media only screen and (max-width:1000px){main section.area>.contents{padding:0 1em;width:100%}}@media only screen and (max-width:768px){section.area .split{flex-wrap:wrap;margin:5% auto;width:80%}section.area .split .photo,section.area .split .text{flex:auto;width:100%}#gallery_area .list{grid-template-columns:repeat(3,1fr)}#gallery_area .list li:last-child{display:none}#chef_area .photo{order:1}#chef_area .text{order:2}#contact_area .step{width:80%}}@media only screen and (max-width:500px){section.area .split{width:90%}#contact_area .step{width:90%}}