@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
background: #F0F5FA;
overflow-x: hidden;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
background-color: #f6efe2;
background-image:  radial-gradient(#fff 1px, transparent 1px), radial-gradient(#fff 2px, #f6efe2 2px);
  background-size: 20px 20px;
  background-position: 0 0,20px 20px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}
.t_red {
    color: #e50000;
}
.t_red_add {
    color: #e50000;
    font-size: 13px;
    font-weight:900;
}
p.note {text-indent: -1em; margin-left: 1em;}

ul.detail ul.note li {
    margin: 0;
    padding: 0;
    text-indent: -1em;
    margin-left: 1em;
}
ul.detail ul.note2 li {
    margin: 0;
    padding: 0;
    text-indent: -0.85em;
    margin-left: 0.85em;
}


/*
  common
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/
.pcnone{
	display:none!important;
}
#container{
  position: relative;
  z-index:1;
  padding: 0;
  max-width: 100%;
}

.inner{
  margin: 0 auto;
}
section{
  margin: 0 auto;
  padding: 30px 0 30px 0;
  max-width: 970px;
  width: 100%;
}

.titHead{
  padding: 3px;
  color: #000;
  font-size: 28px;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*bucknumber*/

div.bucknumber_onsale {
    max-width: 970px;
    width: 100%;
	text-align: right;
    margin: 0 auto;
    padding: 10px;
	font-size:16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

/*notice*/

.notice {
    max-width: 970px;
    width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 10px;
	font-size:16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}


p.bucknumber_onsale {
    max-width: 970px;
    width: 100%;
	text-align: right;
    margin: 0 auto;
    padding: 10px;
	font-size:16px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}


/*itemBox*/

.itemBox {
    border: 2px solid #e9dac1;
    margin: 20px 0 30px;
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
}
.itemBox .item-title {
    border-bottom: 3px solid #3e8c61;
}
.itemBox .item-title h3 {
    color: #000;
    text-align: left;
    background: #fff;
    font-size: 26px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
    padding: 10px 0 15px;
    font-weight: bold;
    line-height: 1.6;
	
}
.itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 3px 8px;
	font-size: 14px;
}
.itemBox .itemBoxinner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.itemBox .bnr img {
	width: 300px;
	height: auto;
}
.itemBox .detail {
	width: 610px;
	line-height: 1.5;
    margin-left: 15px;
}
.itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
.itemBox ul li span {display: block;}
.itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
.itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
.itemBox .yoyaku .Btn {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #3e8c61;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}
.itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.8;
	color: #fff;
}
.itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
.itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 60%;
  margin: 10px auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 2.8;
}
.itemBox .yoyaku .Btn_gray::after {
  content: "";
}
.itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 20px;
}
.itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 16px;
	line-height: 1.5;
}




}  /*PC*/


@media screen and (max-width: 759.9px) { /*SP*/
.spnone{
	display:none;
}
#container{
  position: relative;
  width: 100%;
  padding: 0;
}
.inner{
  margin: 0 auto;
  width: 100%;
}
section{
  padding: 0 0 20px 0;
}

.titHead{
  padding: 3px 3px 3px 10px;
  color: #000;
  font-size: 1.3em;
  font-weight: 600;
  display: inline;
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #b7d6f3 50%);
}

/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}


/*bucknumber*/

div.bucknumber_onsale {
    width: 100%;
	text-align: right;
    margin: 0 auto;
    padding: 10px;
	font-size:0.8em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}


/*notice*/

.notice {
    width: 96%;
	text-align: center;
    margin: 0 auto;
    padding: 10px;
	font-size:0.8em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}


/*itemBox*/

.itemBox {
    border:1px solid #e9dac1;
    margin: 20px auto 30px;
    padding: 15px;
    background: #FFF;
    border-radius: 5px;
    display:flex;
    flex-flow: column;
    width: 98%;
}
.itemBox .item-title {
	border-bottom: 3px solid #3e8c61;
	}
