/****font default settings *****/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url('https://fonts.googleapis.com/css?family=Lusitana');

body,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,blockquote,button {
/*    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;*/
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

body {
	font-size: 15px;
}

.font-mincho {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.en {
	font-family: 'Lusitana', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
	color:inherit;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span,
li span {
	display: inline-block;
}

h2 {
    font-size: 26px;
    color: #222;
    margin: 0 0 30px 0;
}
h2.large-center {
    font-size: 38px;
    color: #222;
    margin: 0 0 40px 0;
    text-align:center;
}
h2.font-mincho {
    margin: 0 0 30px 0;
}
@media (max-width:767px) {
h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height:140%;
}
h2.large-center {
    font-size: 28px;
    margin: 0 0 10px 0;
}
}
h3 {
    font-size: 20px;
    color: #666;
    margin: 0 0 20px 0;
}
 h3.large-type {
    font-size: 36px;
    line-height:140%;
    margin: 5px 0 35px 0;
    padding-bottom:10px;
    border-bottom:1px solid #CCC;
}
@media (max-width:767px) {
    h3.large-type {
        font-size: 32px;
        margin: 0 0 20px 0;
    }
}

p, li {
color:#222;
}

a,
li a {
    color: #579ebb;
}

a,
a img {
	-webkit-transition: 0.3s linear;
	   -moz-transition: 0.3s linear;
		 -o-transition: 0.3s linear;
			transition: 0.3s linear;
}

a img:hover {
	opacity:0.8;
}

.responsive-video {
	padding-top: 0;
}

.bg-trans-white {
	background:rgba(255,255,255,0.7);
	padding:20px;
}
.bg-trans-white p {
	color:#000;
}
.bg-trans-black:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,05,0.2);
}

#wrapper {
    padding:0;
}

section {
    position:relative;
}

.top_visual_caption {
    position:relative;
    width:100%;
}
.top_visual_caption img {
    width:100%;
}
#page_about h2 {
    margin: 0 0 40px 0;
}
.jumbotron {

    background: #666;
    color: #FFF;
/*
 background:url(/mediagallery/mediaobjects/orig/d/dff7d531801d50df1aef4ea243d67272.jpg);*/
    background-size:cover;
    background-position:left 45%;
    padding: 50px 0;
    margin-bottom: 0;
}

.jumbotron h1 {
    font-size: 40px;
    color: #FFF;
    margin:0;
    line-height:;120%;
}

@media (max-width:991px) {
    .jumbotron {
	padding: 15px;
	margin-bottom: 0;
    }
    .jumbotron h1 {
        font-size: 22px;
    }
} /*end  @media*/

/* header style */
.topbar {
    background:#444;
    padding:3px 0;
    font-size:12px;
}

.topbar p {
    font-size:12px;
    color: white;
    margin:0;
    padding:0;
    display:inline-block;
    line-height:160%;
}

.topbar .topbar_tel {
    color:#FFF;
    float:right;
    margin-top:-0px;
    display:inline-block;
    line-height:100%;
}

.topbar .topbar_time {
    color:#FFF;
    float:right;
    margin-right:10px;
}

@media (max-width: 991px) {
	.topbar {
		display: none;
	}
} /*end @media*/

.tel {
    font-size: 1.6em;
}

.navbar-brand {
    padding:15px 0;
    height:auto;
}

.navbar-brand>img,
img#logo-footer {
    width:250px;
}

@media (max-width: 991px) {
    .header-v1 .navbar-brand {
        padding:5px 15px 0;
        margin-top:0;
    }
    .navbar-brand>img,
    img#logo-footer {
        width:180px;
    }
} /*end @media*/

.header-v1 .navbar-header {
    margin: 0;
}

.header-v1 .navbar-default .navbar-nav > li > a {
        color:#333;
    font-size: 14px;
}

.header-v1 .navbar-default .navbar-nav > li > a > small {
    opacity:0.4;
    font-family: 'Lusitana', sans-serif;
}

.header-v1 .dropdown > a:after,
.header-v1 .dropdown-submenu > a:after {
    content:'\f0d7';
}

@media (min-width: 992px) {
    .header-v1 .navbar-default .navbar-nav > li > a {
        padding: 12px 8px;
       text-align:center;
       line-height:110%;
    }
    .header-v1 .navbar-default .navbar-nav > li.dropdown > a{
        padding-right:25px;
    }
} /*end @media*/

