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

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

  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  

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

  .container{
    max-width:720px;
    margin:0 auto;
  }

  /*
  ------------------------------------------
  共通パーツ サイドバー
  ------------------------------------------
  */

  #sidebar{
    max-width:400px;
    margin-top: 56px;
  }

  #sidebar .sideber_section{

    padding:40px 0 48px;
  }

  #sidebar .sideber_section::before{
    height:1.5px;
  }

  #sidebar .sideber_section::after{
    width:31%;
    height:2.5px;
    top:-0.5px;
  }

  #sidebar .sideber_head{
    font-size: 20px;
  }

  #sidebar .select_frame{
    margin-top: 20px;
  }

  #sidebar select{
    width:100%;
    height:50px;
    padding:0 16px;
  }

  #sidebar .tag_list{
    display: flex;
    flex-wrap: wrap;
  }

  #sidebar .tag_list a{
    margin-right: 8px;
    margin-top: 8px;
  }


  #sidebar .sidebar_min_head{
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 4px;
    border-bottom: 3px solid #242424;
  }
  /*
  ------------------------------------------
  共通セクション (ヘッダー)
  ------------------------------------------
  */


  /*ヘッダー*/
  header{

  }

  header .header_container{
    max-width:100%;
    margin:0 auto;
    padding:0 24px;
  }


  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:80px;
    position: relative;

  }

  header .header_logo{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  header .header_logo img{
    width:auto;
    height:40px;
  }


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

  header nav{
    display: none;
  }

  header .header_right .border{
    display: none;
  }

  header .header_right .mypage_link{
    width:48px;
  }

  header .drawer_open{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
   
   header .drawer_open .bar{
    width: 40px;
    height:4px;
    border-radius: 2px;
    background-color: #707070;
    transition-duration: 0.5s;
   }

   header .drawer_open .bar02{
    margin:6px 0;
   }
   
   header .drawer_open.active .bar01 {
    transform: translateY(2px) rotate(-45deg);
   }
   header .drawer_open.active .bar02 {
    display: none;
   }
   header .drawer_open.active .bar03 {
    transform: translateY(-2px) rotate(45deg);
   }

   #drawer_menu{
    position: fixed;
    top:0;
    left:0;
    z-index:90;
    width:100vw;
    height: calc(100vh );
    height: calc(var(--vh2, 1vh) * 100);
    background-color:rgba(0,0,0,0.85);
    opacity: 0;
    transition-duration: 0.7s;
    pointer-events: none;
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }

  #drawer_menu:-webkit-scrollbar {  
    display: none;
  }

  #drawer_menu.show{
    opacity: 1;
    pointer-events: auto;
  }

  #drawer_menu .drawer_inner{
    padding:110px 24px 40px;
  }

  #drawer_menu .drawer_nav{

  }

  #drawer_menu .parent_item + .parent_item{
    margin-top: 40px;
  }

  #drawer_menu .parent_link{
    display: flex;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #c03425;
    cursor: pointer;
  }

  #drawer_menu .drawer_child_open::after{
    content:'';
    margin-left: 12px;
    margin-top: 2px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 12px 8px 0 8px;
    border-color: #c03425 transparent transparent transparent;
    transition-duration: 0.4s;
  }

  #drawer_menu .drawer_child_open.active::after{
    transform: rotateZ(180deg);
  }

  #drawer_menu .child_list{
    margin-top: 20px;
    margin-left: 10px;
    display: none;
  }

  #drawer_menu .child_item + .child_item{
    margin-top: 16px;
  }

  #drawer_menu .child_link{
    color:#fff;
    font-weight: bold;
  }
  /*
  ------------------------------------------
  共通セクション (snsセクション)
  ------------------------------------------
  */

  .common_sns_section{
    padding:40px 0;
  }

  /*
  ------------------------------------------
  共通セクション (フッター)
  ------------------------------------------
  */


  footer{
    padding:32px 0 40px;
  }



  /*
  ------------------------------------------
  共通セクション (パンクズ)
  ------------------------------------------
  */

  .common_bread_section{
    padding:16px 0;
  }

  .common_bread_section .bread_list li{
    margin-bottom: 12px;
  }

  .common_bread_section .bread_list .arrow{
    width:6px;
    padding-top: 8px;
    margin:0 10px;
    margin-bottom: 12px;
  }

  /*
  ------------------------------------------
  共通セクション (下層ページmv)
  ------------------------------------------
  */

  .common_page_mv_section{

    height:430px;
  }

  .common_page_mv_section .page_title{
    width:720px;
    font-size: 40px;

  }

  /*
  ------------------------------------------
  トップページ
  ------------------------------------------
  */

  body.top_body{
    
  }

  main.top_main{

  }

  .top_section{

  }

  .top_section01{
    position: relative;
  }

  .top_section01 .mv_plan_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    margin:0 auto;
    padding:0 40px;
    /* align-items: center; */
    
  }

  .top_section01 .mv_plan_block .img_area{
    width:100%;
    height:400px;
    cursor: pointer;
  }

  .top_section01 .mv_plan_block .text_area{
    width:100%;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
    padding-bottom: 96px;
  }

  .top_section01 .mv_plan_block .info_flex .new_text{
    margin-right: 12px;
    width: 45px;
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
  }

  .top_section01 .mv_plan_block .plan_title{
    margin-top: 8px;
    font-size: 33px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .top_section01 .mv_plan_block .plan_bookmark_switch{
    border-radius: 60px;
    padding:6px 12px 6px 6px;
    margin-top: 24px;
  }

  .top_section01 .mv_plan_block .plan_bookmark_switch .plan_bookmark_icon{
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }

  .top_section01 .mv_plan_block .plan_bookmark_switch .plan_bookmark_icon::after{
    width:14px;
    height:18px;
  }

  .top_section02{
    
  }

  .top_section02 .scroll_display{
    left:-40px;
  }

  .top_section02 .scroll_display .scroll_text{
    width:10px;
    margin-bottom: 12px;
  }

  .top_section02 .scroll_display .scroll_border{
    width: 1.5px;
    height: 110px;
  }

  .top_section02 .white_box{
    width:calc(100% - 80px);
    margin:-50px 0 0 auto;
    padding:32px 0 40px 40px;
  }


  .top_section02 .white_box .flex{
    display: flex;
    align-items: center;
  }


  .top_section02 .main_block{
    display: block;
  }

  .top_section02 .main_block .thumb{
    width:270px;
    height:154px;
  }

  .top_section02 .swiper_block .top_pickup_prev,
  .top_section02 .swiper_block .top_pickup_next{
    width:40px;
    height:40px;
    top:0;
  }

  .top_section02 .swiper_block .top_pickup_prev{
    /* right:152px; */
    left:auto;
    right:120px;
  }

  .top_section02 .swiper_block .top_pickup_next{
    left:auto;
    right:50px;
  }

  .top_section02 .head_flex{
    margin-bottom: 40px;
  }

  .top_section02 .head_flex p{
    font-size: 30px;
    line-height: 1;
  }

  .top_section02 .swiper-slide{
    padding-right: 32px;
    display: flex;
    align-items: flex-start;
    width:fit-content;
  }

  .top_section02 .pickup_card{
    display: flex;
  }

  .top_section02 .pickup_card .thumb{
    width: 200px;
    height: 116px;
    margin-right: 8px;
  }

  .top_section02 .pickup_card .text_area{
    max-width:160px;
  }


  .top_section02 .pickup_card .pickup_cat{
    line-height: 1.2; 
    margin-bottom: 8px;
    font-size: 14px;
  }

  .top_section02 .pickup_card .pickup_title{
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .top_section02 .swiper-slide .plan_bookmark_switch{
    margin-left: 12px;
    width: 40px;
    height: 40px;
  }

  .top_section02 .swiper-slide .plan_bookmark_switch::after{
    width:16px;
    height:21px;
  }

  .top_section03{
    padding:132px 0 64px;
    margin-top: -64px;
  }

  .top_section03 .flex{
    display: flex;
  }

  .top_section03 .flex .left{
    width:180px;
    margin-right: 48px;
    padding-top: 36px;
  }

  .top_section03 .flex .left::before{
    height: 3px;
    
  }

  .top_section03 .left .news_head{
    font-size: 30px;
    line-height: 1;
    margin-bottom: 24px;  
  }

  .top_section03 .more_link{
    font-size: 18px;
  }

  .top_section03 .more_link::before{
    width:18px;
    height:18px;
    margin-right: 8px;
  }

  .top_section03 .right{
    width:100%;
  }


  .top_section03 .news_list .news_block{
    padding:24px 0;
  }

  .top_section03 .news_block .news_date{
    width:120px;
    font-size: 16px;
    line-height: 1.5;
  }

  .top_section03 .news_block .news_title{
    font-size: 16px;
    line-height: 1.5;
  }

  .top_section04{
    padding:110px 0 72px;
  }

  .top_section04 .about_head_frame{
    margin-bottom: 36px;
    padding-bottom: 6px;
  }

  .top_section04 .about_head_frame::after{
    width: 394px;
    max-width:90%;
    height: 1px;
  }

  .top_section04 .about_head{
    font-size: 40px;
    line-height: 1.3;
  }

  .top_section04 .about_head_frame .back_text{
    font-size: 100px;
    left:50px;
    top:-56px;
  }

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

  .top_section04 .about_block{
    width:520px;
  }

  .top_section04 .about_block + .about_block{
    margin-top: 64px;
  }

  .top_section04 .about_block .about_thumb{
    margin-bottom: 24px;
  }


  .top_section04 .about_block .about_title{
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.3;
  }

  .top_section04 .about_block .about_text{
    line-height: 1.7;
    margin-bottom: 32px;
  }

  .top_section04 .about_block .about_link{
    height: 64px;
    border-radius: 32px;
    padding:0 72px;
    font-size: 20px;
    margin:32px auto 0;
  }

  .top_section04 .about_block .about_link::after{
    width:11px;
    height:13px;
    right:24px;
  }

  .top_section05{
    padding:80px 0;
  }

  .top_section05 .tour_head_frame{
    margin-bottom: 36px;
    padding-bottom: 6px;
  }

  .top_section05 .tour_head_frame::after{
    width: 270px;
    max-width:90%;
  }

  .top_section05 .tour_head{
    font-size: 40px;
    line-height: 1.3;
  }

  .top_section05 .tour_head_frame .back_text{
    font-size: 100px;
    left:50px;
    top:-56px;
  }

  .top_section05 .tour_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 auto 64px;
    width: 600px;
    max-width: 100%;
  }

  .top_section05 .tour_block:last-child{
    margin-bottom: 0;
  }

  .top_section05 .tour_block .thumb{
    width:100%;
    height:auto;
  }

  .top_section05 .tour_block .thumb img{
    position: static;
    width:100%;
    max-width: 100%;
    height:auto;
    object-fit: cover;

  }

  .top_section05 .tour_block .text_area{
    width:100%;
    padding-top: 24px;
  }

  .top_section05 .tour_block .text_area .tour_title{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .top_section05 .tour_block .text_area .tour_text{
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
  }

  .top_section05 .tour_block .text_area .tour_link{
    height: 64px;
    padding:0 56px 0 30px;
    font-size: 20px;
    margin:0 auto;
  }

  .top_section05 .tour_block .text_area .tour_link::after{

    width:11px;
    height:19px;
    right:24px;
  }

  .top_section05 .tour_block:nth-child(odd) .thumb img{
    right:0;
    border-radius: 0;
  }

  .top_section05 .tour_block:nth-child(odd) .text_area{
    padding-left: 0;
  }

  .top_section05 .tour_block:nth-child(even){
    flex-direction: column;
  }

  .top_section05 .tour_block:nth-child(even) .thumb img{
    left:0;
    border-radius: 0;
  }

  .top_section05 .tour_block:nth-child(even) .text_area{
    padding-right: 0;
  }

  /*
  ------------------------------------------
  下層共通
  ------------------------------------------
  */


  /*wpブロックエディタ*/
  .common_single_block{
    max-width: 1000px;
  }

  .common_single_block h2{
    margin: 32px 0;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 1.6;
  }

  .common_single_block h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 24px 0;
    padding-bottom: 12px;
  }

  .common_single_block p{
    line-height: 1.6;
    margin: 24px 0;
  }

  .common_single_block figure{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .common_single_block .wp-block-embed.aligncenter{
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  /*ページネーション*/
  .common_pagenation{
    gap:16px 8px;
    margin-top: 40px;
  }


  .common_pagenation span.current{/*現在のページボタン*/
    width: 40px;
    height: 40px;
    font-size: 14px;
    
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .common_pagenation a.page-numbers.next,
  .common_pagenation a.page-numbers.prev{/*next prevボタン*/
    padding:0 8px;
  }


  /*ログイン、新規登録フォーム*/

  .common_login_form_area{
    max-width:580px;
    margin:0 auto;
  }

  .common_login_form_area .site_logo{
    width:200px;
    margin:0 auto 40px;
  }

  .common_login_form_area .input_frame{
    margin-top: 40px;
  }

  .common_login_form_area .input_email_frame::before{
    width:36px;
    height:36px;
    left:20px;
    bottom:12px;
  }

  .common_login_form_area .input_pass_frame::before{
    width:32px;
    height:42px;
    left:22px;
    bottom:8px;
  }

  .common_login_form_area .input_frame input{
    height:50px;
    border-bottom:4px solid #CBCBCB;
    padding-left: 80px;
    font-size: 20px;
  }

  .common_login_form_area .btn_area{
    margin-top: 64px;
  }

  .common_login_form_area .submit_button{
    
    width: 320px;
    height: 60px;
    border-radius: 49.5px;
  
    font-size: 20px;
  }

  .common_login_form_area .register_button{

    margin:32px auto 0;
    line-height: 1.3;
    padding-bottom: 4px;
  }
  /*
  ------------------------------------------
  新規会員登録 
  ------------------------------------------
  */


  body.register_body{
    
  }

  main.register_main{

  }

  .register_section{

  }

  .register_section01{
    padding:56px 0 40px;
  }

  /*
  ------------------------------------------
  広島観光手配の概要
  ------------------------------------------
  */


  body.about_body{
    
  }

  main.about_main{

  }

  .about_section{

  }

  .about_section01{
    padding:110px;
    padding-bottom: 28px;
  }


  .about_section01 .en_title{
    font-size: 70px;
    letter-spacing: 0.04em;

  }

  .about_section01 .ja_title{
    font-size: 22px;
    margin-top: 12px;
  }

  .about_section01 .bg{
    width:calc(50% + 340px);
    height:100%;

  }

  .about_section02{
    padding:80px 0 120px;
  }

  .about_section02 .sec_head{
    margin-top: 64px;
    font-size: 60px;
    line-height: 1.3;
  }

  .about_section02 .about_list{
    /* margin-top: 140px; */
  }

  .about_section02 .about_block{
    display: flex;
    margin-bottom: 120px;
  }

  .about_section02 .about_block:last-child{
    margin-bottom: 0;
  }

  .about_section02 .about_block .text_area{
    width:100%;
    position: relative;
  }

  .about_section02 .about_block .about_title{
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 40px;
  }

  .about_section02 .about_block .about_title::after{
    width:64px;
    height:2px;
  }

  .about_section02 .about_block .about_text{
    line-height: 1.6;
    position: relative;
  }

  .about_section03{
    padding:80px 0 120px;
    background-image:url('../img/about/about_contact_bg.jpg');

  }

  /*
  ------------------------------------------
  プラン一覧 
  ------------------------------------------
  */


  body.plan_list_body{
    
  }

  main.plan_list_main{

  }

  .plan_list_section{

  }

  .plan_list_section01{
    padding:24px 0 60px;
  }

  .plan_list_section01 .area_full_frame{
    margin: 0 calc(50% - 50vw);
    height:430px;
    margin-bottom: 48px;
  }


  .plan_list_section01 .area_name{
  
    font-size: 60px;
    line-height: 1.4;

  }

  .plan_list_section01 .other_area_text{
    padding-bottom: 32px;
    font-size: 30px;

  }

  .plan_list_section01 .area_list{
    gap:16px 40px;
    margin-top:20px;
  }

  .plan_list_section01 .area_list .area_card{
    padding:12px;
    min-width:270px;
  }

  .plan_list_section01 .area_list .area_card .area_card_name{
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .plan_list_section01 .area_list .area_card .area_card_description{
    font-size: 13px;
    line-height: 1.3;
  }

  .plan_list_section02{
    padding:40px 0 80px;
  }

  .plan_list_section02 .tag_head_text{
    font-size: 18px;
    margin-bottom: 24px;
  }

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

  .plan_list_section02 .article{
    width:650px;
  }

  .plan_list_section02 .plan_card_list{

  }

  .plan_list_section02 .plan_card{
    display: flex;
    padding:32px 0;
  }

  .plan_list_section02 .plan_card .thumb{
    width:240px;
    height:140px;
    margin-right: 20px;
  }

  .plan_list_section02 .plan_card .plan_text_area{
    width:100%;

  }

  .plan_list_section02 .plan_card .area{
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.3;
  }

  .plan_list_section02 .plan_card .plan_title{
    font-weight: bold;
    line-height: 1.3;
  }

  .plan_list_section02 .plan_card .plan_tag_list{

    margin-top: 8px;
  }

  .plan_list_section02 .plan_item .plan_bookmark_switch{
    width:27px;
    height:36px;
    left:10px;
    top:40px;

  }

  /*
  ------------------------------------------
  プラン詳細
  ------------------------------------------
  */


  body.plan_single_body{
    
  }

  main.plan_single_main{

  }

  .plan_single_section{
    padding:40px 0;
  }

  main.plan_single_main .plan_sec_title{
    font-size: 24px;
    margin-bottom: 32px;
  }

  main.plan_single_main .plan_sec_title span{
    margin-left: 12px;
    font-size: 14px;
    padding-top: 8px;
  } 


  main.plan_single_main .plan_bookmark_frame{
    margin-top: 24px;
  }

  main.plan_single_main .plan_bookmark_switch{
    padding:6px 12px 6px 6px;
    margin-top: 24px;
  }

  main.plan_single_main .plan_bookmark_switch .plan_bookmark_icon{
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }

  main.plan_single_main .plan_bookmark_switch .plan_bookmark_icon::after{
    width:14px;
    height:18px;
  }

  .plan_mv_section{

  }

  .plan_mv_section .plan_thumb{
    aspect-ratio: 1/0.4;
    max-height:440px;
  }

  .plan_mv_section .plan_title{
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.4;
  }

  .plan_mv_section .plan_caption{
    line-height: 1.5;
    margin-top: 16px;
  }


  .plan_anchor_section .anchor_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .plan_anchor_section .anchor_list li{
    cursor: pointer;
    margin-bottom: 16px;
  }

  .plan_anchor_section .anchor_list .border{
    height:20px;
    margin:0 12px;
    margin-bottom: 16px;
  }

  .plan_overview_section{
    
  } 

  .plan_overview_section .flex{
    display: flex;
    flex-direction: column;
  }

  .plan_overview_section .thumb{
    flex-shrink: 0;
    margin-right: 0;
    width:100%;
    margin-bottom: 40px;
  }

  .plan_overview_section .text_area{
    width:100%;
  }

  .plan_overview_section .text_area p{
    line-height: 1.75;
  }


  .plan_feature_section{
    
  } 

  .plan_feature_section .feature_list{

  }

  .plan_feature_section .feature_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .plan_feature_section .feature_list li .radi{
    width:8px;
    height:8px;
    margin-top: 11px;
    margin-right: 12px;
  }

  .plan_feature_section .feature_list li p{
    font-size: 18px;
    padding-bottom: 4px;
  }

  .plan_keyword_section{
    
  } 

  .plan_keyword_section .keyword_list{
    margin-top: -8px;
  }

  .plan_keyword_section .keyword_list li{
    margin-right: 12px;
    margin-bottom: 6px;
  }

  .plan_video_section{
    
  } 

  .plan_video_section .video_frame{
    aspect-ratio: 1/0.56;
  }

  .plan_video_section .video_frame iframe{
    width:100%;
    height:100%;
  }

  .plan_gallery_section{
    
  } 

  .plan_gallery_section .gallery_list{
    display: flex;
    flex-wrap: wrap;
    gap:20px 20px;
  }

  .plan_gallery_section .gallery_list li{
    width:220px;
    height:auto;
    aspect-ratio: 1/0.62;
    margin-right: 0;
    margin-bottom: 0;
  }

  .plan_schedule_section{

  }

  .plan_schedule_section .schedule_container{
    max-width: 1000px;
    margin:0 auto;
  }

  .plan_schedule_section .schedule_list{
    
  }

  .plan_schedule_section .schedule_block{
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .plan_schedule_section .schedule_block::before{
    width:2px;
    height:calc(100% - 30px);
    bottom:-24px;
    left:24px;
  }

  .plan_schedule_section .schedule_block .schedule_step{
    margin-right: 32px;
    width:50px;
    height:50px;
  }

  .plan_schedule_section .schedule_block .schedule_contents{
    width:100%;
    padding-top: 8px;
  }

  .plan_schedule_section .schedule_block .schedule_time{
    margin-bottom: 24px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .plan_schedule_section .schedule_block .schedule_flex{
    display: flex;
    align-items: flex-start;
  }

  .plan_schedule_section .schedule_block .schedule_img{
    width:240px;
    height:auto;
    aspect-ratio: 1/0.625;
    margin-right: 32px;
  }


  .plan_schedule_section .schedule_block .schedule_info{
    width:100%;
    line-height: 1.7;
  }


  .plan_map_section{

  }

  .plan_map_section .map_frame{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/0.56;
  }

  .plan_map_section .map_frame iframe{
    width:100%;
    height:100%;
    display: block;
  }

  .plan_price_section{

  }


  .plan_price_section table{
    border-collapse: collapse;
  }

  .plan_price_section table th,
  .plan_price_section table td{
    padding:6px 8px;
    line-height: 1.5;
  }


  .plan_single_main .contact_link{
    width:300px;
    height:80px;
  }

  .plan_single_main .contact_link .contact01{
    font-size: 20px;
  }

  .plan_single_main .contact_link .contact02{
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.3;
  }
  /*
  ------------------------------------------
  観光事業者紹介一覧
  ------------------------------------------
  */


  body.exhibitor_list_body{
    
  }

  main.exhibitor_list_main{

  }

  .exhibitor_list_section{

  }

  .exhibitor_list_section01{
    padding:80px 0 60px;
  }

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


  .exhibitor_list_section01 .article {
    width: 650px;
    max-width: 100%;
  }


  .exhibitor_list_section01 .exhibitor_card_list{

  }

  .exhibitor_list_section01 .exhibitor_card{
    position: relative;
    display: flex;
    padding:32px 0;
  }

  .exhibitor_list_section01 .exhibitor_card .thumb{
    width:240px;
    height:auto;
    aspect-ratio: 1/0.58;
    margin-right: 20px;
  }

  .exhibitor_list_section01 .exhibitor_card .exhibitor_text_area{
    width:100%;
  }

  .exhibitor_list_section01 .exhibitor_card .area{
    margin-bottom: 6px;
    font-size: 13px;
  }

  .exhibitor_list_section01 .exhibitor_card .exhibitor_title{
    line-height: 1.3;
  }

  .exhibitor_list_section01 .exhibitor_card .exhibitor_tag_list{
    gap: 4px;
    margin-top: 8px;
  }

  .exhibitor_list_section01 .exhibitor_card .exhibitor_tag_item{
    font-size: 11px;
    letter-spacing:0;
    line-height: 1.3;
  
  }



  /*
  ------------------------------------------
  観光事業者紹介 シングル
  ------------------------------------------
  */


  body.exhibitor_single_body{
    
  }

  main.exhibitor_single_main{

  }

  .exhibitor_single_section{

  }

  .exhibitor_single_section01{
    padding:40px 0 60px;
  }

  .exhibitor_single_section01 .exhibitor_main_img{
    height:400px;
  }

  .exhibitor_single_section01 .white_box{
    margin-bottom: 56px;
    width: 944px;
    max-width: 90%;
    margin-top: -64px;
    padding:24px 40px 32px;
  }


  .exhibitor_single_section01 .white_box .exhibitor_tag_list{
    gap:8px;
  }

  .exhibitor_single_section01 .white_box .exhibitor_title{
    font-size: 28px;
    margin-top: 12px;
  }


  /*
  ------------------------------------------
  通訳ガイド紹介一覧
  ------------------------------------------
  */


  body.guide_list_body{
    
  }

  main.guide_list_main{

  }

  .guide_list_section{

  }

  .guide_list_section01{
    padding:80px 0 60px;
  }

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


  .guide_list_section01 .article {
    width: 650px;
    max-width: 100%;
  }


  .guide_list_section01 .guide_card_list{

  }


  .guide_list_section01 .guide_card{
    display: flex;
    padding:32px 0;
  }

  .guide_list_section01 .guide_card .thumb{
    width:240px;
    height:auto;
    aspect-ratio: 1/0.58;
    margin-right: 20px;
  }

  .guide_list_section01 .guide_card .guide_text_area{
    width:100%;
  }

  .guide_list_section01 .guide_card .area{
    margin-bottom: 6px;
    font-size: 13px;
  }

  .guide_list_section01 .guide_card .guide_title{
    line-height: 1.3;
  }

  .guide_list_section01 .guide_card .guide_tag_list{
    gap: 4px;
    margin-top: 8px;
  }

  .guide_list_section01 .guide_card .guide_tag_item{
    font-size: 11px;
    line-height: 1.3;
  }
  
  .guide_list_section01 .guide_card .guide_greeting{
    margin-top: 12px;
    line-height: 1.3;
    font-size: 14px;
  }

  /*
  ------------------------------------------
  通訳ガイド紹介 シングル
  ------------------------------------------
  */


  body.guide_single_body{
    
  }

  main.guide_single_main{

  }

  .guide_single_section{

  }

  .guide_single_section01{
    padding:40px 0 60px;
  }

  .guide_single_section01 .guide_main_img{
    height:400px;
    position: relative;
    z-index:-1;
  }

  .guide_single_section01 .white_box{
    margin-bottom: 56px;
    width: 944px;
    max-width: 90%;
    margin-top: -64px;
    padding:24px 40px 32px;
  }

  .guide_single_section01 .white_box .info_flex{
    display: flex;
    align-items: flex-start;
  }

  .guide_single_section01 .white_box .guide_tag_list{
    display: flex;
    flex-wrap: wrap;
    gap:8px;
  }


  .guide_single_section01 .white_box .guide_title{
    font-size: 28px;
    margin-top: 12px;
  }
  /*
  ------------------------------------------
  お知らせ
  ------------------------------------------
  */

  body.news_body{
    
  }

  main.news_main{

  }

  .news_section{

  }

  .news_section01{
    padding:64px 0 40px;
  }

  .news_section01 .sec_title{
    font-size: 30px;
    margin-bottom: 48px;
  }

  .news_section01 .news_list{

  }


  .news_section01 .news_block{
    display: flex;
    align-items: flex-start;
    padding:24px 64px 24px 40px;
  } 

  .news_section01 .news_block::after{
    width:10px;
    height:18px;

    top:26px;
    right:32px;
  }

  .news_section01 .news_block .date{
    width: 160px;
    line-height: 1.5;
  }

  .news_section01 .news_block .news_title{
    line-height: 1.5;
  }

  /*
  ------------------------------------------
  マイページ
  ------------------------------------------
  */

  body.mypage_body{
    
  }

  main.mypage_main{

  }

  .mypage_section{

  }

  .mypage_section01{
    padding:40px 0 80px;
  }


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

  .mypage_section01 .flex .article{
    width:680px;
  }

  .mypage_section01 .prof_box{
    margin-bottom: 56px;
    padding:24px;
  }

  .mypage_section01 .prof_box .head_flex{
    padding-bottom: 12px;
    margin-bottom: 24px;
  }

  .mypage_section01 .prof_box .head_flex p{
    font-size: 24px;
    line-height: 1.3;

  }

  .mypage_section01 .prof_box .head_flex a{
    padding:8px 12px;
  }

  .mypage_section01 .prof_box .info_list{

  }


  .mypage_section01 .prof_box .logout_link{
    margin-top: 24px;
  }

  .mypage_section01 .chat_box{
    margin-bottom: 56px;
    padding:24px;
  }

  .mypage_section01 .chat_box .head_flex{
    padding-bottom: 12px;
    margin-bottom: 24px;
  }

  .mypage_section01 .chat_box .head_flex p{
    font-size: 24px;
    line-height: 1.3;

  }

  .mypage_section01 .chat_box .head_flex a{
    padding:8px 12px;
  }

  .mypage_section01 .chat_box ul{

  }

  .mypage_section01 .chat_box li + li{
    margin-top: 20px;
  }

  .mypage_section01 .chat_box .date{
    font-size: 15px;
    margin-top: 8px;
  }

  .mypage_section01 .chat_box .chat_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 4px;
  }

  .mypage_section01 .book_mark_head{
    font-size: 24px;
    margin-bottom: 24px;
  }

  .mypage_section01 .bookmark_plan_card{
    display: flex;
    padding:32px 0;
  }

  .mypage_section01 .bookmark_plan_card .thumb{
    width:320px;
    height:auto;
    aspect-ratio: 1/0.68;
    margin-right: 20px;
  }

  .mypage_section01 .bookmark_plan_card .plan_text_area{
    width:100%;

  }

  .mypage_section01 .bookmark_plan_card .area{
    min-width: 160px;
    padding:4px 8px;
    margin-bottom: 8px;
  } 

  .mypage_section01 .bookmark_plan_card .plan_title{
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .mypage_section01 .bookmark_plan_card .link{
    width: 288px;
    height: 64px;
    
    font-size: 20px;
  }

  .mypage_section01 .bookmark_plan_card .link::after{
    width:11px;
    height:19px;
    right:24px;
  }

  .mypage_section01 .bookmark_plan_card .chat_link{
    margin-top: 10px;
    padding-right: 12px;
    font-size: 16px;
  }

  .mypage_section01 #sidebar{
    width: 400px;
  }

  .mypage_section01 #sidebar .sidebar_tour_area ul{
    margin-top: 24px;
  }

  .mypage_section01 #sidebar .sidebar_tour_area li+li{
    margin-top: 20px;
  }

  /*
  ------------------------------------------
  チャット一覧
  ------------------------------------------
  */
  body.chat_list_body{
    
  }

  main.chat_list_main{

  }

  .chat_list_section{

  }

  .chat_list_section01{
    padding:80px 0 40px;
  }

  .chat_list_section01 .sec_title{
    font-size: 30px;
    margin-bottom: 56px;
  }

  .chat_list_section01 .chat_kind_head{
    font-size: 24px;
    margin-bottom: 24px;
  }

  .chat_list_section01 .no_read_area{
    margin-bottom: 96px;
  }

  .chat_list_section01 .no_read_list{

  }

  .chat_list_section01 .no_read_card{
    display: flex;
    align-items: flex-start;
    padding: 24px 64px 24px 40px;
  }

  .chat_list_section01 .no_read_card::after {
    width: 10px;
    height: 18px;
    top: 38px;
    right: 32px;
  }

  .chat_list_section01 .no_read_card .no_read_left{
    width:180px;
    margin-right: 32px;
  }

  .chat_list_section01 .no_read_card .no_read_partner_company{
    font-size: 18px;
  }
  
  .chat_list_section01 .no_read_card .no_read_partner_name{
    font-size: 15px;
    margin-top: 2px;
  }
  
  .chat_list_section01 .no_read_card .no_read_chat_japan_time{
    margin-top: 8px;
    font-size: 12px;
  }

  .chat_list_section01 .no_read_card .no_read_right{
    width: 100%;
  }

  .chat_list_section01 .no_read_card .no_read_plan_name{
    line-height: 1.5;
  }

  .chat_list_section01 .no_read_card .no_read_chat_text {
    margin-top: 4px;
  }


  .chat_list_section01 .partner_select_frame{
    margin:0 auto 32px;
  }

  .chat_list_section01 .partner_select{
    width:300px;
    height:50px;
    border-radius: 25px;
    padding:0 12px;
    font-size: 20px;    
  }

  .chat_list_section01 .chat_block{
    display: flex;
    align-items: flex-start;
    padding:24px 64px 24px 40px;
  } 

  .chat_list_section01 .chat_block::after{
    width:10px;
    height:18px;
    top:38px;
    right:32px;
  }

  .chat_list_section01 .chat_block .date{
    width: 160px;
    margin-right: 16px;
    padding-top: 10px;
  }

  .chat_list_section01 .chat_block .sender_thumb{
    width: 49px;
    height: 49px;
  }

  .chat_list_section01 .chat_block .sender_thumb img {
    width: 28px;
  }

  .chat_list_section01 .chat_block .text_area{
    padding-top: 10px;
    padding-left: 32px;
    line-height: 1.5;
  }

  .chat_list_section01 .logout_link{
    margin-top: 40px;
  }

  /*
  ------------------------------------------
  チャット
  ------------------------------------------
  */

  body.chat_body{
    
  }

  main.chat_main{

  }

  .chat_section{

  }

  .chat_section01{
    padding:10px 0;
    background-color: #C03425;
  }

  .chat_section01 .keyword_frame{
    margin-left: 40px;
  }

  .chat_section01 .keyword_frame .keyword{
    width: 536px;
    max-width: 100%;
    height: 40px;
    border-radius: 10px;
    padding-left: 40px;
    font-size: 18px;
  }

  .chat_section01 .keyword_frame .search_button_block{
    left:12px;
  }

  .chat_section01 .keyword_frame .search_button{
    width:22px;
  }

  .chat_section02{
    padding:0;
    position: relative;
  }



  .chat_section02 .chat_frame{
    min-height:auto;
    height:calc(100vh - 160px);
  }

  .chat_section02 .chat_list{
    width:900px;
    max-width:100%;
    padding:40px 0;
    margin:0 auto;
  }

  .chat_section02 .chat_block{
    margin-bottom: 40px;
  }

  .chat_section02 .chat_block:last-child{
    /* margin-bottom: 0; */
  }

  .chat_section02 .chat_block .chat_info_area{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .chat_section02 .chat_block .chat_info_area .sender_area{
    display: flex;
    align-items: center;
    transform: translateX(0);
  }

  .chat_section02 .chat_block .chat_info_area .sender_thumb{
    width: 49px;
    height: 49px;
  }

  .chat_section02 .chat_block .chat_info_area .sender_thumb img{
    width:28px;
  }

  .chat_section02 .chat_block .chat_info_area .sender_name{
    line-height: 1.3;
    padding-left: 16px;
  }

  .chat_section02 .chat_block .chat_contents_area{
    margin-top: 8px;
  }

  .chat_section02 .chat_block .chat_contents_area .chat_text_frame{
    padding:16px 24px;
  }

  .chat_section02 .chat_block .chat_contents_area .chat_text{
    line-height: 1.5;
  }

  .chat_section02 .chat_block .chat_contents_area .chat_img_frame{
    max-width: 100%;
  }

  .chat_section02 .chat_block .chat_contents_area .chat_img_frame img{
    width:100%;
  }

  .chat_section03{
    padding:32px 0;
  }

  .chat_section03 form{
    width:900px;
    max-width:85%;
    margin:0 auto;
  }

  .chat_section03 .line01{
    display: flex;
    /* justify-content: space-between; */
  } 


  .chat_section03 .line01 .file_area label{
    width:21px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .chat_section03 .line01 .submit_area{
    flex-shrink: 0;
    margin-left: 32px;
  }

  .chat_section03 .line01 .file_delete{
    font-size: 18px;
    right:-20px;
    top:-20px;
  }

  .chat_section03 .line01 .submit_area .chat_send_button{
    width: 66px;
    height: 33px;
  }


  .chat_section03 .chat_send_form textarea{
    width: 100%;
    height: 80px;
    padding:16px 24px;
    margin-top: 16px;
  }

  /*
  ------------------------------------------
  お問い合わせ
  ------------------------------------------
  */

  body.contact_body{
    
  }

  main.contact_main{

  }

  .contact_section{

  }

  .contact_section01{
    padding-top: 60px;
  }

  .contact_section01 h1{
    font-size: 60px;
    z-index:-2;
    line-height: 1;
  }

  .contact_section01 .contact_bg{
    padding:120px 0;
    margin-top: 24px;
  }


  .contact_section01 .white_box{
    padding:60px 80px 60px;
  }

  .contact_section01 .form_text01{
    font-size: 30px;
    margin:0 auto 16px;
    padding-bottom: 4px;
    border-bottom: 3px solid #242424;
  }

  .contact_section01 .form_text02{
    font-size: 20px;
    margin-bottom: 80px;
  }

  .contact_section01 .contact_block{

  }

  .contact_section01 .contact_block .form_line{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contact_section01 .contact_block .form_line .left{
    flex-shrink: 0;
    padding-top: 0;
    width:100%;
  }

  .contact_section01 .contact_block .form_line .left.p0{
    padding-top: 0;
  }

  .contact_section01 .contact_block .form_line .title{
    font-size: 18px;
    line-height: 1.3;
  }

  .contact_section01 .contact_block .form_line .title::before{
    height: 24px;
    border-radius: 12px;
    font-size: 14px;
    margin-right: 8px;
    padding:0 12px;
  }

  .contact_section01 .contact_block .form_line .right{
    width:100%;
    margin-top: 24px;
  }

  .contact_section01 .contact_block .form_line .text_input{
    padding:0 8px;
  }

  .contact_section01 .contact_block .form_line textarea{
    height: 263px;
    padding:12px;
    line-height: 1.5;
  }

  .contact_section01 .contact_block .name_flex{
    gap:0 20px;
  }

  .contact_section01 .contact_block .name_flex .name_block{
    font-size: 18px;
    line-height: 1;
  }

  .contact_section01 .contact_block .name_flex .name_frame{
    width:130px;
    margin-left: 8px;
  }

  .contact_section01 .contact_block .rule_check{
    margin-top: 20px;
    
  }

  .contact_section01 .contact_block .rule_check span{
    font-size: 18px;
    line-height: 1.3;
  }

  .contact_section01 .contact_block .rule_text{
    
  }

  .contact_section01 .contact_block .rule_text a{
    font-size: 18px;
  }


  .contact_section01 .contact_block .submit_frame{
    position: relative;
  }

  .contact_section01 .contact_block .submit_frame::after{
    width:11px;
    height:19px;
    right:24px;
    top:22px;
  }

  .contact_section01 .contact_block .submit{
    
    width: 288px;
    height: 64px;
    border-radius: 32px;
    font-size: 20px;
  }

  /*確認画面*/

  .contact_section01 .contact_block .return{
    font-size: 18px;
    padding:0 4px 4px ;
  }

  /*完了画面*/

  .contact_section01 .contact_block .finish_text{
    line-height: 1.8;
    font-size: 18px;
  }


  /*
  ------------------------------------------
  お客様情報登録
  ------------------------------------------
  */

  body.prof_edit_body{
    
  }

  main.prof_edit_main{
    
  }

  .prof_edit_section01{
    padding-top: 60px;
  }

  .prof_edit_section01 .page_title{
    font-size: 24px;
  }

  .prof_edit_section01 .prof_frame{
    margin:40px auto 0;
  }

  .prof_edit_section01 .form_line {
    display: flex;
  }

  .prof_edit_section01 .form_line + .form_line{
    margin-top: 40px;
  }

  .prof_edit_section01 .form_line .left {
    padding-top: 13px;
    width: 200px;
    font-size: 18px;
    line-height: 1.3;
  }

  .prof_edit_section01 .form_line .right {
    width: 100%;
  }

  .prof_edit_section01 .form_line .text_input {
    width: 100%;
    padding: 0 16px;
  }

  .prof_edit_section01 .form_line .input_err{
    font-size: 13px;
    margin-top: 2px;
  }

  .prof_edit_section01 .submit_frame{
    margin-top: 56px;
  } 

  .prof_edit_section01 .submit_button{
    width: 288px;
    height: 64px;
    font-size: 20px;
  }

  .prof_edit_section01 .submit_button::after {
    width: 11px;
    height: 19px;
    right: 24px;
    top: 22px;
  }



}/*@media screen and (max-width:1200px){*/