.itemBox .item-title h3 {
    color: #000;
    text-align: center;
    background: #fff;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
    padding: 10px 10px 15px;
    font-weight: bold;
    line-height: 1.6;
}
.itemBox .item-title > div{margin-bottom: 10px;}
.itemBox .item-title > div span{
	color: #FFF;
	background: #0066cc;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 14px;
}
.itemBox .itemBoxinner {
    width: 100%;
    margin-top: 15px;
}
.itemBox .bnr img {
	width: 100%;
	height: auto;
}
.itemBox .detail {
	width: 100%;
	line-height: 1.5;
    margin-top: 10px;
}
.itemBox ul li {
    display: flex;
    justify-content: flex-start;
}
.itemBox ul li span {display: block;}
.itemBox ul li span.label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}
.itemBox ul li span.fc_red {
    color: #F00;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.4;
}
.itemBox .yoyaku .Btn {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #3e8c61;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
}
.itemBox .yoyaku .Btn a {
	display: block;
	line-height: 2.2;
	color: #fff;
	padding: 16px 28px;
}
.itemBox .yoyaku .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: bold;
}
.itemBox .yoyaku .Btn_gray {
  color: #fff;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 1em;
  font-weight: bold;
  line-height: 2.2;
}
.itemBox .yoyaku .Btn_gray::after {
  content: "";
}
.itemBox .endarea {
	margin: 40px 0 0 0;
	background: #FFFCD2;
	padding: 10px;
}
.itemBox .endarea p {
	text-align: center;
	font-weight: bold;
	color: #FF0004;
	font-size: 14px;
	line-height: 1.5;
}






}  /*SP*/







/*
  title
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#title{
	width:100%;
	background:#fff url(../images/bg.jpg?update=20240709) no-repeat 50% 50%;
	background-size: cover;
	text-align:center;
	height:345px;

}
#title h1{
margin:0 auto;
padding:0;
max-width: 950px;
width: 100%;
}
#title h1 img{
margin:0;
padding:0 0;
max-width: 950px;
width: 100%;
}
}


@media screen and (max-width: 759.9px) {  /*SP*/
#title{
	position:relative;
	background:#000;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    margin:0;
}
#title img{
width: 100%;
height: auto;
}
}



/*
  navi
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#navi{
	text-align:center;
	letter-spacing:-0.4em;
	padding:5px 0;
    /*height: calc(70px + 20px + 1em);*/
    background: #3e8c61;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#navi ul{
    width: 970px; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#navi li{
	/*display:inline-block;*/
	letter-spacing:normal;
    font-size: 18px;
    font-weight: bold;
    padding:10px;
    color: #FFF;
    /*height:20px;*/
    border-right:1px solid #fff;
    margin-bottom: 10px;
    /*vertical-align: top;*/

}
#navi li.coupon{
	display:inline-block;
	letter-spacing:normal;
    font-size: 20px;
    font-weight: bold;
    padding:10px 20px 30px;
    color: #fff;
    height:20px;
    border-right:1px solid #fff;
}
#navi li:first-child{
    border-left:none;
}
#navi li:last-child/*,
#navi li:nth-of-type(3n)*/{
    border-right: none;
}
#navi li a{
	display:block;
	color: #fff;
}

#navi li:nth-of-type(1){
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi .caption {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}



}


@media screen and (max-width: 759.9px) {  /*SP*/
#navi{
    background: #3e8c61;
    text-align:center;
	letter-spacing:-0.4em;
	padding:0.5rem 0 0;
	/*display:table;*/
	width:100%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#navi ul {
    display:flex;
    /*justify-content: center;*/
    margin:0;
    flex-wrap: wrap;
    }
#navi li{
	/*display:inline-block;*/
    width: 50%;
	letter-spacing:normal;
	/*border-right:1px solid #ffffff;*/
    font-size: 13.5px;
    font-weight: bold;
    padding:0rem 0.7rem 0 0.5rem;
    /*background: url(../images/navi_line.png) no-repeat right ;*/
    background-size: 3px 30px ;
    color: #fff;
    vertical-align:middle;
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
}
#navi li:nth-of-type(2n) {
    border-right: none;
}
/*
#navi li:nth-last-child(-n+2) {
    border-bottom: none;
}
*/
#navi li:nth-child(1),
#navi li:nth-child(2) ,
#navi li:nth-child(4) {
}
/*
#navi li:first-child,
#navi li:last-child{
    background: none;
}
*/

