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

body{
	  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}


#wrapper{
	width:100%;
	height:100%;
}

#header_style{
	padding:12px 0 12px 0;
}


.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .menu-content {
    left: 25%;/*メニューを画面内へ*/
}

.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    /*border-bottom: solid 1px #ffffff;*/
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 22px;
	letter-spacing:2px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 10px;
    position: relative;
}


.menu-content {
    width: 75%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0, 0, 0,0.7);
    transition: all 0.5s;/*アニメーション設定*/
}



.main_img_style img{
	width:100%;
}




/* external css: flickity.css */

.gallery {
  background: #FFF;
}

.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background: #FFF;
  counter-increment: gallery-cell;
}

.purchase_area p{
	text-align:center;
	color:#FFF;
	font-size:25px;
	letter-spacing:1px;
	font-weight:bolder;
	padding:15px 0 5px 0;
	text-decoration:none;
}



h2.main_tittle{
	text-align:center;
	font-size:28px;
	letter-spacing:1px;
	font-weight:bolder;
	margin:0 0 25px 0;
}

.camp_btn_style {
	display:block;
	padding:25px 0 0 0;
}

.a_style{
	/*margin:50px 0 0 0;*/
	text-decoration:none;
}

.campany_area{
	width:85%;
	font-size:14px;
	letter-spacing:1px;
	font-weight:100;
	margin:50px auto 50px auto;
}

.campany_area p{
	color:#000;
	text-align:center;
	letter-spacing:1px;
	text-decoration:none !important;
}

.campany_area a{
	text-align:center;
	text-decoration:underline;
}

.campany_area a:hover{
	color:#F00;
}


li.list_style{
	background-color:#EEE;
	padding:10px 10px 10px 10px;
	margin:25px 0 0 0;
}

li.list_sub_style{
	margin:10px 0 0 10px;
}

.map_area{
	position: relative;
	height:350px;
	width:100%;
	overflow: hidden;
}

.map_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer_style{
	text-align:center;
	letter-spacing:1px;
	color:#FFF;
	width:100%;
	background-color:#000;
	padding:35px 0 35px 0;
}

.footer_img{
	padding:0 0 10px 0;
}

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

	#wrapper{
	width:100%;
	height:100%;
	}
	
	.campany_area{
		width:93%;
		font-size:15px;
		letter-spacing:1px;
		font-weight:100;
		margin:50px auto 50px auto;
	}
	
	.gallery-cell {
  		width: 100%;
  		height: auto;
  		margin-right: 10px;
  		background: #FFF;
  		counter-increment: gallery-cell;
	}
	
	.map_area{
		position: relative;
		height:250px;
		width:100%;
		overflow: hidden;
}
	
	#footer_style{
		text-align:center;
		letter-spacing:1px;
		color:#FFF;
		width:100%;
		background-color:#000;
		padding:20px 0 20px 0;
	}
	
	.footer_img{
		display:none;
		padding:0 0 0 0;
}
}