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


/*===============================================
● 画面の横幅が768pxから481pxまで：タブレット
===============================================*/
@media screen and (max-width: 768px) and (min-width: 481px) {
	
	
.container, .container02 {
    max-width: 768px;
	padding: 0 3.906%;
	margin: 0 auto;
}



/*-------ヘッダー---------*/


header h1 {
	float: left;
	max-width: 37.57%;
	padding: 0 0 0 3.906%;
	margin: 0;
	z-index:1100;
	position:absolute;
}

.header-container {
    width:100%;
	padding: 0;
	margin: 0 auto;
}	

	
	
/*------------------- ハンバーガーメニュー -----------------------*/


* {
	margin: 0;
	padding: 0;
}

*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Toggle Button */

.ham_toggle {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-color: #54b5ec;
	padding: 15px;
	margin: 0 10px 0 0;
}

.ham_toggle div {
	position: relative;
	z-index: 999;
}

.ham_toggle span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #ffea00;
	left: 0;
	z-index: 999;
	
	-webkit-transition: .50s ease-in-out;
	-moz-transition: .50s ease-in-out;
	transition: .50s ease-in-out;
}

.ham_toggle span:nth-child(1) {
	top: 0;
}

.ham_toggle span:nth-child(2) {
	top: 9px;
}

.ham_toggle span:nth-child(3) {
	top: 18px;
}


.ham_wrap, .inner {
	width: 100%;
	padding: 0;
}

.ham_wrap {
	top: 0;
	margin-top: 0;
	z-index: 999;
}

.ham_wrap a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 14px;
}


/* Fixed reset */

.ham_wrap.fixed {
	padding-top: 0;
	background: transparent;
}

.ham_wrap_sp {
	width: 100%;
	height: 50px;
	z-index: 999;
	position: relative;
	z-index: 999;
}


.ham_menu {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -250px;
	background: #54b5ec;
	width: 100%;
	text-align: center;
	padding: 0;
	z-index: 999;
	
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ham_menu ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

.ham_menu ul li {
	float: none;
	position: static;
}

.ham_menu ul li:after {
	display: none;
}

.ham_wrap .ham_menu ul li a, .ham_wrap.fixed .ham_menu ul li a {
	width: 100%;
	display: block;
	color: #ffea00;
	padding: 15px 0;
	z-index: 1200;
}

.ham_wrap .ham_menu ul li a:hover, .ham_wrap.fixed .ham_menu ul li a:hover {
	color: #fff;
}

.ham_toggle {
	display: block;
	z-index: 1200;
}



/* .ham-toggle 切り替えアニメーション */

.open .ham_toggle span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open .ham_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open .ham_toggle span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}



/* .ham_menu スライドアニメーション */

.open .ham_menu {
	/* .ham_menu top + .ham_wrap_sp height */
	-moz-transform: translateY(375px);
	-webkit-transform: translateY(375px);
	transform: translateY(375px);
}	

.contact_sp a {
	margin: -50px 80px 0 0;
	padding: 0 0 0 0;
	float: right;
	background: #fff;
    overflow: hidden;
	transition: .5s;
	display:block;
}

.contact_sp a {
    position: relative;
	z-index:1100;
}	

.contact_sp a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
	
	
	

/*------------------- スライダー -----------------------*/

.flexslider {
  margin: 0 0 40px 0;
  padding: 0;
}

.flexslider .slides > li.sli01-1, .flexslider .slides > li.sli01-2, .flexslider .slides > li.sli02, .flexslider .slides > li.sli03-1, .flexslider .slides > li.sli03-2, .flexslider .slides > li.sli04-1, .flexslider .slides > li.sli04-2 {
	background-size: cover;
	height: 320px;
}



/*-------コピー---------*/

.copy p {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.6em;	
}

.copy span {
	font-size: 16px;
	line-height: 1.3em;	
}


/*-------コンテンツ---------*/

.map {
	width: 100%;
	float: none;
	padding-bottom:30px;
}

.map-giin-wrap {
	width: 100%;
	float: none;
}

.bt-giin {
	width: 30.5%;
	padding: 0 0 20px 0;
	margin-right:4.23%;
	transition: .5s;
}

.bt-giin:nth-child(3n) {
	padding: 0 0 20px 0;
	margin-right:0%;
}

