/**
Theme Name: astra child theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/


html,body { 
    margin: 0; 
    color: #000033;
    overflow-x:hidden;
    font-weight: bold;
    font-family: "Yu Mincho Demibold","游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
}

.hero { 
    position: relative; 
    width: 100%;
    height: 100vh;
}

.hero > video {
    width: 100%;
    height: 100%;           
    object-fit: cover;
    display: block;
	object-position: center 10%; 
}

.brand-rogo { 
    position: absolute;
    display: inline-block;
    left: 50%;    
    z-index: 2;             
    top: 10px;  
    transform: translateX(-50%);
    margin-top: 20px;    
}

.brand-rogo a { 
    text-decoration: none;
}

.brand-rogo img {
    width: 260px;           
    height: auto;
    display: block;
    z-index: 2; 
}

.hero-brand-en {
    position: absolute;
    display: inline-block;
    top: 130px;
    left: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.14em;
	white-space: nowrap;
    transform: translateX(-50%);
    z-index: 2;
}

.page-tabs_container {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: #000033; 
    color: #fff;
    position: sticky;
    top: 0;
}

.page-tabs_rogo {
    width: 10%;
    height: auto;
}

.page-tabs_rogo img {
    height: auto;     
    width: 90%;
    display: block;  
}

.page-tabs { 
    flex: 1;  
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
    overflow-x: auto;
}
  
.page-tabs ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; 
    gap: 24px;                
    white-space: nowrap;      
    overflow-x: auto;         
    -webkit-overflow-scrolling: touch;
}
  
.page-tabs a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 12px 0;
    letter-spacing: .06em;
}

.page-tabs a:hover,
.page-tabs a:focus{
    text-decoration: underline;
}

.page-tabs a.active{
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .2em;
}
  
.brand-en{
    font-size: 14px;
    opacity: .9;
}

.hamburger {        
    display: none;
}

.top-Chiyomaru {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding-bottom: 50px;
}

.top-Chiyomaru img {
    margin: 100px auto 0;
    width: 70%;
}

.Chiyomaru-brand-en {
    font-size: 40px;
    font-weight: 700;
    margin: 10px auto;
    display: block;
}

.top-Chiyomaru p {
    padding: 0 40px;
    font-size: 18px;
    margin: 100px auto 80px;
}

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

.choka-joho {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
}

.slider {
    width: 100%;
    margin: 100px 0;
    padding-left: 0;
}

.slider .slick-slide {
    display:flex;         
    align-items:center;
    justify-content:center;  
    margin: 10px;
    width: 260px !important; 
    height: 340px;
    background-color: #000033;              
}

.slider .slick-slide > *,
.slider li {
    list-style: none;
    display: block;    
    
}

.slider img {
    max-width: 100%;
    max-height: 95%;   
    width: auto;
    height: auto;
    object-fit: contain;  
    border-radius: 5%;
    border: 2px solid #fff;
    display: block;
}
/*
.info-news {            
    padding: 40px 0 0 0;
    max-width: 900px;        
    margin: 60px auto;
    width: 50%;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #cfd6dc;   
}
.news-item {
    display: grid;
    grid-template-columns: 140px 1fr auto auto auto; 
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 2px solid #cfd6dc;
    letter-spacing: .03em;
}

.news-item time { 
    font-weight: 700; 
    white-space: nowrap; 
}

.news-item span { 
    white-space: nowrap; 
}
  
.news-more {
    text-align: center;
    margin: 0 auto;
    background-color: #000033;
    width: 33%;
    white-space: nowrap;
    margin-top: 28px;
}

.news-more a {
    display: inline-block;
    padding: 12px 35px;
    background: #fff;
    color: #000033;
    text-decoration: none;
    font-weight: 700;
    border: 6px solid #000033;         
    border-radius: 12px;
    box-shadow: inset 0 0 0 6px #fff;  
}

.news-more a:hover { 
    opacity:.9; 
}
*/
/* 釣果情報一覧 全体 */
.choka-wrapper {
    max-width: 1100px;        
    margin: 60px auto 80px;
}

.choka-list {
    border-top: 1px solid #cfd3d9;
}

.choka-row {
    display: grid;
    grid-template-columns: 2.8fr 1fr 1fr 2fr;  
    align-items: center;
    padding: 16px 40px;
    border-bottom: 1px solid #cfd3d9;
    font-size: 18px;
}

.choka-title {
    flex: 2;
    text-align: left;
}

.choka-size,
.choka-count,
.choka-detail {
    text-align: center;
}

/* 「過去の釣果情報」ボタン部分 */
.choka-more-btn-wrap {
    text-align: center;
    margin-top: 80px;
}

.choka-more-btn {
    position: relative;
    padding: 12px 45px;
    background: #fff;
    color: #000033;
    text-decoration: none;
    font-weight: 700;    
    font-size: 18px; 
    border-radius: 12px;
    z-index: 1;
}

.choka-more-btn::before {
    content: "";
    position: absolute;
    inset: -8px;              
    background: #000033;
    border-radius: 0;           
    z-index: -10;
}


.nami img {
    max-width:100%;
    height: auto;
    object-fit: cover;
    overflow:hidden;
    display: block;
}  

.calendar {
    width: 80%;
    height: auto;
    margin: 60px auto;
    text-align: center;
}

.calendar h2 {
    text-align: center;
    margin-bottom: 0;
}

.calendar-wrap iframe { 
	max-width: 100%; 
}

.cal-legend{
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
}

