@charset "utf-8";

/*PCSP共通設定*/
/*
section:nth-of-type(odd){background-color:#e9e0ce;}
section:nth-of-type(even){background-color:#e9e0ce;}
*/

article {
 margin: 0 !important;	
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*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 {
  background: none;
    color: #333;
    border-top:2px solid #333;
    border-bottom:2px solid #333;
    border-radius: 0!important;
    text-align: center;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


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;
}

div.sp_scroll img {
    width: auto;
}
div.sp_scroll {
    margin-top: 15px;
    overflow-x: scroll;
}

.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 {
	width: 100%;
        height: auto;
}

.topimg img {
    width:100%;
    }

/* =========================================================
◆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%);
}


#plan_application ul.guideList2 {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin: 20px auto 0;
    /*width: 94%;*/
}
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-align: left;
	box-sizing: border-box;
}
/*
ul.guideList2 li:before {
	content: '◆';
}
*/
ul.guideList2 li span.koumoku{
	display: block;
	margin: 0;
	color: #000000 !important;
}

ul.guideList2 li span.naiyou{
	display: block;
	margin: 0;
	color: #000000!important;
}
ul.guideList2 li span.koumoku2 {
	display: block;
	text-indent: -1em;
	margin: 0 0 5px 1em;
	color: #000000 !important;
}

ul.guideList2 li span.naiyou2 {
	display: block;
	margin: 0;
	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;
}


.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;
	
}

.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,
#plan_application .btn_2ver span.link {
	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: #C09937;
    border-radius: 10px;
	margin: 0 0 20px 0;
}
#plan_application .btn_2ver span.link {
    background-color: #aaa;
}
#plan_application a::after,
#plan_application .btn_2ver span.link::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 40px 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;
	}
	
	.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: 94%;
		margin: 0 auto;
	}
	
	#plan_application .koutei_chui ul {
        margin: 15px 0 30px;
		list-style: none;
	}
	#plan_application .koutei_chui ul li {
    text-indent: -1em;
    margin-left: 1em;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.5;
	}

