@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Noto Sans JP', sans-serif;
}
#wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
		overflow: hidden;
}
#content {
	margin-top: 70px;
}
.col-pd0{
    padding: 0;
}
.pageLink {
  margin-top:-75px;
  padding-top:75px;
}
section, aside {
	margin-bottom: 50px;
}
.bg {
    width: 100%;
}
.container {
    max-width: 960px;
}
.row{
}

.wd50 {
    width: 50%;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
a {
    text-decoration: none;
    color: #000;
}

a:hover, a:hover img {
  text-decoration: none;
	opacity: .5;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
}
.continuation {
    border: none;
}
.continuation a {
    background-color: #59c2e6;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
		text-align: center;
		display: block;
}
#header-logo {
	text-align: center;
}
#top.bg  {
    background-color: #f4f4ec;
}
#top-img {
    max-width: 960px;
}
#top-img h2 img {
	top: 25%;
	right: 37.5%;
	width: 25%;
}
#top span {
	border-bottom: 3px solid #62BFE4;
}
#about_kamezaki p,
#about_shiohimatsuri p{
	bottom: 12px;
	font-weight: 500;
	font-size: 1.8em;
	letter-spacing: .3em;
	color: #fff;
	width: 100%;
	text-align: center;
	text-shadow: #555 3px 3px 3px;
} 
#spot .container {
	width: 70%;
	max-width: 650px;
}
#spot .spot-link {
	margin: 1%;
	padding: 2%;
}
#spot .col-md-3 {
	width: 23%;
}
#spot1, #spot3{
	background-color: #E1EBF5;
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	border-radius: 5px;         
}
#spot2, #spot4{
	background-color: #F4F7FC;
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px; 
	border-radius: 5px;        
}
#spot h3 img, #map h3 img {
    width: auto;
    height: 45px;
	}
#kamezaki.bg {
    background: -webkit-linear-gradient(left,#f4f4f4 50%,#e7f0f8 50%);
    background: linear-gradient(to right,#f4f4f4 50%,#e7f0f8 50%);
} 
#kamezaki h4 {
	margin-top: 30px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto 40px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.description p{
	font-size: 1em;
	line-height: 1.8em;
}
#kamezaki-contents {
  background-color: #f4f4f4;
	padding: 50px 20px;
}
#kamezaki-contents .description {
	max-width: 595px;
}
#kamezaki-contents .pdb40 {
	padding-bottom: 50px;
}
#shiohi {
  background-color: #e7f0f8;
	padding: 50px 20px;
}
#shiohi .description {
	max-width: 595px;
}
#kamezaki-map{
    width: 100%;
    overflow: hidden;
    height: 300px;
		padding: 0 20px;
		max-width: 650px;
		margin: 0 auto;
}
#kamezaki-map h3 {font-size: 16px; font-weight: bold;}
#kamezaki-map p a {font-size: 12px; text-decoration: underline;}
#kamezaki-map p a:hover {font-size: 12px; text-decoration: underline;}

#introduction {
    margin-bottom: 80px;
}
#introduction .bg {
    background-color: #677a8e;
}
#introduction h4 {
    color: #fff;
	font-size: 1.2em;
}
#introduction ul {
    list-style: none;
    padding: 0;
}
#introduction li {
    padding: 10px 0 10px 0;
    border-bottom: 1px dotted #000;
		width: 95%;
		margin: 0 auto;
		position: relative;
		min-height: 125px;
}
#introduction i  {
	position: absolute;
	right: 5px;
	top: 43%;
	color: #d0d0d0;
}
#introduction .container {
	width: 90%;
	padding: 10px;
} 
#introduction a {
	display: block;
}
#introduction p {
    display: inline-block;
    padding-left: 10px;
    font-size: 1em;
    width: 53%;
}
#introduction hr {
    border-bottom: 1px dotted #000;
}
#links {
	padding: 30px 10px;
	background-color: #f4f4f4;
}
#links .bg {
	background-color: f4f4f4;
}
#links img {
	margin: 10px auto;
}
#page-top {
    position: fixed;
    right: 15px;
    bottom: 61px;
		z-index: 100;
}
#page-top img {
	width: 50px; 
}
.ftLogo {
	width: 25%;
}
#sns-links div {
	display: inline-block;
	padding: 10px 20px;
}
#twitter {
	 vertical-align: top;
}
#footer .container {
	margin-bottom: 35px;
}
#footer-small {
	background-color: #333;
	color: #fff;
	font-size: 1em;
	padding: 20px;
	line-height: .8em;
}



