@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

html, body{
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    margin: 0;
    padding: 0;
	color: #1a1a1a;
	background:  #FFFFFF;
	-webkit-text-size-adjust:none;
}

/* CSS reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

captio
n,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

header, section, footer, aside, article, figure {
	display: block;
}

a img {
	border: none;
}


/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	background-color: rgba( 255, 255, 255, 1 );
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	z-index: 9999;
}



/* Larger than mobile */
@media (min-width: 300px) {

.header_wall {
	margin: 0;
}

.header_wall h1 {
	width: 250px;
	height: auto;
	margin: 15px 0 0 15px;
	padding-bottom: 5px;
}

.header_wall h1 img {
	width: 100%;
	height: auto;
}


#menu {
	display: none;
}

#menubtn {
	padding: 10px;
	border: none;
	background: none;
	position: absolute;
	top: 25px;
	right: 15px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 34px;
	height: 36px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #dc699b;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	top: 22px;
}
.menu-trigger.active span:nth-of-type(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
    }
.menu-trigger.active span:nth-of-type(2) {
	width: 0;
	left: 50%;
    }
.menu-trigger.active span:nth-of-type(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
    }

ul.main_nav {
	margin: 20px 0 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.main_nav li {
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px dotted #a5a0a5;
}

ul.main_nav li span {
	display: block;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}


ul.main_nav li a {
	display: block;
	padding: 0;
	color: #1e96d2;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

ul.main_nav li a:hover {
	text-decoration: none;
	color: #1e96d2;
}

.entry {
	margin: 0 0 20px 0;
	text-align: center;
}

.menu_social {
	margin: 0 0 10px 0;
	padding: 0;
}

.menu_social ul {
	width: 120px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

.menu_social ul li {
	width: 30px;
	float: left;
	margin: 0 5px;
	border: none;
}

}

/* Larger than phablet */
@media (min-width: 550px) {

.header_wall h1 {
	width: 300px;
	height: auto;
}

}

/* Larger than tablet */
@media (min-width: 750px) {

.header_wall {
	position: relative;
	margin: 0 15px;
}

.header_wall h1 {
	width: 370px;
	height: auto;
}

.header_wall h1 img {
	width: 100%;
	height: auto;
}


#menubtn {
	display: none;
}

#menu {
	display: block !important;
}

ul.main_nav {
	width: 840px;
	margin: 20px auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.main_nav li {
	width: 140px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

ul.main_nav li span {
	display: block;
	margin: 8px 0 15px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}


ul.main_nav li a {
	display: block;
	padding: 0;
	color: #1e96d2;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

ul.main_nav li a:hover {
	text-decoration: none;
	color: #1e96d2;
}

/* Underline Reveal */
.underline {
  display: block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0eb55;
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline:hover:before, .underline:focus:before, .underline:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.entry {
	position: absolute;
	top: 0;
	right: 0;
}

.menu_social {
	display: none;
}

}

.button {
	display: inline-block;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
}
.button:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button span.text {
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 15px;
	color: #dc699b;
}

/*--------------------------------------------------------------
RECRUIT
--------------------------------------------------------------*/

@media (max-width: 767px) {
	
.recruit_title {
	margin: 50px 0 0 0;
	padding: 0;
	overflow: hidden;
}
	
.recruit_title h2 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #FFF;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.recruit_title p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
}

.recruit_title span {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #f0eb55;
	line-height: 1;
}

.recruit_nav {
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
	list-style-type: none;
	background: #1e96d2;
}

.recruit_nav li {
	width: 50%;
	float: left;
	bottom: 0;
	line-height: 0;
	background: #000;
	text-align: center;
}

.recruit_nav a li {
	display: block;
	margin: 0;
	padding: 50px 0;
	color: #FFF;
	text-decoration: none;
}

.recruit_nav a:hover {
	color: #FFF;
	text-decoration: none;
}

.rec_nav1,
.rec_nav2,
.rec_nav3,
.rec_nav4 {
	position: relative;
	overflow: hidden;
}

.rec_nav1:hover:after,
.rec_nav2:hover:after,
.rec_nav3:hover:after,
.rec_nav4:hover:after {
	opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.rec_nav1:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/doctor.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav2:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/resident.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav3:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/nurse.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav4:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/senior.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.recruit_nav li span {
	margin: 0;
	padding: 0;
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.recruit_nav li span img {
	width: 100%;
	height: auto;
}

.recruit_nav dl {
	margin: 0;
	padding: 0;
	z-index: 1;
    position: relative;
}

.recruit_nav dt {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
	color: #FFF;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 3px;
}

.recruit_nav dt img {
	width: auto;
	height: 40px;
	margin: 0 0 5px 0;
}

.recruit_nav dd {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 12px;
}

.fa-angle-right {
	margin: 0 5px 0 0;
}

}

@media (min-width: 768px) {
	
.recruit_title {
	margin: 80px 0 30px 0;
	padding: 0;
	overflow: hidden;
}
	
.recruit_title h2 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 45px;
	color: #FFF;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.recruit_title p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 1;
}

.recruit_title span {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #f0eb55;
	line-height: 2;
}

.recruit_nav {
	width: 100%;
	margin: 0;
	padding: 0 0 80px 0;
	list-style-type: none;
	background: #1e96d2;
}

.recruit_nav li {
	width: 50%;
	float: left;
	bottom: 0;
	line-height: 0;
	background: #000;
	text-align: center;
}

.recruit_nav a li {
	display: block;
	margin: 0;
	padding: 80px 0;
	color: #FFF;
	text-decoration: none;
}

.recruit_nav a:hover {
	color: #FFF;
	text-decoration: none;
}

.rec_nav1,
.rec_nav2,
.rec_nav3,
.rec_nav4 {
	position: relative;
	overflow: hidden;
}

.rec_nav1:hover:after,
.rec_nav2:hover:after,
.rec_nav3:hover:after,
.rec_nav4:hover:after {
	opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.rec_nav1:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/doctor.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav2:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/resident.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav3:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/nurse.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rec_nav4:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	background: url(../images/senior.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.recruit_nav li span {
	margin: 0;
	padding: 0;
	width: 45px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.recruit_nav li span img {
	width: 100%;
	height: auto;
}

.recruit_nav dl {
	margin: 0;
	padding: 0;
	z-index: 1;
    position: relative;
}

.recruit_nav dt {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	color: #FFF;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 3px;
}

.recruit_nav dt img {
	width: auto;
	height: 95px;
}

.recruit_nav dd {
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 18px;
}

.fa-angle-right {
	margin: 0 5px 0 0;
}
	
}


/*--------------------------------------------------------------
NEWS
--------------------------------------------------------------*/


/* Larger than mobile */
@media (min-width: 300px) {
	
.news_title {
	margin: 30px 0 20px 0;
	padding: 0;
	overflow: hidden;
}
	
.news_title h2 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #1a1a1a;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.news_title p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}

.news_title span {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1e96d2;
	line-height: 1;
}


.news_area {
	font-size: 13px;
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
}

.news_area ul.news {
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
}

.news_area ul.news li {
	margin: 0;
	padding: 25px 40px;
	background-color: #e3fafa;
	box-sizing: content-box;
	color: #1e96d2;
}

.news_area ul.news li span.data {
	display: block;
	margin: 0;
	padding: 0;
	color: #727272;
}
	
.news_area ul.news li span.new {
	margin: 0 0 0 5px;
	padding: 0;
	color: #FF4E51;
	font-size: 12px;
}

.news_area ul.news li:nth-child(odd) {
	background-color: #f5fafa;
}

.news_area ul.news li:first-child{
	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	border-radius: 20px 20px 0 0;
}

.news_area ul.news li:last-child{
　-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

.news_area a img {
	border: none;
}

.news_area a:link {
	color: #1e96d2;
	text-decoration: underline;
}
.news_area a:visited {
	color: #1e96d2;
	text-decoration: underline;
}
.news_area a:hover, a:active, a:focus { 
	text-decoration: none;
}

.news_area p {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
}

.news_area p img {
	width: 100%;
	height: auto;
}

.news_area p a:hover img{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.news_area p a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.news_area {
	font-size: 13px;
	margin: 0 30px;
	padding: 0;
	overflow: hidden;
}

.news_area ul.news {
	margin: 0 0 80px 0;
	padding: 0;
	list-style-type: none;
}

.news_area ul.news li {
	margin: 0;
	padding: 25px 40px;
	background-color: #e3fafa;
	box-sizing: content-box;
	color: #1e96d2;
}

.news_area ul.news li span.data {
	display: block;
	margin: 0;
	padding: 0;
	color: #727272;
}

.news_area p {
	margin: 0 0 80px 0;
	padding: 0;
	overflow: hidden;
}

}

/* Larger than tablet */
@media (min-width: 750px) {
	
.news_title {
	margin: 80px 0 30px 0;
	padding: 0;
	overflow: hidden;
}
	
.news_title h2 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 45px;
	color: #1a1a1a;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.news_title p {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1;
}

.news_area {
	width: 70%;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.news_area ul.news {
	margin: 0 0 80px 0;
	padding: 0;
	list-style-type: none;
}

.news_area ul.news li {
	margin: 0;
	padding: 25px 40px;
	background-color: #e3fafa;
	box-sizing: content-box;
	color: #1e96d2;
}

.news_area ul.news li span.data {
	display: inline;
	margin: 0 50px 0 0;
	padding: 0;
	color: #727272;
}

.news_area p {
	margin: 0 20px 80px 20px;
	padding: 0;
	overflow: hidden;
}

}



/*--------------------------------------------------------------
ABOUT
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.about_area {
	margin: 0;
	padding: 50px 0;
	background: url(../images/pv_bg2.jpg) no-repeat bottom center;
	background-size: cover;
}

.about_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #FFF;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.about_area h2 span {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	display: block;
}

.about_area h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 17px;
	color: #FFF;
	text-shadow: 1px 1px 5px #000;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	text-align: center;
}

.about_area p {
	margin: 0 50px 20px 50px;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	line-height: 1.8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.about_bt {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.btn {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.btn_m {
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.btn:hover,
.btn_m:hover  {
	color: #1e96d2;
	background: #ffee00;
	text-decoration: none;
}

.btn::before,
.btn_m::before,
.btn::after,
.btn_m::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn_m,
.btn::before,
.btn_m::before,
.btn::after,
.btn_m::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fa-chevron-right {
	margin: 0 5px 0 0;
	font-size: 12px;
	vertical-align: middle;
}

i.fa-play-circle-o {
	margin: 0 5px 0 0;
	font-size: 17px;
	vertical-align: middle;
}

}

/* Larger than phablet */
@media (min-width: 550px) {
	
.about_area {
	margin: 0;
	padding: 60px 0;
}

.about_area h2 {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.about_area h2 span {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	display: block;
}

.about_area h3 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	text-align: center;
}

.about_area p {
	width: 60%;
	margin: 0 auto 20px auto;
	padding: 0;
	font-size: 13px;
	line-height: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.btn {
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 13px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.btn_m {
	display: inline-block;
	width: 200px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 13px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}


i.fa-play-circle-o {
	margin: 0 5px 0 0;
	font-size: 20px;
	vertical-align: middle;
}

.fa-chevron-right {
	margin: 0 5px 0 0;
	font-size: 15px;
	vertical-align: middle;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.about_area {
	margin: 0;
	padding: 130px 0;
}

.about_area h2 {
	margin: 0 0 40px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 45px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}

.about_area h2 span {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
	display: block;
}

.about_area h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	text-align: center;
}

.about_area p {
	width: 50%;
	margin: 0 auto 50px auto;
	padding: 0;
	font-size: 15px;
	line-height: 2.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.btn {
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	color: #FFF;
	background: #1e96d2;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.btn_m {
	display: inline-block;
	width: 250px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

	
}

/*--------------------------------------------------------------
Youtube
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.youtube_area {
	margin: 0;
	padding: 0;
	background: url(../images/youtube_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.youtube_area_cover {
	height: 300px;
	margin: 0;
	padding: 0;
	background: url(../images/youtube_bg_cover.png);
	-webkit-background-size: 2px auto;
	background-size: 2px auto;
	overflow: hidden;
	color: #FFF;
	position: relative;
}

.youtube_area dl {
	margin: 0;
	padding: 0;
}

.youtube_area dt.title {
	width: 200px;
	margin: 0 0 0 -100px;
	padding: 0;
	position: absolute;
	top: 70px;
	left: 50%;
}

.youtube_area dt.play {
	width: 70px;
	margin: -35px 0 0 -35px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.youtube_area img {
	width: 100%;
	height: auto;
}

.youtube_area dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	bottom: 50px;
}

.youtube_area a:hover img{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.youtube_area a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

}

/* Larger than phablet */
@media (min-width: 550px) {

.youtube_area_cover {
	height: 500px;
	margin: 0;
	padding: 0;
	background: url(../images/youtube_bg_cover.png);
	-webkit-background-size: 2px auto;
	background-size: 2px auto;
	overflow: hidden;
	color: #FFF;
	position: relative;
}

.youtube_area dt.title {
	width: 340px;
	margin: 0 0 0 -170px;
	padding: 0;
	position: absolute;
	top: 130px;
	left: 50%;
}

.youtube_area dt.play {
	width: 90px;
	margin: -45px 0 0 -45px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.youtube_area dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	position: absolute;
	bottom: 100px;
}

}

/* Larger than tablet */
@media (min-width: 750px) {

.youtube_area_cover {
	height: 550px;
	margin: 0;
	padding: 0;
	background: url(../images/youtube_bg_cover.png);
	-webkit-background-size: 2px auto;
	background-size: 2px auto;
	overflow: hidden;
	color: #FFF;
	position: relative;
}

.youtube_area dt.title {
	width: 470px;
	margin: 0 0 0 -235px;
	padding: 0;
	position: absolute;
	top: 130px;
	left: 50%;
}

.youtube_area dt.play {
	width: 110px;
	margin: -55px 0 0 -55px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.youtube_area dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	position: absolute;
	bottom: 100px;
}

}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.youtube_area_cover {
	height: 650px;
	margin: 0;
	padding: 0;
	background: url(../images/youtube_bg_cover.png);
	-webkit-background-size: 2px auto;
	background-size: 2px auto;
	overflow: hidden;
	color: #FFF;
	position: relative;
}

.youtube_area dt.title {
	width: 470px;
	margin: 0 0 0 -235px;
	padding: 0;
	position: absolute;
	top: 150px;
	left: 50%;
}

.youtube_area dt.play {
	width: 110px;
	margin: -55px 0 0 -55px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}

.youtube_area dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	position: absolute;
	bottom: 130px;
}

}

/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.blog_area {
	margin: 0;
	padding: 30px 0;
	background: url(../images/blog_bg.jpg) ;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}

.blog_area h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #ffee00;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}

.blog_area p {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	color: #FFF;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}

.blog_area p span {
	display: block;
}

.carousel {
	width: 85%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.carousel dl {
	margin: 0 5px;
	padding: 0;
	position: relative;
}

.carousel dt.photo {
	margin: 5px 5px 10px 5px;
	padding: 0;
}

.carousel dt.photo img {
	width: 100%;
	height: auto;
}

.carousel dt.photo a:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.carousel dt.photo a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.carousel dt.post_title {
	margin: 0 10px 5px 10px;
	padding: 0;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.1;
	font-weight: bold;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.carousel a:link {
	color: #FFF;
	text-decoration: none;
}

.carousel a:visited {
	color: #FFF;
	text-decoration: none;
}

.carousel a:hover, a:active, a:focus {
	text-decoration: underline;
}

.carousel dd {
	margin: 0 10px;
	padding: 0;
	font-size: 11px;
	line-height: 1.5;
	overflow: hidden;
}

.carousel dd p {
	color: #1a1a1a;
	text-align: left;
}


.carousel dl span.data {
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	background: #FFF;
	color: #1a1a1a;
	font-size: 15px;
	font-family: 'Fjalla One', sans-serif;
	top: 0;
	left: 0;
}

.carousel dl span.small {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
}

.carousel dl span.new {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

.blog_bt {
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn2 {
	display: inline-block;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0 30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.btn2:hover {
	color: #1e96d2;
	background: #ffee00;
	text-decoration: none;
}
.btn2::before,
.btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn2,
.btn2::before,
.btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

}

/* Larger than phablet */
@media (min-width: 550px) {
	
.blog_area {
	margin: 0;
	padding: 50px 0;
	background: url(../images/blog_bg.jpg) ;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

.blog_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}

.blog_area p {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.blog_area p span {
	display: block;
}

.carousel dt.post_title {
	margin: 0 10px 5px 10px;
	padding: 0;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.carousel dd {
	margin: 0 10px;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
}

.carousel dl span.data {
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	background: #FFF;
	color: #1a1a1a;
	font-size: 18px;
	font-family: 'Fjalla One', sans-serif;
	top: 0;
	left: 0;
}

.carousel dl span.small {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 13px;
}

.blog_bt {
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn2 {
	display: inline-block;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 13px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0 30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.btn2:hover {
	color: #1e96d2;
	background: #ffee00;
	text-decoration: none;
}
.btn2::before,
.btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn2,
.btn2::before,
.btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

}

/* Larger than tablet */
@media (min-width: 750px) {
	
.blog_area {
	margin: 0;
	padding: 80px 0;
	background: url(../images/blog_bg.jpg) ;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}

.blog_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 45px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 5px;
	text-align: center;
}

.blog_area p {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.blog_area p span {
	display: inline;
}

.carousel dt.photo {
	margin: 5px 5px 20px 5px;
	padding: 0;
}

.carousel dt.post_title {
	margin: 0 10px 5px 10px;
	padding: 0;
	font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.carousel dd {
	margin: 0 10px;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
}

.carousel dl span.data {
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	background: #FFF;
	color: #1a1a1a;
	font-size: 25px;
	font-family: 'Fjalla One', sans-serif;
	top: 0;
	left: 0;
}

.carousel dl span.small {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 13px;
}

.blog_bt {
	margin: 0;
	padding: 0;
	text-align: center;
}

.btn2 {
	display: inline-block;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 15px;
	color: #1e96d2;
	background: #FFF;
	box-sizing: content-box;
	padding: 0 80px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
.btn2:hover {
	color: #1e96d2;
	background: #ffee00;
	text-decoration: none;
}
.btn2::before,
.btn2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn2,
.btn2::before,
.btn2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

}


/*--------------------------------------------------------------
MESSAGE
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.message_area {
	margin: 0;
	padding: 30px 0;
	background: url(../images/message_bg.png) ;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

.message_area h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #1e96d2;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.message_area p {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1a1a1a;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
}


.message_area ul {
	max-width: 1000px;
	margin: 0 30px;
	padding: 0;
	list-style-type: none;
}

.message_area ul li {
	margin: 0 0 40px 0;
	padding: 0;
	width: 50%;
	float: left;
}

.message_area ul dl {
	margin: 0 20px;
	padding: 0;
	text-align: center;
	position: relative;
}

.message_area ul dl a {
	display: block;
}

.message_area ul dt {
	margin: 0;
	padding: 0;
}

.message_area ul dt img {
	width: 100%;
	height: auto;
}

.message_area a:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.message_area a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.message_area ul dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #1e96d2;
	line-height: 1;
	position: absolute;
	bottom: 0;
	z-index: 1;
	white-space: nowrap;
}

.message_area ul dd span {
	background: #FFF;
	border: 1px solid #1e96d2;
	margin: 0;
	padding: 5px 10px;
}

.message_area a:link {
	text-decoration: none;
}

.message_area a:visited {
	text-decoration: none;
}

.message_area a:hover, a:active, a:focus {
	text-decoration: none;
}


}

/* Larger than phablet */
@media (min-width: 550px) {
	
.message_area {
	margin: 0;
	padding: 50px 0;
	background: url(../images/message_bg.png) ;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

.message_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 30px;
	color: #1e96d2;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}

.message_area p {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #1a1a1a;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}


.message_area ul {
	max-width: 1000px;
	margin: 0 30px;
	padding: 0;
	list-style-type: none;
}

.message_area ul li {
	margin: 0 0 50px 0;
	padding: 0;
	width: 50%;
	float: left;
}

.message_area ul dl {
	margin: 0 30px;
	padding: 0;
	text-align: center;
	position: relative;
}

.message_area ul dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #1e96d2;
	line-height: 1;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

}

/* Larger than tablet */
@media (min-width: 750px) {
	
.message_area {
	margin: 0;
	padding: 80px 0;
	background: url(../images/message_bg.png) ;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

.message_area h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 45px;
	color: #1e96d2;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}

.message_area p {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}


.message_area ul {
	max-width: 1200px;
	margin: 0 auto 40px auto;
	padding: 0;
	list-style-type: none;
}

.message_area ul li {
	margin: 0 0 30px 0;
	padding: 0;
	width: 25%;
	float: left;
}

.message_area ul dl {
	margin: 0 20px;
	padding: 0;
	text-align: center;
	position: relative;
}

.message_area ul dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #1e96d2;
	line-height: 1;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

}

/* Larger than tablet */
@media (min-width: 1000px) {

.message_area ul li {
	margin: 0 0 30px 0;
	padding: 0;
	width: 25%;
	float: left;
}

.message_area ul dl {
	margin: 0 30px;
	padding: 0;
	text-align: center;
	position: relative;
}

.message_area ul dd {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #1e96d2;
	line-height: 1;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

}

/*--------------------------------------------------------------
SNS
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
.sns_area {
	margin: 0;
	padding: 20px 0;
}

.sns_area dl {
	margin: 0 10px;
	padding: 0;
}

.sns_area dl img {
	width: 100%;
	height: auto;
}

.sns_area dt.link {
	margin: 0 0 5px 0;
	padding: 0;
}

.sns_area dt.facebook {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.sns_area dd.twitter {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.sns_area dl a:hover img{
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.sns_area dl a img {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.sns_area {
	margin: 0;
	padding: 30px 0;
}

.sns_area dl {
	margin: 0 20px;
	padding: 0;
}

.sns_area dl img {
	width: 100%;
	height: auto;
}

.sns_area dt.link {
	margin: 0 0 5px 0;
	padding: 0;
}

.sns_area dt.facebook {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.sns_area dd.twitter {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.sns_area {
	margin: 0;
	padding: 50px 0;
}

.sns_area dl {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.sns_area dl img {
	width: 100%;
	height: auto;
}

.sns_area dt.link {
	margin: 0 0 5px 0;
	padding: 0;
}

.sns_area dt.facebook {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.sns_area dd.twitter {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.sns_area {
	margin: 0;
	padding: 60px 0;
}

.sns_area dl {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

.sns_area dl img {
	width: 100%;
	height: auto;
}

.sns_area dt.link {
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
	bottom: 0;
	line-height: 0;
}

.sns_area dt.facebook {
	width: 350px;
	margin: 0 0 10px 610px;
	padding: 0;
	float: none;
	bottom: 0;
	line-height: 0;
}

.sns_area dd.twitter {
	width: 350px;
	margin: 0 0 0 610px;
	padding: 0;
	float: none;
	bottom: 0;
	line-height: 0;
}
	
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

/* Larger than mobile */
@media (min-width: 300px) {
	
footer {
	margin: 0;
	padding: 10px 0;
	background: #1e96d2;
	overflow: hidden;
}

.footer_entry {
	margin: 10px 10px 20px 10px;
	padding: 0;
	overflow: hidden;
}

.entry_btn {
	width: 100%;
	display: inline-block;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
	background: #FFF;
}
.entry_btn:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.entry_btn::before,
.entry_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry_btn span.text {
	font-size: 12px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.entry_btn .fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 23px;
	color: #dc699b;
}

ul.footer_menu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
}

ul.footer_menu li a {
	width: 33.3%;
	font-size: 11px;
	line-height: 50px;
	height: 50px;
	margin: 0;
	padding: 0 10px;
	float: left;
	display: block;
	border-bottom: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: #f2f2f2;
}

ul.footer_menu a:link {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu a:hover, a:active, a:focus {
	color: #1a1a1a;
	text-decoration: none;
}

ul.footer_menu .fa-arrow-circle-right {
	margin: 0 3px 0 0;
	font-size: 10px;
	vertical-align: middle;
	color: #1e96d2;
}

footer dl {
	margin: 0 20px 10px 20px;
	padding: 0;
	color: #1a1a1a;
}

footer dt.logo {
	width: 180px;
	margin: 0 auto 10px auto;
	padding: 0;
}

footer dt.logo img {
	width: 100%;
	height: auto;
}

footer dt.contact {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}

footer dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

.copyright {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #FFF;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
footer {
	margin: 0;
	padding: 20px 0;
	background: #1e96d2;
	overflow: hidden;
}

.footer_entry {
	width: 80%;
	margin: 10px auto 30px auto;
	padding: 0;
	overflow: hidden;
}

.entry_btn {
	width: 100%;
	display: inline-block;
	height: 75px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	color: #000;
	border: 5px solid #000;
	box-sizing: content-box;
	padding: 0 10px;
	background: #FFF;
}
.entry_btn:hover {
	color: #1e96d2;
	border: 5px solid #1e96d2;
	text-decoration: none;
}
.entry_btn::before,
.entry_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.entry_btn,
.entry_btn::before,
.entry_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.entry_btn span.text {
	font-size: 13px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.entry_btn .fa-chevron-circle-right {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #dc699b;
}

ul.footer_menu {
	margin: 0 30px 30px 30px;
	padding: 0;
	list-style-type: none;
	border-top: none;
	border-left: 1px solid #1a1a1a;
}

ul.footer_menu li a {
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
	float: left;
	display: block;
	border-bottom: none;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: none;
}


ul.footer_menu a:hover, a:active, a:focus {
	color: #1a1a1a;
	text-decoration: underline;
}

ul.footer_menu .fa-arrow-circle-right {
	display: none;
}

footer dl {
	margin: 0 30px 20px 30px;
	padding: 0;
	color: #1a1a1a;
}

footer dt.logo {
	width: 220px;
	margin: 0;
	padding: 0;
	float: left;
}

footer dt.logo img {
	width: 100%;
	height: auto;
}

footer dt.contact {
	margin: 0 0 5px 250px;
	padding: 0;
	font-size: 13px;
	text-align: left;
}

footer dd {
	margin: 0 0 0 250px;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.copyright {
	margin: 0 20px;
	padding: 5px;
	font-size: 10px;
	line-height: 1;
	text-align: right;
	color: #1a1a1a;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.footer_entry {
	width: 950px;
	margin: 10px auto 30px auto;
	padding: 0;
	overflow: hidden;
}

ul.footer_menu li a {
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 13px;
	margin: 0;
	padding: 0 20px;
	float: left;
	display: block;
	border-bottom: none;
	border-right: 1px solid #1a1a1a;
	box-sizing: border-box;
	background: none;
}

.copyright {
	margin: 0 20px;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	color: #1a1a1a;
}
	
}

/*--------------------------------------------------------------
 Utility Classes
--------------------------------------------------------------*/

/* Make element full width */
.u-full-width {
	width: 100%;
	box-sizing: border-box;
}

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

/* Float either direction */
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Clear a float */
.u-cf {
  content: "";
  display: table;
  clear: both; }
  
/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/

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