@charset "UTF-8";
/*--------------------
	Mixin
--------------------*/
.clearfix {
  overflow: auto;
  zoom: 1;
}
/*--------------------
	temp
--------------------*/
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}
html, body {
	height: 100%;
}

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1em;
	color: #4a4a4a;
}

button {
	cursor: pointer;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fll {
	float: left !important;
}

.flr {
	float: right !important;
}

.tbl {
	display: table;
}

.cell {
	display: table-cell;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

/* デフォルト：（スマートフォン用）の記述 */
/*--------------------
	header
--------------------*/
#overlay {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	position: fixed;
	z-index: 555;
	width: 100%;
}

header {
	width: 100%;
}
header .catch {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 1.875%;
}
header h1 {
	width: 70%;
	margin: 4% 4% 0 4%;
	padding-bottom: 2%;
}
header #btn-sns {
		width:100%;
	padding: 2% 4% 4% 4%;
}
header #btn-sns li {
		display:inline-block;
		margin-right:2%;
		vertical-align:top;
}
header .headInner {
	position: relative;
	padding: 1% 0;
}
header .headTel {
	display: none;
}
header #menuIcon {
	float: right;
	width: 11%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4.68%;
	margin: auto;
	cursor: pointer;
	z-index: 999;
}
header #menuIcon .menuBar {
	display: block;
	position: absolute;
	width: 57%;
	height: 3px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}
header #menuIcon .menuBar:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	position: absolute;
	top: -300%;
}
header #menuIcon .menuBar:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	position: absolute;
	bottom: -300%;
}
header #menuIcon.open .menuBar {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
header #menuIcon.open .menuBar:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
header #menuIcon.open .menuBar:after {
	content: "";
	display: none;
}
header #headMenu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1em;
	z-index: 999;
}
header #headMenu li {
	border-top: 1px solid #fff;
}
header #headMenu li:first-child {
	border-top: none;
}
header #headMenu li a {
	display: block;
	width: 100%;
    text-align:center;
	padding: 5.4% 0 5.4% 0%;
	text-decoration: none;
}

/*--------------------
	footer
--------------------*/
footer #pageTop {
	width: 100%;
}
footer #pageTop img {
	display: none;
}
footer #pageTop p {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: relative;
	padding: 8% 0 4%;
}
footer #pageTop p .spPagetop {
	display: inline;
	width: 3.75%;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
footer #pageTop p:before {
	/*content: "^";*/
	font-family: sans-serif;
	font-weight: normal;
	position: absolute;
	display: block;
	width: 100%;
	top: 15%;
	left: 0;
}
footer ul li a {
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1rem;
	line-height: 1em;
	padding: 3.9% 0;
}
footer ul li:first-child a {
	border-top: none;
}
footer #btn-sns {
		width:100%;
	padding-bottom: 4%;
		text-align:center;
}
footer #btn-sns li {
		display:inline-block;
		margin:0 1%;
		vertical-align:top;
}

footer h2 {
	width: 65%;
	margin: 0 auto 3.6%;
}
footer .adr {
	padding: 4.68% 0 5.4% 0;
}
footer .adr p {
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.3em;
    color:#000;
}
footer .copy {
	font-size: 10px;
	font-size: 0.625rem;
	text-align: center;
	line-height: 1.3em;
	padding: 0.8% 0;
}
footer #pcMenu {
	display: none;
}

/*--------------------
	mainImg
--------------------*/
#main_img {
	margin-bottom: 4.6875%;
}

