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

header{
background-image: url("/img/sta_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: 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);}
}


/*--------スタンプラリー---------*/
#stamp{
background: #362014;
padding: 0 0 10px;
}
#stamp h1{
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 3.5rem;
padding-bottom: 2rem;
padding-top: 6rem;
text-align: center;
letter-spacing: 0.5rem;
color: #fff;
}
.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); /* 傾ける */
}
#stamp .contents-box{
position: relative;
}
#stamp .contents-box .i-cloud{
width: 250px;
position: absolute;
top:0;
left: 20px;
}
.stampbox{
padding: 5rem 5rem;
margin: 0 0 10rem 0;
}
.stampbox p{
color: #fff;
font-size: 1.4rem;
font-family: 'Kiwi Maru', serif;
margin-top: 2rem;
}

.list_test-wrap {
list-style:  none;          /* デフォルトのアイコンを消す */
margin:  0;                 /* デフォルト指定上書き */
padding: 0;                 /* デフォルト指定上書き */
counter-reset: li_count;    /* カウンタをセット */
color: #fff;
}
.list_test {
padding:  10px;             /* 余白指定 */
margin-bottom: 5px;         /* 要素と要素の間指定 */
font-size: 1.7rem ; 
font-family: 'Kiwi Maru', serif;
}
.list_test:before  {
counter-increment: li_count;  /* カウンタの値を計算していく */
content: counter(li_count)"."; /* 数字出力 */
color: #ea5550;               
margin-right: 10px;  
font-size: 3rem;
}

.imagebox{
text-align: center;
padding-top: 5rem;
}
.imagebox img{
width: 100%;
}
.daishibox{
text-align: center;
padding: 1rem 0;
}
.daishibox img{
width: 50%;
}
.daishibox2{
text-align: center;
padding: 1rem 0;
display: flex;
}
.daishibox2 img{
width: 100%;
}
#stamp h2{
font-family: 'Kiwi Maru', serif;
font-weight: 500;
font-size: 1.4rem;
padding: 1rem ;
letter-spacing: 0.1rem;
background-color: #362014;
color: #fff;
}
#stamp h2 span{
display: inline-block;
margin-left: auto;
}
.menuimage img{
width: 100%;
margin-top: 2rem;
}


@media (max-width: 768px) {
#stamp{
background-position: top 2% left 2%,  right 2% bottom 2%;
background-size: 40%, 40%;
}
#stamp h1{font-size: 1.6rem;padding-bottom: 3rem;letter-spacing: 0.1rem;}
.stampbox{
padding: 3rem 0.5rem;
margin: 0 0 5rem 0;}
#stamp h2{
font-size: 1rem;
padding: 0.5rem ;
letter-spacing: 0;
}
.stampbox p{
font-size: 1.2rem;
}
.list_test {
padding:  5px;            
margin-bottom: 5px;        
font-size: 1.4rem ; 
}
.list_test:before  {
font-size: 2rem;
}
.daishibox img{
width: 100%;
}
.wcurry_logo img{width: 250px;}
}




















