@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Anton');

body {
	min-width: 1000px;
}

.side-menu {
	/*z-index: 10000;*/
}

.wrapper {
	width: auto;
}

/*ヘッダー部分*/
#subTop {
	min-width: 1000px;
	width: 100vw;
	height: 100vh;
	background: url(../img/main/top_main.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#subTop > .topTitle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#subTop > .topTitle h1{
	background: url(../img/common/logo.png) no-repeat;
	width: 330px;
	height: 126px;
	overflow: hidden;
	text-indent: -10000px;
}

#subTop > .scrollBt {
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100vw;
	min-width: 1000px;
}

#subTop > .topTitle .scrollBt:hover {
	opacity: 0.8;
}

.reco {
	text-align: center;
}

.reco a{
	padding: 5px 20px;
	display: inline-block;
    background: #e60012;
    color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝おしらせ*/

#newsLine {
	border: #e60012 solid 1px;
	width: 90vw;
	max-width: 1300px;
	min-width: 800px;
	margin: 30px auto 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: stretch;
}

.newsTitle {
	width: 20%;
	max-width: 180px;
	background-color: #e60012;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsTitle a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 0px;

}

.newsTxt_Wap {
	width: auto;
	flex: 1;
}

.newsTxt_Wap li {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 10px 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.newsTxt_Wap li a{
	color: #005cfc;
}

#newsLine > .next,
#newsLine > .prev {
	color: #fff;
	width: 10%;
	max-width: 30px;
	padding: 10px;
	cursor: pointer;
	background-color: #e60012;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝修正版　宮司挨拶*/
#greeting {
	width: 100vw;
	min-width: 1000px;
    margin: 0px auto 30px;
	position: relative;
}

.greetWap {
	width: 90vw;
	padding: 30px 0px;
    margin: 0px auto 0px;
    min-width: 1000px;	
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.greetWap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	margin: auto;
	border-top: 80px solid transparent;
	border-right: 80px solid transparent;
	border-bottom: 80px solid #b0b1b1;
	border-left: 80px solid #b0b1b1;
}

.greetWap > .text {
	width: 50%;
	padding: 20px 40px 20px 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.diamond {
	width: 50%;
}

.greetWap > .text > h2{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-family: 'ヒラギノ明朝 Pro W6','HiraMinPro-W6','YuMincho',serif;
	margin-bottom: 18px;
}

.greetWap > .text > p{
	font-size: 24px;
	width: 400px;
	text-align: right;
	margin: 10px auto;
	/*margin-bottom: 40px;*/
}

.greetWap > .text a{
	font-size: 16px;
	display: block;
	width: 190px;
	margin: 10px auto;
	padding: 10px 40px;
	color: #000;
	text-align: center;
	background: url(../img/common/arrow.png) no-repeat 40px #fff;
	text-indent: 40px;
	border: solid 1px #e60012;
	transition-duration:1s;
}

.greetWap > .text a:hover{
	background-color: #e60012;
	color: #fff;
	
}

#greeting hr{
	position: absolute;
	border-top: 1px solid #e60012;
	width: 80%;
	top: 30px;
	z-index: -1;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝神田祭固定バナー*/

.kandamasturi_banner_wap {
	width: 100%;
	max-width: 1080px;
	margin: -80px auto 40px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝レコメンド*/
#recommend {
	padding: 50px 0px;
	background: url(../img/common/gray_bk.jpg);
	width: 100vw;
	min-width: 1000px;
}

#recommend .recommendBox {
	width: 100vw;
	min-width: 1000px;
	position: relative;
}

#recommend .recommendBox:before {
	content: "";
	display: block;
	padding-top: 45%; /* 1:1 */
}

#recommend .photo {
	position: absolute;
	top:0;
	left: 0;
	width: 67vw;
	min-width: 670px;
	background: #fff;
}

#recommend .photo a{
	display: block;
}

#recommend .photo img{
	display: block;
	width: 100%;
	height: auto;
}

#recommend hr {
	position: absolute;
	width: 100%;
	top: 10vw;
	background: #000;
}

#recommend .bt{
	color: #fff;
	display: block;
	width: 10vw;
	min-width: 130px;
	position: absolute;
	margin: 0 auto;
	bottom: 2vw;
	padding: 2px;
	text-align: center;
	background: url(../img/common/arrow2.png) no-repeat 20px #000;
	text-indent: 20px;

	left: 50%;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}

#recommend .swiper-container{
	width: 100vw;
	min-width: 1000px;
	margin-bottom: 5vw;
}

