/* ---------------- // reset ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
/* ---------------- base ---------------- */
body {
/*font-family:"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;*/
/*font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
/*font-family: 'yugo','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
color: #000;
line-height: 1.6;
font-size: 16px;
font-weight: 500;
position: relative;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
body{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
textarea {
resize: none;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
/* ---------------- link ---------------- */
a:link { text-decoration:none; color:#4D4D4D; }
a:visited { text-decoration:none; color:#4D4D4D; }
a:hover { text-decoration:none; color:#4D4D4D; }
a:active { text-decoration:none; color:#4D4D4D; }
/* ---------------- clearfix ---------------- */
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size: 0.1em;}
.clearfix { display:inline-block;}
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/
/* ---------------- reset // ---------------- */
/* ---------------- font ---------------- */
@font-face {
  font-family: 'logotype';
  src: url('../font/logotype.woff') format('woff'),
       url('../font/logotype.ttf') format('truetype');
}
.century {
	font-family: 'logotype';
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*--------------------------------------
nowrap
--------------------------------------*/
.nowrap {
	white-space: nowrap;
}

/*--------------------------------------
box-sizing
--------------------------------------*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-mos-box-sizing: border-box;
	-mz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*--------------------------------------
transition
--------------------------------------*/
.tra {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
/*--------------------------------------
page_body
--------------------------------------*/
.page_body {
	width: 100%;
	padding: 0 5%;
}
@media only screen and (min-width: 1251px) {
	.page_body {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
}
/*--------------------------------------
メイン
--------------------------------------*/
.main_contents {
	position: relative;
	padding: 20px 0 50px;
	background: #BFEDFF;
}
@media only screen and (min-width: 641px) {
	.main_contents {
		padding: 100px 0;
	}
}
.logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
.logo img {
	width: 144px;
}
.main_txt p {
	margin: 30px 0 0;
	text-align: center;
	font-family: logotype;
	font-size: 15px;
}
.sp_br {
	display: block;
}
@media only screen and (min-width: 641px) {
	.main_img {
		width: 70%;
		margin: 0 auto;
	}
	.main_txt p {
		font-size: 18px;
	}
	.sp_br {
		display: none;
	}
}
@media only screen and (min-width: 769px) {
	.logo img {
		width: 150px;
	}
	.main_img {
		width: 80%;
		margin: auto;
	}
	.main_txt p {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1025px) {
	.logo img {
		width: 200px;
	}
	.main_txt p {
		font-size: 30px;
	}
}
/*--------------------------------------
sec01
--------------------------------------*/
/*
tsubame_dc_desc
*/
.tsubame_dc_desc {
	display: flex;
	padding: 55px 0;
}
.tsubame_dc_logo {
	display: flex;
	align-items: center;
	width: 75px;
}
.tsubame_dc_txt {
	display: flex;
	align-items: center;
	width: calc(100% - 75px);
	padding: 0 0 0 35px;
}
.tsubame_dc_txt p {
	font-size: 13px;
	font-weight: bold;
}
.tsubame_dc_txt p span {
	font-size: 17px;
	background: linear-gradient(transparent 60%, #FFF000 60%);
}
.notice_img {
	margin: 0 0 80px;
}
.staff_img {
	width: 80%;
	margin: auto;
	text-align: center;
}
.greeting_img {
	padding: 80px 0;
}
@media only screen and (min-width: 641px) {
	.tsubame_dc_desc {
		padding: 80px 0;
	}
	.tsubame_dc_logo {
		width: 150px;
	}
	.tsubame_dc_txt {
		padding: 0 0 0 60px;
	}
	.tsubame_dc_txt p {
		font-size: 20px;
	}
	.tsubame_dc_txt p span {
		font-size: 24px;
	}
	.staff_img {
		width: auto;
	}
}
@media only screen and (min-width: 1025px) {
	.tsubame_dc_logo {
		width: 254px;
	}
	.tsubame_dc_txt {
		padding: 0 0 0 80px;
	}
	.tsubame_dc_txt p {
		font-size: 30px;
		font-weight: bold;
	}
	.tsubame_dc_txt p span {
		font-size: 38px;
		background: linear-gradient(transparent 60%, #FFF000 60%);
	}
}
/*--------------------------------------
sec02
--------------------------------------*/
.access_wrap {
	padding: 50px 0 0;
	background: url(../images/access_bg.png);
}
.access_ttl {
	margin: 0 0 10px;
}
.access_ttl h2 {
	text-align: center;
}
.access_ttl h2 img {
	width: 140px;
	height: 48px;
}
.access_ttl h3 {
	padding: 10px 0 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.access_txt p {
	padding: 20px 0 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.access_map {
	margin: 30px 0 0;
	height: 200px;
}
@media only screen and (min-width: 641px) {
	.access_wrap {
		padding: 80px 0 0;
	}
	.access_ttl h2 img {
		width: 200px;
		height: 69px;
	}
	.access_ttl h3 {
		font-size: 24px;
	}
	.access_txt p {
		font-size: 18px;
	}
	.access_map {
		height: 400px;
	}
}
/*--------------------------------------
facebook
--------------------------------------*/
.facebook {
	padding: 50px 0 50px;
}
.facebook iframe {
	display: block;
	width: 100%;
	height: 213px;
}
@media only screen and (min-width: 641px) {
	.facebook {
		padding: 100px 0 150px;
	}
	.facebook iframe {
		width: 500px;
		height: 333px;
		margin: auto;
	}
}
/*--------------------------------------
フッター
--------------------------------------*/
footer {
	background: #00B9FF;
}
.footer_contents {
	padding: 50px 50px 0 50px;
}
.footer_img_01 {
	margin: 0 0 30px;
	text-align: center;
}
.footer_img_02 {
	text-align: center;
}
.copy {
	clear: both;
	padding: 40px 0 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
@media only screen and (min-width: 1251px) {
	.footer_img_01 {
		float: left;
		margin: 0 50px 0 0;
		text-align: left;
	}
	.footer_img_02 {
		float: left;
		text-align: left;
	}
	.copy {
		padding: 20px 0;
		text-align: right;
	}
}
/* -------------------------------------------------------
追加バナー
------------------------------------------------------- */
.bnr_dai_area {
  text-align: center;
  padding: 80px 0 ;
}
