@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#ffffff;}
section:nth-of-type(even){background-color:#D6E7F7;}

main{
 margin: 0 !important;	
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;
	overflow: hidden;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

	#mainVisual{
		width: 100%;
		max-width: 950px;
		margin: 0 0 20px 0;
	}
	
	#mainVisual img{
		width: 100%;
	}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
	

h2 {
  padding: 1rem;
  color: #fff;
  border-radius: 4px;
  background: #005bac;
  font-size: 153.9%;
  text-align: center;
	font-weight: bold;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin-top: 3%;
}

p.text span {
    font-weight: normal;
}

p.attention {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
	line-height: 1.6;
}

.message {
	width: 100%;
	margin-bottom: 4%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: left;
	background: #FFEBEB;
	padding: 3%;
	border-radius: 0.3em;
    color: #000000;
}

.message strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 96%;
	margin: 5% 2%;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 120%;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 94%;
	margin: 3% auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 2%;
}

.yoyakuBox p {
	text-align: left;
    margin-top: 10px;
}

.textLeft {
	text-align: left;
    margin-top: 2%;
}

.textRight {
	text-align: right;
    margin-top: 2%;
}

.textCenter {
	text-align: center;
}

/*title---------------------------------------------------*/

#title{
	position:relative;
	background:url(../images/bg.jpg) repeat-x 50% 50% #fff4f7;
	text-align:center;
    background-size: cover;
	overflow:hidden;
	padding:0 0 0;
}

#title img {
	margin:0 0 0 0;
	padding:0;
    height: auto!important;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
    margin: 0;
    padding: 0;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dt.kagawa {
	background: #009900;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.tokushima {
	background: #0066cc;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.ehime {
	background: #ff9900;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dt.kochi {
	background: #f00303;
    color: #FFFFFF;
    padding: 2% 0;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}



/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.6;
	padding-bottom: 8px;
	margin-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}


/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 94%;
  margin: 0 3% 0px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}