/*
	.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;
	}
    
    .design01 {
 min-width: 700px;
 width: auto;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
margin:  10px 0 20px;
    font-size: 14px;
}
.design01 th {
 padding: 10px;
 background: #e9faf9;
 border: solid 1px #778ca3;
 text-align: center;
}
.design01 td {
 padding: 10px;
 border: solid 1px #778ca3;
}
    .sub_tit {
        font-size: 14px;
    }
    .shukuhaku {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .shukuhaku img {
        width: 100%;
    }

 /*---------コース---------*/   
    .courseWrap {
        width:100%;
        padding: 0;
        background: #fff;
        margin-bottom: 50px;
    }
    .courseWrap h2 {
        font-size: 24px;
        font-weight: bold;
        min-height: 2em;
        margin: 0;
        padding: 15px 0;
        background:#333;
        border-radius: 0px;
        color: #fff;
    }
    .courseWrap h3 strong {
    display: block;
    width: 5em;
    margin: 0 auto 15px;
    text-align: center;
    background: linear-gradient(transparent 50%, #ffc6dd 50%);
    }
    .courseWrap h3 {
    text-align: center;
    }
    .courseWrap dl dt span.days {
        display: block;
        font-size: 20px;
        font-weight: bold;
        background:#71543c;
        border-radius: 0px;
        color: #fff;
        padding: 5px 10px;
        width: 4em;
        margin: 0 auto 10px;
        text-align: center;
    }
    .courseWrap dl {
        padding: 15px 15px 10px;
        border-bottom: 2px solid #999;
    }
    .courseWrap dl:last-child {
        border-bottom: none;
    }
    .courseWrap dl dt {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .courseWrap dl dd {
        line-height: 1.5;
    }
    .courseWrap dl dt span.sub {
        display: block;
        font-size: 21px;
    }
    .courseWrap dl.hotel dd {
        font-size: 18px;
        font-weight: normal;
    }
    .courseWrap dl.hotel dd {
	margin: 15px auto 0;
    }
    
    .courseWrap dl.course dd {
        font-size: 18px;
        font-weight: normal;
    }
    .courseWrap dl.course dd {
	margin: 15px auto 0;
    }
    
    
    .courseWrap dl.train dd {
        font-size: 18px;
        font-weight: normal;
    }
    .courseWrap dl.train dd.photo,
    .courseWrap dl.course dd.photo,
    .courseWrap dl.course dd.photo3{
        width:100%;
    	margin: 15px auto 0;
    }
    .courseWrap dl.course dd.photo3 table td{
    display: block;
    font-size: 13px;
    text-align: right;
    }
    .courseWrap dl.train dd img,
    .courseWrap dl.course dd img,
    .courseWrap dl.hotel dd img,
    .courseWrap dl.train dd.photo img,
    .courseWrap dl.course dd.photo img,
    .courseWrap dl.course dd.photo3 img{
        display: block;
        width:100%;
        margin: 15px 0;
    }
    .courseWrap dl.course dd.photo3 td:last-child img {
        margin-bottom: 0;
    }
    .courseWrap dl.train dd span,
    .courseWrap dl.course dd span,
    .courseWrap dl.train dd.photo span,
    .courseWrap dl.course dd.photo span{
        display: block;
        width:100%;
        margin: -10px 0 10px;
        font-size: 13px;
        text-align: right;
    }
    .courseWrap dl.train dd.photo img:last-child,
    .courseWrap dl.course dd.photo img:last-child,
    .courseWrap dl.hotel dd.photo img:last-child{
        padding-right: 0;
    }
    .courseWrap dl.hotel dd span {
        display: block;
        margin: 5px 0;
        font-size: 13px;
        line-height: 1.6;
    }
   
    p.schedule {
        width:100%;
        text-align: center;
    }  
    p.schedule img{
        width:100%;
    }  

.annnaibox {
        background-color: #ffffff;
    }
    .annnaiboxin {
        padding: 15px;
    }
    .annnaiboxin h3 {
        margin-bottom: 15px;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    .annnaiboxin ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .annnaiboxin ul li:before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
    }
    .annnaiboxin ul li p {
        position: relative;
        margin-bottom: 5px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
        text-indent: -15px;
    }
    .annnaiboxin table {
        width: 100%;
        margin: 20px 0;
        font-size: 16px;
    }
    .annnaiboxin th {
        display: block;
        padding: 10px 20px;
        background-color: #f8e7dc;
        text-align: center;
        border-bottom: 5px solid #fff;
    }
    .annnaiboxin td {
        display: block;
        padding: 10px 20px;
        border-bottom: 5px solid #fff;
    }

}

/*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;
}
    
.design01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
margin:  10px 0 20px;
    font-size: 14px;
}
.design01 th {
 padding: 10px;
 background: #e9faf9;
 border: solid 1px #778ca3;
 text-align: center;
}
.design01 td {
 padding: 10px;
 border: solid 1px #778ca3;
}
.sub_tit {
        font-size: 16px!important;
    }
    .shukuhaku {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
/*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 {
  background: none;
    color: #333;
    border-top:2px solid #333;
    border-bottom:2px solid #333;
    border-radius: 0!important;
    text-align: center;
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}




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;
}

div.sp_scroll img {
    width: 100%;
}
div.sp_scroll {
    overflow: hidden;
}

.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:515px;
}
.topimg img {
    width:100%;
}

/* =========================================================
◆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;
}



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-align: left;
	box-sizing: border-box;
}

ul.guideList2 li span.koumoku{
	display: block;
	margin: 0 20px 0 0px;
	width: calc(24% - 1em - 20px);
	color: #000000 !important;
}

ul.guideList2 li span.naiyou{
	display: block;
	margin: 0;
	width: 70%;
	color: #000000!important;
}
ul.guideList2 li span.koumoku2 {
	display: block;
	text-indent: -1em;
	margin: 0;
    margin-left: 1em;
	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: #fff;
		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;
	
}

.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;*/
    width:640px;
	margin: 0px auto 0;
    background: #fff;
    padding: 30px;
}
#plan_application * {
	box-sizing: border-box;
}
#plan_application ul {
	margin: 30px auto 10px;
	padding: 0;
	list-style: none;
}