/*--------------------
	contents-top
--------------------*/
#contents .row1 {
	width: 90.625%;
	margin: 0 auto;
}
#contents .row1:after {
	content: "";
	display: block;
	clear: both;
}
#contents .row1 > div {
	float: left;
	margin-bottom: 5%;
}
#contents .row1 > div:first-child {
	margin-left: 0;
}
#contents .box1 h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	border-left: 6px solid;
	padding: 1% 0 1% 1.7%;
	margin-bottom: 4%;
}
#contents .box1 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}
#contents .box1 a {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: block;
	padding: 3% 0;
	margin-top: 5%;
}
#contents .box1 a:before {
	content: "\025B6";
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 4%;
}
#contents .box2 h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	border-left: 6px solid;
	padding: 1% 0 1% 1.7%;
	margin-bottom: 4%;
}
#contents .box2 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}
#contents .box2 a {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: block;
	padding: 3% 0;
	margin-top: 5%;
}
#contents .box2 a:before {
	content: "\025B6";
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 4%;
}
#contents .box3 h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	border-left: 6px solid;
	padding: 1% 0 1% 1.7%;
	margin-bottom: 4%;
}
#contents .box3 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}
#contents .box3 a {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: block;
	padding: 3% 0;
	margin-top: 5%;
}
#contents .box3 a:before {
	content: "\025B6";
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 4%;
}
#contents .box4 h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1em;
	border-left: 6px solid;
	padding: 1% 0 1% 1.7%;
	margin-bottom: 4%;
}
#contents .box4 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}
#contents .box4 a {
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	display: block;
	padding: 3% 0;
	margin-top: 5%;
}
#contents .box4 a:before {
	content: "\025B6";
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 4%;
}
#contents .bnr1 {
	width: 47.58%;
	position: relative;
}
#contents .bnr1 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8% 0 8% 7%;
	letter-spacing: 2px;
}
#contents .bnr1 span:after {
	content: "\0203A";
	position: absolute;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 8%;
	margin: auto 0;
	vertical-align: middle;
}
#contents .bnr1:last-child {
	float: right;
}
#contents .bnr2 {
	width: 47.58%;
	position: relative;
}
#contents .bnr2 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8% 0 8% 7%;
	letter-spacing: 2px;
}
#contents .bnr2 span:after {
	content: "\0203A";
	position: absolute;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 8%;
	margin: auto 0;
	vertical-align: middle;
}
#contents .bnr3 {
	width: 47.58%;
	position: relative;
}
#contents .bnr3 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8% 0 8% 7%;
	letter-spacing: 2px;
}
#contents .bnr3 span:after {
	content: "\0203A";
	position: absolute;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 8%;
	margin: auto 0;
	vertical-align: middle;
}
#contents .bnr4 {
	width: 47.58%;
	position: relative;
}
#contents .bnr4 span {
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8% 0 8% 7%;
	letter-spacing: 2px;
}
#contents .bnr4 span:after {
	content: "\0203A";
	position: absolute;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 8%;
	margin: auto 0;
	vertical-align: middle;
}
#contents .txtimg1 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 2% 1.5%;
}
#contents .txtimg2 h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	padding: 2% 1.5% 0;
}
#contents .txtimg2 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 2% 1.5%;
}
#contents .txtimg3 h3 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	padding: 2% 1.5% 0;
}
#contents .txtimg3 p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 2% 1.5%;
}

/*--------------------
	contents-page
--------------------*/
.type_a {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 14%;
}
.type_a img {
	margin-bottom: 6.8%;
}
.type_a h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1em;
    font-weight:normal;
}
.type_a h4 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	margin: 3.5% 0 0 0;
}
.type_a p {
	margin-top: 3.4%;
	border-style: solid none none none;
	border-width: 2px;
	padding-top: 3%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}

.greeting {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.greeting h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.greeting img {
	display: block;
	width: 54.65%;
	margin: 0 auto;
}
.greeting p {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 6.8%;
	line-height: 1.5em;
}
.greeting .name {
	margin: 4.5% 0 0 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	text-align: right;
	font-weight: bold;
}
.greeting .name span {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 1.5%;
}

.business {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.business h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.business h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1em;
	margin-bottom: 1.7%;
}
.business p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	margin-bottom: 5%;
}

.client {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.client h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.client li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
}

.outline {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.outline h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.outline table th, .outline table td {
	display: block;
	text-align: left;
}
.outline table th {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	padding: 4.3%;
}
.outline table td {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	border-style: none solid solid solid;
	border-width: 1px;
	padding: 3%;
}

.history {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.history h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.history table {
	width: 100%;
}
.history table th {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	border-width: 1px;
	border-style: solid none;
	border-color: #fff;
	padding: 0 4%;
}
.history table td {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	padding: 4%;
	border-width: 1px;
	border-style: solid solid solid none;
}

.map {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 3%;
}
.map h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1em;
	border-width: 1px;
	border-style: none none dashed none;
	padding: 0 0 3.4% 0;
	margin: 0 0 4.3% 0;
	letter-spacing: 2px;
}
.map p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}

