@charset "UTF-8";
*{margin:0; padding:0;}


/** 01 - 枠 - CSS　******************************************/

.Box980{
	width:85%;
	margin:0 auto;
}

@media screen and (max-width: 749px) {
	.Box980{
	width:94%;
	margin:0 auto;
}
}
/*
* {
  --ff-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
           "Yu Gothic", "Meiryo", sans-serif;
  --ff-latin: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
*/

*, h2,h3, .dtp, p, dt, dd, li, b, small{word-break:normal; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans","Yu Gothic", "Meiryo", sans-serif!important; color:#252525;}




.form-header-new { 
 /* background:linear-gradient(-45deg, #e48400, #ecaf01);*/ 
/*  background-color: #ff932a;*/
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
  margin: 5px 0 5px 0;
  font-size: 1.2em;
  letter-spacing: 1.5px;
}

.form-header-new img{
	width:auto;
}

h1{
	font-size: 28px;
	position: relative;
	display: inline-block; 
	margin:30px 0;
}

h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* テキストと下線の距離 */
  width: 100%;
  height: 4px;  /* 下線の太さ */
  border-radius: 2px;
  background: linear-gradient(-45deg,  #FFEF0D,#e48400);
}

h2{
	font-size: 20px;
	margin-bottom:18px;
}




.form-point{
	display: flex;
	gap: 20px;           /* ボックス間の余白 */
  	justify-content: space-between; /* 横並び時の配置 */
	margin:20px 0 60px;
}

.form-point-box{
	background-color: #FFF2D5;
	padding:20px;
	border-radius:12px;
	width:30%;
}

.point-title{
	font-size: 18px;
	color: #FFB000;
	padding-bottom:5px ;
	font-weight:800;
}

.point-title span{
	font-size: 22px;
   color: #FFB000;
   size:1.2rem;
}

h3{
	font-size: 18px;
	margin-bottom:10px;
}


.point-body{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03rem;
	
}

.form-caution{
	background-color: #F0F0F0;
	padding:20px;
	border-radius:12px;
	width:auto;
	margin-bottom:20px;
}

.form-caution{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03rem;
}
.form-caution span{
 color:#FB0000;
}


.form-caution2{
	background-color: #FFF2D5;
	padding:20px;
	border-radius:12px;
	width:auto;
	margin-bottom:20px;
}

.form-caution2{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03rem;
}
.form-caution2 span{
 color:#FB0000;
}


.container {  max-width: 750px;  margin: 0 auto; padding:0;}
.container2 {  max-width: 750px;  margin: 0 auto; padding:0;}
.container2 h4{ text-align: center;}
.datetime-group { display: flex;}

@media screen and (max-width: 749px) {
	.form-header-new img{
		width:60%;
	}
	h1{
		font-size: 28px
	}

	.form-point{
		flex-direction: column; /* 縦並び */
	}
	
.form-point-box{
	background-color: #FFF2D5;
	padding:20px;
	border-radius:12px;
	width:auto;
}

.point-title{
	font-size: 18px;
	color: #FFB000;
	padding-bottom:5px ;
	font-weight:800;
}

.point-title span{
	font-size: 22px;
   color: #FFB000;
   size:1.2rem;
}

h3{
	font-size: 18px;
	margin-bottom:10px;
}


.point-body{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.03rem;
	
}
	.container {  max-width: 100%;  margin: 0 auto; padding:0;}
.container2 {  max-width: 100%;  margin: 0 auto; padding:0;}
.container2 h4{ text-align: center;}
.datetime-group { display: flex;}
}




footer{padding: 30px 0 110px 0; background: #faf0e8; margin-top: 50px;}
div.footer-wrapper{width:750px;  margin:0 auto; text-align: center;}
footer div.logo{ width: 100px; margin:0 auto;}
footer div.logo img{width: 100%; height: auto;}
.copyright{font-size: 10px;}
footer dl{ margin:15px 0;}
footer dl dt{ font-size:14px; font-weight:800; margin-bottom:15px;}
footer dl dd{ font-size:12px; margin:10px 0;}
footer dl dd a{ color:#43a4a4; text-decoration:none; }

footer dl dd a:hover, .price p a:hover, p.memo a:hover{color:#f88421; text-decoration:underline;}



/** 10 **********/
#toTop{bottom:0;background-color:rgba(228,150,129,.8);display:none;height:50px;padding:10px 0;width:100%;overflow:hidden;position:fixed;z-index:8000!important;margin:0;}
#toTop ul{width:750px;margin:0 auto;}
#toTop ul li.text{float:left;width:50%;text-align:center;font-size:1em;font-weight:600;color:#fff;line-height:50px;}
#toTop ul li.btns{ float: right; width: 40%;}

#toTop ul li.btns a{  border-radius:3px; padding:0;  display:block; cursor:pointer; text-align:center;
	height: 50px; line-height:50px; background-color:#ffde03; transition: all .3s;
	font-size: 1.2em; color:#7a491a; font-weight: 800!important;  letter-spacing: -1px; box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)}

#toTop ul li.btns a small{font-weight: normal!important; letter-spacing: -2px!important;}
#toTop ul li.btns a span{letter-spacing:-3px !important;}
#toTop ul li.btns a:hover{background:#fff906;}

#toTop ul:before, #toTop ul:after{display:table;content:"";line-height:0;}
#toTop ul:after{clear:both;float:none;}

#toTop p{position:absolute;bottom:10px;right:20px;}






@media screen and (max-width: 749px) {



	

.shop-sec-footer{margin-bottom:50px;}
	
div.footer-wrapper{width:calc(100% - 40px); padding:0 20px;  margin:0 auto; text-align: center;}	

#toTop{bottom:0;background-color:rgba(228,150,129,.8);display:none;height:auto;padding:10px 0;width:100%;overflow:hidden;position:fixed;z-index:400!important;margin:0;}
#toTop ul{width:100%;margin:0 auto; padding: 0 20px;}
#toTop ul li.text{float:none;width:calc(100% - 40px); text-align:center;font-size:1em;font-weight:600;color:#fff;line-height:1.1; margin-bottom: 10px;}
#toTop ul li.btns{ float:none; width:calc(100% - 40px);}

#toTop ul li.btns a{  border-radius:3px; padding:0;  display:block; cursor:pointer; text-align:center;
	height: 50px; line-height:50px; background-color:#ffde03; transition: all .3s;
	font-size: 1.2em; color:#7a491a; font-weight: 800!important;  letter-spacing: -1px; font-family: 'M PLUS 1p', sans-serif; box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)}

#toTop ul li.btns a small{font-weight: normal!important; letter-spacing: -2px!important;}
#toTop ul li.btns a span{letter-spacing:-3px !important;}
#toTop ul li.btns a:hover{background:#fff906;}

#toTop ul:before, #toTop ul:after{display:table;content:"";line-height:0;}
#toTop ul:after{clear:both;float:none;}

#toTop p{position:absolute;bottom:10px;right:0;}		
	
	
.form-body form .submit {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}



/****************************/

strong.alert { color:red;}



/* ----------------
 * date picker custom
 * ---------------- */
 .dtp>.dtp-content>.dtp-date-view>header {
   display: block;
 }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: #646464 !important;
}
.dtp div.dtp-date, .dtp div.dtp-time {
  background-color: #646464 !important;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: #646464 !important;
}
.dtp .p10 > a {
  color: #fff !important;
}
.dtp div.dtp-actual-year {
  color: #fff !important;
}
.dtp-buttons .btn {
  border: none;
  background-color: #fff;
  font-weight: bold;
	margin-left: 30px;
}

.dtp table.dtp-picker-days{width:100%;}





.form-body form .label {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #e2d391;
  color: #151515;
  font-size: 0.75rem;
  padding: 5px 0;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
}

.form-body form .input {
  width: 96%;
  margin: 0 auto 15px;
}

.form-body form .text {
  display: block;
  border: 1px solid #646464;
  padding : 8px 5px;
  margin: 0 auto 15px;
  box-sizing: border-box;
}

.form-body form .form-group {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.form-body form .radio-group label {
  margin: 0 10px 0 5px;
}

.form-body form .radio-group {
  text-align: center;
  margin-bottom: 20px;
}

.form-body form .datetime-group {
  width: 96%;
  margin: 0 auto;
}

.form-body form .datetime-group .input {
  margin-right: 5px;
  flex: 0 0 70%;
}

.form-body form .datetime-group .select-outline {
  width: 100%;
}
.form-body form .select-outline {
	margin-bottom: 15px;}

.form-body form select {
  width: 100%;
  padding: 8px 0 8px 1rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #646464!important;
  font-size:14px;
}

.form-body form select::-ms-expand {
  display: none;
}


.form-body form .select-outline {
  height: 36px;
  position: relative;
  border-radius: 0;
  border: 1px solid #646464;
  background: #ffffff;
  color: #646464!important;
}

.form-body form .select-outline::before {
  position: absolute;
  top: 0.9em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #646464;
  pointer-events: none;
}

.form-body form .submit {
  border: none;
  border-radius: 0;
  width: 65%;
  margin: 0 auto;
  background:linear-gradient(-45deg, #e48400, #ecaf01); 
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 1.3px;
  margin-top: 20px;
  font-size: 0.8rem;
}
button.submit{cursor: pointer;}
/* ========================
 * media queries
 * ======================== */
@media screen and (min-width: 750px) {
 

  .form-body form .submit {
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.pvp{width: 870px!important; margin: 0 auto; padding: 30px 0;}
	.pvp h1{font-size: 24px;}
	.pvp dl{margin-top: 40px;}
	.pvp dt{font-size: 18px;}	
	.pvp p, .pvp dd, .pvp li{font-size: 14px;}
	.pvp p, .pvp dd{ margin: 10px 0;}
	.pvp ol{}
	.pvp li{list-style: decimal!important; margin-left: 20px;}
}





@media screen and (max-width: 749px) {
	.pvp{width: 90%!important; margin: 0 auto; padding: 30px 0;}
	.pvp p img{width: 60%; height: auto; margin-bottom: 30px;}
	.pvp h1{font-size: 20px;}
	.pvp dl{margin-top: 40px;}
	.pvp dt{font-size: 18px;}	
	.pvp p, .pvp dd, .pvp li{font-size: 14px;}
	.pvp p, .pvp dd{ margin: 10px 0;}
	.pvp ol{}
	.pvp li{list-style: decimal!important; margin-left: 20px;}
}

.pd-lg{max-width:auto;}
/*.pd-lg .Box750{padding:0 10px;}*/
.container2 .Box750 h3{font-size:20px!important; text-align: center!important;}
.container2 .Box750 h4{font-size:16px; text-align: center;}
.container2 h2{font-size:30px;}
.container2 .Box750 p{color:#646464!important;}