#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;
	
	}


#plan_application li:first-child p.price {
	margin-top: auto;
}
#plan_application a,
#plan_application .btn_2ver span.link {
	position: relative;
    display: block;
    align-items: center;
    padding: 0.7em 0;
    width: 70%;
	margin: 0 auto;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    background-color: #C09937;
    border-radius: 10px;
}
#plan_application .btn_2ver span.link {
    background-color: #aaa;
}

#plan_application a::after,
#plan_application .btn_2ver span.link::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;
	}
	.btn_2ver span{
        margin: 0 1% 0 1% !important;
		background-color: #ccc;
	}
	
	

.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 40px 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;
	}
	
	.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: 640px;
		margin: 0 auto;
	}
	.koutei_chui ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 5px;
    line-height: 1.5;
	}
/*	
	.koutei_chui ul {
		list-style: none;
	}
	
	.koutei_chui ul li{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		line-height: 0;
	}
*/
	
	span.kouomoku3{
		display: block;
	margin: 0 0 0 0px;
	color: #000000 !important;
	}
	
	span.naiyou3 {
	display: block;
	margin: 0 0 20px;
	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%;
	}

 /*---------コース---------*/   
    .courseWrap {
        width:970px;
        padding: 0;
        background: #fff;
        margin-bottom: 50px;
    }
    .courseWrap h2 {
        font-size: 24px;
        font-weight: bold;
        min-height: 2em;
        margin: 0;
        padding: 15px 0;
        background:#333;
        border-radius: 0px;
        color: #fff;
    }
    .courseWrap h3 strong {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0 0.3em;
    background: linear-gradient(transparent 50%, #ffc6dd 50%);
    }
    .courseWrap h3.day_h3 {
        display: flex;
        align-items: center;
    }
    .courseWrap dl dt span.days {
        font-size: 20px;
        font-weight: bold;
        background:#71543c;
        border-radius: 0px;
        color: #fff;
        padding: 5px 10px;
        margin-right: 10px;
        width: 5em;
        text-align: center;
    }
    .courseWrap dl {
        padding: 15px 15px 10px;
        border-bottom: 2px solid #999;
    }
    .courseWrap dl:last-child {
        border-bottom: none;
    }
    .courseWrap dl dt {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .courseWrap dl dt span.sub {
        font-size: 21px;
    }
    .courseWrap dl.hotel dd {
	display: flex;
	justify-content: space-between;
	margin: 15px auto 0;
    line-height: 1.5;
        font-size: 18px;
        font-weight: normal;
    }
    
    .courseWrap dl.course dd {
	display: flex;
	justify-content: space-between;
	margin: 15px auto 0;
    line-height: 1.5;
        font-size: 18px;
        font-weight: normal;
    }
    .courseWrap dl.course dd img{
        margin-left: 15px;
    }
    
    
    .courseWrap dl.train dd {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
    }
    .courseWrap dl.train dd.photo,
    .courseWrap dl.course dd.photo{
        width:940px;
	display: flex;
	justify-content: space-between;
	margin: 15px auto 0;
    flex-wrap: wrap;
    }
    
    .courseWrap dl.course dd.photo3 {
    width:100% !important;
	display: block;
	margin: 15px 0 0;
    font-size: 14px;
    }
    .courseWrap dl.course dd.photo3 table{
        margin: 0;
    }
    .courseWrap dl.course dd.photo3 td{
        width: 33%;
        vertical-align: top;
        text-align: right;
    }
    .courseWrap dl.course dd.photo3 img {
        width:100%;
        margin: 0;
        padding: 0 5px;
    }
    .courseWrap dl.train dd.photo img,
    .courseWrap dl.course dd.photo img{
        width:49%;
        margin: 0;
        padding-bottom: 10px;
    }
    .courseWrap dl.train dd span,
    .courseWrap dl.course dd span,
    .courseWrap dl.train dd.photo span,
    .courseWrap dl.course dd.photo span{
        display: block;
        width:100%;
        margin: 0;
        font-size: 14px;
        text-align: right;
    }
    .courseWrap dl.train dd.photo img:last-child,
    .courseWrap dl.course dd.photo img:last-child,
    .courseWrap dl.hotel dd.photo img:last-child{
        padding-right: 0;
    }
    .courseWrap dl.hotel dd img {
        width:600px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .courseWrap dl.hotel dd span {
        display: block;
        margin: 10px 0;
        font-size: 15px;
        line-height: 1.6;
    }
    
    
}



.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: 20px;
}
}

