.trigger-menu {
  display: none;
}
#gnav_inner ul li a span {
  display: none;
}
.logo_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw;
  }
  .logo_sp {
    display: block;
  }
  .logo_pc {
    display: none;
  }
  .header_inner,
  #headL,
  #headR,
  #gnav_inner,
  #mainvis_inner,
  #cont,
  #Rside,
  .footer_main_left,
  .footer_main_right,
  #main_inner,
  .newsblock,
  .timeblock,
  .footer_top_inner,
  .footer_main_inner,
  .footer_infoblock,
  .footer_infoblock_left,
  .footer_bottom_inner,
  .btnBloc,
  .timeblock_right01 {
    width: 100%;
    float: none;
  }
  img {
    width: 100%;
    display: block;
  }

  /* headR */
  #headR {
    display: none;
  }
  /* trigger-menu */
  #headL {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 1.5rem;
    box-sizing: border-box;
    align-items: center;
    margin: 0.5rem 0 1.5rem;
  }
  #headL h2 {
    width: 23rem;
  }
  #headL h2 img {
    width: 100%;
    display: block;
  }
  .trigger-menu {
    display: block;
    width: 5rem;
    background: #b170b3;
    height: 5rem;
    border: none;
    flex-shrink: 0;
    position: relative;
  }
  .trigger-menu .line {
    width: 3rem;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
  }
  .trigger-menu .line:nth-child(1) {
    top: 1.5rem;
  }
  .trigger-menu .line:nth-child(3) {
    top: 3.5rem;
  }
  .active.trigger-menu .line:nth-child(2) {
    opacity: 0;
  }
  .active.trigger-menu .line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 2.5rem;
  }
  .active.trigger-menu .line:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 2.5rem;
  }
  /* #header */
  #header {
    height: auto;
  }
  #header_inner {
    width: 100%;
    height: auto;
  }
  .description h1 {
    line-height: 1.5;
  }
  .description {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    height: auto;
  }

  #gnav {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    position: absolute;
    z-index: 999;
  }
  #gnav.visible {
    opacity: 1;
    visibility: visible;
  }
  #gnav_inner {
    width: 100%;
    height: auto;
  }
  #gnav_inner ul li {
    float: none;
    width: 100%;
    background: url(../common_img/gnav_bg.jpg) repeat-x left top;
    display: block;
  }
  #gnav_inner ul li a {
    display: block;
    color: #484848;
    font-weight: 600;
    padding: 1rem;
    font-size: 1.5rem;
  }
  #gnav_inner ul li a img {
    width: auto;
  }
  /* top */
  #mainvis_inner,
  #mainvis {
    height: auto;
  }
  .btnblock .btnblock_inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .btnblock .btnblock_inner ul:after {
    content: none;
  }

  .btnblock .bg_top {
    border: 0.1rem solid #8f8f8f;
    margin: 2rem 1.5rem;
    background: #fff;
    box-shadow: 1px 1px 1px #ccc;
    padding: 0.2rem;
  }
  .btnblock .bg_btm {
    background: #f5f5f5;
    padding: 2rem !important;
  }
  .btnblock .btnblock_inner {
    background: none;
  }
  .fl,
  .fr {
    float: none;
  }
  .btnBloc {
    flex-wrap: wrap;
  }
  .btnBloc div {
    width: 100%;
  }
  .btnBloc a,
  .btnblock_inner a {
    position: relative;
  }
  .btnBloc div img {
  }
  .newsblock {
    box-sizing: border-box;
    padding: 0 1.5rem;
    margin: 0;
  }
  .newsblock_head_btn a {
    margin-top: 1.2rem;
  }
  .timeblock {
    box-sizing: border-box;
    margin: 3rem 0;
    padding: 0 1.5rem;
  }
  .timeblock_left,
  .timeblock_right01,
  .timeblock_right02 {
    float: none;
    width: 100%;
    height: auto;
    background: none;
    border: 1px solid #e3c5e4;
    border-radius: 5px;
  }
  .timeblock_right01_head,
  .timeblock_right02_head {
    padding: 0.8rem;
    box-sizing: border-box;
  }
  .timeblock_right01,
  .timeblock_right02 {
    margin-top: 3rem;
  }
  .sidebnrlist {
    padding: 0 1.5rem;
  }
  .adviceblock_body {
    background: #fff;
    border-left: 0.2rem solid #d0cecf;
    border-right: 0.2rem solid #d0cecf;
    border-bottom: 0.2rem solid #d0cecf;
    margin: 0 0.4rem;
    box-sizing: border-box;
    padding: 0 0 0.2rem;
  }

  .footer_top_inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .footer_top_inner ul li {
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
  .footer_infoblock {
    padding: 2rem 1.5rem 0.5rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    display: block;
    background: #f1d8ee;
  }
  .footer_infoblock_left_logo {
    width: 25.5rem;
  }
  .footer_infoblock_right {
    float: none;
    width: 220px;
    margin: 2rem auto;
  }
  .footer_naviblock {
    padding: 0 1.5rem;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .footer_naviblock_list01,
  .footer_naviblock_list02,
  .footer_naviblock_list03 {
    width: 100%;
    float: none;
    height: auto;
    box-sizing: border-box;
    border-right: none;
    padding: 0;
  }
  .footer_main {
    height: auto;
    background: none;
  }
  .sidebnrlist li {
    position: relative;
  }
  #cont {
    margin: 0 0 3rem;
    display: block;
  }
  .footer_main_right {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .footer_bottom_left {
    width: 100%;
    float: none;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  .footer_infoblock_right_mail {
    position: relative;
  }
  #gnav_inner ul li a span {
    display: block;
  }
  #gnav_inner ul li a img {
    display: none;
  }
  .contblock {
    padding: 2rem 1.5rem 0;
  }
  #cont .block {
    padding: 2rem 1.5rem;
  }
  .download_box,
  .download_box .h5style03 {
    width: 100%;
  }
  .download_box_inner {
    display: block;
    text-align: center;
    padding: 1rem;
  }
  .download_box_l {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
  }
  .download_box_r {
    float: none;
    text-align: center;
  }
  .download_box_r a {
    position: relative;
  }
  .download_box_r img {
    width: 3rem;
    margin: auto;
  }
  .download_box_l__content {
    padding: 0;
  }
  .download_box02 {
    width: auto;
    border: 1px solid #939393;
    margin: 0 2rem;
  }
  .download_box .h5style03 {
    background: none;
    text-align: left;
    height: auto;
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 1.5rem;
  }
  .download_box .h5style03 span {
    padding: 0;
    display: block;
  }
  .download_box {
    border: 0.2rem solid #fff;
    margin: 0 0.5rem;
    width: auto;
    padding: 0.2rem;
    border-radius: 0.3rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: url(../common_img/bg.png) repeat center center;
  }

  .tokutei#cont .block01 .p01,
  .tokutei#cont .block01 .p02 {
    width: 100%;
  }
  #cont .block iframe {
    width: 100%;
    height: 200px;
    display: block;
  }
  .guide#cont .block_left {
    width: auto;
    float: none;
    margin: 0 !important;
  }
  .guide#cont .block_right {
    width: 100%;
    float: none;
  }
  .guide#cont .block_bottom {
    margin-left: 0;
  }
  .guide#cont .block_bottom ul {
    display: flex;
    gap: 1rem;
  }
  .guide#cont .block_bottom ul li {
    margin: 0;
  }

  .conttitle {
    overflow: hidden;
  }
  .conttitle img {
    width: 60rem;
    height: auto;
    max-width: none;
  }

  .faq_box01,
  .faq_box_t01,
  .faq_box_b,
  .faq_box02,
  .faq_box03 {
    background-size: 100% auto;
  }
  .privacy .titlestyle01 {
    background-size: 100% 100%;
  }
  .news#cont .newshead {
    position: relative;
    margin-bottom: 15px;
    background: none;
    height: auto;
    padding-bottom: 10px;
    border-left: 8px solid #d094d2;
    border-bottom: 6px solid #e2d8e1;
  }
  .news .contblock {
    padding: 0;
  }
  .news#cont .newsdate {
    position: relative;
    right: 0;
    top: auto;
    margin-top: 0;
    text-align: right;
  }
  .union_index#cont .block01 {
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
  }
  .union_index .conttitle p {
    display: flex;
  }
  .union_index .conttitle p img {
    width: 1rem;
  }
  .w685 {
    width: 100%;
  }
  .union_box03 a {
    position: relative;
  }
  .union_index#cont .block03 {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 2rem;
  }
  .btnstyle01 {
    margin: 0;
  }
  .btnstyle01 ul {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  .flow_box01 {
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    background: url(../union/images/bg_001.jpg) no-repeat left top;
    background-size: 100% 100%;
    padding-bottom: 8rem;
    margin-top: 1rem;
  }
  .flow_box02 {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }
  .btnstyle01 li a {
    position: relative;
  }
  .flow_box01_l {
    display: block;
    float: none;
    margin-right: 0;
  }
  .flow_box01_l img {
    padding: 0;
  }
  .flow_box01_r {
    display: block;
    float: none;
    padding: 0 1.2rem;
  }

  .page_reserve .flow li .box img {
    margin-left: 0 !important;
  }
  .page_reserve .flow li .box .sub_tit {
    width: 100%;
    margin: 2rem 0;
    box-sizing: border-box;
  }
  .page_reserve .calendar table.tbl_cal th {
    width: calc(100% / 7);
    padding: 5px;
    font-size: 1.4rem;
  }
  .page_reserve .calendar table.tbl_cal td span.day {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .page_reserve .calendar table.tbl_cal td span.sts03 {
    width: auto;
    padding: 0.6rem 0;
    text-align: center;
    display: block;
    font-size: 1rem;
  }
  .page_reserve .calendar table.tbl_cal td span.sts02 {
    width: auto;
  }
  .page_reserve .calendar table.tbl_cal td {
    padding: 0.5rem;
  }
  .page_reserve .calendar table.tbl_cal td span {
    font-size: 1rem;
  }
  .page_reserve .calendar ul.month_nav {
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
  .page_reserve .calendar ul.month_nav li {
    margin: 0;
  }
  .page_reserve .calendar ul.month_nav li a.nav {
    width: 2rem;
  }
  .page_reserve table.tbl_nor th {
    min-width: 11.5rem;
    box-sizing: border-box;
  }
  .page_reserve table.tbl_nor td {
    box-sizing: border-box;
  }
  .page_reserve table.tbl_form input#code_txt,
  .page_reserve table.tbl_form input#num_txt,
  .page_reserve table.tbl_form input#company,
  .page_reserve table.tbl_form input#tel,
  .page_reserve table.tbl_form input#email,
  .page_reserve table.tbl_form input#c_email,
  .page_reserve table.tbl_form input#password01,
  .page_reserve table.tbl_form input#password02,
  .page_reserve table.tbl_form input.w500 {
    width: auto;
  }
  .page_reserve a img {
    width: 200px;
    margin: auto;
  }
  .page_reserve form.disp_ib {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .page_reserve table.tbl_form,
  .page_reserve table.tbl_form tbody,
  .page_reserve table.tbl_form tr,
  .page_reserve table.tbl_form th,
  .page_reserve table.tbl_form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .page_reserve table.tbl_form tbody {
    border-top: solid 1px #646464;
  }
  .page_reserve table.tbl_form th {
    border-bottom: none;
    border-top: none;
  }
  .page_reserve table.tbl_form input[type="text"],
  .page_reserve table.tbl_form input[type="email"],
  .page_reserve table.tbl_form input[type="password"],
  select {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0.5rem 0;
  }
  .page_reserve table.tbl_form .birth_year {
    width: 8rem !important;
  }
  .page_reserve table.tbl_form .birth_month {
    width: 8rem !important;
  }
  .page_reserve table.tbl_form .birth_day {
    width: 8rem !important;
  }
  .page_reserve table.tbl_form .zip {
    width: 10rem !important;
  }
  .advice_box {
    width: 100%;
    height: auto;
    background: url(../advice/images/bg_001.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .advice_box_inner {
    padding: 0.9rem 13.5rem 0.1rem 1rem;
  }
  .advice_box02 {
    width: 100%;
  }
  .advice_box02 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .advice_box02 ul li {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    width: calc(50% - 0.5rem);
  }
  .advice_box02 li div {
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    border: #e3d7e1 solid 3px;
  }
  .advice_box02 li div .h5style02 {
    margin: 0 0 0.5rem;
  }
  .advice_box02 li div img {
    width: 100%;
    margin: 0;
  }

  .inquiry#cont .block {
    padding: 0;
  }
  .formul li {
    padding: 10px;
    border-bottom: 1px #333333 dotted;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }
  .formrequired {
    width: 3rem;
    padding-top: 0.3rem;
    float: none;
  }
  .formmain {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  .formmain input[type="text"],
  .formmain input[type="email"] {
    padding: 1rem 0;
    width: 100%;
    box-sizing: border-box;
  }
  .formmain li div {
    width: 100%;
  }
  .formmain li input.add01 {
    width: 10rem;
  }
  .formul li input.add02,
  .formul li textarea {
    width: 100%;
  }
  .formul .formradio li {
    display: flex;
    justify-content: flex-start;
  }
  .formradio ul {
    display: flex;
    gap: 2rem;
  }
  .formradio ul li {
    padding-left: 0 !important;
  }
  .kitei#cont .block,
  .greeting#cont .block {
    padding: 2rem 0;
  }
  .basictablestyle,
  .basictablestyle tbody,
  .basictablestyle tr,
  .basictablestyle th,
  .basictablestyle td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 0;
  }
  .page_reserve table.tbl_nor th {
    min-width: auto;
  }
  .union_index .contblock h5 {
    overflow: hidden;
  }
  .union_index .contblock h5 img {
    width: 40rem;
  }
  .tokutei#cont #anc01 {
    position: relative;
  }
  .tokutei#cont #anc01:after {
    content: "";
    width: 100%;
    height: 210px;
    background: url(../tokutei/images/bg_001.jpg) no-repeat right bottom;
    background-size: cover;
    display: block;
    margin-top: -4rem;
  }
}

.list_cate {
  padding: 10px 50px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list_cate a {
  border: 1px solid #ccc;
  height: 30px;
  padding: 0 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.list_cate a:hover,
.list_cate a.active {
  background: #b170b3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .list_cate a {
    width: 100%;
  }
  .list_cate {
    padding: 2rem 1.5rem 0;
  }
}
