@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	background: #FFF;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

a {
    color: #2a61b4;
    text-decoration: underline;
}
a:hover {
    color: #2a61b4;
    text-decoration: none;
}
a:hover img {
	opacity: .6;
	transition: .5s;
}
.cursor { cursor: default;}
.acms-admin-img-responsive {margin: 0 auto;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px !important;}
.fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 10000 !important;
}
	.fixed {
			position: fixed !important;
			top: 80px !important;
			width: 100% !important;
			z-index: 10000 !important;
	}

em {
	color: #286090;
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 1431px) {
	.tab { width: 65% !important; margin: 0 auto;}
}
@media (max-width: 1280px) {
	.tab { width: 100%; margin: 0 auto;}
}
@media (max-width: 767px) {
	.col-xs-3 { width: 50%;}
	.col-xs-6 { width: 100%;}
}
@media (max-width: 479px) {
	.acms-admin-col-sm-6 {
			float: left;
			width: 50%;
	}
}


/* コンテナー */
.narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}

.float-L { float: left;}
.float-R { float: right;}

.ta-l { text-align: left;}
.ta-r { text-align: right;}
.ta-c { text-align: center;}

@media (max-width: 1430px) {
	.fixed {
			top: 80px !important;
	}
	.sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.acms-grid .sp-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.sp-container .sp-container {
		padding: 0;
	}
}
@media (max-width: 992px) {

	.fixed {
			top: 50px !important;
	}
}


/* アニメーション */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@media screen and (max-width: 480px) {
	.br-sp { display:none; }
}


/* ------------------------------
　　上書き用CSS（基本的には日本語に適するように修正をおこなっています）
------------------------------ */
.btn {
	white-space: inherit;
}

/* ------------------------------
　　ボタン
------------------------------ */
/* ボーダーボタン */
.home-btn {
	margin: 20px 0 10px;
}

.btn-border {
	display: inline-block;
	padding: 7px 10px;
	color: #333;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #CCC;
}
.btn-border [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}
.btn-border:hover {
	text-decoration: none;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100px;
	margin: -20px 0 15px 0;
	color: #FFF;
	background: url(../images/bg_other.png) #333 no-repeat center;
	background-size: cover;
}

.page-title-filter {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
}

.page-title-inner {
	display: table-cell;
	position: relative;
	padding: 15px 10px;
	vertical-align: middle;
}

.page-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.page-title a {
	color: #FFF;
}

.page-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 270px;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
/* 前後リンク */
.serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev {
	text-align: left;
}
.serial-nav .serial-nav-item-next {
	text-align: right;
}
.serial-nav a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}

@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
	.serial-nav a {
		display: inline;
		border: 0;
	}
	.serial-nav a:hover {
		text-decoration: underline;
		background: 0;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 30px;
	padding: 10px 0;
	background: #F5F5F5;
}

.topicpath-list {
	list-style: none;
	margin: 0 auto;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url(../images/marker/icon_arrow.png) no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}

/* ------------------------------
　　スライダー
------------------------------ */
.main-wrap {
	background: #282121;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}
.main-wrap .container {
	padding: 0;
}
@media (min-width: 768px) {
.main-wrap .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
.main-wrap .container {
    width: 1000px;
  }
}
@media (min-width: 1430px) {
.main-wrap .container {
    width: 1400px;
  }
}
.main-wrap .module-section {
	margin: 0;
}

.main-img {
	position: relative;
}
.main-img .txt {
	color: #fff;
	font-size: 8px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.main-img .catch img {
	top: 5%;
	left: 20%;
	position: absolute;
	z-index: 2;
}
.slick-slider {
	top: -3px;
}
@media (max-width: 992px) {
	.main-img .catch img {
		top: 35%;
		left: 50%;
		width: 33%;
  -webkit-transform: translate(-50%, -40%); /* Safari用 */
  transform: translate(-50%, -40%);  }
}
@media (max-width: 768px) {
	.main-img .catch img {
		top: -15%;
		left: 50%;
		width: 65%;
  -webkit-transform: translate(-50%, 0%); /* Safari用 */
  transform: translate(-50%, 0%);  }
}

.cover {
	position: absolute;
	background: url(../images/index/main-cover.png) no-repeat center;
	background-size: cover;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
}
.slick-slide {
	z-index: -1;
}
.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	margin: 0 auto;
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 47%;
	display: block;
	width: 26px;
	height: 47px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2;
}

.slick-prev {
	left: 10px;
	background: url(../images/marker/icon_white_arrow_left.png) no-repeat;
}

.slick-next {
	right: 10px;
	background: url(../images/marker/icon_white_arrow_right.png) no-repeat;
}
.under-slider .slick-prev {
	left: 20px;
	background: url(../images/marker/icon_white_arrow_left.png) no-repeat;
}

.under-slider .slick-next {
	right: 20px;
	background: url(../images/marker/icon_white_arrow_right.png) no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	bottom: 70px;
	margin: -35px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 2;
}
.under-slider .slick-dots {
	display: none !important;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	font-size: 0;
	background: #FFF;
	border-radius: 7px;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #e04930;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

@media screen and (min-width: 769px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}

	.fix-height {
		height: 400px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 400px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}
@media (max-width: 992px) {
	.slick-dots li button {
		width: 0;
		height: 0;
	}
}
/* ------------------------------
　　メインビジュアル動画
------------------------------ */

.top-main{
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	overflow: hidden;
}
.top-main iframe {
  position: absolute;
    top: -18%;
  left: 0;
  width: 100% !important;
  height: 132% !important;
}
.top-bg {
  width: 100%;
  height:auto;
  position: absolute;
  z-index: 1;
	top: 0;
	left:0;
  /*transform: translateY(-50%);
  overflow: hidden;*/
}

.top-main .main-img .catch.acms-admin-show-pc img{
    margin-top: 5%;
}

@media (max-width: 992px){
	.top-main .main-img .catch.acms-admin-show-pc img {
	    margin-top: 0;
	    top: 0;
	    left: 50%;
	    width: 33%;
    -webkit-transform: translate(-50%, 2.5%);
    transform: translate(-50%, 2.5%);
	}
	.top-main{
		  padding-top: 53.25%;
		}
	.top-main iframe {
	    top: -22%;
	    height: 148% !important;
	}
}


/* ------------------------------
　　メニュー
------------------------------ */
.main-wrap .nav-layout {
	background: rgba(224,73,48,0.8);
	margin: 0 auto;
	padding: 0;
	position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%); /* Safari用 */
  transform: translate(-50%, -100%);
	width: 100%;
	z-index: 2000;
}
.navbar {
	height: 80px;
	margin-bottom: 0;
}
.nav-icon {
	padding: 25px;
}

.navbar-default {
	background: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	margin: 15px 0;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
	text-decoration: underline;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: rgba(224,73,48,0.8);
	border-top: rgba(224,73,48,0.8);
	top: 100%;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: transparent;
	text-decoration: underline;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: transparent;
}
.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: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(224,73,48,0.8);
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
	.main-wrap {
		position: relative;
	}
	.main-wrap .sp-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 100;
	}
	.main-wrap .sp-nav .nav-icon {
		display: none;
	}
  .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: #ffffff;
  }
  .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: #ffffff;
    background-color: transparent;
  }
}
.icon-access {
	position: relative;
}
.icon-access:before {
	content: url(../images/common/icon-access.png);
	line-height: 1;
	margin-right: 5px;
	position: absolute;
	top: 2px;
}

