@charset "UTF-8";

body.active {
    overflow: hidden;

}

img {
    width: 100%;
}

/* ADD HEADER */
#new-header {
    position: fixed;
    inset: 0;
    z-index: 9999;
    width: 100%;
    height: 100px;
    background: #ffffff;
    border-top: 10px solid #00263b;
}

#new-btnMenu {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#new-btnMenu .bars {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    margin: 0;
    background: #000000;
    transition: all 0.2s ease;
}

#new-btnMenu .bars:before, 
#new-btnMenu .bars:after {
    position: absolute;
    left: 0;
    transform: rotate(0);
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    transition: all 0.2s ease;
}

#new-btnMenu .bars:before {
    top: -7px;
}

#new-btnMenu .bars:after {
    top: 7px;
}

#new-btnMenu .bars.active {
    background: transparent;
}

#new-btnMenu .bars.active:before, 
#new-btnMenu .bars.active:after {
    top: 0;
    user-select: none;
}

#new-btnMenu .bars.active:before {
    transform: rotate(-45deg);
}

#new-btnMenu .bars.active:after {
    transform: rotate(45deg);
}

#new-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 98px;
}

#new-btnLink {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    padding: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    transition: all .3s;
}

#new-btnLink:hover {
    background: #00263b;
    color: #ffffff;
}

@media only print, only screen and (min-width: 768px) {
#new-header {
    border-top: 20px solid #00263b;
}

#new-logo {
    width: 184px;
}
}

/* ADD NAV */
#new-nav-container {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: #ffffff;
}

#new-nav {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#new-nav ul {
    margin: 0 auto;
}

@media only print, only screen and (min-width: 18.75em) {
#new-nav ul li {
    margin: 5% 0;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

#new-nav ul li span {
    display: block;
    margin: 0 0 3% 0;
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

#new-nav ol {
    margin: 50px auto;
    text-align: center;
}

#new-nav ol li {
    display: inline-block;
    margin: 2% 0;
    padding: 0 10px;
}

#new-nav ol li i.fab {
    font-size: 1.5rem;
    color: #000000;
}

#new-nav ol li a:hover {
    opacity: 0.5;
}
}

@media only print, only screen and (min-width: 768px) {
#new-nav-container {
    top: 120px;
}

#new-nav ul li {
    margin: 2% 0;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

#new-nav ul li span {
    display: block;
    margin: 0 0 0.5% 0;
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

#new-nav ol {
    text-align: center;
}

#new-nav ol li {
    display: inline-block;
    margin: 2% 0;
    padding: 0 10px;
}

#new-nav ol li i.fab {
    font-size: 1.5rem;
    color: #000000;
}

#new-nav ol li a:hover {
    opacity: 0.5;
}
}

@media only print, only screen and (min-width: 1000px) {
#new-nav-container {
    top: 120px;
}

#new-nav ul {
    width: 800px;
    margin: 5% auto;
}

#new-nav ul li {
    margin: 4% 0;
    font-size: 4.0rem;
    line-height: 0.8;
    letter-spacing: 0.05em;
    text-align: left;
}

#new-nav ul li span {
    display: block;
    margin: 0 0 1.5% 0;
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.7rem;
    letter-spacing: 0.5px;
}

#new-nav ol {
    width: 800px;
    margin: 0 auto;
    padding: 1% 0;
    border-top: 1px solid #c9cdcf;
    text-align: left;
}

#new-nav ol li {
    display: inline-block;
    margin: 4% 0;
    padding: 0 10px;
}

#new-nav ol li i.fab {
    font-size: 1.5rem;
    color: #000000;
}

#new-nav ol li a:hover {
    opacity: 0.5;
}
}

/* ADD MAIN */
#main{
    margin-top: 110px;
}

@media only print, only screen and (min-width: 768px) {
#main{
    margin-top: 120px;
}
}

/* ADD COMMON */
@media only print, only screen and (min-width: 18.75em) {
#content__ {
    padding-top: 110px;
}
}

@media only print, only screen and (min-width: 768px) {
#content__ {
    padding-top: 120px;
}
}

@media only print, only screen and (min-width: 1000px) {
#content__ {
    padding-top: 120px;
}
}

/* ADD MODEL */
@media only print, only screen and (min-width: 18.75em) {
#model_main {
    padding: 110px 5% 5% !important;
}
}

@media only print, only screen and (min-width: 768px) {
#model_main {
    padding: 120px 0 0 !important;
}
}

@media only print, only screen and (min-width: 1000px) {
#model_main {
    padding: 120px 0 0 !important;
}
}

/* ADD ITEMS */
#itemList li {
    width: 100%;
}

/* ADD PRICE */
#content__.priceArea {
    position: relative;
    padding: 40px 0 10%;
}

#content__.priceArea::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #000000;
    opacity: 0.5;
}

.priceArea .content__title {
    margin: 3% 0 0 !important;
    padding: 5% 0 0 !important;
    font-size: 4.5rem !important;
    text-align: center !important;
    letter-spacing: 3px;
}

.priceArea .content__title span {
    text-align: left;
}

.priceArea #model_content h2.title {
    margin: 15% 0 4% 0;
    padding: 0;
    text-align: left;
}