/*header*/
header {
	position: fixed;
	width: 100%;
	height: 75px;
	background-color: #fff;
	z-index: 100;
}
#header-inner {
	position: relative;
	padding: 5px 0;
	border-top: solid 5px #2595bc;
	border-bottom: solid 1px #ddd;
	height: 75px;
	width: 100%;
}

header h1 {
    display: inline-block;
    margin: 0;
}
#header-logo img {
	width: 80%;
}
header #lang {
    position: absolute; /*bodyに対しての絶対位置*/
    top: -325px;
		left: 0;
    background: #4f5f6f;
    width: 70px;
    padding:0 8px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
    z-index: 2;
}
header #lang ul {
	padding: 100px 0 15px 3px;
	list-style: none;
}
header #lang li {
	font-size: .9em;
	text-align: left;
	padding: 5px 0;
	line-height: 2em;
}
.open #lang {
    -moz-transform: translateY(325px);
    -webkit-transform: translateY(325px);
    transform: translateY(325px);
}
#wrapper .open {
    overflow: visible;
}
header ul li a {
	display:block;
	color: #fff;
}
.menu-trigger {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    top: -5px;
    z-index: 3;
		background-color: #fff;
    padding: 12px 7px;
		border-top: solid 5px #2595bc;
}
.open .menu-trigger {
	background-color: #C4C4C4;
}
#trigger-bg {
		cursor: pointer;
}
	header #lang ul {
    padding: 80px 0 5px 0;
}
	.menu-trigger img {
		width: 56px;
	}

.lang-op {
	display: none;
}
.open .lang-cl {
	display: none;
}
.open .lang-op {
	display: block;
}

.pc-menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    width: 105px;
    background-color: #f4f4f4;
    padding: 20px 12px 29px 12px;
		border-top: solid 5px #2595bc;
		top: -5px;
}
.pc-open .pc-menu-trigger {
		background-color: #c0c0c0;
}
#pc-language {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 105px;
    height: 69px;
		background-color: #f4f4f4;
		cursor: pointer;
}
header #pc-lang {
    position: absolute;
    top: -325px;
    left: 0;
    background: #4f5f6f;
    width: 105px;
    padding: 0 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left;
    z-index: 2;
}
header #pc-lang ul {
    padding: 100px 0 15px 3px;
    list-style: none;
}
header #pc-lang li {
    font-size: 1.1em;
    text-align: left;
    padding: 5px 0;
    line-height: 2em;
}
.pc-open #pc-lang {
    -moz-transform: translateY(325px);
    -webkit-transform: translateY(325px);
    transform: translateY(325px);
}

.pc-lang-op {
	display: none;
}
.pc-open .pc-lang-cl {
	display: none;
}
.pc-open .pc-lang-op {
	display: inline-block;
}
i.pc-lang-cl {
	color: #87919b;
	padding-left: 2px;
}
i.pc-lang-op {
	color: #fff;
	padding-left: 2px;
}

/*メニュードロワー*/
.drawer-hamburger {
	position: absolute;
	background-color: #64BFE5;
}
.drawer-hamburger:hover {
    cursor: pointer;
    background-color: #64BFE5;
}
.drawer-hamburger {
		padding: 15px 18px 40px 18px;
		width: 34px;
}
.drawer-hamburger p  {
    font-size: .7em;
    position: absolute;
    bottom: -2px;
    left: 20px;
    color: #fff;
    font-weight: 600;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    width: 100%;
    height: 4px;
    -webkit-transition: all .7s cubic-bezier(.19,1,.22,1);
    transition: all .7s cubic-bezier(.19,1,.22,1);
    background-color: #fff;
    border-radius:1px;
}
.op {
	display: none;
}
.drawer-open .cl {
	display: none;
}
.drawer-open .op {
	display: block;
}

header ul.drawer-menu li a {
	display:block;
	color: #000;
}

