@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
*  common
* ----------------------------------------------------------------------------------------------------*/
.js-toggle-trigger {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.js-toggle-trigger::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.js-toggle-trigger::after {
  content: "＋";
  display: inline-block;
  margin-left: 10px;
  vertical-align: 1px;
  right: 0;
}
.js-toggle-trigger.is-active::after {
  content: "－";
}


/* ----------------------------------------------------------------------------------------------------
*  PC
* ----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px),
print {
  .js-toggle-panel {
    margin-top: 20px;
  }
  .page_link_button {
    width: 80%;
    display: block;
    padding: 15px 30px;
    border: 1px solid #838383;
    border-radius: 3px;
    margin-inline: auto;
    color: inherit;
    text-decoration: none;
  }
  .page_link_button:hover {
    background: #f7f7f7;
  }
  .page_link_button .box-2column:first-child {
    width: calc(20% - 12.5px);
  }
  .page_link_button .box-2column__image {
    font-weight: bold;
  }
  .page_link_button .box-2column:nth-child(2) {
    width: calc(80% - 12.5px);
    align-self: center;
  }
  .page_link_button .box-2column__heading {
    display: block;
    margin-bottom: 0;
  }
  .page_link_button .box-2column__heading span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
  }
  .page_link_button:hover .box-2column__heading span {
    text-decoration: none;
  }
  .recommend-block .box-3column__image {
    margin-bottom: 10px;
  }
  .recommend-block .box-3column__heading {
    display: block;
    text-align: center;
  }
  .recommend-block .box-3column__heading span {
    font-size: 14px;
    font-weight: normal;
  }
  .entry {
    margin-top: 50px;
  }
  .entry .text.u-red.u-bold {
    font-size: 20px
  }
  
  /* cont02 */
  #cont02 .heading03 {
    margin-bottom: 0;
  }
  
  /* cont03 */
  .list .box-column {
    justify-content: center;
  }
  .list .box-2column + .box-2column {
    width: calc(27% - 12.5px);
    display:flex;
    flex-direction: column;
  }
  .list .button {
    margin-left: 0;
  }
  .list .table + .button {
    margin-top: 15px;
  }
  .list .button.bg {
    margin-top: 15px;
    background: #faf6ef;
  }
  .list .button.bg:hover {
    background: #bd9754;
    border: 1px solid #bd9754;
  }
  
  .schedule .box-image {
    max-width: 60%;
    margin-inline: auto;
  }
  .schedule .text {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
  
  /* cont04 */
  .schedule {
    max-width: 78%;
    margin-inline: auto;
  }
  /* cont05 */
  .mufgterrace_services {
    background-color: #faf6ef;
    padding: 30px;
  }
  .image01 {
    max-width: 580px;
    margin-inline: auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  タブレット画像調整
* ----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px),
print {
}

/* ----------------------------------------------------------------------------------------------------
*  SP
* ----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .js-toggle-panel {
    margin-top: 1.5rem;
  }
  .page_link_button {
    width: 85%;
    display: block;
    padding: 1rem;
    border: 1px solid #838383;
    border-radius: 3px;
    margin-inline: auto;
    color: inherit;
    text-decoration: none;
  }
  .page_link_button:hover {
    background: #f7f7f7;
  }
  .page_link_button .box-column {
    display: flex;
    justify-content: space-between;
  }
  .page_link_button .box-2column {
    align-self: center; 
  }
  .page_link_button .box-2column:first-child {
    width: calc(40% - 0.5rem);
    margin-bottom: 0;
  }
  .page_link_button .box-2column__image {
    font-weight: bold;
  }
  .page_link_button .box-2column__image p {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .page_link_button .box-2column:nth-child(2) {
    width: calc(60% - 0.5rem);
  }
  .page_link_button .box-2column__heading {
    display: block;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .page_link_button .box-2column__heading span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: underline;
  }
  .page_link_button:hover .box-2column__heading span {
    text-decoration: none;
  }
  .recommend-block .box-3column {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  .recommend-block .box-3column__image {
    width: calc(35% - 10px);
    margin-bottom: 1rem;
  }
  .recommend-block .box-3column__heading {
    display: block;
    width: calc(65% - 10px);
    align-self: center;
    font-size: 1.5rem;
  }
  .recommend-block .box-3column__heading span {
    font-size: 1.3rem;
    font-weight: normal;
  }
  .entry {
    margin-top: 3rem;
  }
  
  /* cont02 */
  #cont02 .heading03 {
    margin-bottom: 0;
  }
  
  /* cont03 */
  .list .button {
    margin-left: 0;
  }
  .list .table + .button {
    margin-top: 1rem;
  }
  .list .box-2column + .box-2column {
    margin-top: -1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .list .button.bg {
    background: #faf6ef;
  }
  .list .button.bg:hover {
    background: #bd9754;
  }
  
  /* cont05 */
  .mufgterrace_services {
    background-color: #faf6ef;
    padding: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  other
* ----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 768px) {
}