なｖ@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	background: #fff;
	
}


/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  body.pageTop {
	padding-top: 215px;
}

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
 body.pageTop {
	padding-top: 215px;
}
 
}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
 	body.pageTop {
		padding-top: 108px;
	}
 
}

/* xs */
@media (max-width: 767px) {
   body.pageTop {
	padding-top: 96px;
}

}

/* XS Portrait */
@media (max-width: 480px) {
  body.pageTop {
	padding-top: 96px;
}

}

/* ================================================== *
 *
 *    Material icons
 *
 * ================================================== */
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
 
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 
/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
 
/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }



/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        fn-header
 * ------------------------------------------------- */
#header {
    box-shadow:0px 10px 10px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow:0px 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow:0px 10px 10px -10px rgba(0,0,0,0.8);
    -o-box-shadow:0px 10px 10px -10px rgba(0,0,0,0.8);
}

.fn-header {
	padding: 0;
	font-size: 14px;
}
.fn-header.navbar-default {
	border: none;
	margin-bottom: 0;
	background: #fff;
}
.fn-header.navbar-default .nav.navbar-nav>li>a {
	color: #333;
}
.fn-header.navbar-default .nav.navbar-nav>li>a:hover {
	color: #fff;
	background: #D4E304;
}
.fn-header.navbar-default .navbar-header {
	margin-top: 0;
	margin-bottom: 0;
}
.fn-header.navbar-default .navbar-brand {
	height: auto;
	margin-top: -9px;
	margin-right: 50px;
}
.fn-header.navbar-default .navbar-collapse {
	padding-top: 20px;
	max-height: none;
}
.fn-header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}
.fn-header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}
.fn-header.navbar-default .navbar-nav .dropdown-menu {
	background: #000;
	border-radius: 0;
}
.fn-header.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #fff;
}
.fn-header.navbar-default .dropdown-menu a:hover {
	background: #333;
}
.fn-header.navbar-default .navbar-toggle {
	margin-right: 0;
}
.fn-header.navbar-default .navbar-form {
	margin-bottom: 0;
}
.fn-header.navbar-default .navbar-form input {
	background: #F7F7F7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
}
.fn-header.navbar-default .navbar-form .btn {
	background: #333;
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #333;
	padding-right: 15px;
}

@media(min-width:768px) {
	/*.fn-header {
		padding: 30px 0;
	}*/
	.fn-header.navbar-default .navbar-header {
		margin-bottom: 15px;
	}
	.fn-header.navbar-default .navbar-brand {
		padding-top: 24px;
		margin-top: 0;
	}
	.fn-header.navbar-default .navbar-collapse .navbar-nav {
		float: right;
		margin-right: -30px;
	}
	.fn-header.navbar-default .navbar-collapse .navbar-form {
		float: right;
		clear: right;
		margin-right: -30px;
	}
}
@media(min-width:992px) {
	.fn-header {
		padding: 0 0 10px;
	}
	.fn-header.navbar-default .navbar-brand {
		margin-top: -17px;
	}
	.fn-header.navbar-default .navbar-collapse .navbar-nav {
		float: left;
	}
	.fn-header.navbar-default .navbar-form {
		margin-top: 8px;
	}
}

/* ------------------------------------------------- *
 *        fn-keyVisual
 * ------------------------------------------------- */