.Btn.cs {
  color: #fff;
  width: 94%;
  margin: 0 3% 0px;
  text-align: center;
  background: #ccc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}
.Btn.cs span {
	font-size: 100%;
  color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 94%;
  margin: 1% 3% 5%;
  text-align: center;
  background: #0099ff;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 94%;
  margin: 1% 3% 5%;
  text-align: center;
  background: #009933;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 1% 3% 5%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}


ul.guideList2 {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 3%;
}
ul.guideList2 p {
	margin: 15px 0;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}

ul.guideList2 li {
	line-height: 1.6;
	padding-bottom: 8px;
	margin-bottom: 10px;
	/*text-indent: -1em;
    margin-left: 1em;*/
    text-align: left;
}

ul.guideList2 li:before {
	content: '◆';
}


ul.guideList2 li span.koumoku{
	margin: 0 20px 0 0px;
	color: #000000 !important;
}

ul.guideList2 li span.naiyou{
	display: block;
	margin: 0 0px 0 0px;
	color: #000000!important;
}

ul.guideList2 li span.koumoku2 {
	margin: 0 20px 0 0px;
	color: #000000 !important;
}

ul.guideList2 li span.naiyou2 {
	display: block;
	margin: 0 0px 0 0px;
	color: #000000!important;
}
ul.guideList2 li span.naiyou2 table {
	margin-bottom: 10px;
}
ul.guideList2 li span.naiyou2 table:last-of-type {
	margin-bottom: 0;
}
ul.guideList2 li span.naiyou2 table th {
	padding-right: 10px;
	vertical-align: top;
}
ul.guideList2 li span.naiyou2 table td {
	padding-right: 10px;
}


.camp_detail{
	max-width: 950px;
	width: 95%;
	margin: 50px auto 30px;
	border: 1px solid #cccccc;
	padding: 30px 10px 20px;
	border-radius: 30px;
	
}
.camp_detailin {
    padding-bottom: 30px;
}
.camp_detailin:last-of-type {
    padding-bottom: 0px;
}

.camp_detail h3{
	background-color: #7000AA;
	color: #ffffff;
	text-align: center;
	font-size:1.2rem;
	padding: 20px;
	margin-top: -50px;
	margin-bottom: 20px;
	font-weight: bold !important;
	border-radius: 20px;
}

.camp_detail_tit{
	    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.backblue{
	    background-color: #0063BF;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 0;
    border-radius: 10px;
    width:100%;
}
.backyellow{
	    background-color: #FF9933;
    padding: 10px 10px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 0 0;
    border-radius: 10px;
    width:100%;
}

.txtblak{
	font-size: 5vw;
	font-weight: bold;
}

.camp_day{
	font-size: 7vw;
	font-weight: bold !important;
	color: #005EAC;
	margin: 0 auto 20px;
	text-align: center;
	
}


.camp_moneyarea{
	margin: 0 0 10px 0;
}

.camp_moneyarea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	    margin: 0;
    padding: 0;
}

.camp_moneyarea ul li{
	width: 95%;
	font-size: 9vw;
	color: #FF0004;
	font-weight: bold !important;
	margin: 0 1.5% 0 1.5%;
	text-align: center;
}

.camp_moneyarea ul li span{
	padding: 10px;
	font-size: 4vw;
	background-color: #FFD6AE;
	font-weight: normal !important;
	color: #000000;
	display: block;
	text-align: center;
}


.camp_bottomtxt{
	font-size: 12px;
	line-height: 1.6;
}


.purple{
	background-color: #7000AA !important;
}
.green {
	background-color: #1F86AB !important;
}

.smpnone{
	display: none;
}



.btnone{
	background-color: #777777 !important;
	pointer-events: none;
	
}

.btnone a{
	pointer-events: none;
}

.anniversary {
	margin: 30px 0 20px;
	padding: 0 2%;
}
.anniversary h2 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 20px;
	background: #fff;
	color: #DF001F;
}
.anniversary p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.kanren {
	width: 98%;
	margin: 30px auto 30px;
	padding: 0 1%;
}
.kanren ul {
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
.kanren ul li {
	list-style-type: none;
	margin-bottom: 10px;
	text-align: center;
}
.kanren ul li img {
	width: 90%;
}


#plan_application  {
	width: 100%;
	margin: 0 auto 0;
}
#plan_application * {
	box-sizing: border-box;
}
#plan_application ul{
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
#plan_application li {
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
#plan_application li:last-child {
	border-bottom: none;
}
#plan_application h2 {
	margin: 0 0 10px;
	padding: 10px 10px;
	background: #215AA6;
	font-size: 18px;
	font-weight: bold;
}
#plan_application p {
	line-height: 1.5;
}
#plan_application p.price {
	margin: 0 0 15px;
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
	
	#plan_application p.price b{
		font-size: 16px;
		color: #000000;
	}
#plan_application li:first-child p.price {
	margin-top: auto;
}
#plan_application a {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #FF6600;
    border-radius: 10px;
	margin: 0 0 20px 0;
}
#plan_application span {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #aaa;
    border-radius: 10px;
}
#plan_application a::after,
#plan_application span::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

	.btnarea{
		margin: 40px 0 0 0;
	}
	
.btnarea a {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #FF6600;
    border-radius: 10px;
	margin: 0 0 20px 0;
}
	
.btnarea span {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #aaa;
    border-radius: 10px;
}
.btnarea a::after,
.btnarea span::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}	

.tac {
	padding: 10px 0;
	background: #eee;
	text-align: center;
}

