/*
Theme Name: RIKYU Child
Theme URI: https://tcd-theme.com/tcd104/
Template: rikyu_tcd104
Author: TCD
Author URI: https://tcd-theme.com/
Description: "RIKYU" is a template for e-commerce sites compatible with WooCommerce. You can create a stylish online store regardless of the size of your business.. If you turn off the cart function, you can also operate a simple blog site with this highly scalable theme.
Version: 1.9.1752258546
Updated: 2025-07-12 03:29:06

*/
        
/* ご利用ガイドリンク */
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 240px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #009bef;
}

.btn11 a {
	background-color: #ffffff;
	border: 1px solid #6a8533;
}

.btn11 a::after {
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #6a8533 transparent;
}

.btn11 a:hover {
	background-color: #cad8c9;
	border: 1px solid #6a8533;
}

.btn11 a:hover::after {
	border-color: transparent transparent #6a8533 transparent;
}

/* ご利用ガイドリンクテーブル */
#table01 tr {
	border-bottom: 1px solid #6a8533btn btn11;
}

#table01 th,
#table01 td {
	padding: 18px 30px;
	border: none;
}

#table01 th {
	width: 15%;
	text-align: center;
	background-color: #fff;
}

/* カレンダー */
.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table tbody td .fc-day-grid-event {
display: block;
margin-bottom: 5px;
padding: 0 5px;
height: 20px;
line-height: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-size: 10px;
font-feature-settings: "palt";
text-decoration: none;
letter-spacing: 0;
overflow: hidden;
}

.eo-fullcalendar {
margin: 0px 200px 30px 200px;
}

.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sun {
color: #7f1311;
}

.eo-fullcalendar .fc-view-container .fc-view table tbody .fc-widget-content .fc-day-grid-container .fc-day-grid .fc-row .fc-content-skeleton table thead .fc-sat {
color: #356e88;
}

.title-item {
 font-size: 30px;
 font-weight: bold;
 color: #6a8533;
 margin-top: -70px;
 margin-bottom: -60px;
}

.btn-g {
 margin-top: -45px!important;
 margin-bottom: 25px!important;
}

/* 商品詳細ページLP */
        .paint-container {
            max-width: 900px;
            margin: 0 auto;
        }

/* 商品詳細ページ テーブル */
        .ttp-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }

        .ttp-container .ttp-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: -100px!important;
            margin-bottom: 2px;
            font-size: 14px;
        }
        
        .ttp-container th, 
        .ttp-container td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
            vertical-align: top!important;
        }
        
        .ttp-container th {
            background-color: #f8f9fa;
            font-weight: bold;
            width: 180px;
        }

        .ttp-subsection {
            background-color: #f8f9fa;
            font-weight: bold;
        }
        
        .indent {
            padding-left: 20px;
        }
        
        .small-text {
            font-size: 12px;
        }
        
        .ttp-contact-info {
            line-height: 1.6;
        }

/* 商品詳細ページガイド */
    .container {
      max-width: 100%;
      margin: 0 auto;
		  pointer-events: none; /* クリックイベントを無効化 */
    }
    
    header {
      text-align: center;
      margin-bottom: 0rem;
    }
    
.container h2 {
      font-size: 2.5rem;
      color: #6a8533;
      margin-bottom: 1rem;
    }
    .title-pr {
      font-size: 1.3rem;
      font-weight: bold;
      color: #6a8533;
			line-height: 2.5rem;
      margin-bottom: 1rem;
    }    
    .description {
      font-size: 1.2rem;
      color: #666;
      max-width: 800px;
      margin: 0 auto;
      line-height: 1.6;
    }
    
    .steps-container {
     display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center;
      margin-bottom: 1rem;
    }
    
    .step {
      background-color: white;
      border-radius: 12px;
      overflow: hidden;
		  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      width: calc(50% - 1rem);
      min-width: 300px;
    }
    
    .step-header {
      padding: 1rem;
      background-color: #6a8533;
      color: white;
      display: flex;
      align-items: center;
    }
    
    .step-number {
      background-color: white;
      color: #6a8533;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 1.5rem;
      margin-right: 1rem;
    }
    
    .step-title {
      font-size: 1.3rem;
      font-weight: bold;
    }
    
    .step-content {
      padding: 1.5rem;
      display: flex;
      gap: 1.5rem;
    }
    
    .step-image {
      width: 50%;
      flex-shrink: 0;
      border-radius: 8px;
      overflow: hidden;
    }
    
    .step-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    
    .step-text {
      flex-grow: 1;
      font-size: 1rem;
      line-height: 1.8;
      color: #333;
    }

