@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');



/*  ----------------------------------------------------------

index

----------------------------------------------------------  */
/* kv */
.top-kv {
	padding-left: 10rem;
	padding-bottom: 8rem;
	position: relative;
	margin-bottom: 6rem;
}
.top-kv::after {
	content: "SCROLL";
	font-family: 'Josefin Sans', sans-serif;
	background: url(../img/arrow1.png) no-repeat center bottom;
	background-size: 2rem auto;
	padding-bottom: 3rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);	
}
.top-kv-slider > * {
	height: 60rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv3.jpg) no-repeat center / cover;
}
.top-kv ul {
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 50%;
	left: 3.8rem;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);	
}
.top-kv ul li {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 2rem;
	font-size: 2rem;
}
.top-kv ul li:first-child {
	margin-bottom: 2rem;
}
.top-kv ul li:first-child a {
	display: inline-block;
	padding-top: 2.8rem;
}
.top-kv ul li:last-child a {
	display: inline-block;
	padding-top: 2.4rem;
}
.top-kv ul li:first-child a {
	background: url(../img/ico-tel.png) no-repeat left top;
	background-size: 2rem auto;
}
.top-kv ul li:last-child a {
	background: url(../img/ico-map.png) no-repeat left top;
	background-size: 2rem auto;
}
@media screen and (max-width: 767px) {
    .top-kv {
        padding-left: 0;
        padding-bottom: 7.5rem;
    }
    .top-kv-slider > * {
        height: 36rem;
    }
}

/* news */
.top-news {
	padding: 10rem 10rem;
	background: #fff;
	margin-right: 10rem;
}
.top-news-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.top-news h2 {
    width: 33rem;
    margin: 0 auto 4rem auto;
}
.top-news .more {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-news {
        padding: 8rem 3rem;
        margin-right: 0;
    }
    .top-news h2 {
        width: 24rem;
    }
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 6rem;
}
.top-news .CMS-NEWS-ITEM a {
    color: var(--text-color);
}
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: -3.5%;
    position: relative;
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem 0;
    line-height: 1;
}
.CMS-NEWS-LINK {
    line-height: 1.8;
}
.CMS-NEWS-INDEX > * img {
    height: 24rem;
    width: 100%;
    object-fit: cover;  
}
/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--orange-color);
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 24rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    color: #000;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(255,255,255,0.5);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--pink-color);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}
@media screen and (max-width: 767px) {
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
}

/* play */
.top-play {
    padding: 16rem 0 0 10rem;
    position: relative;
}
.top-play::after {
    content: "";
    display: block;
    background: var(--bg-color);
    width: 52%;
    height: 75%;
    position: absolute;
    right: 0;
    top: 12rem;
    z-index: -2;
}
.top-play h2 {
    width: 50rem;
    margin: 0 0 4rem 0;
}
.top-play-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.top-play-wrap::before {
    content: "";
    width: 1px;
    height: 80rem;
    background: #fff;
    position: absolute;
    left: 30rem;
    top: -20rem;
    transform: rotate(50deg);
    z-index: -1;
}
.top-play-wrap::after {
    content: "";
    width: 1px;
    height: 78rem;
    background: #fff;
    position: absolute;
    left: 33rem;
    top: -20rem;
    transform: rotate(50deg);
    z-index: -1;
}
.top-play-wrap > * {
    width: 50%;
}
.top-play-wrap > *:last-of-type {
    padding: 0 15rem 0 7rem;
}
.top-play-wrap p {
    margin-bottom: 3rem;
}
.top-play .img1 {
    position: absolute;
    right: 5rem;
    top: 7rem;
    width: 50rem;
    z-index: 99;
}
.top-play .img2 {
    margin-top: -8rem;
    margin-left: -5rem;
    z-index: 99;
    position: relative;
}
@media screen and (max-width: 767px) {
    .top-play {
        padding: 4rem 3rem 8rem 3rem;
    }
    .top-play::after {
        width: 60%;
    }
    .top-play h2 {
        width: 32rem;
        margin: 0 auto 4rem auto;
    }
    .top-play-wrap {
        display: block;
    }
    .top-play-wrap::before {
        width: 0;
        height: 0;
        background: none;
        left: auto;
        top: auto;
    }
    .top-play-wrap::after {
        width: 0;
        height: 0;
        background: none;
        left: auto;
        top: auto;
    }
    .top-play-wrap > * {
        width: 100%;
    }
    .top-play-wrap > *:last-of-type {
        padding: 2rem 0 0 0;
    }
    .top-play-wrap p {
        margin-bottom: 3rem;
    }
    .top-play .more {
        width: 28rem;
    }
    .top-play .img1 {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        margin: 0 auto;
        z-index: 99;
        margin-bottom: 2rem;
    }
    .top-play .img2 {
        margin-top: 4rem;
        margin-left: 0;
        z-index: 99;
        position: relative;
    }
}

