﻿/* ベース */

html {
    font-size: 62.5%;
    line-height: 1.75;
    font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-size: 1.4rem;
    overflow-x: hidden;
	background: #ceeeff url(../img/background.jpg) repeat;
	
	
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

ul {
    list-style-type: none;
}

iframe {
    border: none;
}

/* レイアウト */

body{
    padding-bottom: 4rem;
}

main {
      padding: 0 0 8rem 0;
}

/* ユーティリティ */

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.mb-xxs {
    margin-bottom: 0.4rem;
}

.mb-xs {
    margin-bottom: 0.8rem;
}

.mb-s {
    margin-bottom: 1.2rem;
}

.mb-m {
    margin-bottom: 2rem;
}

.mb-l {
    margin-bottom: 3.2rem;
}

.mb-xl {
    margin-bottom: 5.2rem;
}

.mb-xxl {
    margin-bottom: 8.4rem;
}

/* ヘッダー */

.hero {
    position: relative;
	background: url(../img/bg-top.jpg)  repeat-x;
}

.hero-inner {
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
	
}

.mainvisual {
    text-align: center;
	padding-left: 25px;
	padding-top: 20px;

}

.mainvisual img {
    padding-left: -90px;
}

.lead {
	position: absolute;
    top: 810px;
}

.p-overview {
  padding: 2rem;
  background: #fefdf2;
  line-height: 1.9;
  /*text-shadow: 0 0 10px #fff, 0 0 10px #fff;*/
}

.p-overview p {
	color: #4a2406;
	font-size: 18px;
}

.icon {
    position: absolute;
}

.icon-1 {
    top: 10px;
    left: 10px;
}

.icon-2 {
    right: 10px;
    bottom: 10px;
}

.icon a {
    display: block;
}

.icon a:hover {
    opacity: 0.7;
}

.share {
    position: absolute;
    top: 770px;
    left: 0;
    line-height: 1;
}

.share-item {
    float: left;
}

.share-item:not(:last-child) {
    margin-right: 8px;
}

/* ナビゲーション */

.nav {
    z-index: 99;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #333;
}

.nav.is-active {
    position: fixed;
}

.nav a {
    display: block;
    position: relative;
    padding: 2rem;
    overflow: hidden;
}

.nav img {
    display: block;
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* メインコンテンツ */

.container {
    max-width: 960px;
    margin: 0 auto;
    /*background: #fff;*/
}

.p-cam__title {
	margin-left: -45px;
  margin-bottom: 3.2rem !important;
  margin-top: 10.2rem !important;;
  text-align: center;
}

.twicam_head {
  margin-top: 100px;
  text-align: center;
}

.scene {
	height: 3000px;
	
}

.scene-inner-1 {
	right: 26px;
	padding-bottom: 15px;
	position: relative;
}


.scene-inner-2 {    
	padding-bottom: 15px;
	position: relative;
}


.re-btn-1 {
    position: relative;
	left: 282px;
	bottom: 28px;
}

.re-btn-2 {
    position: relative;
	left: 255px;
	bottom: 28px;
}

.re-btn-1 a:hover {
    opacity: 0.7;
}

.re-btn-2 a:hover {
    opacity: 0.7;
}


.p-cam__fill {
  margin-bottom: 3.2rem;
}

.p-cam {
	/*  width: 960px;*/
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  background-color:#fefdf2;
	line-height: 1.9;
  
}

.announce-text {
	color: #4a2406;
	text-align: center;
}

.attention-text {
  padding-left: 1em;
  text-indent: -1em;
}

.heart {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    height: 285px; 
}


/* フッター */
.footer{
	padding-top: 50px;
	position: relative;
	z-index: 3;
}

.copyright {
    text-align: center;
}

.nbc-logo {
	text-align: center;
}

.site-banner {
	text-align: center;
}

.common-banner {
    text-align: center;
}