.legend-item{
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.legend-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.legend-chiyomaru{
  background: #039BE5;
}
.legend-chiyomaru2{
  background: #8E24AA;
}

.top-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.top-container-top {
    display: flex;
}

.top-container-left,
.top-container-right {
    width: 45%;
    margin: 0 auto;
    gap: 10%;
}

.fees-img {
    position: relative;   
    display: inline-block;       
    margin: 0 auto; 
}

.fees-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fees-label {
    position: absolute;
    left: 60%;
    bottom: 35%;              
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    font-size: clamp(16px, 2vw, 20px);
    letter-spacing: 0.08em;
    white-space: nowrap;       
}

.top-container-bottom {
    margin-top: 50px;
}

.top-container-left p,
.top-container-right p, 
.top-container-bottom p {
    margin-bottom: 0;
}

.footer-before {
    width: 100%;
    height: auto;
}

.fb_page-tabs {
    width: 80%;
    justify-items: center;   
    gap: 22px; 
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    margin-bottom: 50px;
}

.cat-card {
    width: min(100%, 430px); 
    height: 150px;
    border: 4px solid #000033;
    background-color: #000033;
    position: relative;
    display: flex;
    align-items: stretch;
    aspect-ratio: 16 / 9; 
    overflow: hidden;
    text-decoration: none;
}

.cat-card img {
    position: absolute;
    width: 60%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cat-card h3 {
    position: absolute;
    display: block;
    text-align: end;
    color: #fff;
    margin: 0;
    font-size: 22px;
    bottom: 12px; 
    left: 60%;   
    z-index: 5; 
}

.cat-card.zoom1 h3 {
    left: 50%;
}

.cat-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 28%;
    background: #000033;
    transform: skewX(-18deg);    
    z-index: 1;  
}

.br-hidden {
    display: none;
}

footer {
    width: 100%;
    height: auto;
    background-color: #000033;
    padding-bottom: 80px;
    display: flex;
}

.footer-left {
    width: 60%; 
}

.footer_rogo {
    width: 50%;
    padding: 50px 0 20px 140px;
    
}

.footer_rogo img {
    width: 70%;
    height: auto;
}

.footer-brand-en{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transform: translateY(-20%);
}

.footer-left span {
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    padding-left: 140px;
}

.footer-right {
    width: 40%;
    display: flex;
    flex-direction: column;   
    align-items: flex-end;   
}

.footer-icon {
    display: flex;
    gap: 12px;                
    margin: 100px 0 30px 0;    
    padding-right: 140px;
}


.footer-icon img {
    width: 60px;              
    height: 60px;
    display: inline-block;
}

.ft__sns:hover{ 
    opacity: 1; 
    transform: scale(1.05); 
}

.footer-weather {         
    height: auto;
    display: block;
    padding-right: 140px;
    text-align: right; 
}

.footer-weather img {
    display: inline-block;
}

/* go-to-top */
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #000033;
    opacity: 0.5;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
    outline: 1px solid #000033;
    outline-offset: 1px;
}

#page-top a:hover{
	background: #777;
}

#page-top {
	position: fixed;
	right: 50px;
	bottom:40px;
	z-index: 1000;
	opacity: 0;
	transform: translateY(130px);
}

#page-top .chev{
    width: 10px; height: 10px;
    border-top: 3px solid #000033;
    border-right: 3px solid #000033;
    transform: rotate(-45deg);     
    margin-top: 8px;
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(130px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(130px);
  }
}


/* 固定お問い合わせ */
.fixed-call{
    position: fixed; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: 900;
    background: #000033; 
    color:#fff;
    padding: 10px 16px 10px;
    display:flex; 
    align-items:center; 
    justify-content:center; 
    gap:14px;
}
  
.call-lead{
    display:inline-block;          
    padding: 5px 14px;
    background:#fff; 
    color:#000033; 
    border-radius: 999px;
    font-weight:700; 
    white-space:nowrap;
}
  
.call-btn{
    color:#fff;
    text-decoration:none; 
    padding:0 16px;
    border-radius:999px; 
    font-weight:700;
    font-size: 30px;
    white-space:nowrap; 
    display:inline-block;
}

.call-btn:hover{ 
    opacity:.9; 
}
  
.call-note{ 
    font-size:14px; 
    opacity:.9; 
    white-space:nowrap; 
}

#coming-soon-footer-banner {
    display: none !important;
  }

