img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.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;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #111;
	text-align: center;
}
p {
	line-height: 1.8em;
}
li {
	line-height: 1.8em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}
article {
	overflow: hidden;
}
section {
	overflow: hidden;
	text-align: left;
	padding: 20px 0;
}
section p {
	margin: 20px 0;
}
a {
	color: #111;
	transition: all 300ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

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

h1 {
	text-align: left;
	font-size: 18px;
	color: #000;
	margin: 0 10px;
	line-height: 1.8em;
}
h2 {
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
}
h3 {
	clear: both;
	font-size: 18px;
	color: #000;
	margin: 20px 10px;
}
h6 {
	border-radius: 10px / 10px;
	
	border-bottom: solid 1px #777;
	display: inline-block;
	background: rgba(255,255,255, 0.8);
}

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

p.center {
	text-align: center;
	margin: 30px 10px !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
p.first:first-letter {
	font-size: 2.7em;
	line-height: 1;
	float: left;
	margin: 0 .2em 0 0;
	padding: .1em 0;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.blue {
	color: #0000FF;
	font-weight: bold;
}
span.bg_yellow01 {
	background-image: linear-gradient(transparent 60%, #ffff00 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
.smart_center {
	text-align: center;
}

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

div.wrapper {
	width: auto;
	margin: 0 10px;
	text-align: left;
}
.bg01 {
	background-color: #cccc99;
}
.bg02 {
	background-color: #e1dec9;
	margin-bottom: 60px !important;
}

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

header {
	width: 100%;
	overflow: hidden;
}

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

nav {
	display: none;
}

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

.nav-unshown {
	display:none;
}

#nav-open {
	display: inline-block;
	width: 51px;
	height: 51px;
	vertical-align: middle;
	background-color: #57bcdb;
	border-radius: 50%;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #FFF;
	display: block;
	content: '';
	cursor: pointer;
	margin: 16px 0 0 13px;
}
#nav-open span:before {
	bottom: -8px;
	left: -13px;
}
#nav-open span:after {
	bottom: -16px;
	left: -13px;
}

#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: 16px;
}

#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_wrapper {
	display: none;
}
div.box_wrapper {
	width: auto;
	margin: 30px 0;
	text-align: center;
}

div.box01 {
	width: auto;
	border: solid 5px #DDD;
	margin-bottom: 20px;
}
div.box01 p {
	margin: 20px 15px !important;
}
div.box01 p.center {
	margin: 15px auto !important;
}

div.box02 {
	border: solid 5px #c3e1e9;
	margin-bottom: 20px;
}
div.box02_left {
	margin: 20px 20px;
}
div.box02_right {
	padding: 0 20px;
}

div.price_wrapper {
	width: auto;
	margin: 20px auto;
	border: solid 10px #c0e8f2;
}
div.price {
	width: auto;
	margin: 10px 15px;
	border-bottom: dotted 1px #555;
}
div.price p {
	margin: 15px 0 !important;
}
div.price_left {
	width: auto;
}
div.price_left p {
	font-size: 18px;
}
div.price_right {
	width: auto;
	text-align: right;
}
div.price_right p {
	font-size: 22px;
	font-weight: bold;
	color: #da1f65;
}
div.price_right p span {
	font-size: 40px !important;
	margin-right: 10px;
}


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

div.pagetop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
div.pagetop p {
	text-align: right;
	margin: 20px 0 !important;
}
div.pagetop p a {
	background-color: #FFF;
	padding: 10px 20px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: auto;
	margin: 30px auto;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	font-weight: bold;
	color: #000;
}
div.about02 {
}
div.about02 ul {
	margin: 10px 30px;
}

/* ------------------------------
 テーブル
------------------------------ */

table.tab {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.tab td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.tab p {
	margin: 5px;
}
td.tab01 {
	width: 150px;
}
td.tab02 {
	width: 450px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: auto;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq01 {
	font-weight: bold;
	color: #000;
}
div.inq02 {
}
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: 100%;
	overflow: hidden;
	font-size: 12px;
	background-color: #cccc99;
}
footer p {
	clear: both;
	margin: 20px auto 80px auto;
}
