@charset "UTF-8";
/* CSS Document */
/*リセットcss↓*/
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;
}
/*******リセットcss*******/
.box_con form {
    /* width: 100%; */
    position: absolute;
    right: 29vw;
    top: 35vw;
	}

/***************************************上の数字********************************/
#uemaru{
	display: flex;
	position: absolute;
	top: 10.354166666666667vw;
	left: 34.552083333333333vw;
}

#ue_moji{
	width: 50.583333333333333vw;
	height: 1.458333333333333vw;
	display: flex;
	position: absolute;
	top: 21.354166666666667vw;
	left: 36.552083333333333vw;
}

.suuji {
  width: 8vw;
  height: 8vw;
  background-color: #EE985E;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #754C24;
  font-size: clamp(16px,1.5vw,25px);
  text-align: center;
  font-weight: 500;
  margin-right: 6vw;
}

.oto_moji{
	margin-right: 11.625vw;
	font-size: clamp(16px,1.354166666666667vw,26px);
	font-weight: 600;
}

#ue_text{
	font-size: clamp(16px,1.302083333333333vw,20px);
	position: absolute;
	top: 27vw;
	left: 35vw;
	font-weight: 500;
}

#sankaku{
	width: 15.1025vw;
	height: 2.0375vw;
	position: absolute;
	top: 14vw;
	left: 45vw;
}

/***************************************フォームデザインcss********************************/

.box_con {
  max-width: 900px;
  margin: 0  auto;
}
/*@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}*/
.box_con form {
  width: 50%;
  position: absolute;
  right: 24vw;
  top: 35vw;
}
.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;
  }
}*/
.box_con form table tr th span {
  background: #cd6f55;
  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;
}
/*@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;
 margin-top: 2vw;
  margin-bottom: 2vw;
  width: 120%;
}
.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 .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
  font-size: clamp(16px,1vw,20px);
}

.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #97ae88;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 6em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
  height: 10em;
}

/*プライバシーのデザイン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-color: rgba(238,152,94,0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
  border-radius: 5vw;
}
/*@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%;
  }
}*/

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
  font-size: clamp(16px,1vw,20px);
}

.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: .5em 4em;
  color: #000;
  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;
}

/********************************自分が追加したcss**********************************/
#goyouken,#onamae,#denwa,#mail,#toiawase_na{
	margin-top:2vw;
	margin-bottom: 1vw;
	border-radius: 5vw;
	background-color: rgba(238,152,94,0.2);
	border-style: none;
}

#goyouken{
	color: #754C24;
	font-size: clamp(14px,0.7vw,20px);
}

#goyouken ::after{
}

#onamae{
}

#denwa{
}

#mail{
}

#toiawase_na{
	border-radius: 2vw;
	padding: 2vw;
}

.box_check{
	margin-top: 2vw;
}

.btn input{
	margin-top: 1vw;
	background-color: #EE985E;
	color: #fff;
	border-radius: 5vw;
	font-size: clamp(16px,2vw,20px);
}

.box_con form table tr th{
	font-size: clamp(16px,0.833333333333333vw,20px);
	font-weight: 500;
	line-height: 4vw;
}

.box_con form table tr th span {
	border-radius: 1vw;
	padding: 0.5vw;
}

.con_pri{
	  font-size: clamp(30px,20.833333333333333vw,60px);

}




/*********************************************タブレット・スマホ設定****************************************************/
@media screen and (min-width:0px) and (max-width:960px) {

	#inuneko_iene{
		width: 43.061458333333333vw;
		height: 39.40625vw;
		position:absolute;
		top: 35vw;
		left: 35vw;
	}
	
	header #mv_sec h1 {
        position: absolute;
        font-size: 5.178571428571429vw;
        top: 31vw;
        left: 13.25vw;
        color: #736357;
        line-height: 8vw;
	    letter-spacing: 1vw;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
	
	form{
		margin-top: 95vw;
	}
	
	.suuji {
    width: 10vw;
	height: 10vw;
	}
	
	#uemaru{
		top: 85vw;
		left: 30vw;
	}
	
	#ue_moji{
		top: 100vw;
		left: 32.5vw;
	}
	
	.oto_moji{
		width: 100vw;
		height: 10vw;
		margin-right: 3vw;
	}
	
	#sankaku{
        width: 18.1025vw;
        height: 2.0375vw;
		top: 89vw;
		left: 42vw;
	}
	
	#ue_text{
		/*position: absolute;
		top: 3vw;*/
		margin-top: 83vw;
		width: 50.416666666666667vw;
		height: 4.177083333333333vw;
		text-align: center;
		line-height: 5.5vw;
		left: 25vw;
	}
	
	#goyouken, #onamae, #denwa, #mail, #toiawase_na {
    margin-bottom: 8vw;
	}
	
	#sec_02{
		margin-top: 10vw;
		background-color: bisque;
	}
	
	
	box_con form table tr .radio02-input + label{
		font-size: clamp(14px,2vw,20px);
	}
	
	  .box_con {
    width: 95%;
  }
	
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #EE985E;
    padding: .8em .2em;
    color: #fff;
	border-radius: 5vw;
  }
	
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
	
	  .con_pri {
    width: 95%;
  }

  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
	
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
	
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
	
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
	
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
	
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
		
	.box_con form table tr .radio02-input + label{
		padding-top: 2vw;
		font-size: clamp(14px,1vw,20px);
		line-height: 4vw;
	}
	
	footer{
		position: relative;
		top: 160vh;
		margin-top: 0;
	}
	
}

