.information li{
font-size:14px!important;
}
.information .wf_blog_li_inner{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing:border-box;
    width:100%;
    padding:10px 10px 10px 0px;
    border-bottom:1px dotted #ccc;
    }
.information .wf_blog_ul li{
border-bottom:0px!important;
padding-top: 0px!important;
padding-bottom: 0px!important;
}
.information .wf_blog_li_thumb{
display:none;
}
.information .wf_blog_ul .wf_blog_li_date,.information .wf_blog_ul .wf_blog_li_title {
    display: inline;
    float: none;
    margin: 10px;
}
.information .btn{
margin:5px;
font-size:10px!important;
}
body{
	color:#272322;
	line-height:1.7;
}
a,
a:visited,
a:hover{
	color:#272322;
}

img {
	max-width:100%;
}

a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}

/**/
#header .container,
#nav ul,
#content .container,
#footer .container,
.totop .container {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* header */
#header {
	height:auto;
	position:relative;
}
#header h1 {
	float:left;
	margin-top:2.5%;
	width:25.1%;
}
#header .info {
    float: right;
    width: 44.4%;
    margin-top: 2px;
    text-align: right;
}
#header .info span.header_txt{
	font-size:10px;
}
.header_tel {
	text-align:right;
	display:inline-block;
	vertical-align: super;
}
span.telnumber {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	vertical-align:text-top;
	margin-right:1%;
}
span.address {
	display:block;
	font-size:11px;
	line-height:1;
	padding-top:5px;
}
.telnumber img {
	vertical-align:top;
	margin-right:7px;
}
span.mail_btn {
	display:inline-block;
	vertical-align:middle;
}

.main_youtube {
    position: absolute;
    height: 35%;
    width: 14%;
    right: 20%;
    bottom: 9%;
}
.main_youtube a{
	display:block;
	width:100%;
	height:100%;
	cursor: pointer;
	text-indent:-9999px;
}
/* nav */
#nav {
	width:100%;
	float:none;
}
@media only screen and (min-width: 768px) {
#nav {
	border-bottom:1px solid #FFF;
	display:none;
}
#nav .inner {
	position:relative;
	height:50px;
	background: url(../images/header_bg.png) ;
	border-bottom:5px solid #2062b4;
}
#nav li {
	float:left;
	list-style:none;
	width:14.28%;
	height:50px;
	position:relative;
	box-sizing:border-box;
}
#nav li::before {
	position:absolute;
	content:"";
}
#nav li.nav01 {
}
#nav li a {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-size:13px;
	-webkit-transition: 200ms;
	transition: 200ms;
	color:#fff;
}
#nav li a:hover {
	background:#174799;
}
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
	margin-top: 47.5%;
}
.top #content {
    margin-bottom: 0;
}
.wrap p {
	margin-bottom:1.2em;
}
/* main */
#main {
	float:right;
	width:720px;
}
/* aside */
#aside {
    float: left;
    width: 260px;
    background: url(../images/side_bg.png) repeat center top;
    padding: 10px 10px 30px;
    box-sizing: border-box;
   box-shadow: 0 0 8px 2px #ccc;
}
#aside .information {
	border-radius:2px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	font-size:13px;
	padding:0;
	margin-bottom:20px;
}
#aside .information h3 {
	border-bottom:3px solid #e6e6e6;
	background:url(../images/icon_info.svg) no-repeat 6px 7px;
	box-sizing:border-box;
	position:relative;
	font-size:15px;
	font-weight:bold;
	padding:4px 10px 4px 30px;
	margin-bottom:0px;
}
#aside .information h3::after {
	position:absolute;
	content:"";
	bottom:-3px;
	left:0;
	background:#2062b4;
	width:40%;
	height:3px;
}
#aside .information dl {
	margin:0 10px 0px;
}
#aside .information dt,
#aside .information dd {
	padding:0 2px;
}
#aside .information dd {
	border-bottom:1px dotted #e3ded9;
	margin-bottom:8px;
}
#aside .bnr {
	border-radius:2px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
	background:#ededed;
	font-size:13px;
	padding:0 20px 15px;
	margin-bottom:20px;
	position:relative;
}
#aside .bnr h3 {
	font-size:15px;
	font-weight:bold;
	padding:12px 0 10px;
	border-top:4px solid #2062b4;
}


#aside .sidemenu li a {

    display: block;
    border-bottom: 1px dashed #888;
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
    position: relative;
    padding: 8px 0px 8px 20px;
    color: #333;

}
#aside .sidemenu li a:before{
    content: "";
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #f9403d;
    top: 18px;
}
.side_nav{
	margin-bottom:30px;
}
.side_bn{
    text-align: center;

}


