@charset "UTF-8";
/* CSS Document */



html ,
html * {
	box-sizing: border-box;
	margin:  0;
	padding: 0;
	font-family: 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
}


body {
  background: #fff;
  background-image: radial-gradient(#E6FFFE 20%, transparent 0), radial-gradient(#E6FFFE 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

*:focus {
outline: none;
}


.end img{
	width: 60%;
	margin: 0 auto;
}

.end-txt {
	width: 600px;
	margin: 40px auto;
	font-size: 16px;
	color: #656565;
}

@media only screen and (max-width:768px){
	.end img {
		width: 80%;
	}
	
	.end-txt {
		width: 90%;
		padding:  5%;
		margin: 0 auto;
		font-size: 14px;
	}
}


.end-bg {
	background-image: url(images/end-img.jpg);
}
/*========================================================================================================
header
========================================================================================================*/

.menu {
	position: fixed;
	top: 8%;
	right: 3%;
	width: 50px;
	text-align: center;
	color: #72CBE4;
	font-weight: 700;
	z-index: 999;
	
}

.menu p {
	font-size: 10px;
}

.top-padding {
	padding-top: 100px;
	
}

.pc-nav {
	position: fixed;
	background-color: #fff;
	height: 100px;
	width: 100%;
	box-shadow: 0px 0px 6px 10px rgba(0,0,0,0.04);
	z-index: 9999;
}

.pc-nav__wrapper {
	margin: 0 auto;
	width: 95%;
}

.navrogo {
	float: left;
	height: 60px;
	line-height: 100px;
}

.navrogo img{
	height: 60px;
	vertical-align: middle;
}



.pc-nav__wrapper ul {
	text-align: center;
}

.pc-nav__wrapper ul li {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 900;
}

.pc-nav__wrapper ul li a {
  	position: relative;
  	display: inline-block;
  	text-decoration: none;
	line-height: 20px;
	color: #333;
}
.pc-nav__wrapper ul li a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #72CBE4;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.pc-nav__wrapper a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

.navsns-link {
	float: right;
	padding: 0;
}


.pc-nav__wrapper a {
	color: #333;
	text-decoration: none;
}



.navsns-link img{
	width: 25px;
	height: auto;
}



@media only screen and (max-width:768px){
	.pc-nav {
		display: none;
	}
	
	.nav-padding {
		display : none;
	}
	
	.navrogo-sp {
		position: fixed;
		top: 3%;
		left: 3%;
		z-index: 9999;
	}
	
	.navrogo-sp img {
		width: 40%;
	}
	
	.fat-nav__wrapper ul li img {
		width: 10%;
		margin: 10px; 6px;
	}
	
	.spnavrogo-image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.spnavmenu-rogo {
		width: 20%;
		height: 20%;
	}
	
	.spnavmenu-txt {
		width: 35%;
		height: 35%;
	}
	
}

@media only screen and (min-width:768px){
	.navrogo-sp {
		display: none;
	}
}



/*=====================================================================================================================
main
=====================================================================================================================*/

/*==================================共通=============================================*/

/*--セクションの感覚--*/

.section {
	padding: 60px 0;
	text-align: center;
}

.sec-title__img {
	width: 10%;
}

.sec-title__txt p {
	color: #333;
}

.sec-title__txt {
	margin-bottom: 30px;
}

@media only screen and (max-width:768px){

	.sec-title__txt {
		margin-bottom: 20px;
}

	.sec-title__img {
		width: 30%;
}
}

/*==================================-セクションタイトル===================================*/

.sec-title {
	text-align: center;
}

.sec-title img{
	width: 130px;
}


.sec-title__txt{
position: relative;
display: inline-block;
padding: 0 28px;
font-size: 12px;
	color: #333;
}


.sec-title__txt:before, .sec-title__txt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 22px;
height: 2px;
background-color: #333;;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.sec-title__txt:before {left:0;}
.sec-title__txt:after {right: 0;}


.topics-sectitle:before, .topics-sectitle:after {
	background-color: #fff;
}
.topics-sectitle {
	color: #fff;
}

.topics a  {
	color: #fff;
}


/*===============================/共通ここまで============================*/

/*--スライドショー--*/
.slider{
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}
 .bg{
	position: relative;
	width: 100%;
	
}

.rogo-image__wrapper {
	text-align: center;
}

.rogo-image__wrapper img {
	width: 70%;
}

.txt  {
	position: absolute;
	top: 50%;
  	left: 50%;
 	 -webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
 	 margin:0;
 	 padding:0;
}

.rogo-image__wrappersp img {
	width: 70%;
}

.rogo-image__wrappersp {
	text-align: center;
}


@media only screen and (max-width:768px){
	.top-padding{
		display: none;
	}
	
	.rogo-image__wrapper {
		display: none;
	}
	
	.rogo-image__wrapper {
		width: 100%;
	}
	
	.rogo-image__wrapper img {
		width: 100%;
	}
	
	.slider01{
		position: absolute;
		top: -3000px;
	}
}

@media only screen and (min-width:768px){
	.rogo-image__wrappersp {
		display: none;
	}
	
	.slider02 {
		position: absolute;
		top: -3000px;
	}
	
	.iinkai-rogo__wrapper {
		top: 1000px;;
	}
}
	

/*--バナー--*/


.btn-banner {
	display: flex;
	justify-content: center;
}

.btn-banner div {
	text-align: center;
	margin: 50px 5% 0;
}

.btn-banner div img {
	width: 400px;
}

@media only screen and (max-width:768px){
	.btn-banner {
		width: 95%;
		padding: 0px 2.5%;
		display: block;
		margin: 5px  auto 0;
	}
	
	
	.btn-banner div {
		display: block;
		width: 100%;
		text-align: center;
		justify-content: center;
		margin: 24px auto 0 ;;
	}
	
	.btn-banner div img  {
		width: 100%;
	}
}


/*--ニュース--*/

.news-txt a {
	text-decoration: none;
	color: #333;
}

.news {
	margin: 0 auto;
	display: block;
	width: 980px;
}


.news-txt ul {
	text-align: left;
	display: inline-block;
	list-style: none;
	margin-bottom: 24px;
}

.news-txt ul li {
  line-height: 1.5em;
	font-size: 16px;
  
}

.date {
	color: #ff62b3;
	margin-right: 20px;
}

.news-body {
	
}

.news-button {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.news-button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.news-button:hover::after {
  right: -.05em;
}

@media only screen and (max-width:768px){
	.news {
		width: 96%;
		padding: 0 2%;
		margin: 0 auto;
	}
	
	.news-txt ul li {
		font-size: 14px;
	}
}

/*--あいさつ--*/

.hello__wrapper {
	background-image: url(images/hello-image.jpg);
	height: 450px;
	width: 100vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	position: relative;
	justify-content: center;
	z-index: -1;
}

.hello-title {
	display: inline-block;
	text-align: center;
	transform   : skewX(-10deg);
	color: #333;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}

.hello-section {
	height: 600px;
}

.hello {
	display: block;
	text-align: center;
	position: absolute;
	top: 300px;
	width: 800px;
	height: 300px;
	box-shadow: 0px 0px 6px 10px rgba(0,0,0,0.04);
	background-color: #fff;
}

.hello-txt {
	display: inline-block;
	text-align: left;
	padding: 40px;
}

.hello-txt p {
	color: #333;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: .12em;
}


@media only screen and (max-width:768px){
	.hello__wrapper {
		width: 100vw;
		height: 400px;
	}
	
	.hello-section{
		height: 700px;
		
	}
	
	.hello {
		width: 300px;
		top: 250px;
		height: 450px;
	}
	
	.hello-txt {
		padding: 30px;
	}
	
	.hello-txt p {
		font-size: 12px;
	}
}

/*--アクセス--*/




.access iframe {
	display: block;
	width: 800px;
	height: 300px;
	margin: 0 auto 20px;
}



.access-txt {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	letter-spacing: .03em;
}

@media only screen and (max-width:768px){
	.access iframe {
		width: 100vw;
	}
	
	.access-txt {
		width: 95%;
		padding: 0 2.5px;
		margin: 0 auto;
	}
}

/*--トピックス--*/

.topics__wrapper {
	background-color: #bbe669;
}

.topics {
	display: flex;
	
	overflow: scroll;
  	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
	
	
	
}

.topics-sec {
	width: 200px;
	margin: 0 25px;
}

.topics-sec img{
	width: 200px;
}

.topics-sec__txt {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .08em;
	
}

@media only screen and (max-width:768px){
	.topics {
		justify-content: left;
		overflow: scroll;
  		-webkit-overflow-scrolling: touch;
  		overflow-scrolling: touch;
	}
	
	.topics-sec__txt p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .08em;
	}
}

/*======================================================================================================================================
footer
=======================================================================================================================================*/

.footer-section{
	background-color: #72CBE4;
	text-align: center;
	padding: 60px 0;
}

.sns-footerlink img {
	width: 50px;
	margin: 5px 10px;
}

.iinkai-rogo__wrapper img {
	width: 200px;
}

.kandai-txt {
	margin: 10px 0px;;
}

.kandai-txt p {
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: .15em
}

.kandai-txt a {
	color: #fff;
}

.copy {
	text-align: center;
	color: #fff;
	padding: 5px 0;
}



.iinkai-rogo__wrapper img {
	width: 200px;
}

@media only screen and (max-width:768px){
	.kandai-txt p{
		font-size: 12px;
		
	}
}



/*======================================================================================================================================-
以下リンクページ
=========================================================================================================================================*/

/*-----------------------------共通-----------------------*/

.link-page__title {
	display     : inline-block;   
  	transform   : skewX(-10deg); 
	padding-bottom: 20px;
	font-size: 40px;
	font-weight: 800;
	color: #333;
}

.page__wrapper {
	width: 1000px;
	margin:  40px auto;
	background-color: #fff;
    border: double 5px #4ec4d3;
} 

@media only screen and (max-width:768px){
	.page__wrapper {
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		border: none;
	}
	
	.link-page__title {
		font-size: 30px;
	}
}

.top-bg {
	height: 40vh;
	width: 100vw;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}


.top-bg img {
	width: 50%;
}

.top-bg h1 {
	font-size: 14px;
	color: #fff;
}

.top-bg__main {
	text-align: center;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	padding: 10px 0;
	width: 300px;
	
}

.top-bg__hashtagmain {
	text-align: center;
	border-top: solid 5px #FBFF57;
	border-bottom: solid 5px #FBFF57;
	padding: 10px 0;
	width: 300px;
	
}

@media only screen and (max-width:768px){
	.top-bg__main {
		width: 250px;
		border-top: solid 3.5px #fff;
		border-bottom: solid 3.5px #fff;
	}
	
	.top-bg__hashtagmain {
		width: 250px;
		border-top: solid 3.5px #FBFF57;
		border-bottom: solid 3.5px #FBFF57;
	}
	
}

/*============================================================================================================================================================
about
==============================================================================================================================================================*/

@media only screen and (min-width:768px){
	.about-bg {
		background-image: url(images/about-bg.jpg);
	
}
}

@media only screen and (max-width:768px){
	.about-bg {
		background-image: url(images/about-spbg.jpg);
	
}
}



.about-mainsec {
	width: 800px;
	margin: 56px auto;
}


.about {
	display: block;
	text-align: center;
}

.gaiyou {
	display: inline-block;
	text-align: left;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: .04em;
}


.rogo-img {
	margin-bottom: 24px;
}

.rogo-img img {
	width: 540px
}


/*--表--*/

.disctipiton {
	clear: both;
	margin: 20px 0 0 0;
}

.disctiption-txt {
	padding: 20px 0px;
}



.iinkai {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}

.iinkai-main-txt {
	font-size: 18px;
	font-weight: 600;
}

.iinkai p {
	font-size: 18px;
	color: #333;
}

.iinkai-txt {
	font-size: 14px;
}


.fa-caret-right {
	color: #ff62b3;
}

.pamphlet-img {
	float: left;
	width: 300px;
}

.pamphlet-img img {
	width: 300px;
}



.pamphlet-txt {
	float: right;
	width: 500px;
	text-align: left;
	
	
}

.pamphlet-txt p {
	font-weight: 600;
	font-size: 20px;
	color: #333;
}


@media only screen and (max-width:768px){
	
	.about-mainsec {
		width: 95%;
		padding: 0 2.5%;
		margin: 56px auto;
	}
	
	.gaiyou {
		font-size: 36px;
		
	}
	
	.about-link__movie iframe{
		width: 100%;
		height: 250px!important;
	}
	
	.gaiyou {
		color: #333;
		font-size: 12px;
		line-height: 1.8em;
		letter-spacing: .03em;
	}
	
	
	.rogo-img img {
		width: 64%;
	}
	
	.pamphlet-img {
		display: block;
		margin: 0 auto;
		width: 100%;
		
	}
	
	.pamphlet-img img {
		text-align: center;
		width: 40%;
	}
	
	
	.pamphlet-txt {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

}


/*============================================================================================================================================================
contact
==============================================================================================================================================================*/

@media only screen and (min-width:768px){
	.contact-bg {
		background-image: url(images/contact-bg.jpg)
}
}

@media only screen and (max-width:768px){
	.contact-bg {
		background-image: url(images/contact-spbg.jpg)
}
}

.contact {
	text-align: left;
	width: 600px;
	margin:  0 auto;
}

.contact ul {
	list-style: none;
}

.contact li {
    text-indent: -1em;
}

.fa-exclamation-circle {
	color: #ff62b3;
}



button {
	display: block;
	margin:  0 auto;
}

input, textarea {
	display: block;
	width: 500px;
}

label {
	display: block;
	margin-top: 20px;
}

input {
	height: 30px;
}

textarea, input{
	border: 2px solid hsla(0,0%,75%,1.00);
	border-radius: 4px;
}

.form {
	text-align: left;
	width: 500px;
	margin:  0 auto;
}

.btn__wrapper {
	text-align: center;
	padding: 20px 0;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
	background: #fff;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
	font-size: 17px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

@media only screen and (max-width:768px){
	.contact {
		width: 90%;
		padding: 0 5%;
		margin: 0 auto;
		font-size: 14px;
		color: #333;
		line-height: 1.6em;
		letter-spacing: .03em;
	}
	
	.form {
		width: 95%;
		padding: 0 2.5%;
		margin: 0 auto;
	}
	
	input, form,textarea {
		width: 95%;
		padding: 0 2.5%;
		margin:  0 auto;
	}
	
	
}


/*============================================================================================================================================================
entry
==============================================================================================================================================================*/

.entry {
	overflow: hidden;
}


@media only screen and (min-width:768px){
	.entry-bg {
	background-image: url(images/entry-bg.jpg)
}
}

@media only screen and (max-width:768px){
	.entry-bg {
		background-image: url(images/entry-spbg.jpg)
}
}

.entry {
	padding-bottom: 10px;
}

.entry-main-txt {
	width: 800px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 20px;
	color: #333;
}

.entry-main-txt p {
	text-align: left;
	padding-bottom: 20px;
}


.entry__wrapper {
	width: 800px;
	margin: 0 auto;
}

.entry-top {
	align-items: center;
	padding-bottom: 20px;
}

.entry-image {
	width: 300px;
	float: left;
	padding-right: 10px;
}

.entry-image img {
	width: 300px;
	padding-right: 10px;
}

.entry-txt {
	float: right;
	align-items: center;
	width: 500px;
	text-align: left;
}



.entry-txt1 {
	font-weight: 700;
	font-size: 30px;
	text-align: left;
	color: #333;
	font-size: 16px
	
}

.entry-furima-txt {
	font-size: 14px;
}

.entry-txt2 {
	clear: both;
	margin: 0 auto;
}



.entry-txt3 ul {
	list-style: none;
}

.entry-txt3 {
	width: 800px;
	text-align: left;
	font-size: 14px;
	
}

.fa-envelope {
	color: #ff62b3;
}

.entry-txt1, .entry-txt2, .entry-txt3 {
	padding-bottom: 10px;
}

/*--表--*/
table {
	text-align: left;
	width: 800px;
	margin-bottom: 10px;
}

td {
	border:  solid 1px #ff62b3;
	border-radius: 2px;
	padding: 8px;
}

td img {
	width: 150px;
}





.entry-txt2 {
	width: 800px;
	font-size: 14px;
}

.table-title {
	width: 150px;
	background-color:#ff62b3;
	color: #fff;
}

@media only screen and (max-width:768px){
	
	.entry-main-txt {
		width: 95%;
		padding: 0 2.5%;
		margin:  0 auto;
		font-size: 14px;
		font-weight: 600;

	}
	
	.entry__wrapper {
		width: 95%;
		padding: 0 2.5%;
		margin: 0 auto;
	}

	.entry-top {
		display: block;
	}
	
	.entry-image {
		width: 100%;
		padding-right: 0px;
	}

	.entry-image img {
		width: 100%;
		padding-right: 0px;
	}
	
	.entry-txt1 {
		font-weight: 600;
		font-size: 14px;
	}
	
	
	
	
	.entry-txt3 {
		width: 100%
	}
	
	/*--表--*/
	.entry-txt2 {
		width: 100%
	}
	
	.table-title {
		width: 110px;;
	}
	
	table {
		width: 100%;
		font-size: 12px;
		
	}
	
	td {
		padding: 5px;
		
	}
	td img {
		width: 200px;
	}

}




/*============================================================================================================================================================
company
==============================================================================================================================================================*/

@media only screen and (min-width:768px){
	.company-bg {
		background-image: url(images/company-bg.jpg)
}
}

@media only screen and (max-width:768px){
	.company-bg {
		background-image: url(images/company-spbg.jpg)
}
}

.company {
	text-align: left;

}

.company p {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: .04em;
	
}

.company-main {
	font-size: 18px;
}

.company-mainsec {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
}

.pamphlet-copy p{
	font-size: 16px;
	font-weight: 100; 
	margin-top: 10px;
}

@media only screen and (max-width:768px){
	.company-mainsec {
		width: 95%;
		padding: 20px 2.5%;
		margin:  0 auto;
	}
	
	.company p {
		font-size: 14px;
	}
	
	.pamphlet-copy p{
		font-size: 12px;
		
	}
}
/*============================================================================================================================================================
news
==============================================================================================================================================================*/

@media only screen and (min-width:768px){
	.news-bg {
		background-image: url(images/news-bg.jpg);
	}
}

@media only screen and (max-width:768px){
	.news-bg {
		background-image: url(images/news-spbg.jpg)
	}
}

._news__wrapper {
	width: 800px;
	margin: 0 auto;
	color: #545454;
}



.news-list {
	list-style: none;
	text-align: left;
	margin: 24px 0 ;
	line-height: 1.5em;
	letter-spacing: .06em
}

.news-list li {
	margin-bottom: 8px;
}

.day, ._news-title {
	font-size: 18px;
}

.fa-flag {
	margin-right: 8px;
}

.day {
	color: #ff3379;
	margin-right: 16px;
}

._news-title {
	background: linear-gradient(transparent 70%, #FFB9D1 70%);
}

._news-txt a {
	text-decoration: none;
	color: #ff3379;
}

@media only screen and (max-width:768px){
	._news__wrapper {
		width: 95%;
		padding: 0 2.5%;
		margin: 40px 0;
	}
	
	._news__wrapper ul {
		margin: 32px 0;
	}
	
	.day, ._news-title {
	font-size: 16px;
}
	._news-txt {
		font-size: 14px;
	}
}

/*============================================================================================================================================================
ハッシュタグ企画
==============================================================================================================================================================*/

.hashtag {
	padding-bottom: 30px;
}

@media only screen and (min-width:768px){
	.hashtag-bg {
		background-image: url(images/hashtag-bg.jpg)
	}
}

@media only screen and (max-width:768px){
	.hashtag .gaiyou {
		color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: .04em;
}
	
	.hashtag-bg {
		background-image: url(images/hashtag-spbg.jpg)
	}
}





/*============================================================================================================================================================
イベント
==============================================================================================================================================================*/
.search_item {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}
.search_item.is-active {
    color: white;
    background-color: black;
}
.is-hide {
    display: none;
}

.event img {
	width: 800px;
}

@media only screen and (min-width:768px){
	.event-bg {
		background-image: url(images/event-bg2.jpg)
	}
}

@media only screen and (max-width:768px){
	.event-bg {
		background-image: url(images/event-spbg2.jpg)
	}
	
	.event img {
		width: 100%;
	}
}


.kouen {
	padding: 40px 0
}

.kouen img {
	width: 60%;
}

.kouen h1 {
	margin-bottom: 10px;
}

.kikaku-scloll {
	height:540px;
	overflow-y: auto;
	overflow: scroll;
  		-webkit-overflow-scrolling: touch;
  		overflow-scrolling: touch;
}

@media only screen and (max-width:768px){
	.kouen img {
		width: 100%;
	}
	
	.kouen {
		width: 100%;
	}
	
	.event {
		width: 96%;
		padding: 0 2%;
		margin: 0 auto;
	}
}


/*============================================================================================================================================================
pamf
==============================================================================================================================================================*/
@media only screen and (min-width:768px){
	.pamphlet-bg {
	background-image: url(images/pamf-bg.jpg)
}	
}

@media only screen and (max-width:768px){
	.pamphlet-bg {
		background-image: url(images/pamf-spbg.jpg)
	}
}

.dejipan img{
	width: 56%;
}


.pamf__wrapper {
	width: 800px;
	margin: 0 auto;
}

@media only screen and (max-width:768px){
	.pamf__wrapper {
		width: 88%;
		margin: 16px 6% 0;
	}
	
	.dejipan img {
		width: 100%;
	}
	
	
}

.dejipan {
	height: 640px;
	overflow: scroll;
  	-webkit-overflow-scrolling: touch;
  	overflow-scrolling: touch;
}






/*============================================================================================================================================================
map
==============================================================================================================================================================*/
@media only screen and (max-width:768px){
	.map__wrapper p {
		font-size: 12px;
	}
}

.map-image {
	width:72%;
}
width: ;
@media only screen and (max-width:768px){
	.map-image {
		width:100%;
	}
	
}