@charset "UTF-8";

/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
border: 0;
font-style: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
font-family: inherit;
color: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
line-height: 1.5;
letter-spacing: normal;
}

html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-size: 1.6rem;
background: #efe9dc;
color: #600f18;
overflow-x: hidden;
overflow-y: scroll;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
line-height: 1.7;
}

.f_m{
   font-family:
    "Yu Mincho",
    "游明朝",
    "YuMincho",
    "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN",
    "MS PMincho"
    ,serif;
}

.f_z{
  font-family: "Zen Kaku Gothic New", sans-serif;
}

ul, li {
list-style: none;
}

table {
border-collapse: collapse;
width: 100%;
}

a:hover,
a:active,
a:focus {
outline: 0;
}

a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
-webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
transition-property: opacity, color, background, box-shadow, -webkit-transform;
transition-property: opacity, color, background, transform, box-shadow;
transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
opacity: 1;
line-height: inherit;
}

img {
vertical-align: top;
width: 100%;
}

img,
input[type="image"] {
border: 0;
height: auto;
max-width: 100%;
}

input[type="submit"], input[type="button"], button {
cursor: pointer;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
font-size: inherit;
letter-spacing: inherit;
background: none;
}

strong {
font-weight: bold;
}

a {
text-decoration: none;
}

input[type="image"]:hover {
opacity: 0.7;
}

p {
line-height: inherit;
}


.u_switch_img {
  opacity: 1;
}

.u_inner {
  padding: 0 10rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1536px) {
.u_inner{
padding: 0 8rem;
}
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    padding: 0;
    margin: 0 2rem;
  }
}

.grecaptcha-badge{ 
  visibility: hidden; 
}

.g_re{
    text-align: right;
    color: #5e3c3b;
}

@media screen and (max-width: 767px) {
  .g_re{
  font-size: 1rem;
  }
}

/*header*/

header{
    height: auto;
    width: 100%;
     position: fixed;
     z-index: 10;
}


#header{
    display: flex;
    padding: 2rem;
    position: relative;
}

header h1{
    width: 20rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5rem;
     opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
}

body.is-visible header h1 {
  transition-delay: 0.2s;
  opacity: 1;
}

.h_menu{
    position: fixed;
    right: 1rem;
    top: 1rem;
    opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

body.is-visible .h_menu {
  transition-delay: .5s;
  opacity: 1;
}

.menu_btn{
  cursor: pointer;
  transition: .2s ease;
}

.menu_btn img{
  width: 8rem;
}

.close_btn{
   position: fixed;
    right: 4rem;
    top: 4rem;
    cursor: pointer;
}

.close_btn img{
  width: 2.5rem;
}

.global_nav{
  position: fixed;
  inset: 0;
  background: #600f18;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.global_nav ul{
  text-align: center;
  margin-top: 10rem;
}

.global_nav li{
margin:  6rem 0;
}

.global_nav a{
  color: #efe9dc;
  font-size: 4.2rem;
  letter-spacing: 3px;
}

body.menu-open .global_nav{
  opacity: 1;
  pointer-events: auto;
}

.global_nav .h_inst{
width: 3.5rem;
height: 3.5rem;
margin: 6rem auto;
}
@media only screen and (max-width: 1536px) {
.global_nav ul{
  margin-top: 13rem;
}

  .global_nav li{
margin:  3rem 0;
}

.global_nav a{
  font-size: 3.8rem;
}
.global_nav .h_inst{
  margin: 4rem auto;
}
}

@media screen and (max-width: 767px) {
  header h1{
    width: 10rem;
   top: 3rem;
}
.menu_btn img{
  width: 4rem;
}
.close_btn img{
  width: 1.5rem;
}
.global_nav ul{
  margin-top: 3rem;
}

.global_nav a{
  font-size: 2.2rem;
}
.global_nav .h_inst {
  width: 2rem;
  height: 2rem;
  margin: 4rem auto;
}

#logo{
  transition: .2s ease;
}

#logo.mini {
    width: 8rem !important;
    top: 1.5rem;
}
}



/*footer*/
footer{
  padding: 12rem 10rem 2rem;
  background: #ffffff;
}

@media only screen and (max-width: 1536px) {
  footer{
  padding: 12rem 8rem 2rem;
}
}

