@charset "UTF-8";
body {
	background:  #38C5B9;
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 480px) {
	#wrap {
		width: 420px;
		overflow: hidden !important;
		margin: 0 auto;
	}
	
}
/* contents
--------------------------------------------------*/
#wrap {}
#content {
	background:#efefee;
	padding:5px 7px;
}
.header {
	top: 0;
	background: #2a3c3c;
	position: relative;
}
.header h1 { margin: 0; }

.site_logo {
	margin: 10px 0;
}
@font-face {
  font-family: 'ZonaPro-Thin';
  src: url('ZonaPro-Thin.ttf') format('truetype');
}
.web_font_1 {
	font-family: 'ZonaPro-Thin';
}

/*-----------------------------------------------------------------
ナビゲーション
-----------------------------------------------------------------*/
.burger {
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 15px;
	cursor: pointer;
	transform: rotateY(0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty {
	width: 28px;
	height: 2px;
	margin: 0 0 4px 0;
	background: white;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:last-child { margin-bottom: 0; }
.burger--close { transform: rotate(180deg); }
.burger--close .burger__patty:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.burger--close .burger__patty:nth-child(2) { opacity: 0; }
.burger--close .burger__patty:nth-child(3) { transform: rotate(-45deg) translate(5px, -4px); }
.menu {
	position: fixed;
	top: 0;
	z-index: 5;
	visibility: hidden;
}
.menu--active { visibility: visible; }
.menu__brand, .menu__list {
	/* display: flex; */
	text-align: center;
	flex-flow: column wrap;
	/* align-items: center; */
  /* justify-content: center; */
  /* float: left; */
  /* width: 20%; */
	height: 50vh;
	overflow: hidden;
}
.menu__list {
	margin: 0;
	padding: 0;
	background: #2d9e94;
	list-style-type: none;
	transform: translate3d(0, -100%, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active { transform: translate3d(0, 0, 0); }
.menu__brand {
	background: #38C5B9;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transform: translate3d(0, 100%, 0);
}
.menu__brand--active { transform: translate3d(0, 0, 0); }
.menu__item {
	transform: translate3d(500px, 0, 0);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active { transform: translate3d(0, 0, 0); }
.menu__link {
	display: inline-block;
	position: relative;
	font-size: 30px;
	padding: 15px 0;
	font-weight: 300;
	color: white;
	text-decoration: none;
	color: white;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 2px;
	background: white;
	transform: translateX(-50%);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__link:hover:before { width: 100%; }
.menu .menu__item:nth-child(1) { transition-delay: 0.1s; }
.menu .menu__item:nth-child(2) { transition-delay: 0.2s; }
.menu .menu__item:nth-child(3) { transition-delay: 0.3s; }
.menu .menu__item:nth-child(4) { transition-delay: 0.4s; }
.menu .menu__item:nth-child(5) { transition-delay: 0.5s; }
.menu .menu__item:nth-child(6) { transition-delay: 0.6s; }
ul.menu__list, div.menu__brand {/* float: none; */
	width: 100%;
	min-height: 0;
}
ul.menu__list--active, div.menu__brand--active { transform: translate3d(0, 0, 0); }
.menu__list {
	height: 100vh;
	transform: translate3d(-100%, 0, 0);
}
.menu__link { font-size: 24px; }
.menu__brand {
	height: 10vh;
	transform: translate3d(100%, 0, 0);
}


.title {
    margin: 10px 0 10px 10px;
	font-size: 18px;
    font-family: 'ZonaPro-Thin';
	font-weight: normal;
}
.title2 {
    margin:15px 0 0 0;
	text-align: center;
    font-size: 28px;
}
.contents_frames {	
	background:#FFF;
	width:100%;
	margin-bottom: 2%;
}
.thum_img {
	width: 30%;
	float: left;
}
.thum_in {
	padding: 5px;
}
.thum_img img {width:100%;}
.contents_text {
	width: 70%;
	float: left;
}
.contents_text_in {
	margin: 7px;
}
.contents_text h3 {
    color: #ffc000;
	font-size:15px;
	margin: 0;
}
.contents_text p {
	font-size:12px;
	padding: 5px 0 0 0;
	font-weight:bold;
	margin: 0;
	color:#000;
}
/* footer */
#footer {
	margin-top: 20px;
	text-align: center;
	padding: 10px 0;
	background: #2a3c3c;
	font-family: 'ZonaPro-Thin';
}

#footer a { color: #fff; }

.copy {
	
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}

/* ----------  clearfix ---------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }

.details_frame {
	background: #F6FFFE;
	line-height: 1.8;
}
.details_frame h1 {
	color: #ffc000;
	font-weight: bold;
	font-size: 25px;
	margin:10px 0;
}
.details_frame h2 {
	width: 50%;
	margin: 0 auto;
}
.details_in {
	background: #FFF;
	margin: 10px;
	padding: 7px 0 0 0;
}
.txt_1 {
	font-weight: bold;
	padding: 17px;
	background: #FBFBFB;
}
.txt_2 {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}
.common_btn_f {
	padding: 10px;
}
.company  {
	text-align: center;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}
.company a {
	color:#008FFF;
	text-decoration: underline;
}
.table_a {padding: 10px;}

.table_a table {
	width:100%;
	margin:0 auto;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #eee;
}
.table_a th {
	border: 1px solid #eee;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
	background: #F7FEFF;
}
.table_a td {
	padding: 7px 0 7px 20px;
	border: 1px solid #eee;
}