/* メインイメージ */

.carousel {
	padding-bottom:0px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#9cd2e9;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:26px;
	padding-bottom:20px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	padding-top:30px;
}
#footer {
	background:#eff0ae;
	padding-top:20px;
	color:#333;
}
#footer .container {
	padding:2.8em 0 1em;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
	color:#fff;
}
#footer ul li:after {content:" | ";}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
	color:#fff;
}
#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.8;
	padding:1.5em 0 1em;
	color:#333;
}

#footer .clearfix{
	overflow:hidden;
}
.f_box01.con_l{
	float:left;
	width:67%;
}
.f_box02.con_r{
	float:right;
	width:27%;
}
.f_box01_under01{
	margin-bottom:10px;
}
.f_box01_under01 .con_l{
	width:49%;
	float:left;
	margin-right:1%;
}
.f_box01_under01 .con_r{
	width:49%;
	float:left;
}

.f_box01_under02 p{
	float:left;
	width:111px;
	margin-right:2%;
}
.f_box01_under02 ul{
	float:left;
	width:70%;
	font-size:12px;
}
#footer .f_box01_under02 ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: left;
    line-height: 1.9;
}
#footer .f_box01_under02 ul li:nth-child(3n){
	margin-right:0;
}
#footer .f_box01_under02 ul li a {
    color: #333;
    position: relative;
    padding-left: 15px;
}
#footer .f_box01_under02 ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #1a1a1a;
    top: 5px;
}
.f_box01_under02{
	margin-bottom:10px;
}
#footer ul li::after{
	display:none;
}

#footer .map {
padding-bottom: 77%;
}
/* 画像 */

.wrap img {
	max-width:100%;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none;}

.map {
position: relative;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 1038px) {
#header .container,
#nav ul,
#content .container,
#content .container,
#footer .container,
.totop .container,
#main {
    margin-left: 2%;
	margin-right:2%;
	float:none;
}
#nav li {
}
.map {
padding-bottom: 45%;
}
#main {
	width:auto;
	max-width:1000px;
}
#aside {
	margin:0 auto;
	float:none;
	max-width:400px;
	width:auto;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
#header::before {
	width:75px !important;
}
#header .info {
	width: 50px !important;
}
#toggle {
	right:15px !important;
}
}
@media only screen and (max-width: 767px) {

.sp { display:block;}
.pc { display:none;}

img {
	max-width:100%;
}

#header {
    height: 90px;
    padding: 15px 0 0px;
}
/*
#header::before {
	position:absolute;
	content:"";
	display:block;
	width:12.0%;
	height:90px;
	right:0;
	top:0;
	background:#161515;
}*/
#header h1 {
	position:absolute;
	margin-top:0;
	top:4%;
	left:10px;
	max-width:50%;
}
#header .info {
    position: absolute;
    top: 3.5%;
    right: 9%;
    margin-top: 0;
    max-width: 50px;
    padding-top: 0;
    float: right;
    width: 14%;

}
#header .info a {
    margin-right: 6%;
    display: block;
    width:100%;
	max-width:50px;
    float: none;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
}
#menu { display:none;}
#toggle {
    display: block;
    position: absolute;
    top: 3%;
    right: 2%;
    max-width: 41px;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(255,255,255,.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

#content {
	width:100%;
}

/* top */

.top #main {
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.top_block a {
	margin-bottom:20px;
}

table.news th,
table.news td {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th {
	padding:15px 2px 4px;
}
table.news td {
	padding:4px 2px 15px;
}
table.news th {
	border-bottom:none;
}
}
@media only screen and (max-width: 600px) {
#header .info {
    right: 10%;
}
}
@media only screen and (max-width: 480px) {
#header {
	height:80px;
}
#nav ul { top: 80px;}

}
@media only screen and (max-width: 320px) {
#header {
	height:65px;
}
#nav ul { top:65px;}

}

