﻿@charset "UTF-8";

/* 初期設定 */
* {

	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

.clearfix {

	zoom: 1;
	
}

.clearfix:after {

	content: "";
	display: block;
	clear: both;
	
}

img {

	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
	
}

li {

	list-style: none;
	
}

a {

	color: #333;
	text-decoration: none;

}

.break {

	display: none;

}

html {

	min-width: 320px;
	font-size: 62.5%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	
}

/* Webフォント */
@font-face {

  font-family: 'Trebuchet';
  src: url('../font/Trebuchet.ttf') format('truetype');

}

/* ボディ */
body {

	min-width: 320px;
	font-family: 'Noto Serif JP';
	font-size: 15.5px;
	line-height: 1.7;
	color: #333;
	letter-spacing: 0.12em;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;

}

/* ヘッダー */
header {

	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding-top: 2em;
	padding-bottom: 0.7em;
	background-image: url('../img/header_bg.png');
	background-size: cover;
	background-position: center center;

}

header h1 {

	float: left;
	width: 9.6em;

}

header h1 img {

	width: 100%;

}

header .sp_tel {

	display: none;

}

header nav {

	float: right;
	margin-top: 1.2em;

}

header nav ul li {
	
	position: relative;
	display: inline-block;
	margin-left: 1.8em;
	font-family: 'Trebuchet';
	font-size: 24px;
	letter-spacing: 0.13em;

}

header nav ul li:after {

  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: '';
  background: #FF3333; 
  overflow: hidden;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);

}

header nav ul li:hover:after {

  left: 0;
  width: 100%;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);

}

header nav ul li.on:after {

  height: 0;

}

header nav ul li span {

	padding: 0 0.15em;
	padding-bottom: 0.2em;

}

header nav ul li.on span {

	border-bottom: 2px solid #FF3333;

}

/* 内枠 */
.inner {

	width: 1200px;
	margin: 0 auto;

}

/* メイン画像 */
.mainimg {

	height: 600px;
	background-image: url('../img/mainimage.png');
	background-size: cover;
	background-position: center center;

}

/* Geeting */
#greeting {

	padding-top: 15.5em;

}

#greeting .inner {

	position: relative;

}

#greeting .img {
	
	opacity: 0;
	position: relative;
	float: left;
	width: 50%;
	height: 600px;
	background-image: url('../img/TOPimage1.png');
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: all 1.2s;

}

#greeting .img.active  {

	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

}

/*

#greeting .img:after {

  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: #FF6666;

}

#greeting .img.active:after {

  -webkit-animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  -webkit-animation-fill-mode: both;
  
  animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;

}

*/

#greeting .txt {
	
	float: right;
	width: 50%;
	padding-top: 1em;
	padding-left: 6em;
	padding-right: 4em;

}

#greeting .txt h2 {
	
	position: relative;
	width: 14em;
	margin-bottom: 1em;
	overflow: hidden;

}

#greeting h2:after {

	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width:  100%;
	height: 100%;
	background: #fff;
	transition: all 1.5s;

}

#greeting h2.active:after {

	width: 0;

}

/*

#greeting .txt h2:after {

  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: #FF6666;

}

#greeting .txt h2.active:after {
	
  -webkit-animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  -webkit-animation-fill-mode: both;
	
  animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
  
}

@-webkit-keyframes OverlayIn {

  0%   { width: 0;    }
  100% { width: 100%; }
  
}

@-webkit-keyframes OverlayOut {

  0%   { -webkit-transform: translateX(0);    }
  100% { -webkit-transform: translateX(102%); }
  
}

@keyframes OverlayIn {

  0%   { width: 0;    }
  100% { width: 100%; }
  
}

@keyframes OverlayOut {

  0%   { transform: translateX(0);    }
  100% { transform: translateX(102%); }
  
}

*/

#greeting .txt h2 img {

	width: 100%;

}

#greeting .txt .title {

	margin-bottom: 0.6em;
	font-size: 24px;

}

