﻿#cms_2-c .box_title1 {
    border-color: rgba(0,0,0,0.05);
}

#cms_2-c .box_title1:before {
    content: "Q.";
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: 13px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

#cms_2-c .box_txt3:before {
    content: "A.";
    font-weight: bold;
    position: absolute;
    color: rgba(0,0,0,0.3);
    top: 8px;
    left: 13px;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

.bg_color2 {
    background-color: transparent;
    background-image: url(./Dup/img/wood.jpg);
}

footer{
    position: relative;
        z-index: 0;
}

footer:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(78, 37, 4, 0.5);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: overlay;
}

.footer_contact{
    z-index: 1;
    background-image: url(./Dup/img/back.jpg);
}

.f_contact_img {
    height: 300px;
    transform: rotate(-1.2deg);
    box-shadow: inset 4px 4px 12px 0px rgba(16, 6, 1, 0.55);
}

.bg_color5 {
    background-color: transparent;
    background-image: url(./Dup/img/back.jpg);
}

#con1{
        border: 20px solid black;
    background: linear-gradient(-45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    position: relative;
    overflow: hidden;
}

#con1:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/pat.png);
    background-position: center;
    background-repeat: repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 50px;
    pointer-events: none;
    z-index: 0;
    border: 20px solid black;
}



#con4{
    display: none;
}

.con1_inner{
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 40px 20px;
    box-sizing: border-box;
    border: double 20px black;
        max-width: 1000px;
    width: 80% !important;
}

#fakeloader:before {
    background-color: rgba(255,255,255,0);
}

#fakeloader {
    background-size: auto;
}

.ani img.aka{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 2000px;
    animation: bgiLoop 30s linear infinite;
}

.ani img.kin{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 2000px;
    animation: bgiLoop 30s linear infinite reverse;
}

.ani img.siro{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 2000px;
    animation: bgiLoop 20s linear infinite;
}

.con1_squ{
    display: none;
}

@keyframes bgiLoop {
    0% { transform: translate(-50%, -50%) rotate(0deg);}
  100% {  transform: translate(-50%, -50%) rotate(360deg);}
}

.drink, .kani{
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 30%;
    max-width: 1080px;
    width: 55%;
}

.kani{
    left: 80%;
}

.kanin{
        display: block;
    transform: scale(1.27);
    margin-top: -80px;
}

.con1_inner h2{
        font-weight: bold;
    font-size: 32px;
}

.txt_color2 {
    color: #dd3d18;
}

#con2 .topimg2, #con2 .topimg3{
        border: 6px solid black;
    border-radius: 25px;
}

.txt_color1 {
    color: #000000;
}

#con2{
    background-image: url(./Dup/img/oyaji.png), url(./Dup/img/nami.png);
    background-size: 43%, cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

#con3 .box .img {
    border: 10px solid black;
}

.icon img{
    width: 150px;
}

.pare{
    position: relative;
}

#main_img{
    position: relative;
}

#main_img:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        background-image: url(./Dup/img/ani_kao.png), url(./Dup/img/copy.png);
        background-position: 80% 90%, bottom right;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
        background-size: 23%;
        pointer-events: none;
        z-index: 2;
}

#main_img:after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        background-image: url(./Dup/img/kani_back.png), url(./Dup/img/beer_back.png), url(./Dup/img/nami_ue.png);
        background-position: -15% 0, top right, top left;
        background-repeat: no-repeat;
        -webkit-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
        background-size: 73%, 40%, contain;
        pointer-events: none;
        z-index: 0;
}

#topCms{
        background-image: url(./Dup/img/top_cms_back.jpg);
    background-attachment: fixed;
    background-size: cover;
    border-top: 3px solid #5a341e;
}

#main_img img{
    position: relative;
    z-index: 1;
}

#con2 p.font_15{
        background-color: rgba(255,255,255,0.5);
    padding: 10px;
}

.kids{
    display: block;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -150px;
}

#page1, #page2,  #page3, #page4, #page5, #page6, #page7, #page8, #page9, #page10{
    overflow: hidden;
}

#fakeloader{
    background-image: url(./Dup/img/back.jpg);
}

#fakeloader:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/oyaji.png), url(./Dup/img/l_beer.png), url(./Dup/img/nabe.png), url(./Dup/img/hasi.png), url(./Dup/img/nami_migi.png);
    background-position: bottom left,top left, center bottom, 100% -130%, top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 70%, 400px, 1000px, contain, contain;
    pointer-events: none;
    z-index: -1;
}

#fakeloader .fl {
    width: 70%!important;
    max-width: 500px;
}

@keyframes loader{
	0% {opacity: 0;    transform: translate(-50%,-50%) scale(0)!important;}
	50% {opacity: 1;    transform: translate(-50%,-50%) scale(1)!important;}
	100% {opacity: 0;}
}

.sl{
    display: none !important;
}

.pagetitle_img {
    opacity: 0.6;
    background-size: cover;
    mix-blend-mode: color-burn;
}

