@charset "utf-8";

/*common
-----------------------------------------------------------------------------------------*/
.bg-container {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.bg-container.top{
    background-color: rgb(210,226,216);
}

.bg-container.top img {
    position: absolute;
    max-width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.bg-container.content {
    background-image: url(../images/contentbg.jpg);
}

.content-container {
    position: relative;
}

.container-title {
    position: absolute;
    top: 1%;
    left: 5%;
    font-size: 900%;
    color: rgb(192, 192, 192);
}

.inner {
    width: 70%;
    margin: 0 auto;
}

.site-container {
    padding: 80px 0;
}


/*home
-----------------------------------------------------------------------------------------*/
.section {
    overflow: hidden;
}

.content-container .inner {
    position: relative;
}

.wh-bg {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    max-height: 100%;
    padding: 80px 0;
}

.wh-bg-text {
    width: 65%;
    display: inline-block;
}

.wh-bg-text p {
    padding: 10px 0;
}

.owner-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 15%;
    display: inline-block;
}

.owner-img-wrapper img {
    max-width: 100%;
}

.owner-img-text {
    display: inline-block;
    font-size: 120%;
}

.owner-img-text .ja {
    font-size: 70%;
}

.prifile-insta {
    text-align: left;
}

.prifile-insta a {
    background: linear-gradient(90deg, rgb(64, 93, 250), rgb(225, 48, 108) 30%, rgb(225, 220, 128));
    background: -webkit-linear-gradient(0deg, rgb(64, 93, 250), rgb(225, 48, 108) 30%, rgb(225, 220, 128));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: zeyada;
    font-size: 200%;
    padding: 10px 0;
}

.prifile-insta i {
    font-size: 150%;
    padding-left: 10px;
    background: linear-gradient(90deg, rgb(64, 93, 250), rgb(225, 48, 108) 30%, rgb(225, 220, 128));
    background: -webkit-linear-gradient(0deg, rgb(64, 93, 250), rgb(225, 48, 108) 30%, rgb(225, 220, 128));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featur-circle {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    position: absolute;
    background-color: rgb(210,226,216);
}

.featur-circle-text-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.featur-circle-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 110%;
}

#features .inner {
    height: 100%;
}

.featur-circle.first {
    top: 40%;
    left: 0;
    animation: fuwa-y 1.4s ease-in-out infinite alternate-reverse;
}

.featur-circle.second {
    top: 60%;
    left: 25%;
    animation: fuwa-y 1.8s ease-in-out infinite alternate-reverse;
}

.featur-circle.third {
    top: 40%;
    right: 25%;
    animation: fuwa-y 1.6s ease-in-out infinite alternate-reverse;
}

.featur-circle.four {
    top: 60%;
    right: 0;
    animation: fuwa-y 1.2s ease-in-out infinite alternate-reverse;
}

@keyframes fuwa-y {
    0% {
        transform: translateY(-6%);
    }

    100% {
        transform: translateY(0%);
    }
}

.collection-title {
    display: inline-block;
    font-size: 120%;
    background-color: rgb(219, 219, 219);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.collection-flex {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.collection-flex a {
    width: 20%;
    height: 30vh;
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
}

.collection-flex img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#collection .wh-bg{
    padding: 30px 0 100px;
}

#cautions .wh-bg {
    padding: 30px 0;
}

.home-link-button {
    display: inline-block;
    height: 200px;
    width: 200px;
    position: relative;
    background-color: rgb(255,255,255);
    margin: 0 80px;
    border-radius: 10px;
}

.home-link {
    height: 98%;
    width: 98%;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -15px;
    left: -15px;
    border: 3px solid rgb(23, 23, 23);
    border-radius: 10px;
}

.home-link-button:hover .home-link {
    top: 0;
    left: 0;
}

.home-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 130%;
    font-weight: 700;
}

.home-link-wrapper {
    display: flex;
    justify-content: center;
}

.home-link .ja {
    margin-top: 10px;
    font-size: 70%;
}

.home-link-button i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 400%;
    color: rgb(255, 218, 218);
}

.cautions-title {
    display: inline-block;
    font-size: 150%;
    border-bottom: 4px double rgb(23, 23, 23);
}

#cautions ul {
    width: 90%;
    margin: 0 auto;
    font-size: 85%;
}

#cautions ul .bold {
    margin: 15px 0 5px;
}

.snapwidget-widget{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*menu
-----------------------------------------------------------------------------------------*/
.sub-bg {
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(192, 192, 192));
}

.menu-wrapper {
    width: 90%;
    margin: 0 auto;
}

.menu-category {
    padding-top: 60px;
}

.menu-title-box {
    background-color: rgb(192, 192, 192);
    padding: 20px;
}

.menu-title {
    display: inline-block;
}

.menu-title p {
    font-size: 170%;
    padding: 5px 0;
}

.menu-title p.font-kokoromin {
    text-shadow: 2px 2px rgb(255, 255, 255);

}