#greeting .logo {

	position: absolute;
	top: -4%;
	left: 59%;
	z-index: -1;
	width: 48em;

}

#phil {
	
	position: relative;
	margin-bottom: 9em;
	background: #565f6d;

}

#phil:after {

	position: absolute;
	top: -11em;
	left: 0;
	z-index: -1;
	content: "";
	display: block;
	width: 120%;
	height: 18em;
	background: #565f6d;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);

}

#phil .txt {

	float: left;
	width: 50%;
	padding-top: 10em;
	padding-left: 6em;

}

#phil .txt h2 {
	
	position: relative;
	width: 18em;
	margin-bottom: 2em;
	overflow: hidden;

}

#phil h2:after {

	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width:  100%;
	height: 100%;
	background: #565f6d;
	transition: all 1.5s;

}

#phil h2.active:after {

	width: 0;

}

/*

#phil .txt h2:after {

  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: #333366;

}

#phil .txt h2.active:after {
	
	-webkit-animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  -webkit-animation-fill-mode: both;
	
  animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;

}

*/

#phil .txt h2 img {

	width: 100%;

}

#phil p {
	
	margin-bottom: 2em;
	padding-left: 0.5em;
	font-size: 20px;
	line-height: 1.9;
	color: #fff;

}

#phil .img {
	
	opacity: 0;
	position: relative;
	float: right;
	width: 50%;
	height: 600px;
	margin-bottom: 4em;
	background-image: url('../img/TOPimage2.png');
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: all 1.2s;

}

#phil .img.active {

	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);

}

/*

#phil .img:after {

  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: #333366;

}

#phil .img.active:after {

  -webkit-animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  -webkit-animation-fill-mode: both;
	
  animation: OverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1), OverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;

}

*/

/* フッター */
.foot {

	height: 600px;
	background-image: url('../img/foot.jpg');
	background-size: cover;
	background-position: center center;

}

footer {
	
	padding-top: 1.2em;
	padding-bottom: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #444;
	letter-spacing: 0.15em;
	background-image: url('../img/footer_bg.png');
	background-size: cover;
	background-position: center center;
	border-top: 12px solid #FF6666;

}

footer .footer_logo {

	width: 12.5em;
	margin-bottom: 1em;

}

footer p {

	font-size: 19px;

}

footer nav {

	margin-top: 1.5em;
	margin-bottom: 0.3em;

}

footer nav ul li {
	
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	font-size: 15px;

}

footer nav ul li:after {

	position: absolute;
	top: 25%;
	right: 0;
	content: "";
	width: 1px;
	height: 50%;
	background: #333;

}

footer nav ul li:last-child:after {

	width: 0;

}

footer .copy {

	font-size: 14px;

}

/* スマホメニュー */
.menu {

	display: none;

}



/* ズーム125% */
@media only screen and (max-width: 1550px) {

	/* ボディ */
	body {
		
		font-size: 15.5px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 2em;
		padding-bottom: 0.7em;
		background-size: cover;
		
	}
	
	header h1 {
		
		float: left;
		width: 9.6em;
	
	}
	
	header nav {
		
		float: right;
		margin-top: 1.2em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.8em;
		font-size: 24px;
		letter-spacing: 0.13em;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.15em;
		padding-bottom: 0.2em;
	
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: 600px;
		background-size: cover;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 15.5em;
		
	}
	
	#greeting .img {
		
		height: 600px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 1em;
		padding-left: 6em;
		padding-right: 4em;
		
	}
	
	#greeting .txt h2 {
		
		width: 14em;
		margin-bottom: 1em;
		
	}
	
	#greeting .txt .title {
		
		margin-bottom: 0.6em;
		font-size: 24px;
		
	}
	
	#greeting .logo {
	
		top: -4%;
		left: 59%;
		width: 48em;
	
	}
	
	#phil {
		
		margin-bottom: 9em;
	
	}
	
	#phil .txt {
		
		padding-top: 10em;
		padding-left: 6em;
		
	}
	
	#phil .txt h2 {
		
		width: 18em;
		margin-bottom: 2em;
	
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 20px;
		line-height: 1.9;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 600px;
		margin-bottom: 4em;
		
	}
	
	/* フッター */
	.foot {
		
		height: 600px;
		
	}
	
	footer {
		
		padding-top: 1.2em;
		padding-bottom: 0.5em;
		letter-spacing: 0.15em;
		border-top: 12px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 12.5em;
		margin-bottom: 1em;
		
	}
	
	footer p {
		
		font-size: 19px;
	
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 15px;
		
	}

}