#recommend .text {
	position: absolute;
	right: 5vw;
	top: 20vw;
	width: 30vw;
	height: 20vw;
	min-width: 300px;
	min-height: 200px;
	padding: 2vw 3vw;
	border: 1px solid #000;
	box-sizing: border-box;
}

#recommend .text h4{
	margin-bottom: 1vw;
}

.swiper-pagination-bullet-active {
	background: #e60012;
}

#recommend .recommendR .photo {
	left: auto;
	right: 0;
}

#recommend .recommendR .text {
	right: auto;
	left: 5vw;
}

#recommend .prev,
#recommend .next{
	position: absolute;
	top: 40%;
	z-index: 100;
	font-size: 20px;
	border-radius: 50%;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	opacity: 0.2;
	cursor: pointer;
	line-height: 50px;
	color: #666;
}

#recommend .prev:hover,
#recommend .next:hover {
	opacity: 0.8;
}

#recommend .prev {
	left: 1vw;
}

#recommend .next {
	right: 1vw;
}


.slideTitle {
	position: relative;
	/*width: 400px;*/
	margin-bottom: 30px;
}

.title_h3 {
	
	font-size: 40px;
	width: 500px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	border-bottom: solid 1px #e60012;
	z-index: 10;
	color: #000;
	font-family: 'arial narrow','Open Sans','Roboto Condensed',sans-serif;
}

.title_h4 {
	font-size: 28px;
	width: 90vw;
	min-width: 1000px;
	text-align: center;
	margin: 0 auto; 
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	z-index: 10;
	color: #000;
	font-family: 'arial narrow','Open Sans','Roboto Condensed',sans-serif;

}

/*大きい文字*/
.titleBk {
	font-size: 110px;
	color: #c0c0c0;
	font-weight: 800;
	line-height: 0.85em;
	/*font-family: 'Impact''Montserrat', MyYuGothicM, YuGothic, sans-serif;*/
	font-family: 'Impact';
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*SNS カレンダー　レコメンド　ミックス*/
#mixed_Section {
	width: 100%;
	
/*	min-width: 1000px;*/
	background: url(../img/common/gray_bk.jpg);
}