#google_map {
	width: 100%;
	height: 420px;
		
}
.mapLink {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: right;
	line-height: 1em;
	margin: 3.9% 4.6% 17% 0;
}
.mapLink a {
	text-decoration: underline;
}

.type_c {
	margin-bottom: 15%;
}

#acMenu {
	width: 90.625%;
	margin: 0 auto;
}
#acMenu dt {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 3% 12% 3% 12%;
	margin-top: 6%;
	border-radius: 5px;
	cursor: pointer;
}
#acMenu dt:before {
	content: "";
	position: absolute;
	display: block;
	background: url("../images/page/icon_q.png") no-repeat left top;
	background-size: contain;
	top: 0;
	left: 3%;
	bottom: 0;
	width: 16px;
	height: 25px;
	margin: auto;
}
#acMenu dt:after {
	content: "^";
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.5%;
	margin: auto;
	height: 20px;
}
#acMenu dt.acOp {
	border-radius: 5px 5px 0 0;
}
#acMenu dt.acOp:after {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
#acMenu dd {
	display: none;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	border-width: 1px;
	border-style: none solid solid solid;
	border-radius: 0 0 5px 5px;
	padding: 15px 2.5% 15px 12%;
}
#acMenu dd:before {
	content: "";
	position: absolute;
	display: block;
	background: url("../images/page/icon_a.png") no-repeat left top;
	background-size: contain;
	top: 18px;
	left: 3%;
	width: 16px;
	height: 25px;
}

.type_e {
	width: 90.625%;
	margin: 0 auto;
	margin-bottom: 10%;
}
.type_e p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}
.type_e table {
	width: 100%;
	margin-top: 8%;
}
.type_e table.form th, .type_e table.form td {
	display: block;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1em;
    color:#fff;
}
.type_e table.form td span:not(.mwform-radio-field) {
		font-size:12px !important;
		display:block;
		margin-top:1%;
	}
.type_e table.form td span.mwform-radio-field {
		font-size:12px !important;
		display:inline-block;
		margin-right:1em;
	}
.type_e table.form td span.mwform-radio-field input[type="radio"] {
		vertical-align:middle;
	}
.type_e table.form th {
	border-width: 1px;
	border-style: solid none none none;
	padding: 3.5% 3%;
}
.type_e table.form th .req {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1em;
	background: #e86666;
	color: #fff;
	text-align: center;
	padding: 0.5% 1.5%;
	border-radius: 5px;
	margin-left: 4%;
}
.type_e table.form th .any {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1em;
	background: #69a75d;
	color: #fff;
	text-align: center;
	padding: 0.5% 1.5%;
	border-radius: 5px;
	margin-left: 4%;
}
.type_e table.form td {
	padding: 3%;
}
.type_e table.form td input[type="text"],
.type_e table.form td input[type="email"] {
	border: 1px solid #d6d6d6;
	font-size: 16px;
    width:90% !important;
    height:30px;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
	font-size: 1rem;
}

.type_e table.form td select{
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
    }


.type_e table.form td label {
	display: block;
	margin-top: 3%;
}
.type_e table.form td label:first-child {
	margin-top: 0;
}
.type_e table.form td select, .type_e table.form td option {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	width: 100%;
}
.type_e table.form td textarea {
	resize: none;
	width: 100% !important;
	height: 200px !important;
	border: 1px solid #d6d6d6;
    font-size: 1em;
    font-size:100%;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, MS PGothic, sans-serif;
}
.type_e .btn_agree {
	margin-top: 4%;
	padding: 0 3%;
}
.type_e .btn_agree a {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.type_e .btn_agree label {
	width: 1.6em;
	height: 1.6em;
	overflow: hidden;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
}

.type_e .btn_agree input[type="checkbox"] {
	position: relative;
	width:			1.6em;			/* ボックスの横幅 */
	height:			1.6em;			/* ボックスの縦幅 */
}

.mw_wp_form_confirm .hide_confilm {
	display: none;
}
.type_e .btn {
	margin-top: 5%;
	padding: 0 3%;
}
.type_e .btn input {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 2px;
	border: none;
	padding: 3% 0;
	border-radius: 5px;
}
.type_e .btn input[type="reset"] {
	border: 1px solid #d6d6d6;
}
.type_e .btn input[type="submit"] {
	margin-top: 5%;
}




/*--------------------
		日程見かたSP
	--------------------*/

.mikata{
    width:90.625%;
    margin:0 auto;
    }
.mikata dl{
    width:100%;
     table-layout: fixed;
    margin:20px 0;
    }
  .mikata dl dt {
      width:185px;
      line-height:21px;
      vertical-align:middle;
      margin-bottom:2%;
      background: none;
      }  
    .mikata dl dt img {
        width:10.5%;
        margin-right:4%;
        }   
    .mikata dl dd {
       vertical-align:middle;
      margin-bottom:2%;
      line-height:21px;
      
      }  
    
   /*--------------------
		お問い合わせ
	--------------------*/ 
    .otoiawase{
        width:90.625%;
        margin:0 auto;
        padding:5% 0;
        }
     .otoiawase img {
         width:100%;
         margin:2% auto 2%;
         }   
.otoiawase h4 {
    margin-bottom:3%;
    }
  .otoiawase p{
      margin-bottom:2%;
      }  


.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	width: 98%;
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
	color: #fff;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
	padding-top: 20px;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #fff;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	color: #fff;
	border-color: #fff;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #fff;
}
@media (max-width: 480px) {
	
	.cp_tab label {
		padding: 0.5em;
	}
}