/* 中サイズ */
@media only screen and (max-width: 1366px) {

	/* ボディ */
	body {
		
		font-size: 12.5px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		max-width: 1366px;
		width: 100%;
		padding-top: 1.2em;
		padding-bottom: 0.6em;
		
	}
	
	header h1 {
		
		float: left;
		width: 8em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.3em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.8em;
		font-size: 17px;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.1em;
		
	}
	
	header nav ul li.on span {
		
		border-bottom: 2px solid #FF3333;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 63%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 12em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 415px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.3em;
		padding-left: 5em;
		padding-right: 2em;
		line-height: 1.6;
		letter-spacing: 0.07em;
		
	}
	
	#greeting .txt h2 {
		
		width: 11.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 17px;
		
	}
	
	#greeting .logo {
		
		top: -4%;
		left: 59%;
		width: 41em;
		
	}
	
	#phil {
		
		margin-bottom: 7em;
		
	}
	
	#phil:after {
		
		top: -8.5em;
		left: 0;
		width: 120%;
		height: 15em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 8em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 15em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 15px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 415px;
		margin-bottom: 3.2em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 8px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 11em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 14px;
		
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 12px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 11.5px;
	
	}

}



/* iPadPro */
@media only screen and (max-width: 1024px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.7em;
		padding-bottom: 0.5em;
		
	}
	
	header h1 {
		
		float: left;
		width: 7em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.6em;
		font-size: 12.5px;
		letter-spacing: 0.1em;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.1em;
		
	}
	
	header nav ul li.on span {
		
		border-bottom: 1px solid #FF3333;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 63%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 11em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 320px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.3em;
		padding-left: 4em;
		padding-right: 0em;
		font-size: 10.5px;
		line-height: 1.5;
		letter-spacing: 0.06em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14.5px;
		
	}
	
	#greeting .logo {
		
		top: -5%;
		left: 58%;
		width: 37em;
		
	}
	
	#phil {
		
		margin-bottom: 6em;
		
	}
	
	#phil:after {
		
		top: -7.5em;
		left: 0;
		width: 120%;
		height: 14em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 7em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 14em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 11.5px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 320px;
		margin-bottom: 2.8em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 6px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 12px;
		
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10.5px;
	
	}

}



/* AndroidのＬの横 */
@media only screen and (max-width: 854px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.7em;
		padding-bottom: 0.5em;
		
	}
	
	header h1 {
		
		float: left;
		width: 7em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.6em;
		font-size: 12.5px;
		letter-spacing: 0.1em;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.1em;
		
	}
	
	header nav ul li.on span {
		
		border-bottom: 1px solid #FF3333;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 86%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 10em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 350px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.8em;
		padding-left: 4em;
		padding-right: 3em;
		font-size: 10.5px;
		line-height: 1.7;
		letter-spacing: 0.1em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14.5px;
		
	}
	
	#greeting .logo {
		
		top: 10%;
		left: 57%;
		width: 30em;
		
	}
	
	#phil {
		
		margin-bottom: 5em;
		
	}
	
	#phil:after {
		
		top: -7.5em;
		left: 0;
		width: 120%;
		height: 14em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 7em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 14em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 11.5px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 350px;
		margin-bottom: 2.8em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 6px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 12px;
		
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10.5px;
	
	}

}