.btnorange{
		background-color: #ed7d31 !important;
	}
	
	.btngreen{
		background-color: #70ad47 !important;
	}

.btnyellow{
		background-color: #FFCE00 !important;
	}




/*760px以上*/
@media screen and (min-width: 760px) {
    div.contents_top dl {
	position: relative;
	width: 100%;
	height: 1000px;
	/*background: url(../images/map_bg.png) repeat-x;
	background-size: auto 1000px;
        margin-top:50px;*/
}
    div#course3.contents_top dl {
	height: 880px;
}

div.contents_top dl dt {
	width: 994px;
	height: 1000px;
	margin: 0 auto;
}
div#course3.contents_top dl,
div#course3.contents_top dt {
    height: 880px;
}
div#course4.contents_top dl,
div#course4.contents_top dt {
    height: 1010px;
}
div.contents_top dl dd {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 994px;
	height: 1000px;
	margin: 0 auto;
}
div.contents_top li {
	position: absolute;
}
div#course2.contents_top li:nth-child(1) {right: 0;top: 200px;}
div#course2.contents_top li:nth-child(2) {left: 20px;top: 700px;}
div#course3.contents_top li:nth-child(1) {right: 268px; bottom: 112px;}
div#course3.contents_top li:nth-child(2) {left: 61px;top: 40px;}
div#course4.contents_top li:nth-child(1) {left: 20px; top: 130px;}
div#course4.contents_top li:nth-child(2) {right: 45px; bottom: 0;}
div#course4.contents_top li:nth-child(3) {left: 10px; bottom: 0;}


div.contents_top li span {
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 219px;
	height: 191px;
	padding: 10px;
	text-align: left;
	/*background:#fff;*/
	color: #000;
	font-size: 1.1rem;
	/*opacity: 0;
	transition: opacity .1s ease-in;*/
    /*border:1px solid #333;*/
}
/*div.contents_top li a:hover span {
	opacity: 1;
}*/
    
    p.schedule {
        width:100%;
        padding-top:30px ;
        text-align: center;
        background: #fff;
    }  
    
.annnaibox {
        max-width: 970px;
        background-color: #ffffff;
        border-radius: 20px;
    }
    .annnaiboxin {
        padding: 30px;
    }
    .annnaiboxin h3 {
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    .annnaiboxin ul li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .annnaiboxin ul li:before {
        content: "";
        position: absolute;
        top: .4em;
        left: 0;
        width: 10px;
        height: 10px;
        background-color: #333;
        border-radius: 50%;
    }
    .annnaiboxin ul li p {
        position: relative;
        margin-bottom: 5px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.5;
        text-indent: -15px;
    }
    .annnaiboxin table {
        width: 100%;
        margin: 20px 0;
        font-size: 16px;
    }
    .annnaiboxin th {
        padding: 10px 20px;
        width: 25%;
        background-color: #f8e7dc;
        text-align: center;
        border-bottom: 5px solid #fff;
    }
    .annnaiboxin td {
        width: 75%;
        padding: 10px 20px;
        border-bottom: 5px solid #fff;
    }
    

}


