@charset "utf-8";
body * {
  box-sizing : border-box;
}
.bbs{
  align-items: center;
  background: #f7ff15;
  color: #333;
  display: flex;
  height: 30px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin-top: 100px;
  z-index: 1;
}
.bbs ul {
  animation: flowing 20s linear infinite;
  font-size: 20px;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/*------------------------------
------------------------------
HOMEここから↓
------------------------------
------------------------------*/
.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.main-visual h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 600px;
  color: #fff;
  z-index: 2;
}
.image {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
animation-name: fade;
animation-duration: 12s;
animation-iteration-count: infinite;
}
.src1 {
  background: url(../images/bg.JPG) top center / cover no-repeat;
}
.src2 {
  background: url(../images/bg5.JPG) center center / cover no-repeat;
}
.src3 {
  background: url(../images/bg2.JPG) top center / cover no-repeat;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 4s;
}
.image:nth-of-type(3) {
  animation-delay: 8s;
}
.bottom_margin{
  margin-left: 1rem;
}

.vertical{
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: initial;
  max-width: 100%;
}
@media (max-width: 768px) {
  .vertical{
    writing-mode: horizontal-tb;
    display: inline-block;
    text-align: start;
  }
  .bottom_margin{
    margin-left: auto;
  }
}
/*------------------------------
.incontainer
------------------------------*/
.incontainer nav {
  padding-top: 1em;
  padding-bottom: 1em;
}
.incontainer nav ul {
  text-align: center;
}
.incontainer nav li {
  display: inline-block;
  margin-right: 20px;
}
.incontainer nav li a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
}
.incontainer nav li a:hover {
	background-color: #F7CB4D;
	border: 1px solid #333;
}
.incontainer nav li a:hover::after {
	border-color: #fff #fff transparent transparent;
}
.incontainer nav li a{
  display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	height: 60px;
	color: #333;
  background-color: #fff;
	border: 1px solid #F7CB4D;
	border-radius: 35px;
	text-decoration: none;
	transition: 0.3s;
}
.incontainer nav li a:hover{
  color: #fff;
}
/*------------------------------
.shadow
------------------------------*/
.shadow{
  background-color: #fff;
  border-radius: 50px;
  /* border: #096b28 1px solid; */
  /* box-shadow: 12px 12px 2px 1px #bfd5c6; */
  padding: 0 2em 5px 2em;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
.shadow{
  max-width: 900px;
}
.flex3 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap
}
}
  .PHILOSOPHY{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2em 5px 2em;
    font-weight: 200;
  }

/*------------------------------
.chicken
------------------------------*/
.chicken{
  margin-bottom: 8em;
}
/*------------------------------
------------------------------
HOMEここまで↑
------------------------------
------------------------------*/


/*------------------------------
------------------------------
鶏レンタルページここから↓
------------------------------
------------------------------*/
/*------------------------------
.top
------------------------------*/
.top{
  padding: 3em;
  height: 70vh;
}
.top h2{
  margin-top: 30vh;
}
.chickentop{
  background: url(../images/bg4.JPG) center center / cover no-repeat ;
}
.concept{
  font-weight: 700;
  color: #0a6b27;
}
/*------------------------------
.red-box
------------------------------*/
.red-box{
  background-color: #fff;
  border-radius: 50px;
  padding: 2em 0 2em 0;
  border: 2px solid #bb2210; 
}
.red-bg{
  color: #bb2210;
  font-size: 200%;
  font-weight: 600;
  line-height: 2;
}
.red-sm {
  /* position: absolute; */
  color: #bb2210;
  font-size: .9em;
  line-height: 3;
  /* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 1.5em;
  margin-top: 150px; */
}
.left{
  text-align: left;
  padding-left: 8em;
  margin: 1em 0 2em 0;
}
@media (min-width: 1040px) {
.red-box{
  padding: 2em 5em 2em 5em;
}
.eggandtori{
  margin-left: 6em;
  margin-top: 15em;
}
.left{
  text-align: left;
  padding-left: 4em;
  margin: 1em 0 2em 0;
}
}
@media (min-width: 791px) {
  .red-box{
    margin: auto 5em auto 5em;
    padding: 2em 2em 2em 2em;
  }
  .flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .eggandtori{
  width: 25%;
  margin-top: 10em;
}
  }