#footer{
  display: flex;
}

#footer>*{
  width: 50%;
}


.f_logo{
  width: 20rem;
  margin-bottom: 3rem;
}

.f_inst{
  width: 3rem;
  height: 3rem;
  margin-left: 8.5rem;
}

.f_ri .add{
  font-size: 1.6rem;
  line-height: 2;
}

.f_ri .tel{
  font-size: 2rem;
  padding-top: 1rem;
}

.f_banner{
  margin-top: 6rem;
}

.copy{
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding:4rem 4rem 2rem;
  }

  #footer{
  display: block;
}

#footer>*{
  width: 100%;
  text-align: center;
}

  .f_logo{
  width: 10rem;
  margin: 0 auto 2rem;

}
.f_inst{
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
}

.f_inst img{
  width: 100%;
  height: 100%;
}

.f_le{
  padding-bottom: 4rem;
}
.f_ri .add{
  font-size: 1.4rem;
}

.f_ri .tel{
  font-size: 1.8rem;
}
.copy{
text-align: center;
font-size: 1rem;
}

}

/*resrv*/

.fixed_reserv {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  z-index: 65;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fixed_reserv.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .fixed_reserv {
    left: 1rem;
    bottom: 1.8rem;
  }
}

.fixed_reserv a {
  position: relative;
  display: block;
  width: 12.2rem;
  height: 12.2rem;
}

@media screen and (max-width: 767px) {
  .fixed_reserv a {
    width: 6rem;
    height: 6rem;
  }
}

.fixed_reserv a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/reservation_strings.svg) no-repeat 50%/contain;
  animation: rotation 20s linear infinite;
}