@media (max-width: 991px) {
    .header-v1 .navbar-default .navbar-nav {
        margin:0 30px;
    }
    .header-v1 .navbar-default .navbar-nav > li > a > br {
        display:none;
    }
    .header-v1 .navbar-default .navbar-nav > li > a > small {
        float:right;
    }    
}

.carousel {
	position: relative;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel img{
  width:100%;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control {
  opacity:0.05;
}

#carousel-top {
	position: relative;
}

#carousel-top .carousel-inner img{
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  animation: unzoomin 12s none running;
}

@keyframes unzoomin {
  0% {
	  transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#top_slider .carousel-caption {
    position:absolute;
    right: 0;
    left: 0;
    top:45%;
    bottom:0;
    z-index: 10;
    padding-top:0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#top_slider .carousel-caption h2,
#top_slider .carousel-caption h3,
#top_slider .carousel-caption p {
   color: #fff;
    line-height:140%;
    text-shadow: none;
 }

#top_slider .carousel-caption h2 {
  font-weight:bold;
  font-size: 5vw;
  letter-spacing:0.1vw;
  display:inline-block;
  text-shadow:0px 2px 12px rgba(0,0,0,0.7);
  margin-bottom:15px;
  line-height:120%;
 }
#top_slider .carousel-caption h3 {
  font-size: 1.6vw;
  letter-spacing:0;
  text-shadow:0px 1px 6px rgba(0,0,0,0.7);
 }

#top_slider .carousel-caption img {
    margin:0;
    padding:0;
}

/* wow animation sdditional style */

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

#top_contact_panel {
	position:fixed;
	padding:8px 20px;
	bottom:-2px;
	left:4%;
	width:auto;
	z-index:100;
	background-image: -webkit-linear-gradient(rgba(250,250,250,0.95) 0%, rgba(250,250,250,0.95) 50%, rgba(210,210,210,0.95) 100%);
	background-image: -o-linear-gradient(rgba(250,250,250,0.95) 0%, rgba(250,250,250,0.95) 50%, rgba(210,210,210,0.95) 100%);
	background-image: linear-gradient(rgba(250,250,250,0.95) 0%, rgba(250,250,250,0.95) 50%, rgba(210,210,210,0.95) 100%);
	background-repeat: repeat-x;
	border:1px #FFF solid;
	border-radius: 5px 5px 0 0;
	box-shadow:0 3px 8px rgba(0,0,0,0.2);
	 /* 1.5秒かけてアニメーションする */
	  -webkit-animation-duration: 1.5s;
	  animation-duration: 1.5s;
	  /* 2.5秒待ってからアニメーションする */
	  -webkit-animation-delay: 2.5s;
	  animation-delay:2.5s;
}

#top_contact_panel p {
	margin-bottom:7px;
	line-height:110%;
}

@media (max-width: 991px) {
	#top_contact_panel {
		display: none;
	}

} /*end @media */

/* top page style */

#top_movie {
	position:relative;
	width:100%;
    padding-bottom: 56.24%;
	z-index:10;
}

.box_menu_1 .thumbnail-style {
   padding: 0px;
	margin-bottom:50px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.box_menu_1 .thumbnail-style:hover {
	box-shadow: 0 0 18px rgba(0,0,0,0.2);
  transition: box-shadow 0.2s ease-in-out;
}

.thumbnail-style .thumbnail-img {
   margin-bottom: 0px;
   background:#FFF;
}

.thumbnail-kenburn img {
    transition: all 2.0s ease-in-out;
}

.box_menu_1 .thumbnail h3 a,
.box_menu_1 .thumbnail-style h3 a {
	font-size:24px;
	color:#FFF;
}

.box_menu_1 .thumbnails {
	position: relative;
}

.box_menu_1 .caption {
	position: absolute;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	bottom:0px;
	width:100%;		
	padding:15px 20px 10px;
	text-align: right;
}
.box_menu_1 .caption p {
	color: #CCC;
}
.box_menu_1 .caption small {
	color: #EEE!important;
}

@media (max-width:767px) {
	.box_menu_1 .caption {
		position: relative;
		background: rgba(0,0,0,0.8);
		padding:10px;
	}

	.box_menu_1 .thumbnail h3,
	.box_menu_1 .thumbnail-style h3,
	.box_menu_1 .thumbnail-style p {
		text-align: left;
	}
	
	.box_menu_1 .thumbnail h3 a,
	.box_menu_1 .thumbnail-style h3 a {
		font-size:16px;
	}
	.box_menu_1 .thumbnail p,
	.box_menu_1 .thumbnail-style p {
		font-size:14px;
	}
} /*end @media */

#top_campaign a>img {
    margin-bottom:30px;
}

