@charset "utf-8";
/*
Theme Name: JAL Auberge FURANO
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 140rem;
  --gosic: "Noto Sans JP", sans-serif;
  --min: "EB Garamond",YakuHanMP,"Shippori Mincho",'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  --mainColor: #002a40;
}
@media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  font-family: var(--min);
  font-weight: 400;
  color: #2e2e2e;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}
.gosic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a {
  outline:none;
  color: #2e2e2e;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}



* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(../scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * common.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.container {
  max-width: calc(var(--inner) + 6rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.inner {
  max-width: 102.4rem;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 5rem;
  }
  .sbox {
    margin-bottom: 3rem;
  }
  .sp_box {
    margin-bottom: 5rem;
  }
  .br_pc {
    display: none;
  }
  .sec {
    padding: 4rem 0;
  }
  .container {
    max-width: 100%;
  }
}


@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 8rem;
  }
  .sbox {
    margin-bottom: 4rem;
  }
  .br_sp {
    display: none;
  }
  .sec {
    padding: 10rem 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}


@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: rgba(255,255,255,0.6);
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header_logo {
  position: relative;
}
.header_logo img {
  width: 100%;
}


@media only screen and ( max-width : 767px ) {
  #header,.header_content {
    height: 7rem;
    background: #fff;
  }
  #header .container {
    padding: 0;
    max-width: 100%;
  }
  .header_content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    padding: 0 1.5rem;
  }
  .header_logo {
    max-width: 20rem;
  }
}


@media print, screen and ( min-width : 768px ) {
  .header_logo {
    width: 22rem;
    margin-right: 9rem;
  }
  .header_nav {
    width: calc(100% - 31rem);
  }
}


/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
#nav li span {
  display: block;
  text-align: center;
}
#nav li a {
  position: relative;
}


@media only screen and ( max-width : 767px ) {
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_btn.active {
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  .menu-trigger {
    width: 2.4rem;
    height: 1.8rem;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #000;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(.8rem) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: .8rem;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-.8rem) rotate(45deg);
  }
   
  nav#nav {
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    top: 7rem;
    left: 0;
    z-index: 101;
    display: none;
  }
  nav#nav.open {
  }
  nav#nav ul {
    border-top: 1px solid #898989;
  }
  nav#nav li {
    width: 50%;
    border-bottom: 1px solid #898989;
    border-right: 1px solid #898989;
  }
  nav#nav li:nth-child(2n) {
    border-right: none;
  }
  nav#nav li:last-child {
    border-bottom: none;
  }
  nav#nav li a {
    position: relative;
    padding: 1.5rem 1rem;
    display: block;
    text-align: center;
  }
  #nav li a .nav_txt {
    font-size: 1.2rem;
  }
  #nav li .nav_jp {
    font-size: 1.4rem;
  }
  #nav li .nav_en {
    font-size: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #menu_btn,.overlay {
    display: none;
  }
  .header_content {
    height: 8.4rem;
  }
  #nav li {
    position: relative;
    flex: auto;
    border-right: .1rem solid #898989;
  }
  #nav li:first-child {
    border-left: .1rem solid #898989;
  }
  #nav li a {
    display: block;
    padding: .5rem 1rem;
    text-align: center;
  }
  #nav li:last-child {
    border-right: none;
  }
  #nav li .nav_jp {
    font-size: 1.4rem;
  }
  #nav li .nav_en {
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   NEWS リスト（共通）

--------------------------------------------------------------------------------------------- */

.news_list {
  list-style: none;
  margin: 0 auto;
  max-width: 70rem;
}

.news_item {
  margin: 0 0 1rem;
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_link {
  display: flex;
  align-items: stretch;
  min-height: 4.6rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.55;
  transition: opacity 0.2s ease;
}

.news_link:hover {
  opacity: 0.88;
}

.news_date {
  flex: 0 0 18%;
  min-width: 7.5rem;
  max-width: 11rem;
  box-sizing: border-box;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.4rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  white-space: nowrap;
}

.news_date_y,
.news_date_md {
  display: inline;
}

.news_title {
  flex: 1 1 auto;
  box-sizing: border-box;
  background: #e4e4e5;
  display: flex;
  align-items: center;
  padding: 0.85rem 1.25rem;
  font-weight: 400;
  text-align: left;
}

.news_more {
  margin: 2.25rem 0 0;
  text-align: center;
  letter-spacing: 0.12em;
}

.news_more a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.news_more a:hover {
  opacity: 0.65;
}

@media only screen and (max-width: 767px) {
  .news_list {
    padding: 8px 0;
  }

  .news_item {
    margin-bottom: 8px;
  }

  .news_link {
    min-height: 0;
    font-size: 1.4rem;
  }
  .news_date_y {
    font-size: 1rem;
    margin-right: 1em;
  }

  .news_date {
    flex: 0 0 30%;
    min-width: 0;
    max-width: none;
    padding: 0.75rem 0.35rem;
    font-size: 1.3rem;
  }

  .news_title {
    padding: 0.75rem 0.85rem;
    font-size: 1.25rem;
  }

  .news_more {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .news_link {
    font-size: 1.45rem;
  }

  .news_date_y {
    font-size: 1.2rem;
    margin-right: 1em;
  }
  .news_date_md {
    font-size: 1.5rem;
  }

  .news_title {
    font-size: 1.45rem;
  }

  .news_more {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #ecebeb;
}
#back_to_top {
  display: block;
  width: 10rem;
  margin-bottom: 2.5rem;
}
#f_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  width: 100%;
  margin: 3rem 0;
}
.f_address {
  margin: 0;
  letter-spacing: .05em;
  line-height: 1.8;
}
#f_logo a {
  display: block;
}
#f_logo a img {
  width: 100%;
}
#f_logo {
  flex-shrink: 0;
  margin: 0;
}
.f_nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and ( max-width : 767px ) {
  #footer > .container {
    padding: 2rem 0 10rem;
  }
  #back_to_top {
    margin: 0 auto 2.5rem;
  }
  .f_nav_list {
    justify-content: center;
    gap: 1rem 2rem;
  }
  #f_info {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin: 3rem 0;
  }
  .f_address {
    font-size: 1.2rem;
    text-align: center;
  }
  #f_logo a {
    width: 24rem;
    margin: 0 auto;
  }
  .f_note_txt {
    font-size: 1.1rem;
    text-align: center;
  }
}