/* iPad */
@media only screen and (max-width: 768px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.7em;
		padding-bottom: 0.5em;
		
	}
	
	header h1 {
		
		float: left;
		width: 7em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.6em;
		font-size: 12.5px;
		letter-spacing: 0.1em;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.1em;
		
	}
	
	header nav ul li.on span {
		
		border-bottom: 1px solid #FF3333;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 86%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 9em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 350px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.8em;
		padding-left: 3.5em;
		padding-right: 0em;
		font-size: 10.5px;
		line-height: 1.7;
		letter-spacing: 0.08em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14.5px;
		
	}
	
	#greeting .logo {
		
		top: 12%;
		left: 57%;
		width: 28em;
		
	}
	
	#phil {
		
		margin-bottom: 4.5em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 8em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 14em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 11.5px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 350px;
		margin-bottom: 2.8em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 6px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 12px;
		
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10.5px;
	
	}

}



/* iPhonePlusの横 */
@media only screen and (max-width: 736px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.7em;
		padding-bottom: 0.5em;
		
	}
	
	header h1 {
		
		float: left;
		width: 7em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.6em;
		font-size: 12.5px;
		letter-spacing: 0.1em;
		
	}
	
	header nav ul li span {
		
		padding: 0 0.1em;
		
	}
	
	header nav ul li.on span {
		
		border-bottom: 1px solid #FF3333;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 86%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 8.5em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 330px;
		background-position: center center;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.8em;
		padding-left: 3.5em;
		padding-right: 0em;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.08em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 13.5px;
		
	}
	
	#greeting .logo {
		
		top: 12%;
		left: 57%;
		width: 28em;
		
	}
	
	#phil {
		
		margin-bottom: 4em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 8em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 13em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 11px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 330px;
		margin-bottom: 2.5em;
		background-position: center center;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 6px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 12px;
		
	}
	
	footer nav {
		
		margin-top: 1.5em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10.5px;
	
	}

}



/* iPhone8の横 */
@media only screen and (max-width: 667px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.5em;
		padding-bottom: 0.4em;
		
	}
	
	header h1 {
		
		float: left;
		width: 6em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1.2em;
		font-size: 12px;
		letter-spacing: 0.1em;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 86%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 8em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 320px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.8em;
		padding-left: 2em;
		padding-right: 0em;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0.02em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 13.5px;
		
	}
	
	#greeting .logo {
		
		top: 12%;
		left: 57%;
		width: 25em;
		
	}
	
	#phil {
		
		margin-bottom: 3.5em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 7em;
		padding-left: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 12em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 11px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 320px;
		margin-bottom: 2.5em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 4px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 9.5em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 11.5px;
		
	}
	
	footer nav {
		
		margin-top: 1.3em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10px;
	
	}

}



/* iPhone5の横 */
@media only screen and (max-width: 568px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.5em;
		padding-bottom: 0.4em;
		
	}
	
	header h1 {
		
		float: left;
		width: 5.5em;
		
	}
	
	header nav {
		
		float: right;
		margin-top: 1.6em;
		
	}
	
	header nav ul li {
		
		margin-left: 1em;
		font-size: 11.5px;
		letter-spacing: 0.1em;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 94%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 7em;
		
	}
	
	#greeting .img {
		
		float: left;
		width: 50%;
		height: 300px;
		
	}
	
	#greeting .txt {
		
		float: right;
		width: 50%;
		padding-top: 0.8em;
		padding-left: 1.5em;
		padding-right: 0em;
		font-size: 10px;
		line-height: 1.7;
		letter-spacing: 0em;
		
	}
	
	#greeting .txt h2 {
		
		width: 9.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 13px;
		
	}
	
	#greeting .logo {
		
		top: 18%;
		left: 56%;
		width: 20em;
		
	}
	
	#phil {
		
		margin-bottom: 3.5em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: left;
		width: 50%;
		padding-top: 7em;
		padding-left: 3em;
		
	}
	
	#phil .txt h2 {
		
		width: 11em;
		margin-bottom: 2em;
		
	}
	
	#phil p {
		
		margin-bottom: 2em;
		padding-left: 0.5em;
		font-size: 10.5px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 50%;
		height: 300px;
		margin-bottom: 2em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 4px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 9.5em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 11.5px;
		
	}
	
	footer nav {
		
		margin-top: 1em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10px;
	
	}

}



