/* お問い合わせなどのサブページ用CSS 
※フッターやリセット記述などもトップページとは独立しています。 */

:root{
  --green1:#67b4b6;
}

/* 開発用・完成後消してよし */
body{
  /* background-image:url(../images/tmpl_contact.jpg);
  background-size:970px;
  background-position:top center;
  background-repeat:no-repeat;
  min-height:10000px; */
}

/* -----------------------
   Reset / Base
----------------------- */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  font-family:"Noto Sans",sans-serif;
  font-optical-sizing:auto;
  font-weight:400;
  font-style:normal;
  font-variation-settings:"wdth" 100;
  font-size:100%;

  background-color:#f0eee7;
  color:#553f08;
  letter-spacing:0.05em;
}

body{
  margin:0;
  line-height:1.7;
}

/* Typography */

.gothic{
  font-family:"Noto Sans",sans-serif;
}

.mincho{
  font-family:"Noto Serif JP",serif;
  letter-spacing:0;
}

.googlefont-allura{
  font-family:"Allura",cursive;
  font-weight:400;
  font-style:normal;
  letter-spacing:0;
}

/* Margin reset */

h1,h2,h3,h4,h5,h6,
p,
ul,ol,dl,
table,
pre{
  margin:0;
}

/* List */

ul,li{
  margin:0;
  padding:0;
  list-style:none;
}

/* Link */

a{
  color:inherit;
  text-decoration:none;
}

a:focus{
  outline:thin dotted;
}

a:hover,
a:active{
  outline:0;
}

/* Japanese text handling */

p,li,dt,dd,th,td,pre{
  line-break:strict;
}

/* Text elements */

abbr[title]{
  border-bottom:1px dotted;
}

b,strong{
  font-weight:bold;
}

mark{
  background:#ff0;
  color:#000;
}

code,kbd,pre,samp{
  font-family:monospace,serif;
  font-size:1em;
}

sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sup{
  top:-0.5em;
}

sub{
  bottom:-0.25em;
}

/* Media */

img{
  max-width:100%;
  height:auto;
  border:0;
}

figure{
  margin:0;
}

/* Form */

fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea{
  font-family:inherit;
  font-size:100%;
  margin:0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
  -webkit-appearance:button;
  cursor:pointer;
}

button[disabled],
input[disabled]{
  cursor:default;
}

input[type="checkbox"],
input[type="radio"]{
  box-sizing:border-box;
  padding:0;
}

textarea{
  overflow:auto;
  vertical-align:top;
}

/* Table */

table{
  border-collapse:collapse;
  border-spacing:0;
}

/* clearfix */

.clearfix:after{
  content:"";
  display:block;
  clear:both;
  height:0;
}

body{
	width: 100%;

}
.brsp{
  display: none;
}
a:hover{
	opacity: .7;
  transition: opacity .2s ease;
}
.header-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* .cmn_head_divはページ内の見出し、.cmn_heading_divはページ上部のタイトルです */
.cmn_head_div{
  width: 100%;
  margin: auto;

}
.cmn_head_p_en{
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  color: #baae8f;
}
.cmn_head_p_ja{
  font-size: 1.9rem;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  margin: 0.2em auto 0 auto;
}
.cmn_heading_div{
  width: 100%;
  margin: auto;

}
.cmn_heading_p_en{
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  color: #baae8f;
}
.cmn_heading_p_ja{
  font-size: 1.9rem;
  line-height: 1em;
  text-align: center;
  font-weight: 600;
  margin: 0.4em auto 0 auto;
}
.cmn_head_borderBottom{
  width: 136px;
    border-top: 1.5px solid #553f08;
    margin: 1.4rem auto 0 auto;
}
.cmn_btn_1{
  width: 90%;
    background-color: var(--green1);
    font-size: 1.2rem;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow.gif);
    background-size: 26px;
    background-position: center right 21px;
    background-repeat: no-repeat;
    border: none;
}