@media (max-width: 790px) {
  .red-bg{
    color: #bb2210;
    font-size: 160%;
    font-weight: 600;
    line-height: 1.5;
  }
  /* .red-sm {
    position: relative;
    font-size: .9em;
    line-height: 1;
    margin: 2px auto;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  } */
.left{
  text-align: center;
  padding-left: 0;
}
 .flex{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.eggandtori{
  width: 30%;
  margin: auto;
}
}
/*------------------------------
.clol-2
------------------------------*/
.clol-2{
  display: grid;
  grid-gap: 40px;
  align-items: start;
}
/*------------------------------
取り扱い品種
------------------------------*/
.flex2{
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.egg-bg,.egg-bg2{
  position: relative;
}
.egg{
  position: absolute;
  top: 0;
  left: 15px;
  width: 25%;
  max-width: 200px;
}
.egg2{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20%;
  max-width: 200px;
}
/*------------------------------
.rental
------------------------------*/
.rentalbox{
  background-color: #fff;
  border-radius: 20px;
  padding: 2px 2em;
  margin: 3em auto 2em auto;
}
@media (min-width: 1025px) {
 .rentalbox{
    max-width: 1000px;
  }
}
.list ol {
  counter-reset: my-counter;
  list-style: none;
  padding-top: 2em;
  text-align: left;
}
.list ol li {
  margin-bottom: 2em;
  padding-left: 40px;
  position: relative;
  font-weight: 650;
  font-size: 110%;
  color: #333;
}
.list ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #0a6b27;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

/* #additional-plans {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 20px 0 0 20px;
} */

#additional-plans h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.plan {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.plan h3 {
  font-size: 17px;
  color: #333;
  margin-bottom: 10px;
}

.plan p {
  color: #555;
  margin-bottom: 5px;
}

.plan-image {
  display: block;
  margin: 10px auto;      /* 中央寄せ */
  width: 50%;             /* 画面幅の50% */
  height: auto;           /* 縦横比を維持 */
  border-radius: 8px;     /* 任意：角丸 */
}

/*------------------------------
------------------------------
鶏レンタルページここまで↑
------------------------------
------------------------------*/


/*------------------------------
------------------------------
便利屋ページここから↓
------------------------------
------------------------------*/
/*------------------------------
.top
------------------------------*/
.handy-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  position: relative;
}
.handy-visual h2 {
  margin: 0;
  color: #fff;
  z-index: 2;
}
.src4 {
  background: url(../images/bg.JPG) top center / cover no-repeat;
}
.src5 {
  background: url(../images/bg4.JPG) center center / cover no-repeat;
}
.src6 {
  background: url(../images/bg3.JPG) top center / cover no-repeat;
}
.hougan {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
/*------------------------------
------------------------------
便利屋ページここまで↑
------------------------------
------------------------------*/




/*------------------------------
------------------------------
なんでもレンタルページここから↓
------------------------------
------------------------------*/
.rentaltop{
  background: url(../images/nandemorental.jpg) center center / cover no-repeat ;
}

.rental-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.rental-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 15px;
  padding: 15px;
  width: 280px;
  text-align: center;
}

.rental-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.rental-item h2 {
  font-size: 20px;
  margin: 10px 0;
}

.rental-item p {
  font-size: 14px;
  color: #666;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #e67e22;
}

.rental-button {
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 100%;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #0056b3;
}
/*------------------------------
------------------------------
なんでもレンタルページここまで↑
------------------------------
------------------------------*/


/*------------------------------
------------------------------
予約ページここから↓
------------------------------
------------------------------*/
.yoyakutop{
  padding: 3em;
  height: 40vh;
  background-image: url(../images/rental2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.yoyakutop h2{
  text-align: center;
  align-items: center;
}
/*--フォーム--*/
.tab-4 {
  display: flex;
  flex-wrap: wrap;
}
.tab-4 > .label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #dbebe0;
  color: #999;
  font-weight: 600;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}
.tab-4 > .label1{
  border-radius: 20px 0 0 0;
}
.tab-4 > .label2{
  border-radius: 0 20px 0 0;
}

.tab-4 > .label:hover,
.tab-4 .label:has(:checked) {
  background-color: #096b28;
  color: #fff;
}
.tab-4 .label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #096b28;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-4 input {
  display: none;
}
.tab-4 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}
.tab-4 .label:has(:checked) + div {
  display: block;
}
.rental-container {
  background-color:#FAFAFA;
  padding-bottom: 3em;
  border-radius:20px;
}
::-webkit-input-placeholder {
   color: #70706db4;
}