/*-----------------------
 パーツ
------------------------*/
.wrap {
	margin-bottom:1em;
}
#main .wrap {
	margin-bottom:0.5em;
}
@media screen and (min-width: 768px) {
/* 横並びボックス(flex) */
.columns {
    display: flex;
  }
.column {
  flex: 1;
  padding: 1%;
}
.columns {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
}
.columns:last-child {
  margin-bottom: -1%;
}
.columns:not(:last-child) {
  margin-bottom: 1%;
}
.columns.rtl {
  flex-direction: row-reverse;
}

.column.is-half {
  flex: none;
  width: 50%;
}
.column.is-third {
  flex: none;
  width: 33.3333%;
}
.column.is-quarter {
  flex: none;
  width: 25%;
}
.column.is-1 {
  flex: none;
  width: 8.33333%;
}
.column.is-2 {
  flex: none;
  width: 16.66667%;
}
.column.is-3 {
  flex: none;
  width: 25%;
}
.column.is-4 {
  flex: none;
  width: 33.33333%;
}
.column.is-5 {
  flex: none;
  width: 41.66667%;
}
.column.is-6 {
  flex: none;
  width: 50%;
}
.column.is-7 {
  flex: none;
  width: 58.33333%;
}
.column.is-8 {
  flex: none;
  width: 66.66667%;
}
.column.is-9 {
  flex: none;
  width: 75%;
}
.column.is-10 {
  flex: none;
  width: 83.33333%;
}
.column.is-11 {
  flex: none;
  width: 91.66667%;
}

/* 回り込んだ画像 */
.left_img img {
	float:left;
	margin-right:2%;
	width:48%;
}
.right_img img {
	float:right;
	margin-left:2%;
	width:48%;
}

}

.columns.is-gapless:not(:last-child) {
  margin: 0 0 20px;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

/* ボタン */

a.btn {
	display:inline-block;
}

.column a.btn {
	display:block;
}

/* リスト */

.list_dot li,
.list_arrow li,
.list_check li {
	position:relative;
}
.list_dot li,
.list_arrow li {
	padding-left:1.2em;
}
.list_check li {
	padding-left:1.5em;
}
.list_dot li::before,
.list_arrow li::before,
.list_check li::before,
.list_check li::after{
	display: block;
	content: '';
	position: absolute;
}
.list_dot li::before {
	border: 1px solid #999;
	border-radius: 100%;
	height:0.4em;
	width:0.4em;
	top:0.35em;
	left:0.3em;
}
.list_arrow li::before {
	top: 0.4em;
	left: 0.3em;
	height:0.4em;
	width:0.4em;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.list_check li::before {
	border: 1px solid #999;
	height:0.7em;
	width:0.7em;
	top:0.25em;
	left:0.2em;
}
.list_check li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.35em;
	left: 0.3em;
	height:0.25em;
	width:0.5em;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .columns.is-grid {
    flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 10px;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
span.part {
	display:block;
	margin-bottom:2%;
}
}

/*-----------------------
 content
------------------------*/

/* 見出し */

#main h3 ,#main .top_ttl h4{
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    padding: 4px 0 4px 38px;
    margin-bottom: 0;
    color: #48443a;
    background: url(../images/title1.png) no-repeat left 3px;
    text-align: left;
}

#main h4 {
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 0 3px 30px;
    margin-bottom: 0;
    color: #fff;
    background: url(../images/title2.png) no-repeat left 7px #999;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;
}

/* btn */

.btn a {
	font-size:10px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:6px 18px 4px 6px;
	line-height:1.1;
	position:relative;
	background:#2062b4;
	-webkit-transition: 200ms;
	transition: 200ms;
}
.btn a::before {
	position:absolute;
	content:"";
	display:block;
	top:50%;
	margin-top:-5px;
	right:3px;
	width:10px;
	height:10px;
	background:#fff;
}
.btn a::after {
	position:absolute;
	content:"";
	display:block;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top:-2px;
	right: 7px;
	border-top: solid 1px #2062b4;
	border-right: solid 1px #2062b4;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn a:hover {
	opacity: 0.7;
}


/*-----------------------
 TOP
------------------------*/
 .top #main .block01 h3 {
	margin-bottom:0px;
 }
 .top .block01 div.cont{
	 background:#f5f5f5 url(../images/top_bg01_pc.png) no-repeat bottom right;
	 padding:30px 40% 20px 20px;
	 box-sizing:border-box;
	 min-height:200px;
	 font-size:15px;
}
.btn {
	display:block;
	text-align:right;
}
.top .block02 img{
}

@media (max-width: 767px) {
 .top .block01 div.cont{
	 background:#f5f5f5 url(../images/top_bg01_sp.png) no-repeat bottom right;
	 background-size:100% auto;
	 padding:20px 20px 40% ;
	 min-height:100px;
}
}
/***********BLOG************/
.wrap>.inner{
}
.wf_blog_ul{
margin-top:0px;
margin-bottom:0px;
}

.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_blog_li_thumb:hover{
}

.wf_blog_ul .wf_blog_li_thumb img{
}
.wf_blog_ul li{
}
.wf_blog_ul  li a{
	border-bottom:1px dashed #b8b8b8;
	
}
.wf_blog_ul li:after{
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
	
}
.wf_blog_ul .wf_blog_li_title{
	color:#d92e32;
	
}
.wf_bread_ul li{
}
.wf_bread_ul {
}
.radius_wrap .wf_blog_ul{
}
.radius_wrap .wf_blog_ul li{
}

