/*
Theme Name: 社会福祉法人　光陽会
Theme URI: http://www.miyazaki-oozora.jp/
Author: ekokai
Author URI: http://www.fukushi-net.com/
Description: 社会福祉法人　光陽会のテーマファイルです。
Version: 1.0
License: ekokai
License URI: ekokai
Text Domain: 社会福祉法人　光陽会

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";
/****************************** 全体共通 ******************************/
@font-face {
  font-family: 'Hina2ndGrade';
  src: url('../font/Hina2ndGrade.ttf') format('truetype');
}
html {
    font-size: 16px;
}
html * {
    box-sizing: border-box;
}
body{
    font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
    padding: 0;
}
h1 {
    text-indent: -9999px;
    margin-top: -69px;
}
@media screen and (max-width: 767px) {
    table,
    tbody,
    table tr,
    table th,
    table td {
        display: block;
        width: 100%;
    }
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.pc {
    display: block;
}

.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.container {
    max-width: 1280px;
}

.main {
    width: 980px;
    margin: 0 auto;
}
section {
    margin-top: 100px;
    margin-bottom: 100px;
}
section h2 img {
    /* width: 30%; */
}
/***** ヘッダー *****/
.header_main {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .header_main {
        display: block;
    }
}
.navi_cocoto {
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.navi_cocoto a {
    color: #555;
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
}
/* ハンバーガーメニュー（PC非表示） */
.hamburger-btn {
    display: none;
}
.sp-menu-overlay {
    display: none;
}
.sp-slide-menu {
    display: none;
}

@media screen and (max-width: 767px) {
    /* 固定追従ハンバーガーボタン */
    .hamburger-btn {
        display: block !important;
        position: fixed;
        top: 12px;
        right: 12px;
        width: 32px;
        height: 26px;
        cursor: pointer;
        z-index: 10001;
        background: rgba(255,255,255,0.9);
        border: none;
        border-radius: 4px;
        padding: 4px;
    }
    .hamburger-btn span {
        display: block;
        width: 24px;
        height: 3px;
        background: #555;
        position: absolute;
        left: 4px;
        transition: all 0.3s ease;
    }
    .hamburger-btn span:nth-child(1) { top: 4px; }
    .hamburger-btn span:nth-child(2) { top: 12px; }
    .hamburger-btn span:nth-child(3) { top: 20px; }
    .hamburger-btn.active span:nth-child(1) {
        top: 12px;
        transform: rotate(45deg);
    }
    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-btn.active span:nth-child(3) {
        top: 12px;
        transform: rotate(-45deg);
    }

    /* 左スライドメニュー */
    .sp-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }
    .sp-menu-overlay.open {
        display: block;
    }
    .sp-slide-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #fff;
        z-index: 10000;
        transition: left 0.3s ease;
        padding-top: 60px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        overflow-y: auto;
    }
    .sp-slide-menu.open {
        left: 0;
    }
    .sp-slide-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .sp-slide-menu li {
        border-bottom: 1px solid #eee;
    }
    .sp-slide-menu a {
        display: block;
        padding: 15px 20px;
        color: #555;
        font-size: 1.4rem;
        font-family: 'Quicksand', sans-serif;
        text-decoration: none;
    }
    .sp-slide-menu a:hover {
        background: #f5f5f5;
    }

    /* 元のナビをスマホで非表示 */
    .navi_cocoto {
        display: none !important;
    }
}
.cocoto_kitchen_svg,
.kiyomaaru_svg {
    width: 80%;
    margin-top: -47px;
}
@media screen and (max-width: 768px) {
    .cocoto_kitchen_svg,
    .kiyomaaru_svg {
        width: 65%;
        margin-top: -30px;
    }
}
@media screen and (max-width: 767px) {
    .cocoto_kitchen_svg,
    .kiyomaaru_svg {
        margin-top: -50px;
    }
}
/***** メイン *****/
.cocoto_kitchen,
.kiyomaaru {
    margin-top: -250px;
}
@media screen and (max-width: 1024px) {
    .cocoto_kitchen,
    .kiyomaaru {
        margin-top: -178px;
    }
}
@media screen and (max-width: 767px) {
    .cocoto_kitchen,
    .kiyomaaru {
        margin-top: -70px;
    }
}
.key_visual {
    position: relative;
    z-index: -1;
    margin-top: -178px;
}
@media screen and (max-width: 767px) {
    .key_visual {
        margin-top: -71px;
    }
}
.main_contents {
    margin-top: -155px;
}
.concept_detail_1 {
    margin-top: 30px;
}
.concept_detail_1 p,
.concept_detail_2 p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    margin-right: 20px;
    margin-left: 20px;
}
.concept_detail_2 {
    margin-top: 115px;
}
.concept_detail_1,
.concept_detail_2 {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 767px) {
    .concept_detail_1 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .concept_detail_2 {
        display: block;
    }
}
.concept_text_1,
.concept_text_2 {
    font-size: 1.1rem;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .concept_text_1 p {
        display: block;
        text-align: center;
    }
}
.concept_img02 {
    height: 0%;
}