#aoj {
	box-sizing: border-box;
	width: 100%;
	margin: 20px auto 50px;
	padding: 15px;
	border: 2px solid #990000;
	font-size: 15px;
}
#aoj p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: -1em;
	margin-left: 1em;
}

	.bnrL{
		max-width: 640px;
		margin: 50px auto 20px;
		width: 100%;
	}
	
	.bnrL img{
		width: 100%;
	}
	
	.bnrL p{
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.detailarea{
		margin: 40px 0 40px 0;
		border-bottom: 1px dashed #333;
		padding: 0 0 0px 0;
		position: relative;
	}
	
	.detailarea:last-of-type{
		border: none !important;
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
	}
	
	.detailarea h3{
		text-align: center;
		font-size: 18px;
		margin: 0 0 20px 0;
		font-weight: bold;
	}
	
	.detailtxt{
		font-size: 14px;
		line-height: 1.5;
		margin: 20px 0;
	}
	
	.photo_point{
	
    max-width: 400px;
    width: 100%;
	margin: 20px auto 0px !important;
	}
	
	.photo_point img{
		width: 100%;
	}
	
	.koutei{
		margin: 0;
		padding: 0;
	}
	
	.koutei dl{
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		font-size: 123.1%;
	}
	
	.koutei dl dt{
		margin: 0 0 10px 0;
	}
	
	.kouteiimg{
		max-width: 950px;
		margin: 0 auto 10px;
	}
	
	.kouteiimg img{
		width: 100%;
	}
	
	.koutei_chui {
		width: 950px;
		margin: 0 auto;
	}
	
	.koutei_chui ul {
		list-style: none;
	}
	
	.koutei_chui ul li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		line-height: 1.5;
	}
	
	.koutei_chui ul li span.kouomoku3{
		display: block;
	margin: 0 20px 0 0px;
	width: calc(15% - 1em - 20px);
	color: #000000 !important;
	}
	
	.koutei_chui ul li li span.naiyou3 {
	display: block;
	margin: 0;
	width: calc(100% - 8em);
	color: #000000!important;
}
	
.credit{
		margin: 50px 0 50px 0;
		text-align: center;
	}
	
	.credittit{
		margin: 20px 0 20px 0;
		font-size: 6vw;
		font-weight: bold;
		color: #c2192b;
	}
	
	.credittxt{
		font-size: 4vw;
		font-weight: bold;
		line-height: 7vw;
	}
	
	
	.imgarea{
		margin: 20px 0 20px 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul li{
		width: 50%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul li img{
		width: 100%;
		    vertical-align: bottom;
	}
	
	
	span.naiyou2_2{
		
		margin: 0 0 20px 0;
	}
	
	.naiyou2_2_tit{
		display: flex;
		color: #ffffff;
		display: block;
		padding: 5px;
		margin: 0 0px 10px 0;
		text-align: center;
		
	}
	
	.naiyou2_2_txt{
		font-weight: normal !important;
	}
	
	.ora{
		background-color: #ed7d31;
	}
	.gree{
		background-color: #70ad47;
	}
	
	.btnorange{
		background-color: #ed7d31 !important;
		margin: 0 0 10px 0;
	}
	
	.btngreen{
		background-color: #70ad47 !important;
	}


}

/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:20px 0;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}


h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #005bac;
  font-size: 220%;
  text-align: center;
	font-weight: bold;
}


a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 0;
}

p.text span {
	font-size: 80%;
    font-weight: normal;
}

p.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.message {
	width: 950px;
	margin: 0 auto 30px;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: left;
	background: #FFEBEB;
	padding: 20px;
	border-radius: 0.5em;
    color: #000000;
}

.message strong {
	color: #ff0000;
}

.yoyakuBox {
	width: 750px;
	margin: 30px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}

.textLeft {
	text-align: left;
    margin-top: 10px;
}

.textRight {
	text-align: right;
    margin-top: 10px;
}

/*title---------------------------------------------------*/

#title{
	position:relative;
	background:url(../images/bg.jpg) repeat-x 50% 50% #def6ff;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
	height:400px;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
    padding: 0;
    margin: 0;
}