.drawer--right .drawer-nav {
    right: -20rem;
}
.drawer-nav {
    top: 5px;
    width: 20rem;
		background-color: #efefef;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 20rem;
}
.drawer-nav ul li {
	display:block;
	line-height: 2.5em;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.drawer-nav i {
	position: absolute;
	right: 8px;
	top: 22px;
	color: #c7c7cc
}



@media screen and (max-width: 991px){
  
	#about_kamezaki p,
	#about_shiohimatsuri p{
		font-size: 1.5em;
	}
	#top-img h2 img {
    top: 15%;
    right: 35%;
    width: 30%;
	}

	#introduction p {
		width: 60%;
		}
	#slide img {
		max-width: 74%;
}
	#kamezaki-contents {
		padding: 70px 20px;
		border-top: 1px solid #A2B1C0;
		border-bottom: 1px solid #A2B1C0;
	}
#kamezaki-contents .pdb40 {
		padding-bottom: none;
}
	#shiohi {
		padding: 70px 20px;
		border-bottom: 1px solid #A2B1C0;
	}
	#spot h3 img, #map h3 img {
    width: auto;
    height: 43px;
	}
}
@media screen and (max-width: 991px) and (min-width: 960px) {
	.container {
    max-width: 100%;
}
}
@media screen and (min-width: 768px) {
	.container {
    width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.container {
    width: 100%;
}
	#top img {
		max-width: 147%;
		margin-left: 0px;
	}
	#top-img h2 img {
    right: 35%;
}
	#about_kamezaki.relative {
		overflow: hidden;
	}
	
	#about_shiohimatsuri.relative {
		overflow: hidden;
	}
	#spot .container {
    width: 80%;
	}	
	#spot .col-xs-6,
	#spot .col-sm-6 {
		width: 48%;
	}
	#spot h3 img, #map h3 img {
    width: auto;
    height: 42px;
}
	#footer-small {
		font-size: 1em;
		padding: 20px;
		line-height: 1.2em;
	}
		#spot3 {
			background-color: #F4F7FC;
	}
		#spot4 {
			background-color: #E1EBF5;
	}
	#links .container {
		width: 60%;
	}
    #links img {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
#content {
	margin-top: 70px;
}
.pageLink {
  margin-top:-70px;
  padding-top:70px;
}
#header-logo img {
	width: 100%;
}
	#header-logo h1 {
    width: 40%;
		margin: 5px auto;
		display: block;
	}
	#top img {
    max-width: 150%;
}
	#top-img h2 img {
    top: 15%;
    right: 32%;
		width: 36%;
}
	#spot h3 img,
	#map h3 img {
    width: auto;
		height: 35px;
}
	#about_kamezaki img {
		margin-left: -80px;
	}
	#about_kamezaki p,
	#about_shiohimatsuri p{
    font-size: 1.1em;
    bottom: 20px;
	}
	#introduction h4 {
    font-size: 1em;
}
	#introduction p {
    width: 65%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
	#introduction img {
		width: 30%;
	}
	.ftLogo {
		width: 50%;
	}
	#sns-links div {
    padding: 10px;
}
	#footer-small {
    font-size: .8em;
	}
}
@media screen and (max-width: 375px){
  #header-logo h1 {
    margin: 10px auto;
}
	#links .container {
		width: 90%;
	}
}


/*下層#pageここから↓*/
#page-content {
    width: 72%;
    max-width: 690px;
    margin-top: 70px;
}
#page-right-nav {
    width: 28%;
    max-width: 270px;
}
#page h2  {
    background-color: #3892B8;
    font-size: 22px;
    text-align: center;
    padding: 32px;
    letter-spacing: .1em;
    color: #fff;
}
#page img {
    width: 50%;
}
#page p {
    font-size: 1em;
    line-height: 1.8em;
}
#page h4 {
    font-size: 1.4em;
    margin: 25px 0;
}
#page-map h3 {
    color: #fff;
    font-size: 1.2em;
    background-color: #677a8e;
    padding: 7px;
    letter-spacing: .1em;
}
#page-right-nav h4 {
    letter-spacing: .1em;
    border-bottom: 3px solid #3892B8;
    padding: 10px 0;
}
#page-right-nav .wd100 {
    width: 100%;
}
#page-right-nav ul {
    list-style: none;
    padding-left: 0;
}
#page-right-nav li {
    padding: 10px 0;
}
#page-right-nav li a {
    display: block;
		font-size: 1em;
}
#page-right-nav i {
    padding-right: 20px;
    color: #75C6E6;
}