@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  基本スタイル指定
=================================================================== */

/* body and base setting
---------------------------------*/
body {
	font-family:'Lora', "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝B","ＭＳ 明朝",serif;
	color:#fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:100%;
	min-width:320px;
	margin:auto;
	padding-bottom:30px;
	position:relative;
	text-align:center;
}

.serifJP { font-family:'Lora', "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,"HG明朝B","ＭＳ 明朝",serif;}

/* general params
---------------------------------*/
p {
	line-height:1.5;
	color: #262626;
}

a {
	color:#46a0e2;
}
a:link,
a:visited {
	text-decoration: none;
	color:#46a0e2;
}
a:active,
a:hover {
	text-decoration: none;
	color:#46a0e2;
	opacity:0.9;
}

img {
	max-width:100%\9;
	width:auto\9;
	height:auto\9;
	vertical-align:top\9;
}
img:not(.sp_a2x) {
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align:top;
}
img.fixImg {
	width:100%;
	width/***/: 100%\9;
	max-width: 100%;
	height:auto;
}

.caption {
	color:#4c4948;
    display: block;
    font-size: 0.66em;
    text-align: right;
    line-height: 1.6;
	margin:5px 0;
}

#seoText {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #262626;
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    color: #b8b8b8;
    padding: 18px;
}
#seoText br {
	display:none;
}

.title {
	padding:0 20px;
	margin-bottom:60px;
}
.title .en {
	margin-bottom:50px;
	display:inline-block;
}
.title .en img {
	width:50%;
}

@media screen and (max-width: 640px) {
#seoText { padding: 12px; line-height: 1.5;}
#seoText br { display: block;}
}

body > section,
body > div {
	overflow:hidden;
}

/* bottom bnr
--------------------------------------------------*/
body:not(.top) .bnr { margin-bottom: 50px;}
body:not(.top) .bnr .smpOnly { display:none;}

@media screen and (max-width: 480px) {
body:not(.top) .bnr { margin-bottom: 0;}
body:not(.top) .bnr .pcOnly { display:none;}
body:not(.top) .bnr .smpOnly { display: block!important;}
}

/* title
------------------------------------------------------------------- */
.title { margin-bottom: 60px;}
.title h3 { color: #333!important; font-weight: normal!important;}
.title h3 big { display: block; font-size: 2em; line-height: 1.2;}
.title h3 span  { display: block; font-size: .9em; margin: 10px 0 30px;}
.title h3+p { font-size: 1.6em; letter-spacing: .1em;}
.title+p { position: relative; margin: 0 0 45px;font-size: 15px; line-height: 2.5;}
.title+p::after { content: ''; display: block; width: 20px; height: 1px; position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; background: #333;}

@media screen and (max-width: 767px) {
.title h3+p { text-align: left;}
.title h3+p br { display: none;}
.title+p { margin: 0 10px 45px; text-align: left;}
.title+p br { display: none;}
}

/* pageTab
--------------------------------------------------*/
.pageTab { margin: 60px auto!important; max-width: none!important; text-align: center;}
.pageTab p { border: solid 1px #7ebceb; display: inline-block; width: 330px; margin: 0 15px;}
.pageTab p a { display: block; padding: 20px 0; font-size: 20px; transition: all 0.3s;}
.pageTab p a:hover { color: #FFF; background: #7ebceb;}
.pageTab .btn-visit { color: #FFF; background: #7ebceb; font-size: 20px; padding: 20px 0;}

@media screen and (max-width: 1152px) {
.pageTab p { width: 220px; margin: 0 10px;}
}
@media screen and (max-width: 767px) {
.pageTab p { width: 280px; display: block; margin: 0 auto 15px;}
}

/* droneVideo
--------------------------------------------------*/
.droneVideo { background: rgba(190,231,255,.48); padding: 20px; margin-bottom: 20px;}
.droneVideo .inner { max-width: 980px; margin: 0 auto;}
.droneVideo .inner > div { display: inline-block; vertical-align: middle; width: 50%; position: relative;}
.droneVideo .inner > div p big { display: block; margin-bottom: 15px; font-size: 1.6em; letter-spacing: .2em;}
.droneVideo .inner > div a { display: block; overflow: hidden;}
.droneVideo .inner > div a img { position: relative; z-index: 0; -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.droneVideo .inner > div span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 1; background: rgba(0,0,0,.2); -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.droneVideo .inner > div span img { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto;}

.droneVideo .inner > div a:hover { opacity: 1;}
.droneVideo .inner > div a:hover > img { transform: scale(1.2);}
.droneVideo .inner > div a:hover span { opacity: .6;}


@media screen and (max-width: 767px) {
.droneVideo .inner > div { width: 100%;}
.droneVideo .inner > div p { margin-bottom: 15px;}
}




