body {
    color: #222222;
    background-color: #212E57;
    position: relative;
    min-width: 1600px;
}

@media screen and (max-width: 480px) {
    body {
        min-width: 300px;
        width: 100%;
    }
}

.logo-img {
    position: absolute;
    top: 4em;
    left: -1em;
}

@media screen and (max-width: 480px) {
    .logo-img {
        display: none;
    }
}

.logo-img img {
    width: 25%;
}

main {
    padding-bottom: 2em;
}

h2 {
    font-size: 3em;
    color: #FFFFFF;
    font-family: "Times New Roman" , Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 1.5em;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 2em;
        margin-bottom: 0.5em;
    }
}

main h2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f578";
    color: #FFFFFF;
    font-size: 0.75em;
    padding-right: 0.5em;
    vertical-align: middle;
}

a:hover {
    opacity: 0.7;
}

p {
    color: #FFFFFF;
}

@media screen and (max-width: 480px) {
    p {
        font-size: 1em;
    }
}

.box {
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #e00000 25%, transparent 25%, transparent 75%, #e00000 75%),
                linear-gradient(45deg, #e00000 25%, transparent 25%, transparent 75%, #e00000 75%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

/* @media screen and (max-width: 480px) {
    .box {
        display: none;
    }
} */

/* header */

header {
    height: 100px;
    position: relative;
    display: flex;
}

@media screen and (max-width: 480px) {
    header {
        height: 0;
    }
}

.header-inner {
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
    z-index: 20;
}

@media screen and (max-width: 480px) {
    .header-inner {
        height: 0;
    }
}

nav {
    position: absolute;
    top: 2.5em;
    right: 0;
    /* font-family: serif; */
}

@media screen and (max-width: 480px) {
    nav {
        display: none;
    }
}

nav ul {
    display: flex;
}

nav ul li {
    margin-right: 1.5em;
    line-height: 40px;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #FFFFFF;
}

nav ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	transform: scale(0, 1);
	transition: 0.4s;
}

nav ul li:hover::before {
	transform: scale(1);
}

nav ul li:last-child::before {
	content: none;
}

/* hamburger */

.hamburger-menu {
    display: none;
}

@media screen and (max-width: 480px) {
    .hamburger-menu {
        display: block;
    }
}

#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
top: 0;
transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
top: 0;
transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
left: 0 !important;
}
.menu__btn {
position: fixed;
top: 30px;
right: 20px;
width: 26px;
height: 26px;
cursor: pointer;
z-index: 20;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #FFFFFF;
transition-duration: .25s;
}
.menu__btn > span::before {
content: '';
top: -8px;
}
.menu__btn > span::after {
content: '';
top: 8px;
}
.menu__box {
display: block;
position: fixed;
top: 0;
left: -100%;
width: 300px;
height: 100%;
margin: 0;
padding: 80px 0;
list-style: none;
background-color: #ECEFF1;
box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
transition-duration: .25s;
}
.menu__item {
display: block;
padding: 12px 24px;
color: #333;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 600;
text-decoration: none;
transition-duration: .25s;
}
.menu__item:hover {
background-color: #CFD8DC;
}

input[type="checkbox"] {
    display: none;
}

/* main */
/* main-visual スライドショー */

.main-visual {
    position: relative;
    width: 75%;
    height: 80vh;
    margin: 0 10% 0 auto;
    overflow: hidden;
    border-radius: 200px 20px 200px 20px;
}

@media screen and (max-width: 480px) {
    .main-visual {
        width: 100%;
        height: 91vh;
        border-radius: 0;
    }
}

.pc-top-1 {
    display: block;
}

.mob-top-1 {
    display: none;
}

@media screen and (max-width: 480px) {
    .pc-top-1 {
        display: none;
    }
    
    .mob-top-1 {
        display: block;
    }
}

.main_imgM {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
    overflow: hidden;
    object-fit: cover;
    object-position: 50% 43%;
}

.main_imgM:nth-of-type(2) {
    object-fit: cover;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    object-position: 50% 20%;
}

.main_imgM:nth-of-type(3) {
    object-fit: cover;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
    object-position: 50% 50%;
}

