@charset "utf-8";

.wrap { background: #f9f6ee url(../img/bg-ptn-1.png) no-repeat 50% 0; background-size: 100% auto;}
.inner-sct{ width: 90%; max-width: 1200px; margin: 0 auto; transition: 0.3s ease-in 0.2s; transform: translateY(20px); opacity: 0;}
@media (max-width: 801px) {
	.wrap { background: none;}
	.inner-sct{ width: 100%;}
}
.show .inner-sct{ transform: translateY(0px); opacity: 1;}


#important { margin: 0 auto 80px;}
#important .stl { margin-bottom: 60px;}
#important .lead { display: flex; justify-content: space-between; align-items: center; width: 90%; margin: 0 auto 40px;}
#important .lead .tit { width: 52%;}
#important .lead .txt { width: 48%; padding-left: 40px;}
#important .lead .tit h3 { color: #19a2e6; font-weight: 400;}
#important .lead .tit h3 span.arw-L { font-size: 21px;}
#important .ctn { width: 90%; margin: 0 auto; }
#important .ctn p { line-height: 2; letter-spacing: 0.05rem;}
@media (max-width: 1001px) {
}
@media (max-width: 801px) {
	#important .stl { margin-bottom: 30px;}
	#important .lead { display: block; width: 90%; margin: 0 auto 20px;}
	#important .lead .tit { width: 100%; margin: 0 auto 30px;}
	#important .lead .tit h3 { text-align: center;}
	#important .lead .txt { width: 100%; padding-left: 0px;}
}
@media (max-width: 481px) {
	#important { margin: 0 auto 50px;}
	#important .lead { display: block; width: 90%; margin: 0 auto 10px;}
	#important .lead .tit { margin: 0 auto 15px;}
	#important .lead .tit h3 span.arw-L { font-size: 15px;}
	#important .lead .txt p { font-size: 14px;}
	#important .ctn p { font-size: 13px; line-height: 1.6;}
}


#guide { margin: 0 auto 80px;}
#guide .inner{ width: 90%; max-width: 1200px; margin: 0 auto;}
#guide .ctn { display: flex; align-items: flex-start; width: 90%; margin: 0 auto;}
#guide .ctn .pht { width: 60%;}
#guide .ctn .txt { width: 40%; padding-left: 40px;}
#guide .ctn .pht figure img{ width: 100%;}
#guide .ctn .txt h3 { margin-bottom: 15px; padding: 15px 0; background: #006da5;
 color: #fff; font-size: 24px; font-weight: 400; letter-spacing: 0.5rem; line-height: 1; text-align: center;
}
#guide .ctn .txt p { font-size: 16px;}
#guide .ctn .txt p.mb { margin-bottom: 30px;}
@media (max-width: 1201px) {
	#guide .ctn .txt h3 { padding: 20px 0; font-size: 24px;}
	#guide .ctn .txt p { font-size: 16px;}
}
@media (max-width: 1001px) {
	#guide .ctn .txt h3 { padding: 15px 0; font-size: 18px;}
	#guide .ctn .txt p { font-size: 14px;}
}
@media (max-width: 801px) {
	#guide { margin: 0 auto 40px;}
	#guide .inner{ width: 100%;}
	#guide .ctn { display: block; width: 100%; padding: 0;}
	#guide .ctn .pht { width: 100%;}
	#guide .ctn .pht figure { width: 92%; margin: 0 auto;}
	#guide .ctn .txt { width: 100%; padding-left: 0px; padding-bottom: 20px; background: #efefef;}
	#guide .ctn .txt p { width: 90%; margin: 0 auto;}
}