/* ===== タブレット表示 ===== */
@media screen and (min-width: 1024px) and (max-width: 1240px){
    .hero{
        width: 100vw;
        height: 60vh;           
        overflow: hidden;
    }

    .hero > img{
        width: 100%;
        height: 60vh;
        object-fit: cover;       
    }

    .page-tabs_rogo img {
        height: 28px;
        width: auto;
    }

    .brand-en {
        font-size: 12px;
    }

    .choka-wrapper {
        width: 80%;
        margin: 60px auto;
    }

    .choka-row {
        padding: 14px 24px;
        font-size: 16px;
    }

    .choka-more-btn-wrap {
        width: 100%;
    }

    .fees-label {
		bottom: 31%;
	}

    .fb_page-tabs {
        width: 85%;
        padding: 0;
        gap: 14px;
        margin-bottom: 40px;
        margin-inline: auto;
    }

    .cat-card {
        height: 100px;
        justify-content: flex-start;  
    }

    .cat-card h3 {
        font-size: 16px;
        line-height: 1.3;
        left: 65%;
    }

    .cat-card.zoom1 h3 {
        left: 53%;
    }

    .cat-card.zoom6 h3 {
        left: 55%;
    }

    .footer_rogo {
        width: 50%;
        padding: 50px 0 20px 80px;
    }

    .footer-left span {
        font-size: 20px;
        padding-left: 80px;
    }

    .footer-icon {
        justify-items: flex-end;
        width: auto;
        height: auto;
        padding: 30px 73px 0 0;
    }

    .footer-weather {
        padding-right: 73px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .hero {
        width: 100vw;
        height: 60vh;           
        overflow: hidden;
    }

    .hero > img {
        width: 100%;
        height: 60vh;
        object-fit: cover;
        object-position: 50% 40%;
    }

    .hero-brand-en {
        top: 110px;
    }

    .page-tabs_rogo img {
        width: 60px;
        height: auto;
        display: block;
    }

    .page-tabs ul { 
        gap: 12px;
    }

    .brand-en {
        font-size: 10px;
        text-align: end;
    }

    .br-hidden {
        display: inline;
    }
	
	.top-Chiyomaru {
    width: 70%;
	}

    .slider {
        width: 100%;
        margin: 70px 0;
    }

    .choka-wrapper {
        width: 90%;
        margin: 60px auto;
    }

    .choka-row {
        padding: 14px 20px;
        font-size: 15px;
        grid-template-columns: 2.4fr 0.8fr 0.8fr 1.6fr;
    }

    .choka-more-btn-wrap {
        margin-top: 80px;
        width: 100%;
    }

    .fees-label {
		bottom: 31%;
	}

    .fb_page-tabs {
        gap: 16px;
        width: 85%;
    }

    .cat-card {
        height: 80px;
        justify-content: flex-start;  
    }

    .cat-card h3 {
        font-size: 15px;
        line-height: 1.0;
        bottom: 8px;
        left: 60%;
        white-space:nowrap;
    }

    .cat-card.zoom1 h3 {
        left: 55%;
    }

    .cat-card.zoom6 h3 {
        left: 49%;
    }

    .fixed-call {
        gap: 0;
    }

    .footer_rogo {
        width: 50%;
        padding: 50px 0 20px 40px;
    }

    .footer-brand-en{
        font-size: 20px;
    }

    .footer-left span {
        font-size: 18px;
        padding-left: 40px;
    }
    
    .footer-icon {
        justify-items: flex-end;
        width: auto;
        height: auto;
        padding: 60px 50px 0 0;
    }

    .footer-weather {
        padding-right: 50px;
    }
    
}

/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .hero{
        width: 100%;
        height: 75vh;        
    }

    .hero > video {     
        width: 100%;
        height: 75vh;                
    }

    .brand-rogo img {
        width: 110px;           
    }

    .hero-brand-en {
        font-size: 16px;
        top: 80px;
    }
	
	.page-tabs_rogo {
        width: 20%;
	}

    .brand-en {   
        font-size: 10px;
    }

    .brand-en .br-hidden {
        display: none;
    }

    .hamburger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 50px;
        height:50px;
        background: transparent;       
        border: none; 
        z-index: 1100;
        margin-left: auto;
    }
    
    .hamburger__line{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        background: #fff;  
        width: 45%;
    }
    
    .hamburger__line:nth-of-type(1) {
        top:15px;	
    }
    
    .hamburger__line:nth-of-type(2) {
        top:23px;
    }
    
    .hamburger__line:nth-of-type(3) {
        top:31px;
    }
    
    .hamburger.active .hamburger__line:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    
    .hamburger.active .hamburger__line:nth-of-type(2) {
        opacity: 0;
    }
    
    .hamburger.active .hamburger__line:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
	
	.page-tabs_container{
        z-index: 10000;   
    }
    
    #nav-menu.page-tabs {
        position: fixed;
        display: block; 
        overflow: visible; 
        top: 0%;
        left: 0;
        width: 250px;
        height: 80vh;
        background-color: #000033;
        box-shadow: 2px 0 4px rgba(0,0,0,.1);
        transform: translateX(-100%);
        transition: transform .4s;
        z-index: 9999;
    }
      
    #nav-menu.active {
        transform: translateX(0);
    }
      
    .page-tabs ul {
        margin: 0;
        padding: 60px 0 0 60px;
        list-style: none;
        overflow-x: visible;
        flex-direction: column;
        gap: 15px;
    }
      
    .page-tabs li {
        width: 100%;
    }
      
    .page-tabs.nav__link {
        display: block;
        padding: 5px 0;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }
    
    .page-tabs a{
        color: #fff;
        text-decoration: none;
        opacity: .95;
        padding: 8px 0;
    }
    
    .page-tabs a:hover{
        opacity: 1;
        color: #ab6520;
    } 

    .top-Chiyomaru {
        width: 80%;
    }

    .top-Chiyomaru img {
        width: 50%;
    }

    .Chiyomaru-brand-en {
        font-size: 24px;
        margin-top: 10px;
    }
	
	.top-Chiyomaru p {
		padding: 0;
	}

    .info h2 {
        margin-top: 0;
    }

    .choka-row {
        display: flex;         
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 6px 14px;
    
        font-size: 14px;
    }

    .choka-title {
        flex: 0 0 50%;
        text-align: center;
		white-space: nowrap;
    }

    .choka-row .choka-size,
    .choka-row .choka-count,
    .choka-row .choka-detail {
        flex: 0 0 auto;
        white-space: nowrap;
    }
	
    .calendar {
        width: 90%;
    }

    .calendar h2 {
        font-size: 24px;
    }

    .calendar h3 {
        font-size: 20px;
    }

    .top-container {
        width: 90%;
    }

    .top-container-top {
        flex-direction: column;
    }

    .top-container-left {
        width: 100%;
    }

    .top-container-right {
        width: 100%;
    }

    .top-container-bottom {
        margin-top: 50px;
    }
	
	.fees-label {
		bottom: 32%;
	}

    .fb_page-tabs {
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }

    .cat-card {
        height: 100px;
    }

    .cat-card h3 {
        left: 65%;
        bottom: 5px;
        font-size: 16px;
    }

    .cat-card.zoom1 h3 {
        left: 52%;
    }

    .cat-card.zoom6 h3 {
        left: 55%;
    }

    .cat-card.zoom1 .br-hidden {
        display: none;
    }
                
    .fixed-call {
        flex-direction: column;  
        align-items:center;
        row-gap:4px;  
    }

    .fixed-call-main{
        display:flex;
        align-items:center;
        column-gap:14px;           
    }

    .call-lead {
        padding: 3px 8px;
        font-size: 12px;
    }

    .call-btn {
        font-size: 20px;
        padding: 0 6px;
    }

    .call-note { 
        white-space:nowrap;              
        text-align: center;        
        margin-top: 4px;          
    }


    footer {
        flex-direction: column;
        height: auto;
        padding-bottom: 90px;
    }

    .footer-left {
        width: 80%;
    }

    .footer_rogo {
        width: 70%;
        padding-left: 20px;
    }

    .footer_rogo img {
        width: 100%;
    }

    .footer-brand-en {
        font-size: 20px;
    }

    .footer-left span {
        font-size: 14px;
        padding-left: 20px;
    }

    .br-hidden {
        display: inline;
    }

    .footer-right {
        width: 100%;
        transform: translateY(-10%);
    }

    .footer-icon {
        padding-right: 20px;
        transform: translateY(-440%);
        margin: 0;
    }

    .footer-right > img {
        padding-right: 20px;
        margin-left: 0;
        margin: 0 auto;
    }

    .footer-icon img {
        width: 40px;
        height: 40px;
    }

    .footer-weather {
        padding: 0;
        margin: 0 auto;
    }

    .ast-plain-container {
        min-height: calc(100vh - 80px);
        padding-bottom: 80px;
    }

}

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

