@charset "utf-8";

#header {
    -webkit-box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
       -moz-box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
            box-shadow:rgba(173, 173, 173, 0.388235) 0px 0px 5px 3px;
    color: #333;
    background: #FFF;
}

.menuSp.menuSp--shadow {
    -webkit-box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;
     -moz-box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;
          box-shadow:rgba(173, 173, 173, 0.388235) 0px 7px 5px -3px;

}

#header li a,
#header li.coming {
    color: #333;
}


#header li.on a::after {
	background-color: #333;
}

#container {
	margin: 80px auto 0;
}

#contents{
	width: 100%;
	margin: 0 auto;
	color: #7F6C72;
}

#contents img{
	width: 100%;
}

#contents .inner{
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    width: 90%;
}

.sp_none{
	display:block;
}
.pc_none{
	display:none;
}


/* display none
-------------------*/
#btn_menu, #footer_sp_wrap{display: none;}

.twitter-share-button {
	vertical-align: bottom;
}

/*
 * ad
 */
#contents #main{
	position:relative;
	max-width:1440px;
	margin: 0 auto;
}
 
#contents #main .title{
	margin: 0 auto 1%;
	color: #7F6C72;
	text-align : center;
	letter-spacing: -1px;
}

#contents #main .title h2{
	font-weight:normal;
	font-size : 17px;
}

#contents .title h3{
	font-weight:normal;
	font-size : 17px;
	margin: 3% auto 3.5%;
}

#contents #main .title p{
	font-weight: bold;
	font-size : 17px;
	padding-top: 0.2%;
}

#contents #main a.btn{
	color:#625e5c;
	background: #fff;
	border: #454545 1px solid;
	text-decoration: none;
	position:absolute;
	right: 6%;
    bottom: -3%;
}

#contents #main a.btn:hover{
	color:#fff;
	background: #454545;
	border: #454545 1px solid;
	text-decoration: none;
	position:absolute;
	right: 6%;
    bottom: -3%;
}

#contents #main .sc_btn{
	background: url(../../images/ad/search_icon.gif) no-repeat;
	background-position:9px 10px;
	background-size:14px 14px;
	display: inline-block;
    padding: 10px 10px 10px 30px;
}

#contents #main .sc_btn:hover{
	background: url(../../images/ad/search_icon_on.gif) no-repeat center left;
	background-position: 9px 10px;
	background-size:14px 14px;
	display: inline-block;
    padding: 10px 10px 10px 30px;
}


#contents .sec_01{
}
#contents .sec_01 .spot_list{
	width: 100%;
}

#contents .sec_01 .list_table{
	display: table;
	margin-bottom: 3%;
}


#contents .sec_01 .spot_list dl{
	width : 23%;
	margin: 0 1% 2%;
	float : left;
	display: table-cell;
}
/* 20150423 レイアウト崩れ防止用に追加*/
#contents .sec_01 .box1{
	width: 100%;
}


#contents .sec_01 .spot_list dt{  
	text-align : center;
}

#contents .sec_01 .spot_list dt img{  
	margin-bottom : 18px;
	display : block;
}

#contents .sec_01 .spot_list dd{  
	font-size : 12px; 
	text-align : left;
	color: #7F6C72;
	line-height : 140%;
}

#contents .sec_01 .spot_list dd.name{
	font-size : 14px;
	margin-bottom : 5px;
	font-weight: bold;
}

#contents .sec_01 .spot_list dd .small_txt{
	font-size:11px;
}

#contents .sec_01 .spot_list dd a{
	color : #595553;
}

#contents .sec_01 .spot_list .blank{
	display:inline-block;
	background: url(../../common/images/blank.png)  no-repeat;
	width: 12px;
	height:12px;
	vertical-align: middle;
	background-size: 12px 12px;
}

#contents .sec_01 a.spot_link{
	color:#595553;
	text-decoration: underline;
}

#contents .sec_02 {
	background: url(../../images/ad/dl_bg.png) no-repeat;
	width:100%;
	backgrond-size: 100% 100% ;
	padding-top:0.5%;
	border-top: #d5d5d5 1px solid;
	background-position:center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

#contents .sec_02 .inner {
	padding-bottom: 5%;
}

#contents .sec_02 .wrap{
	display: table;
	max-width: 1440px;
    width: 98%;
	margin: 0 auto;
	border: #d5d5d5 1px solid;
}

#contents .sec_02 .img{
	display: table-cell;
	width: 45%;
}

#contents .sec_02 .img img{
	width: 100%;
	display: block;
}

#contents .sec_02 .txt{
	color:#625e5c;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 1% 5%;
}

#contents .sec_02 .txt ul{
	margin: 3% 0 4%;
}

