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


/******************************************************

PC設定 1100px以上の場合に適用 

*******************************************************/

/* 全体の設定 */
html {
	font-size: 62.5%;
	color: #222;
	}

body {
	width: 100%;
	font-family: YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande","hiragino kaku gothic proN";
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width: 1100px;
	background-color: #f0efee;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 1.8;
	}

img,a img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}
	
.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}

.clearfix::after {
	content: ''; 
	display: block;
	clear: both; 
	}

.h2 {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 30px;
	color: #5ecbd8;
	}

.btn {
	display: block;
	width: 300px;
	height: 60px;
	background-color: none;
	position: relative;
	color: #5ecbd8;
	border: 2px solid #5ecbd8;
	line-height: 60px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	}

.btn:hover {
	color: #FFF;
	}

.btn span {
	position: relative;
	}

.btn::before {
	content: "";
	display: block;
	background-color: #5ecbd8;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s;
	-webkit-transition: .2s;
	}

.btn:hover::before {
	width: 100%;
	}

.btn::after {
	content: "▶︎";
	font-size: 1rem;
	position: absolute;
	right: 15px;
	top: 0;
	transition: .2s;
	-webkit-transition: .2s;
	}

.btn:hover::after {
	right: 10px;
	}
	


/* header */
header {
	width: 100%;
	height: 95px;
	position: fixed;
	top: 0;
	z-index: 9000;
	background-color: #f0efee;
	transition: .2s;
	-webkit-transition: .2s;
	}

.logo_header {
	display: block;
	width: 250px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 20px;
	transition: .2s;
	-webkit-transition: .2s;
	}

.logo_header:hover {
	opacity: .8;
	}

header nav {
	position: absolute;
	right: 0;
	bottom: 0;
	}

header nav ul li {
	float: left;
	height: 95px;
	margin-left: 25px ;
	}

header nav ul li a {
	font-size: 1.6rem;
	font-weight: 600;
	display: block;
	margin-top: 60px;
	padding: 0 5px;
	transition: .2s;
	-webkit-transition: .2s;
	}

header nav ul li a:hover,
header nav ul li a.current {
	border-bottom: 3px solid #5ecbd8;
	}

header nav ul li:last-child a:hover {
	border: none;
	}

header nav .btn {
	background-color: #5ecbd8;
	color: #FFF;
	height: 95px;
	border: none;
	width: 170px;
	line-height: normal;
	padding: 60px 0 0 0;
	}

header nav .btn::before {
	background-color: #2f85a7;
	}

header nav .btn::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 19px;
	background-image: url("/img/common/icon_header_contact.png");
	background-size: cover;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	}

header nav .btn:hover::after {
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	}



/* naviFix */
header.fixed {
	height: 60px;
	box-shadow: 0 0 5px 0 #777;
	}

header.fixed .logo_header {
	width: 150px;
	top: 10px;
	transition: .2s;
	-webkit-transition: .2s;
	}

header.fixed nav ul li {
	height: 60px;
	}

header.fixed nav ul li a {
	margin-top: 18px;
	}

header.fixed nav ul li:first-child a {
	border-left: none
	}

header.fixed nav ul li a:hover {
	border-bottom: 3px solid #5ecbd8;
	}

header.fixed nav ul li:last-child a:hover {
	border: none;
	}

header.fixed nav .btn {
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	}

header.fixed nav .btn::after {
	display: none;
	}



/* breadcrumb */
.breadcrumb {
	max-width: 95%;
	margin: 120px auto 0 auto;
	}

.breadcrumb ul {
	overflow: hidden;
	}

.breadcrumb ul li {
	float: left;
	line-height: 50px;
	}

.breadcrumb ul li a {
	font-size: 1.4rem;
	color: #555;
	}

.breadcrumb ul li::before {
	content: '>';
	margin: 15px;
	color: #555;
	}

.breadcrumb ul li:first-child::before {
	content: none;
	}

.breadcrumb ul li a:hover {
	text-decoration: underline;
	}



/* pageTitle */
.pageTitle {
	margin: 30px auto 50px auto;
	}
	
.pageTitle h1 {
	font-size: 4.8rem;
	text-align: center;
	font-family: fot-klee-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	}

.pageTitle h1 span {
	display: block;
	color: #5ecbd8;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande","hiragino kaku gothic proN";
	}



/* container_sns */
.container_sns .wrapper {
	margin: 100px auto 120px auto;
	}

.container_sns .h2 {
	text-align: center;
	}

.container_sns h3 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0;
	}

.container_sns img {
	display: block;
	width: 100%;
	height: auto;
	}

.container_sns .wrapper > div {
	width: 31%;
	float: left;
	}

.timeline {
	height: 500px;
	max-height: 500px;
	overflow: scroll;
	}

.facebook,
.instagram {
	margin-right: 3.5%;
	}

.facebook h3 {
	background-color: #3C589E;
	}