.cmnHeaderWrap{
  width: 100%;

}
.cmnHeaderLogo{
  width: 50%;
  max-width: clamp(0px, 28vw, 152px);
  margin: auto;
  display: block;

  padding-top:clamp(0px, 4vw, 21px);
  padding-bottom:clamp(0px, 4vw, 21px);
}
.cmnHeaderLogo img{
  width: 100%;
  margin: auto;
  display: block;
}
.cmnHeadingWrap{
  width: 100%;
  background-color: #fff;
  
  padding-top:clamp(0px, 6vw, 36px);
  padding-bottom:clamp(0px, 6vw, 36px);
}
.cmnContentWrap{
  width: 100%;
  padding: 20px 0 50px 0;
}
.cmn_fix_btn_contact{
    width: 220px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.1)) ;
    z-index: 100;
}
@media (max-width: 539px) {
  .cmn_fix_btn_contact{
    width: 180px;
    position: fixed;
    right: 12px;
    bottom: 6px;
  }
}
.top_s5_mapDIV{
  width: 100%;
  margin: 70px auto 0 auto;
}
.top_s5_map_pc{
  display: block;
}
.top_s5_map_sp{
  display: none;
}
.top_s5_mapDIV iframe{
  width: 100%;
  height: 604px;
  display: block;
}
@media (max-width: 739px) {
  .top_s5_map_pc{
    display: none;
  }
  .top_s5_map_sp{
    display: block;
  }
}
.footerWrap{
  width: 100%;
}
.footerAddressArea{
  padding: 32px 0 52px 0;
  background-color: #fff;
}
.footerLogo{
  width: 140px;
  margin:auto;
}
.footerCopyArea{
  width: 100%;
  background-color: var(--green1);
  padding: 28px 0;
  margin: 0 auto 0 auto;
}
.footerCopy{
  font-size: 0.7rem;
  color: #fff;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.footer_p1{
  font-size: 0.7em;
  color: #000;
  line-height: 1.7em;
  text-align: center;
  font-weight: normal;
  margin: 4px;
}
.footer_p1 a{
  color: #000;
  
}


/* お問い合わせページ */
.contactArea1{
	width: calc(100% - 2em);
    max-width: 952px;
    margin: 72px auto 0 auto;
    padding: 28px;
	background-color: #67b4b6;
  border-radius: 20px;
}
.contactP1{
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	font-weight: normal;
  padding: 40px 1em;
}
.contact_link_kyosan1{
  width: fit-content;
    border: 1.5px solid #e52929;
    font-size: 0.9em;
    color: #e52929;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 1.6em;
    border-radius: 50px;
    margin: auto;
    display: block;
}
.contactFormFlex1{
	margin: 0 auto 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
	flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
	justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
	align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.contactFormLabelDIV{
	width: 280px;
	height: 100px;
}
.contactFormInputDIV{
	width: calc(100% - 280px);
	height: 100px;
	padding: 1.3em 0 1.3em 0;
}
.contactFormLabelDIV2{
	width: 100%;
	padding: 2.1em 0 0 1.5em;
}
.contactFormLabelDIVTall ,.contactFormInputDIVTall{
	min-height: 250px;
	height: auto;
}
.contactFormLabel1{
	font-size: 1em;
    color: #ffffff;
    line-height: 1em;
    text-align: left;
    font-weight: normal;
}
.contactFormInput1{
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  padding: 1.15em 1em;
  border: none;
  border-radius: 8px;
}
.contactFormInput1_short{
  max-width: 372px;
	width: calc(100% - 2.7em);
}
.contactFormInput1_long{
	width: calc(100% - 2.7em);
}




.contactFormTextarea1{
	width: calc(100% - 2.7em);
	display: block;
	box-sizing: border-box;
	font-size: 1em;
	color: #000;
	line-height: 1em;
	text-align: left;
	font-weight: normal;
	padding: 0.75em 1em;
	min-height: 13em;
  border: none;
    border-radius: 8px;
}



.contactFormLabelHissu{
	    font-size: 0.65em;
    color: #fff;
    background-color: #fb0000;
    padding: 0.35em 1em;
    border-radius: 4px;
    line-height: 1em;
    text-align: left;
    font-weight: 400;
    display: inline-block;
    top: -0.15em;
    margin-left: 1em;
    position: relative;
}
.contactForm_checkboxFlex{
  display:flex;
  gap:0;
}

.contactForm_checkbox-option{
  padding: 14px 8px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  color: #fff;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  font-size: 0.8em;
}

.contactForm_checkbox-option input{
  appearance:none;
  -webkit-appearance:none;
  width:18px;
  height:18px;
  border:1px solid #fff;
  background:#fff;
  cursor:pointer;
  border-radius:4px;
  position:relative;
}

/* チェックされた時 */
.contactForm_checkbox-option input:checked{
  background:#fff;
}

/* チェックマーク */
.contactForm_checkbox-option input:checked::after{
  content:"";
  position:absolute;
  top:3px;
  left:5px;
  width:6px;
  height:8px;
  border:2px solid #f00;
  border-top:none;
  border-left:none;
  transform:rotate(45deg);
}
.contactForm_cmn_btn_1{
  margin-top: 2em !important;
}
.contactFormInput1::placeholder {
	color: #ccc;
	font-weight: 400;
}
.contactFormTextarea1::placeholder {
	color: #ccc;
	font-weight: 400;
}
/*captcha用css*/
div#recaptcha {
    margin: 3em auto 0em auto;
    display: block;
    width: 304px;
}
#recaptcha_error{
	line-height: 2em;
	font-size: 0.8em;
  margin: 0 auto 3em auto;
}