.label2:checked + #kounyuform{
  display:none;
}

.kounyuform {
  display: none;
}
form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item:nth-child(8) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 350px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  margin-left: 3em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 44px;
  display: inline-block;
  text-align: center;
  background: #bb2210;
  color: #fff;
  font-size: 12px;
}
.Form-Item-Label-Required2 {
  border-radius: 6px;
  margin-right: 8px;
  margin-left: 3em;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 44px;
  display: inline-block;
  text-align: center;
  background: #FAFAFA;
  color: #FAFAFA;
  font-size: 12px;
}
.Form-Item-Input,.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 60px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  width: 100%;
  max-width: 400px;
  background: #eaedf2;
}
.Form-Item-Radio{
  margin-left: 60px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  width: 100%;
  max-width: 400px;
}
.FormArea select{
  margin-left: 60px;
  padding-right: 1em;
  flex: 1;
  width: 100%;
  max-width: 400px;
  height: 48px;
  font-size: 1em;
}
.Form-Item-Input{
  height: 48px;
  font-size: 1em;
}
.Form-Item-Textarea {
  height: 216px;
  font-size: 18px;
}
.Form-Item-address{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  background: #eaedf2;
  height: 48px;
  flex: inherit;
  font-size: 15px;
  margin-bottom: 5px;
}
.Form-address{
  margin-left: 60px;
}
label {
  display: block;
}
.p-postal-code{
  width: 150px;
}
.p-extended-address {
  display: inline-block;
  width: 400px;
}
@media screen and (max-width: 700px) {
  form {
    margin-top: 20px;
  }
    .Form-Item {
      padding: 16px 14px;
      flex-wrap: wrap;
    }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required,.Form-Item-Label-Required2 {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 4px;
    width: 32px;
    font-size: 8px;
  }
  .Form-Item-Input,.Form-Item-Textarea{
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-address,.Form-Item-Radio,.FormArea select{
    margin-left: 0;
    margin-top: 18px;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin: 32px auto 10px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #F7CB4D;
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin: 24px auto 20px auto;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/*------------------------------
------------------------------
予約ページここまで↑
------------------------------
------------------------------*/


/*------------------------------
------------------------------
質問ページここから↓
------------------------------
------------------------------*/
.faqtop{
  padding: 3em;
  height: 40vh;
  background-image: url(../images/Illust.PNG);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.faqtop h2{
  text-align: center;
  align-items: center;
}
.qa-8 dt {
  margin-bottom: 1em;
  color: #333;
  font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
  margin-right: .4em;
}

.qa-8 dt::before {
  content: "Q.";
}

.qa-8 dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #fff;
  color: #333;
}

.qa-8 dd::before {
  content: "A.";
}
/*------------------------------
------------------------------
質問ページここまで↑
------------------------------
------------------------------*/


/*------------------------------
------------------------------
aboutページここから↓
------------------------------
------------------------------*/
.abouttop{
  padding: 3em;
  height: 40vh;
  background-image: url(../images/IMG_3294.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.abouttop h2{
  text-align: center;
  align-items: center;
}

/* ==========================================================================
	point
========================================================================== */
.point {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 118px auto;
}
.point h3{
  color: #096b28;
  margin-bottom: 4em;
}
.point_list {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.point_list::after {
	content: "";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}
.point_list .box {
	position: relative;
	width: 48.8%;
	padding: 90px 15px 25px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 45px;
	margin-bottom: 40px;
	float: left;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.point_list .box:nth-child(2n) {
	float: right;
}

.point_list .box h3 {
	display: block;
	position: absolute;
	width: 90px;
	left: 0;
	right: 0;
	top: -25px;
	margin: auto;
}

.point_list .box h4 {
	text-align: center;
	width: 95%;
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	color: #bb2210;
	margin: 15px auto 0;
}

.point_list .box p {
	width: 90%;
	max-width: 460px;
	margin: 22px auto 0;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
}

@media screen and (max-width: 800px) {
	.point {
		position: relative;
		width: 93%;
		max-width: 1200px;
		margin: 55px auto 100px;
	}
	.point_list .box {
		width: 100%;
		padding: 96px 15px 47px;
		border-radius: 30px;
		margin-bottom: 40px;
		float: none;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
	.point_list .box:nth-child(2n) {
		float: none;
	}
	.point_list .box h3 {
		width: 80px;
		top: -20px;
	}
	.point_list .box h4 {
		font-size: 19px;
		line-height: 30px;
		margin: 5px auto 0;
	}
	.point_list .box:nth-child(2) h4 {
		font-size: 18px;
	}
	.point_list .box p {
		width: 85%;
		min-width: 290px;
		max-width: 800px;
		margin: 12px auto 0;
		font-size: 13px;
		line-height: 21px;
	}
}

/*------------------------------
------------------------------
aboutページここまで↑
------------------------------
------------------------------*/



/*------------------------------
------------------------------
お問い合わせページここから↓
------------------------------
------------------------------*/
.contact{
  position: relative;
  -js-display: flex;
  display:-webkit-box;
  display: -webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 90%;
  max-width:1000px;
  margin:20px auto;
}
.contact .c_txt{
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin: 10px auto;
}
.contact .tel_line {
  position: relative;
  width: 38%;
}
.contact .tel_line li{
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 333px;
  background:#fff;
  border-radius:30px;
  text-align: center;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
  margin-bottom: 2em;
}
.contact h3 {
  text-align: center;
}
.contact h3 span{
  display:inline-block;
  font-size: 23px;
  font-weight: 600;
  border-bottom:1px solid #333;
  padding-bottom: 5px;
}
.contact .tell a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  color:#333;
  padding-left: 20px;
  margin:40px auto 15px;
}
.contact .tell a:before{
  content:"";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -33px;
  top: -1px;
  background:url(../images/tell.PNG);
  background-size:cover;
}
.contact .tell span {    
  font-size: 12px;
}
.contact .tell h3 span{
  font-size: 23px;
}
.contact .line div{
  width: 90%;
  margin:0 auto;
}
.contact .line a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width:280px;
  height: 60px;
  background:#fff;
  border:1px solid #5bbc1f;
  border-radius:30px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
  color:#5bbc1f;
  font-size: 16px;
  font-weight: 700;
  padding-left: 32px;
  box-sizing:border-box;
  margin:44px auto 0;
}
.contact .line a:hover{
  background:#5bbc1f;
  color:#fff;
  box-shadow:none;
  transform: translateY(3px);
}
.contact .line a:before{
  content:"";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: calc(50% - 80px);
  top: 13px;
  background:url(../images/LINE_APP_Android.png);
  background-size:cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .line a:hover:before{
  background-image:url(../images/LINE_APP_Android.png);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form_wrap{
  position: relative;
  width: 60%;
  background:#fff;
  border-radius:45px;
  padding:20px 0 50px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2); 
}
.form_wrap.conf{
  width: 90%;
  margin-right: 5%;
}
#form{
  width: 100%;
  max-width:530px;
  margin:0 auto 0;
}
.conf #form{
  max-width:800px;
}
.contact .area {
  width:90%;
  box-sizing:border-box;
-js-display: flex;
display:-webkit-box;
display: -webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
  justify-content: space-between;
-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin: 50px auto 0;
}
.contact .box{width: 100%;margin-bottom: 32px;}
.contact .box.radio{margin-bottom: 25px;}
.contact .box.fl{width: 49%;}
.contact .area .box:last-child{margin-bottom: 0;}
.contact .box h4{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  vertical-align: middle;
}
.contact .box.radio h4{margin-bottom: 15px;}
.form_wrap.conf p{
  font-size: 15px;
  font-weight: 600;
  text-align:left;
}
.contact .box h4 span{
   display:inline-block;
  padding:3px 8px 2px;
  background:#fff;
  border:1px solid #bb2210;
  color:#bb2210;
  font-size: 11px;
  border-radius:18px;
  vertical-align: middle;
  margin-left: 5px;
}

.form-list li{
  position: relative;
  display:inline-block;
  border:none;
  margin-right: 30px;
position: relative;
  min-height:40px;
  padding-top:12px;
}
.form-list li:last-child,
.form-list li:nth-child(2){margin-right: 0;}

.form-list .type-mg {
margin-right: 60px;
}

.form-list label {
padding-left: 43px;
position: relative;
cursor: pointer;
font-size:18px;
}

.form-list input {
opacity: 0;
position: absolute;
left: 0;
z-index: 0;
}

.form-list label:before,
.form-list label:after {
content: "";
display: block;
position: absolute;
box-sizing: border-box;
}

.form-list label:before {
width: 35px;
height: 35px;
top: -3px;
left: 0;
z-index: 0;
  background:#f5f5f5;
  border: 1px solid #CEC3A8;
}

@supports (-ms-accelerator: true) and (not (color: unset)) {
.form-list label:before {
top: -6px;
}
}
@supports (-ms-ime-align: auto) {
.form-list label:before {
top: -6px;
}
}
.form-list.input-radio label:before {
border-radius: 50px;
}
.form-list input + label:after {
width: 15px;
height: 15px;
  top: 7px;
  left: 10px;
z-index: 1;
opacity: 0;
  background:#333;
}

.form-list input:checked + label:after {
opacity: 1;
}

.form-list.input-radio input + label:after {
border-radius: 50%;
}
.contact-form-item {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: #faf9f5;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #CEC3A8;
}
.contact-form-item.short{
  max-width: 230px;
}
.contact-form-item.short02{
  max-width: 260px;
}
textarea.contact-form-item {
  min-height:155px;
}
input:focus,
textarea:focus{
  background: #ffe6e1;
}
.ps_area{
  width: 278px;
  text-align: center;
  margin: 30px auto 37px;
}
.ps_area a{
   text-decoration:underline;
}

input[type=radio], input[type=checkbox] {
      /*
display: none;*/
      opacity: 0;
}

.checkbox {
box-sizing: border-box;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
position: relative;
display: inline-block;
margin: 0 auto;
padding: 0 0 0 38px;
vertical-align: middle;
font-size:14px ;
display:inline-block !Important;
cursor: pointer;
font-weight: 500;
}
.checkbox:after {
-webkit-transition: border-color 0.2s linear;
transition: border-color 0.2s linear;
position: absolute;
  top: -6px;
  left: 0;
display: block;
width: 26px;
height: 26px;
border: 1px solid #CEC3A8;
border-radius: 26px;
  background: #faf9f5;
content: '';
}
input[type=radio]:checked + .radio:before {
opacity: 1;
}

.checkbox:before {
content: '';
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
position: absolute;
  top: 3px;
  left: 9px;
  width: 10px;
  height: 10px;
  border-radius:10px;
  z-index:500;
  opacity: 0;
  background: #333;
}
input[type=checkbox]:checked + .checkbox:before {
opacity: 1;
}
.form_area p{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}


.form_area .submit{
  position: relative;
  width: 260px;
  margin: 45px auto 0;
  border:none;
}
.form_area .submit:before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 58px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #333;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 60;
}
.form_area .submit:hover:before{
  transform:translate(3px,3px);
  border-color: transparent transparent transparent #fff;
  
}
.form_area .back{
  position: relative;
  width: 260px;
  border:none;    
}
.form_area .back .link_btn{
  background: #f1f0e9;
}
.form_area .back:before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 58px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-style: solid;
  border-width: 3.5px 5px 3.5px 0;
  border-color: transparent #333 transparent transparent ;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 60;
}
.form_area .back:hover:before{
  transform:translate(3px,3px);
  color:#fff;
  border-color: transparent #fff transparent transparent ;
  
}
.form_area .back:hover .link_btn{background:#333;}


.form_area .submit .link_btn,
.form_area .back .link_btn{border:none;}

.form-foot{
  width: 570px;
  margin:0 auto;
-js-display: flex;
display:-webkit-box;
display: -webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
  justify-content: space-between;
-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
}
.form-foot .submit{
  margin:0;
}



.contact .inview{
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 43%;
  opacity:0;
  transform: translateX(50px);
  transition:1s;
}

.contact .inview.move{
  opacity:100;
  transform: translateX(0);
  transition:1s;
  
}


.thanks .link_btn{background:#fff;margin:0 auto;}

.thanks .link_btn:hover{background:#ff8080 ;margin:0 auto;}
@media screen and ( max-width: 1000px ) {
  
  .contact .tel_line{width: 340px;}
  .form_wrap{width: calc(100% - 355px);}
}

@media screen and ( max-width: 800px ) {
  .contact{
      position: relative;
      display: block;
      width: 100%;
      max-width:1200px;
      margin:50px auto 295px;
  }
  .contact.conf,
  .contact.thanks{
       margin-bottom: 105px;   
  }
  .contact .c_txt{
      width: 80%;
      font-size: 13px;
      line-height: 26px;
      text-align:left;
      margin:20px auto 40px;
  }
  .contact .tel_line {
      width: 93%;
      margin:0 auto 27px;
  }
  .contact .tel_line li{
      width: 100%;
      padding:30px 0;
      border-radius:23px;
      height: auto;
  }
  .contact h3 span{
      font-size: 17px;
  }
  .contact .tell a {
      font-size: 24px;
      padding-left: 30px;
      margin:19px auto 11px;
  }
  .contact .tell a:before{
      width: 24px;
      height: 24px;
      left: 0;
      top: 5px;
  }
  .contact .tell p {
      font-size: 11px;
  }
  .contact .tell span {    
      font-size: 10px;
  }
  .contact .tell h3 span{
      font-size: 17px;
  }
  .contact .line a {
      width: 210px;
      max-width:210px;
      height: 54px;
      border-radius:27px;
      box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.2); 
      font-size: 13px;
      padding-left: 18px;
      margin:20px auto 0;
  }
  .contact .line a:before{
      width: 25px;
      height: 25px;
      left: calc(50% - 80px);
      top: 15px;
  }
  
  
  .form_wrap{
      width: 100%;
      border-radius:27px;
      box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.2); 
      padding: 50px 0 80px;
  }
  
  .form_wrap.conf{
      width: 100%;
      margin:0;
  }
  #form{
      width: 75%;
      margin:45px auto 0;
  }

  .contact .area {
      width: 100%;
      margin-top: 35px;
  }
  .contact .area:first-child {
      padding-right: 0;
  }
  .contact .area:nth-child(2) {
      padding-left: 0;
      border-left:none;
  }
  .contact .box{margin-bottom: 18px;}
  .contact .box.fl{width: 100%;}
  .contact .box.radio{margin-bottom: 8px;}

  .contact .area .box:last-child{margin-bottom: 0;}
  .contact .area:first-child .box:last-child{margin-bottom: 18px;}
  .contact .box h4{
      font-size: 14px;
      margin-bottom: 5px;
  }
  
  .form_wrap.conf p{font-size: 14px;}
  
  .contact .box.radio h4{margin-bottom: 10px;}
  .contact .box h4 span{
      padding:3px 7px;
      font-size: 10px;
      border-radius:15px;
      margin-left: 10px;
  }
  .form-list li{
      margin-right: 0;
      width: 100%;
      min-height:30px;
      padding-top:6px;
  }
  .form-list label {
      padding-left: 40px;
      font-size:14px;
  }
  .form-list label:before {
      width: 30px;
      height: 30px;
      top: -4px;
  }
  .form-list.input-radio label:before {
      border-radius: 35px;
  }
  .form-list input + label:after {
      width: 13px;
      height: 12px;
      top: 5px;
      left: 9px;
  }

  .contact-form-item {
      width: 100%;
      max-width:800px;
      height: 43px;
      padding: 0 10px;
      border-radius: 22px;
      font-size: 14px;
      border: 1px solid #CEC3A8;
  }
  
  
  .contact-form-item.short,
  .contact-form-item.short02{
      width: 60%;max-width: 170px;
  }
  
  
  .fl .contact-form-item,
  #jiki{max-width:235px;}
  
  textarea.contact-form-item {
      min-height:170px;
  }
  .ps_area{
      width: 250px;
      margin: 28px auto 27px;
  }

  .checkbox {
    padding: 0 0 0 35px;
    font-size:13px;
  }

  .checkbox:after {
    top: -6px;
    width: 24px;
    height: 24px;
    border: 1px solid #CEC3A8;
    border-radius: 24px;
  }

  .checkbox:before {
      top: 2px;
      left: 8px;
      width: 10px;
      height: 10px;
      border-radius:8px;
  }

  .form_area p{
      font-size: 13px;
      line-height: 24px;
  }


  .form_area .submit{
      width: 280px;
      margin: 26px auto 0;
      border:none;
  }
  .form_area .submit:before{
      left: 50px;
      border-width: 3.5px 0 3.5px 5px;
      border-color: transparent transparent transparent #ff8080;
  }

  
  .form-foot .submit{margin-top: 15px;}

  .form_area .back{
      width: 217px;
      margin-top: 30px;
  }
  .form_area .back:before{
      left: 50px;
  }


  .form-foot{
      width: 217px;
      margin:0 auto;
      -js-display: flex;
      display:-webkit-box;
      display: -webkit-flex;
      display:-moz-box;
      display:-ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;

  }
  .contact .inview{
      display: block;
      position: absolute;
      right: 0;
      left: 0;
      bottom:-250px;
      margin:auto;
      width: 320px;
      opacity:0;
      transform: translateX(50px);
      transition:1s;
  }
  
}


/* 問い合わせフォーム全体の見出し */
.contact_form_container h2 {
  width: fit-content;
  margin:  3em auto 2em;
  display: grid;
  place-items: center;
}

/* 問い合わせフォーム全体の見出し*/
.contact_form_container h2::after {
  content: attr(data-text);
  color: #ceb849;
}
/*------------------------------
------------------------------
お問い合わせページここまで↑
------------------------------
------------------------------*/

/*------------------------------
------------------------------
プライバシーポリシーページここから↓
------------------------------
------------------------------*/
.PRIVACY h3{
  margin-top: 15px;
 text-align: left;
}

.PRIVACY p{
font-weight: 200;
line-height: 2;
text-align: left;
}

/* ==========================================================================
	intro
========================================================================== */
.intro {
  position: relative;
  width: 90%;
  max-width:1000px;
  margin:70px auto 160px;
}
.intro .c_txt {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
.intro .box {
  width: 100%;
  background:#fff;
  box-sizing:border-box;
  margin:55px auto 0;
}
.intro ul {
-js-display: flex;
display:-webkit-box;
display: -webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
  justify-content: space-between;
-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  width: 90%;
  max-width:800px;
  margin:0 auto;
}
.intro ul li {
  width: 36%;
  padding:50px 0;
  border-top:1px solid #cfcfcf;
  list-style-type: none;
}
.intro ul li:nth-child(2n){
  width: 64%;
}
.intro ul li:first-child,
.intro ul li:nth-child(2){
  border-top:none;
}
.intro h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}
.intro ul li p{
  font-size: 13px;
  line-height: 28px;
}
.intro ol {
  position: relative;
  box-sizing: border-box;
  counter-reset: number;
  list-style-type: none !important;
  margin-top: 20px;
}
.intro ol li {
  position: relative;
  width: 100%;
  line-height: 28px;
  font-size: 13px;
  list-style-type: none !important;
  padding-left: 20px;
  padding: 0 0 0 20px !Important;
  border:none !Important;
}
.intro ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number)'.';
  display: inline-block;
  font-size: 13px;
  left: 0;
  line-height: 28px;
}
.intro a {
  font-size: 13px;
  text-decoration: underline;
}
@media screen and ( max-width: 800px ) {
  .intro {
      width: 100%;
      margin:35px auto 130px;
  }
  .intro .c_txt {
      font-size: 13px;
      line-height: 26px;
      text-align:left;
      width: 76%;
      margin:0 auto;
  }
  .intro .box {
      width: 93%;
      margin:22px auto 0;
  }
  .intro ul {
      width: 80%;
  }
  .intro ul li {
      width: 100%;
      padding:40px 0 0;
      border-top:1px solid #cfcfcf;
  }
  .intro ul li:nth-child(2n){
      width: 100%;
      padding:26px 0 40px;
      border:none;
  }
  .intro h3 {
      font-size: 16px;
  }
  .intro ul li p{
      font-size: 12px;
      line-height: 25px;
  }
  .intro ol li {
      line-height: 25px;
      font-size: 12px;
      list-style-type: none !important;
      padding: 0 0 0 20px !Important;
  }

  .intro ol li:before {
      font-size: 12px;
      line-height: 25px;
  }
  .intro a {
      font-size: 12px;
  }
}
/*------------------------------
------------------------------
プライバシーポリシーページここまで↑
------------------------------
------------------------------*/