@charset "UTF-8";
/*
Theme Name:haluno theme
Author: haluno
Description: haluno theme.
Version: 1.0
*/

*{
 margin: 0;
 padding: 0;
}

body{
word-wrap: break-word;
background:#ebebeb;
}



html {
font-family: kozuka-gothic-pro, sans-serif;
font-style: normal;
font-weight: 200;


  font-size : 100%;
  line-height : 1.5;
  color: #383838;
}

h1,h2,h3,h4,h5,h6 {
 margin-bottom : 1em;
 font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-style: normal;
font-weight: 900;
}

h1 {
font-size : 36px; 
line-height : 1.2;
} /* 48px */

h2 {
font-size : 26px;
line-height : 1.2;
font-weight: normal;
} /* 48px */

h3 {
font-size : 24px;
line-height : 1.2;
} /* 24px */



ul, ol {
	  list-style : none;
	   line-height: 1.8em;
	     font-size:0.9em;
	  }
img { 
         vertical-align : middle;
         max-width: 100%;
         height: auto;
         }

p{
    line-height: 1.8em;
    font-size:0.9em;
}




a{
 text-decoration: none;
color: #2b2b2b;
 transition: 0.4s ease-in-out;  
}

a:hover {  
    opacity: 0.5;  
    filter: alpha(opacity=60);  
} 

img{
width: 100%;
}

/* text */

.left{
 text-align: left;
}

.right{
 text-align: right;
}

.center{
 text-align: center;
}

.bold{
 font-weight: bold;
}


.small{
 font-weight: normal;
 font-size: 0.8em;
}

/*flex*/

.flex_container_sp{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}

.flex_center{
 justify-content: center;
  align-items: center;
}

.flex_half_sp{
width: 46%;
margin: 2%;
box-sizing: border-box;
}

.flex_4_sp{
width: 48%;
margin: 1%;
box-sizing: border-box;
}


.flex_left_sp{
width: 31%;
margin: 2%;
box-sizing: border-box;
}


.flex_right_sp{
width: 61%;
margin: 2%;
box-sizing: border-box;
}



/*header*/

.header_in{
background-image:url("images/bg_header_sp.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;

margin-top:0.5em;
padding:13em 1em 16em 3em;

}

header h1{
width: 150px;
margin:0em 1em;
}


header{
margin-bottom: 2em;
}

header p{
line-height: 1.5em;
}

header p.subtitle{
font-size:3.5vw;
margin-bottom:1em;
border:1px solid #4f4c4b;
border-radius:200px;
display:inline-block;
padding:0.3em 1em;
position:relative;
right:0.5em;
}


header h2.catch{
font-size: 6vw;
line-height:1.5em;
}

/*header animation*/
.animation {
    opacity: 0;
    transform: translateY(30px); /* 初期状態で少し下に配置 */
    transition: opacity 0.6s ease, transform 1s ease; /* アニメーション効果 */
}

/* アニメーション完了時のスタイル */
.animate-in {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻す */
}


/*nav*/

.hamburger {
  display : block;
  position: fixed;
z-index: 9999;
  right : 5px;
  top   : 5px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 2px ;
  right    : 6px;
  
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3) {
  top: 24px;
}

/* ナビ開いてる時のボタン */
.hamburger.open span:nth-child(1) {
  top : 16px;
  right: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.open span:nth-child(2),
.hamburger.open span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
 z-index : 10; 
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
pointer-events: none;
  transition: opacity .6s ease, visibility .6s ease;
  padding-top: 4em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.open {
  opacity: 1;
pointer-events: auto;
}



nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;

}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;

}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#2b2b2b;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;

}




/*main*/
.main_box{
 position: relative;
  overflow: hidden; 
}

.box0{
padding-top: 4em;
}

.box0 p.subtitle{
margin-bottom:1em;
}

.box{
margin: 1em 2em 6em 2em;


}