#point { margin: 0 auto 60px;}
#point .inner-sct:after { content: ''; display: block; width: 0; height:	0; margin: 0 auto;
 border: solid 100px transparent; border-top: solid 60px #f9f6ee; border-bottom: 0;
 transition: 0.3s ease-in 1.5s; transform: translateY(-10px); opacity: 0;
}
#point .stl { margin: 0 auto 40px;}
#point .ctn { position: relative; width: 90%; margin: 0 auto 50px;}
#point .ctn .badge { position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-50%,0);
 width: 200px; height: 200px; padding-top: 60px;
 background: #fff url(../img/renovation/bg-logo.png) no-repeat 50% 50%; background-size: 100% 100%;
 border-radius: 50%; box-shadow: 0 0 8px #19a2e6, 0 0 8px #19a2e6;
}
#point .ctn .badge h3 { color: #006da5; font-size: 24px; font-weight: 400; text-align: center;}
#point .ctn .badge h3 span { display: block;}
#point .ctn ul { display: flex; flex-wrap: wrap; justify-content: space-between;}
#point .ctn ul li { width: 48%;}
#point .ctn ul li:nth-child(1) { margin-bottom: 40px; background: #006da5; }
#point .ctn ul li:nth-child(2) { margin-bottom: 40px; background: #747374; }
#point .ctn ul li:nth-child(3) { background: #85bebf; }
#point .ctn ul li:nth-child(4) { background: #d6c079; }
#point .ctn ul li span { display: block; padding: 40px 0; padding-left: 25%;
 background: url(../img/bg-logo.png) no-repeat 50% 50%; background-size: auto 80%;
 color: #fff; font-size: 24px; letter-spacing: 0.4rem; text-align: left;
}
#point .ctn ul li span em { display: block;}
#point.show .inner-sct:after { transform: translateY(0px); opacity: 1;}

@media (max-width: 1001px) {
	#point .ctn .badge { width: 160px; height: 160px; padding-top: 50px;}
	#point .ctn .badge h3 { font-size: 20px;}
	#point .ctn ul li span { padding: 30px 0; padding-left: 20%; font-size: 18px;}
}
@media (max-width: 801px) {
	#point .ctn { position: relative; width: 100%;}
}
@media (max-width: 481px) {
	#point { margin: 0 auto 30px;}
	#point .inner-sct:after { border: solid 50px transparent; border-top: solid 30px #e8dcbc; border-bottom: 0;}
	#point .ctn { margin: 0 auto 20px;}
	#point .ctn .badge { width: 100px; height: 100px; padding-top: 30px;}
	#point .ctn .badge h3 { font-size: 12px;}
	#point .ctn ul li:nth-child(1) { margin-bottom: 25px;}
	#point .ctn ul li:nth-child(2) { margin-bottom: 25px;}
	#point .ctn ul li span { font-size: 12px; letter-spacing: 0.1rem;}
	#point .ctn ul li:nth-child(1) span { padding: 15px 0 25px; padding-left: 15%;}
	#point .ctn ul li:nth-child(2) span { padding: 15px 0 25px; padding-left: 25%;}
	#point .ctn ul li:nth-child(3) span { padding: 25px 0 15px; padding-left: 15%;}
	#point .ctn ul li:nth-child(4) span { padding: 25px 0 15px; padding-left: 25%;}
}


#view { padding-bottom: 60px;}
#view .inner { width: 90%; margin: 0 auto 60px; transition: 0.3s ease-in 0.2s; transform: translateY(20px); opacity: 0;}
#view .stl { width: 90%; max-width: 1080px; margin: 0 auto 40px;}
#view .view-ttl { width: 85%; max-width: 1000px; margin: 0 auto 80px; border: solid 1px #19a2e6; padding: 10px 0; background: #fff;}
#view .view-ttl h2 { color: #19a2e6; font-size: 24px; font-weight: 400; letter-spacing: 0.2rem; text-align: center;}
#view .view-ctn { width: 90%; min-height: 480px;}

#view .ctn { width: 94%; display: flex; margin: 0 auto; }
#view .ctn .txt { width: 55%;}
#view .ctn .aside { width: 45%; padding-left: 40px;}
#view .ctn .txt h3 { margin-bottom: 30px; color: #333; font-weight: 400;}
#view .ctn .txt h3 span { font-size: 28px;}
#view .ctn .txt p { font-size: 16px; line-height: 2; letter-spacing: 0.05rem;}
#view .ctn .txt p span { display: block;}
#view .ctn .aside .inner-aside{ position: relative; margin-bottom: 40px; padding: 10px 20px; background: #fff;}
#view .ctn .aside p { margin-bottom: 10px; color: #006da5; font-size: 20px; font-weight: 700;}
#view .ctn .aside ul { width: 100%;}
#view .ctn .aside ul li { margin-bottom: 4px; font-size: 16px;}
#view .ctn .aside ul li:last-child { margin-bottom: 0px;}
#view .ctn .aside .more p { text-align: right;}
#view .ctn .aside .more p a { display: inline-block; color: #fff; text-decoration: none;}
#view .ctn .aside .more p a span{ display: block; padding: 4px 20px; background: #006da5; color: #fff; letter-spacing: 0.2rem;
}
#view .ctn .aside .more p a:hover{ opacity: 0.8;}