#navi li a{
    padding:10px;
	display:block;
	/*color: #004f8e;*/
    color:#fff;
    line-height:1.5;
}
/*
#navi li:nth-of-type(1){
	border-left:1px solid #fff;
}
*/
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi .caption {
    width: 100%;
    margin: 0 auto 20px;
    padding-right: 10px;
    text-align: right;
    color: #fff;
    letter-spacing: -0.1em;
    font-size: 11px;
}

}



/*
  navi_bn
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#navi_bn{
	text-align:center;
	letter-spacing:-0.4em;
	padding:5px 0;
    /*height: calc(70px + 20px + 1em);*/
    background: #3e8c61;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#navi_bn ul{
    width: 970px; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#navi_bn li{
	/*display:inline-block;*/
	letter-spacing:normal;
    font-size: 20px;
    font-weight: bold;
    padding:5px 30px 25px;
    color: #FFF;
    height:20px;
    border-right:1px solid #fff;
    margin-bottom: 15px;
}

}


@media screen and (max-width: 759.9px) {  /*SP*/
#navi_bn{
    background: #3e8c61;
    text-align:center;
	letter-spacing:-0.4em;
	padding:0.5rem 0 0;
	/*display:table;*/
	width:100%;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#navi_bn ul {
    display:flex;
    /*justify-content: center;*/
    margin:0;
    flex-wrap: wrap;
    }
#navi_bn li{
	/*display:inline-block;*/
    width: 100%;
	letter-spacing:normal;
	/*border-right:1px solid #ffffff;*/
    font-size: 13.5px;
    font-weight: bold;
    color: #fff;
	padding:10px;
}


}






/*
 鉄道ファンの宝箱
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

    h2 {
        color: #000;
        text-align: center;
        background: #fff;
        font-size: 26px;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
        padding: 10px 0 15px;
        font-weight: bold;
        line-height: 1.6;
    }
    h2.green {
        border-bottom: 3px solid #3e8c61;
    }
    div.course01 {
        max-width:970px;
        width: 100%;
        margin: 0 auto;
        background:#fff;
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #e9dac1;
        border-radius: 30px;
    }
    .course01_main_img img {
        width: 100%;
        padding-top: 20px;
    }
    ul.course01_ph {
        width:300px;
        border: 1px solid #fff;
        padding: 10px;
        margin-bottom: 15px;
    }
    ul.course01_ph img {
        width:100%;
    }
    ul.detail {
        width:100%;
        line-height: 1.8;
    }
    ul.detail li {
        padding: 10px 0;
    }
     ul.detail li p.list {
        padding: 10px 0 0;
    }
    ul.detail li.line {
        border-bottom: dashed 1px #999999;
    }
    ul.detail li p.space_top {
        margin-top: 15px;
    }
    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }
    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0 0;
        text-align: center;
    }
    /*ボタン通常（アイコン付き）*/
    .btn_box {
        display: flex;
    }
