body {
  margin: 0;
  padding: 0;
  line-height: 2;
  background: #ffffff; }
  body.spmenu_active {
    overflow: hidden; }

.root {
  background: url(../img/common/body_header.webp) 50% 0% repeat-x, #002060 url(../img/common/body_bg.webp) 50% 50% repeat; }

.header_title,
.footer_title {
  display: flex; }
  .header_title > a,
  .footer_title > a {
    margin-right: 10px;
    display: block;
    transition: 0.3s all; }
    .header_title > a:last-child,
    .footer_title > a:last-child {
      margin-right: 0; }
    .header_title > a:hover, .header_title > a:active,
    .footer_title > a:hover,
    .footer_title > a:active {
      opacity: 0.7; }
  .header_title img,
  .footer_title img {
    max-height: 40px;
    display: block;
    max-width: 100%; }

header {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1199px) {
    header {
      padding: 10px 10px; } }
  @media only screen and (max-width: 767px) {
    header {
      background: #ffffff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 0;
      flex-wrap: nowrap;
      height: 50px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; } }
  header > * {
    flex-grow: 1; }
  @media only screen and (max-width: 767px) {
    header .header_title {
      padding: 5px; } }
  header .hnav {
    font-family: "Shippori Mincho", serif;
    font-weight: 700; }
    @media only screen and (max-width: 1199px) {
      header .hnav {
        padding: 10px 0; } }
    @media only screen and (max-width: 767px) {
      header .hnav {
        display: none; } }
    header .hnav ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: end; }
      header .hnav ul a {
        color: #002060;
        text-decoration: none;
        font-size: 18px;
        margin-left: 1em;
        transition: 0.3s all;
        position: relative; }
        header .hnav ul a:hover, header .hnav ul a:active {
          color: #246cff; }
        header .hnav ul a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: #002060;
          bottom: -1ex;
          left: 0;
          transition: 0.3s all;
          transform: scaleX(0); }
        header .hnav ul a:not(.hnav_contact):hover::after, header .hnav ul a:not(.hnav_contact):active::after {
          transform: scaleX(1);
          background: #246cff; }
        header .hnav ul a.hnav_contact {
          margin-left: 2em; }
          header .hnav ul a.hnav_contact img {
            max-height: 65px;
            margin: -24px 0;
            transition: 0.3s all; }
          header .hnav ul a.hnav_contact:hover img {
            filter: brightness(2) saturate(3) hue-rotate(-30deg); }

.header_hamburger {
  width: 50px;
  flex-grow: 0;
  display: none; }
  @media only screen and (max-width: 767px) {
    .header_hamburger {
      display: block; } }
  .header_hamburger button {
    display: block;
    margin-left: auto;
    width: 50px;
    height: 50px;
    padding: 5px 15px;
    box-sizing: border-box;
    background: none;
    border: none;
    cursor: pointer; }
    .header_hamburger button span {
      display: block;
      height: 3px;
      width: 20px;
      background-color: #39567f;
      margin: 5px 0;
      transition: 0.3s all;
      border-radius: 5px; }
    .header_hamburger button:hover span:nth-child(1), .header_hamburger button:active span:nth-child(1) {
      transform: rotate(90deg) scaleX(0.5) translateX(5px); }
    .header_hamburger button:hover span:nth-child(2), .header_hamburger button:active span:nth-child(2) {
      transform: rotate(180deg); }
    .header_hamburger button:hover span:nth-child(3), .header_hamburger button:active span:nth-child(3) {
      transform: rotate(270deg) scaleX(0.5) translateX(5px); }
    .spmenu_active .header_hamburger button span:nth-child(1) {
      transform: translateY(8px) rotate(-45deg); }
    .spmenu_active .header_hamburger button span:nth-child(2) {
      transform: rotate(45deg); }
    .spmenu_active .header_hamburger button span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg); }

