@charset "UTF-8";

/*モバイル
----------------------------*/
.contact-bg-color {
	background-color: #F7F1EF;
	padding-bottom: 100px;
	margin: 0 auto;
}
/*
.about-box {
	width: 80%;
	margin: 60px auto;
}

.about-text {
	margin: 30px auto;
	width: 80%;
}

.about-text td {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
}


.about-text2 {
	margin: 20px auto;
	width: 80%;
	text-align: justify;
}

.about-item1,.about-item3 {
	text-align: left;
}


.about-item2,.about-item4 {
	display: block;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}

.about-item1:first-child{
    width: 8em;
}

.about-item3:first-child{
    width: 6em;
}

.red {
	color: #8F2D12;
}
*/
/*
.ps {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*320pxの時16px,1200pxの時18px*/
	/*text-align: justify;
	margin: 20px auto 0;
	width: 80%;
}*/
/*
.building, .place {
	font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*320pxの時16px,1200pxの時18px*/
	/*text-align: justify;
	padding-left: 10%;
	margin: 20px auto;
}*/

/*メールフォーム
--------------------------------*/
table {
	margin: 0 auto;
}

.essential {
    background: #8F2D12;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 10px;
    font-weight: normal;
    margin-left: 10px;
}

.table-list,.table-list2,.table-list3 {
 	display: block;
    justify-content: space-between;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    margin: 40px 10px;
	width: 100%;
}

.table-list th {
	display: flex;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.table-list2 th {
	display: flex;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.table-list3 th {
	display: flex;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.table-list-address {
    flex-wrap: wrap;
}
 
.table-list-address .input-area {
    margin-bottom: 10px;
}
 
.input-area {
    font-family: YuGothic,'Yu Gothic',
		'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1.5px solid #acacac;
	text-align: left;
}
 
.ex {
	font-size: 0.8em;
	color: #BCB5B5;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
	text-align: left;
}
 

.comment {
	margin-bottom: 10px;
}

/*チェックボックス*/
.check {
	font-size: 0.8rem;
	margin-left: 10px;
}
.checkbox-3 {
    border: none;
	margin-top: 20px;
}

.checkbox-3 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    width: 240px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border: 1px solid #b4c9c9;
    border-radius: 3px;
    background-color: #b4c9c9;
    cursor: pointer;
}

.checkbox-3 label:has(:checked) {
    background-color: #b4c9c9;
    color: #fff;
}

.checkbox-3 label::before {
    width: 14px;
    height: 14px;
    border-radius: 1px;
    background-color: #fff;
    content: '';
}

.checkbox-3 label:has(:checked)::after {
    position: absolute;
    top: 14px;
    left: 15px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #b4c9c9;
    border-width: 0 2px 2px 0;
    content: '';
}

.checkbox-3 input {
    display: none;
}
textarea {
    width: 300px;
    height: 200px;
    padding: 0;
    border: 1px solid #c4c4c4;
    resize: vertical; /* 横方向のみサイズを固定する */
	text-align: left;
}
 
textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
	margin-left: 1rem;
}
 
input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 
.contact-area .text {
    font-size: 13px;
    text-align: left;
    margin-bottom: 100px;
}
 
.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}
 
.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}
 
.submit-button {
	font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 20px auto 50px;
    background-color: #8F2D12;
    cursor: pointer;
    border: 1px solid #8F2D12;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background-color: #fff;
    opacity: 0.8;
    color: #333;
	border-color: #8F2D12;
}


.line-contact-btn {
	margin: 40px;
}

.contact-form {
	margin-top: 50px;
	width: 100%;
}

.contactText-top {
	margin: 30px auto;
}

.contactMail-top {
	margin: 60px auto 30px;
}
.contactMail-top p {
	font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);/*320pxの時14px,1200pxの時16px*/
	margin-top: 30px;
}

.mini-text p {
	font-size: clamp(0.563rem, 0.494rem + 0.34vw, 0.75rem);
}

/* Acordion Faq */
.faqBox {
	width: 90%;
	margin: 60px auto;
	padding-top: 5%;
}

.tabArea {
	margin-top: 50px;
}
.tab {
  position: relative;
  margin-bottom: 1px;
  color: #fff;
  overflow: hidden;
}

.input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.ques {
  position: relative;
  display: block;
padding: 1.5em; 
  height: 90px;
  background: #fff;
  font-weight: bold;
font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem); 
  line-height: 3;
  cursor: pointer;
  background-color: #0F5779; 
}

.ques p {
	padding: 0 5% 0 5%;
	text-align: left;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #333;
  background-color: #fff;
}

.tab-content p {
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);/*320pxの時、min14px 　max1200pxの時　max16px*/
  margin: 2em 1.2em;
	padding-left: 5%;
	text-align: justify;
}
/* :checked */
.input:checked ~ .tab-content {
  max-height: 100%;
}
/* Icon */
.ques::after {
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
	color: #fff;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

/*thanksフォーム
-----------------------------*/
.thanks-area {
	margin: 5% auto 20%;
}

.thanks-text {
	margin: 60px auto;
}
.thanks-textBox {
	margin-top: 40px;
}
.thanks-text p {
	margin-top: 10px;
}

.thanks-sns {
	margin-top: 30px;
}

.thanks-sns2 {
	margin-top: 30px;
}
.top-return-btn {
	margin-top: 20px;
}
.return-btn {
	margin: 50px 25%;
	box-sizing: border-box;
    display: block;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
	padding: 20px
}

.return-btn:hover {
	background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

/*ipad版*/
@media screen and (min-width: 420px) {

}


@media screen and (min-width: 600px) {

.table-list {
	display: flex;
}

.table-list td {
    font-size: 13px;
    width: calc(100% - 100px);
}
	
.input-area {
    width: 350px;
}
	
textarea {
    width: 600px;
}
	
.tabArea {
	margin-top: 30px;
}
}

@media screen and (min-width: 900px) {
	
/* Acordion Faq */
.faqBox {
	max-width: 900px;
}

/*
.about-box {
	width: 70%;
	margin: 30px auto;
}
.about-text2 {
	margin: 10px auto;	
}
	
/*about flex設定*/
	/*
.about-flex {
	display: flex;
	margin: 0 auto;
		
}

.about-flex2 {
	display: flex;
	flex-direction: row-reverse;
}
	
.about-flex img, .about-flex2 img {
	width: 50%;
	object-fit: contain;
}		

.aboutWrap {
	width: 60%;
	margin: 0 auto;
}*/

textarea {
    width: 700px;
}
}

/*pc
---------------------------*/
@media screen and (min-width: 1200px) {
	
.contact-table {
		width: 60%;
	}
	
.input-area {
    width: 400px;
    height: 40px;
}
	
}