/* AndroidのＬ */
@media only screen and (max-width: 480px) {

	.break {
		
		display: block;
		
	}
	
	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.4em;
		padding-bottom: 0.8em;
		
	}
	
	header.active {
	
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	
	}
	
	header h1 {
		
		float: left;
		width: 6em;
		
	}
	
	header nav ul li:after {
		
	  height: 0;
		
	}
	
	header .sp_tel {
		
		position: absolute;
		top: 10px;
		right: 5.4em;
		display: block;
		width:  3em;
		height: 3em;
		background-color: #333;
		background-image: url('../img/sp_tel.png');
		background-repeat: no-repeat;
		background-size: 1.5em;
		background-position: center center;
		border-radius: 100%;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 90%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 4.5em;
		
	}
	
	#greeting .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		
	}
	
	#greeting .txt {
		
		float: none;
		width: 85%;
		margin-bottom: 4em;
		padding-top: 0;
		padding-left: 0;
		font-size: 12.5px;
		line-height: 2;
		letter-spacing: 0.12em;
		
	}
	
	#greeting .txt h2 {
		
		width: 11em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14px;
		
	}
	
	#greeting .logo {
		
		top: 7%;
		left: 34%;
		width: 25em;
		
	}
	
	#phil {
		
		margin-bottom: 2.5em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 4em;
		padding-top: 5em;
		padding-left: 0;
		
	}
	
	#phil .txt h2 {
		
		width: 12.5em;
		margin-bottom: 1.5em;
		
	}
	
	#phil p {
		
		margin-bottom: 1.5em;
		padding-left: 0.5em;
		font-size: 13px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		margin-bottom: 3em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 3px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 8.5em;
		margin-bottom: 0.8em;
		
	}
	
	footer p {
		
		font-size: 11.5px;
		
	}
	
	footer nav {
		
		margin-top: 1em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10px;
	
	}
	
	/* メニュー */
	.menu {
		
		display: block;
		opacity: 0.9;
	  position: fixed;
	  position: absolute;
	  top:   5px;
	  right: 16px;
	  z-index: 10000;
	  width:  40px;
	  height: 40px;
		
	}
	
	.menu__line {
		
		position: absolute;
	  display: block;
	  width: 60%;
	  height: 3px;
	  background: #222;
	  transition: transform .3s;
	  
	}
	
	.menu__line--top {
		
		top: 10px;
		left: 8px;
	
	}
	
	.menu__line--center {
		
	  top: 19px;
	  right: 8px;
	  width: 40%;
	  
	}
	
	.menu__line--bottom {
		
	  bottom: 8px;
	  left: 8px;
	  
	}
	
	.menu__line--top.active {
	
	  top: 18px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  
	}
	
	.menu__line--center.active {
		
		-webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  
	}
	
	.menu__line--bottom.active {
	
	  bottom: 19px;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  
	}
	
	header nav {
		
		float: none;
		margin-top: 0;
		
	}
	
	header nav ul li {
		
		margin-left: 1.2em;
		font-size: 12px;
		letter-spacing: 0.1em;
		
	}
	
	/* ナビゲーション */
	header nav {
	  
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 1000;
	  display: none;
	 	float: none;
	  width: 100%;
	  margin: 0;
	  background: #333366;
	  background: #7E7D7E;
	  background-image: url('../img/sp_bg.jpg');
	  background-size: cover;
	  background-position: center center;
	  overflow: hidden;
	  -webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		
	}
	
	header nav ul li {
		
		float: none;
		width: 100%;
		text-align: center;
		overflow: hidden;
		
	}
	
	header nav ul li a {
		
		display: block;
		width: 92%;
		padding: 1.2em 0 0.5em 0;
		padding: 0.3em 0 0.3em 0;
		font-size: 14px;
		font-size: 14.5px;
		color: #fff;
		color: #222;
		
		letter-spacing: 0.2em;
		
		/*border-top: 1px solid rgba(255,255,255,0.3);*/
		
		-webkit-animation-duration: 0.8s;
		-webkit-animation-fill-mode: both;
	  -webkit-animation-name: ReturnToNormal;
		
		animation-duration: 0.8s;
		animation-fill-mode: both;
	  animation-name: ReturnToNormal;
	  
		transition: all 0.5s;
		
	}
	
	header nav ul li:last-child a {
	
		padding-bottom: 1.5em;
	
	}
	
	@-webkit-keyframes ReturnToNormal {
		
	  from {
	    
	    opacity: 0;
	    -webkit-transform-origin: left top;
	    -webkit-transform: rotate3d(0, 0, 1, 45deg);
	    
	  }
		
	  to {
	    
	    opacity: 1;
	    -webkit-transform-origin: left top;
	    -webkit-transform: none;
	    
	  }
	  
	}
	
	@keyframes ReturnToNormal {

	  from {
	    
	    opacity: 0;
	    transform-origin: left top;
	    transform: rotate3d(0, 0, 1, 45deg);
	    
	  }
		
	  to {
	    
	    opacity: 1;
	    transform-origin: left top;
	    transform: none;
	    
	  }
	  
	}
	
	header nav ul li:first-child a {
		
		margin-top: 3em;
		border-top: none;
	
	}
	
	header nav ul li a span {
	
		padding-bottom: 0.2em;
	
	}

}