#sp_menu_overlay {
  pointer-events: none;
  backdrop-filter: blur(0);
  opacity: 0;
  position: fixed;
  height: 100vh;
  width: 100vW;
  top: 50px;
  left: 0;
  z-index: 210; }
  .spmenu_active #sp_menu_overlay {
    pointer-events: auto;
    backdrop-filter: blur(5px) grayscale(80%);
    opacity: 1;
    background: rgba(255, 255, 255, 0.5); }

#sp_menu {
  width: 100%;
  background-color: #333333;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
  color: #ffffff;
  transition: 0.3s all;
  z-index: 220;
  display: none; }
  @media only screen and (max-width: 767px) {
    .spmenu_active #sp_menu {
      display: block; } }
  #sp_menu > div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
  #sp_menu nav#gnav {
    flex-grow: 1;
    overflow-y: auto; }
    #sp_menu nav#gnav ul {
      list-style-type: none; }
    #sp_menu nav#gnav > ul {
      margin: 0px 0 40px;
      padding: 0;
      font-size: 16px;
      letter-spacing: 0.1ex;
      font-weight: 500;
      min-height: 200px; }
      #sp_menu nav#gnav > ul ul {
        display: none; }
      #sp_menu nav#gnav > ul > li:first-child {
        border-top: none; }
      #sp_menu nav#gnav > ul li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #53719d;
        position: relative; }
        #sp_menu nav#gnav > ul li > div {
          position: relative;
          padding-right: 34px; }
        #sp_menu nav#gnav > ul li a {
          transform: rotate(0.05deg);
          padding: 0.8em 1ex;
          display: block;
          text-decoration: none;
          color: #ffffff;
          transition: 0.2s all; }
          #sp_menu nav#gnav > ul li a:hover, #sp_menu nav#gnav > ul li a:active {
            background-color: #ffffff33; }
  #sp_menu .sp_menu_btns .btn {
    max-width: 250px;
    display: block;
    border-radius: 10px;
    padding: 1.2ex 3em 1.3ex 2em; }
    #sp_menu .sp_menu_btns .btn:not(:first-child) {
      margin-top: 15px; }
  #sp_menu .submenu-toggle {
    background: none;
    border: none;
    width: 34px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    text-indent: -100px;
    cursor: pointer; }
    #sp_menu .submenu-toggle::before, #sp_menu .submenu-toggle::after {
      content: '';
      display: block;
      width: 14px;
      left: 50%;
      height: 3px;
      border-radius: 2px;
      position: absolute;
      background: #ffffff;
      top: 50%;
      transition: 0.3s all;
      transform: translate(-50%, -50%); }
    #sp_menu .submenu-toggle::before {
      transform: translate(-50%, -50%) rotate(90deg); }
    #sp_menu .submenu-toggle.active::before, #sp_menu .submenu-toggle.active::after {
      transform: translate(-50%, -50%) rotate(180deg); }

#fixnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #ffffffbb;
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: 0.5s all; }
  #fixnav.hidden {
    top: -80px; }
  @media only screen and (max-width: 767px) {
    #fixnav {
      display: none; } }
  #fixnav > ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
    position: relative; }
    #fixnav > ul li {
      margin: 0;
      padding: 0;
      position: relative; }
      #fixnav > ul li::after {
        content: "";
        width: 1px;
        height: 50%;
        transform: rotate(20deg);
        display: block;
        background: #999999;
        right: 0;
        top: 30%;
        position: absolute; }
      #fixnav > ul li:last-child::after {
        content: none; }
      #fixnav > ul li a {
        text-decoration: none;
        font-family: "Shippori Mincho", serif;
        font-weight: 700;
        font-size: 18px;
        padding: 0 1em;
        display: block;
        color: #002060; }
        #fixnav > ul li a:hover, #fixnav > ul li a:active {
          color: #246cff; }
        #fixnav > ul li a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: #002060;
          bottom: -1ex;
          left: 0;
          transition: 0.3s all;
          transform: scaleX(0); }
        #fixnav > ul li a:not(.hnav_contact):hover::after, #fixnav > ul li a:not(.hnav_contact):active::after {
          transform: scaleX(1);
          background: #246cff; }