.box h2{
font-size: 1.4em;
letter-spacing:0.1em;
}

.box h3{
font-size: 1.3em;
margin-bottom:0.3em;
line-height:1.6em;
}

/*slider*/
.slider {
  margin-left: 2em;   /* 親のpadding分だけマイナスにする */
  margin-right: -2em;  /* 数値は親のpaddingに合わせて調整 */
  width: calc(100% + 4em); /* paddingを打ち消して全幅化 */
}

.slider .slick-list {
  overflow: visible;   /* はみ出し許可 */
}



div.icon{
max-width:120px;
margin-bottom:1em;
}




.box .main_title h2{
display:inline-block;
background-image:url("images/bg_line.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center bottom;
padding-right:2em;
padding-bottom:1em;
margin-bottom:0.5em;
}

.box .main_title p{
margin-bottom:1em;
}

.box .main_title p.catch{
font-weight:bold;
font-size:8vw;
line-height:1.3em;
}

.box_white{
background:#fff;
border-radius:5px;
padding:1.5em;
margin-bottom:2em;
}

.box_book_in img{
margin-bottom:1em;
}

.box_book_in h3{
border-bottom:1px solid #000;
padding-bottom:0.5em;
margin-bottom:0.5em;
}


/*read btn*/
.read a {
margin-top:0.5em;
  display: inline-block;
  background: #000;  
  color: #fff;
  padding: 0em 1.2em; 
  border-radius: 30px;  
  transition: background 0.3s ease, transform 0.2s ease;
}

.read a:hover {
  background: #333; 
  transform: translateY(2px);
}

.read a:active {
  background: #555; 
  transform: translateY(0); 
}

/*arrow btn*/
.more {
  text-align: center; /* 中央寄せ */
  margin: 2em 0;      /* 上下に余白を追加（任意） */
}

.more a {
  display: inline-flex;
  align-items: center; 
  color: #333; 
  padding: 0.6em 1.2em;
  border: 2px solid #333;  
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none; /* 下線を消す */
}

.more a img {
  margin-left: 8px;    /* 文字と矢印の間隔 */
  transition: transform 0.3s ease;
  width: 40px;
}

.more a:hover img {
  transform: translateX(5px); /* 矢印だけ右に動く */
}


/*はるのTV*/

.bg_tv{
background:#e3dec7;
padding-top:3em;
padding-bottom:3em;
}


p.video_cate{
background:#ccda14;
display:inline-block;
padding:0em 1em;
border-radius:100px;
color: #fff;
font-size:0.8em;
margin-bottom:0.5em;
}


/*お知らせ*/

.box_news{
background:#fff;
padding-top:3em;
padding-bottom:3em;
}
.latest-news img {
  width: 20px;
}

ul.latest-news{
margin-top:1em;
margin-bottom:2em;
}

.latest-news li {
  border-bottom: 1px dotted #000;
}


.latest-news li a {
  display: flex; 
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
  color: #333;
  gap: 8px;
  width: 100%; 
  box-sizing: border-box;
}

.news-date {
  white-space: nowrap;
  background:#4f4c4b;
color: #fff;
padding:0em 1em;
border-radius:100px;
font-size:0.8em;
}


.news-date a{
color: #fff;
}





/* 右端に矢印を押し出すためにタイトルを伸ばす */
.news-title {
  flex: 1 1 auto;             /* ← これで残り幅を占める */
  min-width: 0;               /* ← 省略記号に必須（flex内のChrome対策） */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 矢印画像（右端） */
.latest-news .arrow-icon {
  flex: 0 0 auto;
  width: 20px;
}



/*はるの商店*/
.shop_box{
padding-top:3em;
}

.shop_box img{
margin-bottom:1em;
}

.shop_cate{
font-size:0.8em;
border:1px solid #000;
display:inline-block;
border-radius:100px;
padding:0.2em 1em;
margin-bottom:0.8em;
}

.shop_box h3{
margin-bottom:0em;
line-height:1.5em;
font-size:1.4em;
}

p.price{
font-weight:bold;
font-size:1.5em;
line-height:1.3em;
}

p.price span{
font-size:0.8em;
}



/*news*/
.flex_news_right{
background:#f4f4f4;
padding:1em 1em 0em 1em;
margin-bottom:2em;
width:100%;
box-sizing:border-box;
}




/*footer*/
footer{
background:#fff;
padding-top:5em;
padding-bottom:5em;
}

footer .f_logo{
max-width:140px;
margin-left: auto;
margin-right: auto;
margin-bottom:2em;
}

footer p{
text-align:center;
}


.sns{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
max-width: 250px;
margin:2em auto;
}



.sns figure{
width: 15%;
margin: 9%;
}

ul.sns li img{
width: 100%;
}




/*single*/


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: 2%;
  margin-bottom: 2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_main_single hr{
margin-top:2em;
margin-bottom:2em;
}

.page_main_single h2{
font-size:1.8em;
border-bottom:none;
margin-left: 0;
padding-left: 0;
margin-bottom:0.5em;
}


.page_main_single h3{
font-size:1.5em;
}



/*pagenavigation*/
/* ページナビゲーション */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    padding: 0.3em 2em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.9em;
    line-height: 1;
   transition: all 0.4s ease;
}

.nav-button:hover {
    background-color: #333;
}

.nav-prev {
    /* 左に三角がある分、左右のバランスを調整 */
    padding-left: 1.2em;
    padding-right: 2em;
}

.nav-next {
    padding-left: 2em;
    padding-right: 1.2em;
}

.triangle {
    display: inline-block;
    width: 0;
    height: 0;
}

.triangle.left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid white;
}