@media screen and (min-width: 769px) {
	/* 769px以上用（PC用）の記述 */
	a:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	input[type="submit"],
	input[type="reset"] {
		cursor: pointer;
	}
	a {
		text-decoration: underline;
	}
	/*--------------------
		header
	--------------------*/
	header {
		width: 100%;
	}
	header .catch {
		font-size: 12px;
		font-size: 0.75rem;
		padding: 8px;
		width: 960px;
		margin: 0 auto;
	}
	header h1 {
		width: 600px;
		margin: 20px 0 0 0;
		padding-bottom: 0;
		float: left;
	}
	header #btn-sns {
		width:115px;
		margin: 27px 0 0 10px;
		padding: 0;
		float:left;
	}
	header #btn-sns li {
			display:block;
			margin:0 0 7px;
	}

	header .headInner {
        padding:0;
		position: relative;
	}
	header .headInner .pcinner {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	header .headTel {
		display: block;
		float: right;
	}
	header .headTel p {
		font-size: 25px;
		line-height: 1em;
		text-align: right;
		margin: 20px 0 7px 0;
	}
	header .headTel a {
		font-size: 13px;
		text-align: center;
		display: block;
		text-decoration: none;
		width: 205px;
		margin-left: auto;
		padding: 7px 0;
        border-radius: 5px;
	}
	header #menuIcon {
		display: none;
	}
	header #headMenu {
		display: block;
		position: static;
		width: 960px;
		margin: 0 auto;
		padding: 5px 0 15px;
		font-size: 16px;
		line-height: 1em;
		z-index: 999;
	}
	header #headMenu li {
		float: left;
		border-top: none;
        text-align:center !important;
		border-right: 2px solid #e5e5e5;
	}
	header #headMenu li:first-child {
		border-left: 2px solid #e5e5e5;
	}
	header #headMenu li a {
		display: block;
		width: 189px;
		padding: 8px 0;
		text-align: center !important;
		text-decoration: none;
		font-weight: bold;
	}

	/*--------------------
		mainImg
	--------------------*/
	#main_img {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#main_img2 a {
		text-decoration: none;
	}

	/*--------------------
		footer
	--------------------*/
	footer {
		position: relative;
	}
	footer #pageTop {
		width: 60px;
		position: fixed;
		bottom: 40px;
		right: 40px;
		cursor: pointer;
	}
	footer #pageTop img {
		display: block;
	}
	footer #pageTop p {
		display: none;
	}
	footer #pageTop p:before {
		display: none;
	}
	footer ul {
		width: 640px;
		margin: 0 auto;
		margin-top: 30px;
	}
	footer ul li {
		float: left;
		border-right: 2px solid #d2d2d2;
		padding: 1px 22px;
	}
	footer ul li a {
		display: inline;
		width: auto;
		border-top: none;
		text-align: center;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1em;
		padding: 0 0;
	}
	footer ul li:first-child {
		border-left: 2px solid #d2d2d2;
	}
	footer #btn-sns {
			width:100%;
			padding-bottom: 20px;
			text-align:center;
	}
	footer #btn-sns li {
			float:none;
			display:inline-block;
			padding:0;
			margin:0 1%;
			vertical-align:top;
			border:none;
	}

	footer h2 {
		width: 376px;
		margin: 0 auto 15px;
	}
	footer .adr {
		padding: 5px 0 30px;
	}
	footer .adr p {
		text-align: center;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.3em;
	}
	footer .copy {
		font-size: 10px;
		font-size: 0.625rem;
		text-align: center;
		line-height: 1.3em;
		padding: 8px 0;
	}
	footer #pcMenu {
		display: block;
	}

	/*--------------------
		contents
	--------------------*/
	#contents .row1 {
		width: 960px;
		margin: 0 auto;
	}
	#contents .row1:after {
		content: "";
		display: block;
		clear: both;
	}
	#contents .row1 > div {
		float: left;
		margin-left: 24px;
		margin-bottom: 25px;
	}
	#contents .row1 > div:first-child {
		margin-left: 0;
	}
	#contents .box2 {
		width: 468px;
	}
	#contents .box2 h3 {
		font-size: 22px;
		font-size: 1.375rem;
		font-weight: bold;
		line-height: 1em;
		border-left: 6px solid;
		padding: 2px 0 2px 10px;
		margin: 20px 0 15px 0;
	}
	#contents .box2 p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
	}
	#contents .box2 a {
		width: 190px;
		text-align: center;
		font-size: 14px;
		font-size: 0.875rem;
		text-decoration: none;
		display: block;
		padding: 12px 0;
		margin-top: 10px;
	}
	#contents .box2 a:before {
		content: "\025B6";
		font-size: 10px;
		font-size: 0.625rem;
		margin-right: 10px;
		vertical-align: top;
	}
	#contents .bnr1 {
		width: 222px;
		position: relative;
	}
	#contents .bnr1 span {
		display: block;
		width: 100%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1em;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 18px 0 18px 20px;
		letter-spacing: 2px;
	}
	#contents .bnr1 span:after {
		content: "\0203A";
		position: absolute;
		height: 20px;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto 0;
		vertical-align: middle;
	}
	#contents .bnr1:last-child {
		float: right;
	}
	#contents .bnr2 {
		width: 468px;
		position: relative;
	}
	#contents .bnr2 span {
		display: block;
		width: 100%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1em;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 18px 0 18px 20px;
		letter-spacing: 2px;
	}
	#contents .bnr2 span:after {
		content: "\0203A";
		position: absolute;
		height: 20px;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto 0;
		vertical-align: middle;
	}
	#contents .bnr3 {
		width: 714px;
		position: relative;
	}
	#contents .bnr3 span {
		display: block;
		width: 100%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1em;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 18px 0 18px 20px;
		letter-spacing: 2px;
	}
	#contents .bnr3 span:after {
		content: "\0203A";
		position: absolute;
		height: 20px;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto 0;
		vertical-align: middle;
	}
	#contents .bnr4 {
		width: 960px;
		position: relative;
	}
	#contents .bnr4 span {
		display: block;
		width: 100%;
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1em;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 18px 0 18px 20px;
		letter-spacing: 2px;
	}
	#contents .bnr4 span:after {
		content: "\0203A";
		position: absolute;
		height: 20px;
		top: 0;
		bottom: 0;
		right: 18px;
		margin: auto 0;
		vertical-align: middle;
	}
	#contents .img2 {
		width: 468px;
	}
	#contents .txtimg1 {
		width: 222px;
		height: 222px;
	}
	#contents .txtimg1 p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		padding: 15px 10px;
	}
	#contents .txtimg2 {
		width: 468px;
		height: 222px;
	}
	#contents .txtimg2 img {
		width: 222px;
	}
	#contents .txtimg2 .flr {
		width: 246px;
		padding: 0 15px 0 20px;
	}
	#contents .txtimg2 h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		padding: 20px 0 0;
	}
	#contents .txtimg2 p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		padding: 15px 0 0;
	}
	#contents .txtimg3 {
		width: 714px;
		height: 222px;
	}
	#contents .txtimg3 img {
		width: 222px;
	}
	#contents .txtimg3 .flr {
		width: 492px;
		padding: 0 15px 0 20px;
	}
	#contents .txtimg3 h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		padding: 20px 0 0;
	}
	#contents .txtimg3 p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		padding: 15px 0 0;
	}

