@charset "UTF-8";
/* float */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
/* clears */
.clearfix {
 *zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}
/* text indent */
/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}
/* font-weight */
.fb {
	font-weight: bold !important;
}
table {
        width: 100%;
}
@media screen and (max-width: 767px) {
.height_auto {
	height: auto !important;
}
}

#gmap{
	width:480px;
	height:299px;
}
@media screen and (max-width: 767px) {
	#gmap{
		width:100%;
		height:auto;
	}
}
/*-----------------------------------------------------------
■ Module
-----------------------------------------------------------*/

.gnv_tmp_width_1000 {
	display: table;
	margin: 0 auto;
	table-layout: fixed;
	width: 1000px;
}
@media screen and (max-width: 1060px) {
.gnv_tmp_width_1000 {
	width: 96%;
}
}
@media screen and (max-width: 767px) {
.gnv_tmp_width_1000 {
	width: 94%;
}
}

#content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 3em 0 0 !important;
}
.top #content {
	padding: 0 !important;
}
.full #content {
	width: 100%;
	max-width: 100%;
}
.top .contentArea {
	padding: 0;
}
.sitemap #content,
#notfoundBody #content,
#newsList #content,
#websiteNewsDetail #content,
#inquiry #content {
        padding-top: 170px !important;
}
#content, #websiteNewsDetail #content {
	min-height: 870px;
}
#newsList #mainimage, #websiteNewsDetail #mainimage, #notfoundBody #mainimage, #sitemapBody #mainimage, #inquiry #mainimage {
	display: none;
}
@media screen and (max-width: 1060px) {
#content {
	width: 96%;
}
}
@media screen and (max-width: 767px) {
#content {
	width: 94%;
	padding: 1.5em 0 0 !important;
}
.sitemap #content,
#notfoundBody #content,
#newsList #content,
#websiteNewsDetail #content,
#inquiry #content {
        padding-top: 1.5em !important;
}
#content, #websiteNewsDetail #content {
	min-height: 400px;
}
}

#notfoundBody form input {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノUD角ゴ StdN W3", "メイリオ", Meiryo, sans-serif !important;
}

/* =====================================
　■  column
===================================== */
@media screen and (max-width: 767px) {
.b_11.b_11_column2, .b_11.b_11_column2 div.column_l, .b_11.b_11_column2 div.column_r,
.b_11_3.b_11_3_column2, .b_11_3.b_11_3_column2 div.column_l, .b_11_3.b_11_3_column2 div.column_r,
.b_11_2.b_11_2_column3, .b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r,
.b_11.b_11_column3, .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
	display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
}
.b_11_2.b_11_2_column3 div.column_blank,
.b_11.b_11_column3 div.column_blank {
	display: none;
}
.b_11.b_11_column2 div.column_l,
.b_11_3.b_11_3_column2 div.column_l,
.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l,
.b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l {
	margin: 0 0 1.5em;
}
}
/* =====================================
　■　Under
===================================== */
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0 !important;
}
a.txt_link {
        text-decoration: underline;
	color: #f9b122;
}
a.txt_link:hover {
        text-decoration: none;
}
.img_auto img {
        width: auto !important;
        margin: 0 auto !important;
}
.border_box {
	border: 3px solid #dedbd4;
	padding: 40px 50px;
}
.bg_box {
	padding: 40px 50px;
	background: #f4f6fa;
}
.method_box {
        border-top: 5px solid #274db2;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

table.price .b_06_item {
	width: 50%;
}
table.equipment .b_06_item {
	width: 65%;
}
table.profile .b_06_item {
	background: #f6efe5;
}
 @media screen and (max-width: 767px) {
.border_box, .bg_box {
	padding: 25px 20px;
}
}
/*--------------------------------------
	column2 
--------------------------------------*/
.column2_list div.clearfix, .column2_list li {
	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	vertical-align: top;
}
 @media screen and (max-width: 767px) {
.column2_list div.clearfix, .column2_list li {
	display: block;
	width: 100%;
}
}
/*--------------------------------------
	column3 
--------------------------------------*/
.column3_list div.clearfix, .column3_list li {
	display: inline-block;
	width: 32.5%;
	box-sizing: border-box;
	vertical-align: top;
}
 @media screen and (max-width: 767px) {
.column3_list div.clearfix, .column3_list li {
	display: block;
	width: 100%;
}
}

/*--------------------------------------
　　　　　　  defaultlist
--------------------------------------*/
.defaultlist, .defaultlist li {
	padding: 0px;
	margin: 0px;
}
.defaultlist li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 5px 0px 5px 0px !important;
}
.list10 {
	counter-reset: li;
}
.list10 li {
	position: relative;
	display: block;
	padding: 10px 0px 10px 35px;
	margin-left: 0px !important;
}
li.list10-count:after {
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -5px;
	font-size: 30px;
	color: #b8945b;
}
/*--------------------------------------
　　　　　　  番号リスト
--------------------------------------*/
.num_list {
	counter-reset: li;
}
.num_list li:before {
	background: #399b5c;
	color: #fff;
	content: counter(li,decimal);
	counter-increment: li;
	display: block;
	font-size: 20px;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: -1px;
	width: 30px;
	letter-spacing: normal;
}
.num_list li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.num_list li:last-child {
	margin-bottom: 0;
}