#view .slick-arrow{ position: absolute; top: 45%; width: 40px; height: 40px; background: none; border: none; z-index: 100;
text-indent: -9999em; outline: none;
}
#view .slick-prev { left: 10px;}
#view .slick-next { right: 10px;}
#view .slick-arrow:before{ position: absolute; content: ''; display: block; width: 18px; height: 18px; top: 10px;}
#view .slick-prev:before { left: 14px; border-left: solid 2px #fff; border-bottom: solid 2px #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#view .slick-next:before { left: 6px; border-right: solid 2px #fff; border-top: solid 2px #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#view.show .inner { transform: translateY(0px); opacity: 1;}
@media (max-width: 1401px) {
	#view .lead .tit h3 span { font-size: 30px;}
}
@media (max-width: 1201px) {
	#view .view-ttl h2 { font-size: 30px;}
	#view .lead .tit h3 span.arw-L { font-size: 24px;}
	#view .lead .txt p { font-size: 21px;}
	#view .ctn .txt h3 span { font-size: 24px;}
	#view .ctn .txt p { font-size: 16px;}
	#view .ctn .aside ul li { font-size: 16px;}
}
@media (max-width: 1001px) {
	#view .inner { width: 100%;}
	#view .view-ttl h2 { font-size: 24px;}
	#view .lead .tit h3 span.arw-L { font-size: 21px;}
	#view .lead .txt p { font-size: 18px;}
	#view .view-ctn { margin: 0 auto;}
}
@media (max-width: 801px) {
	#view { padding-bottom: 0px;}
	#view .ctn { display: block; width: 100%; background: #f9f6ee;}
	#view .ctn .txt { width: 90%; margin: 0 auto; padding: 30px 0;}
	#view .ctn .aside { width: 100%; padding: 0; background: #fff;}
	#view .ctn .aside .inner-aside{ margin-bottom: 0px; padding: 15px 0;}
	#view .ctn .aside p{ width: 90%; margin: 0 auto 8px;}
	#view .ctn .aside ul { width: 90%; margin: 0 auto;}
	#view .ctn .aside .more { padding: 0 20px;}
}
@media (max-width: 641px) {
	#view .stl { margin: 0 auto 20px;}

	#view .view-ttl { margin: 0 auto 20px;}
	#view .view-ttl h2 { font-size: 18px;}
	#view .view-ctn { width: 100%; min-height: auto; margin: 0 auto;}
	#view .view-ctn .view-slide img{ width: 100%;}
	#view .inner { margin: 0 auto;}

	#view .ctn .txt h3 span { font-size: 18px;}
}
@media (max-width: 481px) {
	#view .view-ttl { padding: 8px 0;}
	#view .view-ttl h2 { font-size: 13px;}
	#view .ctn .txt h3 { margin-bottom: 15px;}
	#view .ctn .txt h3 span { font-size: 15px;}
	#view .ctn .txt p { font-size: 12px; line-height: 1.6;}
	#view .ctn .aside p{ font-size: 14px;}
	#view .ctn .aside ul li { font-size: 12px;}
}




/*	リノベーション詳細ページ		*/
#building-detail { margin: 0 auto 30px;}
#building-detail .inner-sct { animation: showIn 1.0s ease-in 1.4s forwards; opacity: 0;}
#building-detail .building-lead { display: flex; flex-direction: row-reverse; justify-content: space-between;
 width: 90%; margin: 0 auto; padding: 30px 0 10px;
}
#building-detail .building-lead .tit { width: 50%; padding-right: 20px;}
#building-detail .building-lead .tit h3 { font-size: 26px; font-weight: 400;}
#building-detail .building-lead .tag { width: 50%;}
#building-detail .building-lead .tag ul { font-size: 0; text-align: right;}
#building-detail .building-lead .tag ul li { display: inline-block; width: 25%; vertical-align: middle;}
#building-detail .building-lead .tag ul li span { display: block; width: 94%; height: 40px; line-height: 40px;
 margin: 0 auto; border-radius: 5px; text-align: center;
}
#building-detail .building-lead .tag ul li span.tag-1 { font-size: 18px; letter-spacing: 0.5rem; text-indent: 0.5rem;}
#building-detail .building-lead .tag ul li span.tag-2 { font-size: 16px;}
#building-detail .building-lead .tag ul li span.tag-3 { font-size: 18px; letter-spacing: 0.5rem; text-indent: 0.5rem;}
#building-detail .building-lead .tag ul li span.tag-4 { font-size: 18px; letter-spacing: 0.5rem; text-indent: 0.5rem; margin-right: 0;}
#building-detail .name { position: relative; width: 90%; margin: -20px auto 10px;}
#building-detail .name h2 { color: #19a2e6; font-size: 21px; text-align: right;}

