@charset "utf-8";
/*
Theme Name: ドギーズアイランド 松陰神社前
Description: ドギーズアイランド 松陰神社前 テンプレート
Version: 1.0
*/


/*
font-family: 'Arimo', sans-serif;
font-family: 'EB Garamond', serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Sorts Mill Goudy', serif;
*/


html {height:100%;
scroll-padding-top: 120px;}
body {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background: #F9F6F1;
    position: relative;
    height: 100%;
    caret-color: transparent;
}

h1 {
    height: 30px;
    font-size: .9em;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #BC9843;
    display: flex;
  align-items: center;
}

h1 span {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #fff; 
}

.inner {
    max-width:1180px;
    margin:0 auto;
}
#top {
    display: none;
}
main {

}
a[href^="tel:"] {pointer-events: none;}
a {
    color:#000000;
    transition: .2s;
}
a:hover {
    transition: .2s;
}
img {max-width: 100%;height: auto;}

.center {text-align:center;}
.right  {text-align:right; }
.left   {text-align:left; }



.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.flex_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start !important;
}

/* *************************************************************************
 header
/* ************************************************************************* */
header.flex {
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    background: #F9F6F1;
}
header .logo {
    padding: 0 1em;
}
header .logo a {
    display: block;
}

header .util {
    
}
.header_contact {

}
.header_contact a {
    background: #528118;
    color: #fff;
    text-decoration: none;
    padding: 0 2em;
    min-height: 74px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.header_contact a:hover {
    background: #ea5404;
    
}
.header_contact a span {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}
.header_contact a span i {
    display: block;
}
.header_contact a span em {
    display: block;
    font-size: 18px;
    line-height: 1em;
}

/* メインビジュアル */

.mv_shop {
    width: 1219px;
    height: 510px;
    margin: 40px auto 70px;
    position: relative;
}

.mv_shop_img_pc {

}

.mv_shop_img_pc ul {
    width: 100%;
}

.mv_shop_img_pc ul li {
    width: 100%;
}

.mv_shop_img_pc img {
    width: 1070px;
    height: 510px;
    object-fit: cover;
    margin: 0;
    border-radius: 40px;
}

.mv_shop_img_sp {
    display: none;
}

.mv_shop_name {
    position: absolute;
    top: 310px;
    left: 0;
    z-index: 1;
}

.mv_shop_name p {
    width: fit-content;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #BC9843;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 6px 15px;
}

.mv_shop_txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    writing-mode: vertical-rl;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.mv_shop_cal {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #F9F6F1;
    border-top-left-radius: 40px;
    padding: 25px 0 0 40px;
}

.cal table {
    width: 100%;
    margin: 0 0 10px 0;
}

.cal table tr {
    border-bottom: 1px #000 solid;
}

.cal table th {
    width: calc( 75% / 7 );
    color: #000;
    font-size: .8em;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 0 0 8px 0;
}

.cal table th:nth-of-type(1) {
    width: 25%;
}

.cal table td {
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 8px 0;
    color: #BC9843;
}

.cal table td:nth-of-type(1) {
    color: #000;
}

.cal p {
    color: #000;
    font-size: .75em;
    letter-spacing: 0.1em;
}

/* 下層メインビジュアル */

.mv_page {
    width: 1219px;
    height: 510px;
    margin: 40px auto 70px;
    position: relative;
}

.mv_page_img {

}

.mv_page_img img {
    width: 1070px;
    height: 510px;
    object-fit: cover;
    margin: 0;
    border-radius: 40px;
}

.mv_page_name {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 1;
}

.mv_page_name p {
    width: fit-content;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-color: #BC9843;
    color: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 6px 15px;
}


/* NEWS */

.news_bloc {
    width: 990px;
    margin: 0 auto 80px;
}

.news_bloc ul {
margin:0 auto;
padding: 0px;
display:flex;
flex-flow: row wrap;
justify-content: space-between;
width:100%;
}

.news_bloc ul li {
    width: 25%;
    margin: 0;
    padding: 5px 25px;
    list-style: none;
    border-left: 1px #000 solid;
    box-sizing: border-box;
}

.news_bloc ul li:nth-of-type(1) {
    border: none;
    padding: 0 25px 20px;
    line-height: 1em;
}

.news_bloc ul li dl {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.news_bloc ul li dl dt,
.news_bloc ul li dl dd {
    width: 100%;
}

.news_bloc ul li h3 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 1.6em;
    margin: 0 0 20px 0;
}

.news_bloc ul li h3::first-letter {
  color: #BC9843;
}

.news_bloc ul li h4 {
    letter-spacing: 0.2em;
    font-size: 1.4em;
    margin: 0 0 40px 0;
}

.news_bloc ul li p {
    margin: 0 0 10px 0;
    padding: 0x;
}

.news_bloc ul li .date {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 1em;
    margin: 0 0 15px 0;
}

.news_bloc ul li .cat {
    color: #BC9843;
    font-size: 1.1em;
    font-weight: bold;
}

.news_bloc ul li .title {
    font-size: 1em;
    font-weight: bold;
}

.news_bloc ul li .view {

}

.news_bloc ul li .view a {
    font-size: 1em;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.news_bloc ul li .view a:hover {
    text-decoration: underline;
}

.news_btn {
    width: 90%;
    display: block;
    position: relative;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    border: solid 1px #000;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.news_btn a {
    display: block;
    width: 100%;
    height: auto;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 10px;
    box-sizing: border-box;
}
.news_btn:after {
    content: "";
    width: 28px;
    height: 24px;
    background: url(./images/item-arrows-k.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
    transition: .2s;
    pointer-events: none;
}

.news_btn:hover {
    color: #fff;
    background-color: #F3FCE9;
    cursor: pointer;
}

/* grid */

.grid_bloc {
    width: 1219px;
    margin: 0 auto 80px;
}

.gridBox {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 270px);
  grid-template-areas:
    "item1 item1 item2 item2"
    "item1 item1 item3 item4"
    "item5 item6 item7 item7"
    "item5 item8 item9 item9"
    "item10 item11 item12 item12"
    "item13 item13 item12 item12";

 /* 余白調整用 */
  margin: 0 auto;
  width: 100%;
    gap: 2em;
}

.gridBox a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.gridBox a:hover {
    opacity: 0.6;
}

.item1 {
    grid-area: item1;
    border-radius: 24px;
    position: relative;
}

.item1 h3 {
    color: #fff !important;
}

.item1 p {

}

.item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.item2 {
    grid-area: item2;
    border-radius: 20px;
    position: relative;
    background: url("images/item2_back.png")
    center / cover;
}

.item2 h3 {
    color: #000 !important;
}

.item3 {
    grid-area: item3;
    border-radius: 20px;
    position: relative;
}

.item3 h4 {
    color: #fff !important;
}

.item3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.item4 {
    grid-area: item4;
    border-radius: 20px;
    position: relative;
}

.item4 h4 {
    color: #fff !important;
}

.item4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.item5 {
    grid-area: item5;
    border-radius: 20px;
    position: relative;
}

.item5 h3 {
    color: #fff !important;
}

.item5 p {

}

.item5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.item6 {
    grid-area: item6;
    border-radius: 20px;
    position: relative;
    background: url("images/item6_back.png")
    center / cover;
}

.item7 {
  grid-area: item7;
    border-radius: 20px;
    position: relative;
    background: url("images/item7_back.png")
    center / cover;
}

.item8 {
  grid-area: item8;
    border-radius: 20px;
    position: relative;
    background: url("images/item8_back.png")
    center / cover;
}

.item9 {
  grid-area: item9;
    border-radius: 20px;
    position: relative;
    background: url("images/item9_back.png")
    center / cover;
}

.item10 {
  grid-area: item10;
    border-radius: 20px;
    position: relative;
    background: url("images/item10_back.png")
    center / cover;
}

.item11 {
  grid-area: item11;
    border-radius: 20px;
    position: relative;
    background: url("images/item11_back.png")
    center / cover;
}

.item12 {
    grid-area: item12;
    border-radius: 20px;
    position: relative;
}

.item12 h3,
.item12 h5 {
    color: #fff !important;
}

.item12 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.item12 p {

}

.item13 {
    grid-area: item13;
}

.item13 ul {
    width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.item13 ul li {
  flex-basis: calc((100% - 17px * 2) / 3);
    text-align: center;
    border: 3px #BC9843 solid;
    border-radius: 20px;
    margin: 0;
    padding: 5px 0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.item13 img {
    width: 65px;
    margin: 0 0 3px 0;
}

.item13 p {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 8px 0;
}

.item13 p::first-letter {
  color: #BC9843;
}

.item13 h5 {
    font-size: .9em;
    line-height: 1em;
    letter-spacing: 0.005em;
    margin: 0;
}

.item-midd {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    text-align: right;
}

.item-midd h3 {
    font-size: 1.9em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin: 0 0 10px 0;
    padding: 0;
}

.item-midd h5 {
    font-size: 1em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin: 0 0 10px 0;
    padding: 0;
}

.item-midd p {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0 0 5px 0;
    padding: 0;
}

.item-midd figure img {
    width: 100%;
    height: auto;
    max-width: 24px;
    object-fit: contain;
    border-radius: 0px; 
    margin: 0;
    padding: 0;
}

.item-top {
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: right;
}

.gridBox h4 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 1.9em;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.item-top h3 {
    font-size: 1.9em;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    margin: 0 0 10px 0;
    padding: 0;
}

.item-top p {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
    padding: 0;
    color: #FFFFFF;
}

.item-top figure img {
    width: 100%;
    height: auto;
    max-width: 24px;
    object-fit: contain;
    border-radius: 0px; 
    margin: 0;
    padding: 0;
}

.item-bottom figure img {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 100%;
    height: auto;
    max-width: 180px;
    object-fit: contain;
    border-radius: 0px; 
    margin: 0;
    padding: 0;
}

.item-left figure img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 100%;
    height: auto;
    max-width: 220px;
    object-fit: contain;
    border-radius: 0px; 
    margin: 0;
    padding: 0;
}

/* google map */

.gmap_sec {
    width: 1219px;
    padding: 60px 0 20px;
    margin: 0 auto;
    text-align: center;
}

.gmap_sec h2 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 1.6em;
    margin: 0 0 10px 0;
}

.gmap_sec h2::first-letter {
  color: #BC9843;
}

.gmap_sec h3 {
    letter-spacing: 0.1em;
    font-size: 1.4em;
    margin: 0 0 40px 0;
}

.gmap {
position: relative;
padding-bottom: 36.25%;
height: 0;
overflow: hidden;
    margin: 0 0 60px 0;
    border-radius: 24px;
}

.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* insta */

.insta_sec {
    padding: 4em 0;
    text-align: center;
}

.insta_gallary {

}
.insta_slider2 .slick-slide,
.insta_slider .slick-slide {
    /*max-width: calc(100% / 6 - 1rem);*/
    margin: 0.5rem;
    aspect-ratio: 4 / 4;
}
.insta_slider2 .slick-slide > div,
.insta_slider .slick-slide > div {
    width: 100%;
    height: 100%;
}
.insta_slider2 .slick-slide .gallery-item,
.insta_slider .slick-slide .gallery-item {
    width:100%;
    height: 100%;
}
.insta_slider2 .slick-slide .gallery-item a,
.insta_slider .slick-slide .gallery-item a {
    background-size: cover;
    transition: all 0.1s ease-in-out;
    background-color: white;
    /* padding-top: 14%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height: 100%;
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.gallery-item:hover {
    opacity:0.8;
}

/* *************************************************************************
 footer
/* ************************************************************************* */
footer {
    background: #BC9843;
    color: #fff;
    padding: 55px 0 0 0;
}

.footer_inner {
    max-width:1080px;
    margin:0 auto;
}

footer .cal {
    background: #F9F6F1;
    border-radius: 24px;
    padding: 30px 45px;
}



.footer_top {
    overflow: hidden;
    padding: 0 0 55px 0;
}

.footer_left {
    float: left;
    width: 45%;
}

.footer_logo {
    padding: 1em 0;
}

img.footer_logo {
    max-width: 230px;
}

.footer_left h5 {
    font-weight: bold;
    letter-spacing: 0.15em;
    font-size: 1em;
    line-height: 1em;
    margin: 0 0 10px 0;
}

.footer_left p {
    letter-spacing: 0.1em;
    font-size: .9em;
    line-height: 1em;
    margin: 0 0 20px 0;
}

.footer_left dl {
    width: 90%;
display:flex;
flex-wrap: wrap;
    border: 2px #fff solid;
    border-radius: 10px;
}

.footer_left dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18%;
    padding: 10px;
    font-size: 1.1em;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.footer_left dd {
    display: flex;
  align-items: center;
    justify-content: center;
padding: 10px;
    font-size: .9em;
margin: 0;
width: 82%;
box-sizing: border-box;
}

.footer_contact {
    width: 100%;
    margin: 0 0 15px 0;
}

.footer_contact .tel a {
    display: flex;
  align-items: center;
    height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.2em;
    margin: 0 0 15px 0;
}

.footer_contact .tel figure {
 
    margin: 0 10px 0 0;
}

.footer_contact .tel img {   

}

.footer_contact .tel p {

    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}

.footer_contact .mail a {
    display: flex;
  align-items: center;
    height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 0 15px 0;
}

.footer_contact .mail a:hover {
    text-decoration: underline;
}

.footer_contact .mail figure {

    margin: 0 10px 0 0;
}

.footer_contact .mail img {   

}

.footer_contact .mail p {

    letter-spacing: 0.1em;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.footer_right {
    float: right;
    width: 55%;
    box-sizing: border-box;
}

.footer_menu {
    padding: 0 0 2em;
}
.footer_menu .inner {
    align-items: stretch;
    justify-content: space-between;
}

.footer_link_cell {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    gap: 3em;
}

.footer_link_cell ul {
    
}
.footer_link_cell ul li {

}

.footer_link_cell ul li ul {
    display: flex;
    flex-flow: column;
    gap: 1em;
}
.footer_link_cell ul li + li {

}
.footer_link_cell ul li.lv1 {
    font-size: .9em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: 0 0 1.3em 0;
}
.footer_link_cell ul li.lv2 {
    font-size: .8em;
    line-height: 1em;
    font-weight: normal;
    padding: 0 0 0 1em;
    margin: 0 0 1.1em 0;
}

.footer_link_cell ul li.lv2 + li.lv1 {
    padding: .2em 0 0 0;
}

.footer_link_cell ul li a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer_link_cell ul li a:hover {
    text-decoration: underline;
}

.footer_link_cell ul li p {
    font-size: .9em;
    padding: 0;
    margin: 10px 0 0;
    font-weight: normal;
}

.footer_link_cell .relation_box {
    padding: 10px 20px 20px;
    background-color: #FFFFFF;
    border-radius: 18px;
}

.footer_sns {
    display: none;
}
ul.footer_sns {
    display: flex;
    flex-flow: row !important;
    align-items: center;
    gap: 0 5px;
}
.footer_sns ul li {


}
ul.footer_sns li a {
    color: #fff;
    font-size: 1.6em;
    line-height: 1em;
    text-decoration: none;
    font-weight: bold;
    background-color: #82AB56;
    display:flex;
   align-items:center;
   justify-content:center;
   width:50px;
   height:50px;
   border-radius:50%;
}

.copyright {
    background: #333333;
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
}
.copyright small {
    font-family: UD Shin Go Regular;
    display: inline-block;
    font-size: .7em;
    line-height: 1em;
}

#pagetop {
    width: 4em;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 10000000;
}


div:has(.grecaptcha-badge) {
    display: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* *************************************************************************
 breadcrumbs
/* ************************************************************************* */
.breadcrumbs_wrap {

}
.breadcrumbs_wrap a {

}

/* *************************************************************************
 pager
/* ************************************************************************* */
.pager {
    margin-top: 2em;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.pager span,
.pager a {
	width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
    border: solid 1px #83b14f;
    box-sizing: border-box;
}
.pager span {
		background:#83b14f;
}
.pager a {
		background:#fff;
		color:#83b14f;
		text-decoration:none;
}