/*--------------------------------------
　　　　　　  style_box
--------------------------------------*/
.style_box {
	border: 20px solid #e9edf6;
}
.style_box .inner {
	padding: 35px;
}
.style_list > li {
	margin-top: 25px;
}
.style_list > li:first-child {
	margin: 0;
}
.style_list .title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.18em;
	padding: 0 0 15px 30px;
	position: relative;
	margin-bottom: 15px;
	color: #274db2;
        border-bottom: 2px solid #274db2;
}
.style_list .title:before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: #274db2;
	position: absolute;
	top: 12px;
	left: 8px;
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.style_list .img img {
	float: right;
	width: 36%;
	margin-left: 20px;
	display: block;
}
 @media screen and (max-width: 767px) {
.style_list .title {
	font-size: 22px;
}
.style_list .title:before {
        top: 10px;
}
.style_box .inner {
	padding: 20px;
}
.style_list .img img {
	float: none;
	width: 100%;
	margin: 0 auto;
}
}

/* =====================================
　■　Top
===================================== */
.title_section {
        background: #fff;
        padding: 92px 0 82px;
        box-shadow: inset 0 1px 1px 0px #e6e6e6;
}
.title_section h2 {
	margin: 0 !important;
}
h2.block_title {
        /*background: url(icon-title.png) no-repeat center top;
        background-size: 106px 37px;*/
	font-family: "Noto Sans JP", sans-serif;
	font-size: 33px;
	line-height: 1.7;
	letter-spacing: 0.22em;
	color: #4d3118;
	margin: 0 0 50px;
	text-align: center;
}
h2.block_title .en_title {
/*	display: block; */
	font-size: 10px;
	line-height: 1;
	color: #f9b122;
	letter-spacing: 0.37em;
	margin:14px 0 0 10px;
}
@media screen and (max-width: 767px) {
.title_section {
        background: #fff;
        padding: 45px 0;
}
h2.block_title {
	letter-spacing: 0.1em;
	font-size: 26px;
	margin: 0 0 30px !important;
}
}
/*--------------------------------------
	point_section 
--------------------------------------*/
.point_section {
/*        background: #e5ecf9;*/
}
.point_section li {
        float: left;
/*        width: 33.33%;*/
        width: 310px;
        margin-right:23px;
        margin-bottom:23px;
        box-sizing: border-box;
}
.point_section li:nth-child(3n+1) {
        margin-left: 0;
}
.point_section li img {
        width: 100%;
}
@media screen and (max-width: 767px) {
.point_section li {
        float: none;
        width: 100%;
        text-align: center;
}
}
/*--------------------------------------
	concept_section 
--------------------------------------*/
.concept_section {
        text-align: center;
        background: url(bg-concept_pc.png) no-repeat center center;
        padding: 52px 0 62px;
}
.concept_section p.main_txt {
	color: #4d3118;
	letter-spacing: 0.38em;
	line-height: 1.7;
	font-size: 25px;
        margin-bottom: 25px;
}
.concept_section p.bg_txt {
	color: #4d3118;
	letter-spacing: 0.32em;
	line-height: 1.9;
	font-size: 22px;
        background: #f4f6fa;
        padding: 11px 20px;
}
@media screen and (max-width: 1600px) {
.concept_section {
        background: url(bg-concept_pc.png) no-repeat center top;
        background-size: contain;
}
}
@media screen and (max-width: 767px) {
.concept_section {
        background-size: contain;
        padding: 45px 0;
}
.concept_section p.main_txt,
.concept_section p.bg_txt {
	letter-spacing: 0.2em;
}
}
/*--------------------------------------
	info_section 
--------------------------------------*/
.info_section {
        background: #fff;
        /*background-size: cover;*/
        padding: 103px 0 93px;
        box-shadow: inset 0 1px 1px 0px #e6e6e6;
}
.left_box {
        float: left;
        width: 48%;
        border-radius: 5px;
}
.right_box {
        float: right;
        width: 48%;
}
.info_section .box_inner {
}

table.clinic_table th {
        background: #f1f4fa;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        text-align: center;
        padding: 10px;
}
.info_section table.clinic_table th {
        width: 70px;
        text-align: left;
        padding: 10px 0;
}
table.clinic_table td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
}
table.clinic_table th, table.clinic_table td {
        border-left: none;
        border-right: none;
        font-weight: normal;
        letter-spacing: normal;
        vertical-align: middle;
}
.info_section table.clinic_table th,
.info_section table.clinic_table td {
        line-height: 1.3;
        border: none;
        vertical-align: top;
}
.info_section table.clinic_table td a {
        color: #fff !important;
}
.info_section .timetable thead th {
        background: #fff;
        color: #333;
}
.info_section .timetable th,
.info_section .timetable td {
        background: #fff !important;
        border-bottom: 1px solid #39b34a;
}
.info_section .right_box .gnv_tmp_bt a {
        max-width: 270px;
        margin: 0 auto;
}
.info_section .gnv_tmp_bt a {
        padding: 9px 20px 12px;
}
.info_section ul.btn_list li {
        width: 49%;
        float: left;
        margin-left: 2%;
}
.info_section ul.btn_list li:first-child {
        margin-left: 0;
}
.info_section ul.btn_list li.gnv_tmp_bt a {
        background: #f9b122;
        border: 1px solid #f9b122;
        color: #fff;
}
.info_section ul.btn_list li.gnv_tmp_bt a span:before {
        border-left: 6px solid #fff;
}
.time_tip {
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
        margin: 10px 0 25px;
}
.info_section .menu_inner {
	background: #fff;
	padding: 20px 25px 18px;
	/*font-size: 16px;*/
	line-height: 1.8;
}
.info_section .menu_inner.item {
        padding: 20px 25px;
}
.info_section .menu_inner dl {
        margin: 0 0 21px;
}
.info_section .menu_inner dt {
	color: #f9b122;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	letter-spacing: 0.18em;
	line-height: 1.2;
        margin: 0 0 20px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.timetable tbody th {
        font-size: 12px;
}
.info_section ul.btn_list li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
}
.info_section ul.btn_list li:first-child {
        margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.left_box,
.right_box {
        float: none;
        width: 100%;
        border-radius: 0;
        padding: 20px 0;
}
.right_box {
        margin-top: 0;
}
.info_section .box_inner {
        padding: 0;
        width: 94%;
        margin: 0 auto;
}

.info_section ul.btn_list li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 10px;
}
.info_section ul.btn_list li:first-child {
        margin-top: 0;
}
.info_section .right_box .gnv_tmp_bt a {
        max-width: none;
}
}

