/*
theme name: Kakuucafe
Author: Masayoshi Itou
Description: Kakuucafeのwebサイト
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&family=Yusei+Magic&display=Noto+Sans+JP:wght@300&display=swap');



html {
    font-size: 62.5%;
}

section {
   width: 100%;
}


/*
header=================================================================================================================================================================
*/

#logo img {
   width: 150px;
}

.nav-box {
   display: none;
}

.sp-nav {
   display: none;
}

.header-box {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   height: 60px;
}

.header-box ul {
   display: flex;
}

.header-box li {
   list-style: none;
   font-size: 20px;
   font-size: 2.0rem;
}

.header-box a {
   text-decoration: none;
   color: black;
   margin-left: 30px;
}

.header-box a:hover {
   color: #24ba09;
}


/*
footer=====================================================================================================================================================================
*/

#footer-logo img {
   width: 150px;
}

#footer-logo {
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   margin-bottom: 30px;
}


.small {
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: white;
   background-color: #24ba09;
}

.footer-info-flex {
   display: flex;
   justify-content: space-between;
   width: fit-content;
   margin-left: auto;
   margin-right: auto;
   font-size: 15px;
   font-size: 1.5rem;
}

.footer-info-flex p {
   margin-right: 10px;
}

.footer-info {
   display: flex;
   justify-content: space-between;
   width: 45%;
   margin-left: auto;
   margin-right: auto;
   border-top: 2px solid #24ba09;
   border-bottom: 2px solid #24ba09;
}

.address {
   margin-top: 30px;
   margin-bottom: 30px;
}

.address p {
   font-size: 15px;
   font-size: 1.5rem;
   width: fit-content;
   margin-left: auto;
   margin-right: auto;
}

.footer-sns-box {
   margin-top: 30px;
   margin-bottom: 30px;
}

.footer-sns {
   display: flex;
   padding-left: 0;
   justify-content: center;
}

.footer-sns li{
   list-style: none;
   background-color: #24ba09;
   width: 3rem;
   height: 3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin-left: 5px;
   margin-right: 5px;
}

.footer-sns a{
   color: white;
   font-size: 17px;
   font-size: 1.7rem;
}

.footer-sns a:hover {
   color: gray;
}

/*
main-cover===============================================================================================================================================================
*/

.cover img {
   width: 100%;
}

.cover {
   position: relative;
}

.cover-title {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: white;
}

.cover-title h1 {
   font-size: 60px;
   font-size: 6.0rem;
   line-height: 1px;
}

.cover-title {
   font-size: 44px;
   font-size: 4.4rem;
}

.footer {
   margin-top: 100px;
   border-top: 5px solid #24ba09;
}

/*
front-info=================================================================================================================================================================
*/

.section-title {
   font-size: 20px;
   font-size: 2.0rem;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 100px;
}

.section-title h2 {
   display: inline-block;
}

.section-title h4 {
   color: #24ba09;
   display: inline-block;
   margin-left: 15px;
}

.section-title h4:hover {
   color: gray;
}

.news-list li {
   list-style: none;
}

.news-list a {
   text-decoration: none;
   color: black;
}

.news-list {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 80%;
   padding: 0;
   margin-left: auto;
   margin-right: auto;
}

.info-item {
   width: 24%;
   height: 30rem;
   box-shadow: 1px 1px 8px 1px gray;
   margin-left: 2px;
   margin-right: 2px;
}

.info-item a{
   font-size: 15px;
   font-size: 1.5rem;
}

.date {
   font-size: 15px;
   font-size: 1.5rem;
   margin-left: 5px;
   margin-right: 5px;
} 

.img-info img {
   width: 100%;
   height: auto;
}

.img-info img:hover {
   opacity: 0.5;
}

.blog-title {
   margin-left: 5px;
   margin-right: 5px;
}


/*
front-about============================================================================================================================================================================-
*/