#building-detail .ctn { width: 90%; margin: 0 auto 80px; }
#building-detail .ctn p { line-height: 2; letter-spacing: 0.05rem;}
#building-detail .ctn p span { display: block;}
#building-detail .sp-slideshow { display: none;}
#building-detail figure { width: 100%; max-width: 1000px; margin: 0 auto;
 animation: showIn 1.0s ease-in 1.4s forwards; opacity: 0; transform: translateY(20px);
}
#building-detail figure img { width: 100%;}
#building-detail figure img.sp { display: none;}


#building-view .slideshow { width: 90%; max-width: 900px; margin: 0 auto 40px;}
#building-view .building-slide-pc { margin: 0 auto 40px;}
#building-view .building-slide-pc img{ width: 100%;}
#building-view .building-slide-thumb { padding: 0 80px; text-align: center;}
#building-view .building-slide-thumb .slick-slide { outline: none; cursor: pointer;}
#building-view .building-slide-thumb .trim-th { position: relative; width: 90%; margin: 0 auto; padding-top: 90%; overflow: hidden;}
#building-view .building-slide-thumb img { position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
#building-view .slick-arrow{ position: absolute; top: 50%; width: 80px; height: 80px; background: none; border: none; z-index: 100;
text-indent: -9999em; outline: none; transform: translateY(-50%);
}
#building-view .slick-prev { left: 0px;}
#building-view .slick-next { right: 0px;}
#building-view .slick-arrow:before{ position: absolute; content: ''; display: block; width: 40px; height: 40px; top: 18px;}
#building-view .slick-prev:before { left: 30px; border-left: solid 2px #19a2e6; border-bottom: solid 2px #19a2e6; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#building-view .slick-next:before { left: 8px; border-right: solid 2px #19a2e6; border-top: solid 2px #19a2e6; -webkit-transform: rotate(45deg); transform: rotate(45deg);}

#building-view .ctn { display: flex; justify-content: space-between; width: 90%; margin: 0 auto; padding-bottom: 60px;}
#building-view .ctn.movie { padding-bottom: 20px;}
#building-view .ctn .movie-bloc { position: relative; width: 100%;}
#building-view .ctn .movie-bloc h3 { position: absolute; left: 0; top: 0; color: #19a2e6; font-size: 24px;}
#building-view .ctn .movie-bloc .movie { max-width: 1080px; max-height: 566px;margin: 0 auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
#building-view .ctn .movie-bloc .movie iframe { width: 100%; height: 100%;}
#building-view .ctn .movie-bloc:before {content: "";display: block;padding-top: 56%;}
#building-view .ctn .map-bloc { position: relative; width: 48%; padding-top: 50px;}
#building-view .ctn .aside { width: 48%; padding-top: 50px;}
#building-view .ctn .map-bloc h3 { position: absolute; left: 0; top: 0; color: #19a2e6; font-size: 24px;}
#building-view .ctn .map-bloc .map { height: 300px;}
#building-view .ctn .map-bloc .map iframe { width: 100%; height: 100%;}
#building-view .ctn .aside ul { width: 100%; padding: 30px; background: #fff;}
#building-view .ctn .aside ul li { margin-bottom: 4px; font-size: 16px;}
#building-view .ctn .aside ul li:last-child { margin-bottom: 0px;}
@keyframes showIn {
	0% { opacity: 0; transform: translateY(20px);}
	100%{ opacity: 1; transform: translateY(0px);}
}