@media (max-width: 992px) {
	.navbar {
		height: 30px;
		margin-bottom: 0;
	}
	.nav-icon {
		padding: 15px 15px 0 15px;
	}
	.nav > li > a {
		padding: 15px 5px;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0;
	}
	.navbar-default .navbar-nav > li > .dropdown-menu {
		top: 100%;
	}
}


/* ------------------------------
　　下層メニュー
------------------------------ */
.under-wraper {
    background: url(../images/common/nav-bottom.png) bottom center repeat-x;
    margin: 0 auto 15px 0;
    padding: 0 0 25px 0;
    width: 100%;
}
.under-wraper .nav-layout {
	background: rgba(224,73,48,0.8);
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
	position: fixed;
}
.under-wraper .nav-layout a.icon {
	padding: 10px 0;
}
.under-wraper .under-logo {
	position: absolute;
	/*top: -2px;*/
	top: 1px;
	left: 0;
	margin: 17px -10px;
	/*width: 25%;*/
	width: 17%;
}
.under-wraper .navbar-collapse .collapse {
	float: right;
	width: 75%;
}
@media (max-width: 1429px) {
	.under-wraper .nav-layout a.icon {
		padding: 26px 0;
	}
	.under-wraper .navbar-default .navbar-nav > li > .dropdown-menu {
		top: 100%;
	}
	.under-wraper .navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 20px 5px;
	}
}
@media (min-width: 992px) and (max-width: 1429px) {
	.under-wraper .nav-layout {
		height: 81px;
	}
	.under-wraper .under-logo {
		/*top: 2px;*/
		top: 9px;
	}
	.under-wraper .navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 30px 5px;
	}
}
@media (max-width: 992px) {
	.navbar {
		height: 30px;
		margin-bottom: 0;
	}
	.under-wraper .nav-layout {
		height: 61px;
	}
	.under-wraper .nav-layout li a.icon {
		padding: 13px 5px 0 15px;
	}
	.nav > li > a {
		padding: 15px 5px;
	}
	.navbar-default .navbar-nav > li > a {
		margin: 0;
	}
	.under-wraper .navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 20px 5px;
	}
}
@media (max-width: 767px) {
.nav > li > a {
		margin: 0;
		padding: 5px 20px;
}
	.under-wraper .under-logo {
		left: 10px;
		/*top: -10px;*/
		top: -5px;
		width: 200px;
	}
	.under-wraper .navbar-default .navbar-nav > li > a {
		margin: 0;
		padding: 5px;
	}
}



/* ------------------------------
　　下層タイトル
------------------------------ */
.page-title-inner .container {
	position: relative;
}
.page-title {
  position: absolute;
  top: -40%;
  left: 0;
  -webkit-transform: translate(0, 40%); /* Safari用 */
  transform: translate(0, 40%);
	font-size: 40px;
	font-weight: 200;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.page-title-inner {
		padding: 70px 10px;
	}
	.page-title {
		font-size: 24px;
		line-height: 1.5;
	}
}


/* ------------------------------
　　お知らせ
------------------------------ */
.info-wrap {
	background: url(../images/common/nav-bottom.png) top center repeat-x;
	margin: 0 auto;
	padding: 100px 0 60px 0;
	width: 100%;
}
.info-wrap .info-ttl {
	border-top: 2px solid #e5cc20;
	font-size: 30px;
	font-weight: 200;
	padding: 20px 0 10px; 
}
.info-wrap .info-list {
	font-size: 13px;
}
.info-wrap .info-list a {
	color: #222;
	text-decoration: none;
}
.info-wrap .info-list a:hover {
	color: #222;
	text-decoration: underline;
}

.info-wrap .info-list:before {
	content: "・";
}
.info-wrap .info-area {
	margin-top: 25px;
}
.info-wrap .info-cate,
.info-wrap .news,
.info-wrap .news-higasi,
.info-wrap .news-isibasi,
.info-wrap .news-nakagiri,
.info-wrap .news-tanaka,
.info-wrap .news-nisi,
.info-wrap .dashigumi {
	color: #010101;
	background: #f5f5f5;
	font-size: 12px;
	float: left;
	font-weight: 400;
	line-height: 1.4rem;
	margin-right: 2rem;
	padding: 2px;
	text-align: center;
	width: 18%;
}
/*.info-wrap .news {
	background: #f5f5f5;
}
.info-wrap .news-higasi {
	background: #f5f5f5;
}
.info-wrap .news-isibasi {
	background: #f5f5f5;
}
.info-wrap .news-nakagiri {
	background: #f5f5f5;
}
.info-wrap .news-tanaka {
	background: #f5f5f5;
}
.info-wrap .news-nisi {
	background: #f5f5f5;
}*/

.info-wrap .info-date {
	color: #707070;
	font-size: 14px;
	margin-right: 2rem;
	float: left;
	line-height: 1.4rem;
}
.info-wrap .info-entry {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4rem;
	margin: 0;
}
.info-wrap .info-entry a {
	color: #222;
	text-decoration: none;
}
.info-wrap .info-entry a:hover {
	color: #222;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.info-wrap .info-date {
		float: none;
	}
	.info-wrap .info-entry {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* Opera9,10対応 */
	}
}