.about-body {
   display: flex;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.about-body-img {
   width: 50%;
}

.about-body-img img {
   width: 100%;
}

.about-text-box {
   margin-left: 30px;
   font-size: 15px;
   font-size: 1.5rem;
   width: 50%;
}

.menu-body {
   display: flex;
   flex-direction: row-reverse;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.menu-body-img {
   width: 50%;
   margin-left: 30px;
}

.slideshow-image img{
   width: 100%;
}

.slideshow-image2 img{
   width: 100%;
}

.slideshow-image3 img{
   width: 100%;
}

.slideshow-image4 img{
   width: 100%;
}

.thumbnail {
   width: 100%;
   padding-left: 0;
   display: flex;
   justify-content: space-between;
}

.thumbnail2 {
   width: 100%;
   padding-left: 0;
   display: flex;
   justify-content: space-between;
}

.thumbnail3 {
   width: 100%;
   padding-left: 0;
   display: flex;
   justify-content: space-between;
}

.thumbnail4 {
   width: 100%;
   padding-left: 0;
   display: flex;
   justify-content: space-between;
}

.thumbnail img {
   width: 100%;
}

.thumbnail2 img {
   width: 100%;
}

.thumbnail3 img {
   width: 100%;
}

.thumbnail4 img {
   width: 100%;
}

.thumbnail li {
   list-style: none;
   width: 24%;
}

.thumbnail2 li {
   list-style: none;
   width: 24%;
}

.thumbnail3 li {
   list-style: none;
   width: 24%;
}

.thumbnail4 li {
   list-style: none;
   width: 24%;
}

.menu-text-box {
   width: 50%;
}

.menu-text-box p {
   font-size: 15px;
   font-size: 1.5rem;
}

/*
front-map=======================================================================================================================================================
*/

.map-body {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.map-map iframe{
   width: 350px;
   height: 200px;
}

.map-img img {
   width: 100%;
}

.map-img {
   width: 30%;
   margin-left: 30px;
}

.map-box {
   display: flex;
   margin-bottom: 30px;
   padding: 15px;
   border: 1px solid #24ba09;
}

.map-text {
   margin-left: 30px;
   fontsize: 15px;
   font-size: 1.5rem;
}



/*
sidebar=========================================================================================================================================================
*/

aside {
   width: 30%;
}

aside li {
   list-style: none;
}

aside a {
   text-decoration: none;
   font-size: 18px;
   font-size: 1.8rem;
   color: #24ba09;
}

aside a:hover {
   color: gray;
}

.sidebar-box {
   width: fit-content;
   margin-left: 50px;
}

.sidebar-box h2 {
   font-size: 20px;
   font-size: 2.0rem;
   margin-top: 0;
}

.sidebar-box ul {
   padding-left: 10px;
}

.sidebar-list {
   line-height: 25px;
}

.sidebar-info-flex {
   display: flex;
   font-size: 15px;
   font-size: 1.5rem;
}

.sidebar-info-flex p {
   margin-bottom: 0;
}

.sidebar-info {
   width: 100%;
   margin-top: 50px;
}

.p-2 {
   margin-left: 20px;
}

.twitter {
   margin-top: 50px;
}

.sidebar-sns-box {
   margin-top: 30px;
   margin-bottom: 30px;
}

.sidebar-sns {
   display: flex;
   padding-left: 0;
   justify-content: right;
}

.sidebar-sns li{
   list-style: none;
   background-color: #24ba09;
   width: 3rem;
   height: 3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin-left: 5px;
   margin-right: 5px;
}

.sidebar-sns a{
   color: white;
   font-size: 17px;
   font-size: 1.7rem;
}

.sidebar-sns a:hover {
   color: gray;
}

/*
information======================================================================================================================================================
*/

article {
   width: 70%;
}

#content {
   display: flex;
   margin-top: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}

.cover-page img{
   width: 100%;
}

.cover-page {
   position: relative;
}

.cover-title-page {
   position: absolute;
   color: white;
   top: 45%;
   left: 50%;
   transform: translate( -50% , -50% );
   z-index: 2;
   font-size: 60px;
   font-size: 6.0rem
}

.blog-flex {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 10px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.blog-box-h2 a {
   text-decoration: none;
   color: black;
}

.blog-box-h2 a:hover {
   color: #24ba09;
}

.blog-wrap {
   box-shadow: 1px 1px 8px 1px grey;
}

.blog-box-h2 {
   height: 50px;
   margin-left: 10px;
   margin-right: 10px;
}

.date-info {
   font-size: 15px;
   font-size: 1.5rem;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
}


/*
about========================================================================================================================================================================
*/

.about-page-img img {
   width: 100%;
}

.about-page-text {
   font-size: 15px;
   font-size: 1.5rem;
}

.about-page-box {
   margin-bottom: 50px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

/*
menu=========================================================================================================================================================================
*/

.menu-page-box {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.menu-page-body {
   margin-bottom: 100px;
}

.menu-page-text-box {
   font-size: 15px;
   font-size: 1.5rem;
}

.menu-page-text-box h2 {
   border-bottom: 2px solid #24ba09;
}

.menu-span {
   color: #24ba09;
   font-size: 15px;
   font-size: 1.5rem;
   margin-left: 10px;
}

.menu-price-1-1 {
   display: flex;
   width: 45%;
   justify-content: space-between;
   border-bottom: 1px solid black;
}

.menu-price-1-2 {
   display: flex;
   width: 45%;
   justify-content: space-between;
   border-bottom: 1px solid black;
}

.menu-price-1 {
   display: flex;
   justify-content: space-between;
}

.menu-price-2 {
   display: flex;
   justify-content: space-between;
}

/*
single====================================================================================================================================================================
*/

#content-single {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.blog-container {
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

figure {
   text-align: center;
}

.blog-body p {
   font-size: 15px;
   font-size: 1.5rem;
   width: 90%;
   margin-left: 40px;
}

.blog-title-article-single {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
}

.date-single {
   width: 60%;
   margin-left: auto;
   margin-right: auto;
   font-size: 15px;
   font-size: 1.5rem;
}

.blog-body img {
   width: 100%;
   height: auto;
}

.blog-body {
   width: 70%;
   margin-left: auto;
   margin-right: auto;
}

.page-navi-single {
   display: flex;
   align-items: center;
   justify-content: space-between;
   fontsize: 15px;
   font-size: 1.5rem;
   margin-top: 50px;
   border-top: 2px solid #24ba09;
}

/*
ipad===================================================================================================================================================
*/

@media (max-width: 769px) {

.cover-title h1 {
   font-size: 40px;
   font-size: 4.0rem;
}

.cover-title p {
   font-size: 30px;
   font-size: 3.0rem;
}

.about-text-box p {
   font-size: 13px;
   font-size: 1.3rem;
}

.menu-text-box p {
   font-size: 13px;
   font-size: 1.3rem;
}

.info-item {
   height: 20rem;
}

.footer-info {
   width: 60%;
}

.map-map iframe {
    width: 170px;
    height: 95px;
}

.map-text {
   font-size: 1.1px;
   font-size: 1.1rem;
}

.cover-title-page {
   font-size: 40px;
   font-size: 4.0rem;
}

.date-info {
   font-size: 11px;
   font-size: 1.1rem;
}

.blog-box-h2 {
   font-size: 2.0px;
   font-size: 0.2rem;
}

.sidebar-box h2 {
   font-size: 18px;
   font-size: 1.8rem;
}

.sidebar-info-flex {
   font-size: 11px;
   font-size: 1.1rem;
}

.blog-flex {
   width: 100%;
}

.about-page-text {
   font-size: 13px;
   font-size: 1.3rem;
}

.menu-page-text-box {
    font-size: 10px;
    font-size: 1rem;
}

}/*レスポンシブ閉じ*/


/*
======================================================================================================================================================
*/

@media (max-width: 376px) {

#logo-sp img {
   width: 40%;
}

.header {
   margin-top: 20px;
}

.header-box {
   display: none;
}

.sp-nav {
   position: absolute;
   z-index: 1000;
   width: 100%;
   background-color: black;
   opacity: 0.8;
   text-align: center;
   height: 80vh;
}

.sp-nav li {
   list-style: none;
}

.sp-nav-list {
   padding-left: 0;
   width: fit-content;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   line-height: 50px;
}

.sp-nav a {
   color: white;
   text-decoration: none;
   font-size: 30px;
   font-size: 3.0rem;
}

.nav-box {
   display: block;
   display: flex;
   align-items: center;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}

.nav-button {
   font-size: 30px;
   font-size: 3.0rem;
}

.cover-title {
   width: fit-content;
}

.cover-title h1 {
    font-size: 25px;
    font-size: 2.5rem;
}

.cover-title p {
    font-size: 18px;
    font-size: 1.8rem;
}

.sp-nav-sns-box {
   margin-top: 30px;
   margin-bottom: 30px;
}

.sp-nav-sns {
   display: flex;
   padding-left: 0;
   justify-content: center;
}

.sp-nav-sns li{
   list-style: none;
   background-color: #24ba09;
   width: 3rem;
   height: 3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin-left: 10px;
   margin-right: 10px;
}

.sp-nav-sns a{
   color: white;
   font-size: 17px;
   font-size: 1.7rem;
}

.sp-nav-sns a:hover {
   color: gray;
}

.sp-nav-info {
   color: white;
   font-size: 15px;
   font-size: 1.5rem;
   border-top: 2px solid #24ba09;
   border-bottom: 2px solid #24ba09;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.sp-nav-info-box {
   display: flex;
   justify-content: space-between;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.section-title {
   font-size: 15px;
   font-size: 1.5rem;
}

.news-list {
   display: block;
}

.info-item {
   width: 100%;
   height: 25rem;
   margin-bottom: 20px;
}

.about-body {
   display: block;
}

.about-body-img {
   width: 100%;
}

.about-text-box {
   margin-left: 0;
   width: 100%;
}

.menu-body {
   display: block;
}

.menu-body-img {
   margin-left: 0;
   width: 100%;
}

.menu-text-box {
   width: 100%;
}

.map-box {
   display: block;
}

.map-img {
   margin-left: 0;
   width: 100%;
}

.map-map iframe {
   width: 268px;
   height: 140px;
}

.map-text {
   margin-left: 0;
}

.map-map {
   margin-bottom: 10px;
}

.footer-info {
   display: block;
   width: 80%;
}

.footer-info-flex {
   width: 80%;
}

.cover-title-page {
   font-size: 30px;
   font-size: 3.0rem;
   top: 37%;
}

#content {
   display: block;
}

.blog-flex {
   display: block;
}

article {
   width: 100%;
}

.blog-wrap {
   margin-bottom: 10px;
}

.sidebar-box {
   margin-left: 60px;
}

aside {
   width: 100%;
   margin-top: 50px;
}

.twitter {
   margin-left: -60px;
}

.menu-page-box {
   width: 100%;
}

.menu-price-1-1 {
   width: 48%;
}

.menu-price-1-2 {
   width: 50%;
}

.date-info {
   font-size: 15px;
   font-size: 1.5rem;
}

.blog-box-h2 {
   font-size: 15px;
   font-size: 1.5rem;
}

}/*レスポンシブ閉じ*/

/* Only this element will take half the time to finish */
.my-element {
  --animate-duration: 5s;
}