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

・スマートフォン：設定なし（実質599px以下）
・タブレット：600px　@media screen and (min-width: 600px) {}
・PC：1025px　@media screen and (min-width: 1025px) {}

----------------------------------------------------*/
/* 
----------------------------------------------------*/
.sec-main {
  background-image: url("../img/pht-main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: var(--clr-wh);
  height: 55vh;
  position: relative;
}
.sec-main::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../img/obi-main.png") repeat-x top center;
  background-size: auto 30px;
}
.sec-main h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
}
.sec-main h2 strong {
  height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 88%;
  background: url("../img/ttl-main.png") no-repeat center bottom;
  background-size: cover;
}
.sec-main .lead {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: absolute;
  top: 40px;
  right: 3vw;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.sec-main .lead strong {
  background-color: var(--clr-blue);
  color: var(--clr-wh);
  font-weight: lighter;
  display: inline-block;
  padding: 10px 5px;
  margin: 0 3px;
}
.sec-main .lead strong.fade01 {
  animation-delay: .5s;
}
.sec-main .lead strong.fade02 {
  animation-delay: 1.5s;
}
.sec-main .lead span {
  text-combine-upright: all;
  font-style: normal;
  text-align: left;
}
.sec-main .present {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 55%;
  animation-delay: 2.5s;
}
.sec-main .present strong {
  height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 44.3%;
  background: url("../img/bnr-pre.png") no-repeat;
  background-size: cover;
}
.sec-main .cap {
  font-family: var(--font-gothic);
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .sec-main {
    background-image: url("../img/pht-main2.jpg");
    background-position: right -100px top;
    background-size: auto 100%;
    height: 70vh;
  }
  .sec-main .lead {
    font-size: 1.8rem;
  }
  .sec-main .present {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .sec-main {
    background-position: right top;
    height: 80vh;
  }
  .sec-main h2 {
    max-width: 500px;
    left: 3vw;
  }
  .sec-main .lead {
    font-size: 2rem;
    right: 5vw;
  }
  .sec-main .lead strong {
    padding: 15px 8px;
    margin: 0 5px;
  }
  .sec-main .present {
    bottom: 20px;
    left: 5vw;
    max-width: 440px;
  }
}
@media (min-width: 1600px) {
  .sec-main h2 {
    max-width: 400px;
    left: 3vw;
  }
  .sec-main .present {
    max-width: 400px;
  }
}
/* 
----------------------------------------------------*/
.scroll {
  text-align: center;
  background-color: var(--clr-blue);
  color: var(--clr-wh);
  padding: 10px 0 20px;
  position: relative;
}
.scroll:after {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
}
@media (min-width: 600px) {}
@media (min-width: 1025px) {
  .scroll {
    padding: 20px 0 35px;
    font-size: 1.8rem;
  }
  .scroll:after {
    bottom: 20px;
  }
}
/* 
----------------------------------------------------*/
.tenku {}
.tenku .sec-data {
  padding: 15vw 5vw;
  background-color: #f7f6f0;
}
.tenku .sec-box {}
.tenku h3.ttl {
  font-size: 2.6rem;
  color: var(--aft);
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.tenku h3.ttl::before {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 60px;
  height: 5px;
  transform: translateX(-50%) skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 2px, #af9864 2px 4px);
  content: '';
}
.tenku .system {
  padding-top: 10vw;
}
.tenku .system.sec-box {
  padding-bottom: 32%;
  background: url("../img/pht-bear.jpg") no-repeat center bottom;
  background-size: 80% auto;
}
.tenku .txt-box {
  color: var(--aft-d);
  line-height: var(--lh-base);
}
.tenku .txt-box .cap {
  font-size: 84%;
}
.tenku .system h3 {
  position: relative;
}
.tenku .system h3::after {
  content: '';
  position: absolute;
  top: -60px;
  left: 10%;
  background: url("../img/txt-at.png") no-repeat center;
  background-size: contain;
  width: 50%;
  height: 100px;
}
.tenku .system h4:before, .tenku .system h4:after {
  content: '\025c6'; /*◆*/ color: var(--aft-l);
}
.tenku .system h4:before {
  padding-right: 5px;
}
.tenku .system h4:after {
  padding-left: 5px;
}
.tenku .system .txt-box strong, .tenku .menu h4 {
  font-size: 140%;
  font-weight: 400;
}
.tenku .menu {
  border: 2px solid var(--aft-l);
}
.tenku .menu-box {
  padding: 30px 20px;
  background-color: #f7f6f0;
}
.tenku .menu, .tenku .menu-box {
  position: relative;
}
.tenku .menu::before, .tenku .menu-box::before, .tenku .menu::after, .tenku .menu-box::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: url("../img/corner.svg") no-repeat;
  background-size: cover;
}
.tenku .menu::before {
  top: -3px;
  left: -3px;
  z-index: 2;
}
.tenku .menu::after {
  top: -3px;
  right: -3px;
  transform: rotate(90deg);
}
.tenku .menu-box::before {
  bottom: -3px;
  left: -3px;
  transform: rotate(-90deg);
}
.tenku .menu-box::after {
  bottom: -3px;
  right: -3px;
  transform: rotate(-180deg);
}
.tenku .menu-box h5 {
  font-weight: bold;
}
.tenku .menu .soda {
  position: relative;
}
.tenku .menu .soda::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../img/pht-soda.png") no-repeat center;
  background-size: contain;
  bottom: 0;
  right: 0;
}
@media (min-width: 600px) {
  .tenku .sec-data {
    padding: 8vw 10vw;
    background-image: url("../img/bg-mark.png"), url("../img/bird2.png");
    background-position: right -60px top 1000px, center top;
    background-repeat: no-repeat;
    background-size: 180px, 95% 100%;
  }
  .tenku .system.sec-box {
    padding-bottom: 45%;
    background-size: 95% auto;
  }
  .tenku .menu-box {
    padding: 50px 40px;
  }
  /*  .drink p {  display: inline-block;}
  .drink p:nth-of-type(1), .drink p:nth-of-type(3) {  width: 180px;}*/
  .tenku .menu .soda::after {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1025px) {
  .tenku {
    font-size: 1.8rem;
  }
  .tenku .sec-data {
    padding: 20px 130px 80px;
    background-size: 280px, 95% 100%;
    background-position: right -60px top 1400px, center top;
  }
  .tenku h3.ttl {
    font-size: 4rem;
  }
  .tenku h3.ttl::before {
    bottom: 10px;
    width: 100px;
  }
  .tenku .system .txt-box strong, .tenku .menu h4 {
    font-size: 180%;
  }
  .tenku .system.sec-box {
    padding-bottom: 35%;
    background-size: 85% auto;
  }
  .tenku .menu::before, .tenku .menu-box::before, .tenku .menu::after, .tenku .menu-box::after {
    width: 80px;
    height: 80px;
  }
  .tenku .menu-box {
    padding: 80px 60px;
  }
  .drinkmenu {
    display: flex;
    justify-content: space-between;
  }
  .drinkmenu .drink {
    width: 44%;
  }
  .drinkmenu .soda {
    width: 56%;
  }
  .drink p {
    display: block;
    width: auto !important;
  }
}
/* 
----------------------------------------------------*/
.tenku .btn-box a {
  background-color: #af9864;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50vh;
  font-family: var(--font-gothic);
  color: var(--clr-wh);
  text-decoration: none;
  position: relative;
}
.tenku .btn-box a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
@media (min-width: 600px) {
  .tenku .btn-box a {
    width: 340px;
    margin: 0 auto;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .tenku .btn-box a {
    width: 500px;
    font-size: 120%;
    height: 70px;
  }
  .tenku .btn-box a i {
    right: 30px;
  }
}
/* 
----------------------------------------------------*/
.tenku .sec-pht {
  background-color: var(--clr-wh);
  padding: 15vw 5vw;
}
.tenku .oshikatsu h3.ttl::before {
  width: 120px;
  background-image: repeating-linear-gradient(90deg, transparent 0 2px, #41b7f2 2px 4px);
}
.tenku .oshikatsu {
  padding-top: 10vw;
}
.tenku .oshikatsu h3 {
  position: relative;
  font-family: var(--font-gothic);
}
.tenku .oshikatsu h3::after {
  content: '';
  position: absolute;
  top: -80px;
  left: 60px;
  background: url("../img/txt-po.png") no-repeat center;
  background-size: contain;
  width: 60%;
  height: 100px;
}
.tenku .sec-pht .pht {
  margin: 0 5vw 5vw 10vw;
}
.tenku .gallery {}
.tenku .gallery .pcga {
  display: none;
}
.tenku .gallery .spga {}
@media (min-width: 600px) {
  .tenku .sec-pht {
    padding: 8vw 5vw;
  }
  .tenku .oshikatsu h3 {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px !important;
  }
  .tenku .oshikatsu h3.ttl::before {
    left: 30px;
    transform: translateX(0) skew(-45deg);
    width: 120px;
    background-image: repeating-linear-gradient(90deg, transparent 0 2px, #41b7f2 2px 4px);
  }
  .tenku .oshikatsu h3::after {
    left: 0;
    top: -120px;
    width: 300px;
    height: 140px;
  }
  .tenku .sec-pht .pht {
    margin: 0;
    float: right;
    width: 200px;
    margin-top: -160px;
  }
  .tenku .oshikatsu .txt-box {
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .tenku .sec-pht {
    padding: 30px 50px 50px;
  }
  .tenku .oshikatsu h3 {
    padding-left: 100px;
  }
  .tenku .oshikatsu h3.ttl::before {
    left: 100px;
    width: 180px;
  }
  .tenku .oshikatsu h3::after {
    left: 50px;
    top: -140px;
    width: 320px;
    height: 160px;
  }
  .tenku .oshikatsu .txt-box {
    padding-left: 100px;
  }
  .tenku .sec-pht .pht {
    width: 40%;
    margin-top: -160px;
  }
  .tenku .gallery .pcga {
    display: block;
    padding-top: 40px;
  }
  .tenku .gallery .spga {
    display: none;
  }
}
/* 
----------------------------------------------------*/
.contact {
  background-color: #f2f2f2;
  color: var(--aft);
  line-height: var(--lh-base);
}
.contact .inner {
  padding-bottom: 65px;
}
.contact .sec-box .inner {
  padding-top: 65px;
}
.contact .txt {
  font-size: 1.6rem;
}
.contact .txt strong {
  border-bottom: 2px dotted #5aa4db;
}
.contact .sec-box {
  background-color: #5aa4db;
  color: var(--clr-wh);
  position: relative;
}
.contact .cap {
  font-size: 84%;
}
.contact .tel-box {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.contact .tel-box a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 50vh;
  position: relative;
  color: var(--clr-blue);
  letter-spacing: .02em;
  line-height: 1.2
}
.contact .tel-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50vh;
  border: 5px solid transparent;
  background: linear-gradient(to right, #addef8, #00578c) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.contact .tel-box a:hover {
  opacity: 1;
}
.contact .tel-box a strong {
  font-size: 2rem;
}
.contact .tel-box a strong strong {
  font-size: 160%;
}
@media (min-width: 600px) {
  .contact {
    text-align: center;
  }
  .contact > .inner {
    background-image: url("../img/ill-building.png"), url("../img/bird.svg");
    background-repeat: no-repeat;
    background-position: left 50px bottom, right 50px top 20px;
    background-size: 80px, 40px;
  }
  .contact .tel-box a {
    width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .contact > .inner {
    background-position: left 50px bottom, right 50px top 40px;
    background-size: 100px, 60px;
    padding-bottom: 100px;
  }
  .contact .sec-box .inner {
    padding-top: 100px;
  }
  .contact .txt {
    font-size: 2rem;
  }
  .contact .txt strong {
    font-size: 2.4rem;
  }
  .contact .cap {
    font-size: 1.6rem;
  }
  .contact .tel-box {
    top: -65px;
  }
  .contact .tel-box a {
    width: 600px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .contact .tel-box a strong {
    font-size: 3rem;
  }
}
/* 
----------------------------------------------------*/
.sec-contents {
  position: relative;
}
.sec-contents .cloud {
  position: absolute;
  width: 160px;
  z-index: 20
}
.sec-contents .cloud01 {
  top: 20px;
  right: -60px;
}
.sec-contents .cloud02 {
  top: 400px;
  left: -60px;
}
.sec-contents .cloud03 {
  top: 800px;
  right: -60px;
}
.sec-contents .cloud04 {
  top: 1400px;
  left: -80px;
}
.sec-contents .cloud05 {
  bottom: 1150px;
  right: -60px;
}
.sec-contents .cloud figure {
  animation: fuwafuwa 6s linear infinite;
  scale: 1;
}
@keyframes fuwafuwa {
  0% {
    transform: translateX(0) translateY(0)
  }
  25% {
    transform: translateX(-10px) translateY(1px)
  }
  50% {
    transform: translateX(-20px) translateY(-1px)
  }
  75% {
    transform: translateX(-10px) translateY(1px)
  }
  100% {
    transform: translateX(0) translateY(0)
  }
}
@media (min-width: 600px) {
  .sec-contents .cloud {
    width: 240px;
  }
  .sec-contents .cloud01 {}
  .sec-contents .cloud02 {
    top: 600px;
    left: -60px;
  }
  .sec-contents .cloud03 {
    top: 1400px;
    right: -60px;
  }
  .sec-contents .cloud04 {
    top: 1800px;
    left: -80px;
  }
  .sec-contents .cloud05 {
    bottom: 1500px;
    right: -60px;
  }
}
@media (min-width: 1025px) {
  .sec-contents .cloud {
    width: 400px;
  }
  .sec-contents .cloud02 {
    top: 800px;
    left: -60px;
  }
  .sec-contents .cloud03 {
    top: 1900px;
    right: -60px;
  }
  .sec-contents .cloud04 {
    top: 2400px;
    left: -80px;
  }
  .sec-contents .cloud05 {
    bottom: 1300px;
    right: -60px;
  }
}
/* 2024.7
----------------------------------------------------*/
.info-box {
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
  margin: 10px;
}
.info-box .info-ttl {
  text-align: center;
  background: #af9864;
  color: #fff;
  padding: .2em;
  border-radius: 20px;
}
.info-box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.info-box dt, .info-box dd {
  padding: .2em 0;
}
.info-box dt {
  width: 70px;
}
.info-box dd {
  width: calc(100% - 70px);
}
.info-box .cap {}
@media (min-width: 600px) {
  .info-box {
    width: 80%;
    margin: 10px auto;
  }
  .info-box dd br {
    display: none;
  }
}
@media (min-width: 1025px) {
  .info-box {
    width: 60%;
    margin: 20px auto 0;
    font-size: 1.4rem;
    padding: 20px;
  }
  .info-box .info-ttl {
    padding: .5em;
  }
  .info-box dt, .info-box dd {
    padding: .4em 0;
  }
  .info-box dt {
    width: 80px;
  }
  .info-box dd {
    width: calc(100% - 80px);
  }
}
/* 2024.11
----------------------------------------------------*/
#ah-tat2411 .sec-main * {
  transition: .3s
}
#ah-tat2411 .sec-main {
  height: 60vh;
}
#ah-tat2411 .sec-main h2 strong {
  background: url("../img/ttl-main2411.png") no-repeat center bottom;
  background-size: cover;
}
#ah-tat2411 .sec-main .lead strong {
  background: rgb(224, 76, 43);
  background: linear-gradient(180deg, rgba(224, 76, 43, .5) 0%, rgba(247, 242, 153, .5) 20%, rgba(176, 207, 126, .5) 40%, rgba(157, 211, 237, .5) 60%, rgba(180, 138, 184, .5) 80%, rgba(237, 177, 204, .5) 100%);
  color: #127ddd;
  text-shadow: 0 0 5px #fff;
  /*color:rgba(7,9,72,1.00);
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
  padding: 10px 8px;
}
#ah-tat2411 .sec-main .present::before {
  content: "11/5\FF08\706B\FF09\304B\3089";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #112263;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--font-gothic);
  padding: 3px 10px;
  border-radius: 50vh;
  white-space: nowrap;
}
#ah-tat2411 .sec-main .coaster {
  position: absolute;
  bottom: 30px;
  left: calc(15px + 55%);
  width: 35%;
  animation-delay: 3.5s;
}
#ah-tat2411 .sec-main .coaster strong {
  height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 60%;
  background: url("../img/bnr-coastar.png") no-repeat;
  background-size: cover;
}
#ah-tat2411 .sec-main .present {
  bottom: 30px;
}
#ah-tat2411 .sec-main .present strong {
  background: url("../img/bnr-pre2411.png") no-repeat;
  background-size: cover;
}
#ah-tat2411 .drinkmenu {
  display: block;
}
#ah-tat2411 .drinkmenu .drink {
  width: 100%;
}
#ah-tat2411 .drinkmenu .soda {
  width: 100%;
}
#ah-tat2411 .tenku .menu .soda::after {
  display: none;
}
#ah-tat2411 .drinkmenu .rainbow {
  background: linear-gradient(to right, #f9bda4 0%, #f8f9cf 20%, #dce9c1 40%, #cfeaf2 60%, #dac9de 80%, #f5d9e6 100%);
  text-align: center;
  padding: 5px;
  border-radius: 50vh;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
}
#ah-tat2411 .drinkmenu li {
  padding-left: 1.5em;
  position: relative;
}
#ah-tat2411 .drinkmenu li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: .5em;
}
#ah-tat2411 .drinkmenu .rainbow-txt {
  margin-bottom: 10px;
  font-weight: 700;
}
#ah-tat2411 .drinkmenu .rainbow-txt strong {
  background: linear-gradient(to right, #ffae8c 0%, #fdffa4 20%, #cfe999 40%, #98d6e9 60%, #d8b0e1 80%, #efbad2 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 60%;
  padding: 0 5px;
}
#ah-tat2411 .drinkmenu .tea li .cap {
  margin-left: 1em;
  margin-bottom: .5em;
  line-height: 1.5;
  font-family: var(--font-gothic);
  font-size: 1.2rem;
}
#ah-tat2411 .drinkmenu .pht {
  margin: 1em;
}
#ah-tat2411 .drinkmenu .pht .cap {
  padding-top: 6px;
  line-height: 1.5;
  font-family: var(--font-gothic);
  font-size: 1.2rem;
}
#ah-tat2411 .contact {
  background-color: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
  color: #0B3464;
  text-shadow: 0 0 10px #fff;
}
#ah-tat2411 .contact .sec-box {
  background-color: rgba(255, 255, 255, 0);
  color: #333;
}
#ah-tat2411 .contact .txt {
  font-size: 1.8rem;
  text-shadow: 0 0 5px #fff;
  /*    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;*/
}
#ah-tat2411 .contact .txt strong {
  border-bottom: 0;
  background: linear-gradient(to right, #ffae8c 0%, #fdffa4 20%, #cfe999 40%, #98d6e9 60%, #d8b0e1 80%, #efbad2 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  padding: 0 5px;
  font-size: 120%;
  display: inline-block;
  line-height: 1.3;
  font-family: var(--font-gothic);
}
#ah-tat2411 .contact .sec-box .inner {
  padding-top: 80px;
  padding-bottom: 30px;
}
#ah-tat2411 .contact .tel-box a {
  display: block;
  text-align: center;
  padding: 20px 0;
  background: linear-gradient(to right, #ffae8c 0%, #fdffa4 20%, #cfe999 40%, #98d6e9 60%, #d8b0e1 80%, #efbad2 100%);
  border-radius: 50vh;
  position: relative;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
  line-height: 1.2;
  text-shadow: 0 0 5px #999;
}
#ah-tat2411 .contact .tel-box a::before {
  content: "";
  display: none;
}
@media (min-width: 600px) {
  #ah-tat2411 .tenku .sec-data {
    background-image: url("../img/bg-mark.png"), url("../img/bird22411.png");
    background-position: right -60px top 1000px, center top;
    background-repeat: no-repeat;
    background-size: 180px, 95% 100%;
  }
  #ah-tat2411 .contact > .inner {
    background-image: url("../img/ill-building.png"), url("../img/bird22411-2.png");
    background-repeat: no-repeat;
    background-position: left 50px bottom, right 50px top 40px;
    background-size: 0, 0;
  }
  #ah-tat2411 .sec-main {
    height: 75vh;
    background-position: right -200px top;
  }
  #ah-tat2411 .sec-main .lead strong {
    font-size: 2.2rem;
    letter-spacing: .1em;
    padding: 10px;
  }
  #ah-tat2411 .sec-main .present::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    padding: 3px 10px;
  }
  #ah-tat2411 .sec-main .coaster {
    bottom: 30px;
    right: auto;
    left: calc(15px + 45%);
    width: 240px;
  }
  #ah-tat2411 .drinkmenu .pht {
    margin: 2em 5vw 0;
  }
  #ah-tat2411 .contact .txt {
    font-size: 2rem;
  }
}
@media (min-width: 1250px) {
  #ah-tat2411 .contact > .inner {
    background-position: left 50px bottom, right 60px top 60px;
    background-size: 0, 0;
    padding-bottom: 100px;
  }
  #ah-tat2411 .sec-main {
    height: 800px;
    background-position: right top;
  }
  #ah-tat2411 .sec-main .lead strong {
    font-size: 2.6rem;
    padding: 14px 10px;
  }
  #ah-tat2411 .sec-main .present::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    padding: 5px 15px;
  }
  #ah-tat2411 .sec-main .coaster {
    bottom: 30px;
    right: auto;
    left: calc(440px + 5vw);
    width: 280px;
  }
  #ah-tat2411 .drinkmenu .rainbow {
    font-size: 1.8rem;
    width: 75% !important;
    margin: 0 auto 15px;
  }
  #ah-tat2411 .drinkmenu .txt {
    position: relative;
  }
  #ah-tat2411 .drinkmenu .tea ul {
    width: 50%;
  }
  #ah-tat2411 .drinkmenu .pht {
    margin: 0;
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #ah-tat2411 .contact .txt {
    font-size: 2.4rem;
  }
}