@media screen and (max-width: 1290px) and (min-width: 767px) {

/* ----------------------------------
kv
---------------------------------- */

ul.kv_icon{
  width:45vw;
}
ul.kv_icon li{
  width:calc((100% - 16px) / 3);
}
ul.kv_icon li img{
  width:100%;
}
.kv_detail{
  
  transform: translateY(-50%);
  right:28.4vw;
  height:35vw;
  
}
.kv_detail h1{
  font-size: clamp(18px, 3vw, 40px);
  font-family: var(--f-f-mincho);
  padding-right:3px;
}
.kv_detail h1 span{
  color:var(--blue);
  font-size: clamp(24px, 4vw, 48px);
  border-right:1px solid var(--blue);
}
.kv_detail p{
  margin-right:1em;
  display: inline-block;
  font-size: clamp(16px, 1.3vw, 26px);
  padding:2rem 0;
  border-top:1px solid #333333;
  border-bottom:1px solid #333333;
  font-weight:300;
}
/* フェードアニメーション */
.kv_image{
  position:relative;
  width:100vw;
  aspect-ratio: 1440 / 600;
}
.kv_image picture {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index:-5;
}
.kv_image img{
  width:100%;
  height:100%;
}
.kv_image picture.active {
  opacity: 1;
  z-index: -2;
}
/* ----------------------------------
infomation
---------------------------------- */
section.infomation{
  margin-top:128px;
  position:relative;
}
section.infomation::after{
  content:"";
  position:absolute;
  width:calc(100% - 20px);
  height:83%;
  background-color:var(--blue);
  opacity: 0.1;
  left:0;
  bottom:0;
  z-index: -2;
}
section.infomation h2{
  font-size:clamp(40px,5vw,80px);
  position:absolute;
  top:-48px;
  right:200px;
  color:var(--blue);
  opacity: 0.2;
  font-family:var(--f-f-mincho);
}
.info_wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info_wrapper ul{
  padding-top:82px;
}
.info_wrapper ul li{
  font-size:clamp(1.2rem,1.6rem,2rem);
  line-height: 2.3;
  font-family:var(--f-f-mincho);
  position:relative;
}
.info_wrapper ul li::before{
  content:"";
  position:absolute;
  left:-40px;
  width:26px;
  height:26px;
  top:50%;
  transform: translateY(-50%);
  background: url(../images/index/check_icon.png) center center no-repeat;
  background-size: contain;
}
.info_wrapper ul li span{
  color:var(--blue);
}
.info_image{
  text-align: right;
}
.info_image img{
  display: block;
}
.info_image img.pc_none{
  display: none;
}
.img_wrap{
  position:relative;
  width:40vw;
}
.img_wrap img{
  width:100%;
}
.img_wrap::after{
  content:"";
  position:absolute;
  width:50%;
  height:50%;
  right:-50px;
  bottom:-50px;
  background-color:var(--blue);
  opacity: 0.2;
  z-index: -1;
}

/* ----------------------------------
shop_info
---------------------------------- */

.shop_info_wrap iframe{
  width:50%;
  height:284px;
}

.shop_info_reserve p::after{
  content:"";
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right:46px;
  width: 0;
  height: 0;
  border-bottom: 11px solid transparent;       /* 高さ */
  border-top: 11px solid transparent;       /* 高さ */
  border-left: 18px solid #22A070; /* 底辺 */
}
.shop_info_reserve p{
  font-size:clamp(2rem,3rem,3rem);
}
.shop_info_reserve p span{
  color:#22A070;
}
.shop_info_reserve a{
  color:#fff;
  display: block;
  padding:25px 0;
  background-color: var(--blue);
  text-align: center;
  z-index: 2;
  box-shadow: 5px 5px 0px 0px rgba(69, 119, 246, 0.4);
}

.shop_info_reserve a.mail_btn{
  background-color:#22A070;
  box-shadow: 5px 5px 0px 0px rgba(34, 160, 112, 0.4);
}

.shop_info_reserve a img{
  margin-bottom:16px;
}

/* ----------------------------------
important
---------------------------------- */
.important{
  padding-top:60px;
  padding-bottom:60px;
  position:relative;
}
.important::before{
  content:"";
  position:absolute;
  width:555px;
  height:390px;
  background-color: #CCE1CC;
  bottom:0;
  right:0;
  z-index: 0;
}
.important::after{
  content:"";
  position:absolute;
  width:100%;
  height:55%;
  background: linear-gradient(
    to bottom,
    rgba(219,236,220,0) 0%,
    rgba(219,236,220,0.7) 5%,
    #DBECDC 12%
  );
  bottom:0;
  left:0;
  z-index: -1;
}
.important h2{
  font-size:4.4rem;
  color:#22A070;
  font-family:var(--f-f-mincho);
  display: inline-block;
  padding:3px 20px;
  position:relative;
}
img.important_head{
  position:absolute;
  width:100%;
  top:0;
  left:0;
  z-index: -2;
}
.important h2::before,
.important h2::after{
  content:"";
  position:absolute;
  width:180px;
  height:30px;
}
.important h2::before{
  top:0;
  left:0;
}
.important h2::after{
  bottom:0;
  right:0;
}
.wrapper.important_list{
  margin-top:340px;
  max-width: 1200px;
  position:relative;
  z-index: 1;
}
.important_list h3{
  font-size:clamp(2rem,2.4rem,3rem);
  color:#fff;
  font-family:var(--f-f-mincho);
  padding:20px 10px;
  position: relative;
}
.important_list h3::before,
.important_list h3::after{
  content:"";
  position:absolute;
  top: 5px;
}
.important_list h3::before{
  left:5px;
  border-top: 24px solid #fff;       /* 高さ */
  border-right: 24px solid transparent; /* 底辺 */
}
.important_list h3::after{
  right:5px;
  border-top: 24px solid #fff;       /* 高さ */
  border-left: 24px solid transparent; /* 底辺 */
}
.important_list h3 span{
  font-size:4rem;
  text-decoration: underline;
}
.important_list ul{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width:100%;
}
.important_list ul li{
  background-color: #fff;
  padding:30px;
  width:calc((100% - 40px) / 2);
}
.important_list ul li img{
  width:100%;
}

/* ----------------------------------
reason
---------------------------------- */
.reason{
  padding-top:120px;
  padding-bottom:120px;
  background: url(../images/index/reason_bg.png) top center no-repeat;
  background-size: cover;
}
.wrapper.reason_wrap{
  max-width: 1200px;
  position:relative;
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.reason_wrap ul{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width:85%;

}
.reason_wrap ul li{
  width:calc((100% - 16px) / 2);
}
.reason_wrap ul li img{
  width:100%;
}
.reason_wrap ul li::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  border:1px solid var(--blue);
  top:6px;
  left:-6px;
}
.reason_wrap ul li::after{
  content:"";
  position:absolute;
  width:100%;
  height:40px;
  left:0;
  top:50%;
  transform: translateY(-50%);
  z-index: 0;
  background-color: var(--blue);
}
.reason_wrap ul li img{
  position:relative;
  z-index: 1;
}
.reason_wrap ul li h3{
  font-size:2.2rem;
  text-align: center;
  font-family: var(--f-f-mincho);
  margin-bottom:1em;
}
.reason_wrap ul li h3 span{
  font-size:2.5rem;
  color:#1566AC;
  display: block;
}
.reason_wrap ul li p{
  margin-top:1em;
  line-height: 2;

}
.reason_wrap span.number{
  font-size:14rem;
  color:var(--blue);
  opacity: 0.1;
  position:absolute;
  right:30px;
  bottom:0;
  z-index: 0;
  font-family: "Times New Roman", Times, serif;
  line-height: 1;
}
.reason_title{
  writing-mode: vertical-rl;
  font-family: var(--f-f-mincho);
  height:100%;
}
.reason_title p{
  font-size:3rem;
}
.reason_title p span{
  font-size:4rem;
}
.reason_title h2{
  font-size:5.6rem;
  margin-top:-20px;
}
.reason_title h2 span{
  font-style: italic;
  font-size:13rem;
  font-family: "Times New Roman", Times, serif;
  color:var(--blue);
  writing-mode:initial;
  display: inline;
  line-height: 1;
}
.image_title{
  writing-mode: vertical-rl;
  position:absolute;
  font-size:15.4rem;
  color:var(--blue);
  opacity: 0.1;
  right:0;
  top:50%;
  transform: translateY(-50%);
  font-family: "Times New Roman", Times, serif;
}
/* ----------------------------------
greeting
---------------------------------- */

.greeting h2{
  position:absolute;
  top:97px;
  right:0;
  font-family: "Times New Roman", Times, serif;
  font-size:12.2rem;
  opacity: 0.1;
  color:var(--blue)
}

.greeting_detail h3{
  font-family: var(--f-f-mincho);
  font-size:4rem;
  color:var(--blue);
  text-decoration: underline;
}

.greeting_bottom{
  position:relative;
  margin:100px auto;
  max-width: 1240px;
}
.greeting_bottom::before{
  content:"";
  position:absolute;
  width:calc(100% - 24px);
  height:calc(100% - 24px);
  border:1px solid #88837C;
  top:12px;
  left:12px;
  z-index: 2;
}

.greeting_bottom_txt p{
  font-size:clamp(1.8rem,2rem,2.4rem);
  line-height: 2;
}
.greeting_bottom_txt p span{
  color:#22A070;
}
.greeting_bottom_txt h4{
  color:var(--blue);
  margin:10px auto 0;
  font-size:3rem;
  text-align: center;
}

/* ----------------------------------
pickup
---------------------------------- */

.pickup_title h2{
  font-size:clamp(8rem,10rem,11.8rem);
}

.pickup_title p{
  font-family: var(--f-f-mincho);
  font-size: clamp(2.4rem,2.8rem,3.2rem);
}

.pickup_image h3{
  font-size: clamp(6rem,9vw,13rem);
}

.pickup_inner::before,
.pickup_inner::after{
  content:"";
  position:absolute;
  opacity: 0.3;
}

.pickup_inner h4{
  font-size: clamp(3rem,3.5rem,4rem);
  font-family: var(--f-f-mincho);
}

.pickup_inner h5{
  font-size: clamp(1.6rem,1.8rem,2.2rem);
  
}
.pickup_inner p{
  font-size: clamp(1.2rem,1.4rem,1.6rem);
  line-height: 2;
}

/* ----------------------------------
news
---------------------------------- */
section.news{
  margin:80px 0;
  padding:0 5%;
}
.news_wrap{
  display: flex;
  gap:64px;
  align-items: flex-start;
  justify-content: flex-start;
}
.news_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_head h3.sub_title{
  font-size:3.6rem;
  font-family: 'Times New Roman', Times, serif;
  display: flex;
  align-items: center;
  color:var(--blue);
}
.news_head h3 span{
  padding-left:1em;
  font-size:1.6rem;
  color:#333;
  font-family: var(--f-f-japanese);
}
.news_head a{
  position:relative;
  padding-right:20px;
  font-family: 'Times New Roman', Times, serif;
  color:#333;
  font-size:1.8rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.news_head a::after{
  content:"";
  position:absolute;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid var(--blue);
  top:50%;
  transform: translateY(-50%);
  right:0;
}
.news_inner ul li{
  padding:20px 0;
  border-top:1px solid rgba(204,204,204,0.5);
}
.news_inner ul li:last-child{
  border-bottom:1px solid rgba(204,204,204,0.5);
}
.news_inner ul li a{
  color:#333;
}
.news_inner time{
  font-size:1.2rem;
  opacity: 0.5;
  font-family: 'Times New Roman', Times, serif;
}
.news_inner ul li a p{
  margin-top:10px;
  letter-spacing: 2px;
}
/* ----------------------------------
下層ページ共通
---------------------------------- */

.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_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;
}
.temp_wrap.faq_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;
}
* 問い合わせフォーム */
.mw_wp_form{
  padding:30px 5%;
  background-color: #f1f1f1;
}
.contact{
  margin:60px auto;
  width:100%;
  max-width:880px;
  padding:48px 5%;
  background-color: rgba(109, 187, 255, 0.1);;
}