@media screen and (max-width: 480px) {
    .main_imgM {
        object-fit: cover;
        object-position: 50% 50%;
    }

    .main_imgM:nth-of-type(2) {
        object-position: 32% 50%;
    }
  
      .main_imgM:nth-of-type(3) {
        object-position: 47% 50%;
    }
}


@keyframes anime {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    17% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         transform: scale(1.0);
                    z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    17% {
        opacity: 1;
    }
    35% {
        opacity: 1;
    }
    50% {
        opacity: 0;
         -webkit-transform: scale(1.0);
            z-index:9;
    }
    100% { opacity: 0 }
}

section {
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}

@media screen and (max-width: 480px) {
    section {
        width: 95%;
        padding: 2em 0;
    }
}

/* concept */

.concept-inner {
    display: flex;
    margin-top: 2em;
}

@media screen and (max-width: 480px) {
    .concept-inner {
        display: block;
    }
}

.concept-img, .concept-body {
    width: 50%;
}

@media screen and (max-width: 480px) {
    .concept-img, .concept-body {
        width: 100%;
    }
}

.concept-body-inner {
    width: 90%;
}

@media screen and (max-width: 480px) {
    .concept-body-inner {
        width: 100%;
        margin: 2em 0;
    }
}

.concept-img, .concept-body p {
    margin-bottom: 1em;
    font-size: 1.125em;
}

@media screen and (max-width: 480px) {
    .concept-img, .concept-body p {
        margin-bottom: 0.5em;
        font-size: 1em;
    }
}

.concept-img {
    text-align: center;
}

.concept-img img {
    width: 70%;
    border-radius: 20px 50px 20px 20px;
}

@media screen and (max-width: 480px) {
    .concept-img img {
        width: 95%;
    }
}

/* menu */

.menu-inner {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .menu-inner {
        width: 95%;
    }
}

.menu-box h3 {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    font-size: 1.75em;
    color: #FFFFFF;
    padding: 0.5em 0;
}

@media screen and (max-width: 480px) {
    .menu-box h3 {
        font-size: 1.25em;
    }
}

.menu-box h3::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image:
        linear-gradient(135deg, #212E57 25%, transparent 25%),
        linear-gradient(225deg, #212E57 25%, transparent 25%),
        linear-gradient(45deg, #212E57 25%, transparent 25%),
        linear-gradient(315deg, #212E57 25%, #FFFFFF 25%);
    background-position: 5px 0, 5px 0, 0 0, 0 0;
    background-size: 10px 10px;
    background-repeat: repeat;
    content: '';
}

.menu-img {
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 480px) {
    .menu-img {
        display: block;
    }
}

.menu-box {
    width: 40%;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .menu-box {
        width: 100%;
    }
}

.menu-img a {
    width: 30%;
}

.menu-img a:hover {
    opacity: 0.7;
}

.menu-img img {
    width: 100%;
    opacity: 0.2;
    background-color: #000000;
}

.ready {
    color: #FFFFFF;
    font-size: 20px;
}

/* instagram */

.instagram-img {
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg, rgba(42, 42, 42, 0.6), rgba(42, 42, 42, 0.9)), url(/img/insta.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -10px;
}

@media screen and (max-width: 480px) {
    .instagram-img {
        height: 100px;
        outline: 2px solid rgb(255, 255, 255);
        outline-offset: -5px;
    }
}

.instagram-img a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.7s;
}

.instagram-img a:hover {
    transform: scale(1.1);
    opacity: 1;
}

.instagram-img h3 {
    color: #FFFFFF;
    font-size: 3em;
    text-align: center;
    line-height: 400px;
}

@media screen and (max-width: 480px) {
    .instagram-img h3 {
        font-size: 1.25em;
        line-height: 100px;
    }
}

.instagram-img h3::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    color: #FFFFFF;
    font-size: 0.75em;
    padding-left: 1em;
    vertical-align: middle;
}

/* lightgallery */

#lightgallery {
	display: flex;
	/* flex-wrap: wrap; */
	max-width: 100%; /*最大の幅*/
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
    #lightgallery {
        display: block;
        max-width: 80%;
    }
}