@media (max-width: 739px) {
  .contactP1{
    font-size: 0.8em;
    text-align: left;
    padding: 0 1.2em;
  }
  .contact_link_kyosan1 {
    margin: 2em auto 0 auto;
}
  .contactArea1 {
    margin: 36px auto 0 auto;
    padding: 28px 20px 20px 20px;
}
	.contactFormFlex1{
		
		display: block;
	}
	.contactFormLabelDIV{
		width: 100%;
		height: auto;
	}
	.contactFormInputDIV {
        width: 100%;
        border-bottom: none;
        height: initial;
        padding: 0.5em 0 1.5em 0;
    }
	.contactFormLabelDIV2 {
		padding: 0;
	}
	.contactFormInput1 {
		width: 100%;
		margin-left: 0;
	}
	.contactFormLabelDIVTall, .contactFormInputDIVTall {
		min-height: initial;
		height: auto;
	}
	.contactFormTextarea1{
		width: 100%;
		margin-left: 0;
	}
	
  .contactForm_checkboxFlex{
    flex-direction:column;
  }
  .contactForm_checkbox-option{
    padding: 5px 0px;
    
  }

}
/* お問い合わせ確認画面 */
.contactForm1_confirm .contactForm_checkbox-option{
  pointer-events: none;
}
.contactForm1_confirm .contactFormInput1{
  color: #fff!important;
  border-bottom: 1px solid #fff!important;
  border-radius: 0!important;
  background: none!important;
  pointer-events: none;
  padding: 1.15em 0;
}
.contactForm1_confirm .contactFormTextarea1{
	color: #fff!important;
  border-bottom: 1px solid #fff!important;
  border-radius: 0!important;
  background: none!important;
  pointer-events: none;
  padding: 1.15em 0;

  overflow: hidden; /* スクロールバー非表示 */
  resize: none;     /* ユーザーによるリサイズ防止（任意） */
  min-height: initial!important;
}
.contactForm1_confirm .contactFormInput1::placeholder {
	opacity: 0;
}
.contactForm1_confirm .contactFormTextarea1::placeholder {
	opacity: 0;
}
.contactForm_sendBTN_flex{
  width: 100%;
  max-width: 500px;
  margin: 0em auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contactFormSubmit1{
	  width: 65%;
    background-color: var(--green1);
    font-size: 1.2rem;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow.gif);
    background-size: 26px;
    background-position: center right 21px;
    background-repeat: no-repeat;
    border: none;
}
.contactForm_confirm_btnback{
  width: 25%;
    background-color: #fff;
    font-size: 1.2rem;
    color: var(--green1);
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow_back.gif);
    background-size: 26px;
    background-position: center left 21px;
    background-repeat: no-repeat;
    border: none;
}
.contactForm_sendBTN_flex{
  width: 100%;
  max-width: 500px;
  margin: 0em auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.contactFormSubmit1{
	  width: 60%;
    background-color: var(--green1);
    font-size: 1.2rem;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow.gif);
    background-size: 26px;
    background-position: center right 21px;
    background-repeat: no-repeat;
    border: none;
}
.contactForm_confirm_btnback{
  width: 30%;
    background-color: #fff;
    font-size: 1.2rem;
    color: var(--green1);
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow_back.gif);
    background-size: 26px;
    background-position: center left 21px;
    background-repeat: no-repeat;
    border: none;
}
@media (max-width: 499px) {
  .contactForm_sendBTN_flex{
    
    display: block;
    
  }
  .contactFormSubmit1{
	  width: 90%;
    background-color: var(--green1);
    font-size: 1.2rem;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    display: block;
    border-radius: 64px;
    padding: 27px;
    text-decoration: none;
    max-width: 320px;
    margin: auto;
    background-image: url(../images/top_btn_arrow.gif);
    background-size: 26px;
    background-position: center right 21px;
    background-repeat: no-repeat;
    border: none;
}
  .contactForm_confirm_btnback{
  width: 150px;
    margin: 1em auto 0 auto;
}
}

/*お問い合わせ成功後画面*/
.contactSendedP1{
	font-size: 1.2em;
	color: #000;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
  padding-top: 40px;
}
.contactSendedP2{
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	margin-top: 3em;
}
.contactSendedA1{
	font-size: 1em;
	color: var(--green1);
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin: 1em auto 0 auto;
  text-decoration: underline;
}