/* menu */
.top-menu {
    position: relative;
}
.top-menu h2 {
    width: 33rem;
    margin: 0 15rem 4rem auto;
}
.top-food-wrap {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 10rem;
    position: relative;
}
.top-food-wrap > * {
    width: 50%;
}
.top-food-wrap::after {
    content: "";
    display: block;
    background: var(--bg-color);
    width: 55%;
    height: 60rem;
    position: absolute;
    left: 0;
    top: -10rem;
    z-index: -1;
}
.top-food-wrap > *:last-of-type {
    padding: 0 7rem 0 15rem;
}
.top-food-wrap p {
    margin-bottom: 3rem;
}
.top-menu .img1 {
    width: 90%;
    margin: -12rem auto 0 auto;
    display: block;
}
.top-drink-wrap {
    display: flex;
    justify-content: space-between;
    padding-left: 10rem;
    align-items: flex-end;
    position: relative;
    padding-bottom: 12rem;
    margin-top: -8rem;
}
.top-drink-wrap::after {
    content: "";
    display: block;
    background: var(--bg-color);
    width: 55%;
    height: 60rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.top-drink-wrap > * {
    width: 50%;
}
.top-drink-wrap > *:last-of-type {
    padding: 0 15rem 0 7rem;
    position: relative;
    z-index: 99;
}
.top-drink-wrap p {
    margin-bottom: 3rem;
}
.top-menu .img2 {
    width: 32rem;
    margin: -21rem auto 0 auto;
    display: block;
    position: relative;
    z-index: 99;
}
@media screen and (max-width: 767px) {
	.top-menu {
        position: relative;
    }
    .top-menu h2 {
        width: 24rem;
        margin: 0 auto 4rem auto;
    }
    .top-food-wrap {
        display: block;
        padding-right: 0;
        padding: 0 3rem;
    }
    .top-food-wrap > * {
        width: 100%;
    }
    .top-food-wrap::after {
        content: "";
        display: block;
        background: var(--bg-color);
        width: 55%;
        height: 60rem;
        position: absolute;
        left: 0;
        top: -10rem;
        z-index: -1;
    }
    .top-food-wrap > *:last-of-type {
        padding: 2rem 0 0 0;
    }
    .top-food-wrap p {
        margin-bottom: 3rem;
    }
    .top-menu .img1 {
        width: 90%;
        margin: 2rem auto 0 auto;
        display: block;
    }
    .top-drink-wrap {
        display: block;
        padding-left: 0;
        padding: 0 3rem;
        padding-bottom: 12rem;
        margin-top: 2rem;
    }
    .top-drink-wrap::after {
        content: "";
        display: block;
        background: var(--bg-color);
        width: 55%;
        height: 60rem;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    .top-drink-wrap > * {
        width: 100%;
    }
    .top-drink-wrap > *:last-of-type {
        padding: 2rem 0 0 0;
    }
    .top-drink-wrap p {
        margin-bottom: 3rem;
    }
    .top-menu .img2 {
        width: 28rem;
        margin: -9rem auto 0 auto;
    }
}

/* movie */
.top-movie {
    padding: 10rem 0;
}
.top-movie h2 {
    width: 33rem;
    margin: 0 auto 4rem auto;
}
.top-movie h3 {
    text-align: center;
}
.top-movie h3 span {
    display: inline-block;
    text-align: center;
    margin-bottom: 1.5rem;
    background: 
        url(../img/bg-triangle.png) no-repeat left center,
        url(../img/bg-triangle.png) no-repeat right center;
    background-size: 5rem auto;
    padding: 0 6.5rem;
    font-size: 2.4rem;
}
.top-movie > div {
    position: relative;
    margin-bottom: 6rem;
}
/*
.top-movie > div::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 18rem;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
}
*/
.top-movie > div:first-of-type:after {
    background: #7ecfce;
}
.movie {
    width: 560px;
    margin: 0 auto;
}
.top-movie > a {
    display: block;
    width: 560px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .top-movie {
        padding: 8rem 0;
    }
    .top-movie h2 {
        width: 24rem;
    }
    .top-movie h3 span {
        font-size: 1.6rem;
    }
    .top-movie > div {
        margin-bottom: 4rem;
    }
    .movie {
        width: 90%;
        margin: 0 auto;
    }
    .movie iframe {
        width: 100%;
        height: 315px;
    }
    .top-movie > a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }	
}

/* access */
.top-access {
    padding: 10rem 0;
    background: #fff;
    color: #000;
}
.top-access a {
    color: #000;
}
.top-access h2 {
    width: 33rem;
    margin: 0 auto 4rem auto;
}
.top-access-wrap {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}
.gmap {
    margin-bottom: 4rem;
}
.gmap iframe {
    width: 100%;
    height: 40rem;
}
@media screen and (max-width: 767px) {
    .top-access {
        padding: 8rem 3rem;
    }
    .top-access h2 {
        width: 24rem;
    }
    .top-access-wrap {
        width: 100%;
    }
    .gmap {
        margin-bottom: 4rem;
    }
    .gmap iframe {
        width: 100%;
        height: 40rem;
    }
}

/* parallax */
.js-parallax {
    width: 100%;
    height: 40rem;
    background: url(../img/bg-parallax-pc.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .js-parallax {
        background: url(../img/bg-parallax-sp.jpg) no-repeat center top;
        background-size: cover;
        background-attachment: scroll;
    }
}

/* shop */
.top-shop {
    display: flex;
}
.top-shop > * {
    width: 50%;
}
.top-shop-turquoise {
    background: url(../img/top-bg1.jpg) no-repeat center / cover;
    padding: 8rem 5rem 8rem 15rem;
}
.top-shop-misumi {
    background: url(../img/top-bg2.jpg) no-repeat center / cover;
    padding: 8rem 15rem 8rem 5rem;
}
.top-shop h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
.top-shop-turquoise h2 {
    border-bottom: solid 1px #fff;
}
.top-shop-misumi h2 {
    color: #000;
    border-bottom: solid 1px #000;
}
.top-shop ul {
    width: 28rem;
    margin: 0 auto;
    font-weight: bold;
}
.top-shop-turquoise ul li a {
    display: block;
    background-color: #fff;
    color: var(--turquoise-color);
    line-height: 1;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: 6rem;
}
.top-shop-turquoise ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.top-shop-misumi ul li a {
    display: block;
    color: #000;
    background: var(--orange-color);
    line-height: 1;
    padding: 2.5rem 0;
    text-align: center;
    border-radius: 6rem;
}
@media screen and (max-width: 767px) {
    .top-shop {
        display: block;
    }
    .top-shop > * {
        width: 100%;
    }
    .top-shop-turquoise {
        padding: 6rem 3rem;
    }
    .top-shop-misumi {
        padding: 6rem 3rem;
    }
    .top-shop h2 {
        font-size: 2.0rem;
        text-align: center;
    }
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
    border-radius: 4px; 
    box-sizing: border-box;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--orange-color);
    color: #000;
    border: none;
    display: block;
    font-weight: bold;
    width: 24rem;
    padding: 1.6rem 0;
    margin: 0 auto;
    transition: all .3s;
    display: block;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 767px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }

    .CMS-FORM-RADIO input[type="radio"] {
        width: 4rem;
        height: 4rem;
        margin-top: 0;
        margin-bottom: 2rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 6rem);
        padding-top: 0.3rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }   
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }   
}
.his {
    background: #ff73c6;
    border-radius: 2px;
    line-height: 1;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1rem;
    vertical-align: 0.2rem;
}