#contents .sec_02 .txt li{
	list-style-type:none;
	background: url(../../images/ad/dl_icon.png) no-repeat 0 50%;
	background-size:15px 15px;
	padding-left: 16px;
	line-height: 160%;
	font-size: 13px;
	
}
#contents .sec_02 .txt li:hover{
	list-style-type:none;
	background: url(../../images/ad/dl_icon_on.png) no-repeat 0 50%;
	background-size:15px 15px;
	padding-left: 16px;
	line-height: 160%;
	font-size: 13px;
	
}

#contents .sec_02 .txt p{
	font-weight: bold;
	color:#7F6C72;
	font-size:14px;
}


#contents .sec_02 .txt a.btn{
	background: url(../../images/ad/dl_btn_icon.gif) no-repeat;
	background-position:5px 10px;
	color:#fff;
	background: #625e5c;
	border: #454545 1px solid;
	text-decoration: none;
	display:inline-block;
}

#contents .sec_02 .txt a.btn:hover{
	background: url(../../images/ad/dl_btn_icon_on.gif) no-repeat;
	background-position:5px 10px;
	color:#fff;
	background: #454545;
	border: #454545 1px solid;
	text-decoration: none;
	display:inline-block;
	
}

#contents .sec_02 .txt a{
	color:#7F6C72;
}

#contents .sec_02 .txt .dl_btn{
	background: url(../../images/ad/dl_btn_icon.gif) no-repeat;
	background-position:10px 10px;
	background-size:11px 16px;
	background-color:#fff;
	color:#625e5c;
	display: inline-block;
    padding: 10px 10px 10px 30px;
}

#contents .sec_02 .txt .dl_btn:hover{
	background: url(../../images/ad/dl_btn_icon_on.gif) no-repeat;
	background-position:10px 10px;
	background-size:11px 16px;
	color:#fff;
	display: inline-block;
    padding: 10px 10px 10px 30px;
}

.h_10{
	margin-top: 5%;
}

#contents .sec_03 {
	width:100%;
	background: #f6f4f3;
	padding-bottom: 3%;
}

#contents .sec_03 .inner{
	width:90%;
	padding-bottom: 10%;
}

#contents .sec_03 .shadow {
	background: url("../../images/top/links_shadow.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 15px;
    top: 0;
    width: 100%;
}

#contents .sec_03 .title h3 {
    color: #b69f9b;
    font-size: 29px;
    font-style: italic;
    text-align: center;
}

#contents .sec_03 dl{
	width : 48%;
	margin: 0 1% 4%;
	float : left;
}

#contents .sec_03 dt{  
	text-align : center;
}

#contents .sec_03 dt img{  
	display : block;
}

#contents .sec_03 dd{  
	color: #7f6c72;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 140%;
    margin-top: 1%;
    text-align: left;
}

#contents .sec_03 .arrow, #contents .sec_02 .arrow{ 
	background: url("../../images/ad/archive_arrow.gif") no-repeat;
	display:inline-block;
	width: 12px;
	height:12px;
	margin: -1px 5px;
}

#contents .sec_03 dd a{
	color : #595553;
}

#contents .hide{
	display:none;
}

#inline-wrap {
    background: none repeat scroll 0 0 #fff;
    margin: 10px auto;
    max-width: 780px;
    padding: 20px 0;
    position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz--border-radius: 10px;
          
}

#inline-wrap .title{
	background:#806d73;	
	border-top-left-radius: 9px; 
	border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px; 
	left: 0;
    position: absolute;
    right: 0;
    top: 0;
	height: 72px;
}

#inline-wrap h1{
	color: #fff;
	font-size:20px;
	padding-left: 10%;
    padding-top: 20px;
}

#inline-wrap p{
	font-size: 12px;
    margin-bottom: 35px;
    margin-top: -15px;
    padding-left: 3.5%;
}

#inline-wrap .wallSection {
	font-size: 18px;
	color:#7b6f73;
    line-height: 1.8;
    text-align: left;
    word-wrap: break-word;
	margin: 80px 10% 0;
}

#inline-wrap h2 {
	border-bottom: 1px solid #ccc;
    color: #7b6f73;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 67px;
    padding-bottom: 14px;
    padding-left: 10%;
}

#inline-wrap dl{
	margin-bottom: 35px;
}

#inline-wrap dt{
	background: url("../../images/ad/lb_icon.gif") no-repeat scroll 2px 11px rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 1.8;
    padding: 0 0 0 20px;
}

#inline-wrap dd{
	font-size: 14px;
    padding-left: 35px;
    padding-top: 3px;
}

#inline-wrap dd span{
	font-weight:bold;
}

#inline-wrap dd ul{
	list-style:none;	
}

#inline-wrap dd li{
	pading-left:1em;
	text-indent:-1em;
}

/* popup */

img.mfp-img {
  min-height: 640px;
  min-width: 724px;
  height: auto;
  width:auto;
  


}

.mfp-content {
	margin: 25px auto 0 !important;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
.mfp-figure, .mfp-content { 
  -webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s;
	-ms-animation-duration: .3s;
	-o-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
