@charset "utf-8";

@font-face {
  font-family: "GaramondPremrPro";
  src: url("https://sakurai-tea.sbs/font/GaramondPremrPro.otf") format("opentype");
}
@font-face {
  font-family: "AGaramondPro-Regular";
  src: url("https://sakurai-tea.sbs/font/AGaramondPro-Regular.otf") format("opentype");
}

a {
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
   color: none;
   outline: none;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
html {
 overflow-y: scroll;
}

body {
	color: #000000;
	height: 100%;
	text-align: left;	
	background: #ffffff;
	font-family:"GaramondPremrPro", 'AGaramondPro-Regular', "さくらぎ蛍雪", "SakuraKeisetsu", "ヒラギノ明朝 ProN W6","HiraMinProN-W6", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", YuMincho,	'Yu Mincho', "MS PMincho",serif;
	-webkit-text-size-adjust: 100%;
	text-orientation: upright;
	-webkit-text-orientation: upright;
    letter-spacing: 0;
    line-height: 1.8;
	-webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
}

body {
    animation: fadeIn 1.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.3s ease 0s 1 normal;
}
.letter {
    letter-spacing: 0.05em;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,h2,h3,h4,h5,h6,p,th {
	font-weight: normal;
	margin:0;
}
ul,li {
	margin:0;
	padding: 0;
    list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
    transition: 0.3s;
    opacity: 1;
}
a:hover{
	text-decoration: none;
	opacity: 0.7;
}
img {
    width: 100%;
    height: auto;
}
br.pc-only,
.pc-section {
    display: block;
}
br.sp-only,
.sp-section {
    display: none;
}
img.sp {
    display: none;
}
img.pc {
    display: block;
}
/* fadein */
.fadein {
   opacity: 0;
   transition: all 0.4s 0s ease-out;
 }
.fadein.isshow {
    opacity: 1;
}
.isshow .char.en {
    opacity: 0;
    animation: 1.75s linear forwards Types-en;
}
.isshow .char.en:first-child { animation-delay: 0.7s; }
.isshow .char.en:nth-of-type(2) { animation-delay: 0.75s; }
.isshow .char.en:nth-of-type(3) { animation-delay: 0.8s; }
.isshow .char.en:nth-of-type(4) { animation-delay: 0.8s; }
.isshow .char.en:nth-of-type(5) { animation-delay: 0.85s; }
.isshow .char.en:nth-of-type(6) { animation-delay: 0.9s; }
.isshow .char.en:nth-of-type(7) { animation-delay: 0.9s; }
.isshow .char.en:nth-of-type(8) { animation-delay: 0.95s; }
.isshow .char.en:nth-of-type(9) { animation-delay: 1.0s; }
.isshow .char.en:nth-of-type(10) { animation-delay: 1.05s; }
.isshow .char.en:nth-of-type(11) { animation-delay: 1.05s; }
.isshow .char.en:nth-of-type(12) { animation-delay: 1.1s; }
.isshow .char.en:nth-of-type(13) { animation-delay: 1.15s; }
.isshow .char.en:nth-of-type(14) { animation-delay: 1.2s; }
.isshow .char.en:nth-of-type(15) { animation-delay: 1.25s; }
.isshow .char.en:nth-of-type(16) { animation-delay: 1.3s; }
.isshow .char.en:nth-of-type(17) { animation-delay: 1.35s; }
.isshow .char.en:nth-of-type(18) { animation-delay: 1.35s; }
.isshow .char.en:nth-of-type(19) { animation-delay: 1.4s; }
.isshow .char.en:nth-of-type(20) { animation-delay: 1.45s; }
.isshow .char.en:nth-of-type(21) { animation-delay: 1.45s; }
.isshow .char.en:nth-of-type(22) { animation-delay: 1.5s; }
.isshow .char.en:nth-of-type(23) { animation-delay: 1.55s; }
.isshow .char.en:nth-of-type(24) { animation-delay: 1.6s; }
.isshow .char.en:nth-of-type(25) { animation-delay: 1.65s; }
.isshow .char.en:nth-of-type(26) { animation-delay: 1.7s; }
.isshow .char.en:nth-of-type(27) { animation-delay: 1.75s; }

.isshow .char {
    opacity: 0;
    animation: 1.7s linear forwards Types;
}
.isshow .char:first-child { animation-delay: 0.7s; }
.isshow .char:nth-of-type(2) { animation-delay: 0.8s; }
.isshow .char:nth-of-type(3) { animation-delay: 0.9s; }
.isshow .char:nth-of-type(4) { animation-delay: 1.0s; }
.isshow .char:nth-of-type(5) { animation-delay: 1.1s; }
.isshow .char:nth-of-type(6) { animation-delay: 1.2s; }
.isshow .char:nth-of-type(7) { animation-delay: 1.3s; }
.isshow .char:nth-of-type(8) { animation-delay: 1.4s; }
.isshow .char:nth-of-type(9) { animation-delay: 1.5s; }
.isshow .char:nth-of-type(10) { animation-delay: 1.6s; }
.isshow .char:nth-of-type(11) { animation-delay: 1.7s; }

.fadein-up.isshow .char {
    opacity: 0;
    animation: 1.0s linear forwards Types;
}
.fadein-up.isshow .char:first-child { animation-delay: 0s; }
.fadein-up.isshow .char:nth-of-type(2) { animation-delay: 0.1s; }
.fadein-up.isshow .char:nth-of-type(3) { animation-delay: 0.2s; }
.fadein-up.isshow .char:nth-of-type(4) { animation-delay: 0.3s; }
.fadein-up.isshow .char:nth-of-type(5) { animation-delay: 0.4s; }
.fadein-up.isshow .char:nth-of-type(6) { animation-delay: 0.5s; }
.fadein-up.isshow .char:nth-of-type(7) { animation-delay: 0.6s; }
.fadein-up.isshow .char:nth-of-type(8) { animation-delay: 0.7s; }
.fadein-up.isshow .char:nth-of-type(9) { animation-delay: 0.8s; }
.fadein-up.isshow .char:nth-of-type(10) { animation-delay: 0.9s; }
.fadein-up.isshow .char:nth-of-type(11) { animation-delay: 1.0s; }

@keyframes Types {
    to { opacity: 1; }
}
@keyframes Types-en {
    to { opacity: 1; }
}
.fadein-up {
    transform: translateY(30px);
    opacity: 0;
}
.fadein-up.isshow {
    transform: translateY(0);
    transition: opacity 1200ms,transform 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 100ms;
    opacity: 1;
}
.fadein-up.deley.isshow {
    transition-delay: 800ms;
}
.fade-up {
    font-size: 1.5em;
    display: block;
    transition: all 1.3s 0s ease-out;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transform: translate3d(0,30%,0);
    opacity: 0;
}
.fade-up.isshow {
    transform: translate3d(0,0,0);
    opacity: 1;
}
.archive-content .fade-up:nth-of-type(3n-1).isshow {
    transition-delay: 400ms;
}
.archive-content .fade-up:nth-of-type(3n).isshow {
    transition-delay: 700ms;
}
#mainVisualWrap h2 {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 55px);
    width: 110px;
    z-index: 10;
}
#mainVisualWrap {
	width: 100%;
	/*min-width: 1064px;*/
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1!important;
}
#mainVisualBase {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1!important;
}
#mainVisualWrap #mainVisual {
	padding-top: 0px;
	overflow: hidden;
}