/* ------------------------------
　　トップフォトブックバナー
------------------------------ */


#top-bnr-photobook {
    text-align: center;
    margin-bottom: 65px;
}
#top-bnr-photobook img {
    max-width: 90%;
}


/* ------------------------------
　　亀崎潮干祭とは
------------------------------ */
.about-head-wrap {
	background: url(../images/index/about-head.png) top center repeat-x;
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
}
.about-wrap {
	background:url(../images/index/about-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
	width: 100%;
}
.about-wrap .about-ttl {
	color: #fff;
	font-size: 27px;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.5rem;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.about-wrap .about-ttl:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #e04930;
	width: 100%;
}
.about-wrap .about-txt {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 30px 50px 30px;
}
.about-wrap {
    float: left;
}
.about-wrap figure {
	margin: 0 auto;
}
.about-wrap .data .about-sttl {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2.5;
}
.about-wrap .data {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 auto;
	width: 90%;
}
.about-wrap .data .btn {
	width: 100%;
}
.about-wrap .data .btn a {
	background: #e04930;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 15px 0;
	padding: 10px;
}
.about-wrap .data .btn a:hover {
	opacity: .8;
}

/* ------------------------------
　　潮干祭PV　top
------------------------------ */

.movie-head-wrap{
	background: url(../images/index/movie-head.png) top center repeat-x;
    clear: both;
	text-align: center;
	color:#fff;
	width: 100%;
	padding: 40px 0 0;
}
.movie-wrap {
	background:url(../images/index/movie_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 140px 0;
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 480px) {
	.movie-wrap {
		padding: 100px 0;
	}
}

.movie-wrap .movie-title{
	margin:30px 0 36px;
	max-width: 90%;
}
.movie-wrap .movie-btn{
	background: #9068bd;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
	margin: 15px auto;
    padding: 15px;
    width: 30%;
}

@media screen and (max-width: 768px) {
	.movie-wrap .movie-btn{
		width: 280px;
	}
}
/* ----------------
　　潮干祭PV　movie/index.html
------------------- */

.movie-style > p {
	padding:20px 0;
}
.movie-style .video-wrap{
	padding:20px 0;
}

@media (min-width: 1430px) {
	.movie-style .video-wrap{
		width: 980px;
		margin:auto;
	}
}

@media screen and (max-width: 768px) {
	.movie-style .video-wrap{
		/*width:100%;*/
	}
}

.movie-style .col-sm-6.col-md-6{
	margin-bottom:20px;
	text-align:center;
}
@media (min-width: 922px) {
	.movie-style .col-sm-6.col-md-6{
		margin-bottom:40px;
	}
}
.movie-style .video{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom:10px;
}
.movie-style .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



/* ------------------------------
　　潮干祭写真館
------------------------------ */
.photos-wrap {
	background: url(../images/index/photos-head.png) top center repeat-x;
	clear: both;
	margin: 0 auto;
	padding: 100px 0 60px 0;
	text-align: center;
	width: 100%;
}
.photos-wrap .photos-ttl {
	color: #232323;
	font-size: 27px;
	font-weight: 200;
	display: inline-block;
	letter-spacing: 0.5rem;
	margin-bottom: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.photos-wrap .photos-ttl:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #9068bd;
}
.photos-wrap .photos-box {
	margin-bottom: 2%;
}
.photos-wrap .btn-box {
	width: 100%;
	margin: 0 auto;
}
.photos-wrap ul.btn-box {
	text-align: center;
	list-style: none;
	padding: 0;
}
.photos-wrap ul.btn-box li {
	background: #9068bd;
	border-radius: 2px;
	color: #fff;
  display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 15px 10px;
	padding: 15px;
	width: 30%;
}
.photos-wrap ul.btn-box li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.photos-wrap ul.btn-box li a:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	.photos-wrap ul.btn-box li {
		margin: 5px 10px;
		width: 70%;
	}
}

.photos-wrap .video-wrap{
  width: 50%;
	margin: 0 auto 30px auto;
}
@media screen and (max-width: 768px) {
	.photos-wrap .video-wrap{
		width:90%;
	}
}

.photos-wrap .video-wrap .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.photos-wrap .video-wrap .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* ------------------------------
　　潮干祭のまち亀崎
------------------------------ */
.kamezaki-head-wrap {
	background: url(../images/index/kamezaki-head.png) top center repeat-x;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 100%;
}
.kamezaki-wrap {
	background:url(../images/index/kamezaki-bg.png) center no-repeat;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
	width: 100%;
}
.kamezaki-wrap .kamezaki-ttl {
	margin: 0 15px;
}
.kamezaki-wrap .kamezaki-sttl {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 30px;
}
.kamezaki-wrap .kamezaki-txt {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin: 30px;
}
.kamezaki-wrap .video-area {
	margin: 40px 15px;
}
.kamezaki-wrap .lunch-map-area {
	margin: 40px 15px;
}
.kamezaki-wrap .lunch-map-area img{
	width: 100%;
	max-width: 900px;
}
/*2017.10.16.yoshida*/
.kamezaki-wrap figure {
	margin: 0 auto 20px;
}

.kamezaki-wrap .data {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 auto;
	width: 80%;
}

/* ------------------------------
　　山車について
------------------------------ */
.festival-car {
	width: 100%;
	margin: 0 auto;
}
.festival-car ul.festival-car-btn {
	text-align: center;
	list-style: none;
	padding: 0;
}
.festival-car ul.festival-car-btn li {
	background: #e04930;
	border-radius: 2px;
	color: #fff;
  display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 10px 5px;
	padding: 10px;
	width: 18%;
}
.festival-car ul.festival-car-btn li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.festival-car ul.festival-car-btn li a:hover {
	opacity: .8;
}
#higasi,
#isibasi,
#nakagiri,
#tanaka,
#nisi {
	margin-top:-85px;
	padding-top:85px;
}
@media screen and (max-width: 768px) {
	.festival-car ul.festival-car-btn li {
		margin: 5px 10px;
		width: 40%;
	}
	#higasi,
	#isibasi,
	#nakagiri,
	#tanaka,
	#nisi {
		margin-top:-65px;
		padding-top:65px;
	}
}