.fn-keyVisual {
	padding-top: 200px;
	height: 600px;
	background: url('/web/20220225225334im_/https://nagasaki-dental.com/images/top_back.jpg') center 0 no-repeat;
	background-size: cover;
}
.fn-keyVisual .btn-group {
	margin-top: 30px;
}
.fn-keyVisual .btn-group .btn {
	margin-left: 5px;
}
@media(min-width:768px) {
	.fn-keyVisual {
		padding-top: 40px;
		height: 400px;
	}
	.fn-keyVisual .btn-group {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
   .fn-keyVisual {
		padding-top: 10px;
		height: 280px;
	}
}
@media (max-width: 480px) {
  .fn-keyVisual {
		padding-top: 10px;
		height: 140px;
	}

}

/* ------------------------------------------------- *
 *        fn-footer
 * ------------------------------------------------- */
.fn-footer {
	background: #98CF36;
	color: #fff;
	padding: 30px 0;
}
.fn-footer .list-group .list-group-item {
	background: none;
	color: #999;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}
.fn-footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}
.fn-footer .text-center {
	margin-top: 15px;
}

@media(min-width:768px) {
	.fn-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.fn-footer .glyphicon {
		display: none;
	}
	.fn-footer .text-center {
		margin-top: 30px;
	}
}


/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        fn-title01
 * ------------------------------------------------- */
.fn-title01 {
	vertical-align: middle;
font-weight: bold;
color: #fff;
/*border-bottom: 1px dotted #ccc;*/
margin: 0;
font-size: 22px;
background: #98CF36;
text-align: center;
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0px;
box-shadow: 0px 9px 6px -6px #c4c4c4;
text-shadow: 1px 1px 1px #3a3a3a;
}
.fn-title01 .glyphicon {
	font-size: 20px;
	margin-right: 7px;
}
.fn-title01 .badge {
	vertical-align: middle;
	margin-left: 7px;
}
i.yellow {
    color: #D4E304;
}

.fn-title02 {
	vertical-align: middle;
	font-weight: bold;
	background-color:#f2f2f2;
	color:#78BD36;
	padding: 15px 0 15px 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 22px;	
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        fn-sideNav
 * ------------------------------------------------- */
.fn-sideNav.list-group .list-group-item {
	border-radius: 0;
	border-color: #ddd;
	border-left: none;
	border-right: none;
}
.fn-sideNav.list-group .list-group-item:first-child {
	border-top: none;
}
.fn-sideNav .glyphicon {
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 10px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        fn-btnPagetop
 * ------------------------------------------------- */
.fn-btnPagetop a {
	color: #333;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.fn-btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-xl {
	margin-top: 100px;
}
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}
.padding-lr {
    padding: 0 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
	border-radius: 2px;
	transition: .3s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon {
	color: #981615;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}

/*************************
*******Header******
**************************/



.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
	text-align: center;
	padding: 5px 0;
	background: #98CF36;
	border-bottom: 1px solid #7b7b7b;
	line-height: 14px;
	font-size: 12px;
}

.top-number {
	color: #fff;
}

.top-number a{
  color: #fff;
}

.top-number p{
  margin: 0
}



.spmenu {
	display:none;	
}


/**navi**/
#menu-box{ background-color:#FFF;}
#menu {}
#menu li span{ font-size:10px; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  }
#menu li a{ display: block; text-decoration:none; }
#menu li:last-child a{ }
#menu li a:hover{ color: #fff; background-color:#98CF36; }
#toggle { display: none; }

/*.line_l{ border-left: 1px solid #1C2687; }
.line_r{ border-right: 1px solid #497FC1; }*/





#header ul.mainnav {
	margin:auto;
	position:relative;
}



#header h1{ text-align:center; padding:25px 0 10px 0;  }


@media screen and (max-width:899px) {
	#header{
	height:70px;
	}

nav{ height:70px;
	position:relative;
	top:0 !important;
	left:0 !important;
	z-index:999;
	width:100% !important;
	border-bottom:1px solid #CCC;
	background-color: rgba(255, 255, 255, 0.92); 
	 }



#header h1{ position:absolute; width:100%; padding:10px 0 0 0; }
#header h1 img{ text-align:center; height:45px; }

#header ul.mainnav {
	width:100%;
	margin:auto;
	padding-top:0px;
	position:relative;
	display:none;
	position:absolute;
	top:70px;
	z-index:9999;
	
	
}

#header ul.mainnav .line {
	display:none;
}
#header .mainnav li {
	float:none;
	display:block;
	border-bottom:#CCC dotted 1px;
	background-color:#FFF;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1.00 !important;
	opacity:1.00  !important;
	height:auto; width:50%; float:left; z-index:9999;	
}


.tel{ width:28px; overflow:hidden; display:block; position:absolute; left:15px; z-index:99999; margin:18px auto;}

.spmenu {
	width:40px;
	height:40px;
	overflow:hidden;
	margin:17px auto 0;
	cursor:pointer;
	display:block;
	right:10px;
	z-index:99999;
	position:absolute;
	margin:13px auto;
	
}


/**navi**/
#menu { }
#menu li { position:relative; border-bottom: 1px solid #dccec5; margin: 0;
	text-align: center;
	background-color:#FFF;
	font-size:13px;
	font-family:trajan,alte,sans-serif;
	letter-spacing:0.1em; 
	padding: 15px 0 20px 0; }
#menu li a{ display:block; }
.nav_line{ position:absolute; bottom:10px; width:100%; }	
.nav_line p{ width:25px; height:1px; background-color:#98CF36; margin:0 auto; }

}