.mixed_Wap {
	padding: 50px 0px;
	margin: 0px auto 0px;
	max-width: 1300px;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

.sns_Section {
	width: 35vw;
	max-width: 350px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cal_and_recommend {
	width: 65vw;
	max-width: 950px;
	min-width: 600px;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.snsBox {
	width: 350px;
	padding: 10px 30px;
	margin: 0px auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.bn_Wap {
	background-color: #fff;
	padding-top: 30px;
}

.banner_Box {
	width: 350px;
	padding: 5px 30px;
	margin: 0px auto;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nbB_insta {
	padding-bottom: 30px;
}

.fbTitle,
.twTitle {
	padding: 0px 0px 0px;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #000;
	font-family: 'Anton', sans-serif;
}

.snsBody {
	height: 500px;
}


/*＝＝＝＝＝＝＝＝カレンダー*/
.manth_cal_wap {
    width: 100%;
    margin: 0 auto 20px;
}

.topLead h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.5em;
    margin-bottom: 5px;
    border-bottom: solid 1px #000;
}

.topLead p {
    text-align: center;
}

.subTitle span{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 2px 4px;
    border-radius: 3px;
    border: solid 1px #000;
    /*cursor: pointer;*/
}
.subTitle span.myoujin {
	background-color: #ffc8c8;
}
.subTitle span.edocco {
	background-color: #c7f5ff;
}

.manth_cal_header {
    width: 100%;
    margin: 0px auto 0px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.this_manth {
	font-size: 1.4em;
}

.manth_controll a{
	font-size: 0.9em;
}
.manth_controll a:hover{
	text-decoration: underline;
}

/*月選択ボタン
.manth_controll ul {
	width: 200px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.manth_controll li {
    color: #fff;
    margin: 0;
    flex: 1;
    font-size: 0.8em;
}

.prev_M_btn a {
	color: #585858;
    background: #ccc;
    display: block;
    padding: 5px 0px 5px 10px;
    border-radius: 20px 0 0 20px;
    text-align: center;
}

.this_M_btn a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 5px;
}

.next_M_btn a {
	color: #585858;
    background: #ccc;
    display: block;
	padding: 5px 10px 5px 0px;
    border-radius: 0 20px 20px 0;
    text-align: center;
}
*/
.manth_cal {
	min-width: 600px;
}

.cal_Table {
	width: 100%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	background-color: #fff;
}

.cal_Table th {
	/*width : 14.28%; */
	width: -webkit-calc(100% / 7) ;
	width: calc(100% / 7) ;
	font-size: 0.7em;
	padding: 2px 5px;
	background-color: #000;
	color: #fff;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cal_Table td{
	padding: 2px 5px;
	/*min-height: 150px;*/
	line-height: 1;
	text-align: left;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cal_Table .satTh {
	background-color: #1466ac;
}

.cal_Table .sunTh {
	background-color: #bd3741;
}

.other_Manth {
	background-color: #e1e6ea;
}

.valueBox {
	/*padding: 20px 0px; */
}

.valueBox a{
	font-size: 0.6em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}

.valueBox a:hover{
	color: #fff;
	background-color: #000;
}

.valueBox a.myoujin {
	background-color: #ffc8c8;
}
.valueBox a.edocco {
	background-color: #c7f5ff;
}

.cal_Table .today {
	background-color: rgba(250,241,206,0.5);
}

.cal_Table .sunday {
	background-color: rgba(250,231,228,0.5);
}

.cal_Table .saturday {
	background-color: rgba(224,240,250,0.5);
}

.cal_Table .holiday {
	background-color: rgba(250,231,228,0.5);
}


/*＝＝＝＝＝＝＝＝レコメンドー*/
.recoBox {
	margin-bottom:  20px;
}


.reco {
	text-align: center;
}

.reco a{
	padding: 5px 20px;
	display: inline-block;
    background: #e60012;
    color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
/*レコメンド　追加ホバーアクション　2019 10 */
/*http://gudh.github.io/ihover/dist/index.html*/
/*Hover effect 6*/

.ih-item.square {
	max-width: 950px;
	width: 60vw;
	min-width: 600px;
	position: relative;
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 1.0);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(0, 0, 0, 1.0);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(10, 10, 10, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  background: #000;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
/*  font-style: italic;*/
  font-size: 21px;
  position: relative;
  color: #fff;
  padding: 60px 20px 20px;
/*  margin-top: 40px;*/
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝PICK UP*/


#pickup {
	padding: 50px 0px;
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#pickup .puContentWap h3{
	padding: 40px 0px;
	text-align: center;
}

.puContentWap {
	width: 90vw;
	min-width: 1000px;
	margin: 0px auto 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
}

.puContentWap:after{
	content:"";
	display: block;
	width:30%;
}

.puBox {
	width: 33%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.puImg {
	max-width: 340px;
	height: auto;
	display: auto;
	margin: 0 auto;
}

.puTitle {
	text-align: center;
	max-width: 340px;
	margin: 20px auto;
	min-height: 42px;
	font-size: calc(0.7rem + ((1vw - 0px) * 0.5));
}

.puTitle a {
	color: #000;
}

.puTitle a:hover {
	color: #e60012;
}

.puTxt {
	max-width: 340px;
	margin: 0 auto;
}

.gapSpace {
	flex: 1;
	width: 100%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝埋め込みyoutube*/

.movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; /* 現プレイヤーでは不要？ */
	height: 0;
	overflow: hidden;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝SNS*

#topSNS {
	position: relative;
	padding: 50px 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.sns_Wap {
	width: 1080px;
	margin: 0px auto 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.snsBox {
	width: 510px;
	padding: 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fbTitle,
.twTitle {
	padding: 40px 0px 0px;
	margin-bottom: 40px;
	font-size: 18px;
	text-align: center;
	color: #000;
	border-bottom: solid 1px #000;
	font-family: 'Anton', sans-serif;
}

.snsBody {
	height: 500px;
}

.sns_Wap::before{
	content: "";
	width: 100%;
	height: 20%;
	padding: 20px 300px;
	background-color: #3050b0;
	transform: rotate(50deg) skew(0deg);
	-webkit-transform: rotate(50deg) skew(0deg);
	position: absolute;
	top: 500px;
	left: -400px;
	z-index: -2;
}

.sns_Wap::after{
	content: "";
	width: 100%;
	height: 10%;
	padding: 10px 20px;
	background-color: #00aced;
	transform: rotate(50deg) skew(0deg);
	-webkit-transform: rotate(50deg) skew(0deg);
	position: absolute;
	top: 200px;
	left: 250px;
	z-index: -2;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ストリートビュー*/

#streetView {
	width: 100vw;
	background: url(../img/top/street_view_bk.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
}

.streetViewWap {
	width: 930px;
	margin: 0px auto
}



/*umeda 追加分*/
.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*20190512 umeda*/

.miyairi_YouTube_Wap {
width: 100%;
max-width: 1080px;
padding: 20px 0px;
margin: 0px auto 0px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
-o-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
-o-justify-content: space-between;
justify-content: space-between;
}
.miyairi_YouTube {
width: 30%;
max-width: 290px;
margin-bottom: 20px;
}
.youtube_Link_OFF {
position: relative;
}
.youtube_Link_OFF::before {
content: "";
display: block;
background-color: rgba(0,0,0,0.6);
position: absolute;
z-index: 3;
width: 100%;
height: 100%;
max-width: 290px;
max-height: 290px;
}

/*190809追加　納涼祭　駐車場注意文バナー*/

.caution_banner {
	width: 100%;
}

.caution_banner img {
	margin: 50px auto;
	display: block;
}

/*190809追加　納涼祭　駐車場注意文バナー*/

/*↓↓↓　2019 8 19　TOPカレンダーテーブル　追記　↓↓↓*/
/*#weekCal_Wap {
	margin: 60px auto 30px;
}


.subTitle span{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}
.subTitle span.myoujin {
	background-color: #ffc8c8;
}
.subTitle span.edocco {
	background-color: #c7f5ff;
}


#weekCal_Wap .week_period {
    width: 90vw;
    min-width: 1000px;
    margin: 0 auto 10px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#weekCal_Wap .weekTop_cal {
    width: 90vw;
    min-width: 1000px;
    margin: 0 auto 10px;
    font-size: 16px;
}


#weekCal_Wap .manth_btn {
	text-align: center;
}

#weekCal_Wap .manth_btn a{
	padding: 5px 20px;
    display: inline-block;
    color: #e60012;
    border: solid 1px #e60012;
}

#weekCal_Wap .manth_btn a:hover{
	color: #fff;
	background-color: #e60012;
}



.cal_Table .today {
	background-color: rgba(250,241,206,0.5);
}

.cal_Table .sunday {
	background-color: rgba(250,231,228,0.5);
}

.cal_Table .saturday {
	background-color: rgba(224,240,250,0.5);
}

.cal_Table .holiday {
	background-color: rgba(250,231,228,0.5);
}
*/

/*topにfix*/
.scroll_wCal {
	position: fixed;
	    top: 0;
	    left: 0;
	    width: 60px;
	    height: 60px;
	    padding: 5px;
	    background: #e60012;
	    color: #fff;
	    cursor: pointer;
	    z-index: 4;
	    text-align: center;
	    font-size: 12px;
}


/*


.week_cal_title_wap {
    width: 90vw;
    min-width: 1000px;
    margin: 0 auto 10px;
    border-bottom: solid 1px #e60012;
    margin: 0 auto 10px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.week_cal_title_wap .w_cal_title{
	font-size: 1.4em;
}

#weekCal_Wap .week_period {
    width: 90vw;
    min-width: 1000px;
    margin: 0 auto 10px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#weekCal_Wap .cal_Tbody_Wap {
    width: 90vw;
    min-width: 1000px;
    text-align: center;
    margin: 0px auto 20px;
}

/*テーブル*
#weekCal_Wap .cal_Tbody {
	width: 100%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

#weekCal_Wap .cal_Tbody th{
	font-size: 0.8em;
	padding: 5px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#weekCal_Wap .cal_Tbody th:hover{
    background: #e60012;
    color: #fff;
	cursor: pointer;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

#weekCal_Wap .cal_Tbody td{
	padding: 5px;
	text-align: left;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#weekCal_Wap td a{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}

#weekCal_Wap td a:hover{
	color: #fff;
	background-color: #000;
}

#weekCal_Wap .manth_btn {
	text-align: center;
}

#weekCal_Wap .manth_btn a{
	padding: 5px 20px;
    display: inline-block;
    color: #e60012;
    border: solid 1px #e60012;
}

#weekCal_Wap .manth_btn a:hover{
	color: #fff;
	background-color: #e60012;
}


#weekCal_Wap .cal_Th_Today{
	width: 70%;
	background-color: #dc427d!important;
	transition-duration:1s;

}

#weekCal_Wap .cal_Th_otherday{
	width: 5%;
	transition-duration:1s;
}

#weekCal_Wap .cal_Table_Day_cell a{
	display: none;
}

#weekCal_Wap .cal_Tbody .cal_Td_Today a{
	display: inline-block;
	margin-bottom: 3px;
}

#weekCal_Wap .eventMark{
	display: block;
	margin: 0px auto;
	text-align: center;
	cursor: pointer;
}

#weekCal_Wap .eventMark:hover{
	color: #e60012;
}

#weekCal_Wap .cal_Td_Today .eventMark {
	display: none;
}

/*↑↑↑　2019 8 19　TOPカレンダーテーブル　追記　↑↑↑*/
/*
#weekCal_Wap .cal_Table_Day_cell a.myoujin{
    background: #ffc8c8;
}
#weekCal_Wap .cal_Table_Day_cell a.myoujin:hover {
    color: #e60012;
}
#weekCal_Wap .cal_Table_Day_cell a.edocco{
    background: #c7f5ff;
}
#weekCal_Wap .cal_Table_Day_cell a.edocco:hover {
    color: #006ce6;
}


.week_cal_title_wap span.subTitle {
    font-size: 0.8em;
    padding-left: 30px;
}


add 2019-08-28 
.subTitle span{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}
.subTitle span.myoujin {
	font-size: 0.8em;
	background-color: #ffc8c8;
}
.subTitle span.edocco {
	font-size: 0.8em;
	background-color: #c7f5ff;
}

*/
/*
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*

/*TOP月間カレンダー 2019 8 30*


.topLead h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.5em;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

.topLead p {
    text-align: center;
}

.manth_cal_wap {
    width: 90vw;
    min-width: 1000px;
    margin: 0 auto 60px;
    z-index: 5;
}

.manth_cal_header {
    width: 90vw;
    min-width: 1000px;
    margin: 0px auto 40px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.this_manth {
	font-size: 1.4em;
}

/*月選択ボタン*
.manth_controll ul {
	width: 200px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.manth_controll li {
    color: #fff;
    margin: 0;
    flex: 1;
    font-size: 0.8em;
}

.prev_M_btn a {
	color: #585858;
    background: #ccc;
    display: block;
    padding: 5px 0px 5px 10px;
    border-radius: 20px 0 0 20px;
    text-align: center;
}

.this_M_btn a {
    display: block;
    background: #ddd;
    text-align: center;
    padding: 5px 5px;
}

.next_M_btn a {
	color: #585858;
    background: #ccc;
    display: block;
	padding: 5px 10px 5px 0px;
    border-radius: 0 20px 20px 0;
    text-align: center;
}

.manth_cal {
	width: 90vw;
	min-width: 1000px;
	margin: 0 auto 0px;
}

.cal_Table {
	width: 100%;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.cal_Table th {
	/*width : 14.28%; *
	width: -webkit-calc(100% / 7) ;
	width: calc(100% / 7) ;
	font-size: 0.8em;
	padding: 5px;
	background-color: #000;
	color: #fff;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cal_Table td{
	padding: 5px;
	min-height: 150px;
	text-align: left;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.cal_Table .satTh {
	background-color: #1466ac;
}

.cal_Table .sunTh {
	background-color: #bd3741;
}

.cal_Day_num {

}

.valueBox {
	padding: 20px 0px; 
}

.valueBox a{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}

.valueBox a:hover{
	color: #fff;
	background-color: #000;
}


.other_Manth {
	background-color: #e1e6ea;
}


/* add *
.valueBox a.myoujin {
	background-color: #ffc8c8;
}
.valueBox a.edocco {
	background-color: #c7f5ff;
}
.subTitle span{
	font-size: 0.8em;
	color: #000;
	display: inline-block;
	margin-bottom: 3px;
	padding: 3px;
    border-radius: 3px;
    border: solid 1px #000;
    cursor: pointer;
}
.subTitle span.myoujin {
	background-color: #ffc8c8;
}
.subTitle span.edocco {
	background-color: #c7f5ff;
}

.cal_Table .today {
	background-color: rgba(250,241,206,0.5);
}

.cal_Table .sunday {
	background-color: rgba(250,231,228,0.5);
}

.cal_Table .saturday {
	background-color: rgba(224,240,250,0.5);
}

.cal_Table .holiday {
	background-color: rgba(250,231,228,0.5);
}

*/
/*topにfix 変更20190927 umeda*/
.scroll_wCal2 {
	position: absolute;
	    top: 0;
	    left: 0;
	    width: 60px;
	    height: 60px;
	    color: #fff;
	    cursor: pointer;
	    z-index: 4;
	    text-align: center;
	    font-size: 12px;
}

.scroll_wCal2 img {
	border: 1px solid #00a680;
}

