@charset "UTF-8";
/* CSS Document */

header{
background-image: url("/img/sh_r_main.png"),url("/img/i-top_back.jpg");
background-position: top center, center center;
background-size: auto 750px,cover;
background-repeat: no-repeat;
}
.hokki_header{
background-image: url("/img/sh_h_main.png"),url("/img/i-top_back.jpg");
background-position: top center, center center;
background-size: auto 750px,cover;
background-repeat: no-repeat;
}
.head_title{
padding: 5px;
display: flex;
justify-content:space-between;
}
.head_title p.box1{
width: 50%;
vertical-align: text-bottom;
font-weight: 600;
font-size: 2rem;
line-height: 2.4rem;
}
.head_title p.box1 img{
width: auto;
height: 55px;
float: left;
margin: 5px;
vertical-align: middle;
}
.head_title p.box2{
width: 50%;
padding: 1px 2px 3px 0;
text-align: right;
}
.head_title p.box2 a{
display: inline-block;
margin: 0 2px;
}
.head_title p.box2 img{
display: block;
margin-left: auto;
width: auto;
height: 27px;
}
.head_title p.box2 i{
font-size: 1.9rem;
margin-right: 5px;
vertical-align: baseline;
}
.head_img{
position: relative;
height: 700px;
}
.head_img img{
width: 100%;
}
.i-head01{
position: absolute;
top: 40%;
right: 0;
transform: translateY(-50%);
}
.i-head02{
position: absolute;
bottom: -30px;
left: 10px;
max-width: 200px;
}
.i-head03{
position: absolute;
bottom: -20px;
right: 15px;
max-width: 250px;
}
.head_img_sp{
display: none;
}
.menu-line01{
background-image: url("/img/i-top_menu_line01.png");
background-position: top;
background-repeat: repeat-x;
height: 15px;
}
.menu-line02{
background-image: url("/img/i-top_menu_line02.png");
background-position: bottom;
background-repeat: repeat-x;
height: 15px;
}
@media (max-width: 1350px) {
header{
background-position: center center, center center;
background-size: auto 600px,cover;
}
.hokki_header{
background-position: center center, center center;
background-size: auto 600px,cover;
}
}

@media (max-width: 1200px) {
.i-head02{max-width: 150px;}
.i-head03{max-width: 200px;}
}
@media (max-width: 992px) {
header{background: url("/img/i-top_back.jpg") center center / cover;}
.hokki_header{background: url("/img/i-top_back.jpg") center center / cover;}
.head_title{display: none;}
.head_img{display: none;}
.head_img_sp{display: block;position: relative;}
.head_img_sp a{
display: block;
position: absolute;
bottom: 20px;
left: 10px;
width: 80px;
animation-name:updown1;   /* アニメーション名の指定 */
animation-delay:0s;   /* アニメーションの開始時間指定 */
animation-duration: 3s;   /* アニメーション動作時間の指定 */
animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
animation-iteration-count: infinite; 
}
.head_img_sp img{width: 100%;}
.menu .menu-line01{display: none;}
.menu-line01,.menu-line02{background-size: auto 80%;height: 20px;}
.menu-line01{background-position: bottom;}
.menu-line02{background-position: top;}

.i-sns-sp{margin-top: -15px;text-align: center;}
.i-sns-sp a{display: inline-block;margin: 0 5px;width: 40px;}
.i-sns-sp a img{width: 100%}
}
@keyframes updown1 {
0% {transform: translateY(0);}
50% {transform: translateY(-10px);}
100% {transform: translateY(0);}
}


/*--------店舗一覧---------*/
#shop{
background: #fdd000;
padding: 0 0 10px;
background-image:url("/img/i-m-cloud.png"), url("/img/i-c-cloud02.png");
background-repeat: no-repeat, no-repeat;
background-position: top 5px left 3%,  right 3% bottom 30px;
background-size: 20%, 20%;
}
#shop h1{
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 3.5rem;
padding-bottom: 3rem;
padding-top: 1rem;
text-align: center;
letter-spacing: 0.5rem;
}
.heading {
align-items: center; /* 線を上下中央 */
display: flex; /* 文字と線を横並び */
justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
background-color: #ea5550; /* 線の色 */
border-radius: 5px; /* 線の両端を丸く */
content: "";
height: 5px; /* 線の高さ */
width: 40px; /* 線の長さ */
}
.heading::before {
margin-right: 10px; /* 文字との余白 */
transform: rotate(60deg); /* 傾ける */
}
.heading::after {
margin-left: 10px; /* 文字との余白 */
transform: rotate(-60deg); /* 傾ける */
}
#shop .contents-box{
position: relative;
}
#shop .contents-box .i-cloud{
width: 250px;
position: absolute;
top:0;
left: 20px;
}
.shopbox{
padding: 5rem 5rem;
margin: 5rem 0 10rem 0;
background-color: #fff;
border-bottom: solid 6px #e0782c;
border-radius: 10px;
}
.wcurry_logo{
text-align: center;
}
.wcurry_logo img{
width: 350px;
}

#shop h2{
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 1.4rem;
padding: 1rem ;
letter-spacing: 0.1rem;
background-color: #362014;
color: #fff;
}
#shop h2 span{
display: inline-block;
margin-left: auto;
}
.menuimage img{
width: 100%;
margin-top: 2rem;
}
#shop a{
color: #fff;
display: flex;
}
#shop a:hover {
color: #fdd000;
text-decoration: inherit;
}

@media (max-width: 768px) {
#shop{
background-position: top 2px left 2%,  right 2% bottom 20px;
background-size: 40%, 40%;
}
#shop h1{font-size: 1.6rem;padding-bottom: 3rem;letter-spacing: 0.1rem;}
.shopbox{
padding: 3rem 2rem;
margin: 5rem 0 10rem 0;}
#shop h2{
font-size: 1rem;
padding: 0.5rem ;
letter-spacing: 0;
}
.wcurry_logo img{width: 250px;}
}




















