@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------TOP PAGE---------------------------------------------*/
#kakinohasushi {
	background-color: #B43754;
	padding-bottom: 10px;
	margin-bottom: 20px;	
}
#mainVisual {
	display: inline-block;
	margin-bottom: 15px;
	width: 76%;
}
#kakiLogo {
	display: inline-block;
	width: 24%;
	float: right;
	text-align: center;
	
}
#kakiLogo a {
	display: block;
	text-decoration: none;
	height:100%;
	padding: 20px 10px;
	margin-top: 40px;
	color: #fff;
	font-size: 13px;
	font-family: "source-han-serif-japanese",serif;
}
#kakiLogo p {
	padding: 40px 0px;
	line-height: 1.7;	
}
#kakiLogo img {
	height:200px;
}
#kakiPage {
	display: inline-block;
	font-size: 13px;
	padding: 0px 0px 0px 8px;
}
#kakiPage li {
	width: 33%;
	float: left;
	line-height: 1.5;
}
#kakiPage a {
	display: block;
	text-decoration: none;
	color: #523f37;
	height:120px;
	background-color: #E3B5C0;
	border-width: 1px;
	border-style: dotted;
	border-color: #B5CBD9;
	border-radius: 4px;
	padding: 10px 10px;
	margin: 0px 5px;
}
#kakiPage a:hover {
	background-color: #fff;
}
#kakiPage img {
	width: 100px;
	float: left;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
.pageTitle {
	font-size: 18px;
	font-family: "source-han-serif-japanese",serif;
	margin-bottom: 5px;
}
#season {
	padding-bottom: 10px;
	margin-bottom: 20px;	
}
#seasonLogo {
	display: inline-block;
	width: 20%;
	float: left;
	text-align: center;
}
#seasonLogo a {
	display: block;
	text-decoration: none;
	color: #B43754;
	width: 188px;
	height:188px;
	border: 1px solid #B43754;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	

}
#seasonLogo h2 {
	font-size: 21px;
	line-height: 1.7;
	font-family: "source-han-serif-japanese",serif;
	color: #B43754;
	padding: 20px 10px;
	margin-top: 40px;
}
#seasonLogo a:hover {
	background-color: #E3B5C0;
}
#seasonPage {
	display: inline-block;
	width: 80%;
}
#seasonPage li {
	position: relative;
	width: 188px;
	float: left;
	margin: 0px 4px;
}
#seasonPage a {
	display: block;
}
#seasonPage a:hover {
	opacity: 0.6;
}
#seasonPage img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.seasonTitle {
	position: absolute;
	bottom: 0px;
	right: 5px;
	background-color: rgba(0,0,0,0.2);
	font-size: 13px;
	color: #fff;
	padding: 5px 5px;
}

.news {
	display: inline-block;
	width: 600px;
	float: right;
	margin-bottom: 15px;
	margin-right: 20px;
}
.bannerArea {
	display: inline-block;
	width: 320px;
	margin-bottom: 10px;
}
.announce {
	border: 1px dotted #BEB6B4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 8px;
	font-size: 12px;
	line-height: 18px;
}
.announce a:hover {
}
.bannerArea li {
	position: relative;
	margin-bottom: 8px;
}
.b_title {
	position: absolute;
	bottom: 10%;
	left: 10%;
	color: #523F37;
	font-size: 26px;
	font-family: "source-han-serif-japanese",serif;
}
.ps {
	font-size: 14px;
	font-family: Avenir,'游ゴシック','Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','Roboto',sans-serif;
}
.bannerArea img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 3px solid rgba(255,255,255,0.5); /* 半透明の枠線を付加 */
	box-shadow:1px 2px 5px 0px #cccccc;
	-moz-box-shadow:1px 2px 5px 0px #cccccc;
	-webkit-box-shadow:1px 2px 5px 0px #cccccc;
}
.bannerArea img:hover {
	opacity: 0.6;
	transition: all .3s;
}
.kamikita_SNS {
	color: #fff;
	border: 2px solid #BEB6B4;
	padding: 15px 15px 5px 15px;
	margin: 10px 0 10px 0;
	background-image: url(../common/img/odai_img.jpg);
	background-size:  cover;
	background-position: bottom;
}
.kamikita_SNS .sns_icon {
	text-align: right;
}
.kamikita_SNS a {
	color: #fff;
}
.kamikita_SNS a:hover {
	color: #fff;
}
.mainNews {
	margin-bottom: 15px;
}
.news h2 {
	width: 100%;
	height: 20px;
	margin-bottom: 20px;
}
#newsNavi {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	position: relative;
}
#newsNavi ul {
	text-align: center;
	position: absolute;
	top: -35px;
	left: 200px;
}
#newsNavi li {
	display: inline-block;
	margin-right: 30px;
	float: left;
}
#newsNavi li:last-child {
	margin-right: 0;
}