@media (max-width: 1401px) {
}
@media (max-width: 1201px) {
	#building-detail .building-lead .tag ul li span.tag-1 { font-size: 16px;}
	#building-detail .building-lead .tag ul li span.tag-2 { font-size: 12px;}
	#building-detail .building-lead .tag ul li span.tag-3 { font-size: 16px;}
	#building-detail .building-lead .tag ul li span.tag-4 { font-size: 16px;}
	#building-detail .name { margin: -10px auto 10px;}

	#building-view .ctn .aside ul li { font-size: 16px;}
}
@media (max-width: 1001px) {
	#building-detail .building-lead .tit h3 { font-size: 21px;}
}
@media (max-width: 801px) {
	#building-detail { margin: 0 auto 20x;}
	#building-detail .stl h2 span{ letter-spacing: 0;}
	#building-detail .building-lead { display: block; width: 100%; margin: 0 auto;}
	#building-detail .building-lead .tag { width: 90%; margin: 0 auto 20px;}

	#building-detail .building-lead .tit { width: 90%; margin: 0 auto 8px;}
	#building-detail .building-lead .tit h3 span{ display: block; padding-left: 20px; }
	#building-detail .name { position: relative; width: 90%; margin: 0px auto 15px;}
	#building-detail .name h2 { padding-left: 20px; font-size: 21px; text-align: left;}
	#building-detail .ctn { width: 100%; padding: 15px 5% 40px; background: #f9f6ee;}
	
	#building-view .ctn { display: block; width: 100%; background: #fff; padding: 0;}
	#building-view .ctn.movie { padding-bottom: 0px;}
	#building-view .ctn .movie-bloc { width: 90%; margin: 0 auto; padding-top: 0px;margin-bottom: 40px;}
	#building-view .ctn .movie-bloc h3 { display: none; position: relative; left: auto; top: auto; font-size: 18px;}
	#building-view .ctn .map-bloc { width: 90%; margin: 0 auto; padding-top: 0px;}
	#building-view .ctn .map-bloc h3 { display: none; position: relative; left: auto; top: auto; font-size: 18px;}
	#building-view .ctn .aside { width: 90%; margin: 0 auto 30px;}
	#building-view .ctn .aside ul { padding: 0;}
}
@media (max-width: 641px) {
	#building-detail .building-lead .tit h3 span{ padding-left: 0px; }
	#building-detail .name h2 { padding-left: 0px;}
	#building-detail .ctn { margin: 0 auto;}
	#building-detail figure img.pc { display: none;}
	#building-detail figure img.sp { display: block;}

	#building-view .slideshow { width: 100%;}
	#building-view .building-slide-thumb{ display: none;}
}
@media (max-width: 481px) {
	#building-detail .stl h2{ font-size: 13px;}
	#building-detail .stl h2 span { margin: 0;}
	#building-detail .building-lead { padding: 10px 0 0;}
	#building-detail .building-lead .tag ul li span{ height: 30px; line-height: 30px;}
	#building-detail .building-lead .tag ul li span.tag-1 { font-size: 13px;}
	#building-detail .building-lead .tag ul li span.tag-2 { font-size: 10px;}
	#building-detail .building-lead .tag ul li span.tag-3 { font-size: 13px;}
	#building-detail .building-lead .tag ul li span.tag-4 { font-size: 13px;} 
	#building-detail .building-lead .tit h3 { font-size: 16px; font-weight: 400;}
	#building-detail .name { margin: 0px auto 10px;}
	#building-detail .name h2 { font-size: 16px;}
	#building-detail .ctn { padding: 15px 5% 20px;}
	#building-detail .ctn p { font-size: 12px; line-height: 1.6;}
	#building-view .ctn .aside ul li { margin-bottom: 4px; font-size: 12px;}

	#building-view .slick-arrow{ top: 50%; width: 50px; height: 50px;}
	#building-view .slick-prev { left: 0px;}
	#building-view .slick-next { right: 0px;}
	#building-view .slick-arrow:before{ width: 25px; height: 25px; top: 18px;}
	#building-view .slick-prev:before { left: 12px; border-left: solid 2px #fff; border-bottom: solid 2px #fff;}
	#building-view .slick-next:before { border-right: solid 2px #fff; border-top: solid 2px #fff;}

	#building-view .ctn .aside { margin: 0 auto; padding-top: 20px;}
	#building-view .ctn .movie-bloc .movie { height: 200px;}
	#building-view .ctn .map-bloc .map { height: 200px;}
}


