@charset "utf-8";
/* TakashimaBASE CSS Document 2025
------------------------------------------------------------ */
html {
  overflow: auto;
}
body {
  color: #231815;
  line-height: 1.7em;
  font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "游明朝体", serif;
  font-weight: 300;
  position: relative;
  min-width: 320px;
  background-color: #FFFFFF;
  font-size: 15px;
  width: 100%;
  margin: 0px;
  text-align: justify;
  box-sizing: border-box;
  overflow: hidden;
}
ul {
  list-style: none;
}
li {
  float: left;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/*.clearfix { display: block; }*/
/* End hide from IE-mac */
/*clearfix to objects*/
header:after, main:after, footer:after, .container:after, section:after, div.widthsize:after, ul:after {
  content: ".";
  display: block;
  height: 0px;
  font-size: 0;
  clear: both;
  visibility: hidden;
  position: static;
}
.takashimahanya_img_box ul:after, #b_taco .shop_img_box ul:after{
  position: absolute
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, legend, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
/*
----------------------------------------------------------------------*/
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
a {
  text-decoration: none;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  color: #666;
}
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.fnt09{
  font-size: 0.9em;
}
.fnt12 {
  font-size: 1.2em;
}
.fnt15 {
  font-size: 1.5em;
}
.gothic{
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
}
.zen_gothic{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.center{
    text-align: center;
}
.mt30p{margin-top: 30px;}
.mt50p{margin-top: 50px;}
.mr30p{margin-right: 30px;}
.mr50p{margin-right: 50px;}
.lih3{line-height: 3em;}
.pc_none {
  display: none;
}
.pc_none02 {
  display: none;
}
/*
-----------------------------------------------------------*nav*/
header {
  width: 100%;
  /*height: 100vh;*/
  position: relative;
}
#nav_sp {
  background-color: #fff;
}
.head_name {
  width: 120px;
  position: absolute;
  left: 30px;
  top: 30px;
}
/*#pre_open {
	width: 100%;
    height: 100vh;
}
#pre_open img{
	width: 100%;
}*/
#head_slide {
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}
#head_slide .fade li {
  z-index: -100 !important;
  height: 80vh;
}
#head_slide .fade li img {
  width: 100%;
}
.head_arrow_box {
  position: absolute;
  bottom: 100px;
  left: 60px;
  z-index: 2000;
}
.head_arrow {
  position: relative;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e2264d;
}
.head_arrow:before, .head_arrow:after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
.head_arrow:before {
  width: 1px;
  height: 50px;
  transform: translate(0px, 30px);
}
.head_arrow:after {
  width: 1px;
  transform-origin: bottom center;
  transform: translate(0px, 30px) rotate(228deg);
  height: 21px;
  left: 24px;
}
/*---------------------------------------------------------*footer*/
#topbutton {
      /* ▼表示位置を画面の右下に固定 */
      position: fixed; /* ←表示場所を固定 */
      bottom: 2px;   /* ←下端からの距離 */
      right: 2px;    /* ←右端からの距離 */

      /* ▼最初は非表示にしておく */
      display: none;
	  z-index:10001;
}
.pagetop{
    height: 50px;
    width: 50px;
    /*position: fixed;
    right: 0;
    bottom: 0;*/
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop_arrow{
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
.f_nav {
  width: 100%;
  float: left;
  margin-top: 15px;
    margin-bottom: 15px;
}
.f_nav li {
  padding: 0 1em;
  border-right: 1px solid;
  line-height: 1em;
}
.f_nav li:last-child {
  border: none;
}
.f_sns {
  width: 30%;
  float: right;
  margin-top: 15px;
}
.f_sns li {
  padding: 0 1em;
}
.f_pp {
  text-align: center;
    /*color: #fff;
    background: #29c4cf;*/
    padding: 50px 0;
}
.haginohama {
  width: 100%;
}
.attention {
  text-align: right;
  padding-bottom: 20px;
  padding-right: 80px;
  font-size: 0.8em;
    color: #fff;
    background: #29c4cf;
}
.bar_blue{
    background: #00a3d6;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
}
.bar_blue .flex{
    justify-content:space-between;
    align-items: center;
}
.bking_box {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
}
.bking_box .bking_lnk_btn {
  width: 90px;
    margin-left: 20px;

}
.bking_box .bking_lnk_btn  a{
    display: block;
  border: 1px solid #29c4cf;
  border-radius: 50px;
    background: #fff;
    color: #00a3d6;
    padding: 3px 0;
    font-size: 18px;
    font-weight: 700;
  text-align: center;
}
.b_king_box .reserve_lnk_btn  a:hover{
    color: #29c4cf;
}
.hb_logo{
    width: 200px;
    margin-right: 52px;
}

/*
-----------------------------------------------------------*main*/
section {
  width: 100%;
  position: relative;
  margin-top: 2rem;
  padding-bottom: 5rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
/*#about_box  {
    position: relative;
    height: 1000px;
}*/
h1 {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
    margin-top: 30px;
}
.verticalr {
  writing-mode: vertical-rl;
    text-orientation:upright;
}
h2 {
  margin-right: 50px;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: 8px;
}


/*---------------------------------------------------------  takashimahanya */
.hanya_top_ttl_box{
    width: 100%;
    background: url("../img/top/hanya_head_bg.webp");
    background-size: cover;
    height: 340px;
}
.hanya_top_ttl{
    width: 260px;
    height: 260px;
    margin: auto;
    padding: 40px;
}
.takashimahanya_logo {
  margin: 80px auto;
  width: 300px;
}
.hanya_intro_box,
.hanya_intro_right_img{
    justify-content: space-around;
    align-items: flex-start;
}
.hanya_intro_left,
.hanya_intro_right{
    width: 48%;
}
.hanya_intro_right p{
    margin-bottom: 1.5em;
}
.hanya_intro_right_img .hanya_intro_right_img_item{
    width: 49%;
}
.takashimahanya_img_box .flex{
    justify-content: space-around;
    width: 100%;
    margin-bottom: 16px;
}
.takashimahanya_img_item2{
    width: calc(50% - 8px);
}

.hanya_about_item{
    width: 95%;
    margin: 50px auto;
    justify-content: space-between;
    
}
.hanya_about_item li{
    width: 24%;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
}
.hanya_about_item li .about_item_icon{
    width: 40px;
    margin-right: 15px;
}
.hanya_about_item li p{
    font-size: 16px;
}
ul.hanya_about_item::after{
    content: none;
}
.takashimahanya_img_box {
  margin: 50px 0;
}
.takashimahanya_img_box .flex {
  justify-content: space-between;
}
.takashimahanya_img_box .flex li {
  width: 32%;
  margin-top: 20px;
}
.floor_map_box{
    margin: 100px 0;
}
.floor_map {
/*  margin: 100px auto;
*/    width: 70%;
}
.message_box{
    width: 30%;
    max-width: 520px;
}
.message_box .flex{
    justify-content:flex-end;
    width: 100%;
    margin-top: 20px;
}
.message_box .flex .staff_box{
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
}

.hanya_item_area{
    width: 100%;
    justify-content: space-around;
}
.hanya_item_box{
    width: 30%;
}
.hanya_item_ttl{
    width: 100%;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    align-items: center;
}
.hanya_item_ttl .hanya_item_icon{
    width: 20px;
    margin-right: 8px;
}
.hanya_item_box ul{
    margin-bottom: 20px;
}
.hanya_item_box li{
    font-size: .9em;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.hanya_item_box li::before{
    content: "・";
}

/*---------------------------------------------------------  haginohama */

.hama_img_box {
  width: 100%;
  justify-content: space-between;
    margin-top: 30px;
}
.hama_img_box li {
  width: 33%;
}
.about_txt_box {
  position: relative;
}
.haginohama_intro{
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
}
.haginohama_intro_txt{
    font-weight: 400;
    color: #00a3d6;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
  line-height: 1.8;
    padding: 0 100px ;
  z-index: 1;
}
.haginohama_intro_line{
    width: 2px;
  height: 180px;
  background-color: #00a3d6;
  transform-origin: center;
  animation: fadeInLine 0.6s ease-out forwards;
  opacity: 0;
}
.haginohama_intro_left{
     transform: rotate(135deg) scaleY(0);
  animation: fadeInLineLeft 0.6s ease-out forwards;
  animation-delay: 0.2s;
}
.haginohama_intro_right{
transform: rotate(45deg) scaleY(0);
  animation: fadeInLineRight 0.6s ease-out forwards;
  animation-delay: 0.4s;
}
/* アニメーション */
@keyframes fadeInLineLeft {
  to {
    opacity: 1;
    transform: rotate(135deg) scaleY(1);
  }
}
@keyframes fadeInLineRight {
  to {
    opacity: 1;
    transform: rotate(45deg) scaleY(1);
  }
}

.haginohama_map_box{
  flex-direction: row-reverse; 
    width: 100%;
    margin-top: 50px;
}
.haginohama_txt_box{
    width: 70%;
    line-height: 2em;
    letter-spacing: 1px;
}
.haginohama_map {
  width: 30%;
    max-width: 300px;
}
.hama_img_box{
    width: 80%;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 80px;
}
.hama_img_box li{
    width: 32%;
}
.about_txt_box{
    background: url("../img/top/about_bg.webp");
    background-size: cover;
    background-position: right;
    padding: 50px 0;
}
.about_txt {
    color: #fff;
    height: 600px;
  line-height: 2em;
    width: 100%
}

.about_txt .about_txt_ttl {
    width: 20%;
}
.about_txt .about_txt_ttl .about_txt_ttl_inner{
    font-size: 1.3em;
    letter-spacing: 5px;
}
.about_txt .about_txt_inner{
    width: 60%;
    line-height: 2.5em;
    letter-spacing: 1px;
    margin-top: 20px;
}
.about_txt .about_txt_sub {
  margin-top: 20px;
  font-size: .9em;
    width: 20%;
}
.hama_img_box02{
    width: 100%;
    margin:10px 0 50px;
    justify-content: space-between;
}
.hama_img_box02 .hama_img{
    width: 19%;
}
/*----------------------------------------------takashima*/
.takashima_top{
    position: relative;
}
.takashima_top_txt{
    position: absolute;
    z-index: 222;
    top: 5px;
    left: 5px;
}
.takashima_top_txt02{
    position: absolute;
    right: 220px;
}
.takashima_inner_box{
    width: 100%;
    align-items: flex-end;
}
.takashima_txt_box{
    width: 78%;
    padding-right: 26px;
    box-sizing: border-box;
}
.takashima_ttl{
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.takashima_inner_img{
    width: 22%;
    padding-top: 20px;
}
/*----------------------------------------------top_gallery*/
.gallery_bg{
    width: 100%;
    position: relative;
}
.gallery_lst{
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 40%;
    justify-content: space-around;
}
.gallery_btn {
    width: 45%;
    border: 2px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 0;
    align-items: center;
    text-align: center;
    color:#fff; 
    font-size: 20px;
}
.gallery_btn a{
    color:#fff; 
}



.takashima_txt {
  position: absolute;
  width: 40%;
  right: 10%;
  bottom: 20vh;
}
.base_logo {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 240px;
}
.takashima_ttl_box {
  width: 100%;
  margin: 50px 0;
}
.takashima_ttl_box p {
  width: 20%;
  font-size: 30px;
}
.takashima_img_box {
  width: 80%;
  justify-content: space-between;
}
.takashima_img_box li {
  width: 45%;
}


/*.reserve_lnk_btn {
  width: 300px;
  margin: 80px auto 100px;
  text-align: center;
  font-size: 2em;
  letter-spacing: 4px;
}
.reserve_lnk_btn  a{
    display: block;
  width: 100%;
    height: 100%;
    position: relative;
	transition: 0.5s;
  border: 1px solid #29c4cf;
  border-radius: 5px;
    background: #29c4cf;
    color: #fff;
    padding: 12px 0;
}
.reserve_lnk_btn  a:hover{
    background: #fff;
    color: #29c4cf;
    
}
*/
.shop_sup {
  margin: 300px 0;
}
.shop_sup{
  min-height: 430px;
}
.shop_sup .img_right{
    width: 50%;
}
.shop_sup .txt_left{
    width: 40%;
    text-align: left;
}
.shop_name_sup {
  width: 30%;
}
.shop_sup .ttl_en {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.shop_sup .ttl_jp {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.shop_sup .shop_txt {
    max-width:420px; 
}
.shop_sup .shop_box {
  width: 80%;
  position: absolute;
  left:0;
  bottom: 0
}
.shop_name_sup02 {
  width: 50%;
  margin-left: 50%;
}
/*--------------------------------shop_taco*/
.shop_taco {
  margin-bottom: 100px;
}
.taco_menu_box{
    width: 100%;
    position: relative;
    text-align: center;
}
.taco_menu_box .taco_menu_img{
 width: 100%;
}
.taco_menu_box p{
    position: absolute;
    left: 20px;
    bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 1000;
    color: #fff;
}
.shop_name_taco {
  width: 50%;
    max-width: 200px;
  margin:100px auto 10px;
}

.shop_taco_time{
    color: #022b80;
    font-size: 18px;
    font-weight: 400;
 text-align: center;
}
.shop_taco .shop_box{
    margin-top: 30px;
    text-align: center;
}
.shop_taco a.more_arrow {
  text-decoration: none;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.shop_taco a.more_arrow:before, .shop_taco a.more_arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.shop_taco a.more_arrow:before {
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
.shop_taco a.more_arrow:after {
  width: 24px;
  border-bottom: 1px solid;
  right: 0;
  top: 50%;
}



#takashima, #takashimabase {
  padding: 5em 0;
}
.takashimabase_txt {
  width: 60%;
  margin: 3em auto 2em;
}
.haginohama {
  display: inline-block;
  margin: 2em auto 5em;
}
.base_inner {
  width: 100%;
}
.img_left, .img_right {
  width: 40%;
}
.txt_right, .txt_left {
  width: 60%;
  position: relative;
}
.base_inner .wrap_left, .base_inner .wrap_right {
  margin: 0 0 300px;
}
.base_inner .shop_jinya {
  margin: 0
}
.wrap_left {
  flex-direction: row;
}
.wrap_right {
  flex-direction: row-reverse;
}
.base_inner .ttl_en {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.base_inner .ttl_jp {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 1em;
}
.base_inner .base_txt {
  font-size: 18px;
}
.txt_right {
  padding-left: 20px;
  box-sizing: border-box;
}
.txt_left {
  padding-right: 20px;
  box-sizing: border-box;
  text-align: right;
}
.txt_left .base_txt {
  width: 50%;
  margin-left: 50%;
}
/*.shop_box {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0
}*/
.shop_box02 {
  width: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
}
.shop_name01 {
  width: 80%;
  padding-left: 5%;
}
.shop_name02 {
  width: 50%;
  margin-left: 50%;
}
.shop_name03 {
  width: 30%;
  margin: auto;
}
.txt_left a.more_arrow {
  text-decoration: none;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.txt_left a.more_arrow:before, .txt_left a.more_arrow:after {
  content: "";
  display: block;
  position: absolute;
}
.txt_left a.more_arrow:after {
  border-left: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.txt_left a.more_arrow:before {
  width: 24px;
  border-bottom: 1px solid;
  left: 0;
  top: 50%;
}
.more_arrow_left {
  text-align: left;
}
.more_arrow_center {
  text-align: center;
}
.shop_jinya .txt_left {
  background-image: url("../img/jinya_mark_pc.jpg");
  background-position: left;
  background-repeat: no-repeat;
}
.reserve_btn {
  border: 1px solid;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin: 100px auto 0;
  text-align: center;
  line-height: 240px;
  font-size: 2em;
  letter-spacing: 4px
}


#access {
  background: #e6e6e6;
  width: 100%;
  /*height: 550px;*/
  padding: 50px 0;
  position: relative;
}
.widthsize {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.address {
  width: 50%;
}
.address01 {
  margin-top: 20px;
}
.address01 .ttl_en{
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 1em;
}
.map {
  width: 48%;
    padding-top: 15px;
}
.map iframe, .map object, .map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.address .shop_logo{
    width: 100px;
}

#topics ul {
  margin: 50px 0;
  width: 100%;
}
#topics li {
  width: 100%;
  border-bottom: dotted 1px;
  padding-bottom: 1em;
  padding-top: 1em;
}

@media screen and (max-width:979px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .widthsize {
    max-width: 979px;
    padding: 0 1.5em;
    box-sizing: border-box;
    margin: auto;
  }
/*---------------------------------------------------------*footer*/

/*---------------------------------------------------------*top*/
/*---------------------------------------------------------  takashimahanya */
.hanya_top_ttl_box{
    height: 280px;
}
.hanya_top_ttl{
    width: 220px;
    height: 220px;
    margin: auto;
    padding: 30px;
}
.hanya_intro_left{
    width: 100%;
}
.hanya_intro_right{
    width: 90%;
}
/*---------------------------------------------------------  haginohama */
.about_txt_box {
    background-repeat: no-repeat;
    background-position: center;
}
.about_txt_box .verticalr {
  writing-mode: lr;
}
.about_txt {
    height: auto;
}
.about_txt .about_txt_ttl,
.about_txt .about_txt_inner,
    .about_txt .about_txt_sub{
    width: 100%;;
}

.about_txt_box .about_txt {
  line-height: inherit;
    margin-left: 30px;
}
/*.about_txt .about_txt_inner,
    .about_txt .about_txt_sub{
    color: #231815;
    }*/
    
/*.about_txt_box{
    background: url("../img/top/about_bg.webp");
    background-size: cover;
    background-position: right;
    padding: 50px 0;
}
.about_txt {
    color: #fff;
    height: 600px;
  line-height: 2em;
    width: 100%
}

.about_txt .about_txt_ttl {
    width: 20%;
}
*/    
    /*.about_img_slide {
    position: absolute;
    width: 35%;
    top: 50%;
  }*/


    
    
    
    .takashima_guide {
    height: 40vh
  }
  .takashimabase_img_slide {
    margin: 0 -1.5em;
  }
  .takashima_txt {
    bottom: 0;
  }
  .base_inner .wrap_left, .base_inner .wrap_right {
    margin: 0 0 50px;
  }
  h2 {
    margin: 3em auto;
      font-size: 20px;
  }
  .img_left, .img_right {
    width: 100%;
  }
  .txt_right, .txt_left {
    width: 100%;
    position: static;
    padding: 1em;
    text-align: left;
  }
  .txt_left .base_txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_left, .wrap_right {
    margin: 0;
  }
  .base_inner .shop_jinya {
    margin: 0;
  }
  .shop_box {
    width: 90%;
    margin: auto;
    position: static;
  }
  .base_txt {
    margin-bottom: 1em;
  }
/*---------------------------------------------------------  takashimahanya */
    .hanya_about_item{
    width: 90%;
    }
    .hanya_about_item li{
    width: 48%;
    }
    .shop_sup .img_right{
    width: 100%;
}
.shop_sup .txt_left{
    width: 100%;
    text-align: center;
}
    .shop_sup .shop_txt{
        margin: auto;
        text-align: left;
    }
.shop_sup .shop_box{
     max-width: 420px;
        margin: 20px auto;
    position: static;
    }

    
    
  .shop_box02 {
    width: 80%;
    margin: 1em auto;
    position: static;
  }
  .shop_jinya .txt_left {
    background: none
  }
  .shop_jinya .shop_box {
    width: 100%;
  }
  .shop_name_jinya {
    width: 100%;
  }
  #access {
    position: static;
    height: auto;
    padding: 30px 0 20px;
  }
  .map {
    width: 100%;
      height: 350px;
  }
  .address {
    width: 90%;
    margin: 1em auto;
  }
  /*.address_left, .address_right {
    position: static;
  }
  .address_right {
    text-align: right;
  }*/
  .base_logo {
    bottom: 50px;
      right: 20px;
  }
  .shop_name_taco {
    width: 300px;
    margin: 20px auto;
  }
  .shop_taco .shop_box {
    text-align: center
  }
 /* .shop_box .more_arrow_left {
    text-align: center;
  }*/
  .shop_name_sup {
    width: 200px;
    margin: 50px auto;
  }
.f_pp {
    padding: 50px 0;
}
.haginohama {
  width: 100%;
}
.attention {
  text-align: right;
  padding-bottom: 20px;
  padding-right: 1em;
  font-size: 0.8em;
    color: #fff;
    background: #29c4cf;
}

}
@media screen and (max-width:766px) {
/*  .widthsize, #about_box, #takashima {
    max-width: 766px;
    padding: 0 1.5em;
    box-sizing: border-box;
    margin: auto;
  }*/
  .pc_none02 {
    display: block;
  }
  .widthsize{
    max-width: 766px;
    padding: 0 2rem;
    box-sizing: border-box;
    margin: auto;
  }
  .head_name {
    width: 60px;
    left: 10px;
    top: 10px;
  }
  .head_arrow_box {
    bottom: 30px;
    left: 10px;
  }
  .head_arrow {
    width: 15px;
    height: 15px;
  }
  .head_arrow:before {
    height: 30px;
    transform: translate(0px, 15px);
  }
  .head_arrow:after {
    transform: translate(0px, 18px) rotate(228deg);
    height: 10px;
    left: 15px;
  }
/*---------------------------------------------------- footer*/    
    .bar_blue{
        height: 40px;
    }
    .bar_blue .flex{
        justify-content: space-between;
        align-items: flex-end;
    }    
.bking_box.flex {
    font-size: 18px;
    /*flex-direction: column;*/
    align-items: center;
}
    .bking_lnk_btn{
        margin-top: 5px;
        margin-left: 0;
    }
    .hb_logo{
        display: none;
    }
    
 /*---------------------------------------------------------  takashimahanya */
.hanya_top_ttl_box{
    background-size: auto;
}
.takashimahanya_img_box .flex{
    margin-bottom: 10px;
}
.takashimahanya_img_item2{
    width: calc(50% - 5px);
}
 /*---------------------------------------------------------  haginohama */

.haginohama_intro{
  gap: 10px;
    align-items: center;
}
.haginohama_intro_txt{
    font-size: 16px;
    padding: 0;
}
.haginohama_intro_line{
  height: 80px;
}
.haginohama_intro_left{
     transform: rotate(165deg) scaleY(0);
    animation: fadeInLineLeftMobile 0.6s ease-out forwards;
    animation-delay: 0.2s;
}
.haginohama_intro_right{
transform: rotate(15deg) scaleY(0);
    animation: fadeInLineRightMobile 0.6s ease-out forwards;
    animation-delay: 0.4s;
}
    .haginohama_map_box{
        justify-content: center;
    }
    .haginohama_txt_box{
        width: 100%;
        writing-mode:lr;
    }
    .haginohama_txt_box .lih3{
        line-height: 1.8em;
    }
.haginohama_txt_box .mr50p,
    .haginohama_txt_box .mr30p{
        margin-right: 0;
    }
    .haginohama_txt_box .mr30p{
        margin-top: 30px;
    }
    .haginohama_map{
        width: 70%;
        margin-top: 20px;
    }
    .hama_img_box{
        width: 100%;
    }
    .hama_img_box li{
        width: 48%;
    }
    /*.hama_img_box02 {
        justify-content: space-around;
    }*/
    .hama_img_box02 .hama_img{
        width: 49%;
        margin-bottom: 10px;
    }

.about_txt .about_txt_ttl .about_txt_ttl_inner{
    font-size: 1.2em;
    letter-spacing: 3px;
}
/*---------------------------------------------------------  takashima */
    .takashima_top_txt{
        top: -2rem;
        left: 2rem;
    }
    .takashima_top_txt02{
        right: 2rem;
    }
    .takashima_txt_box{
        width: 100%;
        padding: 2rem 0 0;
        text-align: left;
    }
    .takashima_ttl{
        font-size: 22px;
    }
/*---------------------------------------------------------  top_gallery */
    .gallery_lst{
        bottom: 5.2rem;
    }
    .gallery_btn {
    width: 100%;
    margin: 5px 0;
}
/*---------------------------------------------------------  topics */
    #topics h2{
        writing-mode:lr;
    }
    
    
  /*#about_box {
    height: auto;
  }*/
 /* .about_img_slide {
    position: static;
    width: 90%;
    margin-left: 10%;
  }*/
  h1 {
      font-size: 22px;
      line-height: 1.8em;
    /*position: static;
    width: 100%;
    margin: 3em;*/
  }
/*.hama_img_box li {
  width: 100%;
    margin-bottom: 5px;
}
*/  .takashima_guide {
    position: static;
    height: auto;
  }
  .takashima_map {
    position: static;
    width: 100%;
  }
  .takashima_txt {
    position: static;
    width: 100%;
  }
.about_txt_box .about_txt {
    margin-left: 0;
}
    .about_txt_box .about_txt_sub{
        margin-top: 50px;
    }
      .base_logo {
    bottom: -150px;
          right: 30px;
  }

  #takashima, #takashimabase {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .takashimabase_txt {
    width: 100%;
    margin: 0 0 2em 0;
  }
  /*h2{
    margin: 0 auto 3em;
    width: 250px;
}*/
/*---------------------------------------------------------  takashimahanya */
.hanya_about_item li {
    justify-content: center;
    padding: 10px;
    }
.hanya_about_item li .about_item_icon{
    width: 100%;
        margin: auto;
        padding-left: 15%;
        padding-right: 15%;
        box-sizing: border-box;
    }
.hanya_about_item li p{
    margin-top: 10px;
    }
.takashimahanya_img_box .flex li {
  width: 49%;
  margin-top: 8px;
}
.floor_map {
    width: 100%;
}
    .message_box{
    width: 100%;
        margin: 20px auto;
}
.message_box .flex{
    justify-content:space-between;
    width: 90%;
    margin: 40px auto 0;
}
.message_box .flex .staff_box{
    width: 45%;
}

.hanya_item_box{
    width: 90%;
}
    
/*--------------------------------shop_taco*/
    .shop_taco{
        margin-bottom: 0;
    }
.taco_menu_box p{
    left: 10px;
    font-size: 16px;
}
  .address {
    width: 100%;
  }

    
    
  .base_inner .ttl_jp {
    font-size: 24px;
  }
  /*.shop_name01 {
    width: 90%;
    padding-left: 0;
  }
  .shop_name02 {
    width: 100%;
    margin-left: auto;
  }
  .shop_name03 {
    width: 30%;
    margin: auto;
  }*/
 /* .reserve_btn {
    width: 120px;
    height: 120px;
    margin: 50px auto;
    line-height: 120px;
    font-size: 1em;
    letter-spacing: 2px;
  }*/
  .txt_left a.more_arrow {
    padding-right: 30px;
    padding-left: 0;
  }
  .txt_left a.more_arrow:after {
    width: 24px;
    height: auto;
    right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-top: 0;
    top: 50%;
    margin-top: 0;
    transform: none;
    left: auto;
  }
  .txt_left a.more_arrow:before {
    width: 8px;
    height: 8px;
    border-bottom: 0;
    right: 0;
    top: 50%;
    border-right: 1px solid;
    border-top: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    left: auto;
  }
}
@media screen and (max-width:390px) {
    .haginohama_intro_txt{
        letter-spacing: 0;
    }
}

@keyframes fadeInLineLeftMobile {
    to {
      opacity: 1;
      transform: rotate(165deg) scaleY(1);
    }
  }
@keyframes fadeInLineRightMobile {
    to {
      opacity: 1;
      transform: rotate(15deg) scaleY(1);
    }
  }