figure img,
div.figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dt.kagawa {
	background: #009900;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.tokushima {
	background: #0066cc;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.ehime {
	background: #ff9900;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dt.kochi {
	background: #f00303;
    color: #FFFFFF;
    padding: 10px 0;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}



/* =========================================================
◆注意事項
========================================================= */
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 20px;
	box-sizing: border-box;
}

ul.guideList li {
	list-style: none;
	line-height: 1.6;
	margin-bottom: 15px;
	/*text-indent: -1em;
    margin-left: 1em;*/
    text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

ul.guideList li:before {
	content: '◆';
	display: block;
	width: 1em;
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}



ul.guideList li span {
/*	color: red;*/
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn.cs {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #ccc;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}
.Btn.cs span {
  font-size: 100%;
  color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_blue {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #0099ff;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_blue a {
	color: #fff;
}

.Btn_blue::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #009933;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_green a {
	color: #fff;
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.camp_detail{
	width: 950px;
	margin: 50px auto 30px;
	border: 1px solid #cccccc;
	padding: 30px 20px 20px;
	border-radius: 30px;
}
.camp_detailin {
    width:450px;
    box-sizing: border-box;
    margin-right: 0px;
    float:left;
    overflow: hidden;
    padding-right: 20px;
    border-right: 1px dashed #999;
}
.camp_detailin:last-of-type {
    padding-left: 20px;
    border-right: none;
    padding-right: 0px;
}
.camp_detail h3{
	background-color: #7000AA;
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	padding: 20px;
	margin-top: -50px;
	margin-bottom: 20px;
	font-weight: bold !important;
	border-radius: 20px;
}

.camp_detail_tit{
	    margin: 0 0 10px 0;
    flex-wrap: wrap;
    width:100%;
}

.backblue{
	background-color: #0063BF;
	padding: 10px 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 0;
	border-radius: 10px;
	font-size: 18px;
}
.backyellow{
	background-color: #FF9933;
	padding: 10px 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 0;
	border-radius: 10px;
	font-size: 18px;
}

.txtblak{
	font-size: 30px;
	font-weight: bold;
}

.camp_day{
	font-size: 70px;
	font-weight: bold !important;
	color: #005EAC;
	margin: 0 auto 50px;
	text-align: center;
	
}


.camp_moneyarea{
	margin: 0 0 20px 0;
}

.camp_moneyarea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	    margin: 0;
    padding: 0 0 0 0;
}

.camp_moneyarea ul li{
	width: 100%;
font-size: 40px;
color: #FF0004;
font-weight: bold !important;
margin: 0;
text-align: center;
}

.camp_moneyarea ul li span{
	padding: 10px;
font-size: 14px;
background-color: #FFD6AE;
font-weight: normal !important;
color: #000000;
}


.camp_bottomtxt{
	font-size: 16px;
	line-height: 1.6;
}


.purple{
	background-color: #7000AA !important;
}
.green {
	background-color: #1F86AB !important;
}



ul.guideList2 {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 20px;
}
ul.guideList2 p {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}

ul.guideList2 li {
	list-style: none;
	line-height: 1.6;
	margin-bottom: 15px;
	/*text-indent: -1em;
    margin-left: 1em;*/
    text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

ul.guideList2 li:before {
	content: '◆';
}

ul.guideList2 li span.koumoku{
	display: block;
	margin: 0 20px 0 0px;
	width: calc(23% - 1em - 20px);
	color: #000000 !important;
}

ul.guideList2 li span.naiyou{
	display: block;
	margin: 0;
	width: 71%;
	color: #000000!important;
}
ul.guideList2 li span.koumoku2 {
	display: block;
	margin: 0 20px 0 0px;
	width: 7em;
	color: #000000 !important;
}

ul.guideList2 li span.naiyou2 {
	display: block;
	margin: 0;
	width: calc(97% - 8em);
	color: #000000!important;
}
ul.guideList2 li span.naiyou2 table th {
	padding-right: 10px;
	vertical-align: top;
}
ul.guideList2 li span.naiyou2 table td {
	padding-right: 10px;
}
ul.guideList2 h3 {
	text-align: center;
}
ul.guideList2 h3:last-of-type {
	margin-top: 40px !important;
	padding-top: 30px;
	border-top: 1px dashed #333;
}
	
	
	span.naiyou2_2{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		margin: 0 0 20px 0;
	}
	
	.naiyou2_2_tit{
		display: flex;
		color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px;
		margin: 0 15px 0 0;
		width: 28%;
		
	}
	
	.naiyou2_2_txt{
		font-weight: normal !important;
	}
	
	.ora{
		background-color: #ed7d31;
	}
	.gree{
		background-color: #70ad47;
	}

.btnone{
	background-color: #777777 !important;
	pointer-events: none;
	
}

.btnone a{
	pointer-events: none;
}

/*クリアフィックス*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}


.anniversary {
	margin: 30px 0;
	padding: 0;
}
.anniversary h2 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 25px;
	background: #fff;
	color: #DF001F;
}
.anniversary p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
}

.kanren {
	width: 950px;
	margin: 50px auto;
}
.kanren ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
.kanren ul li {
	list-style-type: none;
	width: calc(100% / 3 - 30px);
}
.kanren ul li img {
	width: 100%;
}


#mainVisual {
	text-align: center;
	max-width: 950px;
	width: 100%;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
#plan_application {
	/*width: 950px;*/
	margin: 30px auto 0;
}
#plan_application * {
	box-sizing: border-box;
}
#plan_application ul {
	/*display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;*/
	
	margin: 0;
	padding: 0;
	list-style: none;
}
#plan_application li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	margin: 0;
	padding: 0 15px;
	/*border-left: 1px dashed #ccc;*/
	width: 100%;
}
/*
#plan_application li:nth-of-type(3) {
	width: 380px;
}
#plan_application li:nth-of-type(2) {
	width: 320px;
}
#plan_application li:first-child {
	width: 250px;
	padding-left: 0;
	border-left: none;
}*/
#plan_application h2 {
	min-height: 4em;
	margin: 0;
	padding: 15px 0;
	background: #215AA6;
	font-size: 20px;
}
#plan_application li:nth-of-type(1) h2 {
	padding: 1.5em 0 0;
}