.Chiyomaru {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    padding-bottom: 50px;
}

.Chiyomaru img {
    margin: 100px auto 0;
    width: 80%;
}

.Chiyomaru-brand-en {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
}

.about-Chiyomaru1,
.about-Chiyomaru2 {
    margin: 100px auto 200px;
    width: 65%;
    text-align: center;
}

.Chiyomaru1-txt {
    width: 60%;
    margin: 0 auto 100px;
}

.Chiyomaru1-txt p {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.about-main-img {
    width: 100%;
    height: 90vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.about-Chiyomaru1 h2,
.about-Chiyomaru2 h2 {
    font-size: 30px;
    font-weight:700; 
    white-space:nowrap;
    margin: 100px auto 80px;
}

.about-Chiyomaru1 span,
.about-Chiyomaru2 span {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
}

.equip-gallery{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}
  
.equip-grid{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 18px;         
}
  
.equip-card{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
  
.equip-card img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border: 2px solid #e7ecf1;   
    box-shadow: 0 0 0 6px #000033 inset; 
}
  
.equip-card figcaption{
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #000033;
}

.about-nagimiport {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 70px;
}
  
.about-nagimiport h2 {
    font-size: 30px;
    font-weight:700; 
    white-space:nowrap;
    margin: 100px auto 80px;
    text-align: center;
}

.about-nagimiport > p {
    font-size: 18px;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.about-nagimiport img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.captains {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 70px;
}

figure { 
    margin: 0; 
}

.captain {
    width: 100%;
    background-color: #e3e1e1;
    display: flex;
    margin: 20px auto;
    align-items: center; 
}

.captain img {
    width: 50%;
    height: auto;
    display: block;
    object-fit: contain;
    padding: 20px 16px;
    margin: 0;
}

.captain-txt {     
    padding: 50px;
    text-align: center;
    margin: 0 auto;
    
}

.captain-txt h3 {
    font-size: 22px;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.captain-txt p {
    text-align: left;
    margin: 0;
    font-size: 18px;
    width: 90%;
    text-align: left;
}

/* ===== タブレット表示 ===== */
@media screen and (min-width: 1024px) and (max-width: 1240px){

    .about-main-img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }

    .captain-txt {
        padding: 50px 20px;
    }

    .captain-txt h3 {
        font-size: 18px;
    }

    .captain-txt p {
        font-size: 14px;
    }

    .about-nagimiport img {
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .about-Chiyomaru1,
    .about-Chiyomaru2 {
        width: 80%;
        padding-bottom: 70px;
        margin: 0 auto;
        text-align: center;
    }

    .about-main-img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }

    .Chiyomaru1-txt {
        width: 70%;
    }

    .about-Chiyomaru1 span, 
    .about-Chiyomaru2 span {
        display: block;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .equip-gallery {
        
        padding: 20px 16px 20px;
    }

    .captains {
        margin-top: 50px;
    }

    .captain img {
        height: auto;
    }

    .captain-txt {
        padding: 50px 20px;
    }

    .captain-txt h3 {
        font-size: 18px;
    }

    .captain-txt p {
        font-size: 16px;
    }

    .about-nagimiport {
        width: 80%;
    }

    .about-nagimiport img {
        height: auto;
    }
}


/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .Chiyomaru {
        width: 90%;
    }

    .Chiyomaru img {
        margin-top: 70px auto 0;
        width: 70%;
        padding-left: 0;
    }

    .Chiyomaru-brand-en {
        font-size: 26px;
        font-weight: 700;
        margin: 0 auto;
    }

    .about-Chiyomaru1,
    .about-Chiyomaru2 {
        width: 85%;
        margin: 0 auto 100px;
    }

    .Chiyomaru1-txt {
        width: 100%;
    }

    
    .about-main-img {
        height: auto;
    }

    .about-Chiyomaru1 span, 
    .about-Chiyomaru2 span {
        display: block;
        width: 85%;
    }

    .equip-gallery{
        max-width: 100%;
        padding: 20px 12px 40px;   
    }

    .equip-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 12px;            
    }

    .captains {
        margin-top: 30px;
    }

    .captain {
        width: 100%;
        flex-direction: column;   
        align-items: center;
    }

    .captain img {
        width: 90%;               
        height: auto;             
        padding: 24px 16px 8px;
    }
    
    .captain-txt {
        padding: 30px 25px;
        text-align: center;
    }

    .captain-txt h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .captain-txt p {
        font-size: 14px;
    }

    .about-nagimiport {
        width: 90%;
        margin-bottom: 50px;
    }

    .about-nagimiport h2 {
        font-size: 30px;
        white-space: normal;
    }

    .about-nagimiport > p {
        width: 85%;
    }

    .about-nagimiport img {
        height: auto;
    }
}



/* ====== rest ===== */

.rest-area {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-bottom: 50px;
}

.rest-area img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rest-area h2 {
    font-size: 30px;
    font-weight:700; 
    white-space:nowrap;
    margin: 50px auto 20px;
}

.rest-area span {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
}

.common-area {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 50px;
}

.common-area img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.share-gallery{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}
  
.share-grid{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 18px;         
}
  
.share-card{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
  
.share-card img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border: 2px solid #e7ecf1;   
    box-shadow: 0 0 0 6px #000033 inset; 
}
  
.share-card figcaption{
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #000033;
}

.private-area {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    justify-items: center;
}

.private-area img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.private-gallery{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 40px;
}
  
.private-grid{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px 18px;         
}
  
.private-card{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
  
.private-card img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border: 2px solid #e7ecf1;   
    box-shadow: 0 0 0 6px #000033 inset; 
}
  
.private-card figcaption{
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #000033;
}

.restspace {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    justify-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.restspace img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.restspace h2 {
    font-size: 30px;
    font-weight:700; 
    white-space:nowrap;
    margin: 50px auto 20px;
    text-align: center;
}

.restspace p {
    width: 60%;
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 50px;
}
/*
.restspace-cta {   
    width: 50%;
    height: 90px;
    background-color: #ab6520;
    border-radius: 15px;
    display: inline-block; 
    text-align: center;
    text-decoration: none;     
    margin: 16px auto;      
    white-space: nowrap; 
    color: #fff;
    font-size: 24px;
    line-height: 90px;
}
*/

/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .rest-area,
    .restspace  {
        width: 85%;
    }

    .rest-area img,
    .restspace img {
        width: 100%;
    }

    .rest-area h2,
    .restspace h2 {
        font-size: 24px;
        white-space: normal;
    }

    .rest-area span {
        width: 100%;
        font-size: 18px;
    }

    .common-area,
    .private-area {
        width: 85%;
    }

    .share-gallery,
    .private-gallery  {
        width: 100%;
        padding: 20px 0 40px;
    }

    .restspace p {
        width: 100%;
    }

}


/* ====== price ===== */

.fees-container {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-bottom: 50px;
}

.about-fees {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.about-fees img {
    display: inline-block;
    height: 40px;
}

.fees-container-top {
    display: flex;
    margin: 0 auto;
}

.fees-container-top .fees-label {
	position: absolute;
    top: 47%;
    transform: translate(-60%, -50%);
    margin: 0;
    padding: 6px 0 6px 44px;
    font-size: clamp(24px, 2vw, 20px);
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.fees-container-left,
.fees-container-right {
    width: 45%;
    margin: 0 auto;
    gap: 10%;
}

.fees-container-left p,
.fees-container-right p,
.fees-container-bottom p {
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 0;
}

.fees-container-bottom {
    width: 100%;
    margin: 0 auto;
}

.fees-container-bottom .fees-img {
    position: relative;   
    display: inline-block;       
    margin: 0 auto; 
    margin: 100px auto;
}

.fees-container-bottom .fees-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fees-container-bottom .fees-label {
    position: absolute;
    left: 50%;
    bottom: 28%;              
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    font-size: clamp(24px, 2vw, 20px);
    letter-spacing: 0.08em;
    white-space: nowrap;       
}

.fees-container-bottom h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

.fees-container-bottom p {
    font-size: 18px;
    margin: 0;
}

.fees-rental {
    width: 100%;
    margin: 0 auto;
}

.fees-rental p {
    font-size: 18px;
}

.guidance {
    margin: 0 auto;
    width: 60%;
    height: auto;
    text-align: center;
    padding-bottom: 50px;
    margin-top: 50px;
}

.riyou-annai img {
    display: block;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 230px;
}

.guidance .fees-img {
    position: relative;   
    display: inline-block;       
    margin: 0 auto; 
    margin-bottom: 50px;
    width: 55%;
}

.guidance .fees-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.guidance .fees-label {
    position: absolute;
    left: 55%;
    bottom: 18%;              
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    font-size: clamp(24px, 2vw, 20px);
    letter-spacing: 0.08em;
    white-space: nowrap;       
}

.chiyo-tel {
    display: flex;
    justify-content: center;
    gap: 30px;            
    margin: 40px auto 0; 
    height: auto;
}

.chiyo-tel-left,
.chiyo-tel-right {
    display: flex;
    align-items: center;  
    gap: 12px;            
}

.chiyo-tel-left {
    justify-content: flex-end;
}

.chiyo-tel-right {
    justify-content: flex-start;
}

.chiyo-tel-left img,
.chiyo-tel-right img {
    width: 17%;          
    height: auto;
    flex-shrink: 0;
    display: block;  
}

.chiyo-tel-left a,
.chiyo-tel-right a {
    white-space:nowrap;
    text-decoration: none;
    font-size: 30px;
    color: #000033;
    font-weight: bold;
}

.guidance-txt{
  width: 90%;
  margin: 50px auto 0;
}

.guidance-txt li {
    list-style: none;
    text-align: left;
    font-size: 18px;
}

.line-reservation {
    display: flex;
    width: 70%;
    height: 100px;
    background-color: #e3e1e1;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
}

.line-reservation a{
  display: flex;
  align-items: center;   
  flex-direction: row;
  gap: 14px;             
  width: 100%;
  height: 100%;
  padding: 0;       
  text-decoration: none; 
  color: inherit;        
}

.line-reservation img {
    width: 15%;
    height: auto;
    margin: 0 10px;
}

.line-reservation p {
    white-space:nowrap;
    text-align: left;
    display: block;
    margin-bottom: 0;
}

.sp-only{ 
	display:none; 
}

.schedule {
    margin: 0 auto;
    width: 40%;
    text-align: center;
    margin-top: 50px;
}

.toujitsu img {
    display: block;
    height: 52px;
    margin: 0 auto;
    margin-bottom: 50px;
    
}

.schedule .fees-img {
    position: relative;   
    display: inline-block;       
    margin: 30px auto 30px;
}

.schedule .fees-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.schedule .fees-label {
    position: absolute;
    left: 55%;
    bottom: 16%;              
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    font-size: clamp(24px, 2vw, 30px);
    letter-spacing: 0.08em;
    white-space: nowrap;       
}

.schedule p {
    white-space: normal;
    text-align: left;
    display: block;
    font-size: 20px;
}

/* ===== タブレット表示 ===== */
@media screen and (min-width: 1024px) and (max-width: 1240px){
    .fees-container {
        width: 75%;
    }

	.fees-container-top .fees-label {
        left: 80%; 
        transform: translateX(-80%);
		font-size: 20px;
		padding-left: 40px;
	}

    .guidance {
        width: 75%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px){
    .fees-container {
        width: 80%;
    }
	
	.fees-container-top .fees-label {
        left: 80%; 
        transform: translate(-75%,-63%);
		font-size: 18px;
		padding-left: 40px;
	}

    .fees-container-left p,
    .fees-container-right p, 
    .fees-container-bottom p {
        font-size: 16px;
    }

    .fees-container-bottom .fees-label {
        bottom: 15%;              
    }

    .guidance {
        width: 80%;
    }
	
	.guidance .fees-img {
		width: 65%;
	}
	
	.guidance .fees-label {
		bottom: 15%;
	}

    .line-reservation {
        width: 75%;
    }
	
	.line-reservation a{
		gap: 10px;
	}

    .line-reservation p { 
        font-size: 14px;
    }
	
	.schedule {
        width: 50%;
	}
	
	.schedule .fees-label {
		bottom: 10%;
	}

    .schedule p {
        font-size: 18px;
    }

}


/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .fees-container {
        width: 80%;
    }

    .about-fees {
        width: 90%;
        padding-top: 50px;
    }

    .fees-container-top {
        flex-direction: column;
        column-gap: 15px;
    }
	
	.fees-container-top .fees-label {
		font-size: 18px;
		bottom: 30%;
		padding-left: 50px;
	}

    .fees-container-left, 
    .fees-container-right {
        width: 100%;
    }

    .fees-container-top .fees-img {
        width: 100%;
    }

    .fees-container-bottom .fees-img {
        margin: 50px 0 30px;
    }

    .fees-container-left p, 
    .fees-container-right p, 
    .fees-container-bottom p {
        bottom: 30%;
		font-size: 18px;
    }

    .fees-container-bottom .fees-label {
        bottom: 11%;
        font-size: 18px;
		padding-left: 40px;
    }

    .fees-container-bottom h3 {
        font-size: 20px;
    }

    .fees-rental p {
        font-size: 20px;
    }
    
    .guidance {
        width: 80%;
    }

    .guidance .fees-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .guidance .fees-label {
        bottom: 10%;
        font-size: 18px;
    }

    .chiyo-tel {
        flex-direction: column;
        justify-content: center; 
        align-items: center;
    }

    .chiyo-tel-left {
        justify-content: center;
    }

    .chiyo-tel-right {
        justify-content: center;
    }
	
	.guidance-txt {
        margin: 50px auto;
    }
	
	.guidance-txt ul{
        padding-left: 0;      
        margin: 0 auto;      
        display: inline-block;
        text-align: left;     
    }

    .line-reservation {
        width: 100%;
        margin: 0 auto;
    }
	
	.line-reservation img {
        width: 25%;
		margin: 0;
	}

    .line-reservation p {
        width: 80%;
        white-space: normal; 
		font-size: 14px;
    }
	
	.sp-only{ 
		display:inline; 
	}

    .schedule {
        width: 80%;
    }

    .schedule .fees-img {
        margin: 30px auto 20px;
    }

    .schedule .fees-label {
        bottom: 10%;
		font-size: 18px;
    }

    .schedule p {
        font-size: 18px;
    }
}



/* ====== access ===== */

.access-container-top {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-bottom: 50px;
}

.access-container-top h2 img {
    display: block;
    width: 200px;       
    height: auto;
    margin: 0 auto; 
    padding-top: 50px;
}

.about-access {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about-access .fees-img {
    position: relative;   
    display: inline-block;       
    margin: 50px auto 30px;
}

.about-access .fees-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-access .fees-label {
    position: absolute;
    left: 50%;
    bottom: 26%;              
    transform: translateX(-50%);
    margin: 0;
    padding: 6px 14px;
    font-size: clamp(24px, 2vw, 20px);
    letter-spacing: 0.08em;
    white-space: nowrap;
    font-weight: bold;       
}

.about-access img {
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.about-access > p {
    text-align: center;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
}

.access-map {
    width: 100%;
    margin: 30px auto 0;
    margin-bottom: 50px;
}

.access-map-frame {
    width: 100%;  
    border: 0;   
    margin: 0 auto;
    display: block;  
}


.access-container-bottom {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}

.access-image-row {
    width: 100%;
    height: auto;
    display:flex;
    align-items:center;
    gap: clamp(24px,3vw,40px);
    margin: 24px 0;
}

.media{ 
    flex: 0 0 48%; 
}

.media img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 20px;
}

.text { 
   width: 50%;
   height: auto;
   text-align: center; 
}

.text p {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 100px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 70px solid #000033;
    margin: 60px auto 0;
    transform: translateY(90%);
}

.access-image-row:last-child .triangle-down {
    display: none;
}

/* PC用（横長） */
@media screen and (min-width: 768px) {
    .access-map-frame {
        aspect-ratio: 3 / 2;   
    }
}

/* ===== タブレット表示 ===== */
@media screen and (min-width: 1024px) and (max-width: 1240px){
    .about-access .fees-label {
        bottom: 20%;
    }

    .access-container-bottom {
        width: 75%;
        padding-bottom: 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px){
    .about-access .fees-label {
        bottom: 15%;
    }

    .access-map {
        margin-bottom: 0;
    }

    .access-container-bottom {
        width: 80%;
        padding-bottom: 0;
    }

    .text p {
        font-size: 24px;
    }
}

/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .access-container-top {
        width: 80%;
    }

    .about-access .fees-img {
        margin-bottom: 30px;
    }

    .about-access .fees-label {
        font-size: 16px;
        bottom: 1%;
    }

    .about-access > p {
        font-size: 14px;
    }

    .access-map{
        aspect-ratio: 1 / 1;
    }

    .access-map iframe{
        width: 100%;
        height: 100%;
        display: block;
    }

    .access-container-bottom {
        width: 80%;
        padding-bottom: 0;
    }

    .access-image-row {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        gap: clamp(24px, 3vw, 40px);
        margin: 24px 0 0;
        flex-direction: column;
        justify-content: center; 
    }

    .text {
        width: 100%; 
    }

    .text p {
        margin-top: 0;
        font-size: 24px;
        transform: translateY(30%);
    }

    .triangle-down {
        margin: 0 auto;
        transform: translateY(-30%);
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 50px solid #000033;
    }

}    

/* ====== contact ===== */

.contact-reservation{
    width: 100%;
    padding: clamp(28px, 4vw, 56px) 16px;
    box-sizing: border-box;
}
  
.cr-inner{
    max-width: 980px;
    margin: 0 auto;
}
 
.cr-title{
    font-size: clamp(26px, 3.2vw, 38px);
    letter-spacing: 0.06em;
    margin: 0 0 12px;
    line-height: 1.2;
}
  
.cr-lead{
    margin: 0 0 18px;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.8;
    opacity: 0.95;
}
  
.cr-br{ 
    display: none; 
} /* SPだけ改行したい時にON */
  
.cr-callbox{
    border: 2px solid rgba(0,0,0,0.12);
    border-radius: 14px;
    padding: clamp(14px, 2vw, 18px);
    margin: 14px 0 28px;
    background: rgba(0,0,0,0.03);
}
  
.cr-callbtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    border-radius: 12px;
    padding: 14px 16px;
    border: 2px solid rgba(0,0,0,0.15);
    background: #000033;   /* サイトの濃紺系に寄せたいならここ調整 */
    color: #fff;
}
  
.cr-callbtn:hover{
    opacity: 0.92;
}
  
.cr-callbtn-label{
    font-size: clamp(13px, 1.5vw, 16px);
    opacity: 0.95;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
  
.cr-callbtn-num{
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
    letter-spacing: 0.06em;
    white-space: nowrap;
}
  
.cr-hours{
    margin: 10px 0 6px;
    font-size: 14px;
}
  
.cr-note{
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    opacity: 0.9;
}
  
.cr-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
  
.cr-card{
    border: 2px solid rgba(0,0,0,0.12);
    border-radius: 14px;
    padding: 18px;
    background: #fff;
}
  
.cr-card-wide{
    grid-column: 1 / -1;
}
  
.cr-subtitle{
    margin: 0 0 12px;
    font-size: clamp(18px, 2.2vw, 22px);
    letter-spacing: 0.05em;
}
 
.cr-steps{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
  
.cr-step{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
  
.cr-step-no{
    flex: 0 0 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #000033;
    color: #fff;
    margin-top: 2px;
}
  
.cr-step-txt{
    margin: 0;
    line-height: 1.7;
}
  
.cr-list{
    margin: 0;
    padding-left: 1.2em;
    line-height: 1.9;
}
  
.cr-text{
    margin: 0;
    line-height: 1.9;
}
  
/* ===== タブレット表示 ===== */
@media screen and (min-width: 1024px) and (max-width: 1240px){
    .contact-reservation{
        padding: 48px 16px;
    }
    
    .cr-inner{
        max-width: 980px;
    }
    
    .cr-grid{
        gap: 16px;
    }
    
    .cr-card{
        padding: 18px;
    }
    
    .cr-callbtn-num{
        font-size: 24px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px){
    .contact-reservation{
        padding: 40px 16px;
    }
    
    .cr-inner{
        max-width: 920px;
    }
    
    .cr-grid{
        gap: 14px;
    }
    
    .cr-card{
        padding: 16px;
    }
    
    .cr-callbtn{
        padding: 14px 14px;
    }
    
    .cr-callbtn-num{
        font-size: 22px;
    }
}

/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    .cr-br{ 
        display: inline; 
    }

    .cr-callbtn{
      flex-direction: column;
      align-items: flex-start;
    }
  
    .cr-callbtn-label{
      white-space: normal;
    }

    .cr-grid{
        display: grid;
        grid-template-columns: 1fr; 
    }

    .cr-card{
        width: 100%;
    }
}

/* ====== tokuteisho ===== */

.tokusho-wrapper {
    max-width: 960px;
    margin: 3rem auto;
    padding: 2.5rem 2rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,.03);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      sans-serif;
    line-height: 1.7;
    color: #000033;
}

.tokusho-title {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding-bottom: .75rem;
    border-bottom: 2px solid #000033;
}

.tokusho-intro {
    font-size: .9rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.tokusho-section-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1.8rem 0 .6rem;
    border-left: 4px solid #000033;
    padding-left: .6rem;
}

.tokusho-list {
    margin: 0;
    padding: 0;
}

.tokusho-list dt {
    font-weight: 600;
    margin-top: 1rem;
    font-size: .95rem;
}

.tokusho-list dd {
    margin: .2rem 0 0 0;
    font-size: .95rem;
}

.tokusho-note {
    margin-top: 2.5rem;
    font-size: .85rem;
    color: #777;
    border-top: 1px dashed #ddd;
    padding-top: 1rem;
}

/* タブレット表示 */
@media screen and (min-width: 1024px) {
    .tokusho-wrapper {
        margin: 2rem auto;
        padding: 1.8rem 1.3rem;
        
      }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tokusho-wrapper {
        margin: 2rem 1rem;
        padding: 1.8rem 1.3rem;
      }
}

/* スマホ表示 */
@media (max-width: 767px) {
    .tokusho-wrapper {
      margin: 2rem 1rem;
      padding: 1.8rem 1.3rem;
    }

    .tokusho-title {
      font-size: 1.4rem;
    }
}

/* ====== 商品詳細ページ ===== */

.woocommerce #primary.content-area {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

/* セクション見出し（🔶をCSSで付ける） */
.room-section-title {
    margin-top: 2em;
    margin-bottom: 0.6em;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 1.4em;
}
  
.room-section-title::before {
    content: "🔶";
    position: absolute;
    left: 0;
    top: 0.05em;
    font-size: 1rem;
}

.amenity-list,
.room-info-list,
.policy-list {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0 0 0 1.2em;
}

.amenity-list li {
  position: relative;
  margin-bottom: 0.25em;
}

.amenity-list li::before {
  content: "✔";
  position: absolute;
  left: -1.2em;
  top: 0;
  font-size: 0.9em;
}

.room-info-list li,
.policy-list li {
  position: relative;
  margin-bottom: 0.25em;
}

.room-info-list li::before,
.policy-list li::before {
  content: "・";
  position: absolute;
  left: -1em;
  top: 0;
}

/* ====== 投稿ページ ===== */

/* =========================================================
   Astraテーマの一覧レイアウトの上書き
   ========================================================= */

/* Flexbox/Gridの親要素（.ast-rowや.ast-archive-post）を見つけて上書き */
/* DevToolsで見ると .ast-separate-container .ast-article-post のあたりが怪しいです */

.ast-separate-container article.catch-item {
    width: 100%; 
    max-width: 100%;
    margin: 40px auto ; 
    padding: 0 !important; 
    box-sizing: border-box;
}

.ast-separate-container .ast-row {
    display: block; 
}

.ast-separate-container .ast-archive-post,
.ast-separate-container .ast-row > .ast-article-post {
    padding: 0; 
    margin-left: 0;
    margin-right: 0;
}

.catch-item-inner { 
    position: relative;
    width: 80%;
    margin: 40px auto 0;
}

.catch-item-img {
    width: 100%;
}

.catch-item-img img {
  display: block;
  width: 100%;   
  height: auto;
  margin: 100px auto;
}

.catch-item-head {
    position: absolute;
    display: flex;
    width: 90%;
    top: 50%;
    transform: translate(5%, -50%);
    white-space: nowrap;
    z-index: 20;
    justify-content: flex-end; 
    align-items: center; 
    gap: 12px;
    align-items: center;
}

.catch-item-head p {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 6px 0;
    font-size: 24px;
    letter-spacing: 0.08em;
    white-space: nowrap;  
    flex-shrink: 1; 
    min-width: 0;     
}

.catch-item-head .catch-text {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 6px 0;
    font-size: 24px;
    letter-spacing: 0.08em;
    white-space: nowrap;  
    flex-shrink: 1; 
    min-width: 0;     
}

.post-content-wrap {
    margin: 50px auto;
    width: 70%;
}

.post-content-wrap p {
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}

/* ===== 投稿詳細ページ ===== */
#main.site-main.catch-archive {
    width: 70%;    
    margin: 0px auto;
}

.comments-area {
	display: none;
}

/* ===== タブレット表示 ===== 
@media screen and (min-width: 1241px) and (max-width: 1285px) {
    .catch-item-head {
        top: 25%;
        transform: translateX(0%);
    }

    .catch-item-head p {
        font-size: clamp(14px, 1.6vw, 18px);
    }

}
*/
@media screen and (min-width: 1024px) and (max-width: 1240px){
    .catch-item-head {
        top: 25%;
        transform: translateX(12%);
        gap: 10px;
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .catch-item-head p {
        font-size: 18px;
    }

    .catch-item-head .catch-text {
        font-size: 18px;
    }

}


@media screen and (min-width: 768px) and (max-width: 1023px){
    #main.site-main.catch-archive,
    body.single-post #main.site-main,
    body.single #main.site-main  {
        width: 80%;
        margin: 0 auto;
    }

    .catch-item-img img {
        margin: 80px auto;
    }
	
    .catch-item-head {
        transform: translate(12%,-40%);
        gap: 10px;
        font-size: clamp(14px, 1.6vw, 18px);
    }

    .catch-item-head p {
        font-size: 15px;
    }

    .catch-item-head .catch-text {
        font-size: 15px;
    }

}

/* ===== スマホ表示 ===== */
@media screen and  (max-width: 767px) {
    #main.site-main.catch-archive  {
        width: 90%;
        margin: 0 auto;
    }
	
	.catch-item-inner {
        width: 100%;
    }

    .catch-item-head {
        top: 30%;
        transform: translateX(10%);
        gap: 0px 10px;
		line-height: 1.05;
        font-size: clamp(12px, 1.6vw, 18px);
		flex-wrap: wrap;  
		align-items: center;
		justify-content: center;
    }

    .catch-item-head p {
        font-size: 12px;
		padding: 0;
    }

    .catch-item-head .catch-text {
        font-size: 12px;
    }
	
	.catch-item-head .catch-date,
    .catch-item-head .catch-fish{        
        order: 1;
        padding-bottom: 2px;
    }
	
	.catch-item-head::after{
        content: "";
        flex: 0 0 100%;     
        order: 1;     
		height: 0;         
        
    }
	
	.catch-item-head .catch-size,
    .catch-item-head .catch-count,
    .catch-item-head .catch-text{
        order: 2;
        flex: 0 0 auto;
        padding: 0;
    }
	 
}
  

/* ====== 投稿詳細ページ ===== */



.entry-content .wp-block-columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

header.entry-header .entry-title {
    font-weight: 700;
    margin-bottom: 40px;
}

.entry-meta {
    display: none;
}

.entry-content {
    margin-bottom: 0.8em;
}
/*
.entry-content {
    width: 80%;
    margin: 0 auto;
}*/