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

/* commmon */

*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
  }

body {
	font-family: 'Hiragino Mincho ProN', Helvetica, 'MS PMincho',serif;
    font-size: 3.6vw;
	line-height: 220%;
	color: #454545;
	background: #F5F4F0;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}

body {
    overflow-x: hidden !important;
    
}

.forpc {
    display: none;
}
.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=70)";
}
a {
width: 100%;
height: 100%;
color: unset;
text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}

/* footer  */

footer {
    width:100%;
    margin-top: 13.333vw;
    background-color: #26313C;
    color: #fff;
    font-size: 4vw;
    line-height: 200%;
}
footer .inner {
    width: 94vw;
    margin: 0 auto;
    padding: 8vw 2.667vw 2.667vw 2.667vw;
    text-align: center;
}
footer .inner .footer_logo {
    width: 20vw;
    margin: 4vw auto 10vw auto;
    text-align: center;
}
footer .inner .footer_txt {
}
footer .inner .footer_txt p {
    margin-bottom: 1em;
}
footer .inner .footer_txt .copyrights {
    font-size: 3.2vw;
}


.pagetop {
    width: 46px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 60px;
    opacity: 0;
    transition: all  0.6s ease;
}
.pagetop.scroll {
    opacity: 1;
}

.btn_more_p {
    position: relative;
    display: inline-block;
}
.btn_more_p a {
    background-color: #4D0A7E;
    display: block;
    color: #ffffff;
    padding: 18px 100px 18px 25px;
    font-size: 18px;
}
.btn_more_p a:hover {
    background-color: #8B51B5;
}
.btn_more_p a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
}
.btn_more_w {
    position: relative;
    display: inline-block;
}
.btn_more_w a {
    background-color: #ffffff;
    display: block;
    color: #4D0A7E;
    padding: 18px 100px 18px 25px;
    font-size: 18px;
}
.btn_more_w a:hover {
    background-color: #CCB8DB;
}
.btn_more_w a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow_purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
}

/* header */

header {
    width: 100%;
    height: 30vw;
    position: fixed;
    z-index: 100;
    background-color: rgba(245,244,240,0.7);
    display: flex;
    font-size: 3.4vw;
    transition: 0.5s;
    top: 0;
    left: 0;
    justify-content: space-between;
}
header a {
    display: block;
}
header#second {
    background-color: rgba(0,0,0,0.5);
}
.company_logo {
    display: block;
}
header .company_logo {
    width: 16%;
    max-width: 379px;
    height: 73px;
    background-image: url(../images/tasaburo_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 0px;
    text-indent: -9999px;
    margin: 2vw 2vw;
    transition: 0.5s;
}
header#second .company_logo {
    background-image: url(../images/tasaburo_logo.svg);
}

header .gmenu {
    margin: 1vw;
    display: flex;
    justify-content: flex-end;
}
header .gmenu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .gmenu ul li {
    margin: 2vw 0;
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1px;
    font-size: 3.3vw;
}
header .gmenu ul li a {
    width: 100%;
    height: auto;
    padding: 1vw;
    display: block;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
}
header .gmenu ul li ul li a {
    background-color: rgba(255,255,255,0.8);
}
header .gmenu ul li a:hover,header#second .gmenu ul li a:hover {
    background-color: #cfcfcf;
}
header .gmenu ul li.lang_select {
    display: flex;
    align-items: center;
    margin: -10px 10px 0 0;
}
header .gmenu ul li.lang_select img {
    width: 34px;
    height: 24px;
}
header .gmenu ul li.lang_select a {
    padding: 0;
}