.instagram h3 {
	background: linear-gradient(-35deg, #ce30a1, #5e5dd4);
	}

.twitter h3 {
	background-color: #1DA1F2;
	}

.container_sns .btn {
	margin-top: 30px;
	background-color: #5ecbd8;
	color: #FFF;
	border: none;
	}

.container_sns .btn::before {
	background-color: #2f85a7;
	}

	
	

/* footer */
footer {
	height: 130px;
	}

footer .left {
	width: 25%;
	height: 130px;
	}

footer img {
	display: block;
	width: 250px;
	height: auto;
	margin-top: 30px;
	}

footer .right {
	width: 75%;
	height: 130px;
	position: relative;
	}

footer .right ul {
	position: absolute;
	right: 0;
	top: 30px;
	}

footer .right ul li {
	float: left;
	}

footer .right ul li a {
	font-size: 1.5rem;
	padding: 0 15px;
	border-left: 1px solid #222;
	}

footer .right ul li:first-child a {
	border-left: none;
	}

footer .right ul li:last-child a {
	padding-right: 0;
	}

footer .right ul li a:hover {
	text-decoration: underline;
	}

footer .right p {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 30px;
	}




/******************************************************

タブレットの設定 769px〜1099pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
html {
	font-size: 58%;
	}

body {
	max-width: 1099px;
	min-width: 100%;
	}

.wrapper {
	width: 95%;
	margin: 0 auto;
	}



/* header */
.logo_header {
	width: 200px;
	left: 10px;
	top: 25px;
	}

header nav ul li {
	margin: 0 0 0 5px;
	}

header nav ul li a {
	font-size: 1.5rem;
	padding: 0 3px;
	}

header nav .btn {
	width: 120px;
	margin-left: 5px;
	}



/* naviFix */
header.fixed nav ul li a {
	margin-top: 20px;
	}



/* footer */
footer {
	height: 130px;
	}

footer .left {
	width: 20%;
	height: 130px;
	}

footer img {
	width: 100%;
	margin-top: 30px;
	}

footer .right {
	width: 80%;
	}

footer .right ul li a {
	padding: 0 10px;
	}

footer .right ul li:first-child a {
	border-left: none;
	}

footer .right ul li:last-child a {
	padding-right: 0;
	}

footer .right ul li a:hover {
	text-decoration: underline;
	}

footer .right p {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 30px;
	}


}



/******************************************************

SPの設定 768px以下の場合に適用 

*******************************************************/

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

/* 全体の設定 */
html {
	font-size: 54%;
	}

body {
	max-width: 768px;
	}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.left {
	float: none;
	}

.right {
	float: none;
	}

.wrapper {
	width: calc(100% - 40px);
	}

.btn {
	width: 80%;
	height: 50px;
	line-height: 50px;
	}

.h2 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	}



/* header */
header {
	height: 60px;
	box-shadow: 0 0 5px 0 #777;
	}

.logo_header {
	width: 150px;
	top: 10px;
	}



/* pageTitle */
.pageTitle {
	margin: 80px auto 30px auto;
	}
	
.pageTitle h1 {
	font-size: 4rem;
	}




/* container_sns */
.container_sns .wrapper {
	margin: 50px auto 60px auto;
	}

.container_sns h3 {
	font-size: 1.8rem;
	}

.container_sns .wrapper > div {
	width: 95%;
	float: none;
	margin-bottom: 50px;
	}

.timeline {
	height: auto;
	max-height: 400px;
	}

.facebook,
.instagram {
	margin-right: 0;
	}

.container_sns .btn {
	margin-top: 20px;
	}

	

/* footer */
footer {
	height: 130px;
	}

footer .left {
	width: 25%;
	height: 130px;
	}

footer img {
	display: block;
	width: 250px;
	height: auto;
	margin-top: 30px;
	}

footer .right {
	width: 75%;
	height: 130px;
	position: relative;
	}

footer .right ul {
	position: absolute;
	right: 0;
	top: 30px;
	}

footer .right ul li {
	float: left;
	}

footer .right ul li a {
	font-size: 1.5rem;
	padding: 0 15px;
	border-left: 1px solid #222;
	}

footer .right ul li:first-child a {
	border-left: none;
	}

footer .right ul li:last-child a {
	padding-right: 0;
	}

footer .right ul li a:hover {
	text-decoration: underline;
	}

footer .right p {
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 30px;
	}
	
	

/* footer */
footer {
	height: auto;
	}

footer .left {
	width: 100%;
	height: auto;
	}

footer img {
	width: 40%;
	max-width: 250px;
	height: auto;
	margin: 25px auto 10px auto;
	}

footer .right {
	width: 100%;
	height: auto;
	position: static;
	}

footer .right p {
	position: static;
	text-align: center;
	margin-bottom: 20px;
	}



/* iOSでのデフォルトスタイルをリセット */
input[type=submit],input[type=button],input[type=text],input[type=mail],input[type=reset],textarea {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
	}



}