@charset "UTF-8";

:root{
    --topColor:#2b2a2a;
    --textColor:#000;
    --btnColor:#72521a;
    --shadowColor:#c3b073;
    --hoverColor: #3f2c11;
    --priceColor:#736357;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-size: 10px;
}
body,footer{
    font-size: 1.6em;
    line-height: 1.5;
    font-family: "Kiwi Maru", serif;
    color: var(--textColor);
}
body {
    background-image: url(../image/gbPc.jpg);
}

.eng {
    font-family: "Comfortaa", sans-serif;
}
img{
    max-width: 100%;
} 
a{ text-decoration: none;
}
main {padding: 0 5em;}

h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
    margin-bottom: 1em;
}
h4 {
    font-weight: normal;
}
p {
    line-height: 2em;
}
li {
    list-style: none;
}
.btn{
    background-color: var(--btnColor);
    color: #fff;
    border-radius: 1000px;
    display: block;
    justify-content: center;
    margin: 0 auto;  
    margin-top: 2em;  
    text-align: center;
    width: 25em;
    line-height: 2.5em;
    font-size: 1.2em;
    transition: 0.5s
}
.btn:hover {
    background-color: var(--hoverColor);
    color: #fff !important;
}

/* headerーーーーーーーーーーーーーーーーーーー */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    padding: 1.5em 0;
    background-image:linear-gradient(0deg,transparent,#fff,80% ,#fff) ;
    transition: 0.5s;
}
header .nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
header .logo img{
    width: 10em;
}
header ul{
    display: flex;
    gap: 1em;
    font-size: 1.5em;
    list-style: none;
}
header ul li a{
    color: var(--textColor);
}
header ul li a:hover{
    color: var(--btnColor);
}
#Hbg,
#Hbg+label {
    display: none;
}
/* mainーーーーーーーーーーーーーーーーーーー */
#MENU {
    background: url(../image/topBgMenu.jpg) no-repeat center bottom/cover;
    width: calc(100% + 10em);
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5em;
    margin-left: -5em;
    position: relative;
}
#MENU h1 {
    font-family: "Dancing Script", cursive;
    color: #fff;
    font-size: 6em;
    position: absolute;
    top: 35%;
    left: 73%;
    text-shadow:
    1px 1px 2px var(--textColor),
    0 0 1em var(--topColor),
    0 0 0.2em var(--topColor);
}
h2 {
    padding-bottom: .75em;
    border-bottom: 1px solid var(--hoverColor);
}
/* ------------------------------------------- */
.inview.fadeup {
	opacity: 0;
	transition-duration: 2s;
	transform: translateY(10px);
}
.inview.fadeup.active {
	opacity: 1;
	transform: translateY(0px);
}
/* ------------------------------------------- */

.menuList {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1em 3em;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    list-style: none;
}
.menuList li dl {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.menuList li dl dd:last-of-type {
    font-size: .75em;
    color: var(--priceColor);
}
.menuList li dl dd span {
    font-size: 1rem;
}
.menuList li dl dd:has(img) {
    order: -1;
    margin-top: 2em;
    margin-bottom: 3em;
    width: 100%;
}
.menu .menuPhoto {
	position: relative;
	width: 100%;
	display: block;
}
.menu .menuPhoto::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    border: 1px solid var(--shadowColor);
	top: 12px;
	left: 12px;
}

.Limited {
    margin-bottom: 4em;
}
.Standard {
    margin-bottom: 4em;
}
.order {
    margin-bottom: 4em;
}
.order .orderPhoto {
    margin: 3em auto;
    background-image: url(../image/dog.png);
    background-size: cover;
    aspect-ratio: 1848/1140;
    width: 80%;
    max-width: 700px;
    height: 500px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border: solid 1px;
    border-color: var(--shadowColor);
    border-radius: 150px;
    position: relative;
}
.order .orderTitle p:first-of-type {
    background-image: url(../image/bone.png);
    background-size: cover;
    aspect-ratio: 1/1;
    width:  70%;
    margin: 0 auto;
    aspect-ratio: 3/1.1;
    text-align: center;
    font-size: 1.5em;
    padding-top: 1.5em;
    color: transparent;
}
.order .orderTitle p:last-of-type {
    font-size: 1.25em;
}
.order .orderP p {
    background-color: #f4d88c;
    border: solid 1px;
    border-color: var(--shadowColor);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: calc(75px - 2em) .25em;
    font-size: .8em;
}
.order .orderP p:nth-last-of-type(3) {
  position: absolute;
  margin-top: 2em;
  margin-left: -45%;
}
.order .orderP p:nth-last-of-type(2) {
  position: absolute;
  margin-top: 2em;
  margin-left: -20%;
}
.order .orderP p:nth-last-of-type(1) {
  position: absolute;
  margin-top: 14em;
  margin-left: -33%;
}