@media screen and (max-width: 759.9px) { 

div.contents_top {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
div.contents_top h2 {
	margin: 40px auto 20px;
	font-size: 2.6rem;
	font-weight: 700;
	color: #c0a74c;
}
div.contents_top p {
	margin: 0 6vw 30px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 400;
	color: #373737;
}
div.contents_top p br {
	display: none;
}
div.contents_top dl dt {
	/*display: none;*/
    margin-top: 20px;
}
div.contents_top dl dt img {
    width: 100%;
}
div.contents_top ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	/*background: url(../images/map_bg.png) repeat-x;*/
}
div.contents_top li {
    position: relative;
	width: 49%;
    margin-bottom: 2%;
}
div.contents_top li img {
    width:100%;
}
div.contents_top li span {
	position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 42vw;
    color: #000;
    font-weight: bold;
    text-align: left;
}

}

/* add omt 20241122  */
.note {
    text-indent: -1em;
    margin-left: 1em;
}
.attention3 {
    font-size: 12px !important;
}
.catch h2 {
    margin: 60px 0 30px;
    padding: 0;
    color: #222;
    border:none;
    border-radius: 0 !important;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.catch p {
    margin: 15px 0 0;
    padding: 0;
    color: #222;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

#plan_application h3 {
    margin-bottom: 5px;
    font-size: 123.1%;
}
#plan_application ul.priceList {
    margin:0 auto;
}
ul.priceList li {
margin-bottom:10px;
line-height: 1.5;
font-size: 1.2em;
}
ul.priceList li strong {
color:#f00;
font-size:1.65em;
margin-left: .5em;
font-weight: bold;
}
ul.priceList li strong > span {
font-size:.8em;
}

  .credit {
      margin: 0 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;
  }
.center_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.centerbox {
    background-color: white;
    width: 31%;/*48*/
    text-align: center;
}
.title_kyusyu {
    background-color: #e3f7d9;
}
.title_tyugoku {
    background-color: #f8e7dc;
}
.title_kansai {
    background-color: #f9f4d4;
}
.title_kyusyu,
.title_tyugoku,
.title_kansai {
    margin: 0 0 10px;
    padding: 5px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.centername {
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
    line-height: 1.5;
}
.centertxt {
    text-align: left;
    line-height: 1.8;
    font-size: 16px;
}
p.attention2 {
    font-size: 16px;
    margin: 40px auto;
    font-weight: bold;
}

.common_hotel h3 {
    margin: 0 0 15px;
    padding: 10px 0;
    background: #5C0829;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.common_hotel p {
    margin: 0 0 15px;
    font-size: 16px;
    text-align: center;
}
.common_hotel ul {
    display: flex;
    justify-content: space-between;
}
.common_hotel ul li {
    width: calc(100% / 4 - 20px);
    border: 1px solid #000;
    font-size: 16px;
}
.common_hotel ul li div {
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.common_hotel ul li img{
    width: 100%;
}



@media screen and (max-width: 759.9px) {
.catch h2 {
    margin: 40px 0 20px;
    font-size: 25px;
}
.catch p {
    margin: 15px 0 0;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

#plan_application {
    width: 94%;
}
#plan_application ul.priceList {
    width: 100%;
}
ul.priceList li strong {
display: block;
}
#plan_application ul.priceList li {
font-size: 123.1%;
padding-bottom: 0;
}

.credit {
    margin: 0 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;
}
.centerbox {
    text-align: center;
    margin: 0 auto 50px;
    padding: 0 20px;
}
.center_container {
    display: block;
}
.centerbox {
    width: 100%;
}
.title_kyusyu,
.title_tyugoku,
.title_kansai {
    margin: 0 0 10px;
    padding: 5px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.common_hotel h3 {
    font-size: 18px;
}
.common_hotel p {
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
}
.common_hotel ul {
    flex-wrap: wrap;
}
.common_hotel ul li {
    width: calc(100% / 2 - 20px);
    margin: 15px auto 0;
    border: 1px solid #000;
    font-size: 13px;
    line-height: 1.3;
}
.common_hotel ul li div {
    height: 3.2em;
    text-align: center;
}
.common_hotel ul li img{
    width: 100%;
}


}
