
a img{
  opacity: 1;
  transition: 0.3s;
}

a:hover img{
  opacity: .5;
}

/* 一覧ページ */

#example-top h2 {
	font-family: 'Noto Sans JP', sans-serif;
  	font-size: 4rem;
	font-weight: 400;
	line-height: 1.4;
	color: #000000;
}

@media screen and (max-width:768px) {
	
#example-top h2 {
  	font-size: 2.2rem;
}
	
}

#example-top .linkbox{
	position:relative;
	cursor:pointer;
}

@media screen and (max-width:768px) {
	

	
}

#example-top .linkbox .new{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background-color: #ca0000;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
}

#example-top .linkbox .new.movie{
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #75be00;
}

#example-top .linkbox .category{
	width: 110px;
	position: absolute;
	top: -20px;
	left: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #ffffff;
	background-color: #e93140;
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 15px;
}

#example-top .linkbox .category.oneline{
	padding-top: 25px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 25px;
}

#example-top .linkbox .category.tokusyu{
	width: 130px;
}

#example-top .andmore{
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#example-top .andmore:before{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: #000000;
	content: "and more";
	position: absolute;
	top: 5px;
	right: 78px;
}

#example-top .linkbox .andmore::after{
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 60px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
}

#example-top .linkbox:hover .andmore::after{
	right: -0px;
	transition: .8s;
}



@media screen and (max-width:768px) {
	
#example-top .linkbox .category{
	width: 90px;
	top: -10px;
	left: 10px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 10px;
}
	
#example-top .linkbox .category.oneline{
	padding-top: 17px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 17px;
}

#example-top .linkbox .category.tokusyu{
	width: 110px;
}
	
}

#example-top .youtube {

}

#example-top .line03old {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 20px;
	margin-bottom: 100px;
}

/* トップページ使用の黒いボタン */
a.ex-in-bt5 {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 12px 2px 14px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8rem;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	background: #000000;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 50px;
}

a.ex-in-bt5:hover {
	opacity: 0.7;
	transition: .7s;
}

a.ex-in-bt5::after{
	position: absolute;
	top: 43%;
	margin-left: 20px;
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:768px) {
	
a.ex-in-bt5 {
	padding: 12px 2px 14px;
	font-size: 1.2rem;
	letter-spacing: 0px;
	border-radius: 10px;
}
	
a.ex-in-bt5::after{
	position: absolute;
	margin-left: 0px;
	right: 10px;
	content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
}

.box-flex1.flex11 a.ex-in-bt5 {
	margin-bottom: 0px;
}


@media screen and (max-width:768px) {

#example-top .box-flex1.flex11 .flexbox-3{
	flex: 0 0 49%;
	max-width: 49%; /* IE11 Bugfix */
	position:relative;
	background-color: #fff;
	margin-top: 20px;
	margin-left: 2%;
}
	
#example-top .box-flex1.flex11 .flexbox-3:nth-child(odd){
	margin-left: 0;
}
	
#example-top .box-flex1.flex11 .flexbox-3:nth-child(even){
	margin-left: 2%;
}
	
}

.ex-main {
	width: 100%;
	padding-top: 105px;
  }

@media screen and (max-width:1500px) {
	
.ex-main {
	padding-top: 115px;
}
	
}

@media screen and (max-width:1300px) {
	
.ex-main {
	padding-top: 85px;
}
	
}

@media screen and (max-width:992px) {
	
.ex-main {
	padding-top: 135px;
}	
	
}

.ex-main-youtube {
	width: 100%;
	padding-top: 50px;
  }

.ex-main-youtube + .ex-main {
	padding-top: 80px;
  }

@media screen and (max-width:768px) {
	
.ex-main-youtube + .ex-main {
	padding-top: 50px;
  }
	
}


