@charset "utf-8";
/* CSS Document */

/********************common********************/
body{
	font-family: "メイリオ","Meiryo","Helvetica","Arial","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	background: url("../images/background02.jpg") repeat-y;
	background-size: contain;
	background-color: #fbfbf4;
}
.fluid-image{
	max-width:100%;
	height:auto;
}
#LatestEntries,#Feature,#AllArea,#ComingSoon{
	width: 100%;
	margin: 0 auto;
}
.TopicTitle{
	font-size: 40px;
	display: inline-block;
	font-weight: 100;
	color: #776b4d;
	background: url("../images/background02.jpg") fixed round;
}
p,h2,h3{
	color: #776b4d;
}
.people{
	z-index:0;
}

/********************common_End********************/



/********************header********************/
header{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
header a{
	display:block;
	width: 100%;
}
header #logo{
	margin: 1%;
	display: block;
}
#title{
	width: 1000px;
	margin: 2% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#title h1{
	font-size: 80px;
	font-weight: 100;
	width: 60%;
	text-align: center;
}
#title p{
	font-size: 14px;
	line-height: 2;
	width: 38%;
	color: #776b4d;
}
#kobecity{
	display: block;
	width:100%;
	padding-top: 2%;
}
#wrapper{
    padding-top: 80px!important;
}
/********************header_End********************/



/********************nav********************/
nav{
	position:fixed;
	right: 0%;
	top:0%;
	width: 100%;
	z-index:10000;
    background-image:url("../images/background02.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	height: 55px;
	line-height: 40px;
	box-shadow: 3px 2px 2px rgba(183,172,144,0.4);
}
nav ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 40px
}
nav ul:nth-child(2){
    justify-content: flex-start;
}
nav ul:nth-child(2) >li{
    width: 20%;
}
.tag{
    background: #776b4d;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 5px 5px;
    padding: 0 10px;
    position: relative;
    color: #fff!important;
    width: 70%;
}
.tag::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #776b4d;
  content: '';
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
}

.tag::after {
  background: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  line-height: 30px;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 4px;
}
nav ul li{
	display: inline-block;
	width: 6%;
	text-align: center;
}
nav ul li:first-child{
	width: 20%;
}
nav ul li img{
	vertical-align: middle;
}
nav ul li a{
	color: #776b4d;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.Link_Close{
	color:#D0D0D0 !important;
	}

.button {
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.button:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #b7ac90, #b7ac90 2px, white 2px, white 4px);
	
  }
.button:hover {
    cursor: pointer;
	
}
.button:hover:after {
	width: 100%;
	left: 0;
}

/********************nav_End********************/



/********************inner_wrapper********************/
#inner_wrapper{
	width: 1000px;
	margin: 0 auto;
	background-image: url("../images/Road.png");
	background-repeat: repeat-y;
	/*background-position: center;
	background-size: contain;*/
	background-position: top;
    background-size: 100% auto;
	overflow: hidden;
	
}
#img44,#img45{
	display: none;
}
/********************inner_wrapper_End********************/



/********************Lower********************/
.Area_Explanation{
}
.Area_Explanation h2{
	color: #b7ac90;
	display: inline-block;
	background: url("../images/background02.jpg") fixed round;
	background-size: contain;
	font-size: 70px;
	text-align: left;
	padding: 1% 0 1% 0;
}
.Area_Explanation p{
	display: inline-block;
	text-align: left;
	font-size: 16px;
	word-break: break-all;
}
.Area_Explanation img{
	display: block;
	height:200px;
	margin: 5% auto;
}
#Monthly_Wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 99%;
	margin: 0 auto;
	border: solid 2px #b7ac90;
    background-color: #fbfbf4;
    border-radius: 8px;
	align-items: center;
}
.left,.center,.right{
	width: 46%;
	padding: 1.5%;
}
.right h3{
	font-size: 30px;
	font-weight: 100;
	color: #b7ac90;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
.feature{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #b7ac90;
	color: white;
	text-align: center !important;
	line-height: 120px;
	margin: 3%;
}
.right{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.feature_2nd{
	margin: 3% 3% 3% auto;
}
.Lower_firstTopic{
	width: 100%;
	margin: 10% auto;
	background: url("../images/background02.jpg") fixed round;
	background-size: contain;
}
.Lower_firstTopic img{
	width: 100%;
	display: block;
	margin: 2% auto;
	object-fit: contain;
	box-shadow: 2px 2px 2px 3px rgba(211,202,178,0.4);
	font-family: 'object-fit: contain;'
}
.Lower_Title_Number{
	font-size: 40px;
    width: 80%;
    margin: 0 auto;
}
.Lower_Title{
	font-size:30px;
	width: 80%;
    margin: 1% auto 3% auto;
}
.Monthly_Lower_main{
	width: 60%;
	margin: 0 auto;
}
.Movie_Back{
	width: 100%;
	background-color: #42403d;
	background-image: url("../images/movie.png");
	background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat;
	height: 50px;
}
#past_articles{
	background: url("../images/background02.jpg") fixed round;
	background-size: contain;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#past_articles h2{
	display: inline-block;
	font-size: 46px;
    color: #b7ac90;
	text-align: left;
	width: 100%;
}
.past_article{
	width: 48%;
	margin: 2% auto;
}
.past_article img{
	width:100%;
	height:300px;
	display: block;
	margin: 2% auto;
	object-fit: cover;
	object-position: 0 20%;
	box-shadow: 2px 2px 2px 2px rgba(211,202,178,0.4);
	font-family: 'object-fit: cover; object-position: 0 20%;'
}

/********************Lower_End********************/



/********************Return to Top********************/
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1%;
    bottom: 1%;
    background: #b7ac90;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}
#page_top a::before {
    font-family: FontAwesome;
    content: '\f106';
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/********************Return to Top_End********************/



/********************footer********************/
footer{
	width: 100%;
	margin: 0 auto;
}
#under_line{
	width: 90%;
	margin: 5% auto;
	border-bottom: #776b4d dotted 1px;
}
#FooterNav{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#FooterNav li{
	width: 10%;
	text-align: center;
	line-height: 10;
}
#FooterNav li a,#Contact li a{
	color: #776b4d;
}
#Contact{
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#Contact li{
	width: 30%;
	text-align: center;
	line-height: 10;
}
#footer_kobecity{
	display: block;
	margin: 0 auto;
	width: 100%;
}
small{
	display: block;
	text-align: center;
	margin: 2%;
	color: #776b4d;
	font-size: 12px;
}
/********************footer_End********************/

.photo_caption{
	display: block;
	text-align: left;
	margin: 2px 2px 20px 2px;
	color: #8e8e8e;
	font-size: 10px;
}