@media screen and (min-width: 900px) {
	
	#header{ padding-bottom:20px; }
	nav{}
	.tel{ display:none; }
	#header h1 img{ height:60px;}
	
	/**navi**/
#menu { overflow:hidden; width: 100%; padding:5px 0 0px 0;  }
#menu ul{ max-width:960px; margin: 0 auto; margin-top:10px; }
#menu li{
	position:relative; 
	display: block;
	float: left;
	width:14.2%;
	margin: 0;
	text-align: center; 
	font-size:13px;
	font-family:trajan,alte,sans-serif;
	letter-spacing:0.1em; 
	padding: 5px 0 10px 0; 
}
.nav_line{ position:absolute; bottom:0px; width:100%; }	
.nav_line p{ width:60px; height:1px; background-color:#98CF36; margin:0 auto; }

	
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */

#services {
  background: #000 url(/web/20220225225334im_/https://nagasaki-dental.com/images/top/DucksonaMistyPond.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #000;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}

/* ------------------------------------------------- *
 *    column
 * ------------------------------------------------- */
 
.padding0 {
   padding: 0 15px;
}
 
 /* ------------------------------------------------- *
 *    information
 * ------------------------------------------------- */
 
.accordion h2{
  margin-bottom: 25px;
}



.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
  border-right: 1px dotted #C0C0C0;
  border-left: 1px dotted #C0C0C0;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
  height : 45px;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #78BD36;
  height : 45px;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 43px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -14px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #98CF36;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #98CF36;
  color: #fff;
}

.title-accordion {
  padding: 5px 5px 5px 50px
}

/****** sub catch copy ******/
#fn-catchcopy {
  padding: 0 0 0 0;
}



.fn-catchcopy-area {
  background-image: url("/web/20220225225334im_/https://nagasaki-dental.com/images/sub_back.JPG");
  background-position: 0 -160px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0;
}

h3.fn-catchcopy-text {
  color :#000;
}

.fn-catchcopy {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
@media (max-width: 767px) {
   .fn-catchcopy-area {
 background-position: 0 0;
}

}
@media (max-width: 480px) {
  .fn-catchcopy-area {
  
  background-position: 0 0;
  
}

}

.fn-title {
   padding : 30px 10px;
   text-align: center;     
}

.fn-title h2{
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}

.fn-menu {
   padding-bottom : 40px;
   text-align: center;     
}
.fn-menu p {
   margin : 15px 0; 
   text-align: left;    
}

/******** section 0 ********/
.section0 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}



/****** contact ******/
/*診療日*/

.alt-table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.medical-table {
  margin-top: 20px;
  margin-bottom: 10px ;
  background: #fff;
  padding: 10px 5px 10px 5px;
  color: #000;
  /*border: 0 solid #2e2e2e;
  border-radius: 10px;        /* CSS3草案 */  
  /*-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  /*-moz-border-radius: 10px;   /* Firefox用 */  
  
}

.table.table.table-bordered.text-center.table-condensed {
  margin-bottom: 0;
}

/*　box　*/
.contact-box0 {
  margin: 10px;
  padding: 10px;
  /*border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;*/
  height: 104px;
  /*background: rgb(46, 139, 87);*/
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
 
}

.contact-box {
  margin: 10px;
  padding: 10px;
  /*border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;*/
  height: 104px;
  /*background: rgb(46, 139, 87);*/
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
 
}

.contact-box:hover, .contact-box:focus {
  border: 1px solid rgb(230,230,230);
  border-radius : 50px 50px 50px 0;
  
  padding: 10px;
  
  
}


.contact-box:active {
  background: rgb(230,230,230);
  padding: 10px;
}



.icon-contact {
  border: 2px solid #f6f5f0;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  /*box-shadow: 0px 0px 3px 3px #e7e4dc;*/
  overflow: hidden;
  margin: 0 auto;
  padding: 10px ;

}

/* contact webbox sp　*/
.contact-box-sp {
  margin: 10px;
  padding: 10px 5px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  height: 124px;
  /*background: rgb(46, 139, 87);*/
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
 
}

.icon-contact-sp {
  background: #fff;
  border: 2px solid #f6f5f0;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  /*box-shadow: 0px 0px 3px 3px #e7e4dc;*/
  overflow: hidden;
  margin: 0 auto;
  padding: 10px ;

}

.tell {
  font-size: 27px;
  margin: 5px 0 10px 0;
}


.mail {
  font-size: 18px;
  margin: 15px 0 0 0;

}

.train {
  font-size: 16px;
  margin: 10px 0 ;

}

/* end */

/*========================================================
=            カスタムボタン設定    　　　　     =
========================================================*/

.btn-forcenet {
  background: rgb(152,207,54);
  color: #fff;
  border: none;
  border-radius : 30px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-forcenet:hover, .btn-forcenet:focus {
  background: rgb(120,189,54);
  color: #fff;
}
.btn-forcenet:active {
  background: rgb(120,189,54);
  color: #fff;
}

/* カスタムボタン　サイズ設定 */

.btn-xxl {
  padding: 20px 26px;
  font-size: 35px;
  border-radius: 8px;
}

/*========================================================
=            下メニュー    　　　　     =
========================================================*/
#bottom {
  background: #f5f5f5;
  font-size: 14px;
  
}

/*========================================================
=            google map    　　　　     =
========================================================*/

