@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
background: #F0F5FA;
overflow-x: hidden;
}




/*バックナンバー*/


#back-number {
	background:#FFF;
	width:auto;
	padding:20px;
}


#back-number h3 {
  position: relative;
  padding: 0 1.5rem 0.5rem;
  text-align: center;
  font-size: 1.4em;
  font-weight:bold;
  margin-bottom: 1rem;
}
#back-number h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #666666;
}
#back-number h3 span {
  font-size: 0.8em;
}





@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_blue {
    color: #3098ff;
}
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;
}
#container{
  position: relative;
  z-index:1;
  padding: 0;
  max-width: 100%;
}

.inner{
  margin: 0 auto;
}
section{
  margin: 0 auto;
  padding: 50px 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;
}


/*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;
}

div.bucknumber_onsale {
    max-width: 970px;
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    color: #000;
}


}  /*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: 20px 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;
}


/*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;
}

div.bucknumber_onsale {
    width: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 10px;
    font-size: 0.8em;
    color: #000;
}


}  /*SP*/




/*
  title
==================================================== */

@media screen and (min-width: 760px) {  /*PC*/
#title{
	width:100%;
	text-align:center;

}
#title h1{
line-height: 0;
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;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    margin:0;
}
#title h1 {
line-height: 0;
padding: 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;*/
  background-color: #6a4e12;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

#navi ul{
    display: flex;
    width: 970px;
    margin: 0 auto;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
#navi li{
	letter-spacing:normal;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding:10px;
    color: #FFF;
    border-right:1px solid #fff;
    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:1px solid #fff;*/
}
#navi li:last-child{
    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;*/
  background-color: #6a4e12;
  text-align:center;
	letter-spacing:-0.4em;
	padding:0.5rem 0 0.5rem;
	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;
        flex-wrap: wrap;
        margin:0 10px;
        padding: 10px 0 0;
    }
#navi li{
	letter-spacing:normal;
	border-right:1px solid #ffffff;
    font-size: 13.5px;
    font-weight: bold;
    margin-bottom: 10px;
    padding:0.2rem 0.7rem 0.2em 0.5rem;
    /*background: url(../images/navi_line.png) no-repeat right ;*/
    background-size: 3px 30px ;
    color: #fff;
}
#navi li:nth-child(1),
#navi li:nth-child(2),
#navi li:nth-child(4) {
}
#navi li:last-child{
    background: none;
    border-right:none;
}

#navi li a{
    padding:0;
	display:block;
	/*color: #004f8e;*/
    color:#fff;
    line-height:1.2;
}

#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;
}

}






/*
 鉄道ファンの宝箱
==================================================== */