.plandetail{
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	margin: 20px 0;
}

#plan_application p {
	line-height: 1.5;
	font-size: 14px;
}
#plan_application p.price {
	margin: 0 0 0px;
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
	
	#plan_application p.price b{
		font-size: 16px;
		color: #000000;
	
	}
	
	.price_list{
		width: 100%;
		border-collapse: collapse;
	}
	
	.price_list td{
		border: 1px solid #000000;
		padding: 5px;
		text-align: center;
	}

	.price_list_tit td{
		font-size: 16px;
	}
	
	.price_list_dep{
		font-size: 20px;
		font-weight: bold;
	}
	
	.price_list_price{
		color: #FD0004;
		font-size: 20px;
		font-weight: bold;
	}

/*
#plan_application li:first-child p.price {
	margin-top: auto;
}*/
#plan_application a {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 50%;
	margin: 0 auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #FF6600;
    border-radius: 10px;
}
#plan_application span {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #aaa;
    border-radius: 10px;
}
#plan_application a::after,
#plan_application span::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#plan_application a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}
	
	.btn_3ver{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 0 auto 20px;
		width: 50%;
	}
	
	.btn_3ver a{
		width: 100% !important
	}
	
	.btn_2ver{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin: 0 0 20px 0;
	}
	
	.btn_2ver a{
		margin: 0 1% 0 1% !important;
	}
	
	.planbtn{
		margin: 40px 0 0 0;
	}
	
	.planbtn_tit{
		text-align: center;
		margin: 0 0 20px 0;
		font-size: 18px !important;
		font-weight: bold;
	}

