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

@media(max-width:767px){
  .sp_hide{
    display: none!important;
  }

  main{
    padding-top: 60px;
  }

  .container{
    max-width:350px;
    margin:0 auto;
  }
  
  /*
  ------------------------------------------------------------
  共通部分
  ------------------------------------------------------------
  */
  
  /*共通パーツ*/
  .common_link_button{
    width:280px;
    max-width:100%;
    height:40px;
    border-radius: 40px;
    font-size: 18px;
  }
  
  
  /*アニメーション関係*/
  
  .common_hover_opa{
    transition: 0.4s;
  }
  
  .common_hover_opa:hover{
    opacity: 1;
  }
  
  .common_sec_title{
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1.3;
    

  }
  
  .common_sec_title::before{
    width:50px;
    height:42px;
    margin-right: 12px;
    margin-top: -4px;
  }

  .common_sec_title .tag_title{
    font-size: 14px;
    font-weight: normal;
    color:#3B4043;
    margin-left: 6px;
    margin-top: 6px;
  }
  
  
  /*
  ------------------------------------------------------------
  ヘッダー
  ------------------------------------------------------------
  */
  
  header{
    width:100%;
  }
  
  header .header_container{
    padding:0 12px;
  }
  
  
  header .header_flex{
    height:60px;
  }
  
  header .header_logo{
    width:auto;
  }

  header .header_logo img{
    height:50px;
    width:auto;
  }
  
  header .lang_switch_area{
    margin-right: 24px;
  }

  header .lang_flex .slash{
    margin:0 8px;
    font-size: 16px;
  }
  
  header .lang_flex .lang_label{
    font-size: 12px;
  }
  
  
  header .drawer_menu_block{
    width:32px;
    height:24px;
  }
  
  header .drawer_menu_block .bar{
    height:3px;
    border-radius: 10px;
  }
  
  header .drawer_menu_block .bar2{
    width:24px;
  }
  
  header .drawer_menu_block.active .bar1 {
    transform: translateY(10.3px) rotate(-45deg);
  }

  header .drawer_menu_block.active .bar3 {
    transform: translateY(-10.3px) rotate(45deg);
  }
  
  
  #drawer_menu{
    position: fixed;
    max-width:100vw;
    position: fixed;
    width:100vw;
    height: calc(100vh - 60px); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 100 - 60px);
    bottom:0;
  }

  
  #side_fix_link{
    position: fixed;
    right:1.5vw;
    top: auto;
    transform: translateY( 0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    bottom:40px;
    z-index: 50;
  }
  
  #side_fix_link a{
    display: block;
    width:100px;
    margin:6px 0;
  }
  
  #side_fix_link a img{
    width:100%;
  }
  
  /*
  ------------------------------------------------------------
  天気予報エリア
  ------------------------------------------------------------
  */
  .common_weather_area{
    position: fixed;
    width:100%;
    left:0;
    top:60px;
    z-index:80;
    pointer-events: none;
  }
  
  /*
  ------------------------------------------------------------
  おすすめツアーエリア
  ------------------------------------------------------------
  */
  
  .common_recommend_section{
    padding:80px 0 48px;
    position: relative;
  }
  
  .common_recommend_section h2{
    margin-bottom: 48px;
    font-size: 24px;
  }
  
  .common_recommend_section .swiper_block{
    padding:0;
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 32px;
  }
  
  
  .common_recommend_section .recommend_arrow{
    display: none;
    top:85px;
  }
  
  .common_recommend_section .recommend_prev{
    left:0;
  }
  
  .common_recommend_section .recommend_next{
    right:0;
  }
  
  .common_recommend_section .swiper-slide{
    width:300px;
    padding:0 16px;
  }
  
  .common_recommend_section .card{
    display: block;
    width:100%;
  }
  
  .common_recommend_section .card .thumb{
    width:100%;
    height:150px;
    border-radius: 24px;
    
  }

  .common_recommend_section .card:hover .thumb img{
    transform: scale(1);
  }
  
  .common_recommend_section .card p{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }
  
  
  /*
  ------------------------------------------------------------
  フッター
  ------------------------------------------------------------
  */
  
  footer{
    padding:40px 0 80px;
  }
  
  footer .sns_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
  }
  
  footer .sns_flex a{
    margin:0 10px;
  }
  
  footer .sns_flex img{
    height:30px;
  }
  
  footer .copy{
    display: flex;
    justify-content: center;
    font-size: 13px;
  }
  /*
  ------------------------------------------------------------
  トップページ
  ------------------------------------------------------------
  */
  
  body.top_body{
    
  }
  
  main.top_main{
  
  }
  
  .top_section{
    
  }
  
  .top_section01{
    position: relative;
  }
  
  .top_section01 .mv{
    width:100%;
    max-height:700px;
    min-height:500px;
    height:600px;
    object-fit: cover;
  }
  
  .top_section01 .contents_area{
    width:1200px;
    max-width:90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
  .top_section01 .contents_area .p01{
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  .top_section01 .contents_area .p01 img{
    /* width:300px; */
  }

  .top_section01 .beta{
    font-size: 24px;
  }
  
  .top_section01 .search_area{
    
  }
  
  .top_section01 .search_area .input_frame{
    width:470px;
    max-width:100%;
  }
  
  .top_section01 .search_area .input_frame input[type="text"]{
    width:100%;
    height:50px;
    padding:0 60px 0 12px;
    text-align: center;
    font-size: 16px;
  }
  
  .top_section01 .search_area .input_frame input[type="submit"]{
    width:32px;
    height:32px;
    right:16px;
  }
  
  .top_section02{
    padding:72px 0 40px;
  }

  .top_section02 .pickup_frame{
    overflow-x: scroll;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
    padding-left: 5vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .top_section02 .pickup_frame::-webkit-scrollbar {  
    display: none; 
  }
  
  .top_section02 .pickup_list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap:0 32px;
  }
  
  .top_section02 .pickup_list li{
    width:280px;
    flex-shrink: 0;
  }
  
  .top_section02 .pickup_list .pickup_card{
    display: block;
    width:100%;
  }
  
  .top_section02 .pickup_list .thumb{
    width:100%;
    height:280px;
    border-radius: 24px;
  }
  
  .top_section02 .pickup_list .thumb img{
    transition: 0.4s;
  }
  
  .top_section02 .pickup_list .pickup_card:hover .thumb img{
    transform: scale(1);
  }
  
  .top_section02 .pickup_list .pickup_title{
    /* padding:0 12px; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .top_section03{
    padding:40px 0 40px;
  }
  
  .top_section03 .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .top_section03 .flex02{
    margin-top: 32px;
  }
  
  .top_section03 .flex .left,
  .top_section03 .flex .right{
    width:100%;
    margin:0;
  }

  .top_section03 .flex .left{
    margin-bottom: 56px;
  }
  
  .top_section03 .area_title{
    font-size: 24px;
    line-height: 1;

    margin-bottom: 16px;
  }
  
  .top_section03 .map_frame{
    height:300px;
  }
  
  .top_section03 .map_frame iframe{
    display: block;
    width:100%;
    height:100%;
    border-radius: 24px;
  }
  
  
  .top_section03 .calendar_frame{
    width:100%;
    max-width:100%;
    min-height: 420px;  
  }
  
  .top_section03 .calendar_frame .calendar_block{
    position: relative;
    padding:16px 4px;
  }
  
  .top_section03 .calendar_frame .calendar{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .top_section03 .calendar_frame .calendar .week_block{
    width:14%;
    padding:0 0 6px;
    margin-left: -1px;
    font-size: 13px;
  }
  
  .top_section03 .calendar_frame .ym_flex{
    margin-bottom: 16px;
  }
  
  .top_section03 .calendar_frame .ym_flex .year_month{
    font-size: 20px;
    width:130px;
    text-align: center;
    letter-spacing: 0;
  }
  
  .top_section03 .calendar_frame .ym_flex .calendar_arrow{
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
  }
  

  .top_section03 .calendar_frame .day_block{
    width:14%;
    aspect-ratio: 1 / 1;
    min-height: 55px;
    position: relative;
    margin-top:-1px;
    margin-left:-1px;
  }
  
  .top_section03 .calendar_frame .day_block .count{
    font-size: 11px;
    width:32px;
    height:32px;
    margin-top: 8px;
  }
  
  .top_section03 .calendar_frame .day_block .num{
    position: absolute;
    top:1px;
    left:1px;
    font-size: 10px;
    z-index:10;
    letter-spacing: 0;
  }

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

  .top_section04 .today_frame{
    overflow-x: scroll;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .top_section04 .today_frame::-webkit-scrollbar {  
    display: none; 
  }

  .top_section04 .today_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap:0 32px;
  }
  
  .top_section04 .today_list li{
    width:280px;
    flex-shrink: 0;
  }
  
  .top_section04 .today_list .thumb{
    width:100%;
    height:280px;
    border-radius: 24px;
    overflow: hidden;
  }

  .top_section04 .today_list .today_card:hover .thumb img{
    transform: scale(1);
  }
  
  .top_section04 .today_list .today_title{
    font-size: 14px;
    line-height: 1.5;
  }
  
  
  .top_section05{
    padding:60px 0 132px;
  }

  .top_section05 .guide_frame{
    overflow-x: scroll;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 5vw;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .top_section05 .guide_frame::-webkit-scrollbar {  
    display: none; 
  }
  
  .top_section05 .top_guide_list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding:0;
    gap: 0 40px;
  }
  
  .top_section05 .top_guide_list li{
    /* width:210px; */
    width:180px;
  }
  
  .top_section05 .top_guide_list .card{
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }
  
  .top_section05 .top_guide_list .card .thumb{
    width:180px;
    height:180px;
  }

  .top_section05 .top_guide_list .card:hover .thumb img{
    transform: scale(1);
  }
  

  
  .top_section05 .top_guide_list .card .guide_name{
    position: static;
    top:auto;
    left:auto;
    width:100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;

  }
  
  .top_bbs_area{
    position: fixed;
    width:100%;
    padding:8px 0;
    z-index:50;
    bottom:0;
    left:0;
  }
  
  
  .top_bbs_area .swiper-slide{
    padding:0 24px;
    width:fit-content;
  }
  
  .top_bbs_area .bbs_link{
  }
  
  /*
  ------------------------------------------------------------
  下層共通
  ------------------------------------------------------------
  */
  
  /*下層のMV*/
  .page_mv_section{
  
  }
  
  .page_mv_section .mv{
    width:100%;
    max-height:700px;
    min-height: 500px;
    height:600px;
    object-fit: cover;
  }
  
  
  /*ぱんくず*/
  .bread_section{
    padding:24px 0 ;
  }
  
  .bread_section .bread_flex{
    display: flex;
    align-items: center;
  }
  
  .bread_section .bread_flex .arrow{
    font-size: 13px;
    margin:0 8px 12px;
  }
  
  .bread_section .bread_flex a{
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  
  .bread_section .bread_flex span{
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  
  
  /*ページネーション*/
  .common_pagenation_frame{
    width:fit-content;
    max-width:100%;
    margin:64px auto 0;
  }

  
  .common_pagenation span.current{/*現在のページボタン*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin:8px;
    font-size: 13px;
  }
  
  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 30px;
    height: 30px;
    margin:8px;
    font-size: 13px;
  }
  
  
  /*wpブロックエディタ*/
  .common_single_block{
    max-width: 1000px;
    margin:0 auto;
  }
  
  .common_single_block h2{
    margin: 32px 0;
    pointer-events: none;
    position: relative;
    font-size: 22px;
    line-height: 1.6;
  }
  
  .common_single_block h3{
    font-size: 18px;
    margin: 24px 0;
    padding-bottom: 12px;
  }
  
  .common_single_block p{
    margin: 32px 0;
    font-size: 15px;
  }
  
  .common_single_block figure{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  
  
  /*記事一覧表示*/
  .common_topic_list{
    
  }
  
  .common_topic_block{
    display: flex;
    justify-content: space-between;
    max-width:1080px;
    flex-wrap: wrap;
    flex-direction: column;
    margin:0 auto 64px;
  }
  
  .common_topic_block:last-child{
    margin-bottom: 0;
  }
  
  .common_topic_block .thumb_area{
    position: relative;
    width:100%;
    height:200px;
  }
  
  .common_topic_block .thumb_area .guide_link{
    width:60px;
    height:60px;
    top:8px;
    right:8px;
    z-index:10;
  }

  .common_topic_block .thumb_area .guide_link:hover img{
    transform: scale(1);
  }

  .common_topic_block .topic_cat_list .topic_cat_item{
    font-size: 14px;
  }

  
  .common_topic_block .text_area{
    width:100%;
    padding-top: 24px;
  }
  
  .common_topic_block .text_area .topic_name{
    margin-bottom: 12px;
    font-size: 16px;
  }
  
  .common_topic_block .text_area .topic_name a:hover{
    text-decoration: none;
  }
  
  .common_topic_block .text_area .topic_info{
    font-size: 13px;
    line-height: 1.8;
  }
  
  .common_topic_block:nth-child(odd){
    flex-direction: column;
  }
  
  .common_topic_block:nth-child(even){
    flex-direction: column;
  }
  
  
  /*ガイド一覧表示*/
  .common_guide_list{
    
  }
  
  .common_guide_block{
    display: flex;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 64px;
    align-items: center;
    flex-direction: column;
    padding:0 20px;
  }
  
  .common_guide_block .thumb{
    display: block;
    width:200px;
    height:200px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: 16px;
  }
  
  
  .common_guide_block .thumb:hover img{
    transform: scale(1);
  }
  
  .common_guide_block .text_area{
    /* width:100%; */
    padding-top: 0;
  }
  
  .common_guide_block .guide_name{
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  
  .common_guide_block .guide_name a{
    font-size: 18px;
  }
  
  .common_guide_block .guide_name a:hover{
    text-decoration: none;
  }
  
  .common_guide_block .guide_info{
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  
  .common_guide_block .guide_info br{
    display: none;
  }
  
  .common_guide_block .guide_sns{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    gap:0 16px;
  }
  
  .common_guide_block .guide_sns img{
    height:30px;
  }
  
  .common_guide_block:nth-child(odd){
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .common_guide_block:nth-child(odd) .text_area{
    padding-left: 0;
  }
  
  .common_guide_block:nth-child(even){
    flex-direction: column;
    /* justify-content: flex-end; */
  }
  
  .common_guide_block:nth-child(even) .text_area{
    padding-right: 0;
  }
  
  /*
  ------------------------------------------------------------
  ガイド一覧ページ
  ------------------------------------------------------------
  */
  
  body.guide_list_body{
    
  }
  
  main.guide_list_main{
    
  }
  
  .guide_list_section{
    
  }
  
  .guide_list_section01{
    padding:60px 0 80px;
  }
  
  
  
  
  /*
  ------------------------------------------------------------
  ガイド詳細
  ------------------------------------------------------------
  */
  
  body.guide_single_body{
    
  }

  main.guide_single_main{
    margin-top: 0;
  }
  
  .guide_single_section{
    
  }
  
  .guide_single_section01{
    padding:60px 0;
  }
  
  .guide_single_section01 .guide_name{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  
  .guide_single_section01 .guide_img{
    margin:0 auto 32px;
  }
  
  .guide_single_section01 .guide_sns{
    margin-bottom: 32px;
    gap:0 16px;
  }
  
  .guide_single_section01 .guide_sns img{
    height:30px!important;
  }
  
  
  .guide_single_section02{
    padding:48px 0 100px;
    position: relative;
  }
  
  
  
  /*
  ------------------------------------------------------------
  記事アーカイブページ
  ------------------------------------------------------------
  */
  
  body.archive_body{
    
  }
  
  
  main.archive_main{
    
  }
  
  .archive_section{
    position: relative;
  }
  
  .archive_section01{
    /* padding-top: 22px; */
  }
  
  .archive_section01 .tab_flex{
    display: flex;
    justify-content: center;
    margin-top: -50px;
  }
  
  .archive_section01 .tab{
    width:33.4%;
    height:50px;
    font-size: 14px;
  }

  .archive_section01 .tab.active {
    border: 2px solid rgba(112,112,112,1);
    border-bottom: none;
}
  
  .archive_section01 .tab01{
    border-radius: 0 24px 0 0;
    border-left: none;
  }
  
  .archive_section01 .tab02{
    border-radius: 24px 24px 0 0;
  }
  
  .archive_section01 .tab03{
    border-radius: 24px 0 0 0;
    border-right: none;
  }
  
  .archive_section02{
    padding:64px 0 40px;
  }

  .archive_section02 .search_flex{
    display: flex;
    justify-content: space-between;
    /* gap:0 40px; */
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
  }
  
  .archive_section02 .search_flex .day_area{
    display: flex;
    justify-content: space-between;
    width:100%;
    gap:0 ;
  }
  
  
  .archive_section02 .search_flex .day_block p{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px;
  }
  
  .archive_section02 .search_flex .day_block input{
    width: 165px;
    height: 40px;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .archive_section02 .search_flex .keyword_area{
    width:100%;
  }

  .archive_section02 .search_flex .keyword{
    width: 100%;
    height: 45px;
    border-radius: 28px;
    font-size: 14px;
    padding:0 12px;
    margin: 24px auto 0;
  }
  
  .archive_section02 .search_cat_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom: 32px;
  }
  
  .archive_section02 .search_cat_item{
    cursor: pointer;
  }
  

  .archive_section02 .search_cat_item .box{
    width:16px;
    height:16px;
    margin-right: 12px;
    margin-bottom: 1px;
  }

  .archive_section02 .search_cat_item input:checked + .box::after{
    top: 0px;
    left: 4px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 2px solid #60bbd8;
    border-right: 2px solid #60bbd8;
  }
  
  .archive_section02 .search_cat_button{
    font-size: 16px;
    line-height: 1.2;
  }

  .archive_section02 .search_button{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
  
  .archive_section02 .search_button::after{
    content:"";
    width:20px;
    height:20px;
    background-image: url('../img/common/search_gray.png');
    position: absolute;
    right:32px;
    top:10px;
  }
  
  .archive_section03{
    padding:20px 0 60px;
  }
  
  /*
  ------------------------------------------------------------
  記事シングル
  ------------------------------------------------------------
  */
  
  body.single_body{
    
  }
  
  
  main.single_main{
    margin-top: 0;
  }
  
  .single_section{
    position: relative;
  }
  
  .single_section01{
    padding: 32px 0 80px;
  }

  .single_section01 .common_sec_title {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 1.3;
}
  
  .single_section01 .topic_img{
    width:100%;
    margin-bottom: 24px;
  }
  
  .single_section01 .topic_cat_list{
    display: flex;
    flex-wrap: wrap;
    gap:12px 16px;
  }
  
  .single_section01 .topic_cat_list .topic_cat{
    /* padding:4px 8px; */
    font-size: 16px;
    /* border-radius: 40px; */
  }
  
  .single_section01 .back_link{
    max-width: 220px;
    height: 50px;
    border-radius: 10px;
    margin:72px auto 0;
    font-size: 20px;
  }
  
  .single_section01 .back_link::after{
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right:16px;
  }
  
  .single_section02{
    padding-bottom: 80px;
  }
  
  .single_section03{
    padding-bottom: 80px;
  }
  
  .single_section03 h2{
    margin-bottom: 24px;
    font-size: 24px;
  
  }
  
  .calendar_area{
  
  }
  
  
  /*
  ------------------------------------------------------------
  掲示板一覧
  ------------------------------------------------------------
  */
  
  .talk_mv_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .talk_mv_section .flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .talk_mv_section .flex .left,
  .talk_mv_section .flex .right{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .talk_mv_section .flex .left{
    margin-bottom: 24px;
  }
  
  .talk_mv_section .flex .left .talk_title{
    width:100%;
  }
  
  .talk_mv_section .flex .right .link{
    padding:12px 40px;
    border-radius: 20px;
    font-size: 20px;
  }
  
  body.talk_list_body{
    
  }
  
  
  main.talk_list_main{
    /* margin-top: 80px; */
    margin-top: 0;
  }
  
  .talk_list_section{
    position: relative;
  }
  
  .talk_list_section01{
    padding:60px 0;
  }
  
  .talk_list_section01 .form_area{
    margin-bottom: 64px;
    max-width:800px;
    margin:0 auto 64px;
    padding:32px 24px;
  }
  
  .talk_list_section01 .form_area p{
    margin-bottom: 8px;
    font-size: 14px;
  }
  
  .talk_list_section01 .form_area .input_flex{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .talk_list_section01 .form_area .input_flex .input_block01{
    margin-bottom: 16px;
  }
  
  .talk_list_section01 .form_area .input_flex input{
    width: 100%;
    height: 40px;
    padding:0 12px;
  }
  
  .talk_list_section01 .form_area .bbs_text{
    width: 100%;
    height: 200px;
    padding:12px;
    font-size: 14px;
  }
  
  .talk_list_section01 .form_area .bbs_button{
    margin-top: 16px;
  }
  
  .talk_list_section01 .form_area label{
    display: block;
    width:fit-content;
    cursor: pointer;
    margin-top: 8px;
  }
  
  .talk_list_section01 .form_area .err_text{
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 13px;
  }
  
  .talk_list_section01 .form_area .bbs_button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    cursor: pointer;
    padding:6px 12px;
  }
  
  .talk_list_section01 .loca_area{
    margin-top: 32px;
    margin-bottom: 16px;
  }
  
  .talk_list_section01 .bbs_list{
    max-width: 800px;
    margin: 0 auto;
    padding:16px;
  }

  .talk_list_section01 .bbs_list .bbs_card{
    display: block;
    padding:20px 0;
  }
  
  .talk_list_section01 .bbs_list .bbs_card .bbs_area{
    margin-bottom: 4px;
    font-size: 14px;
  }
  
  .talk_list_section01 .bbs_list .bbs_title{
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .talk_list_section01 .bbs_list .bbs_text{
    font-size: 13px;
  } 
  
  .talk_list_section01 .bbs_list .bbs_time{
    font-size: 12px;
    margin-top: 6px;
  }
  
  .talk_list_section01 .bbs_list .bbs_comment_count{
    font-size: 12px;
    margin-top: 4px;
  }
  
  /*
  ------------------------------------------------------------
  掲示板詳細
  ------------------------------------------------------------
  */
  
  body.talk_body{
    
  }
  
  
  main.talk_main{
    /* margin-top: 80px; */
    margin-top: 0;
  }
  
  .talk_section{
    position: relative;
  }
  
  .talk_section01{
    padding:80px 0;
  }
  
  
  .talk_section01 .bbs_block{
    padding:24px;
    max-width:800px;
    margin:0 auto;
  }
  
  .talk_section01 .bbs_head_block{
    margin-bottom: 24px;
  }
  
  .talk_section01 .bbs_head_block .bbs_head_area{
    margin-bottom: 4px;
  }
  
  .talk_section01 .bbs_head_block .bbs_head_title{
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .talk_section01 .bbs_head_block .bbs_head_text{
    font-size: 13px;
  } 
  
  .talk_section01 .bbs_head_block .bbs_head_time{
    font-size: 12px;
    margin-top: 6px;
  }
  
  .talk_section01 .bbs_head_block .bbs_head_comment_count{
    font-size: 12px;
    margin-top: 4px;
  }
  
  .talk_section01 .bbs_comment_area{
    margin-bottom: 40px;
  }
  
  .talk_section01 .bbs_comment_block .bbs_comment_list li{
    padding:16px;
  }
  
  .talk_section01 .form_area p{
    margin-top: 24px;
  }
  
  .talk_section01 .form_area .bbs_name_input{
    width: 100%;
    height: 30px;
    padding:12px;
  }
  
  .talk_section01 .form_area .bbs_text_input{
    width: 100%;
    height: 100px;
    padding:12px;
  }
  
  .talk_section01 .form_area .bbs_button{
    margin-top: 16px;
  }
  
  .talk_section01 .form_area label{
    display: block;
    width:fit-content;
    cursor: pointer;
    margin-top: 8px;
  }
  
  .talk_section01 .form_area .err_text{
    margin-top: 6px;
    font-size: 13px;
  }
  
  /*
  ------------------------------------------------------------
  掲示板使い方
  ------------------------------------------------------------
  */
  
  body.use_body{
    
  }
  
  
  main.use_main{
    margin-top: 0;
  }
  
  .use_section{
    position: relative;
  }
  
  .use_section01{
    padding:80px 0;
  }
  

  /*
  ------------------------------------------------------------
  ABOUT US 
  ------------------------------------------------------------
  */

  .about_section01{
    padding:80px 0 0;
  }

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

  .about_section01 .flex .left,
  .about_section01 .flex .right{
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about_section01 .flex .left .page_title{
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
  }

  .about_section01 .flex .right img{
    width:530px;
    max-width: 80%;
  }

  .about_section01 .border{
    width: 1px;
    height: 60px;
    background: #000;
    margin:0px auto 0;
  }

  .about_section02{
    padding:70px 0 40px;
  }

  .about_section02 .p1{
    display: flex;
    justify-content: center;
  }

  .about_section02 .p1 img{
    width:594px;
    max-width:90%;
    margin-bottom: 40px;
  }

  .about_section02 .p2{
    font-size: 16px;

    text-align: center;

  }

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

  .about_section03 .about_list{

  }

  .about_section03 .about_block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .about_section03 .about_block .img_area{
    margin-bottom: 24px;
    width: 100%;
    flex-grow: 0;
  }

  .about_section03 .about_block .img_area img{
    width:100%;
  }

  .about_section03 .about_block .text_area{
    width:100%;
  }

  .about_section03 .about_block .about_name{
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .about_section03 .about_block .about_name::after{
    width: 40px;
    height: 2px;
    
  }

  .about_section03 .about_block .about_text{
    font-size: 14px;

  }

  .about_section03 .about_block:nth-child(even){
    flex-direction: column;
  }

  .about_section03 .about_block:nth-child(even) .text_area{
    padding-right: 0;

  }

  .about_section03 .about_block:nth-child(odd)  .text_area{
    padding-left: 0;
  }



}/*@media(max-width:767px){*/