/*	リノベーション共通		*/
.ex-r { background: #fff;}
.ex-r .inner-sct{ width: 100%; max-width: 1200px; padding: 80px 0 40px;}
.ex-r .inner-sct:after { content: ''; display: block; width: 0; height:	0; margin: 0 auto;
 border: solid 100px transparent; border-top: solid 60px #e8dcbc; border-bottom: 0;
 transition: 0.3s ease-in 1.5s; transform: translateY(-10px); opacity: 0;
}
.ex-r ul { width: 94%; margin: 0 auto 20px; font-size: 0; text-align: center;}
.ex-r ul li { display: inline-block; width: 50%; vertical-align: top; margin: 0 auto 30px;}
.ex-r ul li:nth-child(1) { transition: 0.4s ease-in 0.2s; transform: translateY(20px); opacity: 0;}
.ex-r ul li:nth-child(2) { transition: 0.4s ease-in 0.5s; transform: translateY(20px); opacity: 0;}
.ex-r ul li:nth-child(3) { transition: 0.4s ease-in 0.8s; transform: translateY(20px); opacity: 0;}
.ex-r ul li:nth-child(4) { transition: 0.4s ease-in 1.1s; transform: translateY(20px); opacity: 0;}
.ex-r ul li dl { position: relative; width: 90%; margin: 0 auto;}
.ex-r ul li dl dt { width: 100%; border: solid 1px #19a2e6; margin: 0 auto 20px; padding: 15px;
 color: #006da5; font-size: 21px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.ex-r ul li dl dd { position: relative; margin: 0 auto;}
.ex-r ul li dl span.tag-new { position: absolute; width: 80px; border-radius: 5px; background: rgba(255,255,255,0.9);
 font-size: 15px; letter-spacing: 0.5rem; text-indent: 0.5rem; text-align: center;
}
.ex-r ul li dl dd.pht { margin: 0 auto 20px;}
.ex-r ul li dl dd.pht a { display: block;}
.ex-r ul li dl dd.pht a.pht-link { position: relative; width: 100%; margin: 0 auto; padding-top: 50%; overflow: hidden;}
.ex-r ul li dl dd.pht a.pht-link img { width: 100%; position: absolute; left: 50%; top: 50%; z-index: 1;
 transition: 0.3s ease; transform: translate(-50%,-50%) scale(1); transform-origin: 50% 50%;
}

.ex-r ul li dl dd.pht a.pht-link span.more { position: absolute; right: 20px; bottom: 20px; z-index: 2;
 width: 180px; padding: 6px; background: #006da5;
 color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.2rem; text-align: center; text-decoration: none;
}
.ex-r ul li dl dd.pht a.pht-link:hover { opacity: 0.8;}
.ex-r ul li dl dd.pht a.pht-link:hover img { transform: translate(-50%,-50%) scale(1.15);}
.ex-r ul li dl dd.pht a.pht-link span.tag-new { display: none; left: 10px; bottom: 10px; z-index: 2; color: #000;}
.ex-r ul li dl dd.tag { position: relative; width: 90%; text-align: left; padding-left: 100px;}
.ex-r ul li dl dd.tag span { display: inline-block;}
.ex-r ul li dl dd.tag span.name { display: block; width: 100%; margin: 0;
 color: #19a2e6; font-size: 16px; line-height: 1.4; text-align: left;
 white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.ex-r ul li dl dd.tag span.tag-new { position: absolute; left: 0; top: 50%; transform: translate(0,-50%);}
.ex-r ul li dl dd.tag span.txt { position: relative; width: 100%;
 color: #19a2e6; font-size: 20px; text-align: left;
 white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.ex-r ul li dl dd.tag a { display: none; width: 100px; position: absolute; right: 0px; top: 0px; z-index: 2;
 padding: 4px; background: #006da5;
 color: #fff; font-size: 18px; font-weight: 700; line-height: 1; letter-spacing: 0.2rem; text-align: center; text-decoration: none;
}


.ex-r.show .inner-sct:after { transform: translateY(0px); opacity: 1;}
.ex-r.show ul li:nth-child(1) { transform: translateY(0px); opacity: 1;}
.ex-r.show ul li:nth-child(2) { transform: translateY(0px); opacity: 1;}
.ex-r.show ul li:nth-child(3) { transform: translateY(0px); opacity: 1;}
.ex-r.show ul li:nth-child(4) { transform: translateY(0px); opacity: 1;}

@media (max-width: 1501px) {
	.ex-r ul li dl dd.tag span {}
}
@media (max-width: 1201px) {
}
@media (max-width: 1001px) {
	.ex-r ul li dl dt { font-size: 18px;}
	.ex-r ul li dl dd.tag {}
	.ex-r ul li dl dd.tag span.name { position: relative; right: auto; top: 0px;
	 display: block; width: 100%; height: auto;
	}
}
@media (max-width: 801px) {
	.ex-r .inner-sct{ padding: 40px 0;}
	.ex-r ul { margin: 0 auto 50px;}
	.ex-r ul li { display: block; width: 100%; max-width: 100%; margin: 0 auto 40px;}
	.ex-r ul li:last-child { margin: 0 auto;}
	.ex-r ul li dl { width: 100%;}
	.ex-r ul li dl dt { width: 92%;}
	.ex-r ul li dl dd.pht { margin: 0 auto 12px;}
	.ex-r ul li dl dd.pht a.pht-link { max-width: 480px;}
	.ex-r ul li dl dd.pht a.pht-link span.tag-new { display: block;}
	.ex-r ul li dl dd.pht a.pht-link span.more { display: none;}
	.ex-r ul li dl dd.tag { padding: 0px; padding-right: 100px;}
	.ex-r ul li dl dd.tag span.tag-new { display: none;}
	.ex-r ul li dl dd.tag span.name{}
	.ex-r ul li dl dd.tag a { display: block;}
}
@media (max-width: 481px) {
	.ex-r .inner-sct{ padding: 40px 0 20px;}
	.ex-r .inner-sct:after { border: solid 50px transparent; border-top: solid 30px #e8dcbc; border-bottom: 0;}
	.ex-r ul { width: 100%;}
	.ex-r ul li dl dt { margin: 0 auto 8px; padding: 10px; font-size: 13px;}

	.ex-r ul li dl dd.tag span.txt { margin: 0 auto; font-size: 14px;}
	.ex-r ul li dl dd.tag a { width: 85px; padding: 6px 0px; font-size: 13px;}

}
/*------------------------------*/
/*20220909 追加*/

#index-line-entry .inner {width: 92%;margin: 0 auto;padding: 120px 0 120px;text-align: center;}
#index-line-entry .btn { width: 90%; max-width: 600px; margin: 0 auto 30px; box-shadow: 0 0 8px #19a2e6,0 0 8px #19a2e6;}
#index-line-entry .btn a { display: block; padding: 15px 0; background: #00c300; color: #fff; text-decoration: none;}
#index-line-entry .btn a img { width: 40px; margin-right: 20px; vertical-align: middle;}
#index-line-entry .btn a span { display: inline-block; font-size: 24px; letter-spacing: 0.5rem; vertical-align: middle;}
#index-line-entry p.lead { margin-bottom: 20px; color: #006da5; font-size: 32px; letter-spacing: 0.8rem;}
#index-line-entry p.txt { margin-bottom: 20px; color: #19a2e6; font-size: 21px;}
@media (max-width: 1001px) {
	#index-line-entry p.lead { font-size: 30px; letter-spacing: 0.5rem;}
}
@media (max-width: 801px) {
	#index-line-entry p.lead { font-size: 21px;}
	#index-line-entry p.txt { display: inline-block; font-size: 18px; text-align: left;}
	#index-line-entry p.txt span { display: block;}
}
@media (max-width: 641px) {
	#index-line-entry .btn a{ padding: 10px 0;}
	#index-line-entry .btn a img { margin-right: 10px;}
	#index-line-entry .btn a span { font-size: 24px; letter-spacing: 0.2rem;}
}
@media (max-width: 481px) {
	#index-line-entry .inner { padding: 40px 0 70px;}
	#index-line-entry p.lead { margin-bottom: 10px; font-size: 16px; letter-spacing: 0.2rem;}
	#index-line-entry p.txt{ font-size: 14px;}
	#index-line-entry .btn a img { width: 30px;}
	#index-line-entry .btn a span { font-size: 18px; letter-spacing: 0.2rem;}
	#index-line-entry p a { display: block; width: 50%; margin: 0 auto;}
	#index-line-entry p a img{ width: 100%;}
}
/*------------------------------*/