.menu-title p.font-han-serif-k {
    text-shadow: 2px 2px rgb(23, 23, 23);
}

.menu-box {
    position: relative;
}

.bg-video{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 80%;
    filter: sepia(100%) opacity(45%);
    max-width: 100%;
}

.menu-box table {
    position: relative;
    z-index: 2;
    border-collapse: collapse;
    width: 100%;
}

.menu-box table th,
.menu-box table td {
    padding: 15px 5px;
}

.reserva-button {
    text-align: right;
}

.menu-left {
    text-align: left;
    width: 70%;
}

.menu-right {
    text-align: right;
    width: 30%;
}

.min-menu-title {
    padding: 30px 0;
    margin-bottom: 15px;
}

.min-menu-text{
    margin-bottom: 10px;
}

.part-img{
    max-width: 100%;
}

.menu-img{
    max-height: 300px;
    max-width: 100%;
}

.menu-bottom td{
    vertical-align: top;
}

.menu-top th,.menu-top td{
    background-color: rgb(210,226,216);
    border-bottom: 1px solid rgb(255,255,255);
}

#artmake .menu-top th,#artmake .menu-top td{
    background-color:transparent;
}

/*news＆Contact
-----------------------------------------------------------------------------------------*/
.thumbnail img{
    max-width: 100%;
    height: auto;
}

.news-wrapper {
    width: 80%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.news-summary {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
}

.newss {
    margin-top: 2px;
    padding: 20px;
    box-sizing: border-box;
}

.news-date {
    color: rgb(135, 135, 135);
}

.news-posttitle {
    padding: 3px 0;
    border-bottom: 1px solid rgb(135, 135, 135);
}

.newss div {
    margin: 5px 0;
    padding: 3px;
}

.link-btn {
    display: inline-block;
    padding: 20px 40px;
    font-size: 130%;
    border: 1px solid rgb(23, 23, 23);
    margin-top: 20px;
}

.link-btn:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(23, 23, 23);
    border: 1px solid rgb(23, 23, 23);
}

.info .container-title {
    left: auto;
    right: 5%;
    color: rgb(255, 255, 255);
}

.sub-title {
    display: inline-block;
    max-width: 90%;
}

.sub-title p {
    padding: 10px 0;
    font-size: 130%;
}

.sub-title .font-han-serif-k {
    border-bottom: 1px solid rgb(135, 135, 135);
}

.info-flex {
    display: flex;
    width: 80%;
    margin: 30px auto;
}

.info-flex iframe,
.info-flex div {
    width: 50%;
    padding: 0 10px;
}

.info-content ul {
    display: inline-block;
}

.info-content li {
    padding-bottom: 10px;
}

.sub-title.other {
    margin-top: 60px;
}

.contact-wrap {
    margin-top: 30px;
}

.table-contact {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgb(23, 23, 23);
}

.table-contact td {
    padding: 20px 30px;
    box-sizing: border-box;
}

.contact-item1 {
    width: 30%;
    background-color: rgb(23, 23, 23);
    text-align: right;
    font-weight: 600;
    vertical-align: center;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.contact-item1.last {
    border-bottom: 1px solid rgb(23, 23, 23);
}

.contact-item2 {
    width: 70%;
    background-color: rgb(255, 255, 255);
    text-align: left;
    border-bottom: 1px solid rgb(23, 23, 23);
}

.contact-item {
    display: inline-block;
    padding: 3px 5px;
    background-color: rgb(255, 255, 255);
    font-size: 90%;
    box-sizing: border-box;
    text-shadow: none;
}

.contact-item.required {
    border: 1px solid rgb(255, 215, 0);
    color: rgb(255, 215, 0);
    margin-left: 10px;
}

.contact-item.any {
    border: 1px solid rgb(70, 130, 180);
    color: rgb(70, 130, 180);
    margin-left: 10px;
}

select.wpcf7-form-control.wpcf7-select {
    font-size: 110%;
}

input.text-common {
    width: 100%;
    height: 90%;
    font-size: 110%;
    box-sizing: border-box;
}

textarea.text-common {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 110%;
    box-sizing: border-box;
}

input.button-submit {
    display: inline-block;
    width: 300px;
    margin: 50px auto;
    font-size: 120%;
}

input.button-submit:hover {
    cursor: pointer;
}

.screen-reader-response {
    color: red;
}

.wpcf7-response-output {
    width: 80%;
    margin: 10px auto !important;
    padding: 10px 0;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    background-color: rgba(215, 65, 128, 0.7);
}

li.info-head{
    padding: 0;
}

.info-flex .laboimg{
    max-width: 100%;
    width: 150px;
}

/*process
-----------------------------------------------------------------------------------------*/
.process .supple-text {
    margin-top: 60px;
}

.supple-text .aline-left {
    display: inline-block;
}

.scroll-down {
    position: relative;
}

.scroll-down {
    display: inline-block;
    z-index: 2;
    padding: 0 10px 60px;
    color: rgb(23, 23, 23);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
    margin: auto;
}

.scroll-down:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 2px;
    height: 50px;
    background: rgb(219, 219, 219);
}

