@charset "UTF-8";

ul.note {padding: 0 !important;}

ul.detail p.date { 
    padding: 10px 0;
    background-color: #FEE17E;
    border: none;
}
ul.detail p.date2 { 
    padding: 5px 0;
    background-color: #FEE17E;
    border: none;
	text-align: center;
	font-weight: bold;
}

h2.green { border-color: #D94600;}
.hana1 {background-color: #ffeded;}
.camp_btn {background: #D94600;}

ul.detail li#c1 p.date,
ul.detail li#c1 p.date2 { background: #FEE17E;}

ul.detail li#c2 p.date,
ul.detail li#c2 p.date2 { background: #7ed5fe;}
ul.detail li#c2 .camp_btn {background: #006bd9;}

ul.detail li#c3 p.date,
ul.detail li#c3 p.date2 { background: #fe7ebf;}
ul.detail li#c3 .camp_btn {background: #d90082;}

/*
ul.detail li#c1 table th, 
ul.detail li#c2 table th, 
ul.detail li#c3 table th { background: #FFEDED !important;} 
*/

.camp_btn a,
.camp_btn2 {
	position: relative;
	
}
.camp_btn a, .camp_btn a:hover {
	width: 100%;
}
.camp_btn a::after,
.camp_btn2::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}



@media screen and (min-width: 760px) {  /*PC*/

#title{
	width:100%;
	background:#FEE17E;
	text-align:center;
    display: flex;
    align-items: center;
    height: auto;
}
#title h1{
margin:0 auto;
padding:0;
max-width: 970px;
width: 100%;
}
#title h1 img{
margin:0;
padding:0 0;
max-width: 970px;
width: 100%;
}

.im_kinparo {
display: flex;
justify-content: space-between;
width: 850px;
margin: 0 auto;
}

.small_txt { 
    width: 850px;
    margin: 5px auto 0;
    font-size: 14px;
}

.zaseki2 {
margin: 1em 0;
}
.zaseki2 div {
display: flex;
flex-wrap:wrap;
justify-content:space-between;
gap: 15px 0px;
padding: 0;
margin-bottom: 15px;
}
.tx_zaseki2 {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.im_zaseki2 {
width: 49%;
font-size: 14px;
padding: 0px;
margin: 0px;
background: #fff;
text-align: center;
}
.zaseki2 img {
width: 100%;
height: auto;
}

.plan_hana2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap:15px 0px;
margin-top: 20px;
}
.plan_hana2 dl {
width:48%;
/*border: solid 1px;*/
padding: 0;
text-align: center;
}
.plan_hana2 dt {
font-size: 1.3em;
font-weight: bold;
background-color: #ffdc6d;
margin-bottom: 15px;
}
.plan_hana2 dd {
font-size: 1em;
}
.plan_hana2 .camp_btn,
.plan_hana2 .camp_btn2{
width: 100%;
margin: 0 auto 25px;
font-size: 18px;
}

ul.detail p.date { 
    margin: 0;
}

.omotenashi p {
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 10px 0px 0px 0px;
margin: 0px 0px 15px 0px;
}
.omotenashi table {
border: 2px solid #000;
border-collapse: collapse;
background-color: #fff;
text-align: center;
}
.omotenashi th {
width: 10%;
padding: 10px;
text-align: center;
border: 2px solid #333;
vertical-align: middle;
}
.omotenashi td {
width: 30%;
padding: 10px;
text-align: center;
border: 2px solid #333;
vertical-align: middle;
}
.omotenashi td img {
width: 100%;
height: auto;
}
.omotenashi td span {
font-size: 0.8em;
}
.omotenashi .txt1 {
text-align: left !important;
vertical-align: top !important;
}

.pc_mb1em {margin-bottom: 1.8em;}

}



@media screen and (max-width: 759.9px) {  /*SP*/

.im_kinparo {
display: flex;
flex-direction:column;
gap:10px 0px;
}
.im_kinparo img {
width: 100%;
height: auto;
}

.plan_hana dl:last-child {
    border-bottom: none;
}

.small_txt { 
    margin: 5px 0 0;
    font-size: 13px;
}

.zaseki2 {
margin: 1em 0;
}
.zaseki2 div {
}
.tx_zaseki2 {
padding: 0px;
margin: 0px 0px 10px 0px;
}
.im_zaseki2 {
font-size: 10px;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.zaseki2 img {
width: 100%;
height: auto;
}

.plan_hana2 {
}
.plan_hana2 dl {
/*border: solid 1px; */
padding: 0;
text-align: center;
}
.plan_hana2 dt {
margin: 35px 0 10px;
font-size: 1.3em;
font-weight: bold;
background-color: #ffdc6d;
}
.plan_hana2 dd {
font-size: 1em;
margin: 0 0 20px;
}
.plan_hana2 .camp_btn2{
    width: 100%;
    margin: 0;
}

ul.detail p.date {
    margin: -5px 0 -15px;
}

.omotenashi p {
font-size: 1.3em;
font-weight: bold;
text-align: center;
padding: 10px 0px 0px 0px;
margin: 0px 0px 15px 0px;
}
.omotenashi div {
overflow: scroll;
}
.omotenashi table {
width: 800px;
border: 2px solid #000;
border-collapse: collapse;
background-color: #fff;
}
.omotenashi th{
width: 10%;
border: 2px solid #000;
vertical-align: middle;
text-align: center;
padding: 10px;
}
.omotenashi td {
width: 30%;
border: 2px solid #000;
vertical-align: middle;
text-align: center;
padding: 10px;
}
.omotenashi td img {
width: 100%;
height: auto;
}
.omotenashi td span {
font-size: 0.8em;
}
.omotenashi .txt1 {
text-align: left !important;
vertical-align: top !important;
}
.btn_box:nth-of-type(2n){
    margin-top: 15px;
}

.camp_btn a,
.camp_btn2 {
	padding: 15px;
	/*letter-spacing: -0.1em;*/
}
.camp_btn a::after,
.camp_btn2::after {
  right: 10px;
}

}