/* page style  */

.g-heading {
  padding-bottom: 15px;
  position: relative;
  margin-bottom:30px;
}
.g-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  margin-left: 0;
  border-bottom: 5px solid #67aecb;
}
.g-heading.text-center:after {
  left: 50%;
  margin-left: -19px;
}
.g-heading.text-right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}

.g-heading h2 {
    font-size: 32px;
    font-weight:bold;
    line-height:120%;
    padding-bottom:10px;
    margin-bottom:0;
    color:#333;
}

@media (max-width:767px) {
    font-size: 20px!important;
} /* end @media */

.page_top_caption {
    position:absolute;
    top:45%;
    width:100%;
    padding:50px 0;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(45%, rgba(0,0,0,0.4)), color-stop(51%, rgba(0,0,0,0.4)), color-stop(55%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

@media (max-width:767px) {
    .page_top_caption {
        position:relative;
        background:rgba(0,0,0,0.8);
        padding:20px 0;
    }
} /*end @media*/

.page_top_caption h2 {
    color:#FFF;
   font-size: 3.5vw;
    line-height:120%;
  display:inline-block;
  text-shadow:0px 2px 12px rgba(0,0,0,0.7);
    margin-bottom:0px;
 }
.page_top_caption p {
    color:#FFF;
   font-size: 1.7vw;
    line-height:120%;
  text-shadow:0px 1px 6px rgba(0,0,0,0.7);
 }

@media (max-width:768px) {
    .page_top_caption h2 {
      font-size: 1.6em;
      margin-bottom:10px;
     }

    .page_top_caption p {
       font-size: 1em;
    }
} /*end @media*/



/* footer style */

.footer-v2 .copyright {
    background: #ddd;
	font-size:12px;
}

/* footer style */

.side_button {
        display:none; /*ひとまず消去*/
	position:fixed;
	right:-2px;
	top:150px;
	z-index:9999;
	 /* 1.5秒かけてアニメーションする */
	  -webkit-animation-duration: 1.5s;
	  animation-duration: 1.5s;
	  /* 2.5秒待ってからアニメーションする */
	  -webkit-animation-delay: 2.0s;
	  animation-delay:2.0s;
}

.side_button a.btn-u {
	color:#FFF;
	text-shadow:0 2px 6px rgba(0,0,0,1);
	font-weight:bold;
	font-size:18px;
	white-space: normal;
	border:none;
	box-shadow:none;
	border-radius:100%;
	line-height:100%;
	border:1px #FFF solid;
	box-shadow:2px 2px 10px rgba(0,0,0,0.5);
	border-radius:5px 0 0 5px;
	line-height:100%;
        width:38px;
        text-align:center;
        padding:12px 2px;
        height:auto;
        display:inline-block;
}

.bottombar {
	display:none;
	position:fixed;
	left:0px;
	bottom:-1px;
	width:100%;
	height:50px;;
        z-index:9999;
        background: #95a5a6;
	 /* 1.5秒かけてアニメーションする */
	  -webkit-animation-duration: 1.5s;
	  animation-duration: 1.5s;
	  /* 2.5秒待ってからアニメーションする */
	  -webkit-animation-delay: 2.0s;
	  animation-delay:2.0s;
}

.bottombar a.btn-u {
	display:table-cell;
	border:1px #FFF solid;
	border-bottom:none;
	border-radius:0;
	font-size:15px;
        width:33%;
        text-align:center;
        vertical-align:middle;
        margin:0;
        padding:0;
}

@media (max-width: 991px) {
    .side_button {
        display:none;
    }

    .bottombar {
	    display:table;
    }
	.footer-v2 .copyright {
		padding-bottom:50px;
	}
    #topcontrol {
        display:none;
    }

} /*end @media*/




/*個別スタイル*/

.thumbnails-v1 .caption p {
  font-size:14px;
}

.thumbnails-v1 {
	padding:5px;
}


.thumbnails-v1,
.thumbnail-style {
	-webkit-transition: 0.3s linear;
	   -moz-transition: 0.3s linear;
		 -o-transition: 0.3s linear;
			transition: 0.3s linear;
}

.thumbnails-v1:hover,
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd;
	background: #FFF; 
	-webkit-transition: 0.3s linear;
	   -moz-transition: 0.3s linear;
		 -o-transition: 0.3s linear;
			transition: 0.3s linear;
}