.pagetitle {
    background-color: bisque;
    background-image: url(./Dup/img/page_title.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1000px;
}

.all_contents{
    position: relative;
}

.all_contents:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/nami_ue.png), url(./Dup/img/nami.png);
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 42%, 50%;
    pointer-events: none;
    z-index: 0;
}

.kingaku{
        font-size: 30px;
    font-weight: bold;
    color: red;
    padding-bottom: 0;
}


#page9 .all_contents .privacy > div, .info__row{
    position: relative;
    z-index: 2;
    background-color: white;
        padding: 5px;
}

#page10 .sitemap li a {
    background-image: url(./Dup/img/wood.jpg);
}

.contact_tel{
    padding: 5px;
    box-sizing: border-box;
    margin: 5px;
}

.contact_tel p{
        font-size: 18px;
    margin-bottom: 5px;
    color: #423d3d;
}

.f_contact_box h4{
    margin-bottom: 10px;
}

.con1_inner p{
    text-align: left;
    width: 90%;
    margin: auto;
}

.border_color1 {
    border-color: #593521;
}

.topCms{
        border-bottom: 3px solid #5a341e;
}

.pagetop {
    z-index: 5;
}

.f_contact_btn{
    display: none;
}

.linkStyle {
    color: #497cab;
}

#con1:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/boss_back.png);
    background-position: 92.5% 105%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 12%;
    pointer-events: none;
    z-index: 1;
}

#page2 .all_contents{
    position: relative;
}

#page2 .all_contents:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/boss.png);
    background-position: 93% 90%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 11%;
    pointer-events: none;
    z-index: 1;
}

/*20220621 correct start*/

.footer_contact .tel{
    line-height: 1.2em;
    text-align: left;
    width: 80%;
    max-width: 290px;
    margin: auto;
}

.footer_contact .tel:nth-of-type(1){
    margin-top: 30px;
}

#page9 .box {
    background-image: none;
        border-bottom: 1px solid #b1aaa6;
}



/*20220621 correct end*/


/*----20220629 correct start----*/

#main_img:after {
    background-size: 56%, 37%, contain;
    background-position: -31% 0, 107% 100%, top left;
}

#main_img img{
        /* max-width: 1350px; */
    margin: 0 auto;
    margin-right: 14%;
    display: block;
    width: 76%;
}

#main_img:before {
    background-position: 80% 90%, 98% 100%;
    background-size: 23%, 19%;
}


#fakeloader:before {
    background-image: url(./Dup/img/oyaji.png), url(./Dup/img/l_beer.png), url(./Dup/img/nabe.png), url(./Dup/img/kani_r.png), url(./Dup/img/nami_migi.png);
}




/*----20220629 correct end----*/

@media all and (-ms-high-contrast: none){
  

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 1090px){
    .pc_nav{
        display: none;
    }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fakeloader:before {
    background-position: bottom left,center left, center bottom, top right, top right;
    background-repeat: no-repeat;
    background-size: 90%, 40%, 900px, contain, contain;
}

.drink, .kani {
    top: 9%;
}

.kani {
    left: 70%;
}

#con2 div.width_40per img{
    max-width: 400px;
    display: block;
    margin: auto;
}

#con2 {
    background-image: url(./Dup/img/oyaji.png), url(./Dup/img/nami.png);
    background-size: 80%, contain;
    padding-bottom: 140px;
}

#main_img img {
    transform: scale(1.2);
    transform-origin: bottom right;
}

#con1 {
    padding-top: 150px;
}


/*-----20220629 correct start-----*/

#fakeloader:before {
    background-position: bottom left,top left, center bottom, top right, top right;
}

#fakeloader:before {
    background-image: url(./Dup/img/oyaji.png), url(./Dup/img/l_beer.png), url(./Dup/img/nabe.png), url(./Dup/img/kani_r_sp.png), url(./Dup/img/nami_migi.png);
}

/*-----20220629 correct end-----*/





}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.logo1 {
    max-width: 90px;
}

#main_img:after {
    background-position: -48% 20%, 100% 40%, top left;
    background-size: 82%, 41%, contain;
}

.drink, .kani {
    top: 8%;
        width: 70%;
}

.con1_inner {
    width: 95% !important;
}

#con1 {
    padding-top: 130px;
    border: 10px solid black;
}

.con1_inner h2 {
    line-height: 1.4em;
    margin-top: 30px;
}

.kids {
    max-width: 280px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: -100px;
}

#con2 {
    background-size: 100%, contain;
}

.f_contact_box h4{
    margin-bottom: 10px;
    font-size: 36px;
}

#cms_2-c .box_title1, #cms_2-c .box_txt3 {
    padding-left: 45px;
}

#cms_2-c .box_title1:before {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}

#cms_2-c .box_txt3:before {
   font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}

#page8 .contact_tel a {
    font-size: 18px;
}

.header .logo1 {
    padding-left: 0;
}

/*----20220629 correct start----*/

#main_img:after {
    background-position: -48% -50%, 100% 130%, top left;
    background-size: 82%, 48%, contain;
}

.footer_contact .tel a{
    font-size: 22px;
}

.f_contact_box {
    bottom: -120px;
}

/*----20220629 correct end----*/

}