@charset "UTF-8"; /* 文字コードの指定 */
@font-face {
  font-family: "Hannari";
  src: url("../fonts/HannariMincho-Regular.otf") format("woff");
  font-weight: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap"); /* Google Fonts用のCSSを読み込み */

/* Base
------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
/*↑スムーズスクロール*/

body.ocha {
  font-family: "Hannari", "kozuka-gothic-pr6n", "Noto Sans JP", "游ゴシック",
    "YuGothic", "メイリオ", Verdana, "Hiragino Kaku Gothic ProN", "Meiryo",
    "sans-serif";
  line-height: 1.75;
  color: #4c4c4c;
} /*メモ bodyにHannariのみダウンロードで追加*/
body.ocha {
  margin: 0 auto;
}
#b-inner {
  z-index: 1;
  margin: 0;
  padding: 0 auto;
  justify-content: center;
}
header {
  z-index: 2;
}
.inner {
  width: 1366px;
}
.menu-ber {
  width: 100%;
}
/*---------------------------*/
a,
a:hover {
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

nav a:hover,
.menu-ber > a:hover {
  color: #fff;
  background-color: #071e3d;
  transition: 1s;
  border-radius: 5px;
}
ul#hamburger-navi-menu > li > a:hover {
  color: #fff;
  background-color: #071e3d;
  transition: 1s;
  border-radius: 5px;
}
/*-----------------------------------------*/
header {
  position: fixed;
  width: 100vw;
}
.menu-ber {
  height: 100px;
  width: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.m-b-icon {
  font-size: 40px;
  display: flex;
  align-items: center;
}

img.ocha_img2,
.ocha_img1 {
  width: 60px;
}

img.ocha_img {
  padding-left: 5vw;
  padding-bottom: 0.3vw;
}

#navi-menu {
  display: flex;
  font-size: 25pt;
}
li {
  list-style: none;
  padding-left: 0;
} /*liの点消す*/

li.L-1 {
  margin-right: 57px;
  letter-spacing: 0.3em;
}

li.L-2 {
  margin-right: 55px;
  letter-spacing: 0.3em;
}

li.L-3 {
  margin-right: 59px;
  letter-spacing: 0.37em;
}

nav#navi {
  padding: 0 50px;
}

.top-img {
  background-image: url(../images2/top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 456px;
  height: 456px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}


.title {
  color: #ffff;
}

h1 {
  font-size:2em;
}
.iconimg {
  width: 5vw;
  margin-right: 0.5vw;
}
img.top-icon {
  width: 100%;
  max-width: 75px;
  min-width: 20px;
  height: auto;
  padding-right: 1vw;
}

h1.ocha {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  letter-spacing: 19px;
  font-weight: bolder;
}

ul#navi-menu {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: lighter;
}

.m-b-icon {
  padding: 0px 150px;
}
.m-b-icon > span {
  margin: 0px 50px;
  letter-spacing: 11px;
  font-size: 30px;
}

/*---------------ハンバーガーメニュー-----------------------*/
#hamburger-button {
  display: none;
}

#hamburger-button .hamburger-bars {
  font-size: 60px;
  color: #666;
}

#hamburger-navi-menu {
  display: none;
}

#navi-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.info-text br{
  display: none;
}
/*----------------------------------------------------------------*/

/* ------------------レスポンシブ（SP表示の指定） -------------------------*/

/*(1024px以下)1024pxまで、SPのデザインカンプと同様のレイアウトで文字や余白、
横幅がブラウザ幅に応じて拡大縮小する設定*/

@media (max-width: 1024px) {
  /*---------------ハンバーガーメニュー-----------------------*/
  #hamburger-button {
    display: block;
  }
  #navi {
    display: none;
  }

  #hamburger-navi-menu {
    background-color: #fff;
    position: relative;
    z-index: 4;
    width: 100vw;
    margin: 0;

    list-style: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 36.1vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, 95);
    z-index: 2;
    text-align: center;
    padding: 120px 0 0;
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.3s, opacity 0.3s;
  }
  div#hamburger-button {
    transition-duration: 0.4s;
  }
  div#hamburger-button:hover {
    color: #666;
    transform: scale(1.7);
    background-color: #666;
  }
}
/*---------------ハンバーガーメニューここまで-----------------------*/