.temp_wrap .mw_wp_form h3{
  margin-bottom:8px;
  border-top:none;
  font-size:2rem;
  display: flex;
  gap:8px;
  align-items: center;
}
.mw_wp_form h3 span{
  display: inline-block;
  padding:3px 5px;
  background-color: var(--main-color);
  color:#fff;
  font-size:1.2rem;
  background-color: var(--blue);
}
.contact form p{
  font-size:14px;
  margin-bottom:8px;
}
.contact form p span.form_label{
  padding:3px 5px;
  background-color: #808080;
  color:#fff;
}
.contact form p span.red{
  padding:3px 5px;
  margin-left:3px;
  font-size:10px;
  background-color: #29abe2;
  color:#fff;
}
.contact form select{
  box-sizing: border-box;
  appearance: none;
  border:none;
}
.contact form input[name="name"],
.contact form input[name="rubi"],
.contact form input[name="address"],
.contact form input[type="email"],
.contact form textarea,
.contact form select{
  width:50%;
  padding:8px;
  font-size:1.6;
  border:1px solid rgba(0,0,0,0.1);
  background-color: rgb(255, 255, 255);
  border-radius:7px;
}
.contact form input[type="text"]{
  padding:8px;
  border:none;
  background-color: rgb(255, 255, 255);
  border-radius:7px;
}
.contact form input[name="tel"],
.contact form input[name="add_number"]{
  width:20px;
}
.contact form input[type=submit]{
  padding:15px 0;
  width:200px;
  border:none;
  background-color: var(--blue);
  color:#fff;
  border-radius:7px;
}
.mw_wp_form .error{
  margin-top:5px;
}
/* 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: 16 / 9;
  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;
}

}