/* iPhonePlus */
@media only screen and (max-width: 414px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.4em;
		padding-bottom: 0.8em;
		
	}
	
	header h1 {
		
		float: left;
		width: 5.5em;
		
	}
	
	header .sp_tel {
		
		top: 9px;
		right: 5.4em;
		width:  3em;
		height: 3em;
		background-size: 1.5em;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 90%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 4.5em;
		
	}
	
	#greeting .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		
	}
	
	#greeting .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 4em;
		padding-top: 0;
		padding-left: 0;
		font-size: 12.5px;
		line-height: 2;
		letter-spacing: 0.1em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10.5em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14px;
		
	}
	
	#greeting .logo {
		
		top: 9%;
		left: 32%;
		width: 23em;
		
	}
	
	#phil {
		
		margin-bottom: 2.5em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		left: 0;
		width: 120%;
		height: 13em;
		transform: rotate(-5deg);
		
	}
	
	#phil .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 4em;
		padding-top: 5em;
		padding-left: 0;
		
	}
	
	#phil .txt h2 {
		
		width: 12em;
		margin-bottom: 1.5em;
		
	}
	
	#phil p {
		
		margin-bottom: 1.5em;
		padding-left: 0.5em;
		font-size: 13px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		margin-bottom: 3em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.15em;
		border-top: 3px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 8em;
		margin-bottom: 0.7em;
		
	}
	
	footer p {
		
		font-size: 11.5px;
		
	}
	
	footer nav {
		
		margin-top: 1em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 11px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	footer .copy {
	
		font-size: 10px;
	
	}
	
	/* メニュー */
	.menu {
		
	  top:   5px;
	  right: 16px;
	  width:  40px;
	  height: 40px;
		
	}
	
	.menu__line {
		
	  width: 60%;
	  height: 3px;
	  
	}
	
	.menu__line--top {
		
		top: 10px;
		left: 8px;
	
	}
	
	.menu__line--center {
		
	  top: 19px;
	  right: 8px;
	  width: 40%;
	  
	}
	
	.menu__line--bottom {
		
	  bottom: 8px;
	  left: 8px;
	  
	}
	
	.menu__line--top.active {
	
	  top: 18px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  
	}
	
	.menu__line--center.active {
		
		-webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  
	}
	
	.menu__line--bottom.active {
	
	  bottom: 19px;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  
	}
	
	header nav {
		
		float: none;
		margin-top: 0;
		
	}
	
	header nav ul li {
		
		margin-left: 1.2em;
		font-size: 12px;
		letter-spacing: 0.1em;
		
	}
	
	/* ナビゲーション */
	header nav ul li a {
		
		padding: 1em 0 0.5em 0;
		padding: 0.3em 0 0.3em 0;
		font-size: 14.5px;
		
	}

}