.top-information li {
  font-size:14px;
}

.portfolio-item .item-inner {
    margin: 0 20px 30px 0;
    background:#FFF;
    box-shadow:0 2px 6px (0,0,0,0.1);
}

.portfolio-item h4 {
  font-size:14px;
  text-align:left;
}

ul.top-information-list li {
  margin-bottom:5px;
}

ul.top-information-list .label {
  margin-right:5px;
}

.read-more {
  font-size: 12px;
}

.service-box-v1 ul {
    padding: 0;
}

.service-box-v1 li {
    font-size: 14px;
}

.service-block {
    padding: 20px 20px;
}


/*input style*/
.form-control {
  display:inline-block;
  font-size:85%;
}

input.form-control,
select.form-control {
  margin-right:3px;
  margin-bottom:5px;
}

.form-control.input-xs {
  height:25px;
  padding:0 3px;
}

.form-control.input-year {
  width:45px;
}
.form-control.input-month {
  width:30px;
}
.form-control.input-date {
  width:30px;
}
.form-control.input-number {
  width:40px;
}

.service-box-v1 .form-group {
  margin-bottom:10px;
}

.gmaps {
position: relative;
padding-bottom: 50%; // ã“ã‚ŒãŒç¸¦æ¨ªæ¯”
height: 0;
overflow: hidden;
}
.gmaps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

#access_by_car {
	background:#f5f5f5;
}

#access_by_train {
   	background:#fff;
}

.access_caption {
    padding:12px 5px;
    min-height:50px;
    margin-left:20px;
    color:#666;
    border-left:2px #999 dotted;
}

.access_point {
    display:block;
    padding:12px;
    height:50px;
    color:#333;
    width:100%;
    border:2px #666 solid;
    text-align:center;
    border-radius: 25px;
    background:#eee;
}

.access_point.start,
.access_point.goal {
    display:block;
    padding:12px;
    border-radius: 0;
    border:none;
    color:#FFF;
    width:100%;
    background:#999;
    font-size:16px;
    text-align:center;
}
.access_point.start {
    background:#3498db;
}
.access_point.start:before {
    font-family:"FontAwesome";
    content:"\f0ab";
    margin-right:0.5em;
}

.access_point.goal {
    background:#1a7b46;
    border-radius: 25px;
    margin-bottom:80px;
}
.access_point.goal:before {
    font-family:"FontAwesome";
    content:"\f024";
    margin-right:0.5em;
}


.table-col1-pc table,
.table-col1-pc  tbody,
.table-col1-pc  thead,
.table-col1-pc  tfoot,
.table-col1-pc  tr,
.table-col1-pc  th,
.table-col1-pc  td {
    display: block;
}

@media (max-width:767px) {
.table-col1-sp table,
.table-col1-sp  tbody,
.table-col1-sp  thead,
.table-col1-sp  tfoot,
.table-col1-sp  tr,
.table-col1-sp  th,
.table-col1-sp  td {
    display: block;
}
}

/* Facebook Like Box width: 100% */

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

.facebookWrapper{
background:none;
position: relative ;
padding-top: 0;
overflow: hidden ;
border:none;
}

.facebookWrapper iframe {
position: absolute;
top: 0 ;
left: 0 ;
width: 100%!important ;
}
span.label {
  font-size:inherit;
}
.label-list li {
margin-bottom:10px;
}
.label-list li span {
display:inline-block;
min-width:95px;
text-align:center;
}

.label-list li span.label {
border-radius: 8px 0 8px 0;
}

.menu_list {
    border-top:1px #ccc solid;
    padding-top:10px;
}