@media only screen and (max-width: 1199px) {
  .breadcrumbs {
    padding: 0 5px; } }
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 5px; } }
.breadcrumbs ul {
  list-style-type: none;
  margin: 1ex 0 0.5ex;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: end; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs ul {
      justify-content: start; } }
  .breadcrumbs ul li {
    margin: 0;
    padding: 0;
    position: relative;
    color: #888aa8; }
    .breadcrumbs ul li::after {
      content: "";
      display: inline-block;
      position: relative;
      margin: 0 1em 0;
      padding: 0;
      width: 1px;
      height: 1em;
      background: #5258b8;
      box-sizing: border-box;
      transform: translateY(2px) rotate(30deg); }
    .breadcrumbs ul li:last-child::after {
      content: none; }
    .breadcrumbs ul li a {
      color: #5258b8;
      font-weight: 700;
      text-decoration: none; }
      .breadcrumbs ul li a:hover, .breadcrumbs ul li a:active {
        text-decoration: underline; }

main {
  max-width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    main {
      margin-top: 50px; } }

.main_content {
  background: #ffffff;
  box-sizing: border-box;
  padding: 50px 100px;
  min-height: 800px; }
  @media only screen and (max-width: 1199px) {
    .main_content {
      padding: 30px 30px; } }
  @media only screen and (max-width: 767px) {
    .main_content {
      padding: 15px 15px;
      min-height: 480px; } }

h1 {
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #092865;
  border-bottom: 3px solid #efefef;
  padding-bottom: 1ex; }
  h1::before {
    content: "";
    background: url(../img/common/h1_bg.webp) 50% 50%/cover no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: -10%;
    margin-right: 1ex; }
  h1:first-child {
    margin-top: 0;
    padding-top: 0; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 24px; }
      h1::before {
        width: 26px;
        height: 26px; } }