/*--------------------------------------------------*/
.catch-cp {
  background-color: #fff;
}
/*scroll設定ここから*/
.catch-cp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 95vh;
  padding: 0;
  /*background-image: linear-gradient
	(rgba(32, 32, 54, .3), rgba(32, 32, 54, .3)),*/
}
.scroll {
  position: absolute;
  bottom: 15%;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #cbc2c2;
  span {
    display: flex;
  }
}

.arrow {
  position: absolute;
  top: 1.25em;
  left: 1em;
  animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 5em;
  border: 0.5px solid #cbc2c2;
  &::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: -2px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #cbc2c2;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

/*-----------scrollここまで-------------*/

.catch-cp > p {
  text-align: center;
}

span .kodawari,
.jikkuri,
.kokoro {
  font-size: clamp(13px, 2em, 31px);
  color: #333;
}
span.kodawari {
  margin: 2px 0px 30px 0px;
  letter-spacing: 0.0399em;
  display: inline-flex;
}

span.jikkuri {
  margin: 0px 0px 30px 0px;
  letter-spacing: 0.0465em;

  display: inline-flex;
}
.kokoro {
  height: 18vw;
  font-size: clamp(13px, 3em, 35px);
  display: inline-flex;
}
span.jk {
  background: #5b8d6447;
  border-radius: 20% 30% 50% 70%/50% 50% 70% 60%;
}

span.jw {
  background: #f5f75454;
  border-radius: 80% 30% 50% 50%/50%;
}

/*--------scrollここから-------------------------------------------*/
/*--------scrollここまで-------------------------------------------*/
section.main-inner {
  margin: auto;
}
section.column1,section.column3 {
    display: flex;
    align-items: flex-start;
    margin: auto;
    height: auto;
}
section.column2 {
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
  margin: auto;
  height: auto;
}
.hello {
  font-family: "Noto Sans JP";
  font-size: 30px;
  display: flex;
  justify-content: center;
  padding: 50px 0px 50px 0px;
}
.text1,.text3 {
  font-family: "Noto Sans JP";
  width: 37vw;
  height: 32vw;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 19.5px 0px 0px 0px;
  letter-spacing: 1.8px;
}
.text2 {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  width: 42vw;
  height: 32vw;
  line-height: 1.8em;
  margin: 19.5px 25px 0px 0px;
  letter-spacing: 1.8px;
  padding: 0 0 0 47px;
}


.w-chaki {
  box-shadow: -10px 13px 0px 0px rgb(170, 170, 170);
  width: 604px;
  height: 402px;
  margin: 3px 14px 0px 61px;
}


.ha {
  box-shadow: 12px 15px 0px 0 rgb(170, 170, 170);
  width: 604px;
  height: 402px;
  margin: 0px 62px 0px 0px;
}



img.b-chaki {
  box-shadow: -10px 13px 0px 0px rgb(170, 170, 170);
  width: 604px;
  height: 402px;
  margin: 0px 38px 0px 61px;
}

section.main-inner {
  padding: 4vw 0;
  background-color: #6666661c;
}
img.ocha_img_m {
  width: 90px;
  height: 72px;
  margin: 0px 31px 0px 85px;
}
/*-----------------~1200px
(1200px以下)1024pxまで、SPのデザインカンプと同様のレイアウトで文字や余白、
横幅がブラウザ幅に応じて拡大縮小する設定*/

@media (max-width: 1200px) {
 
  .menu-ber {
    height: 103px;
  }
  h1.ocha {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: bolder;
  }

  section.main-inner {
    margin: auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
  }
  .text1 .text2 .text3 .w-chaki .ha img.b-chaki {
    font-size: 25px;
    margin: 0px;
  }
  img.w-chaki {
    margin: 0 auto;
  }

  .text1,.text2,.text3 {
    margin: 34px auto 0px;
    width: 603px;
    padding: 0;
  }
  img.ha {
    margin: 0 auto;
  }
 
  img.b-chaki {
    margin: 0 auto;
  }
  
  section.column1 {
    
  }
  section.column1,section.column3 {
    display: flex;
    align-items: flex-start;
    margin: auto;
    height: 90vh;
    flex-direction: column;

}
section.column2 {
  flex-direction: column;
  height: 90vh;
}


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

  .menu-ber {
    width: 100vw;
  }

  .catch-cp {
    width: 100vw;
    margin: 0;
    padding: 0;
  }
  span .kodawari,
  .jikkuri,
  .kokoro {
    font-size: clamp(13px, 1em, 31px);
    color: #333;
    line-height: 30px;
  }
 

  .main-inner {
    width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .text1 {
    width: 583px;
    height: 347px;
    /*width: 77.73333vw;*/
    /*height: 5.2078vw;*/
  }
}
/*-----------------レスポンシブここまで------------------------------------*/
.b-menu {
  background-color: #4f4f4f;
  display: flex;
  height: 73px;
  width: 70%;
  align-items: flex-end;
  border-radius: 10px;
  margin: 9vw auto;
  justify-content: center;
}

.title-MENU {
  font-size: 25px;
  color: #fff;
  letter-spacing: 2em;
  line-height: 82px;
}
.img.ocha_img_m {
  width: 90px;
  height: 72px;
  margin: 0px 31px 0px 85px;
}
img.ocha_img_mm {
  width: 90px;
  height: 72px;
  margin: 0px 100px 0px 27px;
}
.menu-list {
  background-color: #fff;

  padding: 102px 59px 72px 59px;
}
/*---------------グリッドレイアウト--------------*/

.item {
  width: 322px;
  height: 322px;
}
.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(322px, 1fr));
  margin: auto;
  padding: 0 3vw;
}