.fixed_reserv img {
  width: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

/*main*/

.mv{
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mv>*{
  width: 100%;
}
.mv_img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
border: 2rem solid #efe9dc;
padding-bottom: 6rem;
border-bottom: 3rem solid #efe9dc;
}

.mv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 767px) {
.mv_img{
    border: 1rem solid #efe9dc;
    padding-bottom: 2rem;
    border-bottom:1.5rem solid #efe9dc;
}
}
.slide{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.slide.active {
  opacity: 1;
}
.mask{
  position: absolute;
  inset: 0;
  background: #efe9dc;
  clip-path: inset(0 0 0 0);
  z-index: 2;
}

.mask.active {
  animation: maskSwipe 1.5s ease-in-out forwards;
}

@keyframes maskSwipe {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
.scroll-box {
  overflow: hidden;
  position: absolute;
     bottom: 0;
    left: 0;
    width: 100%;
 opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

body.is-visible .scroll-box {
  transition-delay: .8s;
  opacity: 1;
}

.scroll-inner {
  display: flex;
  width: max-content;
  animation: marquee-loop 20s linear infinite;
}

.scroll-inner h2 {
  flex: 0 0 auto;
  margin: 0;
  padding-right: 5rem;
}

.scroll-inner img {
  display: block;
  width: auto;
  height: 100px;
}

/* 無限ループアニメーション */
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
.scroll-inner img {
height: 40px;
}

}


.top{
  display: flex;
  margin-top: 8rem;
}

.top h3{
  font-size: 4.2rem;
  letter-spacing: 3px;
}

.top_text {
    width: 57rem;
    font-size: 1.8rem;
    margin-left: auto;
    line-height: 2;
     padding-top: 0;
}

@media screen and (max-width: 767px) {
  .top{
  display: block;
  margin-top: 10rem;
}
.top h3{
  font-size: 2.4rem;
  letter-spacing: 1px;
}
    .top_text{
     width: 100%;
     padding-top: 2rem;
     font-size: 1.4rem;
      text-align: justify;
      line-height: 1.7;
    }
}

.gallery{
  margin-top: 15rem;
  padding: 0 10rem;
}

.gallery ul{
    columns: 2;
    gap: 7rem;
}

.gallery ul li{
  padding-bottom: 7rem;
}

@media only screen and (max-width: 1536px) {
  .gallery{
     padding: 0 8rem;
  }
}


@media screen and (max-width: 767px) {
.gallery{
  margin-top: 4rem;
  padding: 0;

}
.gallery ul{
  columns: 1;
  gap: 1rem;
}
.gallery ul li{
  padding-bottom: 1rem;
}

}

.content{
  margin-top: 10rem;
  padding: 0 10rem;
   display: flex;
   justify-content: space-between;
}


.content h3{
 font-size: 4.2rem;
   letter-spacing: 3px;
}

.ex{
  width: 70%;
}

.ex_box{
  display: flex;
  margin-top: 8rem;
  justify-content: space-between;
}

.box_inner{
  width: 48%;
}

.box_inner dl{
  display: flex;
  padding: 4rem 0;
  position: relative;
    font-size: 1.6rem;
}

.box_inner dl:first-child{
  border-bottom: 1px solid;
}


.box_inner dd{
position: absolute;
left: 15rem;
}

@media only screen and (max-width: 1536px) {
  .content{
  padding: 0 8rem;
}
}


@media screen and (max-width: 767px) {
.content{
    padding: 0 2rem;
    display: block;
  }

.content h3{
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.2;
}  
.content .ex {
    width: 100%;
    margin-top: 1rem;
}
  .map .ex{
margin-top: 4rem;
  }

.ex_box{
  display: block;
  margin-top: 4rem;
}
.box_inner {
    width: 100%;
}

.box_inner dl {
  border-bottom: 1px solid;
  font-size: 1.2rem;
    padding: 2rem 0;
}

.box_inner dd{
  left: 10rem;
}

}


.price{
   background: #f4f4f4;
   padding: 10rem 10rem;
}

@media only screen and (max-width: 1536px) {
.price{
   padding: 10rem 8rem;
}
}

.ex_inner dl{
  padding: 4rem 0;
  position: relative;
  font-size: 1.6rem;
  display: flex;

}


.ex_inner .bottom{
  height: 18rem;
   border-bottom: #600f18 1px solid;
}



.ex_inner dd{
  position: absolute;
  left: 20%;
  border-bottom: #600f18 1px solid;
  padding: 2rem 1rem;
  letter-spacing: 1px;
}

.ex_inner dd span{
    left: 35%;
    position: absolute;
    letter-spacing: 1px;
}

.ex_inner .one{
  height: 30rem;
  padding-top: 0;
}

.ex_inner .one dd{
  width: 40%;
}

.ex_inner .one .a{
padding-top: 0;
}

.ex_inner .one .b{
  top: 4.5rem;
}

.ex_inner .one .c{
  top: 11rem;
}

.ex_inner .one .d{
  top: 17.5rem;
}

.ex_inner .one .f{
  top: 23rem;
}

.ex_inner .mid{
  left: 20%;
   border-bottom:none;
   padding: 0 1rem;
}
.ex_inner .bottom .mid{
  line-height: 2;
}

.ex_inner .bottom .other{
  line-height: 1.5;
}


.ex_inner .yamato{
    bottom: 4rem;
    border-bottom: none;
    font-weight: 700;
}

.ex_inner .yamato a{
  display: flex;
}
.ex_inner .yamato a img{
  width: 8rem;
  margin-right: 2rem;
  transition: transform 0.4s ease;
}

.ex_inner .yamato a:hover img{
  transform: translateX(15px);
}

.ex_inner .uke{
  height: 22rem;
}

.ex_inner .th{
  left: 35%;
  border-bottom:none;
  padding: 0;
}

@media only screen and (max-width: 1366px) {
.ex_inner .one dd{
width: 50%;
}
}

@media screen and (max-width: 1030px) {
  .ex_inner .one dd{
width: 60%;
}
}

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

.price{
  padding: 4rem 2rem 7rem;
}  

.ex_inner dl{
  display: block;
  font-size: 1.4rem;
  padding: 2rem 0;
} 

.ex_inner dl:last-child{
  border-bottom: none;
}

.ex_inner dt{
  padding-bottom: 1rem;
}

.ex_inner dd{
  line-height: 2;
  border-bottom: none;
  left: 10rem;
  padding: 0 1rem;
}

.ex_inner .mid{
  left: 10rem;
  top: 1.5rem;
}

.ex_inner .mid em{
  font-size: 1.4rem;
  position: absolute;
  left: 15rem;
}

.ex_inner .th{
  top: 1.5rem;
  left: 55%;
}
.ex_inner dd span {
    font-size: 1.4rem;
    line-height: 2;
}

.ex_inner .one{
  height:17rem ;
  border-bottom: #600f18 solid 1px;
}

.ex_inner .bottom {
  height: 8rem;
  border-bottom:none;
}

.ex_inner .bottom dd{
  line-height: 1.2;
}
.ex_inner .one dd{
  width: 75%;
}

.ex_inner .one .a{
top: 0;
}

.ex_inner .one .b {
   top: 3rem;
}

.ex_inner .one .c {
   top: 6rem;
}

.ex_inner .one .d {
   top: 9rem;
}

.ex_inner .one .f {
   top: 12rem;
}
.ex_inner .one em{
  display: none;
}
.ex_inner .bottom .mid{
  left: 55%;
}
.ex_inner .bottom .mid em{
  display: none;
}
.ex_inner .note{
  font-size: 1rem;
}
.ex_inner .bottom .other{
 left: 12rem;
 top: 4rem;
  font-size: 1.2rem;
  padding-right:0;
  text-align: justify;
}
.ex_inner .uke{
height: 16rem;
padding-top: 4rem;
}

.ex_inner .yamato{
  font-size: 1.4rem;
}

.ex_inner .yamato a img{
  width: 6rem;
}
.ex_inner .rem{
  font-size: 1.2rem;
  border-bottom: 1px solid;
  padding-bottom: 4rem;
}

}

/*アコーディオン*/
.accordion .note{
  text-align: right;
  padding-bottom: 2rem;
}
.toggle{
  display: none;
}

.Label{
  padding: 3rem;
  display: block;
  border: #600f18 1px solid;
  padding-left: 20%;
  position: relative;
  border-bottom: none;
}

.Label::before,
.Label::after{
content: "";
position: absolute;
background-color: #600f18;
top: 50%;
left: 20px;
transition: transform .3s ease;
}

.Label::before{
  width: 14px;
	height: 1px;
	transform: translateY(-50%);
}

.Label::after{
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  left: 26px;
}

.Label,
.ac_inner{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.toggle:checked + .Label + .ac_inner{
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.toggle:checked + .Label{
  border-bottom: none;
}

.toggle:checked + .Label::before {
  transform: translateY(-50%) rotate(45deg);
}

.toggle:checked + .Label::after {
  transform: translateY(-50%) rotate(45deg);
}

.ac_inner{
height: 0;
margin-bottom: 10px;
padding:  0 20px;
overflow: hidden;
padding-left: 20% !important;
border-bottom: #600f18 1px solid;
border-left:#600f18 1px solid ;
border-right:#600f18 1px solid ;
}

.ac_inner p{
  position: relative;
  padding-bottom: 2rem;
}

.ac_inner p span{
  position: absolute;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .Label{
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  }
  .accordion .note{
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
.ac_inner p{
  font-size: 1.2rem;
}

  .ac_inner p span{
    left: 50%;
  }
}



.furniture{
  padding-right: 0;
  padding-bottom: 12rem;
}

.li_arrow{
  text-align: right;
  margin-bottom: 2rem;
  margin-right: 2rem;
  display: flex;
  justify-content: end;
}

.arrow-l {
    margin-right: 2rem;
}


.li_arrow img{
  width: 7rem;
  cursor: pointer;
}

.img_li{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  gap: 5rem;
}

.img_li::-webkit-scrollbar {
  display: none; /* スクロールバー非表示 */
}


.img_li li{
  flex: 0 0 32%;
}

.img_li li p{
  padding: 1rem 0;
}

.img_li li .size{
  font-size: 1.4rem;
}

.fu_ul{
  display: flex;
}

.fu_li{
  margin-top: 6rem;
  width: 32%;
}

@media only screen and (max-width: 1536px) {
  .fu_li{
  width: 40%;
  }
}


.fu_li li{
  padding-bottom: 1.2rem;
}

.fu_li li dl{
  position: relative;
  height: 8rem;
}

.fu_li li dd{
  position: absolute;
  top: 0;
  left: 15%;
}

.fu_li .box dl{
  height: 12rem;
}
.furniture .more{
  padding-right: 8rem;
}

@media screen and (max-width: 767px) {
 .furniture{
font-size: 1.2rem; 
margin-top: 4rem;
padding-bottom: 6rem;
}
 
.li_arrow{
 visibility: hidden;
 margin-bottom: 0;
}

  .img_li{
    gap: 2rem;
  }
  .img_li li{
  flex: 0 0 55%;
}
.img_li li p{
  font-size: 1.4rem;
}
  .fu_li{
  width: 45%;
  margin-top: 3rem;
  }

.fu_li li{
  font-size: 1.4rem;
}
.fu_li li dd{
    left: 35%;
}
.furniture .more{
  padding-right: 2rem;
}
.img_li li .size{
  font-size: 1.2rem;
}
}


/*template*/

.block-information{
  background-color: #ffffff;
  margin-top: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .block-information{
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.contact{
  background-color: #5e3c3b;
  color: #efe9dc;
  padding-top: 15rem;
  padding-bottom: 15rem;
  margin-top: 0;
}

.contact_box {
  margin:  auto;
}

.contact-form {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2rem 15rem;
  margin-bottom: 3rem;
}

.contact-form dt {
  font-weight: 600;
  line-height: 3;
}

.contact-form dd {
  margin: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  box-sizing: border-box;
  line-height: 3;
  border: #efe9dc 1px solid;
  background-color: #5e3c3b;
  color: #efe9dc;
}
.contact-form textarea::placeholder {
  color: #efe9dc; 
}

.submit-btn {
  margin-left: 330px;
  margin-top: 6rem;
}

.submit-btn input {
  background: #efe9dc;
  color: #600f18;
  border: none;
  padding: 2.5rem 7rem;
  border-radius: 35px;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.wpcf7-spinner{
  display: none !important;
}

.submit-btn input:hover {
  background:#600f18;
  color:#efe9dc;
  border: 1px solid #efe9dc;
}


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


  .contact-form {
    gap: 2rem 7rem;
  }
  .submit-btn{
    margin-left: 250px;
  }
}

@media screen and (max-width: 1030px) {
   .contact-form {
    gap: 2rem 0;
  }
   .submit-btn{
    margin-left: 180px;
  }
}

@media screen and (max-width: 767px) {
 .contact{
      padding-top: 5rem;
      padding-bottom: 6rem;
 }

.contact_box{
  margin-bottom: 0;
  padding-top: 3rem;
}

  .contact p {
    font-size: 1.2rem;
    padding-top: .5rem;
  }
.contact .tel {
display: flex;
border-bottom: none;
padding-bottom: 0;
}

.contact .tel dt {
    font-size: 2rem;
    margin-right: .5rem;
}

.contact .tel dd {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
}
.contact-form {
    grid-template-columns: auto;
    gap: 0;
    margin-bottom: 2rem;
}
.contact-form dt{
    line-height: 2; 
    font-size: 1.2rem;
    font-weight: 400;
}

.contact-form dd{
  margin-bottom: 1rem;
}

.contact-form input, .contact-form textarea {
   line-height: 2; 
    font-size: 1.6rem;
}
.submit-btn{
    margin-left: auto;
    text-align: center;
    margin-top: 0;
}
.submit-btn input{
  font-size: 1.2rem;
  padding: 2rem 6rem;
}
}

.access{
  padding-left: 10rem;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1536px) {
  .access{
  padding-left: 8rem;
}
}

.access .a_le{
margin-top: 10rem;
}

.access .ex{
  width: 71%;
}

.access h3{
font-size: 4.2rem;
  letter-spacing: 3px;
}

.access .a_le p{
  line-height: 2;
  padding-top: 2rem;
}

.access .a_le .root{
  font-size: 1.4rem;
}

.access iframe {
    width: 100%;
    height: 765px;
    filter: grayscale(100%);
    vertical-align: bottom;
}

@media screen and (max-width: 767px) {
.access{
  padding-left: 0;
  display: block;
}
.access h3{
font-size: 2.4rem;
letter-spacing: 1px;
}

.access .a_le {
    margin-top: 4rem;
    padding: 0 2rem 4rem;
}

.access .ex{
  width: 100%;
}
.access .a_le p{
  font-size: 1.4rem;
}
.access .a_le .root{
  font-size: 1.2rem;
}
.access iframe{
  height: 400px;
}
}

.info-list{
  display: flex;
  flex-wrap: wrap;
}

.info-list li{
width: 50%;
padding-bottom: 4rem;
}

.info-list a{
  display: flex;
} 

.info-list .information-thumb{
  width: 120px;
  margin:0 4rem 0 0;
}

.info-list .day{
  font-size: 1.6rem;
}

.info-list .tit{
  font-size: 1.6rem;
  padding-top: .5rem;
}

.info-list .cat{
  font-size: 1.6rem;
  background-color: #600f18;
  color: #efe9dc;
  border-radius: 15px;
  display: inline-block;
  line-height: 1;
  padding: .7rem 1.6rem;
  margin-top: 3.5rem;
    letter-spacing: 3px;
}

 .more{
  display: flex;
  justify-content: flex-end;
  margin-top: 4rem;
}

.more a{
  display: flex;
  font-size: 2.4rem;
  align-items: center;
}

.more .bihin{
  font-size: 1.8rem;
}

.more img{
  width: 8rem;
  margin-left: 2rem;
  transition: transform 0.4s ease;
}

.more a:hover img{
  transform: translateX(15px);
}

@media screen and (max-width: 767px) {
  .info-list{
  display: block;
  padding-top: 3rem;
  }
  .info-list li {
    width: 100%;
  }
  .info-list .information-thumb {
    width: 110px;
    margin: 0 2rem 0 0;
  }
  .info-list .tit{
  font-size: 1.4rem;
  padding-top: 0;
  }
  .info-list .day{
     font-size: 1.2rem;
  }
  .info-list .cat{
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  .more a{
    font-size: 1.6rem;
  }
  .more img{
    width: 6rem;
  }
  .more .bihin{
  font-size: 1.6rem;
}
}

/*投稿ページ*/

.single_inner{
  padding-top: 27rem;
   padding-bottom: 37rem;
    width: 920px;
    margin: auto;
}

.single_inner dl{
  text-align: center;
}

.single_inner .day{
  font-size: 1.6rem;
  padding-bottom: 1rem;
}

.single_inner .tit{
  font-size: 3.6rem;
}

.single_inner .cat{
  font-size: 1.6rem;
  background-color: #600f18;
  color: #efe9dc;
  border-radius: 15px;
  display: inline-block;
  line-height: 1;
  padding: .7rem 1.6rem;
    margin-top: 1rem;
    letter-spacing: 3px;
}

.single_content{
  padding-top: 6rem;
}

.single_content p{
  line-height: 2.2;
}

.single_content img{
  padding: 6rem 0 2rem;
}

@media screen and (max-width: 767px) {
  .single_inner{
  padding: 15rem 2rem 10rem;
    width: auto;
    margin: auto;
}
.single_inner .tit{
  font-size: 2.4rem;
}
.single_inner .day{
  font-size: 1.2rem;
  padding-bottom: 0;
}
.single_inner .cat{
    font-size: 1.2rem;
  margin-top: 2rem;
}
.single_content{
  padding-top: 4rem;
}
.single_content p{
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: justify;
}
.single_content img{
  padding: 4rem 0;
}
}

/*informationページ*/

.info_inner{
  padding: 27rem 6rem 18rem;
}

.info_inner h1{
font-size: 4.2rem;
text-align: center;
letter-spacing: 3px;
}

.info_inner ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 10rem;
}

.info_inner li{
  width: 25%;
  padding-bottom: 6rem;
}

.information-thumb{
  margin-bottom: 2rem;
  overflow: hidden;
}

.information-thumb img{
  aspect-ratio: 1;
}

.info_inner .day{
  font-size: 1.6rem;
}

.info_inner .tit{
  font-size: 1.6rem;
}

.info_inner .cat{
  font-size: 1.6rem;
  background-color: #600f18;
  color: #efe9dc;
  border-radius: 15px;
  display: inline-block;
  line-height: 1;
  padding: .7rem 1.6rem;
  margin-top: 3rem;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .info_inner{
  padding: 15rem 2rem 10rem;

}
.info_inner h1{
  font-size: 2.8rem;
}
.info_inner ul{
  padding-top: 4rem;
}

.info_inner li{
  width: 100%;
}
.info_inner .day{
  font-size: 1.2rem;
}
.info_inner .tit{
  font-size: 1.4rem;
}
.info_inner .cat{
  font-size: 1.2rem;
  margin-top: 2rem;
}
}