.sec_main_b-w {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sec_main_b-w-i3 {
	width: 100%;
	height: auto;
}

h3.ex-head {
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 500;
	margin-top: 50px;
	line-height: 1.3;
}

h3.ex-head span.new {	
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background-color: #ca0000;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	margin-left: 10px;
	line-height: 1;
}

.ex-i-ti {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 21px;
	font-weight: 300;
	margin: 0;
	text-align: right;
	line-height: 130%;
	padding-bottom: 0px;
	margin-top: 50px;
}

h3.ex-i-head {
font-family: 'Noto Serif JP', serif;
font-weight: 400;
	font-size: 28px;
	color: #333;
  display: block;
  margin-top: 50px;
  text-align: right;
}

h3.ex-i-head span.new {
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	background-color: #ca0000;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	margin-left: 5px;
}

.ex-i-ti + h3.ex-i-head {
  margin-top: 20px;
}

.ex-i-ad {
font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
font-weight: 300;
	color: #333;
  display: block;
  margin-top: 20px;
  text-align: right;
}

img.s-logo1 {
	width: 280px;
	display: inline-block;
}

img.s-logo2 {
	width: 230px;
	display: inline-block;
}

@media screen and (max-width:1005px) {

.ex-i-ti {
	font-size: 14px;
	text-align: left;
	margin-top: 30px;
}
	
h3.ex-head {
	font-size: 22px;
	margin-top: 20px;
}
	
h3.ex-i-head {
	font-size: 16px;
  margin-top: 20px;
  text-align: right;
}

h3.ex-i-head span.new {
	font-size: 10px;
	padding: 2px;
	margin-left: 5px;
}
	
.ex-i-ad {
	font-size: 10px;
  margin-top: 10px;
  text-align: right;
}
	
img.s-logo1 {
	width: 180px;
	display: inline-block;
}

img.s-logo2 {
	width: 130px;
	display: inline-block;
}
	
}

@media screen and (max-width:768px) {
	
h3.ex-head {
	font-size: 22px;
	margin-top: 20px;
	vertical-align:middle;
}
	
h3.ex-head span.new {	
	font-size: 10px;
	padding: 2px;
	vertical-align:middle;
}
	
}

.sec_main_b-b {
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
  background-color: #e9ecf4;
}

@media screen and (max-width:1005px) {
	
.sec_main_b-b {
	margin-top: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
  background-color: #e9ecf4;
}
	
}

.detailText {
	width:100%;
	display:block;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	line-height: 140%;
}

.sys_ti {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	border-left-color: rgb(238, 52, 52); border-left-width: 4px; border-left-style: solid;
	padding-left: 15px;
}

.sys_hon {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
}

.sys_hon2 {
	width: 100%;
	font-size: 16px;
	line-height: 130%;
}

.sys_hon3 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	line-height: 130%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 30px;
}

@media screen and (max-width:1005px) {

.sys_hon {
	margin-top: 10px;
	font-size: 14px;
}

.sys_hon2 {
	font-size: 14px;
}

.sys_hon3 {
	margin-top: 30px;
	font-size: 14px;
	line-height: 130%;
	padding-top: 30px;
}
	
}

#fudosan2 .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 100px;
}
#fudosan2 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width:1005px) {

#fudosan2 .youtube {
	margin-top: 50px;
}

}

/* 問い合わせ用ボタン追加 */

.top-btnbox {
    width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}

a.bt5 {
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 2px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
	position: relative;
	width: 100%;
	background-color: #B0051C;
	text-align: center;
	border-radius: 10px;
}

a.bt5:hover {
	opacity: 0.7;
	transition: .7s;
}

a.bt5::after{
	position: absolute;
	top: 43%;
	margin-left: 20px;
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:768px) {
	
.top-btnbox {
    width: 100%;
	margin-top: 50px;
}
	
a.bt5 {
	padding: 12px 2px 14px;
	font-size: 14px;
	letter-spacing: 0px;
	border-radius: 10px;
}
	
}

.f-map {
	margin-top: 50px;
}