/* top page  */
.kv_blk {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30vw;
    margin-bottom: 30vw;
}
.kv_blk .slide_blk {
    width: 100%;
    position: relative;
}
.kv_blk .slide_blk .slide {
    width: 100%;
    height: 50vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.kv_blk .slide_blk .slide01 {
    background-image: url(../images/kv_image01.jpg);
}
.kv_blk .slide_blk .slide02 {
    background-image: url(../images/kv_image02.jpg);
}
.kv_blk .slide_blk .slide03 {
    background-image: url(../images/kv_image03.jpg);
}
.kv_blk .slide_blk .slide04 {
    background-image: url(../images/kv_image04.jpg);
}
.kv_blk .kv_logo {
    width: 100%;
    height: 10vh;
    position: relative;
    background-image: url(../images/tasaburo_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0px;
    text-indent: -9999px;
    margin: 5vw 0;
}

.about {
    max-width: 90vw;
    margin: 15vw auto;
    position: relative;
    margin: -20vw auto 20vw auto;
    padding: 40vw 0 0 0;
}
.about .txt_blk {
}
.about .txt_blk .top_ttl_blk .shoulder {
    color: #9C7E5D;
    border-left: #707070 solid 1px;
    height: 34.667vw;
    margin: 0 0 5.333vw 6.667vw;
    padding-left: 2.667vw;
    font-size: 4vw;
    white-space: nowrap;
}
.about .txt_blk .top_ttl_blk h2 {
    font-size: 14vw;
    font-weight: 400;
    white-space: pre;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1.867vw;
}
.about .txt_blk .body_txt {
    padding-left: 2em;
    margin: 3em 0;
}
.about picture {
    display: block;
    width: 56.4vw;
    height: 88.267vw;
    position: absolute;
    top: 40vw;
    right: 0;
}
.txt_blk .body_txt h3 {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 8vw;
    margin-bottom: 2em;
}
.txt_blk .body_txt p {
    font-size: 92%;
}

.wide_img {
    width: 100%;
    height: 30vh;
    background-image: url(../images/wide_image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 20vw auto;
}
.facility {
    max-width: 90vw;
    position: relative;
    margin: -20vw auto 20vw auto;
    padding: 40vw 0 0 0;
}
.facility .txt_blk {
    display: flex;
    align-items: start;
    padding-bottom: 110vw;
}
.facility .txt_blk .top_ttl_blk .shoulder {
    color: #9C7E5D;
    border-left: #707070 solid 1px;
    height: 34.667vw;
    margin: 0 0 5.333vw 6.667vw;
    padding-left: 2.667vw;
    font-size: 3.2vw;
    white-space: nowrap;
}
.facility .txt_blk .top_ttl_blk h2 {
    font-size: 13.333vw;
    font-weight: 400;
    white-space: pre;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1.867vw;
}
.facility .txt_blk .body_txt {
    padding-right: 0.1em;
}
.facility .txt_blk .body_txt .img01 {
    width: 36.667vw;
    height: 55.867vw;
    margin: 0 0 3em 0;
}
.facility .txt_blk .body_txt .img02 {
    width: 49.733vw;
    height: 36.4vw;
    margin: 7vw 0 0 40vw;
}
.facility .img03 {
    display: block;
    position: absolute;
    width: 75.333vw;
    height: 99.867vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.facility_slide {
    width: 100%;
}
.facility_slide div:nth-of-type(2n) {
    margin-top: 3em;
    
}
.facility_slide img {
    width: 40vw;
    margin: 0 2em;
}


.food_blk {
    width: 100%;
    background-color: #26313C;
    padding: 10vw 0;
    margin: 21.333vw auto;
    color: #ffffff;
    overflow: hidden;
}
.sweets {
    max-width: 90vw;
    position: relative;
    margin: -20vw auto 20vw auto;
    padding: 40vw 0 0 0;
}
.sweets .txt_blk {
    padding-bottom: 50vw;
}
.sweets .txt_blk .top_ttl_blk .shoulder {
    color: #ffffff;
    border-left: #ffffff solid 1px;
    height: 34.667vw;
    margin: 0 0 5.333vw 6.667vw;
    padding-left: 2.667vw;
    font-size: 3.2vw;
}
.sweets .txt_blk .top_ttl_blk h2 {
    font-size: 13.333vw;
    font-weight: 400;
    white-space: pre;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1.867vw;
}
.sweets .txt_blk .body_txt {
    padding-top: 4em;
}
.sweets .txt_blk .body_txt p {
    font-size: 102%;
}
.sweets .img01 {
    width: 36.133vw;
    height: 55.067vw;
    position: absolute;
    top: 40vw;
    right: 32vw;
}
.sweets .img02 {
    width: 36.133vw;
    height: 55.067vw;
    position: absolute;
    top: 80vw;
    right: -5.333vw;
}
.sweets .img03 {
    width: 61.467vw;
    height: 40.4vw;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.menu {
    max-width: 90vw;
    position: relative;
    margin: -20vw auto 20vw auto;
    padding: 40vw 0 0 0;
}
.menu .txt_blk {
}
.menu .txt_blk .top_ttl_blk {
    margin-left: 38vw;
    margin-bottom: 12vw;
}
.menu .txt_blk .top_ttl_blk .shoulder {
    color: #ffffff;
    border-left: #ffffff solid 1px;
    height: 34.667vw;
    margin: 0 0 5.333vw 6.667vw;
    padding-left: 2.667vw;
    font-size: 3.2vw;;
    display: inline-block;
    white-space: nowrap;
}
.menu .txt_blk .top_ttl_blk h2 {
    font-size: 13.333vw;
    font-weight: 400;
    white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1.867vw;
}
.menu .txt_blk .body_txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu .txt_blk .body_txt .menu_set {
    width: 47%;
    margin-bottom: 3em;
}
.menu .txt_blk .body_txt .menu_photo {
}
.menu .txt_blk .body_txt .menu_txt {
    padding-left: 0.6em;
    line-height: 160%;
}
.menu .txt_blk .body_txt .menu_txt p {
    line-height: 180%;
    margin-bottom: 1.6em;
}
.menu .txt_blk .body_txt .menu_txt h4 {
    font-size: 4.4vw;
    margin: 0.6em 0 1em 0;
    letter-spacing: -0.133vw;
    font-weight: 400;
    line-height: 140%;
}
.menu .txt_blk .body_txt .menu_txt h4 span {
    font-size: 3.4vw;
}

.btn_link {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.btn_link a {
    background-color: #BFBFBF;
    display: block;
    color: #000000;
    padding: 2vw 0 2vw 0;
    border-radius: 100px;
    line-height: 120%;
}
.btn_link a:hover {
    background-color: #ffffff;
}


.display {
    max-width: 90vw;
    position: relative;
    margin: -20vw auto 20vw auto;
    padding: 40vw 0 0 0;
}
.display .txt_blk {
    position: relative;
}
.display .txt_blk .top_ttl_blk {
    position: absolute;
    top: -65vw;
    right: 0;
}
.display .txt_blk .top_ttl_blk .shoulder {
    color: #9C7E5D;
    border-left: #707070 solid 1px;
    height: 34.667vw;
    margin: 0 0 5.333vw 6.667vw;
    padding-left: 2.667vw;
    font-size: 3.2vw;
}
.display .txt_blk .top_ttl_blk h2 {
    font-size: 13.333vw;
    font-weight: 400;
    white-space: pre;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1.867vw;
}
.display .txt_blk .body_txt {
    padding-top: 3em;
}
.display .img01 {
    width: 37.867vw;
    height: 65.067vw;
}
.display .body_txt p {
    margin-bottom: 1em;
}
.display_body_set {
    display: flex;
}
.display_body_set img {
    width: 37.333vw;
    height: 32vw;
    margin-top: 38vw;
}
.display .txt_blk .body_txt .img03 {
    width: 100%;
}

.access {
    width: 100%;
    margin: 18vw auto;
}
.access .gmap iframe{
    width: 100%;
    height: 100vw;
}
.access .access_txt {
    max-width: 90vw;
    margin: 20px auto;
}
.access .access_ttl {
    max-width: 1440px;
    margin: 13vw auto -10px auto;
    font-size: 14vw;
    text-align: right;
    position: relative;
    z-index: 10;
}

.news {
    width: 96%;
    margin: 10vw auto;
}
.facebook_wrap{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
    width: 100% !important;
    height: 500px !important;
}
.facebook_wrap .top_ttl_blk h2 {
    margin: 13vw auto -10px auto;
    font-size: 14vw;
    font-weight: 400;
    white-space: pre;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-bottom: 0.3em;
}
.facebook_wrap .news_image {
    display: none;
}


}
/* sp end  */




/* animate  */
.animation {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }

.animation.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.animation.scrollin:nth-of-type(2) {
	transition-delay: 0.3s;
}
.animation.scrollin:nth-of-type(3) {
	transition-delay: 0.5s;
}
.animation.scrollin:nth-of-type(4) {
	transition-delay: 0.8s;
}


.animate {
    opacity : 0.0;
    transform : translate(0, 0);
    transition : all 1200ms 1.2s;
    }
.animate.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	transition-delay: 0.8s;
}