/* iPhone8 */
@media only screen and (max-width: 375px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0.1em;
		padding-bottom: 0.7em;
		
	}
	
	header h1 {
		
		float: left;
		width: 5em;
		
	}
	
	header .sp_tel {
		
		top: 9px;
		right: 5.3em;
		width:  2.9em;
		height: 2.9em;
		background-size: 1.5em;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 90%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 4em;
		
	}
	
	#greeting .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		
	}
	
	#greeting .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 3.5em;
		padding-top: 0;
		padding-left: 0;
		font-size: 11.5px;
		line-height: 2;
		letter-spacing: 0.1em;
		
	}
	
	#greeting .txt h2 {
		
		width: 10em;
		margin-bottom: 0.8em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.7em;
		font-size: 14px;
		
	}
	
	#greeting .logo {
		
		top: 9%;
		left: 26%;
		width: 22em;
		
	}
	
	#phil {
		
		margin-bottom: 2em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		width: 120%;
		height: 13em;
		
	}
	
	#phil .txt {
		
		margin-bottom: 3.5em;
		padding-top: 4.5em;
		
	}
	
	#phil .txt h2 {
		
		width: 11.5em;
		margin-bottom: 1.5em;
		
	}
	
	#phil p {
		
		margin-bottom: 1.5em;
		padding-left: 0.5em;
		font-size: 12.5px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 75%;
		padding-top: 65%;
		margin-bottom: 2.5em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.12em;
		border-top: 3px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 7.5em;
		margin-bottom: 0.6em;
		
	}
	
	footer p {
		
		font-size: 11px;
		
	}
	
	footer nav {
		
		margin-top: 1em;
		margin-bottom: 0.3em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 10.5px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	/* メニュー */
	.menu {
		
	  top:   5px;
	  right: 14px;
	  width:  40px;
	  height: 40px;
		
	}
	
	.menu__line {
		
	  width: 60%;
	  height: 3px;
	  
	}
	
	.menu__line--top {
		
		top: 10px;
		left: 8px;
	
	}
	
	.menu__line--center {
		
	  top: 19px;
	  right: 8px;
	  width: 40%;
	  
	}
	
	.menu__line--bottom {
		
	  bottom: 8px;
	  left: 8px;
	  
	}
	
	.menu__line--top.active {
	
	  top: 18px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  
	}
	
	.menu__line--center.active {
		
		-webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  
	}
	
	.menu__line--bottom.active {
	
	  bottom: 19px;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  
	}
	
	header nav {
		
		float: none;
		margin-top: 0;
		
	}
	
	header nav ul li {
		
		margin-left: 1.2em;
		font-size: 12px;
		letter-spacing: 0.1em;
		
	}
	
	/* ナビゲーション */
	header nav ul li a {
		
		padding: 1em 0 0.5em 0;
		padding: 0.3em 0 0.3em 0;
		font-size: 14.5px;
		
	}

}



/* Galaxy */
@media only screen and (max-width: 360px) {



}