.triangle.right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid white;
}

.nav-text {
    line-height: 1;
    font-family: inherit;
}


/*ページナビゲーション２*/
.circle-pagination {
    text-align: center;
    margin: 3em 0;
}

.box_page1 .circle-pagination ul li {
    border-bottom: none;
}

.circle-pagination ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 0.8em;
}

.circle-pagination li a,
.circle-pagination li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    text-decoration: none;
    border-radius: 50%;
    font-weight: bold;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

/* 通常リンク */
.circle-pagination li a {
    background: #2b2b2b;
    color: #fff;
}

/* 現在のページ（←spanタグで出力される） */
.circle-pagination li span.current {
    background: #000;
    color: #fff;
    pointer-events: none;
}

/* span（.current以外）には背景色をつけない */
.circle-pagination li span:not(.current) {
    background: none;
    color: #fff;
}

/* ホバー時のリンク */
.circle-pagination li a:hover {
    background: #555;
}

/*contact*/
form label {
  display: block;
  margin-bottom: 2em;
}


.wpcf7 textarea ,.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7{
width: 100%;
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
}

 input[type="tel"],.wpcf7 input[type="number"]{
      padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
 }

input[type="text"].p-postal-code{
    max-width: 120px;
}

input[type="text"].p-region{
    max-width: 280px;
}
input[type="text"].p-locality{
    max-width: 280px;
}

.wpcf7-form .wpcf7-select, select {      
 padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;

background: #fff;
height: 35px;
}





.wpcf7 textarea ,.wpcf7 input[type="text"],
.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
}


.wpcf7 select{
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 5px;
box-shadow: none;
background: #fff;
}


