@media screen and (max-width: 1290px) and (min-width: 767px) {
.wrapper{
  padding:0 16px;
}
/* ----------------------------------
header
---------------------------------- */
.pc_header_nav ul{
  flex-wrap: wrap;
  justify-content: space-between;
  gap:0 10px;
}

/* ----------------------------------
footer
---------------------------------- */
section.footer_shop_info .shop_info_wrap{
  padding:60px 16px;
}
section.footer_shop_info .shop_info_wrap .shop_info_content{
  width:50%;
}
ul.footer_nav li a{
  font-size:clamp(1.2rem,1.4rem,1.6rem);
}
/* ----------------------------------
kv
---------------------------------- */
.kv_wrapper{
  gap:6.25vw;
}
.kv_image1{
  width:42%;
}
.kv_content h1{
  font-size:clamp(4rem,4.5rem,5.25rem);
}
.kv_content p{
  font-size:clamp(1.8rem,2rem,2.5rem);
}
.kv_content ul{
  width:100%;
  gap:16px;
  padding-right:10px;
}
.kv_content ul li{
  width:calc((100% - 32px) / 3);
}
.kv_content ul li img{
  width:100%;
}
/* ----------------------------------
news
---------------------------------- */
.wrapper.index_news_wrap{
  width:100%;
  padding:40px;
}
/* ----------------------------------
infomation
---------------------------------- */
.section_infomation h2{
  font-size:clamp(6rem,8rem,10rem);
}
img.info_image.image1{
  width:44.444444444vw;
}
img.info_image.image2{
  width:24.3rem;
}
.info_content{
  gap:12.5vw;
}
.info_content ul li{
  font-size:clamp(1.8rem,2.2rem,2.6rem);
}
.info_content ul li span{
  font-size:clamp(2rem,2.4rem,2.8rem);
}
/* ----------------------------------
shop_info
---------------------------------- */
.wrapper.shop_info_wrap{
  width:100%;
}
.shop_info_wrap iframe{
  width:50%;
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
.shop_info_head{
  flex-direction: column;
}
}
/* ----------------------------------
worries
---------------------------------- */
.worries_wrap h3{
  font-size:clamp(3.2rem,2.6rem,4.2rem);
}
.worries_deco_image{
  width:47.2vw;
}
.worries_deco_image span{
  width:calc((100% - 5px) / 2);
}
.worries_deco_image span img{
  width:100%;
}
.worry_item{
  font-size:clamp(1.4rem,1.6rem,1.8rem);
}
.reserve_wrap .reserve_detail{
  font-size:clamp(1.4rem,1.6rem,1.8rem);
}
.reserve_wrap .reserve_detail p br{
  display: none;
}
/* ----------------------------------
reserve
---------------------------------- */
.wrapper.reserve_wrap{
  gap:3.4vw;
}
.wrapper.reserve_wrap img{
  width:50%;
}
.reserve_detail p{
  font-size:clamp(1.6rem,1.8rem,2rem);
}
.wrapper.reserve_wrap .reserve_detail img{
  width:48px;
}
/* ----------------------------------
philosophy
---------------------------------- */
p.philosophy_detail{
  font-size:1.4rem;
}
/* ----------------------------------
reason
---------------------------------- */
.reason_title h2{
  font-size:clamp(16rem,18rem,20rem);
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
.reason_title{
  display: block;
  padding:0 16px 16px;
}
}
.reason_title p span{
  display: inline;
  padding:0;
}
.reason_wrap ul{
  gap:30px;
}
.reason_wrap ul li{
  width:calc((100% - 30px) / 2)
}
.reason_wrap ul li img{
  width:100%;
}
/* ----------------------------------
greeting
---------------------------------- */
.greeting_head{
  padding-left:5.5vw;
}
.greeting_head h3{
  font-size:clamp(14rem,16rem,18rem);
}
.wrapper.greeting_wrap{
  margin-top:36px;
  gap:4.1vw;
}
.greeting_wrap img{
  width:50%;
}
.greeting_detail h4{
  font-size:clamp(2.8rem,3.2rem,3.5rem);
}
/* ----------------------------------
menu
---------------------------------- */
.insurance_text{
  width:50%;
}
.insurance_text h4{
  font-size:clamp(2rem,2.2rem,2.4rem);
  line-height: 2;
}
.insurance_text p span{
  font-size:clamp(1.6rem,1.8rem,2.2rem);

}
/* ----------------------------------
pickup
---------------------------------- */
.pickup_detail h5{
  font-size:clamp(2rem,2.4rem,3rem);
}
.deco_title{
  font-size:clamp(6rem,8rem,10rem);
}
/* ----------------------------------
news
---------------------------------- */
.media_section{
  padding:0 16px;
}
.media_grid{
  gap:30px;
}
/* ----------------------------------
下層ページ共通
---------------------------------- */

.temp_index{
  padding:0 5%;
}

.temp_sec{
  padding:80px 5%;
}
.temp_sec.over_width{
  background-color: rgba(21, 102, 172, 0.1);
}
/* .temp_sec h2{
  margin:0 auto;
  width:100%;
  max-width:980px;
  background-color: var(--blue);
  color:#fff;
  font-family: var(--f-f-mincho);
  font-size:2.8rem;
  height:60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
} */
.temp_sec h2 br{
  display: none;
}
.temp_wrap{
  width:100%;
  max-width: 980px;
  margin:50px auto 0;
}
.temp_wrap h3{
  font-size:2.4rem;
  font-family: var(--f-f-mincho);
  color:var(--blue);
  padding:7px 0;
  border-top:1px solid rgba(21, 102, 172, 0.3);
  border-bottom:1px solid rgba(21, 102, 172, 0.3);
  margin-bottom:24px;
}
.temp_wrap p{
  line-height: 2;
  margin-bottom:1rem;
}
a.temp_link{
  font-size:1.6rem;
  display: inline-block;
  padding:15px 72px 15px 24px;
  font-family: var(--f-f-mincho);
  border:1px solid #333;
  color:#333;
  margin-top:30px;
  position:relative;
  margin-right:20px;
}
a.temp_link::after{
  content:"";
  position:absolute;
  border-top:7px solid transparent;
  border-bottom:7px solid transparent;
  border-left:7px solid var(--blue);
  right:24px;
  top:50%;
  transform: translateY(-50%);
}
/* flow */
section.flow .temp_wrap h4{
  font-size:2.4rem;
  font-family: var(--f-f-mincho);
  color:var(--blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:14px;
  margin-bottom:16px;
}
section.flow .temp_wrap h4 span{
  display: block;
  width:50px;
  height:50px;
  border-radius:25px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  font-family: 'Times New Roman', Times, serif;
  background-color: var(--blue);
}
div.flow_arrow{
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:15px solid var(--blue);
  margin:15px auto;
  width:36px;
}
section.flow.faq_sec h2{
  margin-bottom:50px;
}
.faq_sec .temp_wrap{
  background-color: #fff;
  padding:30px;
  margin:0 auto 10px;
}
/* ex */
.temp_wrap h5{
  font-size:1.8rem;
  border-bottom:1px solid rgba(0,0,0,0.2);
  display: inline-block;
  margin-bottom:7px;
  color:rgba(0,0,0,0.5);
}
.temp_wrap h5 a{
  color:rgba(0,0,0,0.5);
}
/* 料金表テーブル */
.temp_wrap table{
  width:100%;
}
.temp_wrap table thead{
  background-color: var(--blue);
}
.temp_wrap table tr th{
  color:var(--blue);
}
.temp_wrap table thead tr th{
  font-weight:bold;
}
.temp_wrap table tr th,
.temp_wrap table tr td{
  padding:16px;
}
.temp_wrap table thead tr th{
  background-color: var(--blue);
  color:#fff
}
.temp_wrap table tr th:first-child{
  width:15%;
}
.temp_wrap table tbody tr:nth-child(even){
  background-color: rgba(21, 102, 172, 0.1);
}
.temp_wrap table thead tr th:not(:first-child),
.temp_wrap table tbody tr td{
  border-left:1px solid rgba(0, 0, 0, 0.1);
}
.temp_wrap table tbody tr td{
  font-size:1.4rem;
}
.temp_wrap ul{
  font-size:1.4rem;
  list-style: disc;
  padding-left:1.5em;
  margin-bottom:10px;
}
/* アクセスページMAP */
.temp_wrap.temp_map{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:30px;
}
.temp_map_inner{
  width:50%;
  aspect-ratio: 16 / 9;
}
.temp_map_inner iframe{
  width:100%;
  height:100%;
}
.temp_map_detail{
  padding:24px;
}

/* news */
.news{
  margin:0 auto;
  width:100%;
  max-width: 1280px;
}
.news.index_news{
  margin:200px auto;

}
.news.archive_news{
  margin:100px auto 200px;
}
.news_head{
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
.news_head.archive_news_head{
  margin:100px auto;
}
.news_head ul{
  display: flex;
  width:600px;
  align-items: center;
  justify-content: end;
}
.news_head ul li{
  /* flex:1 0 auto; */
  background-color: #fff;
  font-size: var(--fs-small);
  position:relative;
  overflow: hidden;
  padding-left: 15px;
  box-sizing: border-box;
  width:25%;
  text-align: center;
  margin-left:5px;
  padding:3px 0;
  border:1px solid rgba(0,0,0,0.3);
  
}
.news_head ul li a{
  color:rgba(0,0,0,0.6);
  font-size:1.4rem;
}
.news_head ul li::before{
  position:absolute;
  content:"";
  width:20px;
  height:20px;
  top:-13px;
  left:-13px;
  transform: rotate(-45deg);
  background-color: var(--blue);
}

.news_head ul li.viewall{
  font-size: 16px;
  font-family: var(--english-font);
  position:relative;
  padding:2px 0;
}
.news_head ul li.viewall::before{
  background-color: transparent;
}
.view_all {
  font-family: var(--english-font);
  position: relative;
  padding-right: 30px;
  margin-top: 60px;
  width: 240px;
  margin: 96px 0 0 auto;
  border: 1px solid rgba(0,0,0,0.3);
  box-sizing: border-box;
  padding: 12px;
}
.view_all a {
  font-size: 1.4rem;
  color:#333;
}
/* taxonomy */
.shop_guide.taxonomy_guide{
  margin-bottom:10px;
  
}
.cp_list{
  margin-top:100px;
}
.cp_ttl{
  display: flex;
  align-items: center;
  /* font-size:20px; */
  width:80%;
  margin:30px auto;
}
.archive_thumb{
  width:150px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.archive_thumb img{
  width:100%;
  /* height:auto; */
}
.cp_ttl.shop_ttl{
  width:50%;
  margin:30px auto 30px 0;
}
.cp_ttl.taxonomy_ttl{
  border-bottom:1px solid #000;
  padding-bottom:20px;
}
.cp_ttl img{
  width:150px;
  /* height:auto; */
}
.taxonomy_date{
  margin: auto 50px;
}
.cp_item a{
  color:#333;
}
/* 投稿記事 */
main.main_single{
  margin:80px auto;
}
.post_title{
  margin:80px auto 0;
}
.post_title h2{
  font-size:20px;
  font-weight:bold;
  background-color: rgba(0,0,0,0.6);
  color:#fff;
  padding:5px 12px;
  box-sizing: border-box;
}
.post_info{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding:7px 5px 0 0;
  font-size:12px;
}
.post_info a{
  display: inline-block;
  text-decoration: underline;
  font-weight: bold;
  color:#ed8599;
}
.post_flex{
  display: flex;
  align-items: flex-start;
  margin-top:60px;
}
.single_content{
  padding-right:5%;
  box-sizing: border-box;
}
.post_flex_content{
  width:75%;
}
.single_content img{
  width:100%;
}
.single_content p{
  margin-top:30px;
  font-size:16px;
}
.post_sidebar{
  width:25%;
  margin-top:30px;
}
/* .sidebar */
.side_title{
  font-family: var(--english-font);
  font-size:16px;
  font-weight:bold;
  padding:10px 5%;
  border:1px solid #4D4D4D;
  box-sizing: border-box;
}
.side_content{
  padding:10px 5%;
  box-sizing: border-box;
  background-color: #efefef;
}
.side_inner{
  margin-bottom:10px;
}
.side_inner .news_title{
  text-align: left;
  border-bottom:1px solid #a0a0a0;
}
.side_inner .news_date{
  font-family: var(--english-font);
  font-weight: bold;
}
.side_inner .news_date,
.side_inner .news_title{
  font-size: 13px;
}
.side_inner .news_title{
  color:#ed8599;
}

}