/*--------------------------------------
	greeting_section
--------------------------------------*/
.greeting_section {
        padding: 92px 0 82px;
        box-shadow: inset 0 1px 1px 0px #e6e6e6;

}

.greeting_section .detail_box {
        width: 60%;
        height: 400px;
        float: left;
/*        background: url(bg-blue.jpg) no-repeat center center;*/
        background-size: cover;
        color: #555;
}
.greeting_section .detail_box .box_inner {
/*        padding: 7.5% 20% 12%;*/
		padding:0 10%;
        box-sizing: border-box;
}
.greeting_section .photo_box {
        width: 40%;
        height: 400px;
        float: right;
        background: url(top_img04_pc.jpg) no-repeat center center;
        background-size: contain;
}
.greeting_section p {
        letter-spacing: 0.2em;
}
.greeting_section p.gnv_tmp_bt {
        max-width: 340px;
        margin: 56px auto 0;
}
.greeting_section p.gnv_tmp_bt a {
        background: #e4ea7c;
        color: #f9b122;
        border: 1px solid #e4ea7c;
}
.greeting_section p.gnv_tmp_bt a span:before {
        border-left: 6px solid #f9b122;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
.greeting_section .detail_box .box_inner {
        padding: 7.5% 10% 12%;
}
.greeting_section .photo_box {
        background: url(top_img04_pc.jpg) no-repeat 66% center;
        background-size: cover;
}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
.greeting_section h2.block_title {
        font-size: 26px;
        margin-bottom: 35px;
}
.greeting_section p {
       letter-spacing: normal;
}
.greeting_section p.gnv_tmp_bt {
        margin: 35px auto 0;
}
}
@media screen and (max-width: 767px) {
.greeting_section img {
        width: 80%;
        max-width: 336px;
        display: block;
        margin: 0 auto;
}
.greeting_section .detail_box {
        width: 100%;
        float: none;
        max-width: none;
        padding: 50px 0;
}
.greeting_section .detail_box .box_inner {
        width: 94%;
        padding: 0;
        margin: 0 auto;
}
.greeting_section .photo_box {
        display: none;
        float: none;
        width: 100%;
        background: none;
}
.greeting_section p {
        letter-spacing: 0.1em;
}
.greeting_section p.gnv_tmp_bt {
        margin: 30px auto 0;
        max-width: none;
}
}
/*--------------------------------------
	tour_section 
--------------------------------------*/
.tour_section {
        background: #F7F7F7;
        padding: 100px 0;
}
@media screen and (max-width: 767px) {
.tour_section {
        padding: 50px 0;
}
}
/*--------------------------------------
	menu_section 
--------------------------------------*/
.menu_section {
        /*background: url(bg-menu_pc.jpg) no-repeat center center;
        background-size: cover;*/
        background: #eee;
        padding: 98px 0 120px;
}
.menu_section h2.block_title {
        margin-bottom: 53px;
}
.menu_section ul.clearfix > li {
        width: 31.4%;
        float: left;
        margin-left: 2.9%;
        margin-top: 6%;
        /*background: #fff;*/
}
.menu_section ul.clearfix > li:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
}
.menu_section ul.clearfix > li:nth-child(-n+3) {
        margin-top: 0;
}
.menu_section ul.clearfix > li .inner {
        border-radius: 5px 5px 0 0;
}
.menu_section ul.clearfix > li:nth-child(1) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(2) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(3) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(4) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(5) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(6) .inner {
        background: #a3b5e2;
        background-size: cover;
}
.menu_section ul.clearfix > li p.title {
        margin-bottom: 0;
        font-family: "Noto Sans JP", sans-serif;
        line-height: 1.5;
        display: block;
        font-size: 23px;
        letter-spacing: 0.2em;
        padding: 27px 30px 15px;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid #cbd1e1;
}
.menu_section ul.clearfix > li p.title a {
	pointer-events: none;
	cursor: text;
        color: #fff;
}
.menu_section ul.clearfix > li p.title a:hover {
	text-decoration: none;
}
.menu_section ul.clearfix > li img {
        width: 100%;
}
.menu_section ul.clearfix > li .box_inner {
        padding: 28px 30px 17px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.menu_section .box_inner li {
        box-sizing: border-box;
        margin-bottom: 11px;
        position: relative;
        padding-left: 15px;
        line-height: 1.4;
        display: block;
}
.menu_section .box_inner li:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid #d2d861;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        left: 0;
        top: 7px;
}
.menu_section .box_inner li a {
        text-decoration: underline;
        color: #fff;
}
.menu_section .box_inner li a:hover {
        text-decoration: none;
}
.menu_section .gnv_tmp_bt a {
        border-radius: 0 0 5px 5px;
        font-size: 18px;
        letter-spacing: 0.1em;
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
.menu_section ul.clearfix > li .box_inner {
        padding: 28px 20px 17px;
}
.menu_section ul.clearfix > li p.title {
        padding: 27px 20px 15px;
        letter-spacing: 0.1em;
        font-size: 20px;
}
.menu_section .gnv_tmp_bt a {
        font-size: 15px;
        letter-spacing: normal;
}
}
@media screen and (max-width: 767px) {
.menu_section {
        /*background: url(bg-menu_sp.jpg) no-repeat center center;
        background-size: cover;*/
        padding: 0;
}
.menu_section .gnv_tmp_width_1000 {
        width: 100%;
}
.menu_section ul.clearfix > li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 0;
}
.menu_section ul.clearfix > li:nth-child(-n+3) {
        margin-top: 0;
}
.menu_section ul.clearfix > li:first-child {
        margin-top: 0;
}
.menu_section ul.clearfix > li .inner {
        background: none !important;
        border-radius: 0;
}
.menu_section ul.clearfix > li p.title {
        padding: 0;
        text-align: center;
        border-bottom: none;
}
.menu_section ul.clearfix > li p.title a {
        display: block;
        padding: 43px 30px;
        position: relative;
	pointer-events: auto;
	cursor: pointer;
}
.menu_section ul.clearfix > li p.title a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	right: 25px;
	top: 50%;
}
.menu_section ul.clearfix > li:nth-child(1) p.title a {
        background: url(bg-menu01_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(2) p.title a {
        background: url(bg-menu02_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(3) p.title a {
        background: url(bg-menu03_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(4) p.title a {
        background: url(bg-menu04_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(5) p.title a {
        background: url(bg-menu05_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section ul.clearfix > li:nth-child(6) p.title a {
        background: url(bg-menu06_sp.jpg) no-repeat center center;
        background-size: cover;
}
.menu_section .gnv_tmp_bt {
        display: none;
}
.menu_section .box_inner li a {
        color: #333;
}
.menu_section .box_inner li:before {
        border-left: 6px solid #f9b122;
}
}


/* =====================================
	1. Heading
===================================== */
/*--------------------------------------
	1-1. other heading(news,blog,sitemap.notfound)
--------------------------------------*/
.titleBg {
	background: none;
	border-bottom: 2px solid #b3b3b3;
	padding: 0 0 10px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	letter-spacing: 0.18em;
	line-height: 1.5;
}
/*--------------------------------------
	1-2. h2
--------------------------------------*/
.under #mainimage .under_mainimage {
	background: url(bg-under_main.jpg) no-repeat center center;
        background-size: cover;
	height: 154px;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000{
	height: 100%;
	padding: 20px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.under #mainimage .under_mainimage .gnv_tmp_width_1000 h2{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 34px;
	line-height: 1.3;
	letter-spacing: 0.18em;
	color: #fff;
	margin: 0;
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
@media screen and (max-width: 767px) {
.under #mainimage .under_mainimage .gnv_tmp_width_1000 h2{
	font-size: 30px;
	letter-spacing: 0.08em;
}
}
/*--------------------------------------
	1-3. h3
--------------------------------------*/
.gnv_tmp_h3_bg {
	background-color: #e1ebfe;
	padding: 27px 30px;
        /*border-left: 4px solid #f9b122;*/
}
.gnv_tmp_h3_bg h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	line-height: 1.3;
	color: #4d3118;
	padding: 0;
	position: relative;
	letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
.gnv_tmp_h3_bg {
	padding: 20px 25px;
}
.gnv_tmp_h3_bg h3 {
	font-size: 26px;
	letter-spacing: 0.08em;
}
}
/*--------------------------------------
	1-4. h4
--------------------------------------*/
.text_image .gnv_tmp_h4_bg {
	margin: 0 0 20px !important;
}
.gnv_tmp_h4_bg {
	border-bottom: 1px solid #e1e8f5;
	padding: 0 11px 15px;
}
.gnv_tmp_h4_bg h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	line-height: 1.3;
	color: #f9b122;
	position: relative;
        padding-left: 26px;
	letter-spacing: 0.18em;
}
.gnv_tmp_h4_bg h4:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	height: 13px;
	width: 13px;
	background: none;
        border: 3px solid #f9b122;
        box-sizing: border-box;
        border-radius: 50%;
}
/*.gnv_tmp_h4_bg h4:after {
	height: 50%;
	z-index: 1;
	background: #ffe57a;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 10px;
	background: #ffce08;
}*/
@media screen and (max-width: 767px) {
.gnv_tmp_h4_bg h4 {
	font-size: 22px;
	letter-spacing: 0.08em;
}
}
/*--------------------------------------
	1-5. h5
--------------------------------------*/
.text_image .gnv_tmp_h5_bg {
	margin: 0 0 20px !important;
}
.gnv_tmp_h5_bg h5 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: #78808f;
	padding: 0 0 0 20px;
	position: relative;
}
.gnv_tmp_h5_bg h5:before {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
	margin: 0;
	width: 7px;
	height: 2px;
	background: #78808f;
	box-sizing: border-box;
        margin-top: 0;
}
/* =====================================
	2. Table
===================================== */
/*--------------------------------------
	2-1. gnv_tmp_table01
--------------------------------------*/
table.gnv_tmp_table01 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table01 th, table.gnv_tmp_table01 td {
	text-align: left;
}
table.gnv_tmp_table01 {
	background: #fff;
	width: 100%;
}
table.gnv_tmp_table01 thead th {
	background: #ddd;
	border-top: 1px dotted #ccc;
}
table.gnv_tmp_table01 th {
	background: #efefef;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table.gnv_tmp_table01 td {
	background: #fff;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
/*--------------------------------------
	2-2. gnv_tmp_table02
--------------------------------------*/
table.gnv_tmp_table02 {
	margin-bottom: 1.5em;
}
table.gnv_tmp_table02 th, table.gnv_tmp_table02 td {
	text-align: left;
}
table.gnv_tmp_table02 {
	width: 100%;
}
table.gnv_tmp_table02 thead th {
	background: #efefef;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
table.gnv_tmp_table02 th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
table.gnv_tmp_table02 td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/* hours */
table.gnv_tmp_hours th, table.gnv_tmp_hours td {
	text-align: center;
}
table.gnv_tmp_hours tbody th {
	width: 20%;
}
 @media screen and (max-width: 767px) {
table.gnv_tmp_hours th,  table.gnv_tmp_hours td {
	font-size: 70%;
}
}
/*--------------------------------------
	2-3. table design 1
--------------------------------------*/
table.tableDesign01, table .tableDesign01 {
	width: 100%;
	table-layout: fixed;
}
.tableDesign01 th, .tableDesign01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.tableDesign01 thead th {
	background: #002e4e;
	color: #fff;
}
.tableDesign01 tbody th {
	background: #ddebf1;
	border-bottom: 1px solid #ccc;
}
.tableDesign01 tbody td {
	border-bottom: 1px solid #ccc;
}
 @media screen and (max-width: 767px) {
table.tableDesign01,  table .tableDesign01 {
	font-size: 85%;
}
.tableDesign01 th,  .tableDesign01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.tableDesign01,  table .tableDesign01 {
	font-size: 70%;
}
}
/*--------------------------------------
	2-4. table design 2
--------------------------------------*/
table.tableDesign02, table .tableDesign02 {
	width: 100%;
	table-layout: fixed;
}
.tableDesign02 th, .tableDesign02 td {
	padding: 0.5em;
	vertical-align: middle;
}
.tableDesign02 tbody th {
	border: none;
	border-bottom: 1px solid #103956;
	text-align: center;
}
.tableDesign02 tbody td {
	border: none;
	border-bottom: 1px solid #ccc;
}
.tableDesign02 .b_06_item {
	background: none;
}
/* =====================================
	3. Img
===================================== */
/*--------------------------------------
	3-1. img layout
--------------------------------------*/
/* img width */
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 0 20px 20px;
	width: 36%;
	float: right;
}
/* left */
.img_l span img {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}
/* right */
.img_r span img {
	float: right !important;
	margin: 0 0 20px 20px !important;
}
/* 画像下のテキスト回り込み回避 */
.text_box {
	float: left;
	width: 60%;
}
 @media screen and (max-width: 767px) {
/* img width */
.b_11 .b_11_in span img {
	width: 100%;
}
.b_11_2_in span img, .b_11 .b_11_in span img {
	margin: 0 auto 20px !important;
	width: 100%;
	float: none !important;
}
/* 1列 */
.b_11 .b_11_in span img,  .b_11_2_in span img {
	margin: 0 0 0.5em;
	width: 100%;
}
.b_10.b_10_column2.img_list {
	border: medium none;
	border-collapse: collapse;
	display: table;
	line-height: 1px;
	table-layout: fixed;
	width: 100%;
}
/* 2列 */
.img_list.b_10.b_10_column2 div.column_l {
	display: table-cell;
	line-height: 1px;
	padding-right: 10px;
	vertical-align: top;
	width: auto;
}
.img_list.b_10.b_10_column2 div.column_r {
	display: table-cell;
	line-height: 1px;
	padding-left: 10px;
	vertical-align: top;
	width: auto;
}
/* 3列 */
.b_10.b_10_column3 div.column_blank {
	display: table-cell !important;
	vertical-align: top;
	width: auto;
}
.img_list.b_10_column3 div.column_c,  .img_list.b_10_column3 div.column_l {
	display: table-cell;
	width: 32%;
	margin-right: 1%;
}
.img_list.b_10_column3 div.column_r {
	display: table-cell;
	width: 32%;
	margin-right: 0;
}
.b_10.b_10_column3.img_list {
	display: table;
}
/* 画像下のテキスト回り込み回避  */
.text_box {
	float: none;
	width: 100%;
}
}
/*--------------------------------------
	3-2. img effects
--------------------------------------*/
/* 角丸 */
/* rollover */
.rollover a img:hover, .rollover span a img:hover, .rollover .img_r span a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/* =====================================
	4. List
===================================== */
/*--------------------------------------
	4-1. ic_01
--------------------------------------*/
.ic_01 {
	width: 100%;
}
.ic_01 .clearfix {
	padding: 0;
}
.ic_01 span {
	position: relative;
	display: block;
	padding-left: 15px;
}
.ic_01 span:before {
	content: "";
	position: absolute;
	background: #f9b122;
	top: 10px;
	left: 0;
	margin-top: 0;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
.ic_01 ul {
	margin: 0;
}
.ic_01 li {
	position: relative;
	padding: 0 0 0 15px;
}
.ic_01 li:before {
	content: "";
	position: absolute;
	background: #f9b122;
	top: 10px;
	left: 0;
	margin-top: 0px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
}
/*--------------------------------------
	4-2. ic_02
--------------------------------------*/
.ic_02 .clearfix {
	padding: 0;
}
.ic_02 .clearfix span {
	position: relative;
	display: block;
	padding: 0 0 0 20px;
}
.ic_02 span:before {
	content: "\00a0";
	display: block;
	border: solid 6px #f45f04;
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 12px;
	margin-top: -4px;
}
.ic_02 span:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 4px;
	top: 5px;
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ic_02 ul {
	margin: 0;
}
.ic_02 li {
	position: relative;
	padding: 0 0 0 20px;
}
.ic_02 li:before {
	content: "\00a0";
	display: block;
	border: solid 6px #f45f04;
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 12px;
	margin-top: -4px;
}
.ic_02 li:after {
	content: "\00a0";
	display: block;
	width: 4px;
	height: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	position: absolute;
	left: 4px;
	top: 5px;
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*--------------------------------------
	4-3. ic_arrow_01
--------------------------------------*/
.ic_arrow_01 div {
	padding: 5px 5px 5px 25px;
}
.ic_arrow_01 span {
	position: relative;
}
.ic_arrow_01 span:before {
	display: block;
 	content: "";
 	position: absolute;
	left: -15px;
	width: 0;
	height: 0;
	margin-top: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #000;
}
.ic_arrow_01 span:hover:before {
	left: -12px;
}
.ic_arrow_01 ul {
	margin: 0;
}
.ic_arrow_01 li {
	position: relative;
 	padding: 0 0 0 15px;
}
.ic_arrow_01 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 6px solid transparent;
 	border-left: 6px solid #274db2;
}
/*--------------------------------------
	4-4. ic_arrow_02
--------------------------------------*/
.ic_arrow_02 .clearfix {
 	padding: 5px 5px 5px 30px;
}
.ic_arrow_02 span {
 	position: relative;
}
.ic_arrow_02 span:before {
	display: block;
	 content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
 	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
 	background: #999;
}
.ic_arrow_02 span:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 span:hover:before {
	left: -22px;
}
.ic_arrow_02 span:hover:after {
	left: -16px;
}
.ic_arrow_02 ul {
	margin: 30px;
}
.ic_arrow_02 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
.ic_arrow_02 li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -25px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	border-radius: 50%;
	background: #999;
}
.ic_arrow_02 li:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: -19px;
	width: 0;
	height: 0;
	margin-top: -1px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}
.ic_arrow_02 li:hover:before {
	left: -22px;
}
.ic_arrow_02 li:hover:after {
	left: -16px;
}
/* =====================================
	5. Buttons
===================================== */
/*--------------------------------------
	5-1. gnv_tmp_bt
--------------------------------------*/
.gnv_tmp_bt a {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	display: block;
	font-size: 16px;
	letter-spacing: 0.14em;
	padding: 17px 10px;
	text-align: center;
	color: #fff;
	background: #f9b122;
        border: 1px solid #f9b122;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
}
.gnv_tmp_bt a span {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}
.gnv_tmp_bt a span:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	left: 0;
	top: 50%;
}
/*.gnv_tmp_bt a:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
        border-left: 10px solid transparent;
        border-right: none;
        border-bottom: 10px solid #fff;
	position: absolute;
        right: 9px;
        bottom: 9px;
}*/
.text_image .gnv_tmp_bt a {
	margin-top: 0.5em;
}
.gnv_tmp_bt a:hover, .gnv_tmp_detail a:hover {
	text-decoration: none;
        opacity: 0.8;
}
/* btサイズ指定の場合 */
.gnv_tmp_detail a {
	width: auto;
        display: inline-block;
        min-width: 287px;
}
@media screen and (max-width: 480px) {
.gnv_tmp_detail a {
        display: block;
        min-width: inherit;
}
}
/* =====================================
	6. 下層TPL
===================================== */
/*--------------------------------------
	6-1. List of Check Design

ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 4px;
	width: 7px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
--------------------------------------*/
/*--------------------------------------
	6-2 手順矢印(下)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #6FBA2C;
	border-right-width: 45px;
	border-left-width: 45px;
}
/*--------------------------------------
	6-3. table01
--------------------------------------*/
table.table01.special,
table.table01.special th,
table.table01.special td {
        border: none !important;
	background: none !important;
}
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: center;
	vertical-align: middle;
}
.table01 thead th {
	background: #234eb2;
	color: #fff;
}
.table01 tbody th {
	background: #f1f5fa;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
        font-weight: normal;
}
 @media screen and (max-width: 767px) {
table.table01,  table .table01 {
	font-size: 85%;
}
.table01 th,  .table01 td {
	padding: 0.2em;
}
}
@media (max-width: 480px) {
table.table01,  table .table01 {
	font-size: 70%;
}
}
/*--------------------------------------
	6-4. timetable
--------------------------------------*/
table.timetable, table .timetable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.timetable th, .timetable td {
	padding: 0.5em 0;
	text-align: center;
	vertical-align: middle;
        background: #f1f5fa;
        line-height: 1.5;
        border-bottom: 1px solid #234eb2;
        /*border-bottom: 1px solid #39b34a;*/
}
.timetable tbody tr:last-child th,
.timetable tbody tr:last-child td {
        border-bottom: none;
}
.timetable thead th {
	background: #234eb2;
	color: #fff;
        font-weight: normal;
}
.timetable thead th:first-child {
	width: 28%;
}
.timetable thead th:last-child {
	width: 14%;
}
.timetable tbody th {
        background: #f1f5fa;
	word-break: break-all;
        font-weight: normal;
        letter-spacing: normal;
}
.timetable .bg {
	background: #fff;
}
.timetable td {
        font-size: 19px;
        letter-spacing: normal;
        line-height: 1;
}

/*.timetable th, .timetable td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}*/
 @media screen and (max-width: 767px) {
.timetable thead th:first-child {
	width: 32%;
}
table.timetable,  table .timetable {
	font-size: 85%;
}
.timetable td {
        font-size: 14px;
}
/*.timetable th,  .timetable td {
	padding: 0.2em;
}*/
}
@media (max-width: 480px) {
table.timetable,  table .timetable {
	font-size: 70%;
}
/*.timetable tbody th {
	letter-spacing: 1px;
}*/
}
/*--------------------------------------
	6-5. anchorlinks
--------------------------------------*/
.anchorlinks {
	background: #f7f5f5;
	padding: 2em;
	list-style: none;
}
.anchorlinks:after {
	content: "";
	display: block;
	clear: both;
}
.anchorlinks li {
	position: relative;
	width: auto;
	display: inline-block;
	padding: 0 0 0 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 40px 0 0;
}
.anchorlinks li:last-child {
	margin: 0;
}
.anchorlinks li a {
	text-decoration: none;
}
.anchorlinks li a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .5em;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .8em solid #f9b122;
	-webkit-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	transition-duration: .6s;
}
.anchorlinks li a:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.anchorlinks li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
.anchorlinks li {
	display: block;
}
}

/* =====================================
	7. Others
===================================== */
/*--------------------------------------
	7-1. MAP
--------------------------------------*/
.gnv_tmp_map {
	position: relative;
	width: 100%;
	padding-top: 40%;
}
.gnv_tmp_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
 	height: 100% !important;
}
 @media screen and (max-width: 767px) {
.gnv_tmp_map {
 	padding-top: 70%;
}
.gnv_tmp_map iframe {
	right: 0;
 	width: 100% !important;
}
}
/*--------------------------------------
	7-2. VIEMO
--------------------------------------*/
/* 動画基本CSS */
.iframeWrap {
 	position: relative;
	padding-top: 56.25%;
}
.iframeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 動画最大幅 */
.viemo.b_09, .viemo.b_11_3.b_11_3_column2 {
	max-width: 700px;
	margin: 0 auto;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .viemo.b_11_3.b_11_3_column2 {
 width: 700px;
}
}
/* youtubeの縦横比 */
.viemo.b_09 > div, .viemo.b_11_3.b_11_3_column2 div.column_l > p, .viemo.b_11_3.b_11_3_column2 div.column_r > p {
	position: relative;
	padding-top: 56.25%;
}
/* 絶対費で固定 */
.viemo.b_09 iframe, .viemo.b_11_3.b_11_3_column2 div.column_l iframe, .viemo.b_11_3.b_11_3_column2 div.column_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 @media screen and (max-width: 767px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
}
}
@media screen and (min-width: 700px) and (max-width: 720px) {
.viemo.b_11_3.b_11_3_column2 {
	width: 100%;
	max-width: 720px;
}
}
@media screen and (max-width: 720px) {
.viemo.b_09 {
	padding: 0 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_l {
	padding-left: 10px;
}
.viemo.b_11_3.b_11_3_column2 div.column_r {
	padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viemo.b_11_3.b_11_3_column2 div.column_l, .viemo.b_11_3.b_11_3_column2 div.column_r {
	padding: 0 10px;
}
}
/*--------------------------------------
	7-3. Q&A
--------------------------------------*/
/*.faq_box {
    background: #f3f3f3;
    padding: 40px;
    clear: both;
    box-shadow: 0 0 20px 0 rgba(180, 174, 152, 0.65);
    border-top: 3px solid #4ea550;
}
.gnv_tmp_qa_q {
	margin-bottom: 10px;
	padding: 10px 0;
	display: table;
}
.gnv_tmp_qa_q .tit {
	display: table-cell;
	padding-right: 20px;
}
.gnv_tmp_qa_q .tit span {
	font-size: 200%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #887872;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	letter-spacing: 0;
	vertical-align: baseline;
}
.gnv_tmp_qa_a {
	margin-bottom: 10px;
	padding: 10px 0;
	display: table;
}
.gnv_tmp_qa_a .tit {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}
.gnv_tmp_qa_a .tit span {
	font-size: 200%;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #b1d07b;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	vertical-align: baseline;
}
.gnv_tmp_qa_a .txt, .gnv_tmp_qa_q .txt {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.gnv_tmp_qa_q .txt {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}*/
/* 既存 */
.gnv_tmp_qa_q {
	border-left: 3px solid #333;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_q span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #333;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a {
	border-left: 3px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	display: table;
}
.gnv_tmp_qa_a span.tit {
	font-size: 200%;
	font-weight: bold;
	color: #ccc;
	padding-right: 20px;
	display: table-cell;
	width: 30px;
}
.gnv_tmp_qa_a p, .gnv_tmp_qa_q p {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
/* 新テンプレ用 */
.qa dl dt {
	position: relative;
	border-left: 2px solid #DDCFD1;
	padding-top: 0.2em;
	padding-left: 2.5em;
	margin: 40px 0 20px;
}
.qa dl dt:before {
	content: "Q";
	font-size: 2em;
	color: #DDCFD1;
	position: absolute;
	left: 0.2em;
}
.qa dl dd {
	position: relative;
	border-left: 2px solid #CFD1CD;
	padding-top: 0.2em;
	padding-left: 2.5em;
}
.qa dl dd:before {
	content: "A";
	font-size: 2em;
	color: #CFD1CD;
	position: absolute;
	left: 0.2em;
}
/*--------------------------------------
	7-4. flow
--------------------------------------*/
img.gnv_tmp_flow_arrow_01, img.gnv_tmp_flow_arrow_02 {
	margin: 10px auto 0;
}
/*--------------------------------------
	7-6. SNS
--------------------------------------*/
#line, #facebook, .fb-like {
	margin-bottom: 5px;
}
/*--------------------------------------
	7-7. ステップ形式(コンテンツ下に三角形の矢印を配置)
--------------------------------------*/
.stepArrow {
	position: relative;
	margin-bottom: 3em;
}
.stepArrow:before {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -45px;
	display: block;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-top-color: #fa9ead;
	border-right-width: 45px;
	border-left-width: 45px;
}
/*--------------------------------------
	7-8. ステップリスト
--------------------------------------*/
/* パターン1 */
.stepList01 dt {
	position: relative;
	font-size: 150%;
	font-weight: bold;
	color: #724742;
	padding-left: 2.5em;
	padding-top: 0.4em;
	min-height: 2em;
}
.stepList01 dt span {
	position: absolute;
	top: 0;
	left: 0;
	background: #724742;
	padding: 6px 9px;
	color: #fff;
}
.stepList01 dd {
	margin: 1em 0 2em 3em;
}
 @media screen and (max-width: 767px) {
.stepList01 dt {
	font-size: 120%;
}
}
/* パターン2 */
.stepList02 {
	margin-bottom: 2em !important;
}
.stepList02 p {
	position: relative;
	padding-left: 2.5em;
	padding-top: 0.4em;
	min-height: 2em;
	word-break: break-all;
}
.stepList02 p span {
	position: absolute;
	top: 0;
	left: 0;
	background: #fa9ead;
	padding: 6px 9px;
	color: #fff;
}
/*--------------------------------------
	7-9. チェックリストデザイン
--------------------------------------*/
ul.listCheck li {
	position: relative;
	padding-left: 2em;
	margin-bottom: 10px;
	font-size: 16px;
}
ul.listCheck li:before {
	display: block;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 2px solid #bfbfbf;
}
ul.listCheck li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: .35em;
	width: 10px;
	height: 3px;
	border-left: 2px solid #0061a5;
	border-bottom: 2px solid #0061a5;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*--------------------------------------
	7-10. 吹き出しリード文
--------------------------------------*/
.leadWrap .balloonWrap01 {
	position: relative;
	max-width: 90%;
	background: #44a5db;
	font-size: 186%;
	color: #fff;
	padding: .4em;
	text-align: center;
	margin: 2em auto 1.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.leadWrap .balloonWrap01:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -1em;
	display: block;
	border-top: 16px solid #44a5db;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
}
#content .leadWrap p {
	margin-bottom: 60px;
}
 @media screen and (max-width: 767px) {
.leadWrap .balloonWrap01 {
	padding: .5em;
	font-size: 128%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 20px auto;
}
#content .leadWrap p {
	margin-bottom: 20px;
}
}
/*--------------------------------------
	7-11. w960
--------------------------------------*/
.w960 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
/*--------------------------------------
	7-12. googlecalender、googleMap、インドアビュー
--------------------------------------*/
.gMap, .calenderWrap, .indoorView {
	position: relative;
}
.gMap iframe, .calenderWrap iframe, .indoorView iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: none;
}
.gMap {
	height:600px;
}
 @media screen and (max-width: 767px) {
.gMap {
	height: 300px;
}
}
.calenderWrap, .indoorView {
	padding-top: 56.25%;
}
.calenderWrap iframe {
	min-height: 260px;
}
.indoorView iframe {
	min-height: 240px;
}
 @media only screen and (max-width: 480px) {
/*
  .gMap {
  	padding-top: 220px;
  }
  */
.calenderWrap {
	padding-top: 300px;
}
.indoorView {
	padding-top: 240px;
}
}
/*======================================================================

	56用

======================================================================*/
/*======================================================================

	116用

======================================================================*/
.mt0 {
	margin-top: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pr0 {
	padding-right: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pl5 {
	padding-left: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.ml45 {
	margin-left: 45px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl45 {
	padding-left: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pr50 {
	padding-right: 50px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pl50 {
	padding-left: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mr55 {
	margin-right: 55px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml55 {
	margin-left: 55px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pr55 {
	padding-right: 55px !important;
}
.pb55 {
	padding-bottom: 55px !important;
}
.pl55 {
	padding-left: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mr60 {
	margin-right: 60px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pr60 {
	padding-right: 60px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pl60 {
	padding-left: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mr65 {
	margin-right: 65px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.ml65 {
	margin-left: 65px !important;
}
.pt65 {
	padding-top: 65px !important;
}
.pr65 {
	padding-right: 65px !important;
}
.pb65 {
	padding-bottom: 65px !important;
}
.pl65 {
	padding-left: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.ml70 {
	margin-left: 70px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pr70 {
	padding-right: 70px !important;
}
.pb70 {
	padding-bottom: 70px !important;
}
.pl70 {
	padding-left: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mr75 {
	margin-right: 75px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.ml75 {
	margin-left: 75px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pr75 {
	padding-right: 75px !important;
}
.pb75 {
	padding-bottom: 75px !important;
}
.pl75 {
	padding-left: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mr80 {
	margin-right: 80px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml80 {
	margin-left: 80px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pr80 {
	padding-right: 80px !important;
}
.pb80 {
	padding-bottom: 80px !important;
}
.pl80 {
	padding-left: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mr85 {
	margin-right: 85px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.ml85 {
	margin-left: 85px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pr85 {
	padding-right: 85px !important;
}
.pb85 {
	padding-bottom: 85px !important;
}
.pl85 {
	padding-left: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mr90 {
	margin-right: 90px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pr90 {
	padding-right: 90px !important;
}
.pb90 {
	padding-bottom: 90px !important;
}
.pl90 {
	padding-left: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mr95 {
	margin-right: 95px !important;
}
.mb95 {
	margin-bottom: 95px !important;
}
.ml95 {
	margin-left: 95px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pr95 {
	padding-right: 95px !important;
}
.pb95 {
	padding-bottom: 95px !important;
}
.pl95 {
	padding-left: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.pr100 {
	padding-right: 100px !important;
}
.pb100 {
	padding-bottom: 100px !important;
}
.pl100 {
	padding-left: 100px !important;
}