form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
    font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    line-height: 180%;
    color: #333;
    background: url(../images/body_bg01.png) no-repeat center top;
	background-size:contain;
}
input, button, select, textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li >p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info  {
    font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.word_break {
 word-break: break-all;
}
a:focus,
*:focus {
 outline: none;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
 text-decoration: underline;
}
a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
}
#header h1 a:hover img {
 opacity: 1;
 filter: alpha(opacity=100);
 -ms-filter: "alpha( opacity=100 )";
}
.mb0 {
 margin-bottom: 0!important;
}
.mb_h3 {
 margin-bottom: 20px !important;
}
.mb_h4 {
 margin-bottom: 18px!important;
}
.mb_h5 {
 margin-bottom: 10px!important;
}
.mb_01 {
 margin-bottom: 27px!important;
}
.mb_02 {
 margin-bottom: 60px!important;
}
.mb_03 {
 margin-bottom: 75px!important;
}
ul.list_dot {
 list-style: none;
}
ul.list_dot li {
 padding: 0 0 5px 22px;
 position: relative;
 word-wrap: break-word;
}
.list_dot li:before {
 background: none repeat scroll 0 0 #0f7144;;
 border-radius: 50%;
 content: "";
 height: 5px;
 left: 6px;
 position: absolute;
 top: 10px;
 width: 5px;
}
.float_ul01 li {
 margin: 0 20px 0 0;
 float: left;
 width: 40%;
}
ul.ul_check li {
 padding: 5px 0px 5px 24px;
 position: relative;
}
ul.ul02 {
 list-style: none;
}
ul.ul02 li {
 padding: 0 0 5px 14px;
 position: relative;
}
ul.ul02.float_ul01 li {
 box-sizing: border-box;
 float: left;
 margin: 0 2% 0 0;
 padding: 0 0 5px 14px;
 position: relative;
 width: 48%;
}
ul.ul02 li a {
 font-weight: bold;
}
.ul02 li:before {
 display: block;
 content: "";
 position: absolute;
 top: 8px;
 left: 3px;
 width: 0;
 height: 0;
 border: 5px solid transparent;
 border-left: 5px solid #3584d5;
}
ul.ul_check li:before {
 background: none repeat scroll 0 0 #6a91c4;
 border: 1px solid #0f7144;;
 border-radius: 3px;
 content: "";
 height: 17px;
 left: 0;
 position: absolute;
 top: 9px;
 width: 17px;
 z-index: 0;
}
ul.ul_check li:after {
 position: absolute;
 top: 9px;
 left: 3px;
 content: "";
 width: 11px;
 height: 4px;
 border: transparent 4px solid;
 border-left: 2px solid #FFFFFF;
 border-bottom: 2px solid #FFFFFF;
 transform: rotate(-40deg);
 -webkit-transform: rotate(-40deg);
 -ms-transform: rotate(-40deg);
 z-index: 10;
}
p.point_p {
 color: #cab52c;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.3;
 padding: 7px 5px 8px 16px;
 position: relative;
 text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
 z-index: 1;
}
p.point_p:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 25px;
 height: 25px;
 border: 9px solid #d7f0f9;
 border-radius: 50%;
 z-index: -1;
}
.number_p {
 font-size: 19px;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 10px;
 padding: 0 0 0 110px;
 text-indent: -110px;
}
.number {
 background: none repeat scroll 0 0 #cab52c;
 border-radius: 5px;
 box-shadow: 3px 3px 0 #ccc;
 color: #fff;
 font-size: 23px;
 margin: 0 10px 0 0;
 padding: 0 8px;
}
.arrow_box {
 position: relative;
 height: 40px;
 width: 100%;
}
.arrow_box:before {
 content: "";
 position: absolute;
 background: none;
 top: 10px;
 left: 0px;
 height: 0;
 border-top: dotted #E6DDB8 2px;
 width: 100%;
}
.arrow_box:after {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 50%;
 margin: 0 0 0 -30px;
 width: 0px;
 height: 0px;
 border: 30px solid transparent;


 border-top: 16px solid #faeaa9;
}
.merit01 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 background: #cdb827;
 font-size: 20px;
 color: #fff;
 margin: 0 0 8px;
 display: inline-block;
}
.merit02 {
 padding: 0px 6px 0px 6px;
 border-radius: 5px;
 margin: 0 0 8px;
 background: #6a91c4;
 font-size: 20px;
 color: #fff;
 display: inline-block;
}
.text_box {
 float: right;
 width: 62%;
}
.border_box01, .border-box01{
 background-color: #f8f8f8;
 border: 1px solid #ddd;
 padding: 10px;
}
.border_box02 {
 background-color: #f8f8f8;
 border: 1px solid #ddd;
 border-radius: 7px;
 padding: 10px;
}
.text_01 {
 color: #cdb827;
 font-size: 24px;
 font-weight: bold;
 letter-spacing: 0;
 line-height: 1.6 !important;
 padding: 0;
 text-align: center;
}