/*ホバー時にcolor０にする*/
.mask1:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
/*hoverここまで*/
.mask1 {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10%;
}
.bg-img1 {
  background-image: url(../images2/sencha.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*------------------------------------------*/
.bg-img2 {
  background-image: url(../images2/hukamushi.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------*/
.bg-img3 {
  background-image: url(../images2/bancha.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item3 {
  grid-area: item3;
}
/*----------------------------------------*/
.bg-img4 {
  background-image: url(../images2/gyokuro.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item4 {
  grid-area: item4;
}
/*----------------------------------------*/
.bg-img5 {
  background-image: url(../images2/kukicha.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item5 {
  grid-area: item5;
}
/*----------------------------------------*/
.bg-img6 {
  background-image: url(../images2/houjicha.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item6 {
  grid-area: item6;
}
/*----------------------------------------*/
.bg-img7 {
  background-image: url(../images2/gennmai.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item7 {
  grid-area: item7;
}
/*----------------------------------------*/
.bg-img8 {
  background-image: url(../images2/wakoucha.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item8 {
  grid-area: item8;
}
/*----------------------------------------*/
.bg-img9 {
  background-image: url(../images2/okashi.jpg);
  border-radius: 10%;
  background-size: cover;
  background-repeat: no-repeat;
}
.item9 {
  grid-area: item9;
}

/*-----------------------------------*/
.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item7,
.item8,
.item9 {
  font-size: 30px;
  letter-spacing: 1.2em;
  line-height: 311px;
  height: auto;
  width: auto;
  text-align: center;
  border: 0.5px solid;
  /* text-shadow: 30px 20px 30px #9bbea6, -20px 20px 30px #9bbea6,
    20px -20px 30px #9bbea6, -20px -20px 30px #9bbea6, 30px 20px 30px #9bbea6,
    -20px 20px 30px #9bbea6, 20px -20px 30px #9bbea6, -20px -20px 30px #9bbea6,
    30px 20px 30px #9bbea6, -20px 20px 30px #9bbea6, 20px -20px 30px #9bbea6,
    -20px -20px 30px #9bbea6, 30px 20px 30px #9bbea6, -20px 20px 30px #9bbea6,
    20px -20px 30px #9bbea6, -20px -20px 30px #9bbea6;
  background-repeat: no-repeat;*/
  border-radius: 10% 10% 10% 10%;
}

/*---------access----------------*/
.access-main {
  width: 100%;
}

.b-access {
  background-color: #4f4f4f;
  display: flex;
  justify-content: center;
  height: 82px;
  width: 91.5vw;
  align-items: flex-end;
  margin: 55px 58px 0px 58px;
  border-radius: 10px;
}
.as {
  font-size: 25px;
  color: #fff;
  letter-spacing: 2em;
  line-height: 82px;
}
.map {
  height: 404px;
  padding: 0px 0px 26px 0px;
}
.map-main {
  line-height: 200px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 66px 10vw 16px 10vw;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
/*.map{
}*/

.g-map {
  border-radius: 20px 20px 0 0;
  width: 91%;
  height: 404px;
} /*--タグ<iframe>のgooglemapにclassつけてradius設定----*/

.tenpo {
  border-radius: 0px 0px 20px 20px;
  width: 84%;
}

span.co1 {
  padding: 3px 0px 0px 11px;
}

span.co2 {
  /* padding: 0px 0px 0px 0px; */
  margin: 1px 0px 0px 0px;
}

span.co3 {
  padding: 0px 9px 0px 0px;
}

.img-g {
  display: flex;
  width: 97%;
  justify-content: space-between;
  margin-top: 23px;
}
/*--------インフォメーション------------------------------------*/

.info-text {
  font-family: "Noto Sans JP";
  font-size: 20px;
  display: inline-flex;
  flex-direction: column;
}

.info-box {
  display: flex;
  justify-content: center;
  line-height: 50px;
  padding: 50px;
}

span.time {
  margin: 0px 0px 0px 50px;
}
.company-na {
  padding: 32px 0px 23px 17px;
}

span.ocha-f {
  margin: 0px 11px 0px 0px;
  letter-spacing: -1px;
}

p.info-text {
  letter-spacing: 3px;
}
/*---------------------------------------------------------*/
/*--------------------footer-------------------------------------*/
.company {
  font-family: "NotSans JP";
  font-size: 1.6rem;
  color: #fff;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}

.co-bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
footer {
  background-color: #4f4f4f;
  width: 100%;
}
/* {
    border: solid;
    border-color: red;
}*/

@media (max-width: 805px) {
  .b-menu {
    width: 80%;
    margin: 9vw auto;
}
  .company {
  font-size: clamp(10px, 1.2em, 35px);
  }
  .title {
    display: flex;
    align-items: center;
    /* margin-bottom: 60px; */
    color: #ffff;
    /* margin-left: 27px; */
    flex-direction: row;
  }

  h1.ocha {
    font-size:1em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: bold;
  }

  .iconimg {
    width: 10%;
  }

  img.top-icon {
    width: 100%;
    height: auto;
    /* margin-left: 0; */
    /* margin-right: 19px; */
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: center; */
  }
  img.w-chaki,
  img.ha,
  img.b-chaki {
    width: 250px;
    height: auto;
    justify-content: center;
    display: flex;
  }
  .text1,
  .text2,
  .text3 {
    font-family: "Noto Sans JP";
    font-size: 20px;
    width: 70%;
    height: auto;
    line-height: 1.8em;
    letter-spacing: 1.8px;
    padding: 0;

    margin: 63px auto 60px;

  }

  img.w-chaki,
  img.ha,
  img.b-chaki {
    box-shadow: 12px 15px 14px 0 #b3b46a85;
  }

  img.w-chaki,
  img.ha,
  img.b-chaki {
    width:  69vw;
    height: auto;
    justify-content: center;
    display: flex;
  }
  .title-MENU {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 1em;
    line-height: 82px;
  }
  .mask1 {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-list {
    background-color: #fff;
    padding: 3vw;
  }
  .access-main {
    padding: 2vw;
  }
  .b-access {
    margin: 0;
  }
  .item1,
  .item2,
  .item3,
  .item4,
  .item5,
  .item6,
  .item7,
  .item8,
  .item9 {
    font-size: 1em;
    letter-spacing: 0.08em;
    line-height: inherit;
    height: 25vw;
    width: 40vw;
    display: grid;
    justify-content: center;
    text-align: center;
    border: 0.5px solid;
    background: #e2e2e2b8;
    border-radius: 23% 224% 11% 25%;
    align-items: center;
  }

  .hello {
    font-size: 1em;
  }

  .grid {
    display: grid;
    gap: 2vw 0vw;
    margin-top: 6%;
    margin-bottom: 50px;
    grid-template-columns: 50% 50%;
    justify-items: center;
  }
  section.column2 {
    margin: 0px 0px 60px 0px;
  }
}

@media (max-width:638px) {
  section.column1,section.column2,section.column3{
    flex-direction: column;
    height: auto;
}
h1 {
  font-size: 1em;

}
section.column2 {
  margin: 0px 0px 0px 0px;
}
}

@media (max-width: 529px) {
.line{
  display: none;
}
.info-text br{
  display: block;
}

span.in-tex1,span.in-tex2,
span.in-tex3,span.in-tex4 {
    background-color: #f1eeee;
    margin-bottom: 10px;
    padding: 0px 0 0 11px;
}

}