/* 商品詳細ページチェックリスト */

      .feature-list {
            list-style: none;
            padding-left: 0;
        }
        .feature-list li {
            padding: 3px 0;
            display: flex;
            align-items: baseline;
        }
        .feature-list li::before {
            content: "✓";
            font-weight: bold;
            margin-right: 10px;
					 color: #6a8533;
        }
        .description {
            margin-top: 30px;
        }

/* 商品詳細ページ バナーリンク */
.banner-container {
    display: flex;
    align-items: center;
    background-color: #f0efe9;
    max-width: 100%;
    height: 160px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    position: relative;
    overflow: hidden; /* はみ出た要素を隠す */
}

.circle-logo {
    width: 120px;
    height: 120px;
    background-color: #718c3e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-left: 40px;
}

.text-content {
    margin-left: 30px;
}

.small-text {
    font-size: 18px;
    margin-bottom: 5px;
}

.large-text {
    font-size: 30px;
    font-weight: bold;
    margin-top: -10px;
}

.arrow {
    position: absolute;
    right: 40px;
    font-size: 70px;
    color: #718c3e;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-container:hover .arrow {
    transform: translateX(10px);
}

/* 矢印の前の要素 */
.arrow::before {
    content: '›';
    position: absolute;
    right: 20px;
    color: #718c3e;
    opacity: 0;
    transform: translateX(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-container:hover .arrow::before {
    opacity: 0.5;
    transform: translateX(0);
}


/* バナーリンクB */
.banner-container-b {
    display: flex;
    align-items: center;
    background-color: #f0efe9;
    max-width: 100%;
    height: 160px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    position: relative;
    overflow: hidden; /* はみ出た要素を隠す */
}

.circle-logo {
    width: 95px;
    height: 95px;
    background-color: #718c3e;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-left: 20px;
}

.text-content {
    margin-left: 20px;
}

.small-text {
    font-size: 16px;
    margin-bottom: 5px;
}

.large-text {
    font-size: 25px;
    font-weight: bold;
    margin-top: -10px;
}

.arrow {
    position: absolute;
    right: 20px;
    font-size: 80px;
    color: #718c3e;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-container-b:hover .arrow {
    transform: translateX(10px);
}

/* 矢印の前の要素 */
.arrow::before {
    content: '›';
    position: absolute;
    right: 20px;
    color: #718c3e;
    opacity: 0;
    transform: translateX(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-container-b:hover .arrow::before {
    opacity: 0.5;
    transform: translateX(0);
}

/* 商品詳細ページ５カラム */
.image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .image-column {
            flex-basis: calc(20% - 10px);
            margin-bottom: 20px;
        }
        
        .image-column img {
            width: 100%;
            height: auto;
            border-radius: 5px;
            display: block;
        }

/* バナーリンクC */
   .banner-c {
            font-family: sans-serif;
            border: 2px solid #4d8c51;
            padding: 20px;
            text-align: center;
            max-width: 700px;
            margin: 0 auto;
        }
        .title {
            font-size: 28px;
            color: #1e6b23;
            margin-bottom: -5px;
        }
        .red {
            color: #e63222;
            font-weight: bold;
        }
        .subtitle {
            font-size: 16px;
            color: #1e6b23;
            margin-bottom: -5px;
        }
        .link {
            font-size: 14px;
            color: #1e6b23;
        }

.banner-container-d {
    display: flex;
    align-items: center;
    background-color: #f0efe9;
    max-width: 100%;
    height: 120px;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
    position: relative;
    overflow: hidden;
    margin: 2px;
    padding: 2px;
}

.circle-logo-d {
    width: 70px;
    height: 70px;
    background-color: #718c3e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-left: 20px;
    flex-shrink: 0;
}

.text-content {
    margin-left: 20px;
    width: calc(100% - 150px);
    overflow: hidden;
}

.large-text-d {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.arrow {
    position: absolute;
    right: 20px;
    font-size: 60px;
    color: #718c3e;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.banner-container-d:hover .arrow {
    transform: translateX(10px);
}

/* 矢印の前の要素 */
.arrow::before {
    content: '›';
    position: absolute;
    right: 20px;
    color: #718c3e;
    opacity: 0;
    transform: translateX(-15px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 60px;
}

.banner-container-d:hover .arrow::before {
    opacity: 0.5;
    transform: translateX(0);
}

/* Grid layout styling */
.banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 2px;
}

/* 2カラム */
        .container-2c {
          max-width: 100%;
            margin: 20px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .container:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .qa-content {
            display: flex;
            flex-direction: row;
            gap: 1px;
            align-items: flex-start;
        }
        
        .image-column2 {
            flex: 0 0 30%;
            text-align: center;
            align-self: flex-start;
        }
        
        .image-column2 img {
            width: 200px;
            height: 200px;
            object-fit: cover;
            border-radius: 6px;
        }
        
        .text-column {
            flex: 0 0 70%;
            padding: 20px;
					text-align: left;
					align-self: flex-start;
        }
        
        .question {
            font-size: 1.3rem;
					  line-height: 30px;
            font-weight: bold;
            margin-bottom: 8px;
					  margin-top: -15px;
        }
        
        .answer {
            margin-bottom: 5px;
        }
        
        .description-2c {
            font-size: 0.95rem;
            line-height: 26px;
        }

         /* Banner container */
        .banner {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        /* Banner image container with collage effect */
        .banner-image {
            width: 100%;
            height: 280px;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
                        url('/api/placeholder/1200/500') center/cover;
            position: relative;
        }
        
        /* Removed corner label as requested */
        
        /* Content overlay */
        .content-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 30px;
            text-align: center;
            box-sizing: border-box; /* Ensure padding is included in width calculation */
        }
        
        /* Main heading */
        .main-heading {
            font-size: 40px;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            margin-bottom: -10px;
            font-weight: normal;
            letter-spacing: 2px;
            width: 100%;
            max-width: 90%;
        }
        
        /* Subheading */
        .subheading {
            font-size: 18px;
            color: white;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            margin-bottom: -10px;
            font-weight: normal;
            line-height: 1.7;
            letter-spacing: 1px;
            width: 100%;
            max-width: 90%;
					
        }


/* フォーム入力欄 */
.wpcf7 input[name="your-name"] { 
	width: 50%;
}

.wpcf7 input[name="your-furigana"] { 
	width: 50%;
}

.wpcf7 input[name="your-companyname"] { 
	width: 50%;
}

.wpcf7 input[name="your-keyword"] { 
	width: 80%;
}


.wpcf7 input[name="tel-100"] { 
	width: 50%;
}

.wpcf7 input[name="tel-200"] { 
	width: 50%;
}

.wpcf7 input[name="your-email"] { 
	width: 50%;
}

.wpcf7 input[name="your-email_confirm"] { 
	width: 50%;
}

.wpcf7 input[name="birthday"] { 
	width: 50%;
}

.wpcf7 input[name="zip"] { 
	width: 30%;
}

.wpcf7 input[name="pref"] { 
	width: 30%;
}

.wpcf7 input[name="city"] { 
	width: 50%;
}

.wpcf7 input[name="addr"] { 
	width:  50%;
}

.wpcf7 input[name="date-01"] { 
	width:  50%;
}

.wpcf7 input[name="date-02"] { 
	width:  50%;
}

.wpcf7 input[name="date-03"] { 
	width:  50%;
}
/*必須の調整*/
.wpcf7 .haveto{
 font-size: 10px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin:10px 10px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.wpcf7 .any{
 font-size:10px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin:10px 10px;
 position:relative;
 bottom:1px;
}

/* フォームテキスト小*/
.wpcf7 .txt01{
 line-height:18px!important;
 font-size:16px;
}

div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:16px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}

/* Confirm Plus Contact Form テーブル */
.wpcf7cpcnf table {
    border: none;
    width: 80%;
}
.wpcf7cpcnf table th {
    vertical-align: middle!important;
	padding: 0px;
	width: 300px;
}
.wpcf7cpcnf table td {
    vertical-align: middle!important;
    padding: 0px;
}

/* ボタン */
#wpcf7cpcnf button {
   cursor:pointer; color:#fff; font-weight:bold; font-size:16px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666; margin:10px 10px;
}
	
	
@media screen and (max-width: 768px) {
/* カレンダー */
.eo-fullcalendar {
width: 100%;
margin: auto;
}
	
/* 商品詳細ページガイド */
     .step {
        width: calc(50% - 0.5rem);
        margin-bottom: 1rem;
        flex: 1 0 calc(50% - 0.5rem);
        min-width: 140px;
      }
      
      .step-content {
        flex-direction: column;
      }
      
      .step-image {
        width: 100%;
      }
      
      .step-title {
        font-size: 1.2rem;
      }
      
      .step-text {
        font-size: 0.9rem;
      }
      .step-image {
        width: 100%;
      }
	
/* バナーリンク */
     .banner-container {
        max-width: auto;
        height: auto;
        padding: 15px 10px;
    }
    
    .circle-logo {
        width: 70px;
        height: 70px;
        font-size: 12px;
        line-height: 14px;
        margin-left: 5px;
    }
    
    .text-content {
        margin-left: 10px;
    }
    
    .small-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    
    .large-text {
        font-size: 16px;
        line-height: 18px;
    }
    
    .arrow {
        right: 5px;
        font-size: 30px;
    }
    
    .banner-container:hover .arrow {
        transform: translateX(5px);
    }
    
    .arrow::before {
        right: 10px;
        transform: translateX(-10px);
    }
/* バナーリンクB */
     .banner-container-b {
        max-width: auto;
        height: auto;
        padding: 15px 10px;
    }
    
    .circle-logo {
        width: 70px;
        height: 70px;
        font-size: 12px;
        line-height: 14px;
        margin-left: 5px;
    }
    
    .text-content {
        margin-left: 10px;
    }
    
    .small-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    
    .large-text {
        font-size: 18px;
        line-height: 18px;
    }
    
    .arrow {
        right: 5px;
        font-size: 30px;
    }
    
    .banner-container-b:hover .arrow {
        transform: translateX(5px);
    }
    
    .arrow::before {
        right: 10px;
        transform: translateX(-10px);
    }
	
    .image-column {
                flex-basis: calc(33.333% - 10px);
    }
	
/* バナーリンクC */
   .banner-c {
            margin: 0 auto;
        }
        .title {
            font-size: 26px;
					  line-height: 34px;
            color: #1e6b23;
        }
        .red {
            color: #e63222;
            font-weight: bold;
        }
        .subtitle {
            font-size: 16px;
            color: #1e6b23;
						line-height: 24px;
            margin: 10px 0;
        }	
	      .link {
						line-height: 20px;
            color: #1e6b23;
        }
	
/* バナーリンクD */
   .banner-grid {
        grid-template-columns: 1fr;
    }
    
    .banner-container-d {
        height: auto;
        min-height: 80px;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    
    .circle-logo-d {
        width: 50px;
        height: 50px;
        font-size: 14px;
        margin-left: 10px;
    }
    
    .text-content {
        margin-left: 10px;
        width: calc(100% - 120px);
    }
    
    .large-text-d {
        font-size: 16px;
        line-height: 24px;
    }
    
    .arrow {
        font-size: 40px;
        right: 10px;
    }
    
    .arrow::before {
        font-size: 40px;
        right: 10px;
    }
	
/* 2カラム */
         .qa-content {
                flex-direction: row;
                align-items: flex-start;
                gap: 15px;
            }
            
            .image-column2 {
                flex: 0 0 auto;
            }
            
            .image-column2 img {
                width: 150px;
                height: 150px;
            }
            
            .text-column {
                flex: 1;
                padding: 0;
            }
            
            .question {
                font-size: 1.1rem;
							 margin-top: 3px;
            }
            
            .description-2c {
                font-size: 0.9rem;
            }
            
            .container-2c {
                margin: 20px auto;
                padding: 15px;
            }

/* Banner container */
            .banner-image {
                height: 250px;
            }
            
            .main-heading {
                font-size: calc(24px + 1.5vw);
                margin-top: 10px;
                max-width: auto;
            }
            
            .subheading {
                font-size: calc(12px + 0.5vw);
                max-width: auto;
                margin-bottom: 10px;
                line-height: 1.4;
            }

/* フォーム入力欄 */
.wpcf7 input[name="your-name"] { 
	width: 90%;
}

.wpcf7 input[name="your-furigana"] { 
	width: 90%;
}

.wpcf7 input[name="your-companyname"] { 
	width: 90%;
}


.wpcf7 input[name="tel-100"] { 
	width: 90%;
}

.wpcf7 input[name="tel-200"] { 
	width: 90%;
}

.wpcf7 input[name="your-email"] { 
	width: 90%;
}

.wpcf7 input[name="your-email_confirm"] { 
	width: 90%;
}
	