.gmap-area {
  background-image: url("/web/20220225225334im_/https://nagasaki-dental.com/images/tokyo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}


.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

.gmap-box {
  padding : 0 20px;
  
}

/****** price　******/
.price-text0 {
  padding: 20px 0;
  margin: 14px 0;

}

.price-text {
  margin: 2px 0;
  padding: 0 5px;
  
}

.price-img {
  
}

.price-main {
  border-bottom: 1px solid #C0C0C0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.price-sub0 {
  padding: 5px 0;
  margin: 5px 0;
  
}
.price-sub {
  border-right: 1px dotted #C0C0C0;
  border-left: 1px dotted #C0C0C0;
  padding: 5px 0;
  margin: 5px 0;
  
}

.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

h1 li{
 font-size: 12px;
 color:#000;
}

.shadow{
    box-shadow: 0px 3px 5px -5px #584432;
 
}
.top03 {
margin-top:30px;
margin-bottom: 30px;
padding-left: 10px;
line-height: 2;
}

.top04 {
 
 padding-left: 10px;
 
}
.top05 {
 padding-left: 20px;
 background-color: #F3FAE7;
 color:#143B00;
}

.panel-main {
 padding-top:20px;

}

.step {
color:#DC673A;
font-size:18px;
font-weight: bold;
margin-top:5px;
margin-bottom:5px;
}

.step span {
color:#0B0909;
}

h7 {
padding:4px 24px;
color:rgba(92, 161, 97, 0.91);
font-size:16px;
}

.sen {
 border-color:rgba(92, 161, 97, 0.91);
 margin-top: 5px;
}
h8 {
border-left:5px solid #98CF36;
padding:3px 15px;
font-size:14px;
font-weight: bold;
}
.H8 {
  margin-top:5px;
  margin-bottom:15px;
}
.subtitel {
   border-left: 12px solid #78BD36;
   color: #000;
   font-size: 14px;
   padding: 10px;
   box-shadow: 0 5px 2px -2px #78BD36;
   margin-top: 20px;
   margin-bottom: 20px;
   
}
.box01 {
 margin-top:20px;
 margin-bottom:20px;
}
.box02 {
 margin-bottom:30px;
}
.box01 p{
 line-height:2;
}
.box01 li{
 line-height:2;
}
.ng {
	color:#143B00;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  background-color: #78BD36;
 
}
.top-tab-box {
  padding: 5px 15px;
  background-color:rgba(152, 207, 54, 0.12);
  line-height:2;
}
.top-tab-title {
 background-color: #eee;
}

.bt-ng {
   background-color:#78BD36;
}
.bt-ng:hover {
   background-color:#78BD36;
}
.bt-ng:after {
   background-color:#78BD36;
   border-color:#78BD36;
}
.bt-ng:focs {
   background-color:#78BD36;
}
nav h2 a {
  color:#78BD36;
}
.talk-box {
  padding: 20px 15px;
  background-color:rgba(152, 207, 54, 0.12);
  line-height:2;
}
.titel_square {
position: relative;
padding-left: 24px;
border-bottom: 4px double #ffa52b;
color: #f50545;
font-size: 25px;
line-height: 41px;
}

.titel_square:before {
position: absolute;
top: 11px;
left: 4px;
width: 14px;
height: 14px;
background: #f50545;
content: "";

}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 100px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 580px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #c52d2f;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
  text-shadow: 1px 1px 2px #000;
  line-height: 140%;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
  text-shadow: 1px 1px 2px #000;
  line-height: 140%;
  margin-top: 16px;
  text-align: center;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.panel-main {
    padding: 30px;
    z-index: 30;
    position: relative;
    margin-bottom: 0;
    border: solid 1px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.25);
}
.panel-in {
  margintop:20px;	
}
.panel-in h2{
  color:#fff;
  text-shadow: 1px 1px 2px #000;
  line-height: 140%;
  margin-top: 16px;
}



.vertical-align input,
.vertical-align select{
	vertical-align:middle;
}


@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}

/* ペンマーク */
.penmark01 {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.penmark02 {
    background: linear-gradient(transparent 60%, #ff99ff 60%);
}
.textlink {
    display: inline;
}
/*=============================================================
 スマホ下部固定ボタンリンク===========================================*/
#footerFloatingMenu {
    background: #000;
    display: block;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
.btn-danger {
    color: #fff;
    background-color: #F08086;
}
.btn-danger:hover {
    color: #fff;
    background-color: #F08086;
}

.fn-text01 {
	font-size: 10px;
}
/*
     FILE ARCHIVED ON 22:53:34 Feb 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:28:11 Aug 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.352
  load_resource: 287.402
  PetaboxLoader3.resolve: 44.534
  PetaboxLoader3.datanode: 110.711 (2)
  loaddict: 145.338
*/