.menu_list dt {
    padding-bottom:5px;
}
.menu_list dd {
    border-bottom:1px #ccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}

.table_list {
    border-top:1px #ccc solid;
    padding-top:10px;
}
.table_list.bg-trans{
	background:rgba(230,230,230,0.8);
	color:#111;
}

.table_list dt {
    padding-left:5px;
    padding-bottom:5px;
    min-width:130px;
    float:left;
}
.table_list dd {
    border-bottom:1px #ccc solid;
    padding-bottom:10px;
    margin-bottom:10px;
}
@media (max-width: 767px) {
.table_list dt {
    width:100%;
    float:none;
}
}

.table-design-dl {
	margin-bottom: 5%;
}

.table-design-dl-dt {
	padding: 2%;
	background: #F8F8F8;
	border: 1px solid #ccc;
}
.table-design-dl-dd {
	padding: 2% 2% 5%;
}

@media (min-width: 960px) {
.table-design-dl {
	margin-bottom: 20px;
	background: #F8F8F8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table-design-dl-dt, .table-design-dl-dd {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
}
.table-design-dl-dt {
	color: #4C5966;
	border-right: none;
	border-left: none;
	border-bottom: none;
}
.table-design-dl-dt {
	width: 30%;
	float: left;
}
.table-design-dl-dd {
	background: #fff;
	margin-left: 30%;
	padding-bottom: 8px;
	border-left: 1px solid #ccc;
}
.table-design-dl-dd::after {
	content: '';
	display: block;
	clear: both;
}
.table-design-dl-dd a {
	display: inline-block;
}
}

.portfolio-item img .edit_icon {
width:30px!important;
height:20px!important;
}

.price {
font-size: 30px;
 font-weight:bold;
}

.img_text_2col h3{
margin-bottom:10px;
}
@media (max-width: 767px) {
.img_text_2col h3{
font-size:14px;
}
.img_text_2col p{
font-size:12px;
}
}

.item-caption .caption{
 margin-top:5px;
 font-size:90%;
}
.portfolio-item p a {
text-decoration:none;
}

section.bg-default {
    background:#FFF;
}
section.bg-gray {
    background:#f5f5f5;
}
section.bg-blue {
    background:#f0f5f7;
}

.table caption {
	font-weight: normal;
	background:rgba(230,230,230,0.8);
	text-align: center;
	color:#111;
}
.table th {
	background:rgba(230,230,230,0.8);
	text-align: left;
}
.table td {
	background:rgba(255,255,255,0.8);
	text-align: left;
}
.bg-half-text-padding {
padding-left:7%;
padding-right:7%;
}
.content-2xlg {
padding-top:300px;
padding-bottom:300px;
}
.date-area {
width:100px;
}
.edit_icon {
width:30px;
height:30px;
margin-bottom:10px;
}
.margin-top-10 {
margin-top:10px;
}
.margin-top-20 {
margin-top:20px;
}
.margin-top-30 {
margin-top:30px;
}

i.service-icon {
    border: 3px solid #FFF;
}
i.service-icon {
  color:#FFF;
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.bg-sky {
    background: #87ceeb;
    color: #ffffff;
}

.bg-sky a,
.bg-sky p,
.bg-sky h2,
.bg-sky h3,
.bg-sky h4 {
    color:#FFF!important;
}

.bg-black {
    background: #333;
    color: #ffffff;
}

.bg-black a,
.bg-black p,
.bg-black h2,
.bg-black h3,
.bg-black h4 {
    color:#FFF!important;
}

.bg-light-blue{
	background: #f0f5f7;
}

.bg-trans-white{
	background: rgba(255,255,255,0.5);
}
.bg-trans-black{
	background: rgba(0,0,0,0.4);
}

.caption-lg h2,
.caption-lg p,
.caption-lg ul,
.caption-lg ol,
.caption-lg li {
    font-size:2.0vw;
}

.well.bg-trans-black {
    border:none;
   margin-bottom:0;
}

.bg-trans-black h2,
.bg-trans-black h3,
.bg-trans-black h4,
.bg-trans-black .block-name,
.bg-trans-black p,
.bg-trans-black li  {
        color:#FFF!important;
}

@media (max-width:767px) {
    .flex-center {
        display:block;
    }
    .flex-center .well.bg-trans-black {
        background:#333;
        border-radius:0;
    }
} /*end @media*/

.well.bg-trans-white {
    border:none;
   margin-bottom:0;
}

.bg-trans-white h2,
.bg-trans-white h3,
.bg-trans-white h4,
.bg-trans-white .block-name,
.bg-trans-white p,
.bg-trans-white li  {
        color:#333!important;
}

@media (max-width:767px) {
    .flex-center {
        display:block;
    }
    .flex-center .well.bg-trans-white {
        background:#333;
        border-radius:0;
    }
} /*end @media*/

th.point,
td.point{
    background-color: #FFE7B3!important;
}

/*----------------------------------------------------
	レスポンシブテーブル
----------------------------------------------------*/
.res-table th	{ width: 30%; text-align: left; }

@media only screen and (max-width:480px){
    .res-table	{ margin: 0 -10px; }
    .res-table th,
    .res-table td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.res-table tr:first-child th	{ border-top: 1px solid #ddd; }
}