/***********************************************pc設定******************************************/
@media screen and (min-width:961px) {
	#inuneko_iene{
		display: none;
	}
	
	.box_con form {
    /* width: 100%; */
    position: absolute;
    right: 29vw;
    top: 35vw;
	}
	
	/*#sec_03{
		width: 100%;
		height: 72.916666666666667vw;
	}*/

/***************************************上の数字********************************/
#uemaru{
	display: flex;
	position: absolute;
	top: 10.354166666666667vw;
	left: 34.552083333333333vw;
}

#ue_moji{
	width: 50.583333333333333vw;
	height: 1.458333333333333vw;
	display: flex;
	position: absolute;
	top: 21.354166666666667vw;
	left: 36.552083333333333vw;
}

.suuji {
  width: 8vw;
  height: 8vw;
  background-color: #EE985E;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #754C24;
  font-size: clamp(16px,1.5vw,25px);
  text-align: center;
  font-weight: 500;
  margin-right: 6vw;
}

.oto_moji{
	margin-right: 11.625vw;
	font-size: clamp(16px,1.354166666666667vw,26px);
	font-weight: 600;
}

#ue_text{
	font-size: clamp(16px,1.302083333333333vw,20px);
	position: absolute;
	top: 27vw;
	left: 35vw;
	font-weight: 500;
}
	
	/*#ue_text br{
		display: none;
	}*/

#sankaku{
	width: 15.1025vw;
	height: 2.0375vw;
	position: absolute;
	top: 14vw;
	left: 45vw;
}

	#footer_back{
		margin-top: 15vw;
	}

/***************************************フォームデザインcss********************************/

.box_con {
  max-width: 900px;
  margin: 0  auto;
}
/*@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}*/
.box_con form {
  width: 50%;
  position: absolute;
  right: 24vw;
  top: 35vw;
}
.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;
  }
}*/
.box_con form table tr th span {
  background: #cd6f55;
  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;
}
/*@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;
  margin-bottom: 2vw;
}
.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 .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
  font-size: clamp(16px,1vw,20px);
}

.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #97ae88;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 6em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
  height: 10em;
}

/*プライバシーのデザイン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-color: rgba(238,152,94,0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
  border-radius: 5vw;
}
/*@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%;
  }
}*/

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
  font-size: clamp(16px,1vw,20px);
}

.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #eee;
  padding: .5em 4em;
  color: #000;
  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;
}

/********************************追加css**********************************/
#goyouken,#onamae,#denwa,#mail,#toiawase_na{
	margin-top:2vw;
	margin-bottom: 1vw;
	border-radius: 5vw;
	background-color: rgba(238,152,94,0.2);
	border-style: none;
}

#goyouken{
	color: #754C24;
	font-size: clamp(14px,0.7vw,20px);
}

#goyouken ::after{
}

#onamae{
}

#denwa{
}

#mail{
}

#toiawase_na{
	border-radius: 2vw;
	padding: 2vw;
}

.box_check{
	margin-top: 2vw;
}

.btn input{
	margin-top: 1vw;
	background-color: #EE985E;
	color: #fff;
	border-radius: 5vw;
	font-size: clamp(16px,2vw,20px);
}

.box_con form table tr th{
	font-size: clamp(16px,0.833333333333333vw,20px);
	font-weight: 500;
	line-height: 4vw;
}

.box_con form table tr th span {
	border-radius: 1vw;
	padding: 0.5vw;
}

.con_pri{
	  font-size: clamp(30px,20.833333333333333vw,60px);
}
	
		footer{
		position: relative;
		top: 100vh;
		margin-top: 0;
	}

	#footer_inuneko {
        width: 41.875vw;
        height: 17.359375vw;
        position: absolute;
        top:2vh;
        left: 28.885416666666667vw;
    }
	
	
}