h2 {
  color: #5258b8;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.2ex;
  padding-bottom: 0.7ex;
  background: url(../img/common/h2_bg.webp) 0% 100%/auto 8px repeat-x; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.6; }
  table th, table td {
    padding: 5px 15px; }
  table thead th {
    background: #002060;
    color: #ffffff;
    font-weight: 500;
    border-right: 1px dotted #d6dbe5;
    letter-spacing: 0.1em;
    padding: 15px 15px; }
    table thead th:last-child {
      border-right: 0; }
  table tbody tr th, table tbody tr td {
    background: #f8f8f9;
    border-right: 1px dotted #959595; }
    table tbody tr th:last-child, table tbody tr td:last-child {
      border-right: 0; }
  table tbody tr th {
    font-size: 18px;
    color: #5258b8; }
  table tbody tr:nth-child(odd) th, table tbody tr:nth-child(odd) td {
    background: #f0f0f3; }

footer {
  margin: 5em auto 0;
  background: #ffffff;
  padding: 30px 0 32px; }
  @media only screen and (max-width: 1199px) {
    footer {
      padding: 30px 15px 20px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 10px 15px 20px; } }
  footer .footer_body {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 1199px) {
      footer .footer_body {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      footer .footer_body {
        display: block; } }
  footer .footer_attr {
    line-height: 1.6; }
    footer .footer_attr .footer_title {
      margin-bottom: 0.8em;
      flex-wrap: wrap;
      display: flex;
      justify-content: center; }
    footer .footer_attr .icon_tel {
      height: 16px;
      display: inline-block;
      vertical-align: -5%;
      margin-right: 0.6ex; }
    footer .footer_attr > span {
      display: inline-block; }
  footer .fnav {
    letter-spacing: 0.1ex; }
    @media only screen and (max-width: 1199px) {
      footer .fnav {
        margin: 2em 0; } }
    @media only screen and (max-width: 767px) {
      footer .fnav {
        margin: 40px 0 2em; } }
    footer .fnav ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex; }
      @media only screen and (max-width: 1199px) {
        footer .fnav ul {
          justify-content: center; } }
      @media only screen and (max-width: 767px) {
        footer .fnav ul {
          display: block; } }
      footer .fnav ul li {
        margin: 0;
        padding: 0;
        border-right: 2px solid #e5e5e5; }
        footer .fnav ul li:last-child {
          border-right: none; }
        @media only screen and (max-width: 767px) {
          footer .fnav ul li {
            border-right: none;
            border-bottom: 1px solid #e5e5e5; }
            footer .fnav ul li:last-child {
              border-bottom: none; } }
        footer .fnav ul li a {
          display: block;
          padding: 0 1em; }
          @media only screen and (max-width: 767px) {
            footer .fnav ul li a {
              padding: 1ex 1em; } }
    footer .fnav a {
      text-decoration: none;
      color: #262626;
      transition: 0.3s all; }
      footer .fnav a:hover, footer .fnav a:active {
        background: #012161;
        color: #ffffff;
        font-weight: 700; }

.sp_menu_bnr {
  margin: 20px auto;
  max-width: 280px;
  padding: 20px;
  background: #ffffff;
  display: block;
  box-sizing: border-box; }
  .sp_menu_bnr img {
    max-width: 100%;
    margin: auto;
    display: block; }

.totop {
  position: fixed;
  width: 100%;
  z-index: 100;
  margin-top: 40px;
  bottom: -100px;
  transition: 0.3s bottom;
  pointer-events: none; }
  .totop.finished {
    position: absolute;
    bottom: auto; }
  .totop.active {
    bottom: 20px; }
  .totop > div {
    max-width: 1200px;
    margin: auto;
    position: relative; }
    .totop > div a {
      margin: 0 20px 16px auto;
      transition: 0.3s all;
      pointer-events: auto; }
      @media only screen and (max-width: 767px) {
        .totop > div a {
          margin: 0 auto 16px; } }
      .totop > div a:hover, .totop > div a:active {
        transform: translateY(3px);
        opacity: 0.7; }

#totop-link {
  background: #ffffff;
  border-radius: 50% 50%;
  width: 64px;
  height: 64px;
  display: block;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: 1px solid #002060; }
  #totop-link img {
    max-width: 100%;
    display: block; }

.img_column {
  display: flex;
  justify-content: start;
  text-align: center;
  margin: 0 -20px; }
  @media only screen and (max-width: 1199px) {
    .img_column {
      margin: 0 -10px; } }
  @media only screen and (max-width: 767px) {
    .img_column {
      margin: 0 -5px; } }
  .img_column > * {
    box-sizing: border-box;
    padding: 10px 20px; }
    @media only screen and (max-width: 1199px) {
      .img_column > * {
        padding: 10px 10px; } }
    @media only screen and (max-width: 767px) {
      .img_column > * {
        padding: 10px 5px; } }
  .img_column img {
    display: block;
    max-width: 100%; }
  .img_column p {
    text-align: left; }

.columned {
  display: flex;
  justify-content: start;
  margin: 0 -20px; }
  @media only screen and (max-width: 1199px) {
    .columned {
      margin: 0 -10px; } }
  @media only screen and (max-width: 767px) {
    .columned {
      margin: 0 -5px; } }
  .columned > * {
    box-sizing: border-box;
    padding: 10px 20px; }
    @media only screen and (max-width: 1199px) {
      .columned > * {
        padding: 10px 10px; } }
    @media only screen and (max-width: 767px) {
      .columned > * {
        padding: 10px 5px; } }
  .columned img {
    display: block;
    max-width: 100%; }

.pc_column2 {
  flex-wrap: wrap; }
  .pc_column2 > * {
    width: 50%; }

.sp_column1 {
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .sp_column1 > * {
      width: 100%; } }

.googlemap {
  border: 0;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .googlemap {
      min-height: 270px; } }

.main_content_head {
  margin: -50px -100px 1ex; }
  @media only screen and (max-width: 1199px) {
    .main_content_head {
      margin: -30px -30px 1ex; } }
  @media only screen and (max-width: 767px) {
    .main_content_head {
      margin: -15px -15px 1ex; } }
  .main_content_head img {
    width: 100%;
    display: block; }

.hall_desc_column {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .hall_desc_column {
      display: block; } }
  .hall_desc_column > *:first-child {
    width: 40%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .hall_desc_column > *:first-child {
        width: auto; } }
    .hall_desc_column > *:first-child ._title {
      font-size: 32px;
      font-family: "Shippori Mincho", serif;
      font-weight: 700; }
      @media only screen and (max-width: 1199px) {
        .hall_desc_column > *:first-child ._title {
          font-size: 27px; } }
      @media only screen and (max-width: 767px) {
        .hall_desc_column > *:first-child ._title {
          font-size: 8.4vw; } }
    .hall_desc_column > *:first-child ._address {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.6;
      display: table;
      margin: auto;
      text-align: left; }
      @media only screen and (max-width: 1199px) {
        .hall_desc_column > *:first-child ._address {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .hall_desc_column > *:first-child ._address {
          font-size: 5.4vw; } }
    .hall_desc_column > *:first-child ._tel {
      border: 1px solid #00a73c;
      background: #eef7f1;
      padding: 1ex;
      margin: 1ex;
      color: #00a73c;
      font-weight: 700;
      letter-spacing: 0.1ex;
      margin: 1em 0; }
      @media only screen and (max-width: 767px) {
        .hall_desc_column > *:first-child ._tel {
          font-size: 5vw; } }
      .hall_desc_column > *:first-child ._tel .free_dial {
        font-family: "Roboto Condensed", sans-serif;
        display: table;
        padding-left: 64px;
        font-weight: 700;
        font-size: 38px;
        letter-spacing: 0;
        line-height: 1.4;
        margin: auto;
        background: url(../img/common/logo_freedial.svg) 0 50%/auto 32px no-repeat; }
        @media only screen and (max-width: 1199px) {
          .hall_desc_column > *:first-child ._tel .free_dial {
            font-size: 32px; } }
        @media only screen and (max-width: 767px) {
          .hall_desc_column > *:first-child ._tel .free_dial {
            font-size: 8vw; } }
    .hall_desc_column > *:first-child ._fax {
      font-family: "Roboto Condensed", sans-serif;
      display: table;
      font-weight: 400;
      font-size: 24px;
      letter-spacing: 0.1ex;
      line-height: 1.4;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .hall_desc_column > *:first-child ._fax {
          font-size: 6vw; } }
  .hall_desc_column > *:last-child {
    width: 60%; }
    .hall_desc_column > *:last-child img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .hall_desc_column > *:last-child {
        width: auto; } }

.flow_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .flow_list > li {
    margin: 1em 0;
    padding: 0; }
    .flow_list > li::after {
      content: "";
      display: block;
      width: 120px;
      aspect-ratio: 1/sin(15deg);
      clip-path: polygon(50% 100%, 100% 0, 0 0);
      background: #228fff;
      margin: 1em auto; }
      @media only screen and (max-width: 767px) {
        .flow_list > li::after {
          margin: 1ex auto;
          width: 100px; } }
    .flow_list > li:last-child::after {
      content: none; }
    .flow_list > li > div {
      margin: 0;
      padding: 0;
      display: flex;
      border: 1px solid #5258b8;
      border-radius: 5px;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .flow_list > li > div {
          display: block; } }
      .flow_list > li > div ._title {
        width: 25%;
        text-align: center;
        background: #5258b8;
        color: #ffffff;
        font-size: 18px;
        font-family: "Shippori Mincho", serif;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1.6;
        padding: 1ex;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .flow_list > li > div ._title {
            width: 100%; } }
      .flow_list > li > div ._desc {
        width: 75%;
        line-height: 1.6;
        padding: 1ex;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .flow_list > li > div ._desc {
            width: 100%; } }
        .flow_list > li > div ._desc > ul {
          list-style-type: disc; }

.tel_notice {
  display: flex;
  background: #eef7f1;
  padding: 1ex;
  color: #00a73c;
  font-weight: 700;
  letter-spacing: 0.1ex;
  margin: 2em 0 1em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .tel_notice.home_top {
    margin-top: 0;
    background: #fbf4fb;
    border: #ab81bb; }
  @media only screen and (max-width: 767px) {
    .tel_notice {
      font-size: 5vw;
      display: block;
      text-align: center; } }
  .tel_notice .mukyu {
    font-size: 21px;
    letter-spacing: 0.2ex;
    color: #333333;
    padding: 0 1ex; }
    @media only screen and (max-width: 767px) {
      .tel_notice .mukyu {
        font-size: 4vw; } }
  .tel_notice .free_dial {
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 64px;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1.4;
    background: url(../img/common/logo_freedial.svg) 0 50%/auto 32px no-repeat; }
    @media only screen and (max-width: 1199px) {
      .tel_notice .free_dial {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .tel_notice .free_dial {
        font-size: 8vw;
        display: table;
        margin: auto;
        line-height: 1.2; } }
  .tel_notice .osonae {
    padding: 0 1ex; }
    @media only screen and (max-width: 1199px) {
      .tel_notice .osonae {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .tel_notice .osonae {
        font-size: 3.6vw;
        display: table;
        margin: 1ex auto 0; } }
    .tel_notice .osonae a {
      display: block;
      background: #002060;
      padding: 0.5ex 1em;
      border-radius: 5px;
      font-weight: 700;
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s all; }
      .tel_notice .osonae a:hover, .tel_notice .osonae a:active {
        background: #246cff; }

.plan_list {
  list-style-type: none;
  margin: 3em 0;
  padding: 0; }
  .plan_list li {
    padding: 0;
    margin-bottom: 4em; }

.plan_detail {
  display: flex;
  border-radius: 5px;
  margin: 1em 0;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 767px) {
    .plan_detail {
      display: block; } }
  .plan_detail > * {
    flex-grow: 1;
    width: 33.3%;
    padding: 15px; }
    @media only screen and (max-width: 767px) {
      .plan_detail > * {
        display: block;
        width: auto; } }
    .plan_detail > *:nth-child(1) {
      width: 30%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .plan_detail > *:nth-child(1) {
          display: block;
          width: auto;
          padding-bottom: 0; } }
    .plan_detail > *:nth-child(2) {
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .plan_detail > *:nth-child(2) {
          width: auto;
          padding-top: 0; } }
    .plan_detail > *:nth-child(3) {
      width: 40%; }
      @media only screen and (max-width: 767px) {
        .plan_detail > *:nth-child(3) {
          width: auto; } }
  .plan_detail > *.plan_img {
    position: relative;
    aspect-ratio: 4/3;
    padding: 0; }
    .plan_detail > *.plan_img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .plan_detail .plan_title {
    font-size: 180%;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2ex; }
  .plan_detail .plan_room {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1ex;
    border-radius: 5px;
    font-weight: 700; }
  .plan_detail .plan_explain {
    text-align: center;
    padding: 1ex 0;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .plan_detail .plan_explain br {
        display: none; } }
  .plan_detail .plan_attr {
    display: inline-block; }
  .plan_detail .plan_label {
    font-size: 14px;
    border: 1px #cccccc solid;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 1em;
    vertical-align: middle;
    margin-right: 1ex;
    line-height: 1.4; }
  .plan_detail .plan_capacity {
    display: inline-block; }
    .plan_detail .plan_capacity strong {
      font-size: 140%; }
  .plan_detail .plan_waribiki_title {
    margin-top: 1ex;
    padding: 0 0.5ex;
    text-align: center;
    font-size: 18px;
    color: #2c5ebf;
    border: 1px solid #2c5ebf;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.6; }
  .plan_detail .plan_desc {
    line-height: 1.6;
    margin-top: 1ex;
    padding-top: 1ex;
    border-top: 1px solid #dddddd; }
    .plan_detail .plan_desc strong {
      font-size: 18px; }
  .plan_detail .plan_saiyasu {
    line-height: 1.4;
    margin-top: 1ex; }
    .plan_detail .plan_saiyasu > strong {
      font-size: 18px; }
  .plan_detail .saiyasu_kakaku {
    font-size: 21px; }
    .plan_detail .saiyasu_kakaku strong {
      font-size: 32px;
      color: #003399; }

.plan_waribiki {
  border: 4px solid #ab81bb;
  border-radius: 5px;
  background: #fbf4fb;
  padding: 15px;
  text-align: center; }
  .plan_waribiki ._title {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.6;
    padding: 0 0 1ex;
    margin: 0 0 1ex;
    color: #7c2f99;
    border-bottom: 1px solid #ab81bb; }
    @media only screen and (max-width: 767px) {
      .plan_waribiki ._title {
        font-size: 5.4vw; } }
  .plan_waribiki ._content {
    font-size: 24px;
    font-weight: 500;
    color: #333333; }
    .plan_waribiki ._content > span {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      .plan_waribiki ._content {
        font-size: 16px; } }
    .plan_waribiki ._content rt {
      font-size: 16px;
      line-height: 2;
      padding: 0.5ex 0;
      color: #001d61; }
      @media only screen and (max-width: 767px) {
        .plan_waribiki ._content rt {
          font-size: 14px; } }
  .plan_waribiki ._note {
    font-size: 14px;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .plan_waribiki ._note {
        text-align: left; } }

.label_ippansou {
  background: #e6eef4; }

.label_family {
  background: #f4ece6; }

.label_relatives {
  background: #f2e6f4; }

.plan_hoshizora .plan_title {
  color: #002060; }
.plan_hoshizora .plan_room {
  background: #2e75b6; }
.plan_hoshizora .plan_explain {
  color: #2e75b6; }
.plan_hoshizora .plan_cost strong {
  color: #002060; }

.plan_nagomi .plan_title {
  color: #833c0b; }
.plan_nagomi .plan_room {
  background: #c55a11; }
.plan_nagomi .plan_explain {
  color: #c55a11; }
.plan_nagomi .plan_cost strong {
  color: #833c0b; }

.plan_kizuna .plan_title {
  color: #385623; }
.plan_kizuna .plan_room {
  background: #548235; }
.plan_kizuna .plan_explain {
  color: #548235; }
.plan_kizuna .plan_cost strong {
  color: #385623; }

.plan_family2 .plan_title {
  color: #806000; }
.plan_family2 .plan_room {
  background: #a77e00; }
.plan_family2 .plan_explain {
  color: #a77e00; }
.plan_family2 .plan_cost strong {
  color: #806000; }

.plan_athome .plan_title {
  color: #7030a0; }
.plan_athome .plan_room {
  background: #8d41d9; }
.plan_athome .plan_explain {
  color: #8d41d9; }
.plan_athome .plan_cost strong {
  color: #7030a0; }

.product_list {
  display: flex;
  list-style-type: none;
  margin: 1em -1em;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .product_list {
      display: block; } }
  .product_list li {
    margin: 0;
    padding: 1em;
    text-align: center; }
  .product_list img {
    max-width: 100%;
    display: block; }
    @media only screen and (max-width: 767px) {
      .product_list img {
        max-width: 70%;
        margin: auto; } }

/*# sourceMappingURL=common.css.map */
