/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 20 2025 | 00:57:25 */
.frame-box-001 {
	padding: 30px;
	position: relative;
}
.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
}
.frame-box-001::before {
	border-left: solid 2px #D11519;
	border-top: solid 2px #D11519;
	top: 0;
	left: 0;
}
.frame-box-001::after {
	border-right: solid 2px #D11519;
	border-bottom: solid 2px #D11519;
	bottom: 0;
	right: 0;
}
.oya {
position: relative;
}
.kodomo {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -37%;
    transform: translateX(-50%);
}
.oya2 {
position: relative;
	height: 16rem;
}
.kodomo2 {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -20%;
	    transform: translateX(-50%);
}
@media (max-width: 600px) {
	.oya2 {
	height: 40em;
}
}

.page-header {
    background-image: url("https://www.eikokuya-tea.co.jp/test/wp-content/uploads/2025/09/header-top-1.png");
    background-size: cover;      /* 全体をカバー */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat;
    color: #fff;
}
/* 会社案内ページ */
.vkp_table_speech_bubble table{
  border-collapse: separate;
  border-spacing: 0 10px;
  border:none;
}
/* tdの共通背景色 */
:root {
  --td-bg-color:rgba(0,0,0,0.05);
}
.vkp_table_speech_bubble :is(td,th) {
  border: none !important;
  padding: 1rem;
  background:#fff;
}
/* 最初のtd */
.vkp_table_speech_bubble tr td:nth-of-type(1)  {
  position:relative;
  background: var(--td-bg-color);
  vertical-align: middle;
  text-align: left;
  overflow: visible;
}
/* 最初のtdに吹き出しのしっぽ */
.vkp_table_speech_bubble tr td:nth-of-type(1):after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: var(--td-bg-color);
  border-width: 10px;
  margin-top: -10px;
}
/* えいこく屋についてページ */
@media (min-width: 600px) {
.oya3 {
position: relative;
z-index: 1;
}

.kodomo3 {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -2%;
    transform: translateX(-50%);
}
}
@media (max-width: 599px) {
.oya3 {
position: relative;
z-index: 1;
}

.kodomo3 {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}
}
/* 卸売・OEMページ */
.ttl {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: rgba(98, 98, 98, 1.00);
    padding: 0;
    margin: 0px auto 40px auto;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    /* display: inline-block; */
    border: 1px solid rgba(98, 98, 98, 1.00);
    border-radius: 50%;
}
@media (min-width: 600px) {
.oem-box2 {
height: 288px;
}
}
/* お問い合わせ用 css */
textarea, select, input[type=text], input[type=email], input[type=tel] ,input[type="checkbox"]{
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin:0 auto;
}
.small{
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #b40000;
  color: #b40000;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  margin: 0 4%;
  border: 1px solid #0096DD;
  color: #0096DD;
}
.contact-area input {
  border: none;
  background: no-repeat;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
    height: 50px;
    background: #E9E9E9;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
.contact-other input{
  width: 100%;
  transition: .3s;
    height: 50px;
    background: #E9E9E9;
}
.wpcf7-validates-as-date{
    max-width: 250px;
}
span.wpcf7-list-item {
  position: relative;
  margin:0.3em 50px 0 0 !important;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.check .wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #333;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("https://nakafuji-vacation.com/wp-content/uploads/2025/04/check-solid-1.svg") no-repeat center;
  background-size: contain;
}
.contact-select select {
  transition: .3s;
  padding: 0.5rem;
  max-width: 250px;
width:100%;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-textarea textarea {
  transition: .3s;
  padding: 0.5rem;
  width: 100%;
    background: #E9E9E9;
}
.contact-textarea textarea:hover {
  transition: .3s;
    border: 1px solid #919191dd;
}
.contact-common {
padding: 1.2rem 0.3rem;
border-bottom: 1px solid #ddd;
}
.contact-border-none {
border-bottom: none;
}

.contact-column {
  display: flex;
  flex-wrap: wrap;
    align-items: stretch;
}
.contact-item {
  width: 40%;
  font-weight: bold;
}
.contact-enter {
  width: 60%;
}
.textarea .contact-item {
  margin: 0.5rem 0;
}
@media (max-width: 600px){
.contact-item, .contact-enter  {
  width: 100%;
  margin: 0.5rem 0;
}
.check span.wpcf7-list-item{
margin:0!important;
}
.wpcf7-list-item-label {
  font-size: 14px;
}
.wp-block-group__inner-container p {
width: 100%;
}
}

.wpcf7-form-control-wrap{
	    width: 100%;
}
.contact-area .wpcf7-spinner {
  display: none;
}

.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.contact-post-column {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  align-items: center;
}

.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    font-size: 14px;
	font-family: 'Noto sans JP', serif;
}
@media (max-width: 600px){
.contact-item, .contact-enter  {
  width: 100%;
max-width:100%;
  margin: 0.5rem 0;
}
.check span.wpcf7-list-item{
margin:0!important;
}
.wpcf7-list-item-label {
  font-size: 14px;
}
.wp-block-group__inner-container p {
width: 100%;
}
}
.caution{
	font-size: 14px;
	margin: 0.4rem 1rem;
	letter-spacing: 0;
}
.check span{
	font-size: 14px;
}
.send {
   background: #fff;
  width: 300px;
  margin: 0rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
  border-radius: 50px!important;
border:1px solid #D71E4D;
}
.send:hover {
  transition: .5s;
 opacity: 0.7;
}
.contact-area .send input {
  border: none;
color:#D71E4D;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-area .send input:hover {
background:none;
color:#333;
}
.contact-checkbox .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item{
	min-width: 180px;
}
/* ラジオボタンの装飾 */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact-radio{
    margin: 1em 0;
	display: flex;
    width: 100%;
}
.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}
.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #040404;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #040404;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
/*  */
@media (max-width: 600px){
.contact-radio .wpcf7-list-item-label {
/*     align-items: flex-start; */
        line-height: 1.5;
        margin: 0.2rem 0;
	font-size: 14px;
}
.contact-radio .wpcf7-list-item-label::before {
    flex: 0 0 20px;
/* 	margin-top: 4px; */
}
.contact-radio .wpcf7-radio {
    display: grid;
    gap: 5px;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    align-items: center;
}
span.wpcf7-list-item {
    margin: 0!important;
/*  	padding: 0.5em 0.5em; */
}
/* span.wpcf7-list-item:nth-of-type(2) {
    padding: 0.7em 0.5em;
}
span.wpcf7-list-item:nth-of-type(3) {
	padding:0 0.5em 0.5em;
} */
}
input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.wpcf7-list-item-label a {
	    color: #0096DD;
    text-decoration: underline;
    text-decoration-color: #0096DD; 
}
.wpcf7-radio{
	display: flex;
    width: 100%;
		flex-direction: column;
}
/* 追加の調整 */
@media (min-width: 768px) {
.wp-singular .entry-header .entry-title {
    border-bottom: 2px solid #000000;
    font-size: 1.7em;
	}
}
.entry-meta-item-author{
    display: none;
}
li a, p a {
    text-decoration-style: double;
}