.concept_img03 {
    margin-top: -60px;
    height: 0%;
}
.concept_img04 {
    position: relative;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .concept_img04 {
        margin-left: 55.5%;
    }
}
@media screen and (max-width: 767px) {
    .concept_img04 {
        margin-left: 15.5%;
    }
}
@media screen and (max-width: 414px) {
    .concept_img01 {
        width: 60%;
    }
}
@media screen and (max-width: 414px) {
    .concept_img02 {
        margin-left: 53%;
        width: 40%;
    }
}
@media screen and (max-width: 414px) {
    .concept_img03 {
        width: 50%;
    }
}
@media screen and (max-width: 414px) {
    .concept_img04 {
        margin-left: 40%;
        width: 60%;
    }
}
.gallary {
    position: relative;
    z-index: -1;
}
.sun img,
.squirre img {
    width: 15%;
}
.sun img {
    margin-bottom: -50px;
}
.squirre img {
    margin-top: -100px;
}
.lunch_detail_1,
.lunch_detail_2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .lunch_detail_2 {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .lunch_detail_1 {
        display: block;
    }
}
.lunch_time_wrap {
    margin-right: -60px;
    margin-left: -60px;
    display: block;
}
@media screen and (max-width: 768px) {
    .lunch_time_wrap {
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
}
.lunch_time {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lunch_time table th,
.lunch_time table td {
    padding: 10px 20px;
    border-bottom: 1px solid #ff931f;
}
/* SP：ランチのアイコンと本文/料金表を縦積みにして表をフル幅で表示 */
@media screen and (max-width: 767px) {
    .lunch_time {
        display: block;
    }
    .lunch_time .col-sm-3,
    .lunch_time .col-sm-9 {
        width: 100%;
        text-align: center;
    }
    .lunch_time table {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .lunch_img04 {
        margin-left: 55.5%;
    }
}
@media screen and (max-width: 767px) {
    .lunch_img04 {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 414px) {
    .lunch_img01 {
        width: 30%;
    }
}
@media screen and (max-width: 414px) {
    .lunch_img02 {
        margin-left: 60%;
        width: 35%;
    }
}
@media screen and (max-width: 414px) {
    .lunch_img03 {
        width: 40%;
    }
}
@media screen and (max-width: 414px) {
    .lunch_img04 {
        margin-left: auto;
        margin-right: auto;
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
    .google_map {
        height: 354px;
    }
}
.access_detail {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .access_detail {
        display: block;
    }
}
.access_img02 {
    margin-top: 30px;
}
/**** きよまぁる *****/
@media screen and (max-width: 767px) {
    .kiyomaaru .concept_detail_2 {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .kiyomaaru .concept_detail_1 p,
    .kiyomaaru .concept_detail_2 p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .kiyomaaru .concept_img04 {
        margin-left: 55.5%;
    }
}
@media screen and (max-width: 767px) {
    .kiyomaaru .concept_img04 {
        margin-left: 15.5%;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru .concept_img01 {
        width: 50%;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru .concept_img02 {
        margin-left: 53%;
        width: 40%;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru .concept_img03 {
        width: 25%;
    }
}
@media screen and (max-width: 414px) {
    .kiyomaaru .concept_img04 {
        margin-left: 40%;
        width: 60%;
    }
}
/*
.food_content,
.food_content p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .food_content,
    .food_content p {
        display: block;
        padding: 20px;
    }
    .food_content img {
        width: 60%;
    }
}
*/
.higawari img,
.bred img {
    width: 20%;
}
@media screen and (max-width: 767px) {
    .higawari img,
    .bred img {
        width: 60%;
    }
}
.higawari img {
    margin-bottom: -100px;
}
.bred img {
    margin-top: -660px;
}
@media screen and (max-width: 414px) {
    .bred img {
        margin-top: -525px;
    }
}
.food_content {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .food_content {
        flex-flow: row wrap;
    }
}
.food_content {
    margin-top: 5px;
}

.food_content li {
    flex: 0 0 25%;
}
@media screen and (max-width: 414px) {
    .food_content li {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
}
.menu_content_area {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .menu_content_area {
        width: 100%;
        display: block;
    }
}
.menu_text {
    position: relative;
}
.text_frame {
    width: 100%;
}
.menu_text_details {
    font-size: 1.5rem;
    position: absolute;
    margin-top: -220px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_text_details a {
    color: #fdaa8a;
    position: absolute;
}
@media screen and (max-width: 1024px) {
    .menu_text_details {
        margin-top: -150px;
    }
}
.duck {
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 0;
}
.photo_frame {
    width: 100%;
}
/*menu*/
.monthly_menu {
  width:100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
}
.monthly_menu table {
  width: 100%;
  text-align: center;
}
.monthly_menu tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.monthly_menu th,
.monthly_menu td {
    flex: 1;
}
.monthly_menu th {
  text-align: center;
  background:#f2f5fc;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height:3.5em;
}
.monthly_menu td {
  background-color:#fff !important;
  border-bottom: solid 2px #dcdcdc !important;
  margin: 0 5px !important;
  vertical-align: top;
}

 /*ヘッダー行　１列ごとの色変え */
.monthly_menu th:nth-child(1)  {
  background:rgba(255,165,176,1);
}

.monthly_menu th:nth-child(2)  {
  background:rgba(255,165,176,0.3);
}
.monthly_menu th:nth-child(3)  {
  background:rgba(255,165,176,1);
}
.monthly_menu th:nth-child(4)  {
  background:rgba(255,165,176,0.3);
}
.monthly_menu th:nth-child(5)  {
  background:rgba(255,165,176,1);
}
/* 最終行のボーダーをなくす */
.monthly_menu tbody tr:last-child th,
.monthly_menu tbody tr:last-child td {
  border-bottom:none !important;
}
/*
.monthly_menu th:nth-child(6),
.monthly_menu td:nth-child(6) {
    display: none;
}
*/
.monthly_menu th:nth-child(6) {
    display: none;
}
.Sat {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .monthly_menu tr,
    .monthly_menu th,
    .monthly_menu td {
        display: block;
        width: 100%;
    }
    .monthly_menu .pc {
        display: none;
    }
    .monthly_menu tr {
        margin-top: 51px;
    }
    .monthly_menu tr:last-child {
        margin-bottom: 51px;
    }
    .monthly_menu th:nth-child(6),
    .monthly_menu td:nth-child(6) {
        display: none;
    }
    .monthly_menu th {
        margin-top: 10px;
        padding:0;
    }
    .monthly_menu th:nth-child(6),
    .monthly_menu td:nth-child(6) {
        display: block;
    }
    /*ヘッダー行　１列ごとの色変え */
    .Mon {
        background:rgba(255,165,176,1) !important;
    }
    .Tus {
      background:rgba(255,165,176,0.3) !important;
    }
    .Wed {
      background:rgba(255,165,176,1) !important;
    }
    .Thu {
      background:rgba(255,165,176,0.3) !important;
    }
    .Fri {
      background:rgba(255,165,176,1) !important;
    }
    .Sat {
        display: none !important;
    }
    .monthly_menu td {
        padding:0;
        margin: -2px 0 0 !important;
        font-size:0.9em;
        border: 1px solid #dcdcdc !important;
    }
    .monthly_menu td:nth-child(2) {
        font-size:1em;
    }
    .monthly_menu td:empty {
        display: none;
    }
    .monthly_menu tbody tr:last-child th,
    .monthly_menu tbody tr:last-child td {
        border-bottom: 1px solid #dcdcdc !important;
    }
}
.menu_alert {
    font-size: 1.05rem;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu a {
    color: #fdaa8a;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .menu {
        height: 15vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu:empty{
        display: none;
    }
}
.ornament {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cat {
    position: relative;
    z-index: 2;
    margin-bottom: -98px;
}
@media screen and (max-width: 767px) {
    .ornament {
        display: none;
    }
}
.goods_detail_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goods_detail_1 img {
    position: relative;
    z-index: 1;
    margin-bottom: -70px;
}
.goods_detail_1 div:empty {
    width: 200px;
    height: 10px;
}
.goods_detail_2 ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.goods_detail_2 li {
    flex: 0 0 25%;
}
.access_time_wrap {
    margin-right: -60px;
    margin-left: -60px;
    display: block;
}
@media screen and (max-width: 767px) {
    .access_time_wrap {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.access_time {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rabit {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .rabit {
        width: 50%;
    }
}
/***** フッター *****/
.to_top img:hover {
    cursor: pointer;
}
.footer_border_top img {
    width: 100%;
}
.footer_main {
    margin-top: 30px;
    padding: 40px 0;
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 767px) {
    .footer_main {
        margin-top: 10px;
        display: block;
    }
}
.footer_address a {
    color: #ff931f;
    border-bottom: 1px solid #ff931f;
}
.footer_address_kiyomaaru a {
    color: #ffa5b0;
    border-bottom: 1px solid #ffa5b0;
}
@media screen and (max-width: 767px) {
    .footer_address,
    .footer_address_kiyomaaru {
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
}
.footer_link a {
    color: #555;
    border: 1px solid #555;
    padding: 10px 20px;
}
.footer_link a:hover {
    text-decoration: none;
    background-color: #ddd;
}

.mtop{
    margin-top: 5rem;
}

/*
グリッド
*/

.ly_grid {
    display: grid;
}
.bl_flexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bl_flex01 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.hp_displayNoneUnderXlAndDisplayInlineOverXl {
    display: none;
}

@media (min-width:1200px) {
    .bl_flex01 {
        justify-content: flex-end;
    }
    .hp_displayNoneUnderXlAndDisplayInlineOverXl {
        display: inline;
    }
}

.hp_gap05_15 {
    row-gap: 0.5rem;
    column-gap: 1.5rem;
}

.hp_gap05 {
    gap: 0.5rem;
}
.hp_gap1 {
    gap: 1rem;
}

/* Instagram連携準備中の表示。連携完了後は削除して問題ありません */
.insta_preparing {
    padding: 2rem 1rem;
    font-size: 1.1rem;
    color: #888;
}
.hp_gap2 {
    gap: 2rem;
}

.ly_grid__12c {
    grid-template-columns: 1fr;
}

@media (min-width:1200px) {
    .ly_grid__12c {
        grid-template-columns:repeat(2, 1fr);
    }
}