.bt-giin:nth-child(n+4) {
	padding: 0 0 0px 0;
	margin-right:4.23%;
}

.bt-giin:last-child {
	padding: 0 0 0px 0;
	margin-right:0%;
}


.bt-detail a, .bt-detail03 a {
	width:13em;
	margin: 30px auto 0 auto;
	background-color: #4081CD;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	display:block;
	cursor:pointer;
	border:none;
	text-decoration:none;
	color: #FFF;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}

.bt-detail a:hover, .bt-detail03 a:hover {
	background: #7DB5B0;
}


.wrap-news01 {
	width: 100%;
	margin:0 0 30px 0;
	float:none;
	text-align:center;
}

.wrap-news02 {
	width: 100%;
	margin:0 0 0 0;
	text-align:center;
}

.read01 {
	font-size: 100%;
	line-height: 2em;
}


.wrap-half {
	width: 47.34%;
	padding: 0;
	margin-right: 5.31%;
}

.wrap-half:last-child {
	width: 47.34%;
	padding: 0;
	margin-right: 0%;
}

/*-------小見出し---------*/

.tit01 {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	font-size: 19px;
	line-height: 0.8em;
	letter-spacing: 0.2em;	
	text-align:center;
	margin-bottom: 20px;
}

.tit01:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 3px;
    background-color: #006C61;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
	left:0;
}

.tit01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 55px;
    height: 3px;
    background-color: #006C61;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
	right: 10px;
}


/*-------中ページ---------*/

.giin-wrap01, .giin-wrap02, .giin-wrap03, .giin-wrap04, .giin-wrap05, .giin-wrap06 {
    max-width:706px;
	padding: 50px 7.062%;
	margin: 0 auto 50px auto;
	text-align:left
}


.giin-ph {
	width:100%;
	float:none;
	margin: 0 auto 50px auto;
	text-align:center;
}

.giin-profile {
    width:100%;
	float:none;
}

.giin-read02 a {
	color: #7DB5B0;
	transition: .5s;
	text-decoration: underline;
}

.giin-read02 a:hover {
	color: #93DAAAE;
	text-decoration: none;
}


.container-pc {
    max-width:768px;
	padding: 0 3.906%;
	margin: 0 auto;
	text-align:center
}

.wrap-third {
	width: 46.468%;
	margin-right: 7.062%;
	border-radius:10px;
	padding:20px;
	margin-bottom:50px;
	text-align:center;
}

.wrap-third:nth-child(2n) {
	margin-right: 0%;
}


.bt-second, .bt-second02 a, .bt-second03 a {
	width: 100%;
	margin-right: 0%;
	background: #4081CD;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	vertical-align: middle;	
	display:block;
	cursor:pointer;
	border:none;
	text-decoration:none;
	
	transition: .5s;
}

.bt-second02 a {
	font-size: 15px;
	margin: 0 auto;
}

.bt-second03 a {
	width: 100%;
	margin: 0 auto 50px auto;
}


.bt-second:nth-child(2n) {
	margin-right: 0%;
}

.bt-second:hover, .bt-second02 a:hover, .bt-second03 a:hover {
	background: #7DB5B0;
}


/*-------フォーム---------*/


.form_wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #DDD;
	padding-top:20px;
}



.form_wrap dt {
	width: 100%;
	padding: 0.5em 1em;
	float: left;
	clear: none;
	margin-bottom:10px;
}

.form_wrap dd {
	float: left;
	width: 100%;
	clear: none;
}





/*-------アコーディオン---------*/


.day {
	float:none;
	margin:0;
	padding: 0 20px;
}

.kiji-tit01, .kiji-tit02 {
	margin: 0 0 0 0;
	padding: 0 20px;
}



/*-------フッター---------*/

.tel a, .fax a {
	color: #7DB5B0;
	transition: .5s;
	text-decoration: underline;
}


.tel a:hover, .fax a:hover {
	color: #93DAAAE;
	text-decoration: none;
}



/*-------追加---------*/

.pb50 {padding-bottom:50px;}

.pb0 {padding-bottom:0px;}

.mb30 {margin-bottom:30px;}

.mb0 {margin-bottom:0px;}


	

/*------------------- 非表示 -----------------------*/

.contact, nav, .bt-detail02 {display:none;}


.container-sp {
   display:none;
}

}