#newsNavi a {
}
#newsNavi a:hover {
}
.mainNews dl {
	display: block;
	line-height: 1.5;
	border-bottom: 1px dotted #877A74;
}
.mainNews dt {
	float: left;
	clear: both;
	width: 110px;
}
.mainNews dd {
	padding: 0 0 0 130px;
}
.mainNews .comment {
	font-size: 13px;
	line-height: 1.5;
}
.mainNews a {
	display: block;
	text-decoration: none;
	color: #523f37;
	padding: 8px;
}
.mainNews a:hover {
	background-color: #CCE2CC;
}

.telop {
	color: #C83C32;
	line-height: 1.5;
	padding: 0px 0px 10px 0px;
}
.telop a:hover {
}
.sympathy {
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
	font-family: "source-han-serif-japanese",serif;
	padding: 30px;
	margin-bottom: 20px;
	border: 1px dotted #877A74;
	background-image: url(../img/onenga.jpg);
	background-size: cover;
	background-position: center;
}
.btn-flat-simple {
  position: relative;
  display: block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin: 8px 0 8px 0;
  text-align: center;
  text-decoration: none;
  color: #669966;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #669966;
  color: white;
}

.big {
	font-size: 20px;
	padding-bottom: 8px;
}
.right {
	text-align: right;	
}


/*-----------------------------------------------------------------------------------------------
-----------------------------------------smart phone-----------------------------------------*/
@media screen and (max-width: 639px) {
   /* 表示領域が640px未満の場合に適用するスタイル */
#mainVisual {
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}
#kakiLogo {
	display: inline-block;
	width: 100%;
	float: none;
	text-align: center;	
}
#kakiLogo a {
	display: block;
	height:100%;
	padding: 0px 0px;
	margin-top: 0px;
	color: #fff;
	font-size: 13px;
	font-family: "source-han-serif-japanese",serif;
}
#kakiLogo p {
	display: inline-block;
	width: 50%;
	float: right;
	padding: 40px 15px 40px 0px;
	line-height: 1.7;	
}
#kakiLogo img {
	display: inline-block;
	height:150px;
	padding: 15px 30px 15px 50px;
	float: left;
}
#kakiPage {
	display: inline-block;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
}
#kakiPage li {
	width: 100%;
	float: none;
	line-height: 1.5;
	margin-bottom: 6px;
}
#kakiPage a {
	display: block;
	height:120px;
	border-width: 1px;
	border-style: dotted;
	border-color: #B5CBD9;
	border-radius: 4px;
	padding: 10px 10px;
	margin: 0px 10px;
}
#kakiPage img {
	width: 100px;
	float: left;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
}
#season {
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 94%;
	margin: 0 auto;	
}
#seasonLogo {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#seasonLogo a {
	display: block;
	width: 100%;
	height:100%;
}
#seasonLogo h2 {
	font-size: 21px;
	line-height: 1.7;
	padding: 0px 0px;
	margin-top: 0px;
}
#seasonPage {
	display: inline-block;
	width: 100%;
}
#seasonPage li {
	position: relative;
	width: 46%;
	float: left;
	margin: 5px 2% 5px 2%;
}

#main {
	width: 96%;
	margin: 0 auto;
}
.news {
	display: inline-block;	
	width: 100%;
	float: none;	
}
.bannerArea {
	display: inline-block;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;	
}
.mainNews {
	width: 100%;
	padding: 10px 0px;
	margin: 0 auto;
}
.mainNews dt {
	float: left;
	clear: both;
	width: 80px;
}
.mainNews dd {
	padding: 0 0 0 100px;
}

.news h2 {
	width: 100%;
	height: 18px;
	margin-bottom: 10px;
}

#newsNavi {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}
#newsNavi ul {
	text-align: center;
	position: static;
}
#newsNavi li {
	display: inline-block;
	margin-right: 20px;
	float: left;
}