/* ------------------------------
　　アクセス・駐車場のご案内
------------------------------ */
.access {
	width: 100%;
	margin: 0 auto;
}
.access ul.access-btn {
	text-align: center;
	list-style: none;
	padding: 0;
}
.access ul.access-btn li {
	background: #e04930;
	border-radius: 2px;
	color: #fff;
  display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 10px 5px;
	padding: 10px;
	width: 30%;
}
.access ul.access-btn li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.access ul.access-btn li a:hover {
	opacity: .8;
}
#access,
#parking,
#traffic {
	margin-top:-85px;
	padding-top:85px;
}
@media screen and (max-width: 768px) {
	.access ul.access-btn li {
		margin: 5px 10px;
		width: 70%;
	}
	#access,
	#parking,
	#traffic {
		margin-top:-65px;
		padding-top:65px;
	}
}


/* ------------------------------
　　巡行時刻表
------------------------------ */
.junko-txt,
.gallery-txt {
	font-weight: 300;
}


/* ------------------------------
　　絵画・写真コンテスト
------------------------------ */
.contest {
	width: 100%;
	margin: 0 auto;
}
.contest ul.contest-btn {
	text-align: center;
	list-style: none;
	padding: 0;
}
.contest ul.contest-btn li {
	background: #e04930;
	border-radius: 2px;
	color: #fff;
  display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin: 10px 5px;
	padding: 10px;
	width: 40%;
}
.contest ul.contest-btn li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.contest ul.contest-btn li a:hover {
	opacity: .8;
}
#picture,
#photo {
	margin-top:-85px;
	padding-top:85px;
}

.contest-area {
	box-sizing: border-box;
	margin-bottom: 30px;
}
.contest-area .contest-list {
	margin-bottom: 10px;
}

.contest-area-photo {
	box-sizing: border-box;
	margin-bottom: 30px;
}
.contest-area-photo .contest-list {
	margin-bottom: 10px;
	float: left;
	width: 48%;
}


/* start: clea rfix---------------------------- */
.contest-list:after {content:"."; display:block; height:0px; clear:both; visibility:hidden;}
/* end: clearfix------------------------------ */

.contest-list:last-child {
	margin-bottom: 0px;
}
.contest-list a {
	color:#000;
}
.contest-list a:hover .contest-data .award {
	color: #0E84CB;
}
.contest-list a:hover .contest-data .award,
.contest-list a:hover .contest-data .age,
.contest-list a:hover .contest-data .name {
	color: #555;
	text-decoration:none;
}
.contest-img img {
	float: left;
	width: 100px;
	height: auto;
}
.contest-area-photo .contest-img img {
	float: left;
	width: 100px;
	height: 80px;
}
p.contest-data {
	float: left;
	width: 58%;
	margin-bottom: 10px !important;
}
.contest-data .award {
	border-bottom: 1px solid #333;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding-left: 5px;
}
.contest-data .age {
	font-size: 12px;
	font-weight: 400;
	padding-left: 5px;
}
.contest-data .name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding-left: 5px;
}

.contest-area-photo hr,
.contest-area-photo .contest-data .age,
.contest-area-photo .contest-data br {
	display: none;
}
.contest-area-photo .contest-data .name {
    line-height: 1.5;
}
.pp_gallery {
	position: relative;
}
.pp_gallery .ppt {
	position: absolute;
	bottom: 10px;
}
.gallery-box {
	margin: 5px;
}

@media screen and (max-width: 768px) {
	.contest ul.contest-btn li {
		margin: 5px 10px;
		width: 70%;
	}
	#picture,
	#photo {
		margin-top:-65px;
		padding-top:65px;
	}
	.contest-area-photo .contest-list {
		width: 100%;
	}
}


/* ------------------------------
　　リンクエリア
------------------------------ */

.links {
    max-width: 750px;
    margin: 0 auto;
}


/* ------------------------------
　　フッター
------------------------------ */
.footer-wrap {
	background: url(../images/common/footer-bg.png) top center repeat-x #282121;
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 100%;
}
.footer {
	padding: 60px 20px 5px 20px;
	text-align: center;
}

.footer .sitepolicy {
	margin: 40px auto 20px auto;
}
.footer .footer-inquiry {
	color: #fff;
	margin: 5px auto 15px auto;
}
.footer .footer-inquiry a,
.footer .sitepolicy a {
	color: #fff;
	text-decoration: none;
}
.footer .footer-inquiry a:hover,
.footer .sitepolicy a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .footer-logo {
	margin: 0 auto;
}

.footer .copyright {
	color: #949090;
	font-size: 10px;
}


/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
	margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner {
	margin-top: 10px;
}

.module-heading {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}
.module-heading [class*="glyphicon-"] {
	margin: 0 10px 0 0;
}

a.module-index-link {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #333;
	font-size: 16px;
}
a.module-index-link [class*="glyphicon-"] {
	color: #CCC;
	font-size: 14px;
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
	/* リスト */
	a.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}

.summary-default-entry {
	padding: 10px;
	color: #333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	transition: background-color .25s ease-out;
}
.summary-default-entry.bl-hover {
	background: #F1F1F1;
}
.acms-entry .summary-default-entry {
	padding: 30px;
}

