@media screen and (min-width:769px){
  .sp_only{
    display: none!important;
  }
}/*@media screen and (min-width:769px){*/

@media screen and (max-width:768px){
  .pc_only{
    display: none!important;
  }


  /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .hide{
    display: none!important;
  }

  .container{
    max-width:calc(328 / 375 * 100vw);
    margin:0 auto;
  }

  .common_fixed_image{
    background-attachment: scroll;
  }


  .common_view_more{
    width: 200px;
    min-height: 44px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:16px;
    padding-right:16px;
    font-size: 17px;
    letter-spacing: 0.03em;
  }

  .common_view_more::after{
    width:16px;
    height:8px;
    margin-right: 3px;
    transition-duration: 0.4s;
  }



  /* スライドのガイド */


  .common_slide_guide .slide_num_area{
    font-size: 14px;
  }

  .common_slide_guide .slide_num_area .slide_num_bordre{
    width: 8px;
    height: 1px;
    margin:0 8px;
  }

  .common_slide_guide .slide_bar_point{
    height:1.5px;
  }


  /*お知らせリスト*/
  .common_news_list{

  }

  .common_news_list .news_line{
    border-bottom:1px solid #BFBFBF;
  }

  .common_news_list .news_line:first-child{
    border-top:1px solid #BFBFBF;
  }

  .common_news_list .news_item{

    padding-top: 24px;
    padding-bottom: 24px;
  }

  .common_news_list .news_thumb{
    flex-shrink: 0;
    width:120px;
    aspect-ratio: 1/0.67;
    margin-right: 20px;
  }


  .common_news_list .news_text_area{
    width:100%;
    padding-right: 0;
  }

  .common_news_list .news_title{
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .common_news_list .news_info{
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.4;
  } 

  .common_news_list .slash{
    width: 1px;
    height: 10px;
    margin:0 16px; 
  }

  /*お知らせリスト 日本語*/

  .ja_body .common_news_list .news_text_area{
    padding-right: 0;
  }

  .ja_body .common_news_list .news_title{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .common_news_list .news_info{
    margin-top:10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.4;
  } 

  .ja_body .common_news_list .news_category_name{
    font-weight: 400;
  }

  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */



  .header .header_inner{
    max-width:calc(328 / 375 * 100vw);
    margin:0 auto;
    padding:0;
  }

  .header .header_flex{
    height:56px;
  }

  .header .header_logo{
    width:32px;
    height:32px;
  }

  .header .header_right{
    display: flex;
    align-items: center;
  }

  .header .lang_list{
    display: none;
  }

  .header .reserve_link{
    width: 96px;
    height: 24px;
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-left: 0;
  }

  .header .drawer_open{
    margin-left: 24px;
    height:28px;
  }

  .header .drawer_open_inner{
    width:24px;
  }

  .header .drawer_open_inner .bar03{
    margin:4px 0;
  }

  .header .drawer_open.active .bar01 {
    transform: translateY(5px) rotate(-22deg);
  }
  .header .drawer_open.active .bar02 {
    transform: translateY(-5px) rotate(22deg);
  }

  
  .header.fix_header.is_hidden {
    transform: translateY(-60px);
  }

/*ドロワーメニュー開いた際のヘッダー*/

  .header.static_header.fixed .header_logo{
    background-image: url('../img/common/header_logo.svg');
  }



  /*ドロワーメニュー*/
  #drawer_menu{
    display: block;
  }

  #drawer_menu .drawer_menu_img{
    display: none;
  }

  #drawer_menu .lang_list{
    display: flex;
    align-items: center;
    position: absolute;
    right:24px;
    bottom:24px;
  }

  #drawer_menu .lang_list a{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }

  #drawer_menu .lang_list a.active{
    font-weight: 700;
  }

  #drawer_menu .lang_list .border{
    width: 1px;
    height: 10px;
    background-color:#607d81;
    margin:0 16px;
  }

  #drawer_menu .insta{
    right:auto;
    left:24px;
    bottom:24px;
    font-size: 14px;
  }
  #drawer_menu .insta::before{
    width:18px;
    height:18px;
    margin-right: 8px;
  }

  #drawer_menu .drawer_contents_frame{
    min-height: 100%;
    max-width:calc(328 / 375 * 100vw);
    padding:0;
    margin:0 auto;
    display: block;
    padding-top: 92px;
  }

  #drawer_menu .drawer_contents{
    width: 100%;
    padding-bottom: 36px;
  }


  #drawer_menu .drawer_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }
  
  #drawer_menu .drawer_left{
    width: 100%;
    flex-shrink: 0;
    margin-right: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-top: 44px;
  }

  #drawer_menu .drawer_left br{
    display: none;
  }

  #drawer_menu .drawer_left p + p{
    margin-top: 0;
  }

  #drawer_menu .drawer_right{
    width:100%;
    max-width: none;
    padding-top: 0;
  }

  #drawer_menu .parent_link{
    padding-top: 10px;
    padding-bottom: 30px;
  }


  #drawer_menu .parent_link p{
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }

  #drawer_menu .parent_link p span{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  /*
  ------------------------------------
  フッター
  ------------------------------------
  */

  .footer_band_section{
    height:250px;
  }

  .footer_band_section .footer_band_image{
    z-index: -11;
    background-image: url('../img/common/footer_band01_para.jpg');
  }


  footer .footer_area01{
    padding-top: 64px;
    padding-bottom: 56px;
  }

  footer .footer_flex01{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  footer .footer_logo{
    display: block;
    width:104px;
    margin:0 auto;
  }


  footer .footer_right{
    margin-top: 48px;
  }

  footer .footer_area01 p{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  footer .footer_area01 p + p{
    margin-top: 16px;
  }


  footer .footer_area01 .reserve_link{
    width: 200px;
    height: 44px;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin:0 auto;
    margin-top: 32px;
  }



  footer .footer_area02{
    padding-top: 24px;
    padding-bottom: 24px;
  }


  footer .footer_flex02{
    max-width:calc(328 / 375 * 100vw);
    margin:0 auto;
    flex-direction: column;
    align-items: flex-start;
  }

  footer .insta{
    font-size: 14px;

  }

  footer .insta::before{
    width: 18px;
    height: 18px;
    margin-right: 8px;

  }

  footer .footer_right02{
    width: 100%;
    justify-content: space-between;
    margin-top: 16px;
  }

  footer .footer_right02 .slash{
    display: none;
  }

  footer .privacy_link{
    font-size: 14px;
  }

  footer .copy{
    font-size: 14px;    
  }

  /*
  ------------------------------------
  フッター(日本語)
  ------------------------------------
  */


  .ja_body footer .footer_logo{
    display: block;
    width:104px;
    margin:0 auto;
  }

  .ja_body footer .footer_area01 p{
    font-size: 15px;
    line-height: 1.75;
  }

  .ja_body footer .footer_area01 p + p{
    margin-top:8px;
  }


  .ja_body footer .footer_area01 .reserve_link{
    margin-top: 32px;
  }

  /*
  ------------------------------------
  予約セクション(英語)
  ------------------------------------
  */

  .common_reserve_section{
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .common_reserve_section .sec_title{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.3;
  
  }

  .common_reserve_section .reserve_text{
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height:1.5;
  }

  .common_reserve_section .reserve_text p + p{
    margin-top: 16px;
  }

  .common_reserve_section .reserve_text .mark{
    position: relative;
    padding-left: 8px;
  }

  .common_reserve_section .reserve_text .mark::before{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .common_reserve_section .reserve_link{
    margin-top: 44px;

  }

  /*
  ------------------------------------
  予約セクション(日本語)
  ------------------------------------
  */

  .ja_body .common_reserve_section{
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .ja_body .common_reserve_section .sec_title{
    font-family: 'Cormorant', serif;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }

  .ja_body .common_reserve_section .reserve_text{
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height:1.75;
  }

  .ja_body .common_reserve_section .reserve_text p + p{
    margin-top: 20px;
  }

  .ja_body .common_reserve_section .reserve_text .mark{
    position: relative;
    padding-left: 10px;
  }

  .ja_body .common_reserve_section .reserve_text .mark::before{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: absolute;
    left:0;
    top:0;
  }

  .ja_body .common_reserve_section .reserve_link{
    margin-top: 44px;
  }



  /*
  ------------------------------------
  トップページ(英語)
  ------------------------------------
  */

  .cookie_popup .cookie_popup_frame{
    width:calc(328 / 375 * 100vw);
    padding:32px 24px;
  }
  
  .cookie_popup .cookie_head{
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 1.4;
  }
  
  .cookie_popup .cookie_text{
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: 0.0125em;
    line-height:1.5;
  }
  
  .cookie_popup .cookie_text + .cookie_text{
    margin-top: 12px;
  }
    
  .cookie_popup .button_flex{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 36px;
    gap:10px 0;
  }
  
  .cookie_popup .cookie_button{
    width:100%;
    height:52px;
    font-weight: 500;
    font-size: 17px;
  }

  body.top_body{
    
  }

  main.top_main{

  }

  .top_mv_section{
    /* background-image: url('../img/top/top_mv_sp.jpg'); */
    background-image: url('../img/top/top_mv_thumb_sp.jpg');
  }

  .top_mv_section .logo{
    position: absolute;
    width:140px;
    top:37%;
    left:0;
    right:0;
    margin:auto;
  }
  .top_mv_section .scroll_guide{
    right:26px;
    bottom:0;
  }


  .top_mv_section .scroll_guide .scroll_text{
    width:12px;
  }

  .top_mv_section .scroll_guide .scroll_guide_border{
    width:1px;
    height:64px;
    background-color: #fff;
    margin-top: 16px;
  }

  .top_mv_section .insta::before{
    width:18px;
    height:18px;
    margin-right: 8px;
  }

  .top_mv_section .insta{
    font-size: 14px;
    left:24px;
    bottom:24px;
  }

  .top_nature_section{
    padding-top:72px;
    padding-bottom: 80px;
  }


  .top_nature_section .nature_head{
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height:1.75;
  }

  .top_nature_section .nature_border{
    width: 16px;
    height: 1px;
    margin-top: 32px;
  }

  .top_nature_section .nature_text{
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .top_nature_section .nature_text p + p{
    margin-top: 27px;
  }


  .top_band_section{
    height:250px;
  }

  .top_band_section::before{
    content:none;
  }

  .top_band_section .top_band_image{
    background-image: url('../img/top/top_band01_para.jpg');
  
  }

  .top_link_section{
    padding-top: 88px;
    /* padding-top: 213px; */
    padding-bottom: 88px;
  }

  .top_link_section .flex{
    display: flex;
    align-items: center;
  }

  .top_link_section .img_area{
    width:100%;
    flex-shrink: 0;
  }

  .top_link_section .slide_frame{
    height:auto;
    aspect-ratio: 1/0.75;
    overflow: hidden;
    position: relative;
  }

  .top_link_section .text_area{
    width:100%;
    padding-top: 0;
    margin-top: 55px;
  }

  .top_link_section .sec_title_flex{
    font-size: 17px;
    padding-top: 11px;
  
  }

  .top_link_section .sec_title_flex01{
    letter-spacing: 0.295em;
  }

  .top_link_section .sec_title_flex span{
    font-size: 14px;
  }

  @keyframes border_extend02{
    0% {
      width: 0;
    }
    100% {
      width: 78px;
    }
  }

  .top_link_section .link_catch{
    margin-top: 32px;
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .top_link_section .link_text{
    margin-top: 36px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.45;

  }

  .top_link_section .link_view_more{
    margin-top: 32px;
    
  }

  .top_link_section .link_guide{
    margin-top: 6px;
  }

  .top_link_section .slide_bar_frame{
    width:56px;
  }


  .top_link_section .flex01{
    flex-direction: column;
  }

  .top_link_section .flex01 .img_area{
    margin-left:0;
    margin-right: 0;
  }

  .top_link_section .flex02{
    margin-top: 96px;
    flex-direction: column;
  }

  .top_link_section .flex02 .img_area{
    margin-left: 0;
    margin-right: 0;
  }


  .top_news_section{
    padding-top: 72px;
    padding-bottom:80px;
  }

  .top_news_section .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .top_news_section .left{
    flex-shrink: 0;
    width:auto;
    padding-right: 0;
  }


  .top_news_section .right{
    width:100%;
    padding-top: 0;
    margin-top: 44px;
  }

  .top_news_section .sec_title{
    font-size: 28px;
    letter-spacing: 0.2em;
  }

  .top_news_section .common_news_list{

  }

  .top_news_section .archive_link_frame{
    display: flex;
    justify-content: flex-start;
    margin-top: 48px;
  }

  .top_news_section .archive_link{
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
  }

  .top_news_section .archive_link::before{
    width:16px;
    height:8px;
    margin-right: 12px;
  }

  .top_info_section{
    padding-top: 80px;
    padding-bottom: 88px;
  }


  .top_info_section .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .top_info_section .left{
    flex-shrink: 0;
    margin-right: 0;
    padding-top: 0;
    width: 100%;
  }

  .top_info_section .sec_title{
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    white-space: nowrap;
  }

  .top_info_section .sec_title img{
    width:280px;
  }

  .top_info_section .info_text{
    /* margin-top: 36px; */
    margin-top: 48px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;

  }

  .top_info_section .info_text p + p{
    margin-top: 16px;
  }

  .top_info_section .info_text p.p03{
    margin-top: 16px;
  }

  .top_info_section .info_text p.mark{
    padding-left: 8px;
  }

  .top_info_section .info_view_more{
    margin-top: 28px;
    
  }

  .top_info_section .right{
    width:100%;
    max-width: 100%;
    margin-top: 52px;
  }

  .top_info_section .right .map_frame{
  
  }

  .top_info_section .right iframe{
    width:100%;
    height:calc(245 / 375 * 100vw);
  }

  .top_reserve_section{
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .top_reserve_section .sec_title{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.3;
  
  }

  .top_reserve_section .reserve_text{
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height:1.5;
  }

  .top_reserve_section .reserve_text p + p{
    margin-top: 12px;
  }

  .top_reserve_section .reserve_text .mark{
    position: relative;
    padding-left: 8px;
  }

  .top_reserve_section .reserve_text .mark::before{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .top_reserve_section .reserve_link{
    margin-top: 44px;

  }

  /*
  ------------------------------------
  トップページ(日本語)
  ------------------------------------
  */

  body.top_body.ja_body{
    
  }


  .ja_body .cookie_popup .cookie_popup_frame{
    width:calc(328 / 375 * 100vw);
    padding:32px 24px 40px;
  }
  
  .ja_body .cookie_popup .cookie_head{
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  
  .ja_body .cookie_popup .cookie_text{
    margin-top: 28px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height:1.75;
  }
  
  .ja_body .cookie_popup .cookie_text + .cookie_text{
    margin-top: 12px;
  }
    
  .ja_body .cookie_popup .button_flex{
    margin-top: 48px;
    gap:10px 0;
  }
  
  .ja_body .cookie_popup .cookie_button{
    width:100%;
    height:52px;
    font-weight: bold;
    font-size: 15px;
  }

  .ja_body .top_nature_section {
    padding-top: 74px;
    padding-bottom:76px;
  }

  .ja_body .top_nature_section .nature_head{
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height:2;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
  }

  .ja_body .top_nature_section .nature_head span{
    font-size:16px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .ja_body .top_nature_section .nature_border{
    margin-top: 46px;
  }

  .ja_body .top_nature_section .nature_text{
    margin-top:43px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2;
  }

  .ja_body .top_nature_section .nature_text p + p{
    margin-top: 26px;
  }


  .ja_body .top_link_section .sec_title_flex{
  
  }

  .ja_body .top_link_section .link_catch{
    margin-top: 36px;
    font-size:24px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    white-space: nowrap;
  }


  .ja_body .top_link_section .link_text{
    margin-top: 32px;
    font-size:15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .top_link_section .link_text + .link_text{
    margin-top:24px;
  }

  .ja_body .top_link_section .link_view_more{
    margin-top:32px;
  }

  .ja_body .top_info_section .sec_title{
    font-size: 27px;
    font-family: 'Cormorant', serif;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }

  .ja_body .top_info_section .info_text{
    /* margin-top:32px; */
    margin-top: 48px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .top_info_section .info_text strong{
    font-size:16px;
    line-height: 1.4;
  }

  .ja_body .top_info_section .info_text p + p{
    margin-top:20px;
  }

  .ja_body .top_info_section .info_text p.p03{
    margin-top:20px;
  }

  .ja_body .top_info_section .info_view_more{
    margin-top: 30px;
  }




  /*
  ------------------------------------
  下層mv
  ------------------------------------
  */

  .page_mv_section{

  }

  .page_mv_section .page_title{
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 2.1;
    padding-left: 12px;
  }
  


  .page_title_section{
    padding-top: 90px;
    padding-bottom: 56px;
  }


  .page_title_section .page_title{
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.38;
    padding-left: 10px;
  }



  /*
  ------------------------------------
  NEWS一覧
  ------------------------------------
  */

  body.archive_body{
    
  }

  main.archive_main{

  }

  .archive_section01{
    padding-bottom: 88px;
  }

  .archive_section01 .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .archive_section01 .archive_article{
    width: 100%;
    max-width: 900px;
    margin-top: 24px;
  }

  .archive_section01 .common_news_list .news_line:first-child {
    border-top: none;
}

  .archive_section01 .no_result{
    font-weight: bold;
  }


  .common_page_nation{
    gap:12px 24px;
    font-size: 16px;
    line-height: 1.5;
    margin-top:48px;
  }

  #sidebar{
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
  }

  #sidebar .sidebar_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  #sidebar .area{
    width:46.3%;
  }

  #sidebar .area + .area{
    margin-top: 0;
  }

  #sidebar .sidebar_head{
    display: none;
  }

  #sidebar .sidebar_list{
    display: none;
  }

  #sidebar .select_frame{
    position: relative;
  }

  #sidebar .select_frame::after{
    content:'';
    width:8px;
    height:4px;
    background-image: url('../img/common/angle_bottom_black.svg');
    background-position: bottom;
    background-size: contain;
    position: absolute;
    right:0;
    top:16px;
    pointer-events: none;
  }

  #sidebar select{
    display: block;
    width:100%;
    border:none;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-bottom: 12px;
    padding-top: 6px;
    border-bottom:1px solid #BFBFBF;
    font-size: 17px;
    line-height: 1.3;

  }

  #sidebar select:focus{
    outline: none;
  }

  /*
  ------------------------------------
  NEWS一覧(日本語)
  ------------------------------------
  */
  #sidebar select{
    font-family: "Cormorant", "Zen Old Mincho", serif;
  }

  /*
  ------------------------------------
  NEWS詳細
  ------------------------------------
  */

  body.single_body{
    
  }

  main.single_main{

  }

  .single_section01{
    padding-bottom: 88px;
  }

  .single_section01 .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .single_section01 .single_article{
    width: 100%;
    max-width: 900px;
    margin-top: 56px;
  }

  .single_section01 .single_frame{
    padding-bottom: 48px;
  }

  .single_section01 .news_info{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin-bottom: 24px;
  } 

  .single_section01 .slash{
    width: 1px;
    height: 10px;
    margin:0 16px; 
  }

  .single_section01 .news_date{
    font-weight: 500;
    font-size: 14px;
  }

  .single_section01 .news_title{
    margin-bottom: 48px;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .single_section01 .news_thumbnail{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
  }


  .single_section01 .link_flex{
    margin-top: 48px;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }



  .single_section01 .link_flex .link_prev a::before,
  .single_section01 .link_flex .link_next a::after{
    width:16px;
    height:8px;
  }

  .single_section01 .link_flex .link_prev a::before{
    margin-right: 8px;
  }


  .single_section01 .link_flex .link_next a::after{
    margin-left: 8px;
  }

  .single_block{

  }

  .single_block .article_item.text{
    margin-bottom: 24px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }


  .single_block .article_item.list{
    margin-bottom: 24px;
  }

  .single_block .article_item.list ul li{
    padding-left: 24px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    position: relative;
  }

  .single_block .article_item.list ul li::before{
    content:'';
    width: 12px;
    height: 1px;
    background-color: #bfbfbf;
    position: absolute;
    left:0;
    top:12px;
  }

  .single_block .article_item.list ul li + li{
    margin-top: 12px;
  }

  .single_block .article_item.head2{
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .single_block .article_item.head2 h2{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .single_block .article_item.img{
    margin-bottom: 48px;
    margin-left:auto;
    margin-right:auto;
  }


  .single_block .article_item.img figcaption{
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .single_block .article_item.img_wide_full{
    width: 100%;
  }

  .single_block .article_item.img_verti_full{
    width: 75%;
  }

  .single_block .article_item.img_wide_half{
    width: 75%;
  }

  .single_block .article_item.img_verti_half{
    width: 50%;
  }


  /*
  ------------------------------------
  NEWS詳細(日本語)
  ------------------------------------
  */


  .ja_body .single_section01 .news_info{
    font-weight: 400;
    font-size: 14px;
    margin-bottom:24px;
  } 

  .ja_body .single_section01 .news_date{
    font-family: 'EB Garamond', serif;
    font-weight: 500;
  }

  .ja_body .single_section01 .news_category{
    font-size:14px;
  }

  .ja_body .single_section01 .news_title{
    margin-bottom: 56px;
    font-weight: 400;
    font-size: 20px;
    /* letter-spacing: 0.25em; */
    line-height: 2;
    text-align: left;
  }

  .ja_body .single_section01 .news_thumbnail{
    margin-bottom: 56px;
  }


  .ja_body .single_block .article_item.text{
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .single_block .article_item.list{
    margin-bottom: 40px;
  }

  .ja_body .single_block .article_item.list ul li{
    padding-left:24px;
    font-size:15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    position: relative;
  }

  .ja_body .single_block .article_item.list ul li::before{
    top:13px;
  }

  .ja_body .single_block .article_item.list ul li + li{
    margin-top:16px;
  }

  .ja_body .single_block .article_item.head2{
    margin-top: 64px;
    margin-bottom: 40px;
  }

  .ja_body .single_block .article_item.head2 h2{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .single_block .article_item.img{
    margin-bottom:56px;
    margin-top: 56px;
  }


  .ja_body .single_block .article_item.img figcaption{
    margin-top: 16px;
    font-size:15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  /*
  ------------------------------------
  ORIGIN
  ------------------------------------
  */

  body.origin_body{
    
  }

  main.origin_main{

  }

  .origin_mv_section{
    background-image: url('../img/origin/origin_mv_sp.jpg');
  }

  .origin_nature_section{
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .origin_nature_section .sec_title{
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    white-space: nowrap;
  }

  .origin_nature_section .nature_text{
    margin-top: 40px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height:1.5;
  }

  .origin_nature_section .nature_text p + p{
    margin-top: 28px;
  }

  .origin_band_section01{
    height:250px;
    background-image: url('../img/origin/origin_band01_sp.jpg');
    background-attachment: scroll;
  }

  .origin_band_section02{
    height:250px;
    background-image: url('../img/origin/origin_band02_sp.jpg');
    background-attachment: scroll;
  }

  .origin_info_section{
    padding-top: 88px;
    padding-bottom: 84px;
  }


  .origin_info_section .info_list{

  }

  .origin_info_section .info_block{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .origin_info_section .info_block + .info_block{
    margin-top: 69px;
  }

  .origin_info_section .info_block .info_img_area{
    width:100%;
    height:calc(245 / 375 * 100vw);
  }


  .origin_info_section .info_block .info_text_area{
    width:100%;
    margin-top: 40px;
  }

  .origin_info_section .info_block .origin_head{
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }

  .origin_info_section .info_block .origin_border{
    margin-top: 24px;
    width: 16px;
  }

  .origin_info_section .info_block .origin_text{
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-top: 30px;
  }

  .origin_info_section .info_block .origin_text p + p{
    margin-top: 20px;
  }


  .origin_info_section .info_block:nth-child(odd) .info_img_area{
    margin-left: 0;
    margin-right: 0;
  }

  .origin_info_section .info_block:nth-child(even){
    flex-direction: column;
  }

  .origin_info_section .info_block:nth-child(even) .info_img_area{
    margin-left: 0;
    margin-right: 0;
  }

  .origin_history_section{
    padding-top: 88px;
  } 

  .origin_history_section .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .origin_history_section .img_area{
    width:100%;
    margin-right: 0;
    flex-shrink: 0;
  }

  .origin_history_section .slide_frame{
    height:calc(245 / 375 * 100vw);
    overflow: hidden;
    position: relative;
  }

  .origin_history_section .history_guide{
    bottom:12px;
    padding-left: 12px;
    padding-right: 16px;
  }


  .origin_history_section  .history_guide .slide_bar_frame {
    width:56px;
  }

  .origin_history_section .text_area{
    width:100%;
    margin-top: 44px;
  }

  .origin_history_section .history_head{
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.5;
  }

  .origin_history_section .history_border{
    margin-top: 26px;
    width: 16px;
  }

  .origin_history_section .history_text{
    margin-top: 36px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .origin_history_section .history_text p + p{
    /* margin-top: 20px; */
    margin-top: 16px;
  }

  .origin_message_section{
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .origin_message_section .p01{ 
    font-size: 23px;
    letter-spacing: 0.2em;
    line-height: 1.625;
    text-align: center;
    padding-left: 0;
  }

  .origin_message_section .p02{
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height:1.5;

  }


  /*
  ------------------------------------
  ORIGIN(日本語)
  ------------------------------------
  */

  .ja_body .origin_nature_section{
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .ja_body .origin_nature_section .sec_title{
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-weight: 400;
    white-space: nowrap;
  }

  .ja_body .origin_nature_section .sec_title span{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;

  }

  .ja_body .origin_nature_section .nature_text{
    margin-top: 48px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .origin_nature_section .nature_text p + p{
    margin-top: 26px;
  }


  /* .ja_body .origin_info_section .info_block .origin_head{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }

  .ja_body .origin_info_section .info_block .origin_head span{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  } */

  .ja_body .origin_info_section .info_block .origin_border{
    /* margin-top: 25px; */
    margin-top: 20px;
  }

  .ja_body .origin_info_section .info_block .origin_text{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 25px;
  }

  .ja_body .origin_info_section .info_block .origin_text p + p{
    margin-top: 20px;
  }


  .ja_body .origin_history_section{
    padding-top: 88px;
  } 

  .ja_body .origin_history_section .history_border{
    margin-top: 28px;
  }

  .ja_body .origin_history_section .history_text{
    margin-top:34px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .origin_history_section .history_text p + p{
    margin-top: 20px;
  }

  .ja_body .origin_message_section{
    padding-top:72px;
    padding-bottom: 88px;
  }

  .ja_body .origin_message_section .ja_text{
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .origin_message_section .p02{
    margin-top: 12px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  /*
  ------------------------------------
  EXPERIENCE
  ------------------------------------
  */

  body.experience_body{
    
  }

  main.experience_main{

  }

  .experience_mv_section{
    background-image: url('../img/experience/experience_mv_sp.jpg');
  }

  .experience_text_section{
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .experience_text_section .head_text{
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .experience_text_section .text{
    margin-top: 40px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height:1.5;
  }

  .experience_text_section .text p + p{
    margin-top: 27px;
  }

  .experience_info_section{

  }

  .experience_info_section .img_box{
    height:250px;
  }

  .experience_info_section .experience_info_area{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .experience_info_section .experience_head{
    font-size: 30px;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }

  .experience_info_section .experience_border{
    margin-top: 24px;
    width: 16px;
  }

  .experience_info_section .experience_text{
    margin-top: 28px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height:1.5;
  }

  .experience_info_section .experience_text p + p{
    margin-top: 20px;
  }

  .experience_info_section .img_box.engawa{
    background-image: url('../img/experience/experience01_sp.jpg');
  }

  .experience_info_section .img_box.gallery{
    background-image: url('../img/experience/experience02_sp.jpg');
  }

  .experience_info_section .img_box.tearoom{
    background-image: url('../img/experience/experience03_sp.jpg');
  }

  .experience_info_section .img_box.garden{
    background-image: url('../img/experience/experience04_sp.jpg');
  }

  .experience_info_section .img_box.library{
    background-image: url('../img/experience/experience05_sp.jpg');
  }


  .experience_tea_section{
    padding-top: 76px;
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .experience_tea_section .sec_title{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: left;
  }

  .experience_tea_section .sec_text{
    margin-top: 36px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .experience_tea_section .sec_text + .sec_text{
    margin-top: 16px;
  }

  .experience_tea_section .tea_list{
    margin-top: 50px;
  }

  .experience_tea_section .tea_block{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .experience_tea_section .tea_block + .tea_block{
    margin-top: 54px;
  }

  .experience_tea_section .tea_img_area{
    position: relative;
    width:100%;
    margin-right: 0;
    flex-shrink: 0;
  }

  .experience_tea_section .slide_frame{
    /* height:calc(245 / 375 * 100vw); */
    height:calc(218 / 375 * 100vw);
  }


  .experience_tea_section .tea_guide{
    bottom:12px;
    padding-left: 12px;
    padding-right: 16px;
  }


  .experience_tea_section  .tea_guide .slide_bar_frame {
    width:56px;
  }

  .experience_tea_section  .tea_guide .slide_bar_frame::before{
    /* background-color: rgba(255,255,255,1); */
  }

  .experience_tea_section .tea_text_area{
    width:100%;
    margin-top: 32px;
  }

  .experience_tea_section .tea_head{
    font-size: 28px;
    letter-spacing: 0.025em;
    line-height: 1.5;

  }

  .experience_tea_section .tea_border{
    margin-top: 20px;
    width: 16px;
  }

  .experience_tea_section .tea_text{
    margin-top: 24px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    
  }


  .experience_tea_section .tea_text p + p{
    margin-top: 16px;
    
  }

  /*
  ------------------------------------
  EXPERIENCE(日本語)
  ------------------------------------
  */

  .ja_body .experience_text_section{
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .ja_body .experience_text_section .head_text{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    font-weight: 400;
  }

  .ja_body .experience_text_section .head_text span{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .ja_body .experience_text_section .text{
    margin-top: 48px;
    font-size:15px;
    letter-spacing: 0.05em;
    line-height:1.75;
    text-align: center;
  }

  .ja_body .experience_text_section .text p + p{
    margin-top:24px;
  }

  .ja_body .experience_info_section{

  }


  .ja_body .experience_info_section .experience_info_area{
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .ja_body .experience_info_section.library .experience_info_area{
    padding-bottom:80px;
  }
/* 
  .ja_body .experience_info_section .experience_head{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  } */

  .ja_body .experience_info_section .experience_head span{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .ja_body .experience_info_section .experience_border{
    margin-top: 25px;
  }

  .ja_body .experience_info_section .experience_text{
    margin-top: 25px;
    font-size: 15px;
    /* letter-spacing: 0.05em; */
    letter-spacing: 0.03em;
    line-height: 1.75;
    font-feature-settings: 'palt';
  }

  .ja_body .experience_info_section .experience_text p + p{
    margin-top: 20px;
  }

  .ja_body .experience_tea_section{
    padding-top: 76px;
    padding-bottom: 80px;
  }

  .ja_body .experience_tea_section .sec_text{
    margin-top:36px;
    font-size:15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .experience_tea_section .sec_text + .sec_text{
    margin-top: 20px;
  }

  .ja_body .experience_tea_section .tea_list{
    margin-top: 50px;
  }


  .ja_body .experience_tea_section .tea_block + .tea_block{
    margin-top:54px;
  }

  .ja_body .experience_tea_section .tea_head{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }

  .ja_body .experience_tea_section .tea_border{
    margin-top: 24px;
  }

  .ja_body .experience_tea_section .tea_text{
    margin-top: 24px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .experience_tea_section .tea_text p + p{
    margin-top: 20px;
    
  }


  /*
  ------------------------------------
  MENU(英語)
  ------------------------------------
  */

  body.menu_body{
    
  }

  main.menu_main{

  }

  .menu_section01{

  }

  .menu_section01 .menu_mv{
    width:100vw;
    height:calc(250 / 375 * 100vw);
    margin: 0 calc(50% - 50vw);
    background-image: url('../img/menu/menu_mv_sp.jpg');
  }

  .menu_section01 .text{
    margin-top: 72px;
    
  }

  .menu_section01 .text_head{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }

  .menu_section01 .text p{
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-top: 40px;
  }

  .menu_section01 .text p + p{
    margin-top: 16px;
  }

  .menu_list_section{
    padding-top: 56px;
  }

  .menu_list_section + .menu_list_section{
    padding-top: 72px;
  }

  .menu_list_section .menu_head{
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.5;
  }

  .menu_list_section .menu_block{
    margin-top: 28px;
  }

  .menu_list_section .menu_block + .menu_block{
    margin-top: 48px;
  }

  .menu_list_section .menu_sub_head{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }

  .menu_list_section .menu_list{
    margin-top: 16px;
  }

  .menu_list_section .menu_list li{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom:1px solid #BFBFBF;
    gap:0;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }

  .menu_list_section .menu_name{
    font-weight: bold;
    
  }

  .menu_list_section .menu_price{
    display: flex;
    align-items: center;
    margin-top: 6px;
  }

  .menu_list_section .menu_price::before{
    width: 10px;
    height: 1px;
    margin-right: 12px;

  }

  /*
  ------------------------------------
  MENU(日本語)
  ------------------------------------
  */



  .ja_body .menu_section01 .text p{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-top: 48px;
  }

  .ja_body .menu_section01 .text p + p{
    margin-top: 20px;
  }

  .ja_body .menu_list_section{
    padding-top: 80px;
  }

  .ja_body .menu_list_section + .menu_list_section{
    padding-top: 88px;
  }

  .ja_body .menu_list_section .menu_head{
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }

  .ja_body .menu_list_section .menu_head span{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .ja_body .menu_list_section .menu_block{
    margin-top: 46px;
  }

  .ja_body .menu_list_section .menu_block + .menu_block{
    margin-top: 56px;
  }

  .ja_body .menu_list_section .menu_sub_head{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .ja_body .menu_list_section .menu_list{
    margin-top: 20px;
  }

  .ja_body .menu_list_section .menu_list li{
    
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }


  .ja_body .menu_list_section .menu_name{
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .ja_body .menu_list_section .menu_price{
    font-family: 'Cormorant', serif;
    font-weight: 500;
    line-height: 1;
  }


  /*
  ------------------------------------
  INFORMATION(英語)
  ------------------------------------
  */

  body.info_body{
    
  }

  main.info_main{

  }

  main.info_main .page_title_section .page_title{
    letter-spacing: 0.15em;
  }

  .info_section01{

  }



  .info_section01 .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .info_section01 .left{
    width: 100%;
    flex-shrink: 0;
  }

  .info_section01 .right{
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 60px;
  }

  .info_section01 .logo{
    width: 96px;
    margin:0 auto;
  }

  .info_section01 .info_text{
    margin-top: 36px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .info_section01 .info_text p + p{
    margin-top: 16px;
  }

  .info_section01 .reserve_link{
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    width: 200px;
    height:44px;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height:1.25;
  }


  .info_section01 .access_area{
    margin-top: 88px;
  }

  .info_section01 .access_head{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1.26;
  }

  .info_section01 .access_text{
    margin-top: 35px;
    font-size: 17px;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .info_section01 .map_frame{
    margin-top: 32px;
  }

  .info_section01 .map_frame iframe{
    width:100%;
    height:calc(245 / 375 * 100vw);
  }


  /*
  ------------------------------------
  INFORMATION(日本語)
  ------------------------------------
  */

  .ja_body .info_section01{

  }


  .ja_body .info_section01 .right{
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 60px;
  }


  .ja_body .info_section01 .info_text{
    margin-top: 36px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .info_section01 .info_text p + p{
    margin-top:16px;
  }

  .ja_body .info_section01 .reserve_link{
    margin-top: 32px;
  }

  .ja_body .info_section01 .access_area{
    margin-top:88px;
  }

  .ja_body .info_section01 .access_text{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .info_section01 .map_frame{
    margin-top: 32px;
  }


  /*
  ------------------------------------
  PRIVACY POLICY(英語)
  ------------------------------------
  */

  body.privacy_body{
    
  }

  body.privacy_body .page_title_section .page_title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 0;
    letter-spacing: 0.1em;
  }

  main.privacy_main{

  }


  main.privacy_main .page_title_section {
    padding-bottom: 64px;
}

  .privacy_section .privacy_frame{
    width:100%;
    max-width: 100%;
    margin:0 auto;
  }

  .privacy_section .sec_title{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }

  .privacy_section .p01{
    font-size: 17px;
    letter-spacing: 0.0125em;
    line-height: 1.5;
  }

  .privacy_section .privacy_block{
    margin-top: 48px;
  }

  .privacy_section .privacy_block + .privacy_block{
    margin-top: 48px;
  }

  .privacy_section .privacy_head{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.025em;
    line-height: 1.5;
    text-align: left;
  }

  .privacy_section .privacy_text{
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 0.0125em;
    line-height: 1.5;
  }

  .privacy_section ul{
    margin-top: max(calc(32 / 1440* 1000px), calc(32 / 1440* 100vw));
  }
  
  .privacy_section ul li{
    font-size: 17px;
    letter-spacing: 0.0125em;
    line-height: 1.5;
  }
  
  .privacy_section ul li::before{

    width: 12px;
    margin-right: 12px;
    margin-top: 12px;
  
  }
  
  .privacy_section ul li + li{
    margin-top: 16px;
  }

  .privacy_section01{
    padding-bottom: 80px;
  }

  .privacy_section02{
    padding-top:80px;
    padding-bottom:88px;
  }

  /*
  ------------------------------------
  PRIVACY POLICY(英語)
  ------------------------------------
  */


  body.privacy_body.ja_body .page_title_section .page_title {
    padding-top: 6px;
    padding-bottom: 0;
  }


  .ja_body .privacy_section .privacy_frame{
    width:100%;
    max-width: 100%;
    margin:0 auto;
  }

  .ja_body .privacy_section .sec_title{
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.025em;
    line-height: 1.7;
  }

  .ja_body .privacy_section .privacy_block{
    margin-top: 50px;
  }

  .ja_body .privacy_section .privacy_block + .privacy_block{
    margin-top: 50px;
  }

  .ja_body .privacy_section .privacy_head{
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: left;
  }

  .ja_body .privacy_section .privacy_text{
    margin-top: 16px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }

  .ja_body .privacy_section ul{
    margin-top: 20px;
  }

  .ja_body .privacy_section ul li{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  
  .ja_body .privacy_section ul li::before{
    margin-top: 12px;
  }
  
  .ja_body .privacy_section ul li + li{
    margin-top: max(calc(20 / 1440* 1000px), calc(20 / 1440* 100vw));
  }
  
}/*@media screen and (max-width:768px){*/