/*--------------------
		日程見かたPC
	--------------------*/

.mikata{
    width:100%;
    margin:0 auto;
    }
.mikata dl{
    width:670px;
     table-layout: fixed;
     display:table;
    margin:20px 0;
    }
  .mikata dl dt {
      width:185px;
      display:table-cell;
      line-height:21px;
      vertical-align:middle;
      margin-bottom:10px;
      background: url("../images/top/boder.jpg") no-repeat right;
      }  
    .mikata dl dt img {
        width:10.5%;
        margin-right:15px;
        }   
    .mikata dl dd {
        padding-left:50px;
     display:table-cell;
     vertical-align:middle;
      margin-bottom:15px;
      line-height:21px;
      
      }  
   
    

	/*--------------------
		contents-page
	--------------------*/
	.type_a {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.type_a img {
		width: 350px;
		margin-bottom: 0;
	}
	.type_a h3 {
        font-weight:normal;
		width: 540px;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
	}
	.type_a h4 {
		width: 540px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1em;
		margin: 15px 0 0 0;
	}
	.type_a p {
		margin-top: 12px;
		border-style: solid none none none;
		border-width: 2px;
		padding-top: 12px;
		width: 570px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
	}

	.greeting {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 75px;
	}
	.greeting h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.greeting img {
		display: block;
		width: 230px;
		float: left;
		margin-right: 30px;
	}
	.greeting p {
		font-size: 14px;
		font-size: 0.875rem;
		margin-top: 0;
		line-height: 1.5em;
	}
	.greeting .name {
		margin: 30px 0 0 0;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1em;
		text-align: right;
		font-weight: bold;
	}
	.greeting .name span {
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
		margin-bottom: 8px;
	}

	.business {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 75px;
	}
	.business h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.business h4 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1em;
		margin-bottom: 8px;
	}
	.business p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		margin: 0 0 25px 20px;
	}

	.client {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 75px;
	}
	.client h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.client li {
		float: left;
		width: 420px;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		padding-left: 1em;
		text-indent: -1em;
		margin-bottom: 10px;
		margin-right: 60px;
	}

	.outline {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 75px;
	}
	.outline h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.outline table {
		width: 100%;
	}
	.outline table th, .outline table td {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}
	.outline table th {
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
		width: 250px;
		line-height: 1em;
		border-width: 2px;
		border-style: solid none;
		border-color: #fff;
		padding: 15px 0 15px 20px;
	}
	.outline table td {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		border-style: solid;
		border-width: 2px;
		padding: 15px;
	}

	.history {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 75px;
	}
	.history h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.history table {
		width: 100%;
	}
	.history table th {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1em;
		vertical-align: middle;
		text-align: left;
		font-weight: normal;
		border-width: 2px;
		border-style: solid none;
		border-color: #fff;
		padding: 15px 0 15px 20px;
	}
	.history table td {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1em;
		vertical-align: middle;
		text-align: left;
		padding: 15px;
		border-width: 2px;
		border-style: solid solid solid none;
	}

	.map {
		width: 960px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.map h3 {
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1em;
		border-width: 1px;
		border-style: none none dashed none;
		padding: 0 0 15px 0;
		margin: 0 0 20px 0;
		letter-spacing: 0;
	}
	.map p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
	}

	#google_map {
		width: 960px;
		height: 420px;
		pointer-events:auto;
		margin: 0 auto;
	}

	.mapLink {
		width: 960px;
		margin: 0 auto;
		font-size: 14px;
		font-size: 0.875rem;
		text-align: right;
		line-height: 1em;
		margin: 15px auto 190px auto;
	}
	.mapLink a {
		text-decoration: underline;
	}

	.type_c {
		margin-bottom: 100px;
	}

	#acMenu {
		width: 960px;
		margin: 0 auto;
	}
	#acMenu dt {
		position: relative;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		padding: 22px 55px;
		margin-top: 6%;
	}
	#acMenu dt:before {
		content: "";
		position: absolute;
		display: block;
		background: url("../images/page/icon_q.png") no-repeat left top;
		background-size: contain;
		top: 0;
		left: 20px;
		bottom: 0;
		width: 16px;
		height: 25px;
		margin: auto;
	}
	#acMenu dt:after {
		content: "^";
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		font-size: 16px;
		font-size: 1rem;
		font-weight: bold;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 25px;
		margin: auto;
		height: 20px;
	}
	#acMenu dt.acOp:after {
		transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	#acMenu dd {
		display: none;
		position: relative;
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
		border-width: 1px;
		border-style: none solid solid solid;
		border-radius: 0 0 5px 5px;
		padding: 20px 50px;
	}
	#acMenu dd:before {
		content: "";
		position: absolute;
		display: block;
		background: url("../images/page/icon_a.png") no-repeat left top;
		background-size: contain;
		top: 22px;
		left: 20px;
		width: 16px;
		height: 25px;
	}

	.type_e {
		width: 960px;
		margin: 0 auto;
	}
	.type_e p {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.5em;
	}
	.type_e table {
		width: 100%;
		margin-top: 35px;
	}
	.type_e table.form th, .type_e table.form td {
		display: table-cell;
		text-align: left;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: normal;
		line-height: 1em;
        color:#fff;
	}
	.type_e table.form th {
		border-width: 1px;
		border-style: solid none none none;
		padding: 25px 0 25px 50px;
		width: 290px;
		vertical-align: top;
	}
	.type_e table.form th .req {
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 1em;
		background: #e86666;
		color: #fff;
		text-align: center;
		padding: 3px 5px;
		border-radius: 5px;
		margin-left: 1.5em;
	}
	.type_e table.form th .any {
		font-size: 10px;
		font-size: 0.625rem;
		line-height: 1em;
		background: #69a75d;
		color: #fff;
		text-align: center;
		padding: 3px 5px;
		border-radius: 5px;
		margin-left: 1.5em;
	}
	.type_e table.form td {
		padding: 20px 0 20px 50px;
		border-width: 1px;
		border-style: solid none none none;
	}
	.type_e table.form td input[type="text"],
    .type_e table.form td input[type="email"] {
		border: 1px solid #d6d6d6;
		font-size: 14px;
		font-size: 0.875rem;
		width: 300px !important;
		height: 30px;
		line-height: 1.5em;
	}
    .type_e table.form td span {
        font-size:12px !important;
        display:inline;
        }
	.type_e table.form td label {
		display: inline;
		margin: 0 30px 0 0;
	}
	.type_e table.form td label input {
		margin-right: 8px;
		vertical-align: text-bottom;
	}
	.type_e table.form td select, .type_e table.form td option {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1em;
		width: 200px;
	}
	.type_e table.form td textarea {
		resize: none;
		width: 100% !important;
		height: 200px !important;
		border: 1px solid #d6d6d6;
	}
	.type_e table.form tr:last-child th, .type_e table.form tr:last-child td {
		padding-bottom: 0;
	}
	.type_e .btn_agree {
		letter-spacing: 0.1em;
	}
	.type_e .btn {
		width: 280px;
		margin: 55px auto 0;
		padding: 0 0;
	}
	.type_e .btn input {
		-webkit-appearance: none;
		display: block;
		float: left;
		font-size: 14px;
		font-size: 0.875rem;
		letter-spacing: 2px;
		border: none;
		padding: 20px 0;
		border-radius: 5px;
		text-align: center;
	}
	.type_e .btn input[type="reset"] {
		width: 185px;
		border: 1px solid #d6d6d6;
	}
	.type_e .btn input[type="submit"] {
		width: 280px;
		margin: 0 0 0 0px;
	}

  



    
     /*--------------------
		お問い合わせPC
	--------------------*/ 
    .otoiawase{
        width:680px;
        margin:0 auto;
        padding:0% 0;
        }
     .otoiawase img {
         width:536px;
         margin:0% auto 0%;
         }   
    .otoiawase h4 {
        margin-bottom:3%;
        }
      .otoiawase p{
          margin-bottom:0%;
      }  

	
	
	
	.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	width: 1372px;
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
	color: #fff;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
	padding-top: 20px;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	color: #fff;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #fff;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	color: #fff;
	border-color: #fff;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #fff;
}
@media (max-width: 480px) {
	
	.cp_tab label {
		padding: 0.5em;
	}
}
	




}

.google_box .google_btn {
    	display: block;
    	width: 280px;
    	text-align: center;
    	padding: 20px 0;
    	margin: 40px auto 0;
    	letter-spacing: 2px;
    	border-radius: 5px;
    	text-decoration: none;
    }

 