@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;*/
        border-bottom: 3px solid #e74723;

    }
    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 {
	position: relative;
        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{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    /*background: #3e8c61;*/
    background-color: #e74723;
    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 span {
        display: block;
        font-size: 60%;
        font-weight: normal;
    }
.camp_btn2{
    margin:0 auto;
    width:400px;
    border-radius: 10px;
    background: #cccccc;
    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: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;
    color: #fff;
}

.kaga {
display: flex;
padding: 15px;
background: #fff8f0;
}
.im_kaga {
width: 300px;
padding: 0px;
margin: 0px 15px 0px 0px;
}
.tx_kaga {
padding: 0px;
margin: 0px;
}
.tx_kaga dt {
border-radius: 10px;
background-color: #db868b;
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.tx_kaga dd {
font-size: 16px;
padding: 0px;
margin: 0px;
}
.tx_kaga2 {
font-size: 14px;
text-align: right;
padding: 0px;
margin: -30px 15px 10px 0px;
}

h2.green.mirumiru {
    position: relative;
}
h2.green.mirumiru span {
    display: block;
    position: absolute;
    width: 75px;
    right: 15px;
    top: -15px;
    font-size: 10px;
    background: #fff;
}
h2.green.mirumiru span img {
    width: 100%;
}
.im_hotel {
position: absolute;
top: 10px;
right: 40px;
padding: 0px;
margin: 0px;
}
.im_hotel img {
    width: 250px;
    height: auto;
}

.fl_img {
    display: flex;
    justify-content: space-between;
}
.fl_img div.enmoku {
    width: 60%;
}
.fl_img div.enja {
    width: 40%;
}
.fl_img div img{
    width: 100%;
}

.sasaki {
display: flex;
}
.sasaki p {
padding: 0px;
margin: 0px 20px 0px 0px;
}
.sasaki dl {
padding: 0px;
margin: 0px;
}
.sasaki dt {
background-color: #0E0F3F;
border-radius: 15px;
font-size: 1.2em;
text-align: center;
font-weight: bold;
color: #fff;
padding: 5px;
margin: 0px 0px 15px 0px;
}
.txt_sasaki {
text-align: right;
margin-top: -1.5em;
}


.blln_area {
    background: #C7DB56;
    display: flex;
    padding: 30px;
    justify-content: center;
}
.blln {
  position: relative;
  display: inline-block;
  margin: 3.5em 40px 3.5em 0;
  padding: 20px;
  width: 46%;
  color: #222;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: bold;
  line-height: 1.5;
}

.blln:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.blln:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #fff;
  z-index: 1;
}
.blln_img {
    width: 300px;    
}
.blln_img img {
    width: 100%;    
}
/*
ul.detail ul.note,
ul.detail ul.note2 {
    padding: 10px 0;
}
*/

.sensyu {
display: flex;
margin-bottom: 20px;
}
.sensyu p {
padding: 0px;
margin: 0px;
}
.sensyu dl {
padding: 0px;
margin: 0px 0px 0px 20px;
}
.sensyu dt {
font-size: 18px;
font-weight: bold;
border-bottom: double #000 ;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}
.sensyu dd {
padding: 0px;
margin: 0px;
}

.nawa {
margin-bottom: 20px;
}
.nawa p {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.nawa dl {
padding: 0px;
margin: 0px 0px 0px 0px;
}
.nawa dt {
font-size: 18px;
font-weight: bold;
border-bottom: double #000 ;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}
.nawa dd {
padding: 0px;
margin: 0px;
}

.konishi {
display: flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom: 20px;
}
.konishi dl {
padding: 0px;
margin: 0px 0px 0px 0px;
}
.konishi dt {
font-size: 18px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
.konishi dd {
padding: 0px;
margin: 0px;
}
.im_konishi {
padding: 0px;
margin: 0px;
}
.tx_konishi {
width: 100%;
border-top: double #000 ;
padding: 10px 0px 0px 0px;
margin: 15px 0px 0px 0px;
}

.fb_img400 {
    display: flex;
}
.fb_img400 .fb_img400_img{
    width: 400px;
    margin-left: 30px;
}



}  /*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;
        margin-bottom: 15px;
    }
h2.green {
        /*border-bottom: 3px solid #3e8c61;*/
        border-bottom: 3px solid #e74723;
    }
    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 {
	position: relative;
        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;
    width:90%;
    border-radius: 10px;
    /*background: #3e8c61;*/
    background-color: #e74723;
    color: red;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
.camp_btn span {
        display: block;
        font-size: 50%;
        font-weight: normal;
    }
.camp_btn2{
    margin:0 auto;
    width:90%;
    border-radius: 10px;
    background: #cccccc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 0px auto 10px;
    font-size: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
}
.camp_btn: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;
    color: #fff;
}

.kaga {
padding: 15px;
background: #fff8f0;
}
.im_kaga {
width: 300px;
padding: 0px;
margin: 0px auto 10px auto;
}
.tx_kaga {
padding: 0px;
margin: 0px;
}
.tx_kaga dt {
border-radius: 10px;
background-color: #db868b;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.tx_kaga dd {
font-size: 12px;
padding: 0px;
margin: 0px;
}
.tx_kaga2 {
font-size: 10px;
text-align: right;
padding: 0px 10px 0 0;
margin: 0px 0px 0px 0px;
background: #fff8f0;
}

h2.green.mirumiru {
    position: relative;
    text-align: left;
}
h2.green.mirumiru span {
    display: block;
    position: absolute;
    width: 75px;
    right: 15px;
    top: -15px;
    font-size: 10px;
    background: #fff;
}
h2.green.mirumiru span img {
    width: 100%;
}
.im_hotel {
text-align: center;
padding: 0px;
margin: 0px;
}
.im_hotel img {
    width: 100%;
}

.enmoku {
padding: 0px;
margin: 0px;
}
.enmoku img {
width: 100%;
height: auto;
}
.enja {
padding: 0px;
margin: 0px;
}
.enja img {
width: 100%;
height: auto;
}

.fl_img {
    display: block;
}
.fl_img div.enmoku {
    margin-bottom: 15px;
}
.fl_img div img{
    width: 100%;
}

.sasaki {
}
.sasaki p {
text-align: center;
padding: 0px;
margin: 0px 0px 15px 0px;
}
.sasaki dl {
padding: 0px;
margin: 0px;
}
.sasaki dt {
background-color: #0E0F3F;
border-radius: 15px;
text-align: center;
font-size: 1.2em;
font-weight: bold;
color: #fff;
padding: 5px 0px;
margin: 0px 0px 10px 0px;
}
.txt_sasaki {
text-align: right;
}

.blln_area {
    background: #C7DB56;
    padding: 20px;
}
.blln {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px;
  color: #111;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.7;
}

.blln:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.blln_img img{
    width: 100%;
}

.sensyu {
margin-bottom: 10px;
}
.sensyu p {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.sensyu dl {
padding: 0px;
margin: 0px 0px 0px 0px;
}
.sensyu dt {
font-size: 16px;
font-weight: bold;
border-bottom: double #000 ;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}
.sensyu dd {
padding: 0px;
margin: 0px;
}

.nawa {
margin-bottom: 10px;
}
.nawa p {
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.nawa p img {
width: 80%;
height: auto;
}
.nawa dl {
padding: 0px;
margin: 0px 0px 0px 0px;
}
.nawa dt {
font-size: 16px;
font-weight: bold;
border-bottom: double #000 ;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
}
.nawa dd {
padding: 0px;
margin: 0px;
}

.konishi {
margin-bottom: 10px;
}
.konishi dl {
padding: 0px;
margin: 0px 0px 10px 0px;
}
.konishi dt {
font-size: 16px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 5px 0px;
}
.konishi dd {
padding: 0px;
margin: 0px;
}
.im_konishi {
text-align: center;
padding: 0px;
margin: 0px;
}
.tx_konishi {
width: 100%;
border-top: double #000 ;
padding: 10px 0px 0px 0px;
margin: 15px 0px 0px 0px;
}

.fb_img400 .fb_img400_img img{
    width: 100%;
}

}  /*SP*/









/*
  こだわり企画
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

/*slider_special*/
.slider_special {
  width: 990px;
  margin: 30px 0 40px -11px;
}
.slider_special li{
  padding: 5px 11px;
}
.slider_special li div{
  box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
  background: #fff;
  padding-bottom: 10px;
}
.slider_special li img{
  width: 100%;
  margin: 0 auto 13px auto;
}
.slider_special strong{
  display: block;
  padding:0 10px 7px 10px;
  font-weight: 600;
}
.slider_special span{
  display: block;
  font-size: 14px;
  padding: 0 10px;
}

}  /*PC*/


@media screen and (max-width: 759.9px) {  /*SP*/

/*slider_special*/
.slider_special {
  width: 96%;
  margin: 20px auto 30px auto;
}
.slider_special li{
  padding: 6px;
}
.slider_special li div{
  box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
  background: #fff;
  padding-bottom: 10px;
}
.slider_special li img{
  width: 100%;
  margin: 0 auto 13px auto;
}
.slider_special strong{
  display: block;
  padding:0 10px 7px 10px;
  font-weight: 600;
}
.slider_special span{
  display: block;
  font-size: 0.9em;
  padding: 0 10px;
  line-height: 1.3;
}


}  /*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;
}

}