.order .orderContact table {
    width: 80%;
    max-width: 500px;
    margin: 3em auto 6em;
    border-collapse: collapse;
}
.orderContact th,.orderContact td {
    border-bottom: 1px solid #c9c2bc;
}
.orderContact th {
    padding: 1.25em;
    text-align: left;
    font-weight: normal;
}
.orderContact td {
    padding: 1.25em 0em;
}
.orderContact th span {
    display: flex;
}
.orderContact th span::after {
    content: '';
    display: block;
    flex-grow: 2;
    align-self: center;
    border-top: 2px dotted var(--textColor);
    margin: 0 .5em;
}

/* footerーーーーーーーーーーーーーーーーーーー */
footer .logo{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}
footer .logo img{
    width: 10em;
}
footer .footerLink{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1em;
    align-items: center;
    border-top: 1px solid var(--hoverColor);
}
footer .footerLink ul{
    list-style: none;
    width: 270px;
    display: flex;
    justify-content: space-between;
    gap:1.25em;
    }
footer .footerLink ul li{
    display: block;
    width: 80px;
    font-size: .6em;
}
footer .footerLink ul li a{
    color: #000;
}
.footer small{
    display: block;
    background-color: var(--btnColor);
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    font-size: .5em;

}

/* 960px以下ーーーーーーーーーーーーーーーーーーー */
@media (max-width: 960px) {

    #Hbg+label {
        display: flex;
        align-items: center;
        width: 3em;
        aspect-ratio: 4/3;
        position: absolute;
        top: 2.25em;
        right: 1em;
    }
    #Hbg+label span,
    #Hbg+label::before,
    #Hbg+label::after{
        content: "";
        display: block;
        background: var(--textColor);
        width: 100%;
        height: 4px;
        transition: .5s;
    }
    #Hbg+label::before,
    #Hbg+label::after{
    position: absolute;
    }
    #Hbg+label::before{
        top: 0;
    }
    #Hbg+label::after{
        bottom: 0;
    }
    #Hbg:checked+label span {
        background: transparent;
        /* opacity: 0; (上と同じで透明にする指定)*/
    }
    #Hbg:checked+label::before{
        top: calc(50% - 2px);
        rotate: 45deg;
    }
    #Hbg:checked+label::after{
        bottom: calc(50% - 2px);
        rotate: -45deg;
    }
    body>header div nav ul {
        gap: 1.25em;
        font-size: 2em;
        padding: 1.5em 0;
        background: var(--hoverColor);
        opacity: .7;
        flex-flow: column;
        align-items: center;
        width: 100%;
        position: absolute;
        top: 80%;
        left: 100%;
        transition: .5s;
    }
    body>header div nav ul li a {
        color: #fff;
    }
    #Hbg:checked~ul {
        left: 0;
    }

main {
    padding: 0 5%;
}
#MENU {
    background: url(../image/topBgMenu_S.jpg) no-repeat center bottom/cover;
}
#MENU h1 {
    right: 11%;
    left: auto;
}
.menuList {
    grid-template-columns: repeat(2,1fr);
    gap: .5em 1.5em;
}
.menuList li dl dd:has(img) {
    margin-bottom: 1.5em;
}
.menu .menuPhoto::after {
	top: 6px;
	left: 6px;
}
.menu dt {
	font-size: .95em;
}
.Limited {
    margin-bottom: 3em;
}
.Standard {
    margin-bottom: 3em;
}
.order {
    margin-bottom: 3em;
}
.order .orderPhoto {
    width: 100%;
}
}
/***375px〜430px以下***/
@media (max-width: 430px) {
.order .orderPhoto {
    background-image: url(../image/dog_S.jpg);
    aspect-ratio: 1848/1140;
    width: 100%;
    height: 700px;
    border-radius: 80px;
}
.order .orderTitle p:last-of-type {
    font-size: 1.25em;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
.order .orderP p:nth-last-of-type(3) {
  margin-left: -45%;
}
.order .orderP p:nth-last-of-type(2) {
  margin-top: 15em;
  margin-left: -45%;
}
.order .orderP p:nth-last-of-type(1) {
  margin-top: 28em;
  margin-left: -45%;
}
.order .orderContact .btn {
    width: 90%;
    font-size: .8em;
}
.order .orderContact table {
    width: 90%;
    margin: 1em auto 3em;
    font-size: .8em;
}
.orderContact th {
    padding: 1em;
}
.orderContact td {
    padding: 1em 0em;
}
footer .footerLink{
    max-width: 500px;
    padding-top: 0.2em;
}
footer .logo img{
    width: 3em;
}
footer .footerLink ul{
    justify-content: center;
    gap:0em 0.5em;
    }
footer .footerLink ul li{
    width: 50px;
    font-size: .3em;
    text-align: center;
}
footer ul li img{
    height: 3em;
}
}