/* navi */
.head-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 85px;
    z-index: 10;
}
.head-logo {
    position: fixed;
    top: 33px;
    left: 50px;
    width: 170px;
    background-image: url(/common/imgs/ja-logo-white.png);
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}
.navi-logo {
    position: fixed;
    top: 33px;
    left: 50px;
    width: 170px;
    background-image: url(/common/imgs/ja-logo-white.png);
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}
.head-logo.bk {
    background-image: url("/common/imgs/ja-logo-black.png");
}
.head-logo-en {
    position: fixed;
    top: 35px;
    left: 250px;
    width: 220px;
    height: 18px;
    background-image: url(/common/imgs/en-logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 100;
}
.navi-logo-en {
    position: fixed;
    top: 35px;
    left: 250px;
    width: 220px;
    height: 18px;
    background-image: url(/common/imgs/en-logo-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}
.head-logo-en.bk {
    background-image: url("/common/imgs/en-logo-black.png");
}
.language {
    position: fixed;
    top: 32px;
    right: 100px;
    font-size: 1.05em;
    display: flex;
    z-index: 1;
}
.language a {
    color: #fff;
    display: block;
    padding-right: 15px;
}
.nav-language {
    position: fixed;
    top: 32px;
    right: 100px;
    font-size: 0.9em;
    display: flex;
    z-index: 99999;
}
.nav-language a {
    color: #fff;
    display: block;
    padding-right: 15px;
}
.language.bk a {
    color: #000;
}
.navToggle {
    position: fixed;
    top: 35px;
    right: 50px;
    height: 25px;
    width: 30px;
    cursor: pointer;
    display: block!important;
    z-index: 99999;
}
.navToggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
.navToggle.bk span{
    background: #000;
}
.navToggle span:nth-child(1) {
    top: 0;
}
.navToggle span:nth-child(2) {
    top: 8px;
}
.navToggle span:nth-child(3) {
    top: 16px;
}
.bk .navToggle span {
    background: #000;
}
.navToggle.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
.navToggle.active span:nth-child(2) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.navToggle.active span:nth-child(3) {
    display: none;
}
.global-nav {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2em;
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    -ms- transition: opacity .6s ease;
    -moz- transition: opacity .6s ease;
    transition: opacity .6s ease, visibility .6s ease;
    display: block!important;
}
.active.global-nav {
    visibility: visible;
    opacity: 1;
}
.nav-menu {
    position: fixed;
    top: 0;
    left: 50%;
    height: 100%;
    width: 40%;
    margin-left: 10%;
    font-size: 1.3em;
    line-height: 2.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-menu a {
    color: #fff;
    letter-spacing: 0.05em;
}
.nav-menu li span {
    font-size: 0.5em;
    vertical-align: middle;
    padding-left: 30px;
    letter-spacing: 0;
}
.nav-menu li.sub-cate {
    display: flex;
    font-size: 0.7em;
    margin-top: -15px;
}
.nav-menu li.sub-cate p {
    padding-right: 30px;
}
.recruit_banner{
	border: solid 0.75px #fff;
    background-color: #fff;
    position: fixed;
    bottom: 65px;
    left: 50px;
    font-size: 1.13em;
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruit_banner a{
	margin-bottom: -4px;
}
.nav-footer .copyright,
.footer-top .copyright {
    position: fixed;
    bottom: 30px;
    left: 50px;
    font-size: 0.5em;
    color: #fff;
    letter-spacing: 0.05em;
}
.nav-footer .instagram,
.footer-top .instagram {
    position: fixed;
    bottom: 30px;
    right: 50px;
    width: 20px;
    height: 20px;
    background-image: url(/common/imgs/ig-img-wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-footer .fb,
.footer-top .fb {
    position: fixed;
    bottom: 30px;
    right: 90px;
    width: 20px;
    height: 20px;
    background-image: url(/common/imgs/fb-img-wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer {
    position: relative;
    width: calc(100% - 100px);
    height: auto;
    background: #000;
    color: #fff;
    padding: 35px 50px 85px;
    margin-top: 100px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
}
.fot-logo {
    width: 150px;
}
.fot-logo:nth-child(2n) {
    margin-top: -25px;
}
.footer-right {
    display: flex;
    width: 30%;
}
.footer-right ul {
    letter-spacing: 0.05em;
    width: 50%;
    font-size: 0.95em;
    line-height: 2.2;
}
.footer-right ul li.sub-menu {
    font-size: 0.75em;
    display: table-cell;
    padding-right: 15px;
}
.footer-right li a {
    color: #fff;
    letter-spacing: 0.05em;
}
.footer .copyright {
    position: absolute;
    bottom: 30px;
    font-size: 0.65em;
}
.footer .instagram {
    position: absolute;
    bottom: 30px;
    right: 50px;
    width: 20px;
    height: 20px;
    background-image: url(/common/imgs/ig-img-wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer .fb {
    position: absolute;
    bottom: 30px;
    right: 90px;
    width: 20px;
    height: 20px;
    background-image: url(/common/imgs/fb-img-wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* section */
.about-top-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(/common/imgs/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    z-index: -1;
}
.about-top {
    color: #fff;
}
.content-main-area {
    width: calc(100% - 170px);
    margin: 0 85px;
}
.area-flex {
    display: flex;
    margin-top: 150px;
}
.about-top {
    min-height: 80vh;
}
.title-area {
    width: 10%;
}
.main-area {
    width: 90%;
}
.main-title {
    font-size: 0.85em;
    letter-spacing: 0.05em;
}
.content-flex {
    display: flex;
    margin: 80px 0 0 auto;
    width: 100%;
    flex-wrap: wrap;
}
.left-content {
    width: 40%;
}
.right-content {
    width: 60%;
}
.statement {
    font-size: 1.55em;
    letter-spacing: -0.05em;
}
.concept-text {
    font-size: 1.1em;
    line-height: 2;
    padding-bottom: 30px;
}
.concept-text.min {
    font-size: 1em;
}
.profile-img {
    width: 70%;
}
.name {
    font-size: 1.2em;
    padding: 15px 0 10px;
}
.name-title {
    font-size: 0.95em;
}
.text {
    font-size: 1em;
}
.text-large {
    padding-top: 35px;
    font-size: 1.2em;
}
.text-small {
    font-size: 0.95em;
    padding-top: 10px;
}
.tea-top-area,
.daytime-top-area,
.bartime-top-area {
    position: absolute;
    width: 100%;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    z-index: -1;
    top: 85px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tea-top-area {
    background-image: url(/common/imgs/japanesetea/top.jpg);
}
.daytime-top-area {
    background-image: url("/common/imgs/experience/day-top.jpg");
}
.bartime-top-area {
    background-image: url(/common/imgs/experience/bar-top.jpg);
}
.category-top {

    position: relative;
    text-align: center;
    font-size: 2em;
    letter-spacing: 0.07em;
}
.category-top-rubi {
    text-align: center;
    position: relative;
}
.category-top-text {
    position: relative;
    text-align: center;
    width: 45%;
    margin: 0 auto;
    font-size: 1.1em;
}
.category-top-text span.en {
    text-align: center;
    font-size: 1.4em;
    display: block;
    letter-spacing: 0.05em;
    padding: 4% 0 6% 0;
}
.content-main-area.main {
    margin-top: 95vh;
}
.leaf-name {
    font-size: 1.35em;
    letter-spacing: 0.05em;
}
.leaf-name span {
    display: block;
    font-size: 0.7em;
    letter-spacing: 0;
}
.left-tea-content {
    width: 40%;
    margin-right: 5%;
}
.leaf-text {
    padding-top: 40px;
    font-size: 1em;
}
.right-tea-content {
    width: 55%;
    position: relative;
}
.slide-01 {
    padding-bottom: 60%;
}
.slide-01 p {
    display : block;
    position : absolute;
    width: 100%;
    opacity : 0;
    animation  : slideAnime 24s ease infinite;
}
.slide-01 p:nth-of-type(1) { animation-delay: 0s }
.slide-01 p:nth-of-type(2) { animation-delay: 4s }
.slide-01 p:nth-of-type(3) { animation-delay: 8s }
.slide-01 p:nth-of-type(4) { animation-delay: 12s }
.slide-01 p:nth-of-type(5) { animation-delay: 16s }
.slide-01 p:nth-of-type(6) { animation-delay: 20s }
 @keyframes slideAnime{
   0% { opacity: 0 }
   1% { opacity: 1 }
  16% { opacity: 1 }
  17% { opacity: 0 }
 100% { opacity: 0 }
}
.slide-02 p {
    display : block;
    position : absolute;
    width: 100%;
    opacity : 0;
    animation : slideAnime02 14s ease infinite;
}
.slide-02 p:nth-of-type(1) { animation-delay: 0s }
.slide-02 p:nth-of-type(2) { animation-delay: 7s }

 @keyframes slideAnime02 {
   0% { opacity: 0 }
   8% { opacity: 1 }
  50% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}

.slide-03 p {
    display : block;
    position : absolute;
    width: 100%;
    opacity : 0;
    animation : slideAnime 15s ease infinite;
}
.slide-03 p:nth-of-type(1) { animation-delay: 0s }
.slide-03 p:nth-of-type(2) { animation-delay: 5s }
.slide-03 p:nth-of-type(3) { animation-delay: 10s }
 @keyframes slideAnime{
   0% { opacity: 0 }
   5% { opacity: 1 }
  33% { opacity: 1 }
  38% { opacity: 0 }
 100% { opacity: 0 }
}
.online-btn {
    width: 50%;
    max-width: 250px;
}
.online-btn a {
    display: block;
    text-align: center;
    margin-top: 30px;
    line-height: 1;
    padding: 10px;
    font-size: 0.85em;
    color: #fff;
    background: #000;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.seasonal-in-top {
    font-size: 0.85em;
    margin-top: 100px;
}
.leaf-name-current {
    font-size: 1.7em;
}
.number {
    padding-top: 30px;
}
.flavor {
    font-size: 1.2em;
}
table.flaver-note {
    margin-top: 30px;
}
table.flaver-note th {
    font-size: 0.85em;
}
table.flaver-note td {
    padding-bottom: 10px;
}
.archive-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.archive-items {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 80px;
}
.archive-items:nth-of-type(3n) {
    margin-right: 0;
}
.archive-items:nth-last-of-type(2n),
.archive-items:last-child {
    margin-bottom: 0;
}
.archive-leaf-name {
    font-size: 0.95em;
    margin: 20px auto 10px 0;
}
.archive-leaf-text {
    font-size: 0.65em;
}
.course-name {
    font-size: 1.5em;
    letter-spacing: 0.05em;
}
table.menu {
    width: 100%;
    margin: 35px 0 0 0;
}
table.menu tr {
    vertical-align: text-top;
}
table.menu th {
    display: inline-block;
    width: 65%;
    padding-bottom: 0px;
}
table.menu th span {
    font-size: 0.9em;
}
table.menu td {
    display: inline-block;
    width: 30%;
}
.menu-download {
    margin: 50px auto;
    text-align: center;
    max-width: 280px;
    letter-spacing: 0.05em;
}
.menu-download.bar {
    padding-top: 15px;
}
.menu-download a {
    line-height: 2.2;
    display: block;
    background-color: #000;
    color: #fff;
}
.access-text-area {
    margin: 100px 0;
}
.access-text-ja {
    font-size: 1.4em;
    line-height: 1.2;
}
.access-text-en {
    font-size: 1.4em;
    letter-spacing: 0.05em;
}
.access-text {
    margin-top: 35px;
    font-size: 0.95em;
}
#map {
    width: 100%;
    height: 600px;
}
.googlemap {
    font-size: 0.9em;
    padding-top: 10px;
}
.left-news-content {
    width: 28%;
    margin-right: 7%;
}
.right-news-content {
    width: 65%;
}
.news-section {
    padding-bottom: 80px;
    border-bottom: solid 1px #ccc;
}
.news-title {
    font-size: 0.9em;
}
.news-date {
    font-size: 0.6em;
    letter-spacing: 0.05em;
}
.right-news-content {
    font-size: 1em;
    letter-spacing: 0.05em;
}
.right-news-content p {
    padding-bottom: 20px;
}
.right-news-content p a{
	text-decoration: underline;
}
.right-news-content p a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.screen-reader-text {
    display: none;
}
.page-numbers {
    display: flex;
    margin: 30px 0 0 auto;
    justify-content: end;
}
.page-numbers li {
    padding-left: 20px;
    letter-spacing: 0.05em;
}
.page-numbers li span.current{
    color: #999;
}
.recruit_main-area{
	width: 700px;
	margin: 0 auto;
}
.recruit-text-area {
    margin: 100px 0;
}
.recruit-text-ja {
    font-size: 1.4em;
    line-height: 1.2;
}
.recruit-text {
    margin-top: 35px;
    font-size: 0.95em;
}
@media screen and (max-width:1060px) {
.about .content-flex {
    display: block;
}
.about .left-content {
    width: 100%;
    margin-bottom: 50px;
}
.about .right-content {
    width: 100%;
}
}
@media screen and (max-width:820px) {
.nav-menu {
    width: 100%;
    margin-left: 0;
    line-height: 2;
    left: 50px;
}
.nav-menu li {
    margin-bottom: 5px;
    line-height: 2.5;
}
.nav-menu li span {
    margin-top: -10px;
    margin-bottom: 10px;
}
.nav-menu li.sub-cate {
    font-size: 0.7em;
    margin-bottom: 10px;
    margin-top: -20px;
}
.nav-menu li.sub-cate p {
    padding-top: 10px;
    line-height: 1.8;
}
.about-top-area {
    background-image: url(/common/imgs/sp-about.jpg);
}
.content-main-area {
    width: calc(100% - 100px);
    margin: 0 50px;
}
.area-flex.first {
    display: block;
    margin-top: 150px;
}
.area-flex {
    display: block;
    margin-top: 100px;
}
.title-area {
    width: auto;
}
.main-area {
    width: 100%;
    margin-left: 25px;
}
.about .right-content {
    width: auto;
    margin-left: 25px;
}
video {
    margin-top: 80px;
}
.footer-right {
    width: 40%;
}
.online-btn {
    width: 80%;
}
.left-tea-content {
    width: calc(38% - 25px);
}
.right-tea-content {
    width: 52%;
}
.archive-content {
    width: calc(100% - 25px);
}
table.menu th {
    width: 70%;
}
.news-title {
    font-size: 0.8em;
}
}

@media screen and (max-width:768px) {
br.pc-only,
.pc-section {
    display: none;
}
br.sp-only,
.sp-section {
    display: block;
}
    
/* navi */
.head-logo,
.navi-logo {
    top: 30px;
    left: 25px;
    width: 150px;
}
.head-logo-en,
.navi-logo-en {
    top: 55px;
    left: 25px;
    width: 150px;
    height: 10px;
}
.navToggle {
    top: 30px;
    right: 25px;
}
.language {
    top: 28px;
    right: 70px;
    font-size: 0.9em;
}
.nav-language {
    top: 28px;
    right: 70px;
    font-size: 0.75em;
}
.nav-footer .copyright,
.footer-top .copyright{
    left: 25px;
}
.recruit_banner{
	left: 25px;
	font-size: 1.1em;
    width: 170px;
    height: 34px;
}
.nav-footer .instagram,
.footer-top .instagram {
    right: 25px;
}
.nav-footer .fb,
.footer-top .fb {
    right: 60px;
}
.nav-menu {
    left: 25px;
}
/* section */
.content-main-area {
    width: calc(100% - 50px);
    margin: 0 25px;
}
.main-area, .recruit_main-area {
    width: calc(100% - 25px);
}
.title-area {
    width: auto;
}
.content-flex {
    display: block;
}
.about .right-content {
    width: 90%;
}
.left-content {
    width: 50%;
}
.right-content {
    width: auto;
    margin-left: 25px;
    margin-top: 50px;
}
.footer {
    width: calc(100% - 50px);
    padding: 25px 25px 85px;
}
.footer-flex {
    display: block;
}
.footer-right {
    margin-top: 10px;
    width: 50%;
}
.footer .instagram {
    right: 25px;
}
.footer .fb {
    right: 60px;
}
.category-top-text {
    width: 85%;
}
.left-tea-content {
    width: auto;
    margin-left: 25px;
}
.online-btn a {
    padding: 15px;
}
.right-tea-content {
    width: auto;
    margin-left: 25px;
    margin-top: 40px;
}
.content-main-area.main {
    margin-top: 95vh;
}
.seasonal-in-top {
    margin-top: 50px;
    margin-left: 25px;
    letter-spacing: 0.05em;
}
.leaf-name-current {
    margin-top: -30px;
}
.leaf-text {
    padding-top: 20px;
}
.online-btn {
    width: 50%;
}
.right-tea-content {
    padding-bottom: 50px;
}
.slide-01 {
    padding-bottom: 100%;
}
table.menu th {
    width: 35%;
}
.menu-download {
    margin: 50px auto 50px 50px;
    text-align: center;
    max-width: 280px;
    letter-spacing: 0.05em;
}
.menu-download.bar {
    margin-top: 75px;
}
.left-news-content {
    width: 100%;
    margin-right: 0;
}
.news-section {
    margin-top: 50px;
}
.news-title {
    margin-bottom: 5px;
}
.right-news-content {
    width: calc(100% - 25px);
    margin: 30px 0 0 0px;
}
.page-numbers {
    margin: 10px 0 0 auto;
}
}

@media screen and (max-width:540px) {
.archive-content .fade-up:nth-of-type(3n).isshow,
.archive-content .fade-up:nth-of-type(3n-1).isshow {
    transition-delay: 0ms;
}
.archive-content .fade-up:nth-of-type(2n).isshow {
    transition-delay: 0.4s!important;
}
img.sp {
    display: block;
}
img.pc {
    display: none;
}
.head-fix {
    height: 75px;
}
.head-logo, .navi-logo {
    top: 20px;
}
.head-logo-en, .navi-logo-en {
    top: 45px;
}
.nav-menu {
    font-size: 1.05em;
}
.nav-menu li span {
    margin-top: -5px;
    font-size: 0.55em;
    padding-left: 20px;
}
.nav-footer .copyright,
.footer-top .copyright {
    font-size: 0.4em;
}
.footer-right {
    width: 100%;
}
/* section */
.area-flex.first {
    margin-top: 120px;
}
.area-flex.profile {
    margin-top: 150px;
}
.area-flex {
    margin-top: 80px;
}
.about .right-content {
    width: calc(100% - 25px);
}
.content-flex {
    margin: 50px 0 0 auto;
}
.statement {
    font-size: 1.4em;
}
.about .left-content {
    margin-bottom: 40px;
}
.concept-text {
    font-size: 1em;
}
.concept-text.align {
    text-align: left;
}
.concept-text.min {
    font-size: 0.9em;
}
.left-content {
    width: 100%;
}
.profile-img {
    width: 60%;
    margin: 0 auto;
}
.text {
    font-size: 0.9em;
}
.name {
    font-size: 1.2em;
    padding: 35px 0 10px;
}
.text-small {
    font-size: 0.9em;
}
.tea-top-area,
.daytime-top-area,
.bartime-top-area {
    height: 100vw;
    background-size: cover;
    top: 75px;
    background-position: top;
}
.category-top-area {
    margin-top: -50%
}
.tea-top-area {
    background-image: url("/common/imgs/japanesetea/sp-top.jpg");
}
.daytime-top-area {
    background-image: url("/common/imgs/experience/sp-day-top.jpg");
}
.bartime-top-area {
    background-image: url("/common/imgs/experience/sp-bar-top.jpg");
}
.category-top {
    font-size: 1.75em;
}
.category-top-text {
    font-size: 0.9em;
    padding-top: 20px;
}
.category-top-text span {
    padding: 0 0 20px 0;
}
.content-main-area.main {
    margin-top: calc(100vw + 110px);
}
.left-tea-content {
    margin-right: 0;
}
.online-btn {
    width: 60%;
}
.online-btn a {
    padding: 13px;
}
.archive-content {
    margin: 40px -25px 0 -50px;
    width: calc(100% + 75px);
}
.archive-items {
    width: 49.75%;
    margin-right: 0.5%;
    margin-bottom: 60px;
}
.archive-items:nth-of-type(2n) {
    margin-right: 0;
}
.archive-items:nth-of-type(3n) {
    margin-right: auto;
}
.archive-leaf-name {
    font-size: 0.9em;
    margin: 10px 15px 5px 15px;
}
.archive-leaf-text {
    font-size: 0.6em;
    margin: 0 15px 0 15px;
}
.archive-leaf-text .number {
    padding-top: 20px;
    font-size: 0.9em;
}
.archive-leaf-text .flavor {
    font-size: 1em;
}
.seasonal-in-top {
    margin-left: 0;
}
.left-tea-content {
    margin-left: 0;
}
table.menu th {
    width: 100%;
}
table.menu td {
    padding-left: 0;
    width: 100%;
}
table.menu th.coc {
    width: 60%;
}
table.menu td.coc-price {
    padding-left: 10px;
    width: 30%;
}
.leaf-text {
    padding-top: 10px;
}
.right-tea-content {
    width: auto;
    margin: 30px -25px 0px 0px;
}
table.menu {
    margin: 15px 0 0 0;
}
.menu-download {
    margin: 50px auto 50px 25px;
    font-size: 0.8em;
}
.menu-download a {
    line-height: 2.5;
}
#map {
    height: 400px;
}
.access-text-area, .recruit-text-area {
    margin: 50px 0;
}
.access-text-ja,
.access-text-en, .recruit-text-ja {
    font-size: 1.25em;    
}
}

@media screen and (max-width:428px) {
.tea-top-area,
.daytime-top-area,
.bartime-top-area {
    background-size: contain;
}
}

@media screen and (max-width:375px) {
.tea-top-area,
.daytime-top-area,
.bartime-top-area {
    height: 80vh;
}
.content-main-area.main {
    margin-top: calc(100vw + 100px);
}
}