@charset "UTF-8";
/*
 * contact.index.css
 *
 */


/*==================================
         title Font Style
===================================*/
.page_ttl {
	padding:60px 0 37px;
	background-image:url(../img/contact.png);
	background-position:50% 10%;
	background-repeat:no-repeat;
	background-size:100% auto;
  /*mask-image: radial-gradient(circle at 79% 1025%, transparent 87% 68%, black 88%);*/
	box-shadow: 1px 6px 11px;
}
.page_ttl::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 55%, #088424 76%);
}

#headerLogo_left h2 {
    margin-top: 6px;
}
.sectionLv0 {
    margin-top:84px;
    position: relative;
    width:100%;
}
.sectionLv0 h2 {
	position:relative;
	font-size:1.7vw;
	font-weight:bold;
	color:#fff;
	line-height:3em;
  text-align: left;
}
.ttl_en {
	margin:0 0 20px;
    font-size: 3vw;
    color: #FFFFFF;
    letter-spacing: 15px;
    vertical-align: middle;
    font-weight: bolder;
	border-bottom:#fff solid 2px;
}
#wrapper .section h3 {
	font-size:24px;
}
.contact_tel {
	margin:30px auto;
}
.contact_tel p {
	font-size:22px;
	font-weight:bold;
}
#wrapper .time_info {
	font-size:18px;
	font-weight:100;
}
.tel_no::before {
    content: '\f2a0';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #fff;
}
.tel_no::before {
    content: '\f2a0';
    left: 0;
    margin: 0 10px 0 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    color: #000;
}
.contact_tel h3,
.contact-title {
    width: 70%;
    margin: 0 auto 20px;
    padding: 7px 0;
    background-color: #088424;
    color: #fff;
}
.contact-title {
    width:100%;
}
@media screen and (max-width: 600px) {

.page_ttl {
	padding:5vw 0 20px;
	
	
}
.sectionLv0 h2 {
padding:0px;
}
.ttl_en {
    letter-spacing: 2vw;
	font-size: 5vw;

}
.sectionLv0 h2 {
	font-size:3vw;
}
}


/*==================================
          Font Style End
===================================*/

/*==================================
          Table
===================================*/
.sectionLv01{
	background:#EEEEEE;
	margin-top:120px;
	width: 1100px;
}
.sectionLv01 h2{
	text-align:center;
	color:#000000;
	font-size:22px;
	padding: 20px 0px 0px;
}
.sectionLv01 p{
	text-align:left;	
}
.sectionLv02{
	width: 1100px;
	margin-top:20px;
  position: relative;
	padding:20px 0px;
	box-sizing: border-box;
  border-style: solid;
  border-width: 0;
	border-radius: 30px;
  background: white;
	margin-bottom:10%;
  border: 20px solid #fff;
  border-radius: 20px;
  box-shadow: 2px 8px 9px rgb(0 0 0 / 25%);
}
.sectionLv02 h2{
	text-align:center;
	color:#000000;
	padding:40px;
}
/*���Z�b�gcss��*/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,embed {
  vertical-align: top;
}
hr,legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
sup {
  vertical-align: super;
  font-size: 0.5em;
}
img {
  vertical-align: top;
}
i {
  font-style: normal;
}
/*----���Z�b�gcss*----/

/*�f�U�C��css��*/
.box_con {
  max-width: 900px;
  margin: 0  auto;
}
.box_pri p{
	text-align:left;
}
.white{
  background:white;
  padding: 0 .3em;
  color:#000000;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid;
}

@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
    width: 100%;
    background: ghostwhite;
	padding: 5px;
}

.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #97ae88;
    padding: .8em .2em;
    color: #fff;
  }
  
}
.red {
  background:#b33b3b;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}


.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sectionLv01 p{

    padding: 20px 80px;
   
}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #97ae88;
}
.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
  height: 10em;
}

/*�v���C�o�V�[�̃f�U�C��css��*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
  .sectionLv01 p{
  font-size:13px;
    padding: 20px 10px;
   
}
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
}

.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background:#088424;
  padding: .5em 4em;
  color:#FFFFFF;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*==================================
          table End
===================================*/