.summary-title {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.summary-detail {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.summary-default-entry-image-wrap img {
		width: 60px;
		height: auto;
	}
}

@media screen and (min-width: 481px) {
	.col-xs-4 {
		width: 33.33333333%;
	}
	.summary-default {
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.col-xs-4 {
			width: 50%;
	}
}

/* ------------------------------
　　ピックアップリスト
------------------------------ */
.pickup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pickup-list img {
	display: block;
	transition: opacity .25s ease-out;
}
.pickup-list img:hover {
	opacity: .75;
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
	transition: opacity .25s ease-out;
}
.banner a:hover {
	opacity: .75;
}

.banner-list-item {
	margin: 0 0 20px 0;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.headline-item {
	display: block;
	padding: 10px;
	color: #333;
	line-height: 1.5;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
	transition: background-color .25s ease-out;
}
.headline-item.bl-hover {
	background: #F1F1F1;
}

.label-new {
	margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 8px 20px;
	font-size: 16px;
	-webkit-filter: none;
	        filter: none;
	/* IEでのグラデーションを上書き */
	background: #333;
	color: #FFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #333;
}
.search-form .btn-search:hover {
	background: #666;
}

.search-form input[type="search"] {
	padding: 9px 10px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

input[type="search"].search-form-input {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	box-sizing: border-box;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
.clearHidden {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: none;
}

/* ---------------
 動的フォーム
--------------- */
/* ---------------
 エントリー内 主な要素
--------------- */
.entry-column {
	/* ユニットの要素の位置調整 */
}
.entry-column [class*=col-] {
	padding: 0;
}
.entry-column h2,
.entry-column h3,
.entry-column h4,
.entry-column h5,
.entry-column h6,
.entry-column dl {
	margin-left: 15px;
	margin-right: 15px;
}
.entry-column p {
	margin-left: 15px;
	margin-right: 15px;
}
.entry-column .entry-container {
	margin-left: 15px;
	margin-right: 15px;
}
.entry-column blockquote {
	margin: 0 0 15px 0;
	padding: 10px 20px;
	border-left: solid 5px #CCC;
}

/* ---------------
 各コンテンツ(画像、地図、動画など)表示設定
--------------- */
/* 添付画像配置（おまかせ） */
/* 添付画像配置（左） */
.column-image-left,
.column-media-left {
	display: inline;
	float: left;
	margin-bottom: 10px;
}

/* 添付画像配置（右） */
.column-image-right,
.column-media-right {
	display: inline;
	float: right;
	margin-bottom: 10px;
}

/* 添付画像配置（中央） */
.column-image-center,
.column-media-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

/* ファイル配置（おまかせ） */
.column-file-auto {
	margin-left: 15px;
}
.column-file-auto + .caption {
	margin-left: 15px;
}

/* ファイル配置（左） */
.column-file-left {
	display: inline;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.column-file-left + .caption {
	text-align: left;
}

/* ファイル配置（右） */
.column-file-right {
	display: inline;
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
.column-file-right + .caption {
	text-align: right;
}

/* ファイル配置（中央） */
.column-file-center {
	float: none;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.column-file-center + .caption {
	text-align: center;
}

/* 地図配置（おまかせ） */
.column-map-auto {
	margin-bottom: 10px;
}

/* 地図配置（左） */
.column-map-left {
	float: left;
	margin-bottom: 10px;
}

/* 地図配置（右） */
.column-map-right {
	float: right;
	margin-bottom: 10px;
}

/* 地図配置（中央） */
.column-map-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/* yahoo地図配置（おまかせ） */
.column-yolp-auto {
	margin-bottom: 10px;
}

/* yahoo地図配置（左） */
.column-yolp-left {
	float: left;
	margin-bottom: 10px;
}

/* yahoo地図配置（右） */
.column-yolp-right {
	float: right;
	margin-bottom: 10px;
}

/* yahoo地図配置（中央） */
.column-yolp-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-youtube-left,
.column-video-left {
	display: inline;
	float: left;
}

/* YouTube配置 (右) */
.column-youtube-right,
.column-video-right {
	display: inline;
	float: right;
}

/* YouTube配置 (中央) */
.column-youtube-center,
.column-video-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* 画像URL配置（おまかせ） */
/* 画像URL配置（左） */
.column-eximage-left {
	display: inline;
	float: left;
}

/* 画像URL配置（右） */
.column-eximage-right {
	display: inline;
	float: right;
}

/* 画像URL配置（中央） */
.column-eximage-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* 引用配置（おまかせ） */
/* 引用配置（左） */
.column-quote-left {
	float: left;
}

/* 引用配置（右） */
.column-quote-right {
	float: right;
}

.column-quote-center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

[class*="column-quote-"] {
	margin-left: 15px;
	margin-right: 15px;
	/* 引用ユニット画像 */
	/* 引用ユニットテキスト */
}
[class*="column-quote-"] blockquote {
	padding: 20px 10px 20px 20px;
}
[class*="column-quote-"] .quoteImageContainer {
	position: relative;
	float: left;
	max-width: 154px;
	margin-right: 25px;
}
[class*="column-quote-"] .quoteImage {
	display: block;
	max-width: 100%;
	height: auto;
}
[class*="column-quote-"] .quoteTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.4;
}
[class*="column-quote-"] .quoteTitleLink {
	color: #006CD8;
}
[class*="column-quote-"] .quoteSiteName {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	color: #666;
}
[class*="column-quote-"] .quoteDescription {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}

/* 画像の最大幅 */
[class*="column-image-"],
[class*="column-media-"] {
	max-width: 100%;
}

/* メディア リンク */
[class*="column-media-"] a {
	display: block;
	text-align: center;
}

/* ユニットのガターの間隔 */
.entry-column [class*="column-image-"],
.entry-column [class*="column-media-"],
.entry-column [class*="column-yolp-"],
.entry-column [class*="column-youtube-"],
.entry-column [class*="column-video-"],
.entry-column [class*="column-eximage-"] {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.entry-column [class*="column-map-"] {
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.entry-column [class*="column-map-"] > div {
	max-width: 100%;
}

.entry-column [class*="column-image-"],
.entry-column [class*="column-media-"],
.entry-column [class*="column-eximage-"] {
	display: block;
	margin-bottom: 10px;
}
.entry-column [class*="column-image-"] a,
.entry-column [class*="column-media-"] a,
.entry-column [class*="column-eximage-"] a {
	display: block;
}
.entry-column [class*="column-image-"] .caption,
.entry-column [class*="column-media-"] .caption,
.entry-column [class*="column-eximage-"] .caption {
	padding: 0;
}

.entry-column [class*="column-image-"].nocaption,
.entry-column [class*="column-media-"].nocaption,
.entry-column [class*="column-eximage-"].nocaption,
.entry-column [class*="column-yolp-"],
.entry-column [class*="column-youtube-"],
.entry-column [class*="column-video-"] {
	margin-bottom: 20px;
}

.entry-column .column-image-auto,
.entry-column .column-media-auto,
.entry-column .column-eximage-auto,
.entry-column .column-yolp-auto,
.entry-column .column-youtube-auto,
.entry-column .column-video-auto {
	float: none;
}

[class*="column-image-"] img,
[class*="column-media-"] img,
[class*="column-eximage-"] img {
	width: auto\9;
	height: auto;
	max-width: 100%;
}

/* 画像左寄せ */
.column-image-left,
.column-media-left,
.column-eximage-left {
	float: left;
}

/* スマートフォンのときのエントリー内スタイル */
@media (max-width: 479px) {
	/* エントリー内画像サイズ */
	.entry-column [class*="column-image-"],
	.entry-column [class*="column-media-"],
	.entry-column [class*="column-eximage-"] {
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		width: auto !important;
	}
	.entry-column [class*="column-image-"] img,
	.entry-column [class*="column-media-"] img,
	.entry-column [class*="column-eximage-"] img {
		padding: 0;
		box-sizing: border-box;
	}
	[class*="column-map-"],
	[class*="column-yolp-"] {
		width: auto !important;
		max-width: 100%;
	}
	[class*="column-map-"] > div,
	[class*="column-yolp-"] > div {
		max-width: 100%;
	}
	[class*="column-yolp-"] > div {
		width: 100% !important;
	}
	[class*="column-eximage-"] {
		width: auto !important;
	}
	[class*="column-youtube-"],
	[class*="column-video-"] {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}
}

.acms-entry-unit-full [class*="column-image-"],
.acms-entry-unit-full [class*="column-media-"],
.acms-entry-unit-full [class*="column-map-"],
.acms-entry-unit-full [class*="column-eximage-"],
.acms-entry-unit-full [class*="column-youtube-"],
.acms-entry-unit-full [class*="column-video-"] {
	width: auto !important;
	max-width: 100%;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[class*="column-map-"] > img {
	max-width: 100%;
}

/* 地図ユニットのアイコンの調整 */
[class*="column-map-"] img,
[class*="column-yolp-"] img {
	width: auto;
	height: auto;
}

/* Yahoo地図 */
[class*="column-yolp-"] {
	width: auto !important;
}

/* ---------------
 ユニット
--------------- */
.entryFormColumnBody .entryFormFileentryFormImages,
.entryFormColumnBody .formColumnMapTd {
	padding-right: 10px !important;
}

/* ---------------
 検索
--------------- */
/* 検索結果のハイライト
---------------*/
.highlight1 {
	background-color: #FF6;
	color: #000;
}

.highlight2 {
	background-color: #A0FFFF;
	color: #000;
}

.highlight3 {
	background-color: #9F9;
	color: #000;
}

.highlight4 {
	background-color: #F99;
	color: #000;
}

.highlight5 {
	background-color: #F6F;
	color: #000;
}

.highlight6 {
	background-color: #800;
	color: #000;
}

/* ------------------------------
 オフキャンバス
------------------------------- */
.js-acms-offcanvas-active {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.js-acms-offcanvas-open {
	display: block;
}

.js-acms-offcanvas-body {
	width: 100%;
	left: 0;
	transition: left .3s ease-in-out;
}

.js-acms-offcanvas-body-moving {
	position: fixed;
}

.js-acms-offcanvas-body-right {
	overflow-y: hidden;
	left: -70%;
	position: fixed;
}

.js-acms-offcanvas-body-left {
	overflow-y: hidden;
	left: 70%;
	position: fixed;
}

.js-acms-offcanvas-body-moving {
	left: 0;
	position: fixed;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
	display: block;
	width: 70%;
	z-index: 10002;
	position: fixed;
	top: 0;
	bottom: 0;
	max-width: 100%;
	background-color: #FFF;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
	right: 0;
	left: auto;
	margin-right: -70%;
	transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
	left: 0;
	right: auto;
	margin-left: -70%;
	transition: margin-left .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right.active {
	margin-right: 0;
	transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left.active {
	margin-left: 0;
	transition: margin-left .3s ease-in-out;
}

.js-acms-header-fixed {
	transition: margin-left .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.js-acms-offcanvas-body-right,
.js-acms-offcanvas-body-left {
	overflow: hidden;
}

.js-acms-offcanvas-body-right .js-acms-header-fixed {
	margin-left: -70%;
}

.js-acms-offcanvas-body-left .js-acms-header-fixed {
	margin-left: 70%;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #E5E5E5;
}

.page-header {
	margin: 0 0 20px 0;
	border-bottom: none;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
	text-align: right;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
}
.entry-category a:link,
.entry-category a:hover,
.entry-category a:visited,
.entry-category a:active,
.entry-category a:focus,
.entry-new a:link,
.entry-new a:hover,
.entry-new a:visited,
.entry-new a:active,
.entry-new a:focus {
	color: #FFF;
	font-weight: 300;
	text-decoration: none;
}
.entry-category a:hover,
.entry-new a:hover {
	opacity: .8;
}

/* タイトル */
.entry-title {
	border-top: 2px solid #e04930;
	font-size: 32px;
	font-weight: 300;
	padding: 20px 0 0 0;
}
.entry-title a {
	color: #232323;
	text-decoration: none;
}
.entry-title a:hover {
	color: #656565;
	text-decoration: none;
}
.acms-entry h2 .entry-title {
	padding: 0;
}


/* 一覧ページ　ボタン */
.list-btn {
	float: right;
}
.acms-btn-flat {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 4px;
	text-align: center;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	cursor: pointer;
	background: #e04930;
	color: #fff !important;
	margin-top: 15px;
}
a.acms-btn-flat {
	color: #fff !important;
}
a.acms-btn-flat:hover {
	opacity: .8;
}
.entry-date {
	text-align: right;
	margin-bottom: 10px;
}
.icon-new {
	background: #e04930;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 5px;
}

/* aside ナビ */
.aside-area {
	background: #e7e7e7;
	font-weight: 200;
	margin: 20px 0 0 0;
}
.aside-area a,
.aside-area-u a {
	color: #232323;
	text-decoration: none;
}
.aside-area a:hover,
.aside-area-u a:hover {
	color: #232323;
	text-decoration: none;
}
.aside-area-u {
	background: #e7e7e7;
	font-weight: 200;
	margin: -30px 0 0 0;
}

/* エントリーのスタイル */
.entry-column {
	margin: 0 -15px;
	color: #333;
}
.entry-column h2 {
	margin: 0 15px 25px 15px;
	padding: 5px 10px;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #666;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 0 15px 20px 15px;
	padding: 5px 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.entry-column h4 {
	margin: 0 15px 20px 15px;
	font-size: 16px;
	font-weight: bold;
}
.entry-column a:link {
	color: #2a61b4;
	text-decoration: underline;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: none;
}
.entry-column a:visited {
	color: #2a61b4;
	text-decoration: underline;
}

/* 本文 */
.entry-column p {
	margin: 0 15px 25px 15px;
	font-size: 14px;
	line-height: 1.7;
}

p.catch-copy {color: #e04930; font-size: 24px; font-weight: 600; line-height: 1.6;}

.btn-default {
  color: #fff;
  background-color: #e04930;
  border-color: #e04930;
	display: block;
}
.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background-color: #e04930;
  border-color: #e04930;
}
.btn-default:hover {
  color: #fff;
  background-color: #e04930;
  border-color: #e04930;
	opacity: .8;
}
.heading {
	border: 1px solid #e04930 !important;
	border-left: 7px solid #e04930 !important;
	border-radius: 4px !important;
	color: #232323 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 10px 15px 10px 20px !important;
}
.subheading {
	border-left: 7px solid #e04930 !important;
	color: #e04930 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	padding: 3px 10px 3px 20px !important;
}
.headline {
	color: #e04930 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
p.link {
	position: relative;
	padding-left: 10px;
}
p.link a {
	text-decoration: none;
}
p.link a:hover {
	text-decoration: underline;
}
p.link:before {
	background: url(../images/common/list-icon-link.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 3px;
}

/* エントリー内ボタン */
.entry-column p.btn a:hover {
	color: #fff;
	text-decoration: none;
}

.entry-column p.btn-default a:link,
.entry-column p.btn-default a:visited,
.entry-column p.btn-default a:active {
	color: #fff;
	text-decoration: none;
}

.entry-column p.btn:not(.btn-default) a:link,
.entry-column p.btn:not(.btn-default) a:visited,
.entry-column p.btn:not(.btn-default) a:active {
	color: #FFF;
	text-decoration: none;
}

/* 色付きボタン */
.entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 15px;
}

/* テーブル */
.entry-column table {
	width: 100%;
	margin: 0 0 25px 0;
}
.entry-column table.table-history {
	table-layout: fixed;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-top: 1px dotted #d9d9d9;
	vertical-align: top;
}
.entry-column th {
	color: #e04930;
	font-weight: 500;
}
.entry-column .acms-table-responsive {
	margin-bottom: 30px;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column th {
	background: #fbfbfb;
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
	background: #FFF;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
	display: block;
}

.entry-column table.table-history th {
	padding: 10px;
}

.entry-column table.table-history td {
	padding: 10px 0;
}

.entry-column table.table-history .tableHistoryImg {
	padding: 0 10px 10px 10px;
	display: block;
}

/* リスト */
.acms-entry ul,
.entry-column ul {
	margin: 0 15px 25px 0;
	padding: 0 0 0 2em;
	list-style-type: none;
}
.acms-entry ul li,
.entry-column ul li {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px 0;
	padding-left: 10px;
	position: relative;
}
.acms-entry ul li:before,
.entry-column ul li:before {
	background: url(../images/common/list-icon.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 3px;
}

.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
	margin: 0 15px 25px 15px;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
	margin: 0 15px 25px 15px;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.2;
}

.entry-column dd {
	font-size: 16px;
	line-height: 1.5;
}

/* 引用 */
.entry-column blockquote {
	clear: both;
	margin: 0 0 25px 0;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-left: 4px solid #BFBFBF;
	background: #EFEFEF;
}

/* ソースコード */
.entry-column pre {
	clear: both;
	margin: 0 0 25px 0;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
	margin: 5px 0 10px 0;
	font-size: 13px;
}

.entry-column [class*="column-image-"] {
	margin-bottom: 10px;
}

.column-file-auto + .caption {
	margin-left: 15px;
}

@media screen and (min-width: 480px) {
	.entry-column .table-history-img {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px dotted #d9d9d9;
	}
	.entry-column th {
		background: inherit;
		color: #e04930;
		font-weight: 500;
	}
	.entry-column tr:nth-child(odd) {
		background: #fbfbfb;
	}
}

/* エントリーフッター */
.entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.entry-tag-icon {
	float: left;
	color: #999;
}

.entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #3B5999;
	border-radius: 4px;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #55ACEE;
	border-radius: 4px;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-gplus {
	/* Google + */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #DD4B39;
	border-radius: 4px;
}
.share-item .share-item-gplus:before {
	vertical-align: middle;
}

/* 続きを読むボタン */
.continue-link {
	text-align: left;
}
.continue-link .glyphicon {
	padding: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
}

/* ------------------------------
　　編集ページ
------------------------------ */
/* カスタムフィールド */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

/* 編集ボタン */
.acms-admin-module-edit a:link,
.acms-admin-module-edit a:visited {
	color: #FFF;
}

/* ------------------------------
　　サブカラム
------------------------------ */
.side-title {
	margin-top: 0;
	font-size: 18px;
}

/* ------------------------------
　　物件情報
------------------------------ */
/* 地図 */
.realestate-map {
	overflow: hidden;
}

.realestate-map .js-s2d-ready,
.realestate-map [class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
}

.realestate-map img[class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

.realestate-map-entry {
	clear: both;
	margin: 0 10px;
}

.entry-column table.realestate-search {
	margin: 20px 0 30px 0;
}

@media screen and (min-width: 992px) {
	.table-nowrap {
		white-space: nowrap;
	}
}

/* 物件一覧 */
.summary-custom {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
}

.summary-custom-entry {
	padding: 10px;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.summary-custom-entry:hover {
	background: #F5F5F5;
	transition: background-color .25s linear;
}

.photo {
	margin: 0 0 10px 0;
}

.photo-title {
	margin: 0;
	font-size: 16px;
}

.pickup-title {
	color: #333;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	/* 物件情報 */
	.realestate-search th,
	.realestate-search td {
		display: block;
		box-sizing: border-box;
	}
	.realestate-search input {
		box-sizing: border-box;
	}
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
	margin: 0 0 35px 0;
	padding: 0 10px;
	font-weight: bold;
	color: #337AB7;
}

.contact-box p.contact-no {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #337AB7;
}

.contact-box table.contact-form {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.contact-box table.contact-form tr {
	background: #FFF;
}

@media screen and (min-width: 480px) {
	.contact-box th,
	.contact-box td {
		display: table-cell;
	}
}

@media screen and (min-width: 768px) {
	.contact-box th {
		width: 260px;
	}
}

/* ステップ */
.contact-box .mail-step {
	margin: 0 10px 35px 10px;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 入力欄 */
.contact-group-wrap {
	margin: 0 0 10px 0;
}

/* 送信ボタン */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}

/* ラベル */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	background: #337AB7;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* 入力欄 */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
/* サイト名 */
.site-name {
	float: left;
	margin: 0;
	font-size: 36px;
}

.navbar-brand-img {
	float: left;
	margin-right: 10px;
}

.navbar-brand {
	display: inline-block;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

/* ------------------------------
　　ナビゲーション
------------------------------ */
.navbar-toggle.pull-left {
	margin-left: 15px;
}
.navbar-toggle.pull-left + .site-name {
	float: right;
}

.navbar {
	width: 100%;
}
.navbar .acms-admin-module-edit-wrapper {
	z-index: 1;
}
.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	.navbar-collapse.collapse {
		background: transparent;
	}
}
@media (max-width: 768px) {
.main-wrap .navbar {
	position: fixed;
}
.navbar-collapse.collapse {
	background: rgba(224,73,48,0.8);
	margin: 0 -16px;
  padding-bottom: 10px;
}
}

@media (min-width: 768px) {
	.navbar li {
		position: relative;
		text-align: center;
	}
	.navbar li:hover {
		background: transparent;
	}
	.navbar li ul {
		/* 二階層目 */
		display: none;
		position: absolute;
		left: 0;
		min-width: 200px;
	}
	.navbar li li {
		margin: 0;
	}
	.navbar li.stay {
		background: transparent;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		display: block;
		z-index: 10000;
		-webkit-animation: .8s fade-in;
		        animation: .8s fade-in;
	}
	.navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: transparent;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
	}
	.navbar li li a:hover {
		color: #FFF;
		border: 0;
		background: transparent;
	}
	.navbar a.btn {
		/* ボタン（色付き） */
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navbar a.btn:hover {
		color: #FFF;
		border: 0;
	}
}

.navbar-default .navbar-nav > li .btn-attention:focus,
.navbar-default .navbar-nav > li .btn-attention:hover {
	color: #FFF;
}

.navbar-default .navbar-nav > li .btn-attention:focus {
	background: rgba(224,73,48,0.8);
}

/* オフキャンバス */
.close-btn {
	display: block;
	width: 2.625em;
	height: 2.25em;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: transparent;
}

#offcanvas:target .close-btn {
	display: block;
}

#offcanvas .close-btn {
	position: absolute;
	top: -3.75em;
	left: 1.875em;
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

@media (max-width: 1199px) {
	#offcanvas {
		padding: 10px 15px 100px 15px;
		box-sizing: border-box;
	}
	.offcanvas-nav {
		/* グローバルナビゲーション */
		margin: 0 0 20px 0;
	}
	.offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.offcanvas-nav li {
		display: block;
		padding: 10px;
		font-size: 16px;
		border-top: 1px solid #CCC;
	}
	.offcanvas-nav li.navbar-btn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #555;
	}
	.no-js .offcanvas-nav li.stay {
		background: #E5E5E5;
	}
	.offcanvas-nav li:first-child {
		border: 0;
	}
	.offcanvas-nav li ul {
		display: none;
	}
	.offcanvas-nav a {
		display: block;
		margin: -10px;
		padding: 10px;
		color: #E8EDE3;
	}
	.offcanvas-nav a:hover {
		text-decoration: none;
	}
	.offcanvas-nav a.btn-attention {
		border-top: 0;
		border-radius: 0;
		font-weight: normal;
	}
	.offcanvas-nav a.btn-attention:hover {
		background: #FF9A00;
	}
	.no-js .offcanvas-nav a {
		color: #333;
	}
	/* オフキャンバス内のパーツ */
	.offcanvas-bar {
		padding: 10px 15px 100px 15px;
	}
	.offcanvas-bar .module-header {
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.no-js .offcanvas-bar .module-header {
		color: #333;
		border-bottom: 2px solid #333;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		color: #333;
	}
	.offcanvas-bar .side-list-link:hover,
	.offcanvas-bar .side-list-link:visited,
	.offcanvas-bar .side-list-link:focus,
	.offcanvas-bar .side-list-link:active {
		color: #FFF;
		background: 0;
	}
	.no-js .offcanvas-bar .side-list-link:hover,
	.no-js .offcanvas-bar .side-list-link:visited,
	.no-js .offcanvas-bar .side-list-link:focus,
	.no-js .offcanvas-bar .side-list-link:active {
		color: #333;
	}
	.offcanvas-bar .pickup-title {
		margin: 0;
		color: #FFF;
		font-size: 16px;
	}
	.offcanvas-bar .pickup-title a {
		color: inherit;
	}
	.offcanvas-bar .btn-search {
		background: #999;
		border: 1px solid #666;
	}
	.offcanvas-bar .sns-list {
		margin: 0 -5px;
	}
}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
}

@media (min-width: 768px) {
	.navbar-collapse.collapse {
		display: block !important;
	}
	.navbar-header {
		float: left;
	}
	.navbar-toggle {
		display: none;
	}
}



/* ページの上に戻るボタン */
.page-top-btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/marker/btn_pageTop.png) no-repeat center;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 1000;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.no-js .page-top-btn {
	/* jsが無効の環境のとき */
	opacity: .6;
}

.page-top-btn-appear {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	.page-top-btn {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page-top-btn:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
	list-style: none;
	margin: 0 -5px 30px 15px;
	padding: 0;
}

.sns-list-item {
	float: left;
	margin: 0 5px;
}
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
	/* Facebook */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #3B5999;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
	/* Twitter */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #55ACEE;
}
.sns-list-item .sns-list-twitter:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-gplus {
	/* Google + */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #DD4B39;
}
.sns-list-item .sns-list-gplus:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
	/* YouTube */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #CD201F;
}
.sns-list-item .sns-list-youtube:before {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.sns-list {
		float: right;
		margin: 0 -10px;
	}
	.sns-list-item {
		margin: 10px;
	}
	.sns-list-item a:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}