#lightgallery a {
	text-decoration: none;
	flex: 1 1 250px; /*１つの記事の大きさ*/
	margin: 0;
	padding: 0.5em;
}

#lightgallery img {
	width: 100%;
	border-radius: 10px 50px 10px 10px;
}

@media screen and (max-width: 480px) {
    #lightgallery img {
        margin: 1em 0;
    }
}

#lightgallery a:hover {
	opacity: 0.7;
}

a#lg-download {
    display: none;
}

/* shop info */

section#shop-info h2, section#shop-info h2::before {
    color: #FFFFFF;
}

.shop-info-inner {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .shop-info-inner {
        width: 95%;
    }
}

.shop-info-inner table {
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-collapse: collapse;  /* セルの線を重ねる */
}

.shop-info-inner th,td {
    padding: 2.5em 1em;          /* 余白指定 */
    min-width: 5em;
}

@media screen and (max-width: 480px) {
    .shop-info-inner th,td {
        padding: 1em 0;          /* 余白指定 */
        min-width: 5em;
    }
}

.shop-info-inner th{
    text-align: center;
}

.shop-info-inner th {
    background-color: #555555;  /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 1;                /* 重なり調整 */
}

.shop-info-inner td {
    background-color:  #FFFFFF; /* 背景色指定 */
    padding-left: 3em;         /* 余白指定 */
}

@media screen and (max-width: 480px) {
    .shop-info-inner td {
        text-align: center;
        padding-left: 0.5em;         /* 余白指定 */
    }
}

.shop-info-inner td p {
    color: #222222;
}

@media screen and (max-width: 480px) {
    .shop-info-inner th::after {
        content: none;
    }
}

.shop-info-inner tr {
    border-bottom:  dotted #666666 1px; /* 線指定 */
}

@media screen and (max-width: 480px) {
    .shop-info-inner th, .shop-info-inner td {
        display: block;
        text-align: center;
        vertical-align: middle;
    }
}

/* access */
.access-map {
    text-align: center;
}

.access-map-mob {
    display: none;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .access-map {
        display: none;
    }

    .access-map-mob {
        display: block;
    }
}



/* footer */

footer {
    background-color: #FFFFFF;
    color: #222222;
    padding: 2em 0;
}

footer h2 {
    color: #222222;
    font-family: serif;
    font-size: 2em;
    margin-bottom: 1em;
}

footer a {
    color:#222222;
    text-decoration: underline;
}

.footer-inner {
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .footer-inner {
        width: 95%;
        display: block;
    }
}

.footer-inner h3 {
    color: #222222;
    font-size: 1.25em;
    margin: 1em 0;
}

.footer-inner p {
    color: #222222;
    margin: 0.5em 0;
}

.footer-l img {
    width: 100%;
}

.footer-l p {
    padding-left: 4.5em;
}

@media screen and (max-width: 480px) {
    .footer-l p {
        padding-left: 1em;
    }
}

.footer-r, .footer-link {
    margin-top: 1em;
}

.footer-r ul li {
    color: #222222;
    padding: 0.5em;
}

@media screen and (max-width: 480px) {
    .footer-r ul {
        display: flex;
    }
    .footer-r ul li{
        font-size: 12px;
        text-decoration: underline;
    }
}

.footer-r ul li a {
    text-decoration: none;
}

.footer-link img {
    width: 40px;
}

@media screen and (max-width: 480px) {
    .footer-link img {
        width: 30px;
    }
}

.copyright {
    color: #222222;
    margin-top: 2em;
    text-align: center;
    font-size: 0.75em;
}

/* company.html */
/* company-info */
section#company-info h2 {
    font-size: 2em;
}

@media screen and (max-width: 480px) {
    section#company-info h2 {
        font-size: 1.5em;
    }
}
section#company-info h2::before {
    content: none;
}

.company-info-inner {
    width: 80%;
    margin: 0 auto;
}

section#company-info table {
    width: 60%;
}

@media screen and (max-width: 480px) {
    section#company-info table {
        width: 90%;
    }
}

.company-info-table th,td {
    padding: 1.5em 1em;
}