@media print, screen and ( min-width : 768px ) {
  #footer > .container {
    padding: 2rem 0 4rem;
  }
  #f_info {
    margin: 4rem 0 3rem;
  }
  .f_address {
    font-size: 1.3rem;
  }
  #f_logo a {
    width: 28rem;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .f_nav_list {
    justify-content: flex-end;
    gap: 2.5rem;
  }
  .f_note_txt {
    font-size: 1.2rem;
  }
}

/* Nichido group footer */
.f_nichido_group {
  background: #192d79;
  color: #fff;
}
.f_nichido_group a {
  color: #fff;
  text-decoration: none;
}
.f_nichido_group a:hover {
  opacity: .7;
}
.f_nichido_group_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.f_nichido_company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
.f_nichido_company_head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.f_nichido_label {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: .05em;
  white-space: nowrap;
}
.f_nichido_logo {
  display: block;
  flex-shrink: 0;
}
.f_nichido_logo img {
  display: block;
  width: 13.7rem;
  height: auto;
}
.f_nichido_address,
.f_nichido_tel {
  margin: 0;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.6;
}
.f_nichido_group_ttl {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.f_nichido_group_row {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.f_nichido_group_row + .f_nichido_group_row {
  margin-top: .2rem;
}
.f_nichido_sep {
  margin: 0 .4rem;
}
@media only screen and ( max-width : 767px ) {
  .f_nichido_group {
    padding: 2.5rem 0 8.5rem;
  }
  .f_nichido_group_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .f_nichido_company {
    gap: 1rem 1.5rem;
  }
  .f_nichido_company_head {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .f_nichido_logo img {
    width: 12rem;
  }
  .f_nichido_address,
  .f_nichido_tel {
    font-size: 1rem;
  }
  .f_nichido_group_ttl {
    font-size: 1.2rem;
  }
  .f_nichido_group_row {
    font-size: 1rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .f_nichido_group {
    padding: 3rem 0;
  }
  .f_nichido_group_inner {
    gap: 6rem;
  }
  .f_nichido_links {
    flex: 1;
    max-width: 72rem;
  }
}
/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
#main {
  overflow: hidden;
  position: relative;
}
#fixed_btn {
  position: fixed;
  z-index: 9999;
  display: flex;
}
#fixed_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}
.sec_ttl {
  text-align: center;
  font-weight: 400;
  margin-bottom: 1em;
}
.sec_ttl span {
  display: block;
  text-align: center;
  margin-top: .4em;
  letter-spacing: .15em;
}
@media only screen and ( max-width : 767px ) {
  #fixed_btn {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  #fixed_btn a {
    flex: 1;
    height: 6rem;
    border-right: .1rem solid #666;
    font-size: 1.2rem;
  }
  #fixed_btn a span {
    text-align: center;
  }
  #fixed_btn a:last-child {
    border-right: none;
  }
  .sec_ttl {
    font-size: 2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #fixed_btn {
    right: 0;
    bottom: 2rem;
    gap: 1.5rem;
    flex-direction: column;
  }
  #fixed_btn a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 8rem;
    height: 16rem;
  }
  .sec_ttl {
    font-size: 2.6rem;
  }
  .sec_ttl span {
    font-size: 1.5rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   RESERVE LINKS

--------------------------------------------------------------------------------------------- */
#reserve_links {
  background: #282929;
}

.reserve_ttl {
  margin-bottom: 2.2rem;
  color: #fff;
}

.reserve_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reserve_item a {
  display: block;
  transition: opacity 0.25s ease;
}

.reserve_item a:hover {
  opacity: 0.85;
}

.reserve_item img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  #reserve_links {
    padding: 3rem 0 4rem;
  }

  .reserve_ttl {
    font-size: 2.2rem;
  }

  .reserve_ttl span {
    font-size: 1.2rem;
  }

  .reserve_list {
    display: grid;
    gap: 2rem;
  }

  .reserve_item {
    max-width: 24rem;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  #reserve_links {
    padding: 4.5rem 0 5rem;
  }

  .reserve_ttl {
    margin-bottom: 3rem;
  }

  .reserve_list {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .reserve_item {
    width: calc((100% - 4rem) / 3);
    max-width: 24.2rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}