.scroll-down:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 2px;
    height: 50px;
    background: rgb(23, 23, 23);
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.process-content{
    padding-top: 30px;
}

.process-contents{
    margin: 60px 0;
}

.process-content img{
    display: inline-block;
    width: 30%;
    margin: 0 auto 30px;
}

.process-contents-line img{
    margin: 10px 0;
}

.process-contents .supple{
    margin-top: 10px;
}

@media screen and (max-width:1100px) {   
.inner {
    width: 80%;
}

.wh-bg {
    padding: 40px 0;
}

.wh-bg-text {
    width: 80%;
}

.featur-circle {
    width: 200px;
    height: 200px;
}

.home-link-button {
    margin: 0 40px;
}
}

@media screen and (max-width:1023px) {
/*common
-----------------------------------------------------------------------------------------*/
.container-title {
    position: absolute;
    top: 0.1%;
    left: 0.05%;
    font-size: 600%;
    writing-mode: vertical-rl;
}

.info .container-title {
    right: 0.05%;
}

.inner {
    width: 90%;
}

.site-container {
    padding: 40px 0;
}

/*home
-----------------------------------------------------------------------------------------*/
.wh-bg,
#collection .wh-bg,
#cautions .wh-bg{
    padding: 15px 0;
}

.wh-bg-text {
    padding-top: 155px;
    width: 90%;
    font-size: 55%;
}

.wh-bg-text p {
    padding: 5px 0;
}

.owner-img-wrapper {
    position: absolute;
    left: 50%;
    top: 16%;
    width: 40%;
    display: block;
}

.owner-img-text {
    font-size: 100%;
    white-space: nowrap;
    text-align: center;
    display: block;
}

.owner-img-wrapper img {
    width: 65%;
}

.prifile-insta i {
    padding-left: 5px;
}

.featur-circle {
    width: 160px;
    height: 160px;
}

.featur-circle-text {
    font-size: 100%;
}

.featur-circle-text .font-han-serif-k {
    font-size: 130%;
}

.featur-circle.first {
    top: 10%;
    left:auto;
    right: 5%;
}

.featur-circle.second {
    top: 30%;
    left: 6%;
}

.featur-circle.third {
    top: 50%;
    right: 5%;
}

.featur-circle.four {
    top: 70%;
    left: 6%;
}

.collection-title {
    font-size: 100%;
}

.collection-flex a {
    width: 50%;
    height: 10vh;
    padding: 0;
    margin: 5px 0;
}

.home-link-button {
    height: 150px;
    width: 150px;
    margin: 15px 0;
}

.home-link span {
    font-size: 100%;
}

.home-link-wrapper {
    display: block;
}

.home-link-button i {
    font-size: 300%;
}

.cautions-title {
    font-size: 120%;
}

#cautions ul {
    font-size: 50%;
}

.snapwidget-widget{
    height: 62.5px;
}

/*menu
-----------------------------------------------------------------------------------------*/
.menu-category {
    padding-top: 30px;
}

.menu-title p {
    font-size: 130%;
}

.menu-box table th,
.menu-box table td {
    font-size: 65%;
}

.min-menu-title {
    padding: 20px 0;
    margin-bottom: 10px;
    font-size: 80%;
}

.supple-text{
    width: 90%;
    margin: 40px auto 10px;
}

.menu-img{
    max-height: 200px;
}

/*news＆Contact
-----------------------------------------------------------------------------------------*/
.news-wrapper {
    width: 90%;
    margin: 10px auto;
    display: block;
}

.news-summary {
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0;
}

.newss {
    padding: 10px;
    box-sizing: border-box;
}

.news-posttitle {
    padding-top: 0;
}

.link-btn {
    padding: 10px 20px;
    font-size: 120%;
    margin-top: 20px;
}

.sub-title p {
    font-size: 100%;
}

.info-flex {
    display: block;
    width: 90%;
    margin: 20px auto;
}

.info-flex iframe,
.info-flex div {
    width: 100%;
    padding: 0;
    margin: 10px auto;
}

.sub-title.other {
    margin-top: 0;
}

.table-contact {
    width: 95%;
}

.table-contact td {
    padding: 15px;
}

.contact-item1 {
    width: 100%;
    display: block;
    text-align: left;
}

.contact-item2 {
    width: 100%;
    display: block;
}

.contact-item.required {
    margin-left: 5px;
}

.contact-item.any {
    margin-left: 5px;
}

input.text-common {
    font-size: 100%;
}

textarea.text-common {
    font-size: 100%;
}

input.button-submit {
    width: 100%;
    margin: 50px auto;
    font-size: 110%;
}

.wpcf7-response-output {
    width: 100%;
    box-sizing: border-box;
}


/*process
-----------------------------------------------------------------------------------------*/
.process .supple-text {
    margin-top: 40px;
}

.process-content{
    width: 90%;
    margin: 0 auto;
}

.process-content img{
    width: 100%;
}
}