@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html,
body {
    height: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.logo{
	width:500px;
	
}

/* ヘッダーナビゲーション
-------------------------------------------------- */
.navbar-default  {
	background-color: rgba(63,63,63,0.70);
	border-bottom: rgba(255,255,255,0);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
	text-indent: 0px;
}
	
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #78d3b9;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #78d3b9;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: rgba(35,35,35,0.80);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #78d3b9;
  background-color: rgba(255,255,255,0);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: rgba(255,255,255,0);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #78d3b9;
	background-color: #000000;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #78d3b9;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #78d3b9;
	background-color: rgba(255,255,255,0);
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: rgba(106,106,106,0.40);
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(255,255,255,1.00);
}
.navbar-default .navbar-link {
	color: #FFFFFF;
}
.navbar-default .navbar-link:hover {
  color: #78d3b9;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #78d3b9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #78d3b9;
    background-color: #ffffff;
  }
}


/* トップページのタイトル
-------------------------------------------------- */
.jumbotron {
  position:relative;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: none;
}

.jumbotron--yokawa {
	background: rgba(0,0,0,0);
	background-size: cover;
	height: 100vh;
	min-height: 400px;
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 1;
}

.jumbotron__content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* トップページの見出し
-------------------------------------------------- */
p.text-copy {
	font-size: calc(112.5% + 0.5vw);
	margin : 40px;
	letter-spacing: 10pt;
	white-space: nowrap;
	font-family: 'Noto Sans Japanese', sans-serif;	font-weight: lighter;
} 


/* トップページのボタン
-------------------------------------------------- */
a.btn{
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	width: 180px;
	padding: 15px 10px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	margin-top: 0px;
  }
  
a.btn:hover {
  background: #fff;
  color: #555;
}

/* トップページのフッター
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.big-background-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: rgba(255,255,255,0.00);
}

.big-background-container{
	width: auto;
	max-width: 100%;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}
.big-background-container .text-muted {
	margin-right: 0;
	margin-left: 0;
	color: rgba(255,255,255,1.00);
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* スマホで背景に画像をいれる
-------------------------------------------------- */

.big-background-default-image {
    background:url(../img/background01_mini.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    position: relative;
    z-index:0;
    backface-visibility:hidden
}

/* コンテンツページのテキスト
-------------------------------------------------- */
.section-heading{
	font-weight:200;

}
.section-paragraph{
	font-size: 18px;
	font-weight:100;
	line-height:2;
}


/* アクセス情報のテキスト
-------------------------------------------------- */
.access01{
	color:#595959;
}

.section-paragraph01{
	color:#595959;
	text-decoration: none;
	font-size: 18px;
	font-weight:100;
	line-height:1.5;
}

.section-paragraph01 a{
		color:#595959;
    	text-decoration: none;
}

.section-paragraph01 a:hover {
text-decoration:none;
color:#78d3b9;
}

.access02{
	color:#FFFFFF;
}

.section-paragraph02{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 18px;
	font-weight:100;
	line-height:1.5;
}

.section-paragraph02 a{
		color:#FFFFFF;
    	text-decoration: none;
}

.section-paragraph02 a:hover {
text-decoration:none;
color:#78d3b9;
}

.small_text{
	font-size: 14px;
}

/*アクセス欄ボタン設定*/
.google-btn01 {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	outline: none;
	background-color: #595959;
	color: #FFFFFF;
}
.google-btn01::before,
.google-btn01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.google-btn01,
.google-btn01::before,
.google-btn01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.google-btn01:hover
{
	color: #fff;
	background-color: #78d3b9;
	text-decoration: none;
}

.google-btn02 {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	outline: none;
	background-color: #FFFFFF;
	color: #595959;
}
.google-btn02::before,
.google-btn02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.google-btn02,
.google-btn02::before,
.google-btn02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.google-btn02:hover
{
	color: #595959;
	background-color: #78d3b9;
	text-decoration: none;
}

/* コンテンツページの背景ぼかし
-------------------------------------------------- */

/*背景画像の設定をする*/
.jumbotron-movie{
  background-repeat:no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

/*:beforeにぼかし効果を設定する*/
.jumbotron-movie:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

@media (max-width: 767px) {
    p br { display:none; }
		
    }


/* コンテンツページの背景ぼかし2_NEWS
-------------------------------------------------- */

/*背景画像の設定をする*/
.jumbotron-movie2{
  background-repeat:no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
  height: 1000px;
}

/*:beforeにぼかし効果を設定する*/
.jumbotron-movie2:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

@media (max-width: 767px) {
    p br { display:none; }
		
    }


/* 吉川についてのページ　パララックス
-------------------------------------------------- */
.cd-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

.cd-container p {
font-size:18px;
}

.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  font-weight:200;
  text-align: center;
  font-size: 2em;
  color: #FFFFFF;
}

.cd-fixed-bg a {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: 300px;
	padding: 20px 10px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	margin-top: 0px;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/about/1_about_top.jpg");
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/about/2_1955.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/about/3_2005.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/about/4_to_top.jpg");
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4em;
    font-weight: 200;
  }
}