.tac {
	margin: 20px auto 10px;
	padding: 10px 0;
	background: #eee;
	text-align: center;
	width: 950px;
}

#aoj {
	box-sizing: border-box;
	width: 950px;
	margin: 20px auto 20px;
	padding: 15px;
	border: 2px solid #990000;
	font-size: 18px;
	text-align: center;
}
#aoj p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

	.bnrL{
		max-width: 640px;
		margin: 50px auto 20px;
		width: 100%;
	}
	
	.bnrL img{
		width: 100%;
	}
	
	.bnrL p{
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.detailarea{
		margin: 40px 0 40px 0;
		border-bottom: 1px dashed #333;
		padding: 0 0 0px 0;
		position: relative;
	}
	
	.detailtxt{
		font-size: 16px;
		line-height: 1.5;
		margin: 20px 0;
	}
	.btnarea{
		margin: 40px 0 40px 0;
	}
	.btnarea a{
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 50%;
	margin: 0 auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #FF6600;
    border-radius: 10px;
}
.btnarea span {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #aaa;
    border-radius: 10px;
}
.btnarea a::after,
.btnarea span::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
	bottom: 0;
    margin: auto 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#plan_application a:hover {
	text-decoration: none !important;
	opacity: 0.8;
}
	
	.detailarea:last-of-type{
		border: none !important;
		margin: 0 0 0 0 !important;
		padding: 0 0 0 0 !important;
	}
	
	.detailarea h3{
		text-align: center;
		font-size: 18px;
		margin: 0 0 20px 0;
		font-weight: bold;
	}
	
	.photo_point{
	position: absolute;
    max-width: 400px;
    width: 28%;
    top: 6%;
    right: 2%;
	}
	
	.photo_point img{
		width: 100%;
	}
	
	.koutei{
		margin: 0;
		padding: 0;
	}
	
	.koutei dl{
		margin: 0 0 0 0;
		padding: 10px 0 10px 0;
		font-size: 123.1%;
	}
	
	.koutei dl dt{
		margin: 0 0 10px 0;
	}
	
	.kouteiimg{
		max-width: 950px;
		margin: 0 auto 10px;
	}
	
	.kouteiimg img{
		width: 100%;
	}
	
	.koutei_chui {
		width: 950px;
		margin: 0 auto;
	}
	
	.koutei_chui ul {
		list-style: none;
	}
	
	.koutei_chui ul li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		line-height: 1.5;
	}
	
	.koutei_chui ul li span.kouomoku3{
		display: block;
	margin: 0 20px 0 0px;
	width: calc(15% - 1em - 20px);
	color: #000000 !important;
	}
	
	.koutei_chui ul li li span.naiyou3 {
	display: block;
	margin: 0;
	width: calc(100% - 8em);
	color: #000000!important;
}
	
.credit{
		margin: 50px 0 50px 0;
		text-align: center;
	}
	
	.credittit{
		margin: 0 0 20px 0;
		font-size: 24px;
		font-weight: bold;
		color: #c2192b;
	}
	
	.credittxt{
		font-size: 18px;
		font-weight: bold;
		line-height: 36px;
	}
	
	.imgarea{
		margin: 20px 0 20px 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul{
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul li{
		width: 25%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.imgarea ul li img{
		width: 100%;
	}
	
}



.btn_2ver span {
    margin: 0 1% 0 1%;
    background-color: #ccc;
}
.kanbai {
    width: 12em;
    margin: 0 auto 10px;
    padding: 10px 0;
    background: #cc0000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.kanbai strong {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 759.9px) {
.btn_2ver span:first-child {
    margin-bottom: 2%;
}
.kanbai {
    margin-bottom: -10px;
}
}

.btnorange{
		background-color: #ed7d31 !important;
	}
	
	.btngreen{
		background-color: #70ad47 !important;
	}

.btnyellow{
		background-color: #FFCE00 !important;
	}