.link_btn {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: auto;
}
.link_btn a {
    line-height: 1.4;
    display: block;
    padding: 13px 20px 13px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    color: #fff;
    background:#b00b4e;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    letter-spacing: 0.05em;
	font-size:18px;
}
.link_btn a:before {
content:"";
position:absolute;
border:6px solid transparent;
border-left:5px solid #fff;
right:10px;
top:50%;
margin-top:-6px;
}
.link_btn a:hover {
 opacity: 0.8;
 color: #fff;
 filter: alpha(opacity=80);
 -ms-filter: "alpha( opacity=80 )";
 text-decoration: none;
 /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}


/*--------------------------------------
	table01
--------------------------------------*/
table.table01, table .table01 {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin:0 0 15px;
}
.table01 th, .table01 td {
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
.table01 thead th {
	background: #002e4e;
	color: #fff;
}
.table01 tbody th {
    background: #ededec;
    width: 25%;
}
.table01 th, .table01 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.table01.price th {
    width: 75%;
}
table.table02 {
	border-collapse: collapse;
	background: none;
	width: 100%;
}
table.table02 th {
	padding: 1.5% 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
	width: 22%;
	font-weight: normal;
}
table.table02 td {
	padding: 1%;
	text-align: left;
	border-bottom: solid 1px #725c4d;
}
@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%;
}
}
@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%;
}
}

/* =====================================
 共通
===================================== */

#bread span:hover {
    text-decoration: underline;
}

.map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

form .wrap {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main .wf_blog_ul li {
    font-size: 14px;
}
@media screen and (max-width: 1600px) {
.main_youtube {
    bottom: 25%;
}
}
@media screen and (max-width: 1500px) {
.main_youtube {
    bottom: 45%;
}
}

@media screen and (max-width: 1400px) {
.main_youtube {
    bottom: 37%;

}
}
@media screen and (max-width: 1100px) {
.main_youtube {
    bottom: 44%;
	height:30%;
}
}
@media screen and (max-width:900px) {
.main_youtube {
    bottom: 56%;
}
}
@media screen and (max-width:800px) {
.main_youtube {
    bottom: 58%;
}
}
@media screen and (max-width: 768px) {
.columns{
margin-left:auto!important;
margin-right:auto!important;
text-align:center;
}
.under .columns p,.under .columns ul{
	text-align:left;
}
#mailform .column {
    padding: 0px;
    text-align: left;
}
}

@media screen and (max-width: 767px) {
body {
    background: url(../images/body_bg01_sp.jpg) no-repeat center top;
    background-size: contain;
}
#content {
    margin-top: 60%;
}
.second_col .cont.column:first-child {
  margin-bottom: 10px;
}
.f_box01.con_l {
    float: none;
    width: 100%;
}
.f_box02.con_r {
    float: none;
    width: 100%;
}
#footer .map {
    padding-bottom: 50%;
	
}
.main_youtube {
    height: 29%;
    width: 22%;
    right: 15%;
    bottom: 42%;
	margin-bottom:0;
}

.f_box01_under01 .con_l{
	width:100%;
	float:none;
	margin-right:0;
}
.f_box01_under01 .con_r{
	width:100%;
	float:none;
}

.f_box01_under02 p{
	float:none;
	margin-right:0;
}
.f_box01_under02 ul{
	float:none;
	width:100%;
}
#footer .f_box01_under02 ul li {
    float: none;
    width: 100%;
    margin-right: 0;
}
}
@media screen and (max-width:600px) {
.main_youtube {
    width: 26%;
    right: 14%;
    bottom: 49%;
}
}
@media screen and (max-width:480px) {
#header {
    padding: 5px 0 0px;
}
#header .info {
    right: 15%;
}
#toggle {
    max-width: 35px;
	top: 1%;
	right: 3%;
}
.main_youtube {
    bottom: 34%;
    height: 32%;

}
}
@media screen and (max-width:360px) {
.main_youtube {
    bottom: 56%;
    height: 20%;
}
}