@media only print, only screen and (min-width: 18.75em){
#content__.priceArea::before {
    height: 50px;
}

.priceArea .content__title {
    margin: 3% 0 0 !important;
    padding: 5% 0 0 !important;
    font-size: 2.5rem !important;
    letter-spacing: 2px;
}
}

@media only print, only screen and (min-width: 768px){
#content__.priceArea::before {
    height: 100px;
}

.priceArea .content__title {
    margin: 10% 0 3% !important;
    padding: 5% 0 0 !important;
    font-size: 4.5rem !important;
    letter-spacing: 3px;
}
}

@media only print, only screen and (min-width: 1000px){
#content__.priceArea::before {
    height: 100px;
}

.priceArea .content__title {
    margin: 10% 0 3% !important;
    padding: 5% 0 0 !important;
    font-size: 4.5rem !important;
    letter-spacing: 3px;
}
}

/* ADD RELATED CONTENTS */
a.list:hover{
    opacity:0.5;
}

@media only print, only screen and (min-width: 18.75em){
#related {
    position: relative;
    width: 100%;
    margin: 50px auto 50px;
    padding: 40px 0 10px;
}

#related::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    background-color: #000000;
    opacity: 0.5;
}

#related .title {
    margin: 3% 0;
    padding: 5% 0 0 0;
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
}

#related .subtitle {
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

#list {
    display: inline-block;
    width: 47%;
    margin: 0 1% 5% 2%;
    font-family: 'Roboto','Noto Sans Japanese';
    letter-spacing: 0.1em;
}

#list:nth-child(2n) {
    margin: 0;
}

#list img {
    width: 100%;
}

.list span.caption {
    display: block;
    margin: 5% 0 0 0;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list span.season {
    display: block;
    margin: 5% 0 0 0;
    font-size: 0.2rem;
    font-weight: bold;
    color: #666666;
}
}

@media only print, only screen and (min-width: 768px){
#related {
    position: relative;
    width:80%;
    margin: 120px auto 50px;
    padding-top:40px;
}

#related::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #000000;
    opacity: 0.5;
}

#related .title {
    margin: 10% 0 3% 0;
    padding: 5% 0 0 0;
    font-size: 3.5rem;
    letter-spacing: 3px;
    text-align: center;
}

#related .subtitle {
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

#list {
    display: inline-block;
    width: 47%;
    margin: 0 2% 5% 0;
    font-family: 'Roboto','Noto Sans Japanese';
    letter-spacing: 0.1em;
}

#list:last-child {
    margin: 0;
}

#list img {
    width: 100%;
}

.list span.caption {
    display: block;
    margin: 5% 0 0 0;
    font-size: 0.7rem;
    line-height: 1.5;
}

.list span.season {
    display: block;
    margin: 5% 0 0 0;
    font-size: 0.2rem;
    font-weight: bold;
    color: #666666;
}
}

@media only print, only screen and (min-width: 1000px){
#related {
    position: relative;
    width: 1000px;
    margin: 120px auto 50px;
    padding-top:40px;
}

#related::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #000000;
    opacity: 0.5;
}

#related .title {
    margin: 10% 0 3% 0;
    padding: 5% 0 0 0;
    font-size: 4.5rem;
    letter-spacing: 3px;
    text-align: center;
}

#related .subtitle {
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

#list,#list:nth-child(2n) {
    display: inline-block;
    width: 23%;
    margin: 0 2% 0 0;
    font-family: 'Roboto','Noto Sans Japanese';
    letter-spacing: 0.1em;
}

#list:last-child {
    margin: 0;
}

#list img {
    width: 100%;
}

.list span.caption {
    display: block;
    margin: 5% 0 0 0;
    font-size: 0.7rem;
    line-height: 1.5;
}

.list span.season {
    display: block;
    margin: 5% 0 0 0;
    font-size: 0.2rem;
    font-weight: bold;
    color: #666666;
}
}

/* ADD SERVICE */
.service {
    width: calc(100% - 40px * 2);
    max-width: 350px;
    margin: 5% auto 0;
}

/* ADD SHOPLIST */
@media only print, only screen and (min-width: 18.75em){
#newShopList ul {
    margin: 5% 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
    gap: 20px;
}

#newShopList li {
    padding-bottom: 5%;
    border-bottom: 1px solid #ebebeb;
}

#newShopList h3#shop_name{
    font-size: 1.0rem;
}
}

@media only print, only screen and (min-width: 768px){
#newShopList ul {
    margin: 5% 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 50px;
}

#newShopList li {
    padding: 0;
    border: none;
}

#newShopList h3#shop_name{
    font-size: 1.2rem;
}
}

@media only print, only screen and (min-width: 1000px){
#newShopList ul {
    margin: 5% 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 50px;
}

#newShopList li {
    padding: 0;
    border: none;
}

#newShopList h3#shop_name{
    font-size: 1.4rem;
}
}

.reservation_btn {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    font-family: 'Roboto','Noto Sans Japanese';
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    transition: all .3s;
    white-space: nowrap;
}

.reservation_btn:hover {
    background: #00263b;
    color: #ffffff;
}