@charset "UTF-8";
/* ------------------------- TOC
min-width: 601px
max-width: 600px

----------------------------- */
/* ============================== min-width: 601px */
@media (min-width: 601px) {
  body{
    min-width: 1300px;
  }
  .sp{display:none !important;}
  section{
    padding: 30px 10px 40px;
  }
  section.contact {
    padding-top: 0;
  }
  .pc_table{
    display:table;
    table-layout: fixed;
    padding: 0;
  }
  .pc_table > *{
    display:table-cell;
    vertical-align: top;
  }
  section .sec_inner{
    width:1160px;
    margin: auto;
    text-align: center;
  }
  
  /*=====FFTYadd=====*/
  .col1{
    width: 1160px;
    margin: 0 auto;
  }

  .col1.many{
    padding-bottom:20px;
  }
  
  /*=====End add=====*/
  
  
  /*=====FFTYadd=====*/
  
  #topic .col3 li {
  	width: 360px;
  }
  
  /*=====End add=====*/
  
  
  .col3{
    width: 1160px;
    margin: 0 auto;
  }
  .col3 > li{
    width: calc((100% - 80px)/3);
    background-color:#fff;
  }
  .col3 > li:nth-child(3n+2),
  .col3 > li:nth-child(3n+3){
    margin-left:40px;
  }
  .col3.many,
  .col4.many{
    padding-bottom:20px;
  }
  .col4{
    width: 1120px;
    margin: 0 auto;
  }
  .col4 > li{
    width: calc((100% - 80px)/4);
    margin:0 10px;
  }
  .col5 > li{
    width:calc((100% - 100px) / 5);
    margin: 5px 10px;
  }
  #nav .nav_inner{
    display:table;
    table-layout: fixed;
  }
  #nav .nav_inner li{
    display:table-cell;
    vertical-align: top;
  }
  .btn a,
  #nav .nav_inner > li a{
    transition: 3s;
  }
  #nav .nav_inner > li ul li a {
    transition: initial;
  }
  header{
    width:1260px;
    margin: auto;
  }
  header #logo{
    display: block;
    padding: 20px 20px 10px;
  }
  header #logo img{
    width: auto;
    height: 70px;
  }
  .btn a:hover {
    transition: .5s;
  }
  /* #nav .nav_inner > li a:hover{
    transition: .5s;
  } */
  #nav .nav_inner li{
    position: relative;
  }
  #nav .nav_inner ul,
  #nav .nav_inner ul li{
    display:block;
    width:100%;
  }
  #nav .nav_inner ul{
    display:none;
    position: absolute;
    left:0;
    top:100%;
    z-index: 99;
  }
  #nav .nav_inner ul li a{
    padding:10px;
    line-height: 1.6;
    font-size:13px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border:none;
    /* background:rgba(0,0,0,0.4); */
    background-color: #9b9a9a;
  }
  #nav .nav_inner ul li a:hover{
    background:rgba(0,0,0,0.9);
  }
  footer .col{
    width:1120px;
    margin:20px auto;
  }
  footer .col > li{
    margin:20px 10px;
  }
  footer .col > li dt,
  footer .col > li.lead a {
    padding-bottom:5px;
    margin-bottom:20px;
  }
  footer .col li.lead ul li a {
    padding-bottom: 3px;
  }
  footer .col li.lead ul li a {
    margin-bottom: 0;
    font-size: 13px;
  }
  section h2.lead_brd {
    width: 360px;
    margin: 0 auto 40px;
  }
  #caution_area{
    display: block;
    width: 960px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #b5b5b6;
  }
  #caution_area:after{
    content:"";
    display: block;
    clear:both;
  }
  #caution_area h2{
    display: block;
    width: 80px;
    margin: 0;
    padding: 20px 10px;
    line-height: 20px;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #e60012;
    float: left;
  }
  #caution_area dl{
    width: 850px;
    float: right;
  }
  #caution_area dl dt{
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
  }
  #caution_area dl dt.date{
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  #caution_area dl dd{
    font-size: 13px;
    line-height: 26px;
  }
  #caution_area dl dd .lead {
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  #topic dl dt{
    height: 3em;
  }
  #information h3.ct_brd {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  #information .info_inner{
    width: 960px;
    margin: auto;
  }
  #information .info_inner + .info_inner{
    margin-top: 40px;
  }
  #information .info_inner .info_cont{
      display: table;
      width: 100%;
  }
  #information .info_inner .info_cont > p{
    display: table-cell;
    padding:5px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
  }
  #information .info_inner .info_cont .date{
    display: table-cell;
    width: 10em;
    vertical-align: middle;
  }
  #information .info_inner .info_sub{
    display: inline-table;
    position: absolute;
    right: 0;
    top: 0;
  }
  #information .info_inner .info_sub li{
    display: table-cell;
    padding-left:20px;
  }
  #information .info_inner .info_sub li a{
    display: block;
    padding-right:25px;
    position: relative;
  }
  #information .info_inner .info_sub li a:before{
    content:"";
    display:block;
    width:16px;
    height: 16px;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -10px;
    background-color: #3c3c3c;
    z-index: 2;
  }
  #information .info_inner .info_sub li a:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border:5px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right:0;
    top: 50%;
    margin-top: -7px;
    z-index: 3;
  }
  .slick-prev,
  .slick-next{
    margin-top: -15px;
  }
  .bnr_slider {
    position: relative;
  }
  .bnr_slider .slick-prev,
  .bnr_slider .slick-next{
    margin-top: -30px;
  }
  .slick-next{
    /* right:5px; */
    right:0px;
  }
  .bnr_slider .slick-prev {
    /* left: -50px; */
    left: 0;
  }
  .bnr_slider .slick-next{
    /* right:5px; */
    /* right: -50px; */
    right: 0;
  }
  .slider_box{
    width: 960px;
    margin: auto;
  }
  .slider_box .slick-list{
    overflow: visible;
  }
  .mv_bnrarea{
    width:1280px;
    margin: 15px auto;
    position: relative;
  }
  .mv_bnrarea li{
    width:160px;
    padding: 0 10px;
    border-right:1px solid #b5b5b6;
  }
  .mv_bnrarea li:first-child{
    border-left:1px solid #b5b5b6;
  }
  .mv_bnrarea li a img {
    display:block;
    margin: 0 auto;
  }
  #mainvisual .bg_ptn a{
    display: block;
    width: 1080px;
    margin: 0 auto;
    padding: 5px 0;
  }
  #mainvisual .bg_ptn a img {
    display: inline-block;
    width: 540px;
    transition:1s;
  }
  #mainvisual .bg_ptn a:hover img{
    opacity:.7;
  }
  #sns .sns_inner{
    display: table;
    width: 880px;
    margin: auto;
  }
  #sns .sns_inner > *{
    display: table-cell;
    vertical-align: top;
  }
  #sns .sns_inner > #pageplugin{
    width: 560px;
    padding-right: 60px
  }
  #sns .sns_inner > .bnr_area{
    width:320px;
  }
  #sns .sns_inner > .bnr_area li + li{
    margin-top: 30px;
  }
  #nav{
    background-color:#d40018;
  }
  #nav .nav_box{
    width:1280px;
    margin: 0 auto;
    position: relative;
  }
  #nav .nav_inner{
    width: 1280px;
    margin: auto;
    border-right: 1px solid #fff;
  }
  #nav .nav_inner > li a {
    display: block;
    padding: 10px 0 15px;
    border-left: 1px solid #fff;
    line-height: 43px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #nav .nav_inner > li a:hover {
    text-decoration: none !important;
  }
  #nav .nav_inner > li.current-menu-item a{
    background-color: #FFF;
    color: #d40018;
    border-top: 1px solid #d40018;
    border-bottom: 1px solid #d40018;
  }
  #nav .nav_inner > li ul.sub-menu li a {
    background-color: #9b9a9a;
    color: #fff;
    border-top: 1px none;
    border-bottom: 1px none;
  }
  #nav .nav_inner > li ul.sub-menu li a:hover {
    background-color: #666;
    text-decoration: underline !important;
  }
  #nav .nav_inner > li a span{
    display: block;
    font-size: 17px;
    font-weight: normal;
    font-family:Impact;
  }
  #nav .nav_inner > li a:hover{
    background-color: #ea808c;
  }
  .head_nav{
    position:absolute;
    right:0;
    top:-94px;
  }
  .head_nav ul.snsbtn_area{
    margin-top: 15px;
    text-align:right;
  }
  .head_nav ul li{
    display:inline-block;
    /* vertical-align: top; */
    vertical-align: middle;
  }
  /* .head_nav ul.input_area li{
    border-left: 1px solid #b3b3b3;
    height: 30px;
  } */
  .head_nav ul.input_area li a{
    border-left: 1px solid #b3b3b3;
  }
  .head_nav ul.input_area li:first-child{
    border-left: none;
  }
  .head_nav ul.input_area li:last-child{
    padding-left:10px;
    border-left: 1px solid #b3b3b3;
  }
  .head_nav ul li a{
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    color:#3d3d3d;
    line-height: 1.4em;
    text-decoration: none;
  }
  .head_nav ul.snsbtn_area li a{
    padding: 0 0 0 5px;
    transition:1s;
  }
  .head_nav ul.snsbtn_area li a:hover{
    opacity: .7;
    transition:.5s;
  }
  .head_nav ul.input_area li:last-child{
    padding-top:0;
    /* margin-top: -4px; */
  }
  #pickup .bnr_area li:nth-child(2),
  #pickup .bnr_area li:first-child{
    width:calc((100% - 40px) / 2);
  }
  h3.brd{
    width:1100px;
    margin: 0 auto 40px;
  }

  /* ============================== category common */
  .category_area {
    width: 1100px;
    margin: 35px auto 0;
    padding-bottom: 40px;
  }
  .category_area .side .archive,
  .category_area .side .banner_box {
    margin-bottom: 40px;
  }
  .category_area .main_contents {
    width: 820px;
    float: left;
  }
  .category_area.wd_full .main_contents {
    width: 100%;
    float: none;
  }
  .category_area.wd_full .main_contents.rio {
    width: 820px;
    float: none;
    margin: 0 auto;
  }
  /*-- FTTY World Para 2025 Adds Start--*/
  .category_area.wd_full .main_contents.nd2025 {
    width: 820px;
    float: none;
    margin: 0 auto;
  }
  /*-- FTTY World Para 2025 Adds End  --*/
  /* side */
  .category_area .side {
    width: 260px;
    float: right;
    margin-top: 29px;
  }
  .category_area section .sec_inner,
  .category_area section h3.brd,
  .category_area #information .info_inner {
    width: 820px;
  }
  .category_area.wd_full section .sec_inner,
  .category_area.wd_full section h3.brd,
  .category_area.wd_full #information .info_inner {
    width: 100%;
  }
  .category_area section#information {
    margin-bottom: 40px;
  }
  /* main_contents */
  .category_area section {
    padding-left: 0;
    padding-right: 0;
  }
   .category_area section#categories-2 {
    padding: 0;
  }
  .category_area section#categories-2 .widget-title {
    display: none;
  }
  .category_area .info_inner {
    margin-bottom: 40px;
  }
  .category_area section .sec_inner{
    text-align: left;
  }
  .category_area .mainvisual .local_nav li a {
    font-size: 17px;
    height: 58px;
  }
  .category_area .sec_inner .info_inner {
    margin-bottom: 40px;
  }
  .category_area .sec_inner .info_inner:last-of-type {
    margin-bottom: 0;
  }
  .category_area .col4 {
    width: 820px;
  }
  .category_area .col4 > li  {
    width: calc((100% - 40px)/3);
    margin: 0 0 20px;
  }
  .category_area .col4 > li:nth-child(3n+2),
  .category_area .col4 > li:nth-child(3n+3) {
    margin-left: 20px;
  }
  .category_area .btn_l {
    margin: 20px auto;
    width: 160px;
  }
  .category_area .btn_l a {
    padding: 0 30px 0 20px;
  }
  .category_area .figure_nav li {
    width: 48.5%;
  }
  .category_area .localpage_nav li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .category_area .localpage_nav.tp01 li {
    width: calc((100% - 5px)/6);
    margin-right: 1px;
  }
  .category_area .localpage_nav.tp01 li:last-of-type,
  .category_area .localpage_nav.tp02 li:last-of-type {
    margin-right: 0;
  }
  .category_area .localpage_nav.tp02 li {
    width: calc((100% - 10px)/11);
    margin-right: 1px;
  }
  .category_area div.paris .localpage_nav.tp02 li {
    width: calc((100% - 10px)/10);
    margin-right: 1px;
  }
  /*--FTTY World para 2025 Adds  Start--*/
  .category_area div.nd2025 .localpage_nav.tp01 li {
    width: calc((100% - 5px)/5);
    margin-right: 1px;
  }
  .category_area div.nd2025 .localpage_nav.tp02 li {
    width: calc((100% - 10px)/9);
    margin-right: 1px;
  }
  /*--FTTY World para 2025 Adds  End  --*/
  .category_area .img_nav li,
  .category_area .figure_nav li {
    margin-right: 20px;
  }
  /* ============================== form */
  .category_area .sec_inner form.wpcf7-form {
    padding:28px;
    /* margin-top: -36px; */
  }
  .category_area .sec_inner form.wpcf7-form h2{
    font-size:32px;
  }
  .category_area .sec_inner form.wpcf7-form h2 span{
    font-size:28px;
  }
  .category_area .sec_inner form.wpcf7-form h3.brd{
    font-size: 27px;
  }
  .category_area .sec_inner form.wpcf7-form dl{
    display: table;
  }
  .category_area .sec_inner form.wpcf7-form dl > *{
    display: table-cell;
    padding:10px 5px;
    vertical-align: text-top;
  }
  .category_area .sec_inner form.wpcf7-form dt,
  .category_area .sec_inner form.wpcf7-form dd{
    line-height: 40px;
  }
  .category_area .sec_inner form.wpcf7-form dt{
    width: 130px;
  }
  .form_name input[type="text"],
  .form_kana input[type="text"],
  .form_tel input[type="text"],
  .form_mail input[type="text"]{
    display: inline-block;
    width: 400px;
    margin-right:10px;
  }
  .form_zip input[type="text"],
  .form_area select{
    width: 200px;
  }
  .submit_box{
    padding: 30px 0 0 135px;
  }
  .agree_area{
    width:300px;
    float: left;
  }
  .submit_box:after{
    content:"";
    display: block;
    clear: both;
  }
  .submit_area{
    float: right;
  }
  input[type="submit"]{
    width:300px;
    height:50px;
  }

} /* end */