.thanx {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

misumi

----------------------------------------------------------  */
.misumi {
    background: #fff;
    padding: 8rem 0;
    font-family: "游明朝", "YuMincho", 'Noto Serif JP', serif;	
    color: #000;
}
.misumi-concept {
    width: 80%;
    margin: 0 auto 8rem auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.misumi-concept > * {
    width: 47%;
}
.misumi-concept h3 {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.misumi-menu {
    background: url(../img/misumi-img2.jpg) no-repeat center / cover;
    margin-bottom: 8rem;
}
.misumi-menu a {
    padding: 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    font-size: 3.6rem;
}
.misumi-menu a i {
    margin-left: 1.5rem;
    color: rgba(220,0,0,1);
    margin-bottom: 0.5rem;
}
.misumi-floor {
    width: 80%;
    margin: 0 auto 8rem auto;
    max-width: 1200px;
}
.misumi-floor h3,
.misumi-info h3 {
    background: url(../img/ico-deco.png) no-repeat center top;
    background-size: 18rem auto;
    padding-top: 3.2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
}
.misumi-floor ul {
    display: flex;
    justify-content: space-between;
}
.misumi-floor ul li {
    width: 48%;
}
.misumi-floor ul li dl dt {
    margin: 2rem 0 1.5rem 0;
    font-size: 2.20rem;
    text-align: center;
    line-height: 1;
}
.misumi-info {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.misumi-info dl {
    display: flex;
    flex-wrap: wrap;
}
.misumi-info dl dt {
    width: 30%;
    border-bottom: solid 1px #eee;
    padding: 1rem;
}
.misumi-info dl dd {
    width: 70%;
    border-bottom: solid 1px #eee;
    padding: 1rem;
}
@media screen and (max-width: 767px) {
    .misumi-concept {
        width: 100%;
        padding: 0 3rem;
        margin: 0 auto 4rem auto;
        display: block;
    }
    .misumi-concept > * {
        width: 100%;
    }
    .misumi-concept > *:first-of-type {
        margin-bottom: 2.5rem;
    }
    .misumi-menu {
        background: url(../img/misumi-img2.jpg) no-repeat center / cover;
        margin-bottom: 8rem;
    }
    .misumi-menu a {
        font-size: 3.2rem;
    }
    .misumi-floor {
        width: 100%;
        padding: 0 3rem;
        margin: 0 auto 4rem auto;
    }
    .misumi-floor ul {
        display: block;
    }
    .misumi-floor ul li {
        width: 100%;
    }
    .misumi-floor ul li:first-child {
        margin-bottom: 3rem;
    }
}