.camp_btn{
    border-radius: 10px;
    background: #3e8c61;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 10px;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
.camp_btn_nolink{
    background: #cccccc;
}
.camp_btn span {
        display: block;
        font-size: 60%;
        font-weight: normal;
    }
.camp_btn2{
    width:400px;
    border-radius: 10px;
    background: #ccc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 20px auto 30px;
    font-size: 24px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
.camp_btn a:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    width:400px;
    color: #fff;
    padding: 15px;
}
.camp_btn3 {
width: 280px;
}

.campaign_info {
    margin: 15px 0;
}
.campaign_info p {
    margin: 0 0 15px;
    padding: 15px 0;
    background: #BFEAF7;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.campaign_info p span {
    font-size: 18px;
}
.campaign_info a {
    display: block;
    margin: 10px auto;
    width:400px;
    border-radius: 10px;
    background: #3e8c61;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.profile {
position: relative;
min-height: 260px;
}
.im_profile {
position: absolute;
right: 50px;
top: 20px;
padding: 0px;
margin: 0px;
}
.hana1 {
background-color: #fff2cc;
padding: 10px 15px !important;
}
.zaseki {
margin: 1em 0;
}
.zaseki div {
display: flex;
gap: 0px 10px;
padding: 0;
}
.tx_zaseki {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.im_zaseki {
width: 33%;
font-size: 12px;
padding: 0px;
margin: 0px;
background: #fff;
text-align: center;
}
.im_zaseki img {
width: 100%;
height: auto;
}
.hana2 {
background-color: #d9e1f2;
padding: 15px 0px !important;
}
.sweets {
display: flex;
gap: 0px 10px;
margin-top: 1em;
}
.sweets dl {
width: 50%;
line-height: 1.2em;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.sweets dt {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sweets dd {
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sweets dd span {
font-size: 12px;
}
.sweets img {
width: 100%;
height: auto;
}
.hana3 {
background-color: #e2efda;
padding: 15px 0px !important;
}
ul.detail p.date span {
font-size: 85%;
}

ul.detail li.plan_list_fl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.detail li.plan_list_fl div.plan_list_fl_box {
    width: calc((100% - 15px) / 2);
    display: flex;
    flex-direction: column;
}
/*
ul.detail li.plan_list_fl div.plan_list_fl_box p.date {
    min-height: 241px;
}
*/
ul.detail li.plan_list_fl div.plan_list_fl_box p.camp_btn {
    width: 100%;
}
ul.detail li.plan_list_fl div.plan_list_fl_box .camp_btn a,
ul.detail li.plan_list_fl div.plan_list_fl_box .camp_btn a:hover {
    width: 100%;
}
ul.detail li.plan_list_fl div.plan_list_fl_box:nth-of-type(1){
    padding-right: 15px;
    border-bottom: 1px dashed #999;
}
ul.detail li.plan_list_fl div.plan_list_fl_box:nth-of-type(2),
ul.detail li.plan_list_fl div.plan_list_fl_box:nth-of-type(4){
    width: calc(100% / 2);
    border-left: 1px dashed #999;
    border-bottom: 1px dashed #999;
    padding: 0 15px;
}
ul.detail li.plan_list_fl div.plan_list_fl_box:nth-of-type(4){
    border-bottom: none;
}

.pic_cap {
    margin: 1em 0;
    font-size: 16px;
    text-align: right;
}

ul.detail ul.note,
ul.detail ul.note2 {
    padding: 10px 0;
}

.maruwata {
display: flex;
justify-content: space-between;
gap:0px 20px;
}

.plan_hana {
display: flex;
flex-wrap: wrap;
}
.plan_hana dl {
width:33%;
border-right: dashed 1px; 
border-bottom: dashed 1px; 
padding: 20px;
text-align: center;
}
.plan_hana dt {
font-size: 1.3em;
font-weight: bold;
margin-bottom: 15px;
}
.plan_hana dt span.weekdays,
.plan_hana dt span.weekend {
font-size: 0.7em;
}
.plan_hana dd {
font-size: 1em;
}
.weekdays {
display: inline-block;
border: solid 1px;
background-color: #fff;/*#dae3f3;*/
font-weight: normal;
font-size: 0.9em;
margin-bottom: 15px;
padding: 0px 15px;
margin-right: 10px;
}
.weekend {
display: inline-block;
border: solid 1px;
background-color: #fdd7d7;/*#ffccff;*/
font-weight: normal;
font-size: 0.9em;
padding: 0px 15px;
margin-bottom: 15px;
}
.plan_hana dl:nth-child(3),.plan_hana dl:nth-child(6) {
border-right: none;
}
.plan_hana dl:nth-child(n+4) {
border-bottom: none;
}
.plan_hana .camp_btn,
.plan_hana .camp_btn2{
width: 100%;
font-size: 18px;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/
h2 {
       color: #000;
        text-align: center;
        background: #fff;
        font-size: 18px;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, "serif";
        padding: 10px 10px 15px;
        font-weight: bold;
        line-height: 1.6;
    }
h2.green {
        border-bottom: 3px solid #3e8c61;
    }
    div.course01 {
        width:92%;
        background-image: none;
        box-sizing: border-box;
        margin: 0 4%;
        background-color: #fff;
    }
    .course01_main_img img {
        width: 100%;
    }
    .flex-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 0;
}
    ul.course01_ph {
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 10px 10px 10px;
    }
    ul.course01_ph:first-child {
        border: 1px solid #fff;
        padding: 10px;
        margin: 0 0 10px 10px;
    }
    ul.course01_ph img {
        width:100%;
    }
    ul.detail {
        width:100%;
        line-height: 1.8;
        padding: 10px;
    }
    ul.detail li {
        padding: 10px 0;
        font-size: 14px;
    }
      ul.detail li p.list {
        padding: 10px 0 0;
    }
    ul.detail li.line {
        border-bottom: dashed 1px #999999;
    }
    ul.detail li p.space_top {
        margin-top: 10px;
    }
    ul.detail p.tit {
        font-size: 130%;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        text-align: center;
        padding-bottom: 10px;
    }
    ul.detail p.date {
        font-size: 130%;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
        padding: 15px 0 0;
        text-align: center;
    }
    /*ボタン通常（アイコン付き）*/
.camp_btn{
    margin: 0px auto 10px;
    border-radius: 10px;
    background: #3e8c61;
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
    .camp_btn_nolink {
        background: #cccccc;
        color: #fff;
    }
.camp_btn span {
        display: block;
        font-size: 50%;
        font-weight: normal;
    }
.camp_btn2{
    width:90%;
    border-radius: 10px;
    background: #cccccc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    margin: 0px auto 10px;
    font-size: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
.camp_btn a:hover {
    opacity: 0.8;
}
.camp_btn i {
    float: right!important;
    position: absolute;
    right: 15px;
    top:35%;
}
.camp_btn a,
.camp_btn a:hover {
    text-decoration: none!important;
    display: block;
    /*width:90%;*/
    color: #fff;
    padding: 15px 0;
}

.campaign_info {
    margin: 15px 0;
    padding: 0 0 15px;
}
.campaign_info p {
    margin: 0 0 15px;
    padding: 15px 10px;
    background: #BFEAF7;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.campaign_info p span {
    font-size: 16px;
}
.campaign_info a {
    display: block;
    margin: 10px auto 0;
    width:90%;
    border-radius: 10px;
    background: #3e8c61;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.line.profile p{
    font-size: 10px;
}
.im_profile {
text-align: center;
padding: 0px;
margin: 0px;
}
.hana1 {
background-color: #fff2cc;
padding: 5px 10px !important;
}
.hana2 {
background-color: #d9e1f2;
padding: 10px 0px !important;
}
.zaseki div {
}
.tx_zaseki {
padding: 0px;
margin: 0px 0px 10px 0px;
}
.im_zaseki {
font-size: 10px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.im_zaseki img {
width: 100%;
height: auto;
}
.hana3 {
background-color: #e2efda;
padding: 10px 0px !important;
}
.sweets dl {
line-height: 1.2em;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sweets dt {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sweets dd {
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sweets dd span {
font-size: 10px;
}
.sweets dd img {
width: 100%;
height: auto;
}
ul.detail p.date span {
font-size: 85%;
}


ul.detail li.plan_list_fl div.plan_list_fl_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/*
ul.detail li.plan_list_fl div.plan_list_fl_box:nth-of-type(2){
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
}
*/


.pic_cap {
    margin: 1em 0 0;
    padding: 0 0.5em;
    font-size: 14px;
    text-align: right;
}

.maruwata {
margin-bottom: 10px;
}
.maruwata img{
width: 100%;
height: auto;
}

.plan_hana {
}
.plan_hana dl {
border-bottom: dashed 1px; 
padding: 20px;
text-align: center;
}
.plan_hana dt {
font-size: 1.5em;
font-weight: bold;
}
.plan_hana dt span.weekdays,
.plan_hana dt span.weekend {
font-size: 0.7em;
}
.plan_hana dd {
font-size: 1.1em;
margin-top: 10px;
}
.weekdays {
display: inline-block;
border: solid 1px;
background-color: #fff;/* dae3f3 */
font-weight: normal;
font-size: 0.9em;
padding: 0px 15px;
margin-right: 10px;
margin-bottom: 15px;
}
.weekend {
display: inline-block;
border: solid 1px;
background-color: #ffccff;
font-weight: normal;
font-size: 0.9em;
padding: 0px 15px;
margin-bottom: 15px;
}
.plan_hana .camp_btn2{
    width: 100%;
}

}  /*SP*/







/*
  footer
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

}














/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}

}