.jumbotron_cd {
  position: relative;
  padding: 4em 0;
  line-height: 1.6;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.jumbotron_cd.cd-color-1 {
  background-image: url('../img/pageback.png');
  background-repeat: repeat;
  color: #595959;
}
.jumbotron_cd.cd-color-2 {
  background-image: url('../img/pageback.png');
  background-repeat: repeat;
	color: #595959;
}
.jumbotron_cd.cd-color-3 {
  background-image: url('../img/pageback.png');
  background-repeat: repeat;
  color: #595959;
}
@media only screen and (min-width: 768px) {
  .jumbotron_cd {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}


/* 吉川観光マップ　グーグル
-------------------------------------------------- */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 吉川観光マップ　グーグル固定化
-------------------------------------------------- */
.target{
	margin:0;
	padding-top:50%;
	border:1px solid #ddd;
	overflow:hidden;
	height:0;
	position:relative;
	display:block;
}
.target::before{
	content:"\753B\9762\9577\62BC\3057\3067\64CD\4F5C\3067\304D\307E\3059";
	/*「画面長押しで操作できます」と生成*/
	display:block;
	z-index:100;
	color:#000;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.target::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
.target.release::before,
.target.release::after{
	display:none !important;
}
.target > iframe,
.target > div{
	/* レスポンシブデザイン想定 */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* コンテンツページ　レイアウト
-------------------------------------------------- */
.carousel {
    height: 70%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: scroll;
    background-size: cover;
    width: 100%;
    height:300px;
    padding-top: 30%;
}

.image-bg-fixed-height {
    background-size: cover;
    width: 100%;
    height:200px;
    padding-top: 30%;
}

.img-center {
	margin: 0 auto;
}

.content-section {
    padding: 10px 0;
	background-image: url('../img/pageback.png');
    background-repeat: repeat;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
	color:#CCBFA8;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

@media(max-width:768px) {
    .content-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

.container{
 padding: 75px 20px;
}

/*facebook高さ*/
.embed-responsive-facebook {
  padding-bottom: 80%;
}

@media(max-width:480px) {
.embed-responsive-facebook {
  padding-bottom: 200%;
}
}

/*ニュース欄ボタン設定*/
.news_btn {
	display: inline-block;
	width: 100%;
	height: 54px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border-radius: 5px;
}
.news_btn::before,
.news_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.news_btn,
.news_btn::before,
.news_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
	
.news_btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	line-height: 50px;
}
.news_btn:hover {
	background-color: rgba(255, 255, 255, .5);
	text-decoration: none;
		color: #fff;
}

.row-flex {
    display: flex;
    justify-content: center;
    align-items: center;
	
}

@media(max-width:480px) {
    .row-flex{
     flex-direction: column;

	}
	.col-sm-6{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/*コンテンツページのフッター*/
footer {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	text-align: center;
	background-color: #B6DCD2;
}
.footer-container {
	width: auto;
	max-width: 100%;
	padding-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
}

footer p.copyright {
  line-height: 30px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  color:#595959;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

.network-name {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

a.footer_btn{
	font-size: 90%;
	font-weight: bold;
	display: inline-block;
	width: 120px;
	padding: 12px 10px;
	border: 2px solid #fff;
	border-radius:8px;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	margin-top: 0px;
  }
  
a.footer_btn:hover {
  color:#B6DCD2;
  background: #fff;
  border: 2px solid #fff;
}

@media(max-width:480px) {
	
	a.footer_btn{
	display: inline-block;
	width: 120px;
	padding: 8px 10px;
  }
	
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
	}
}

 .footer-logo {
 padding-top: 20px;
 padding-right: 0;
 padding-left: 0;
 padding-bottom: 20px;
 width: 250px;
 height: auto;
}

@media(max-width:480px) {
 .footer-logo {
 width: 200px;
 height: auto;
	}
}