@media screen and (max-width:640px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	backface-visibility: hidden;
}
.pc_only {
	display: none;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	text-align: center;
	font-family: 'Crimson Pro', serif;
	font-size: 16px;
}
p {
	line-height: 1.5em;
	font-size: 1.2em;
	font-family: 'Crimson Pro', serif;
}
li {
	line-height: 2em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
	background-image:url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}
section {
	width: auto;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 20px 0;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-family: 'IM Fell English', sans-serif;
	text-align: center;
	letter-spacing: 1px;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: 'Crimson Pro', sans-serif;
}
h2.index {
	font-size: 22px;
	text-align: center;
	color: #FFF;
	background-color: #ff9600;
	border-radius: 5px / 5px;
	margin: 20px 10px;
	padding: 15px 0;
	font-family: 'IM Fell English', sans-serif;
	letter-spacing: 2px;
}
h2.sub {
	font-size: 24px;
	color: #FFF;
	width: 100%;
	font-weight: normal;
	background-image:url(image/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 100px;
}
h3 {
	text-align: center;
	font-size: 20px;
	margin: 30px 20px;
	border-bottom: solid 1px #DDD;
	font-family: 'Crimson Pro', sans-serif;
	font-weight: normal;
	clear: both;
}
h4 {
	font-size: 20px;
	margin: 30px 20px;
	font-family: 'Crimson Pro', sans-serif;
	font-weight: normal;
	clear: both;
}


/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.smart_center {
	text-align: center;
	margin: 30px 10px !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 50px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
	line-height: 1.0em;
	font-size: 1.2em;
	list-style-type:disc;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
.awesome1 {text-align: center;font-size: 2em;}
	
span.eva1 {font-size: 1.2em; text-decoration: underline;}
	
.btn-new {display: inline-block;padding: 0.5em 0.3em;color: #FFF;background: crimson;line-height: 0.5em;font-size: 0.5em;margin-left: 10px;}
	
/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 20px 10px !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg_gray {
	background-color: #EEE;
}

div.box {
	background-color: #FFF;
	border: solid 1px #DDD;
}
div.box p {
	margin: 20px 20px;
}
div.box p.first:first-letter {
	font-size: 2.5em;
	line-height: 0;
	float: left;
	margin: 0 0 0 0;
	padding: 0.15em 0;
}
div.box02 {
	background-color: #FFF;
	border: solid 1px #DDD;
}
div.box02 p {
	margin: 20px 20px;
}

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

header {
	width: auto;
	overflow: hidden;
}
header div.wrapper {
	margin: 20px auto 10px;
}
div.header_left {
	margin-top: 50px;
}
div.header_right {
	display: none;
}

/* ------------------------------
 メニュー
------------------------------ */

div.slide_menu {
	width: 20%;
	padding: 10px 0;
	overflow: visible !important;
	z-index: 999;
}
#fixed {
	position: fixed;
}
#nav-drawer {
	position: relative;
	text-align: left;
	margin: 5px 10px;
}

.nav-unshown {
	display:none;
}

#nav-open {
	display: inline-block;
	height: 50px;
}

#nav-open span {
	position: absolute;
	vertical-align: middle;
	background-color: #57bcdb;
	color: #FFF;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 8888;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 65%;
	max-width: 330px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	font-size: 18px;
	font-weight: bold;
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content ul {
	text-align: left;
	margin: 20px 20px;
	list-style: none;
}
#nav-content ul a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 0;
}
#nav-content ul a:hover {
	background-color: #F5F5F5;
}



/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	width: auto;
	margin: 0 auto;
	background-color: #DDD;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	display: none;
}
div.pagetop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
div.pagetop p {
	font-size: 13px;
	text-align: right;
	margin: 20px 0;
}
div.pagetop p a {
	background-color: #FFF;
	padding: 8px 15px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	pointer-events: auto;
}

/* ------------------------------
 インタビュー
------------------------------ */

div.inter_wrapper {
	width: auto;
}
div.inter_wrapper div {
	width: auto;
	background-color: #FFF;
	border: solid 1px #DDD;
	text-align: center;
	padding: 10px 10px;
	margin-bottom: 40px;
}
div.inter_wrapper div p {
	text-align: left;
	margin: 10px 10px;
}
.youtube iframe{width: 100%;}
	
/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: auto;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq ul {
	margin: 10px 10px;
	list-style: none;
}
div.inq ul li {
	float: left;
	margin-right: 30px;
}
div.inq label input {
	margin-right: 10px;
}
div.inq01 {
	width: auto;
	font-weight: bold;
	color: #000;
}
div.inq02 {
	width: auto;
}
input.input_box {
	width: 96%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box03 {
	width: 10%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 96%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	padding: 10px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}


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

footer {
	width: auto;
	overflow: hidden;
	font-size: 14px;
	margin: 0 0 20px 0;
	border-top: solid 1px #DDD;
}
footer ul {
	list-style: none;
	margin: 10px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer li {
	padding: 0 10px;
}
footer li+li {
	border-left: solid 1px #aaa;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer p {
	clear: both;
	margin: 10px auto;
}

}