.wpcf7 input[type="submit"]
  {

width: 300px;
padding: 1em 2em;
font-size: 14px;
border: none;
background-color: red;
-webkit-appearance: none;
cursor: pointer;
border-radius: 3px;
color: #fff;
font-weight: bold;
text-align: center;
margin: 0 auto;
margin-right: auto;
margin-left: auto;
display: block;
margin-bottom: 5em;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.wpcf7 input[type="submit"]:hover{
  opacity: 0.8;
    filter: alpha(opacity=60);
  }

.wpcf7-list-item-label{
 margin-right: 15px;
}
.fb-page{
width: 100%!important;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  


form input,
form textarea,
form select {
  box-shadow: none !important;
  border: 1px solid #ccc; /* 必要ならシンプルな枠線 */
  outline: none;
}

/*外部コンテンツ*/
iframe	{max-width: 100%}


p.contact_btn{
position:fixed;
bottom: 0;
z-index: 1;
right: 2em;
background: red;
color: #fff;
text-align: center;
padding: 0.5em 1em;
font-size: 0.9em;
letter-spacing: 0.1em;
border-radius: 10px 10px 0px 0px;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}

p.contact_btn a{
display: block;
color: #fff;
}



/*footer*/


footer{
color: #000;
font-size: 0.9em;
letter-spacing: 0.1em;
}

footer a{
color: #000;
}


p.copy{
font-size: 0.8em;
}



/*page*/
.page_title h1{
margin-top:3em;
font-size:2em;
letter-spacing:0.1em;

padding-bottom:0.3em;
}

.page table{
border-collapse:collapse;
margin-bottom:2em;
}

.page th{
 white-space: nowrap;
 text-align:left;
 padding:0.5em;
 border-right:1px solid #000;
}

.page td{
 padding:0.5em;
}

.profile h3 span{
font-size:0.8em;
}

.profile h3{
margin-bottom:1em;
}

.profile_in{
margin-bottom:5em;
}

.profile h2{
font-size:2em;
margin-bottom:1em;
}


/*category*/
.category .box{
margin-top:5em;
}

.cate_left_pc figure{
margin-bottom:0em;
}

.cate_right_pc{
background: #fff;
margin-bottom:3em;
padding:1em;
}

.cate_right_pc h2{
margin-bottom:0.3em;
}

.pagination-index ul {
  display: flex;
  justify-content: center;
  gap: .4rem;
  list-style: none;
  margin:   1rem 0;
  padding: 0;
margin-bottom:8em;
}

.pagination-index li a,
.pagination-index li span {
  display: inline-block;
  padding: .5rem .75rem;
  text-decoration: none;
  min-width: 2.2rem;
  text-align: center;
}

.pagination-index li .current {
  font-weight: bold;
}

.pagination-index li a:hover {
  background: #555; /* ホバー時 */
}

/*single*/
.post-content p{
margin-bottom:1em;
}

.post-content img{
margin-bottom:1em;
}




@media screen and (min-width: 769px){
/*header*/

.header_in{
background-image:url("images/bg_header_pc.jpg");
background-position:center right;
margin-top:0.5em;
padding:11em 1em 12em 3em;
}

header p.subtitle{
font-size:2.5vw;
}

header h2.catch{
font-size: 4.5vw;
}


/*flex*/

.flex_container_pc{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}

.stretch{
align-items: stretch;
}

.flex_half_pc{
width:48%;
margin:1%;
}

.flex_3_pc {
   width:46%;
    margin: 2%;
    box-sizing: border-box;
}




.flex_half_sp{
width: 31%;
margin: 1%;
}

.flex_4_sp{
width: 23%;
margin: 1%;
box-sizing: border-box;
}



/*nav*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  right : 10px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}



/*header*/

/*main*/

.box h2{
font-size: 1.6em;
letter-spacing:0.1em;
}

ul, ol {
	     font-size:1em;
	  }

p{
    font-size:1em;
}

.box .main_title h2{
padding-bottom:1em;
margin-bottom:0em;
}

.box .main_title p{
font-size:0.9em;
}

.box .main_title p.catch{
padding-top:0.8em;
font-size:6vw;
}

.flex_title_left{
width:25%;
margin-right:3%;
box-sizing:border-box;
}

p.catch{
width:72%;
box-sizing:border-box;
}




.box{
margin: 1em 2em 6em 2em;
}

.box h2{
text-align: center;
}


div.icon{
margin-bottom:0em;
}

.flex_news_left{
width:45%;
margin-right:5%;
box-sizing:border-box;
}

.flex_news_right img{
display:none;
}

.flex_news_right{
width:50%;
height:600px;
box-sizing:border-box;
background-image:url("images/pic1.jpg");
background-position:center center;
background-size:cover;
margin-bottom:0;
}

.box_news{
padding-top:0em;
padding-bottom:0em;
}

.box_news .box{
margin: 0em 0em 0em 2em;
}

/*はるの商店*/
.shop_box .flex_container_pc h3{
margin-right:2em;
}

p.price{
margin-top:0.1em;
}

/*page*/
.page_title h1{
margin-top:0em;

}

.company .box{
max-width:1000px;
margin-left: auto;
margin-right: auto;
}

.profile h2{
margin-bottom:2em;
}

.profile_in{
max-width:90%;
margin-left:auto;
margin-right:auto;
}

.profile_in p{
font-size:0.9em;
}


/*category*/

.category_box{

max-width:900px;
margin-left: auto;
margin-right: auto;
}

.post_box{
margin-bottom:3em;

}


.cate_left_pc{
width:35%;
box-sizing:border-box;
}

.cate_right_pc{
width:65%;
box-sizing:border-box;
margin-bottom:0;

  display: flex;
  flex-direction: column;
  justify-content: center; /* ★縦方向中央揃え */
  padding: 1em; /* お好みで余白調整 */

}


.cate_right_pc h2{
text-align:left;
}


/*single*/
.single_page {
margin-top:4em;
max-width:600px;
margin-left: auto;
margin-right: auto;
padding-left:2em;
padding-right:2em;
}


/*footer*/
.page .box{
margin-top:3em;
}


footer figure.f_logo{
margin-left: auto;
margin-right: auto;
}

footer h2{
text-align:center;
}

footer p{
text-align:center;
}



.sns{
margin:2em auto;
}


/*page*/
.business{
margin-right: 2em;
}

.page_in{
margin-right: 2em;
}

 
 
 .bg_box{
background:#f4f4f4;
padding:2em;
margin-bottom:2em;
}

.sct_box h2{
font-size:1.1em;
}




}



@media screen and (min-width: 1024px){



/*flex*/

.flex_container_pc2{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
}


.flex_half_pc2{
width:48%;
margin:1%;
}

.flex_4_sp{
width: 23%;
margin: 1%;
box-sizing: border-box;
}



.header_in{
padding:13em 1em 15em 3em;
}

div.icon{
margin-bottom:1em;
}

div.icon2{
position:relative;
top:4.5em;
}


.flex_3_pc {
     width:31%;
    margin: 1%;
    box-sizing: border-box;
}

.flex_bottom{
align-items:flex-end;
}

.flex_bottom p.catch{

margin-bottom:0;
}


.box .main_title{
max-width:900px;
margin-left: auto;
margin-right: auto;
margin-bottom:2em;
}

.box .main_title p.catch{
font-size:4em;
}




}

@media screen and (min-width: 1280px){

header h1{
margin-left:3em;
}

header p.subtitle{
font-size:2em;
margin-left:80px;
}


header h2.catch{
font-size: 4.3em;
margin-left:80px;
}


.header_in{
padding:18em 1em 25em 3em;
background-position:bottom center;
}

.box h2{
font-size: 2.5em;
}



.box .main_title p{
font-size: 1.2em;
}

.box .main_title p.catch{
font-size: 4.3em;
}

.box .main_title{
max-width:1200px;

}




.goods_box{
max-width:1200px;
margin-left: auto;
margin-right: auto;
}


.flex_news_left{
max-width:600px;
margin-left:auto; 
margin-right:auto;

}

.category .box h2{
font-size:1.6em;
}


}