/* iPhone5 */
@media only screen and (max-width: 320px) {

	/* ボディ */
	body {
		
		font-size: 11px;
		line-height: 1.7;
		letter-spacing: 0.12em;
		
	}
	
	/* ヘッダー */
	header {
		
		padding-top: 0em;
		padding-bottom: 0.6em;
		
	}
	
	header h1 {
		
		float: left;
		width: 4.5em;
		line-height: 1.5;
		
	}
	
	header .sp_tel {
		
		top: 6px;
		right: 5em;
		width:  2.7em;
		height: 2.7em;
		background-size: 1.5em;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 90%;
		
	}
	
	/* メイン画像 */
	.mainimg {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	/* Geeting */
	#greeting {
		
		padding-top: 3.5em;
		
	}
	
	#greeting .img {
		
		float: right;
		width: 75%;
		height: auto;
		padding-top: 65%;
		
	}
	
	#greeting .txt {
		
		float: none;
		width: 100%;
		margin-bottom: 3em;
		font-size: 11.5px;
		line-height: 2;
		letter-spacing: 0.1em;
		
	}
	
	#greeting .txt h2 {
		
		width: 9.5em;
		margin-bottom: 0.6em;
		
	}
	
	#greeting .txt .title {
	
		margin-bottom: 0.5em;
		font-size: 13.5px;
		
	}
	
	#greeting .logo {
		
		top: 9%;
		left: 22%;
		width: 20em;
		
	}
	
	#phil {
		
		margin-bottom: 2em;
		
	}
	
	#phil:after {
		
		top: -6.5em;
		width: 120%;
		height: 13em;
		
	}
	
	#phil .txt {
		
		margin-bottom: 3em;
		padding-top: 4em;
		
	}
	
	#phil .txt h2 {
		
		width: 11em;
		margin-bottom: 1.2em;
		
	}
	
	#phil p {
		
		margin-bottom: 1.5em;
		padding-left: 0.5em;
		font-size: 12px;
		
	}
	
	#phil .img {
		
		float: right;
		width: 75%;
		padding-top: 65%;
		margin-bottom: 2.5em;
		
	}
	
	/* フッター */
	.foot {
		
		height: auto;
		padding-top: 32%;
		
	}
	
	footer {
		
		padding-top: 1em;
		padding-bottom: 0.3em;
		letter-spacing: 0.1em;
		border-top: 3px solid #FF6666;
		
	}
	
	footer .footer_logo {
		
		width: 7em;
		margin-bottom: 0.5em;
		
	}
	
	footer p {
		
		font-size: 10.5px;
		
	}
	
	footer nav {
		
		margin-top: 0.8em;
		margin-bottom: 0.2em;
		
	}
	
	footer nav ul li {
		
		padding: 0 0.5em;
		font-size: 10px;
		
	}
	
	footer nav ul li:after {
		
		top: 25%;
		right: 0;
		width: 1px;
		height: 50%;
		
	}
	
	/* メニュー */
	.menu {
		
	  top:   1px;
	  right: 12px;
	  width:  40px;
	  height: 40px;
		
	}
	
	.menu__line {
		
	  width: 60%;
	  height: 3px;
	  
	}
	
	.menu__line--top {
		
		top: 10px;
		left: 8px;
	
	}
	
	.menu__line--center {
		
	  top: 19px;
	  right: 8px;
	  width: 40%;
	  
	}
	
	.menu__line--bottom {
		
	  bottom: 8px;
	  left: 8px;
	  
	}
	
	.menu__line--top.active {
	
	  top: 18px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  
	}
	
	.menu__line--center.active {
		
		-webkit-transform: scaleX(0);
	  transform: scaleX(0);
	  
	}
	
	.menu__line--bottom.active {
	
	  bottom: 19px;
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg);
	  
	}
	
	header nav {
		
		float: none;
		margin-top: 0;
		
	}
	
	header nav ul li {
		
		margin-left: 1.2em;
		font-size: 12px;
		letter-spacing: 0.1em;
		
	}
	
	/* ナビゲーション */
	header nav ul li a {
		
		padding: 1em 0 0.5em 0;
		padding: 0.3em 0 0.3em 0;
		font-size: 14px;
		
	}

}