/* ============================== max-width: 600px */
@media (max-width: 600px) {
  body{
    width: 100%;
    overflow-x: hidden;
  }
  img{
  /* max-width:100%; */
    height: auto;
  }
  table.center {
  width: 100%;
  }
  .pc{
    display:none !important;
  }
  section{
    padding: 25px 15px;
  }
  
  /*=====FFTYadd=====*/
  .col1{
    width: auto;
  }
  .col1 > li{
    display: block;
  }

  .col1 > li img{
    display: block;
    width:100%;
  }

  .col1.many{
    padding-bottom:10px;
  }

  .center2 > li:first-child,.center2 > li:last-child{
	display:none;

  }
  .center2 > li:nth-child(even){
	margin-left:0px;
  }
  .center2 > li:nth-child(odd){
	margin-left:20px;
  }
  
  /*=====End add=====*/
  
  .col3{
    display: block;
    width: 100%;
  }
  .col3 > li{
    display: block;
    background-color:#fff;
  }
  .col3 > li + li{
    margin-top:15px;
  }
  #topic .col3 li {
    padding-bottom: 50px;
  }
  .col3.many,
  .col4.many{
    padding-bottom:10px;
  }
  .col4 > li{
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
  }
  .col4 > li:nth-child(even){
    margin-left:20px;
  }
  header #logo{
    display: block;
    padding: 5px;
    margin-bottom: 0;
  }
  header #logo img{
    width: auto;
    height: 40px;
  }
  footer small span {
    padding-top: 2.5%;
  }
  footer .col li{
    width:100%;
    padding: 0 10px;
  }
  footer .col > li dt,
  footer .col li.lead {
    padding:10px 0;
    position: relative;
  }
  footer .col li.lead {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
  }
  footer .col li.lead a {
    display: inline-block;
    border-bottom: none;
  }
  footer .col > li dd,
  footer .col li.lead ul{
    padding-top: 10px;
  }
  footer .col > li dd a,
  footer .col li.lead ul li a{
    padding:10px 0;
  }
  footer .col li.lead ul li a {
    font-size: 13px;
    padding: 8px 0;
    margin-bottom: 0;
  }
  footer .col > li dt:before,
  footer .col > li dt:after{
    content:"";
    width: 15px;
    height: 2px;
    background-color:#fff;
    position: absolute;
  }
  footer .col > li dt:before{
    top:17px;
    right:10px;
    transition: 1s;
  }
  footer .col > li dt.acd_open:before{
    transform: rotate(-180deg);
    transition: 1s;
  }
  footer .col > li dt:after{
    top:17px;
    right:10px;
    transform: rotate(90deg);
    transition: 1s;
  }
  footer .col > li dt.acd_open:after{
    transform: rotate(540deg);
    transition: 1s;
  }

  footer .col li.lead:before,
  footer .col li.lead:after{
    content:"";
    width: 15px;
    height: 2px;
    background-color:#fff;
    position: absolute;
  }
  footer .col li.lead:before{
    top:17px;
    right:10px;
    transition: 1s;
  }
  footer .col li.acd_open:before{
    transform: rotate(-180deg);
    transition: 1s;
  }
  footer .col li.lead:after{
    top:17px;
    right:10px;
    transform: rotate(90deg);
    transition: 1s;
  }
  footer .col li dt.acd_open:after{
    transform: rotate(540deg);
    transition: 1s;
  }
  section h2.lead_brd {
    width: 100%;
    margin: 0 auto 15px;
  }
  #caution_area{
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #b5b5b6;
  }
  #caution_area h2{
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
    font-size:16px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background-color: #e60012;
  }
  #caution_area dl{
    display: block;
  }
  #caution_area dl dt{
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
  }
  #caution_area dl dt .date{
    display: block;
    font-size: 14px;
    font-weight: normal;
  }
  #caution_area dl dd{
    font-size: 13px;
    line-height: 20px;
  }
  #sns .sns_inner > .bnr_area{
    width:100%;
    max-width:320px;
    margin: auto;
  }
  #sns .sns_inner > .bnr_area li{
    margin-top: 20px;
  }
  #mainvisual{
    padding:0 10px;
  }
  .slider_box{
    width: 100%;
  }
  .mv_bnrarea{
    width:100%;
    max-width:600px;
    margin: 5px auto;
  }
  .mv_bnrarea li{
    width: 25%;
    padding: 0 1px;
    border:1px solid #b5b5b6;
    border-left-color:transparent;
    border-collapse: collapse;
  }
  .mv_bnrarea li:nth-child(4n+1){
    border-left-color: #b5b5b6;
  }
  .mv_bnrarea li:nth-child(n+5){
    border-top-color:transparent;
  }
  #mainvisual .bg_ptn a{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 5px 0;
  }
  #mainvisual .bg_ptn a img{
    display: block;
    width: 100%;
    transition:1s;
  }
  #mainvisual .bg_ptn a:hover img{
    opacity:.7;
  }
  #information h3.ct_brd {
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  #information .info_inner .info_cont {
    padding-bottom: 10px;
  }
  #topic .archive-thumbnail {
    height: 100% !important;
    width: 100% !important;
  }
  .index #information h3.ct_brd:before,
  .index #information h3.ct_brd:after{
    content:"";
    width: 15px;
    height: 2px;
    background-color:#000;
    position: absolute;
  }
  .index #information h3.ct_brd:before{
    top:10px;
    right:10px;
    transition: 1s;
  }
  .index #information h3.acd_open:before{
    transform: rotate(-180deg);
    transition: 1s;
  }
  .index #information h3.ct_brd:after{
    top:10px;
    right:10px;
    transform: rotate(90deg);
    transition: 1s;
  }
  .index #information h3.acd_open:after{
    transform: rotate(540deg);
    transition: 1s;
  }
  #information .info_inner .info_box{
    padding-bottom:50px;
  }
  #information .info_inner:last-child .info_box{
    padding-bottom:0;
  }
  #information .info_inner .info_cont > p{
    padding: 5px 0;
    text-align: left;
  }
  #information .info_inner .info_cont .text{
    margin-bottom: 10px;
    padding: 5px 1em;
    line-height: 1.4;
  }
  #information .info_inner .info_cont .text span{
    display: block;
    margin-left: -1em;
  }
  #information .info_inner .info_sub{
    width:280px;
    margin: auto;
  }
  #information .info_inner .info_sub li{
    display: block;
  }
  #information .info_inner .info_sub li + li{
    margin-top: 20px;
  }
  #information .info_inner .info_sub li a {
    display: block;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #3c3c3c;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0,0,0,.6);
  }
  #information .info_inner .info_sub li a:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border:5px solid transparent;
    border-left-color: #fff;
    position: absolute;
    right:10px;
    top: 50%;
    margin-top: -7px;
    z-index: 3;
  }
  #nav_btn{
    width:45px;
    cursor: pointer;
    position: absolute;
    right:0;
    top: 0;
    z-index: 999;
  }
  #nav{
    padding: 0;
    display: none;
  }
  .nav_box a {
    display:inline-block;
  }
  .head_nav ul.input_area li:last-child{
    display:block;
    width: 100%;
    margin: 10px auto;
  }
  .head_nav ul.input_area li:last-child input{
    display:block;
    width:100%;
    padding:10px 5px;
    border-radius: 5px;
  }
  .head_nav ul.input_area li:last-child:after {
    right: 10px;
    top: 13px;
  }
  #nav .nav_inner {
    background-color: #d6001a;
    padding: 10px 0 0;
  }
  #nav .nav_inner li {
    width:100%;
    padding: 0 10px;
    position: relative;
  }
  #nav .nav_inner li.acd:before,
  #nav .nav_inner li.acd:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  #nav .nav_inner li.acd:before {
    top: 17px;
    right: 10px;
    transition: 1s;
  }
  #nav .nav_inner li.acd:after {
    top: 17px;
    right: 10px;
    transform: rotate(90deg);
    transition: 1s;
  }
  #nav .nav_inner > li.acd_open:before{
    transform: rotate(-180deg);
    transition: 1s;
  }
  #nav .nav_inner > li:after{
    top:17px;
    right:10px;
    transform: rotate(90deg);
    transition: 1s;
  }
  #nav .nav_inner > li.acd_open:after{
    transform: rotate(540deg);
    transition: 1s;
  }
  #nav .nav_inner > li ul li:before,
  #nav .nav_inner > li ul li:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: absolute;
  }
  #nav .nav_inner > li ul li:before {
    top: 0;
    right: 0;
    transition: 0;
  }
  #nav .nav_inner > li ul li:after {
    top: 0;
    right: 0;
    transform: rotate(0);
    transition: 0;
  }
  #nav .nav_inner > li {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
  }
  #nav .nav_inner > li a:last-of-type {
    border-bottom: none;
  }
  #nav .nav_inner > li a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
  }
  #nav .nav_inner > li ul {
    padding-top: 10px;
  }

  #nav .nav_inner > li ul {
    display: none;
  }
  #nav .nav_inner > li ul li {
    padding-left: 20px;
  }
  .nav_inner > li ul li a:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-left-color: #fff;
  }
  #nav .nav_inner > li ul li a {
    border-bottom: none;
    padding: 8px 0;
    font-size: 13px;
    display: block;
    line-height: 18px;
  }
  .category_area .topic_path {
    display: none;
  }
  .head_nav {
    position: relative;
    width: 94%;
    margin: 0 auto;
    height: 130px;
  }
  .input_area{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 45px;
  }
  .head_nav ul.input_area li:first-child {
      border: none;
  }
  .head_nav ul.input_area li {
      border-left: 1px solid #b3b3b3;
  }
  .head_nav ul.input_area li:last-of-type {
      border-left: 0;
  }
  .head_nav ul li {
      display: inline-block;
      vertical-align: top;
  }
  .head_nav ul li a {
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    color: #3d3d3d;
    text-decoration: none;
  }
  .head_nav ul.snsbtn_area li {
    width: 24px;
    margin: 0 10px 0 0;
  }
  .head_nav ul.snsbtn_area li:last-of-type {
    margin-right: 0;
  }
  .head_nav ul.snsbtn_area li a {
    padding: 0;
  }
  .head_nav ul.snsbtn_area li a img {
    width: 100%;
  }
  .bnr_slider .slick-prev,
  .bnr_slider .slick-next{
    width: 25px;
    height: 35px;
  }
  .bnr_slider .slick-prev:before{
    content:"";
    background:url(../images/btn_left.png) left top no-repeat;
    background-size: 100% 100%;
  }
  .bnr_slider .slick-next:before{
    content:"";
    background:url(../images/btn_right.png) left top no-repeat;
    background-size: 100% 100%;
  }
  .bnr_slider .slick-prev:before,
  .bnr_slider .slick-next:before {
    content: "";
    display: block;
    width: 25px;
    height: 35px;
  }
  .snsbtn_area{
    position: absolute;
    top: 10px;
    right: 0;
    display:block;
    width: auto;
    margin: auto;
    text-align: center;
  }
  .snsbtn_area li{
    display: inline-block;
    width: 40px;
    margin:0 5px;
  }
  .nav_inner li span{
    display:none;
  }
  #pickup .bnr_area li:nth-child(2),
  #pickup .bnr_area li:first-child{
    width:100%;
    margin-left:0;
  }
  h3.brd{
    width: calc(100% + 30px);
    margin-left:-15px;
    margin-bottom: 20px;
  }
  h3.yr-brd,
  h4.yr-brd {
    margin: 0 0 5px 0;
  }


  /* ============================== category common */
  .category_area .side {
    display: none;
  }
  .category_area .topic_path {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category_area #information .brd {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category_area #information .info_inner .info_cont .text{
    padding-left: 0;
  }
  .category_area #information .info_inner .info_sub{
    width:94%;
    margin-bottom: 30px;
  }
  .category_area .mainvisual .local_nav li a {
    font-size: 13px;
    min-height: 100px;
  }
  .category_area .mainvisual .local_nav li a {
    font-size: 13px;
    min-height: 58px;
    padding: 0 8%;
  }
  .category_area .sec_inner .info_inner {
    margin-bottom: 6.5%;
  }
  .category_area .btn_l {
      margin: 20px auto;
      width: 80%;
  }
  .category_area .btn_l a {
    padding: 0 6.5% 0 1.5%;
    font-size: 13px;
  }
  .category_area .localpage_nav li {
    width: calc((100% - 4px)/3);
    margin-right: 2px;
  }
  .category_area .localpage_nav.tp01 li {
    width: calc((100% - 2px)/3);
    margin-right: 1px;
  }
  .category_area .localpage_nav.tp01 li a,
  .category_area .localpage_nav.tp02 li a {
    margin-bottom: 1px;
  }
  .category_area .localpage_nav.tp01 li:nth-child(3),
  .category_area .localpage_nav.tp01 li:nth-child(6) {
    margin-right: 0;
  }
  .category_area .localpage_nav.tp02 li {
    width: calc((100% - 3px)/4);
    margin-right: 1px;
  }
  .category_area .localpage_nav.tp02 li:nth-child(4),
  .category_area .localpage_nav.tp02 li:nth-child(8) {
    margin-right: 0;
  }
  .category_area .localpage_nav.tp02 li a {
    font-size: 14px;
  }
  .category_area .localpage_nav.tp02 li a span {
    font-size: 12px;
    padding-right: 0.5em;
  }
  .category_area .localpage_nav.tp02 li a sup {
    font-size: 13px;
  }
  .category_area .localpage_nav.tp02 li a sub {
    font-size: 15px;
  }
  .category_area .localpage_nav li a {
    font-size: 13px;
    min-height: 58px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .category_area .btn_l {
    margin: 10px auto;
    width: 85%;
  }
  .category_area .btn a:after {
    right: 0;
  }
  .category_area .img_nav {
    width: 98%;
    margin: 0 auto 30px;
  }
  .category_area .img_nav li {
    width: 48%;
    margin-right: 3.5%;
  }
  .category_area .figure_nav li {
    margin-bottom: 20px;
  }
  .category_area .figure_nav li:last-of-type {
    margin-bottom: 0;
  }
  /* ============================== form */
  .category_area .sec_inner form.wpcf7-form{
    padding:15px;
  }
  .category_area .sec_inner form.wpcf7-form h2{
    font-size:24px;
  }
  .category_area .sec_inner form.wpcf7-form h2 span{
    font-size:21px;
  }
  .category_area .sec_inner form.wpcf7-form h3.brd{
    font-size: 23px;
  }
  .category_area .sec_inner form.wpcf7-form dl{
    padding:10px 0;
  }
  .category_area .sec_inner form.wpcf7-form dl dt{
    padding-bottom:5px;
  }
  .form_name input[type="text"],
  .form_kana input[type="text"]{
    display: inline-block;
    width: calc(100% - 3em);
    margin-right:10px;
  }
  .form_zip input[type="text"],
  .form_area select{
    width:40%;
  }
  .submit_box{
    width:100%;
    max-width:300px;
    margin: auto;
    padding: 10px;
  }
  input[type="submit"]{
    width:100%;
    height:50px;
    margin-top:10px;
  }
  .rtn_top{
    width:30px;
    line-height:30px;
    padding-top:2px;
    font-size: 14px;
    right: 15px;
  }

/* FFTY add start */
.category_area .sponsor .banner_li {
    display: block;
}

.category_area .sponsor .banner_li dt {
    width: 40%;
}

.category_area .sponsor .banner_li dd {
    display: block;
    font-size: 90%;
}

/* FFTY add end */

}

 /* end */