@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	font-weight:500;
	line-height:2;
	color:#333;
	padding-top:50px;}

.menu {
	background:#FFF;
}

.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight:bold;
  transition:.6s;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #297E39;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #297E39;
}

.hLogo {
	height:40px;
}

@media (max-width: 991px) {
body {
    font-size:14px;
}
}

@media (max-width: 767px) {
	.navbar-collapse {
		background:#297E39;
	}
	.navbar-nav li a:link,
	.navbar-nav li a:visited {
		background:#297E39;
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #FFF;
		background-color: transparent;
	}
}


/* Ｃ: カルーセル */
.carousel	{margin-bottom: 0px;}

.carousel-caption {
	width:100%;
	magin:0;
	padding: 0;
	top:40%;
	left:0;
	right: 0;
}

.carousel-caption h2 {
	font-size: 42px;
	font-weight:bold;
	text-align: center;
	line-height: 1.6;
}

.carousel a:link{
	color:#FFF;
}

.carousel-inner img {
	width:100%;
}

@media (max-width: 991px) {

.carousel-caption {
	top:40%;
}

.carousel-caption h2 {
	font-size: 34px;
	margin-bottom:20px;
}

.carousel a:link{
	color:#FFF;
}
}

@media (max-width: 767px) {

.carousel-caption {
	top:40%;
}

.carousel-caption h2 {
	font-size: 20px;
	margin-bottom:40px;
}
}

@media (max-width: 479px) {

.carousel-caption {
	top:40%;
}

.carousel-caption h2 {
	font-size: 17px;
	margin-bottom:20px;
}
}

/* パーツブロック */
ul.cardA {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardA li {
		list-style:none;
		width:20%;
		padding:20px;
		border-right:1px dotted #DDD;
	}
	ul.cardA li:first-child {
		border-left:1px dotted #DDD;
	}
		ul.cardA li img.icon {
			display: block;
			width:90px;
			margin: 0 auto;
		}
		ul.cardA li h4 {
			font-size:16px;
			text-align:center;
			font-weight:bold;
			line-height: 1.6;
		}
		
ul.cardB {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardB li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li img {
			display:block;
			width:100%;
			margin:0 auto 20px auto;
		}
		ul.cardB li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardB li p.txt {
			margin-bottom:20px;
		}
		
ul.cardC {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardC li {
		list-style:none;
		width:31%;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li img {
			width:100%;
			border-radius:8px 8px 0 0 ;
		}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardC li p.txt {
			margin-bottom:20px;
		}
		
ul.cardD {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardD li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			display:block;
			width:70%;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:30px;
			font-weight:bold;
		}
			ul.cardD li h3 span {
				font-size:70%;
				font-weight:normal;
				display:inline-block;
				padding:15px 0;
				border-bottom:1px solid #0069B6;
			}
		ul.cardD li p.txt {
			margin-bottom:20px;
		}
		ul.cardD li ul.socialBtn{
			width:100%;
			display:flex;
			justify-content: flex-end;
		}
			ul.cardD li ul.socialBtn li{
				width:auto;
				list-style:none;
				font-size:180%;
				margin-right:15px;
			}
			ul.cardD li ul.socialBtn li:last-child{
				margin-right:0;
			}
				ul.cardD li ul.socialBtn li a{
					color:#0069B6;
					transition:.6s;
				}
				ul.cardD li ul.socialBtn li a:hover{
					color:#77C0E3;
				}
				
ul.col2 {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.col2 li {
		list-style:none;
		width:47%;
		margin-right:6%;
	}
	ul.col2 li:nth-child(even) {
		margin-right:0;
	}
		ul.col2 li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin:0 auto 30px auto;
		}
		ul.col2 li p.txt {
			margin-bottom:30px;
		}
		
ul.photo-txtA {
	width:100%;
}
	ul.photo-txtA li {
		list-style:none;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:32%;
		}
			ul.photo-txtA li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtA li div.right {
			width:63%;
		}
			ul.photo-txtA li div.right p.txt {
				margin-bottom:30px;
			}
			
ul.photo-txtB {
	width:100%;
}
	ul.photo-txtB li {
		list-style:none;
		display:flex;
		flex-direction: row-reverse;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtB li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtB li div.left {
			width:32%;
		}
			ul.photo-txtB li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtB li div.right {
			width:63%;
		}
			ul.photo-txtB li div.right p.txt {
				margin-bottom:30px;
			}
			
.photo-txtC {
	width:100%;
	display:flex;
	justify-content:space-between;
}
	.photo-txtC div.photo {
		width:45%;
	}
		.photo-txtC div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtC div.txt {
		width:48%;
	}
	
.photo-txtD {
	width:100%;
	display:flex;
	flex-direction: row-reverse;
	justify-content:space-between;
}
	.photo-txtD div.photo {
		width:45%;
	}
		.photo-txtD div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtD div.txt {
		width:48%;
	}
	
ul.photo-txtE {
	width:100%;
}
ul.photo-txtE li {
	width:100%;
	display:flex;
	align-items: center;
}
ul.photo-txtE li:nth-child(even) {
	flex-direction: row-reverse;
}
ul.photo-txtE li img {
	display:block;
	width:50%;
	height:480px;
	object-fit: cover;
}
ul.photo-txtE li div.txt {
	width:50%;
	padding:0 80px
}
	
.point {
	width:100%;
}
	.point h3 {
		font-size:24px;
		font-weight:700;
		line-height:1.6;
		text-align:center;
		margin-bottom:50px;
	}
		.point h3 span {
			position:relative;
			padding:0.2em 1em;
		}
			.point h3 span:before,
			.point h3 span:after {
				position:absolute;
				content:"";
			}
			.point h3 span:before {
				width:2px;
				height:100%;
				background:#0069b6;
				top:0;
				left:0;
				transform:rotate(-30deg);
			}
			.point h3 span:after {
				width:2px;
				height:100%;
				background:#0069b6;
				top:0;
				right:0;
				transform:rotate(30deg);
			}
	.point ul {
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
		.point ul li {
			list-style:none;
			width:48%;
			margin-right:4%;
			font-size:18px;
			font-weight:700;
			position:relative;
			margin-bottom:10px;
		}
		.point ul li:nth-child(even) {
			margin-right:0;
		}
		.point ul li i {
			font-size:140%;
			color:#0069b6;
			margin-right:0.6em;
			vertical-align:middle;
		}
			
ul.gallery {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.gallery li {
		list-style:none;
		width:23%;
		margin-right:2.66%;
		margin-bottom:30px;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
		ul.gallery li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin-bottom:15px;
		}
		ul.gallery li p {
			text-align:center;
		}
		
ul.pricePanel {
	width:100%;
	display:flex;
	justify-content:center;
	margin-bottom: 30px;
}
	ul.pricePanel li {
		list-style:none;
		width:30%;
		border-radius:6px;
		background:#FFF;
		padding:20px 0 20px 0;
		margin-right: 5%;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	}
	ul.pricePanel li:last-child {
		margin-right: 0;
	}
		ul.pricePanel li h3 {
			font-size:20px;
			font-weight:bold;
			text-align:center;
			line-height:1.6;
			padding-bottom: 20px;
			border-bottom:1px solid #EEE;
		}
		ul.pricePanel li p.price {
			font-size:20px;
			font-weight:bold;
			text-align:center;
			color:#297E39;
			line-height:1.6;
			padding-top: 20px;
		}
			ul.pricePanel li p.price span {
				font-size:200%;
				margin-left: 0.2em;
			}
				
ul.comment {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
	ul.comment li {
		width:100%;
		list-style:none;
		display:flex;
		justify-content:space-between;
		margin-bottom:40px;
	}
	ul.comment li:last-child {
		margin-bottom:0;
	}
		ul.comment li div.left {
			width:100px;
		}
			ul.comment li div.left img {
				display:block;
				width:100px;
				border-radius:50%;
				margin-bottom:10px;
			}
			ul.comment li div.left p {
				font-size:16px;
				font-weight:bold;
				text-align:center;
				color:#0069B6;
			}
		ul.comment li div.right {
			width:calc(100% - 150px);
			border:1px solid #DDD;
			border-radius:10px;
			padding:25px 30px;
			background:#FFF;
		}
			ul.comment li div.right i {
				font-size:50px;
				color:#0069B6;
				float:left;
				transform: scaleX(-1);
			}
			ul.comment li div.right p {
				margin-left:70px;
			}
			
ul.history {
	width:320px;
	position:relative;
	margin: 0 auto;
}
	ul.history:after {
		position:absolute;
		content:"";
		width:2px;
		height:100%;
		background:#DDD;
		top:0;
		left:79px;
		z-index:-1;
	}
	ul.history li {
		width: 100%;
		list-style:none;
		min-height:160px;
		position:relative;
		margin-bottom:20px;
	}
	ul.history li:last-child {
		margin-bottom:0;
	}
		ul.history li img {
			display:block;
			position:absolute;
			width:160px;
			border:6px solid #EEE;
			border-radius:50%;
			top:0;
			left:0;
		}
		ul.history li p.date {
			font-weight:bold;
			color:#E5962B;
			padding-top:45px;
			padding-left:200px;
			margin-bottom:5px;
		}
		ul.history li h3 {
			font-size:20px;
			font-weight:bold;
			color:#297E39;
			padding-left:200px;
			margin-bottom:20px;
		}
		
.lum-lightbox{
  z-index: 9999;
}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#297E39;
}
.button a:hover{
	background:#E5962B;
	text-decoration:none;
}
.button a i {
	margin-right:7px;
}

#nayami{
	margin-top:-50px;
	padding-top:50px;
}
#nayami img.logo {
	display: block;
	width:240px;
	margin: 0 auto 40px auto;
}
#nayami h2{
	text-align:center;
	margin-bottom:50px;
}
#nayami h2 span{
	position: relative;
	display: inline-block;
	font-size:30px;
	font-weight:bold;
	padding: 0 0.6em;
}
#nayami h2 span:before,
#nayami h2 span:after{
	position: absolute;
	content: "";
	width:2px;
	height: 100%;
	background: #469D56;
}
#nayami h2 span:before {
	top:0;
	left:0;
	transform: rotate(-30deg);
}
#nayami h2 span:after {
	top:0;
	right:0;
	transform: rotate(30deg);
}
#nayami ul {
	max-width:680px;
	margin: 0 auto;
}
#nayami ul li {
	list-style: none;
}
#nayami ul li {
	font-size:20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#nayami ul li:last-child {
	margin-bottom: 0;
}
#nayami ul li i {
	margin-right: 0.6em;
	color: #E5962B;
}

#greeting{
	margin-top:-50px;
	padding-top:50px;
}
#greetingWrap{
	width:100%;
	background:#EFEFEF;
}
#greeting h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height: 1.5;
	margin-bottom:50px;
}
#greeting h2 span{
	font-family: "Crimson Pro", serif;
	font-size:60%;
	font-weight:700;
	color: #297E39;
}

#service{
	margin-top:-50px;
	padding-top:50px;
}
#service h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height: 1.5;
	margin-bottom:50px;
}
#service h2 span{
	font-family: "Crimson Pro", serif;
	font-size:60%;
	font-weight:700;
	color: #297E39;
}
#service h3{
	text-align:center;
	margin-bottom:40px;
}
#service h3 span{
	position: relative;
	font-size:26px;
	font-weight:bold;
	color: #297E39;
	line-height: 1.6;
	padding:0 1.2em;
}
#service h3 span:before,
#service h3 span:after {
	position: absolute;
	content:"";
	width:14px;
	height: 1px;
	background: #297E39;
	top:50%;
}
#service h3 span:before {
	left:0;
}
#service h3 span:after {
	right:0;
}

#fee{
	margin-top:-50px;
	padding-top:50px;
}
#feeWrap{
	position: relative;
	width:100%;
	background: url("img/fee_bg.jpg") 50% 50% no-repeat;
	background-size: cover;
	z-index: -3;
}
#fee h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height: 1.5;
	margin-bottom:40px;
}
#fee h2 span{
	font-family: "Crimson Pro", serif;
	font-size:60%;
	font-weight:700;
	color: #297E39;
}
#fee h3.ribbon {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: .5em .7em;
    background-color: #e5962b;
    color: #fff;
    text-align: center;
	margin-bottom: 40px;
}
#fee h3.ribbon::before,
#fee h3.ribbon::after {
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-color: #d5861b;
    content: '';
    z-index: -2;
}
#fee h3.ribbon::before {
    left: -30px;
    border-width: 25px 25px 25px 15px;
    border-left-color: transparent;
}
#fee h3.ribbon::after {
    right: -30px;
    border-width: 25px 15px 25px 25px;
    border-right-color: transparent;
}
#fee h3.ribbon span::before,
#fee h3.ribbon span::after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background-color: #853600;
    content: '';
	z-index: -1;
}
#fee h3.ribbon span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
#fee h3.ribbon span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
#fee p.caution {
	text-align: center;
	margin-bottom: 60px;
}
#fee h3.partnerTit{
	text-align:center;
	margin-bottom:30px;
}
#fee h3.partnerTit span{
	position: relative;
	font-size:26px;
	font-weight:bold;
	color: #297E39;
	line-height: 1.6;
	padding:0 1.2em;
}
#fee h3.partnerTit span:before,
#fee h3.partnerTit span:after {
	position: absolute;
	content:"";
	width:14px;
	height: 1px;
	background: #297E39;
	top:50%;
}
#fee h3.partnerTit span:before {
	left:0;
}
#fee h3.partnerTit span:after {
	right:0;
}
#fee h3.partnerTit br{
	display: none;
}
#fee ul.partner {
	width:100%;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto 30px auto;
}
#fee ul.partner li {
	list-style: none;
}
#fee ul.partner li {
	font-size:20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#fee ul.partner li:nth-child(odd) {
	width:56%;
}
#fee ul.partner li:nth-child(even) {
	width:44%;
}
#fee ul.partner li:last-child {
	margin-bottom: 0;
}
#fee ul.partner li i {
	margin-right: 0.6em;
	color: #E5962B;
}
#fee h4{
	font-size:22px;
	font-weight:bold;
	line-height: 1.6;
	text-align: center;
}
#fee h4 br {
	display: none;
}

#flow{
	margin-top:-50px;
	padding-top:50px;
}
#flow h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height: 1.5;
	margin-bottom:30px;
}
#flow h2 span{
	font-family: "Crimson Pro", serif;
	font-size:60%;
	font-weight:700;
	color: #297E39;
}
#flow h3.subTit{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height: 1.5;
	color: #297E39;
	margin-bottom:50px;
}

#contact{
	margin-top:-50px;
	padding-top:50px;
}
#contactWrap{
	width:100%;
	background: url("img/contact_bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}
#contact h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	line-height: 1.5;
	margin-bottom:30px;
}
#contact h2 span{
	font-family: "Crimson Pro", serif;
	font-size:60%;
	font-weight:700;
	color: #297E39;
}
#contact p.read{
	text-align: center;
	margin-bottom: 40px;
}

#photo-txtG{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtGWrap{
	width:100%;
	background:#EFEFEF;
	position:relative;
	margin-bottom:390px;
}
#photo-txtGWrap div.inner{
	padding:80px 0 150px 0;
}
#photo-txtG h2{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtG h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:50px;
}
#photo-txtG h3{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
#photo-txtG img{
	position:absolute;
	width:600px;
	bottom:-300px;
	left:50%;
	margin-left:-300px;
}

#photo-txtH{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtHWrap{
	width:100%;
	max-width:1800px;
	position:relative;
	margin:0 auto 130px auto;
}
#photo-txtH div.bg{
	position:absolute;
	width:65%;
	height:100%;
	background:#EEE;
	top:50px;
	right:0;
	z-index:1;
}
#photo-txtH img.photo{
	position:relative;
	width:65%;
	height:600px;
	object-fit: cover;
	z-index:2;
}
#photo-txtH div.inner{
	position:absolute;
	width:45%;
	background:#FFF;
	padding:60px 60px 60px 60px;
	top:100px;
	right:5%;
	z-index:3;
}
#photo-txtH div.inner h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtH div.inner h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:40px;
}

#photo-txtI{
	margin-top:-50px;
	padding-top:50px;
}
#photo-txtIWrap{
	width:100%;
	max-width:1800px;
	position:relative;
	margin:0 auto 100px auto;
}
#photo-txtI div.bg{
	position:absolute;
	width:65%;
	height:100%;
	background:#EEE;
	top:50px;
	left:0;
	z-index:1;
}
#photo-txtI img.photo{
	position:relative;
	width:65%;
	height:600px;
	object-fit: cover;
	margin-left:35%;
	z-index:2;
}
#photo-txtI div.inner{
	position:absolute;
	width:45%;
	background:#FFF;
	padding:60px 60px 60px 60px;
	top:100px;
	left:5%;
	z-index:3;
}
#photo-txtI div.inner h2{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtI div.inner h2 span{
	font-size:50%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:40px;
}

.inner{
	padding:80px 0 90px 0;
}

.inner2{
	padding:80px 0 0 0;
}

.box01{
	width:auto;
	padding:40px 35px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #DDD;
}

.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #DDD;
}

a.acordion{
	display:block;
	width:auto;
	background:#DDD;
	padding:1em;
	margin-bottom:10px;
	border-radius:8px 8px 8px 8px ;
	transition:.5s;
}
a.acordion:hover {
	opacity:.7;
}

.well{
	background:#FFF;
}

.fullImg {
	background:url(img/main04.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.gbPhoto {
	width:60%;
}
.gbPhoto h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.gbPhoto p.read {
	margin-bottom:30px;
}

ul.bg2Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg2Col li {
		list-style:none;
		width:50%;
		padding:80px 50px;
	}
		ul.bg2Col li:first-child {
			background:url(img/img04.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li:last-child {
			background:url(img/img05.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
			margin-bottom:30px;
		}
		
ul.bg3Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg3Col li {
		list-style:none;
		width:33.33%;
		padding:80px 50px;
	}
		ul.bg3Col li:first-child {
			background:url(img/img06.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:nth-child(2) {
			background:url(img/img07.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:last-child {
			background:url(img/img08.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			margin-bottom:30px;
		}
			ul.bg3Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg3Col li p.read {
			color:#FFF;
			margin-bottom:30px;
		}
		
dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:20%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:80%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}

.photoBox {
	width:100%;
	height:auto;
}
	.photoBox div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		left:0;
		z-index:2;
	}
		.photoBox div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox div.imgWrap figure.img-container:before {
				background: #469D56;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:50px;
		padding:70px 60px 70px 450px;
		background:#FFF;
		top:50px;
		left:50px;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.photoBox div.text-container h3 i {
				display:inline-block;
				margin-right:0.4em;
				color:#E5962B;
			}
		.photoBox div.text-container p.name {
			font-size:18px;
			line-height:1.6;
			margin-bottom:30px;
		}
		
/*アニメーションするプロパティを設定*/
.photoBox div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}

.greetingBox {
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-direction: row-reverse;
	padding-top: 100px;
}
	.greetingBox div.right {
		width:30%;
	}
		.greetingBox div.right img {
			display: block;
			width:100%;
			border-radius: 50%;
		}
	.greetingBox div.left {
		width:60%;
	}
		.greetingBox div.left h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.greetingBox div.left h3 i {
				display:inline-block;
				margin-right:0.4em;
				color:#E5962B;
			}
.profileBox {
	width:100%;
	padding-top: 70px;
}
	.profileBox h3 {
		width:100%;
		font-size:24px;
		font-weight:bold;
		line-height:1.6;
		margin-bottom:50px;
	}
		.profileBox h3 i {
			display:inline-block;
			margin-right:0.4em;
			color:#E5962B;
		}


@media (max-width: 1199px) {
	ul.gallery li {
		width:31%;
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
		
.photoBox div.text-container {
		padding:70px 60px 70px 430px;
	}
}

@media (max-width: 991px) {
	ul.cardA li {
		padding:10px;
	}
		ul.cardA li img.icon {
			width:80px;
		}
		ul.cardA li h4 {
			font-size:14px;
		}
	
	ul.cardB li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardB li:last-child {
		margin-bottom:0;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardB li:nth-child(even) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:20px;
		}
		
	ul.cardC li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardC li:last-child {
		margin-bottom:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardC li:nth-child(even) {
		margin-right:0;
	}
		ul.cardC li h3 {
			font-size:20px;
		}
		
	ul.cardD li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardD li:last-child {
		margin-bottom:0;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardD li:nth-child(even) {
		margin-right:0;
	}
		ul.cardD li img {
			width:60%;
		}
		ul.cardD li h3 {
			font-size:20px;
			margin-bottom:20px;
		}
			ul.cardD li ul.socialBtn li{
				font-size:140%;
				margin-bottom:0;
			}
			
	ul.photo-txtA li {
		margin-bottom:50px;
	}
	
	ul.photo-txtB li {
		margin-bottom:50px;
	}
	
ul.photo-txtE li img {
	height:450px;
}
ul.photo-txtE li div.txt {
	padding:0 50px
}
	
	.point h3 {
		font-size:20px;
		margin-bottom:45px;
	}
		.point ul li {
			font-size:16px;
		}
	
	ul.gallery li {
		width:48%;
		margin-right:4%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}

ul.pricePanel {
	margin-bottom: 30px;
}
	ul.pricePanel li {
		width:40%;
		padding:20px 0 15px 0;
	}
		ul.pricePanel li h3 {
			font-size:18px;
		}
		ul.pricePanel li p.price {
			font-size:18px;
			padding-top: 15px;
		}
			
	ul.comment li {
		margin-bottom:30px;
	}
		ul.comment li div.left {
			width:80px;
		}
			ul.comment li div.left img {
				width:80px;
			}
			ul.comment li div.left p {
				font-size:15px;
			}
		ul.comment li div.right {
			width:calc(100% - 120px);
			padding:25px 25px;
		}
			ul.comment li div.right i {
				font-size:40px;
			}
			ul.comment li div.right p {
				margin-left:65px;
			}

.inner{
	padding:70px 0 80px 0;
}

.inner2{
	padding:70px 0 0 0;
}

.last{
	margin-bottom:0;
}
	
#nayami h2 span{
	font-size:28px;
}
#nayami ul li {
	font-size:19px;
}
	
#greeting h2{
	font-size:30px;
	margin-bottom:50px;
}
#greeting h2 span{
	font-size:60%;
}
	
#service h2{
	font-size:30px;
	margin-bottom:30px;
}
#service h2 span{
	font-size:60%;
}
#service h3{
	margin-bottom:30px;
}
#service h3 span{
	font-size:20px;
}
	
#fee h2{
	font-size:30px;
	margin-bottom:30px;
}
#fee h2 span{
	font-size:60%;
}
#fee h3.ribbon {
    position: relative;
    width: 180px;
	font-size:20px;
    margin: 0 auto;
    padding: .5em .7em;
    background-color: #e5962b;
    color: #fff;
    text-align: center;
	margin-bottom: 40px;
}
#fee h3.ribbon::before,
#fee h3.ribbon::after {
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-color: #d5861b;
    content: '';
    z-index: -2;
}
#fee h3.ribbon::before {
    left: -22px;
    border-width: 20px 20px 20px 12px;
    border-left-color: transparent;
}
#fee h3.ribbon::after {
    right: -22px;
    border-width: 20px 12px 20px 20px;
    border-right-color: transparent;
}
#fee h3.ribbon span::before,
#fee h3.ribbon span::after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background-color: #853600;
    content: '';
	z-index: -1;
}
#fee h3.ribbon span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
#fee h3.ribbon span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
#fee p.caution {
	margin-bottom: 50px;
}
#fee h3.partnerTit{
	margin-bottom:30px;
}
#fee h3.partnerTit span{
	font-size:20px;
}
#fee ul.partner {
	max-width: 640px;
	margin:0 auto 30px auto;
}
#fee ul.partner li {
	font-size:18px;
}
#fee ul.partner li:nth-child(odd) {
	width:58%;
}
#fee ul.partner li:nth-child(even) {
	width:42%;
}	
#fee h4{
	font-size:20px;
}
	
#flow h2{
	font-size:30px;
	margin-bottom:20px;
}
#flow h2 span{
	font-size:60%;
}
#flow h3.subTit{
	font-size:22px;
	margin-bottom:40px;
}
	
#contact h2{
	font-size:30px;
	margin-bottom:30px;
}
#contact h2 span{
	font-size:60%;
}

#photo-txtGWrap{
	margin-bottom:380px;
}
#photo-txtGWrap div.inner{
	padding:80px 0 140px 0;
}
#photo-txtG h2{
	font-size:30px;
}
#photo-txtG h3{
	font-size:22px;
}

#photo-txtH div.inner{
	width:50%;
	padding:50px 40px 50px 40px;
	right:30px;
}
#photo-txtH div.inner h2{
	font-size:24px;
}

#photo-txtI div.inner{
	width:50%;
	padding:50px 40px 50px 40px;
	left:30px;
}
#photo-txtI div.inner h2{
	font-size:24px;
}

	ul.bg2Col li {
		padding:70px 40px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
		}
		
	ul.bg3Col li {
		padding:70px 30px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
		}

dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:25%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:75%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		

	.photoBox div.imgWrap {
		width:320px;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox div.text-container {
		padding:60px 50px 60px 330px;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
		}
		.photoBox div.text-container p.name {
			font-size:16px;
		}
.greetingBox {
	padding-top: 80px;
}
	.greetingBox div.right {
		width:34%;
	}
		.greetingBox div.left h3 {
			font-size:20px;
		}
	
.profileBox {
	padding-top: 60px;
}
	.profileBox h3 {
		font-size:20px;
		margin-bottom:40px;
	}
	
		
.box01{
	padding:35px 30px;
}

.gbPhoto {
	width:70%;
}
.gbPhoto h3 {
	font-size:20px;
	margin-bottom:25px;
}
}

.sp{
	display:none;
}
@media (max-width: 767px) {
ul.cardA {
	max-width: 300px;
	flex-wrap: wrap;
	margin: 0 auto;
}
	ul.cardA li {
		width:100%;
		padding:25px 10px;
		border-right:0;
		border-bottom:1px dotted #DDD;
	}
	ul.cardA li:first-child {
		border-left:0;
		border-top:1px dotted #DDD;
	}
		ul.cardA li img.icon {
			width:80px;
			margin: 0 auto 15px auto;
		}
		ul.cardA li h4 {
			font-size:15px;
		}
		
	ul.cardB li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:18px;
		}
		
	ul.cardC li {
		width:100%;
		margin-right:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:18px;
		}
		
	ul.cardD li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			width:100%;
			max-width:160px;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:18px;
		}
		
	ul.col2 li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.col2 li:last-child {
		margin-bottom:0;
	}
		ul.col2 li img {
			border-radius:6px;
		}
		
	ul.photo-txtA li {
		margin-bottom:40px;
	}
		ul.photo-txtA li div.left {
			width:100%;
		}
			ul.photo-txtA li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtA li div.right {
			width:100%;
		}
		
	ul.photo-txtB li {
		margin-bottom:40px;
	}
		ul.photo-txtB li div.left {
			width:100%;
		}
			ul.photo-txtB li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtB li div.right {
			width:100%;
		}
		
.photo-txtC {
	flex-wrap:wrap;
}
	.photo-txtC div.photo {
		width:100%;
		margin-bottom:40px;
	}
		.photo-txtC div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtC div.txt {
		width:100%;
	}
	
.photo-txtD {
	flex-wrap:wrap;
	flex-diretion: row;
}
	.photo-txtD div.photo {
		width:100%;
		margin-bottom:40px;
	}
		.photo-txtD div.photo img {
			display:block;
			width:100%;
		}
	.photo-txtD div.txt {
		width:100%;
	}
	
ul.photo-txtE li {
	flex-wrap:wrap;
}
ul.photo-txtE li:nth-child(even) {
	flex-direction: row;
}
ul.photo-txtE li img {
	width:100%;
	height:260px;
	object-fit: cover;
}
ul.photo-txtE li div.txt {
	width:100%;
	padding:45px 30px
}
	
	.point h3 {
		font-size:18px;
		margin-bottom:45px;
	}
		.point h3 span {
			position:relative;
			padding:0.2em 0.8em;
		}
		.point ul li {
			width:100%;
			margin-right:0;
			font-size:14px;
			margin-bottom:10px;
		}
		.point ul li:last-child {
			margin-bottom:0;
		}
		
	ul.gallery li {
		width:100%;
		margin-right:0;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}
		ul.gallery li img {
			border-radius:6px;
			margin-bottom:15px;
		}
		
	ul.comment li {
		margin-bottom:30px;
	}
		ul.comment li div.left {
			width:70px;
		}
			ul.comment li div.left img {
				width:70px;
				margin-bottom:5px;
			}
			ul.comment li div.left p {
				font-size:14px;
			}
		ul.comment li div.right {
			width:calc(100% - 90px);
			padding:20px 15px 20px 10px;
		}
			ul.comment li div.right i {
				font-size:30px;
			}
			ul.comment li div.right p {
				margin-left:40px;
			}
	
ul.pricePanel {
	widows: 100%;
	max-width: 300px;
	flex-wrap: wrap;
	margin:0 auto 30px auto;
}
	ul.pricePanel li {
		width:100%;
		padding:20px 0 15px 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.pricePanel li:last-child {
		margin-bottom: 0;
	}
		ul.pricePanel li h3 {
			font-size:17px;
			padding-bottom: 16px;
		}
		ul.pricePanel li p.price {
			font-size:17px;
			padding-top: 15px;
		}
			ul.pricePanel li p.price span {
				font-size:180%;
			}
	
ul.history {
	width:280px;
	position:relative;
	margin: 0 auto;
}
	ul.history:after {
		position:absolute;
		content:"";
		width:2px;
		height:100%;
		background:#DDD;
		top:0;
		left:69px;
		z-index:-1;
	}
	ul.history li {
		width: 100%;
		list-style:none;
		min-height:140px;
		position:relative;
		margin-bottom:20px;
	}
	ul.history li:last-child {
		margin-bottom:0;
	}
		ul.history li img {
			display:block;
			position:absolute;
			width:140px;
			border:6px solid #EEE;
			border-radius:50%;
			top:0;
			left:0;
		}
		ul.history li p.date {
			font-weight:bold;
			color:#E5962B;
			padding-top:40px;
			padding-left:180px;
			margin-bottom:5px;
		}
		ul.history li h3 {
			font-size:16px;
			font-weight:bold;
			color:#297E39;
			padding-left:180px;
			margin-bottom:20px;
		}
		
	.sp{
		display:block;
		margin-bottom:20px;
	}

#photo-txtGWrap{
	width:100%;
	background:#EFEFEF;
	position:relative;
	margin-bottom:210px;
}
#photo-txtGWrap div.inner{
	padding:70px 0 100px 0;
}
#photo-txtG h2{
	font-size:24px;
}
#photo-txtG h3{
	font-size:18px;
	margin-bottom:30px;
}
#photo-txtG img{
	position:absolute;
	width:300px;
	bottom:-140px;
	left:50%;
	margin-left:-150px;
}

#photo-txtHWrap{
	margin:0 auto 70px auto;
}
#photo-txtH div.bg{
	display:none;
}
#photo-txtH img.photo{
	display:block;
	position:relative;
	width:100%;
	max-width:450px;
	height:260px;
	object-fit:cover;
	margin:0 auto;
}
#photo-txtH div.inner{
	position:relative;
	width:100%;
	max-width:300px;
	background:#FFF;
	padding:40px 20px 40px 20px;
	top:auto;
	right:auto;
	margin:-70px auto 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#photo-txtH div.inner h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtH div.inner h2 span{
	font-size:60%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:30px;
}

#photo-txtIWrap{
	margin:0 auto 30px auto;
}
#photo-txtI div.bg{
	display:none;
}
#photo-txtI img.photo{
	display:block;
	position:relative;
	width:100%;
	max-width:450px;
	height:260px;
	object-fit:cover;
	margin:0 auto;
}
#photo-txtI div.inner{
	position:relative;
	width:100%;
	max-width:300px;
	background:#FFF;
	padding:40px 20px 40px 20px;
	top:auto;
	left:auto;
	margin:-70px auto 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#photo-txtI div.inner h2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
#photo-txtI div.inner h2 span{
	font-size:60%;
	font-weight:normal;
	display:inline-block;
	padding-bottom:20px;
	border-bottom:1px solid #0069B6;
	margin-bottom:30px;
}

.inner{
	padding:60px 0 70px 0;
}

.inner2{
	padding:60px 0 0 0;
}
	
#nayami img.logo {
	width:180px;
	margin: 0 auto 30px auto;
}
#nayami h2{
	margin-bottom:30px;
}
#nayami h2 span{
	font-size:20px;
}
#nayami ul li {
	font-size:16px;
	margin-bottom: 15px;
}
#nayami ul li:last-child {
	margin-bottom: 0;
}
	
#greeting h2{
	font-size:24px;
	margin-bottom:40px;
}
#greeting h2 span{
	font-size:70%;
}
	
#service h2{
	font-size:24px;
	margin-bottom:20px;
}
#service h2 span{
	font-size:70%;
}
#service h3{
	margin-bottom:30px;
}
#service h3 span{
	font-size:18px;
}
	
#fee h2{
	font-size:24px;
	margin-bottom:30px;
}
#fee h2 span{
	font-size:70%;
}
#fee h3.ribbon {
    position: relative;
    width: 160px;
	font-size:18px;
    margin: 0 auto;
    padding: .5em .7em;
    background-color: #e5962b;
    color: #fff;
    text-align: center;
	margin-bottom: 40px;
}
#fee h3.ribbon::before,
#fee h3.ribbon::after {
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-color: #d5861b;
    content: '';
    z-index: -2;
}
#fee h3.ribbon::before {
    left: -19px;
    border-width: 18px 18px 18px 10px;
    border-left-color: transparent;
}
#fee h3.ribbon::after {
    right: -19px;
    border-width: 18px 10px 18px 18px;
    border-right-color: transparent;
}
#fee h3.ribbon span::before,
#fee h3.ribbon span::after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background-color: #853600;
    content: '';
	z-index: -1;
}
#fee h3.ribbon span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
#fee h3.ribbon span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
#fee p.caution {
	text-align: left;
	margin-bottom: 50px;
}
#fee h3.partnerTit{
	margin-bottom:30px;
}
#fee h3.partnerTit span{
	font-size:18px;
}
#fee h3.partnerTit span:before,
#fee h3.partnerTit span:after{
	display: none;
}
#fee h3.partnerTit br{
	display: inherit;
}
#fee ul.partner li:nth-child(odd) {
	width:100%;
}
#fee ul.partner li:nth-child(even) {
	width:100%;
}
#fee ul.partner li {
	font-size:16px;
}
#fee h4{
	font-size:17px;
}
#fee h4 br {
	display: inherit;
}
	
#flow h2{
	font-size:24px;
	margin-bottom:20px;
}
#flow h2 span{
	font-size:70%;
}
#flow h3.subTit{
	font-size:18px;
	margin-bottom:20px;
}
	
#contact h2{
	font-size:24px;
	margin-bottom:30px;
}
#contact h2 span{
	font-size:70%;
}
#contact p.read{
	text-align: left;
	margin-bottom: 30px;
}

	ul.bg2Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
		}
		
	ul.bg3Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}
			ul.bg3Col li h3 span {
				padding-bottom:20px;
			}

	dl.flow dt {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:10px;
	}
	dl.flow dd {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:30px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	margin:0 auto;
}
	.photoBox div.imgWrap {
		position:inherit;
		width:80%;
		max-width:320px;
		top:auto;
		left:auto;
		margin:0 auto;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:100%;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:0;
		padding:40px 20px 40px 20px;
		background:#FFF;
		top:0;
		left:0;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
			margin-bottom:40px;
		}
		.photoBox div.text-container p.name {
			font-size:16px;
			margin-bottom:30px;
		}
.greetingBox {
	flex-wrap: wrap;
	padding-top: 70px;
}
	.greetingBox div.right {
		width:100%;
		margin-bottom: 30px;
	}
		.greetingBox div.right img {
			max-width:200px;
			margin: 0 auto;
		}
	.greetingBox div.left {
		width:100%;
	}
		.greetingBox div.left h3 {
			font-size:20px;
			margin-bottom:40px;
		}
	
.profileBox {
	padding-top: 50px;
}
	.profileBox h3 {
		font-size:20px;
		margin-bottom:30px;
	}

		
.box01{
	padding:25px 20px;
	border:2px solid #DDD;
}

.gbPhoto {
	width:100%;
}
.gbPhoto h3 {
	font-size:18px;
}
}

/* !bootstrap変更 ------------------------------------------------------------ */
.nav-tabs li a{
	color:#FFF;
	background:#0069B6;
	font-size:16px;
	padding:1em 1.6em;
	border:1px solid #0069B6;
	outline: none;
	transition:.6s;
}
.nav-tabs li a:focus{
	outline: none;
}
.nav-tabs li a:hover{
	background:#1D91C9;
	border:1px solid #1D91C9;
}
.nav-tabs {
  border-bottom: 1px solid #DCEAF5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0069B6;
  cursor: default;
  background-color: #DCEAF5;
  border: 1px solid #DCEAF5;
  border-bottom-color: transparent;
}

.tab-pane {
	padding:35px 20px;
	background:#DCEAF5;
	border-bottom:0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #297E39;
  border-color:#297E39;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #297E39;
  border-color:#297E39;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
@media (max-width: 767px) {
.nav-tabs li a{
	color:#FFF;
	font-size:14px;
	padding:0.8em 1em;
}

.tab-pane {
	padding:25px 15px;
	background:#FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #297E39#297E39;
  border-color:#999;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #297E39;
  border-color:#297E39;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	background-color:#e6e6dc;}

.footer p	{
	line-height: 2;
	color:#333;
	text-align:center;
}

.footer p.logo {
	margin-bottom:20px;
}
.footer p.logo img {
	display:block;
	width:160px;
	margin:0 auto;
}

.footer p.copyright	{
	font-size:80%;
	padding-top:20px;
}

.footer p.pageTop a {
	color:#297E39;
	transition: .6s;
}
.footer p.pageTop a:hover {
	color:#E5962B;
}
.footer p.pageTop a i {
	font-size:34px;
	margin-bottom:10px;
	margin-right:0;
}

.footer i {
	margin-right:7px;
	font-size:120%;
}

.footerSns {
	margin-top: 10px;
	margin-bottom:30px;
	text-align:center;
}
	.footerSns li {
		display:inline;
		margin:0 1.2em;
	}
	.footerSns li i {
		margin-right:0;
	}
	.footerSns li a {
		font-size:20px;
		color:#FFF;
		transition: .6s;
	}
	.footerSns li a:hover {
		opacity:0.7;
	}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#333;
		text-decoration:none;
		transition: .6s;
	}
	.footerLinks li a:hover {
		opacity:0.7;
	}
	.footerLinks li a:before {
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color:#297E39;
		margin-right:7px;
	}
	
@media (max-width: 767px) {
	.footerSns li {
		margin:0 1em;
	}
	.footerSns li a {
		font-size:18px;
	}
.footerLinks li {
	display:block;
	margin:0 0 1px 0;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#EEEEE7;
	color:#333;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

.footer p.copyright	{
	font-size:80%;
}
}


/* アンカー */
a:link, a:active {
color:#469D56;
text-decoration:none;
}

a:visited {
color:#469D56;
text-decoration:none;
}

a:hover {
color:#E5962B;
text-decoration:none;
}


/* 新着情報 */
ul.news{
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	border-top: dotted 1px #CCC;
}
	
ul.news li {
	display: block;
	padding: 20px 10px 20px 10px;
	color: #000;
	border-bottom: dotted 1px #CCC;
}

ul.news p {
	margin-top:5px;
}

@media (min-width: 480px) {
ul.news time {
	float: left;
	color:#0C5A94;
}
	
ul.news time i {
	margin-right:7px;
}

ul.news p {
	margin: 0 0 0 160px;
}
} /* @media */

@media (max-width: 479px) {
ul.news time {
	float: none;
	color:#0C5A94;
	margin-bottom:8px;
	display:block;
}
	
ul.news time i {
	margin-right:7px;
}

ul.news p {
	margin: 0;
}
} /* @media */


#mapDiv{
width:100%;
height:500px;
margin:0 auto 20px auto;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #efefef;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #efefef;
		padding: 1.4em 1.4em;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
		background:#FFF;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
		background:#FFF;
	}
	.table_basic01 tr:nth-child(odd) th,
	.table_basic01 tr:nth-child(odd) td {
		background:#FFF;
	}
	
@media screen and (max-width:991px){
.table_basic01 th {
	width:25%;
}
.table_basic01 td {
	width:75%;
}
}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	border:1px solid #efefef;
	border-bottom:0;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 0;
	}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th {
		padding: 12px 12px 0 12px;
	}
	.table_basic01 td {
		padding: 10px 12px 12px 12px;
		border-bottom:1px solid #efefef;
	}
}

/* 書式設定 */
.cap1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.cap1 i {
	color:#0069B6;
	margin-right:7px;
}

@media (max-width: 991px) {
.cap1{
	font-size:20px;
}
}

@media (max-width: 767px) {
.cap1{
	font-size:18px;
}
}

@media (max-width: 400px) {
	.cap1 span{
		display:block;
		margin:0;
	}
	
	.page_nav ul,
    .page_nav ol{
		font-size:11px;
	}

} /* @media */


.read_lh180_m0 {line-height:1.8em;}
.read_lh180_m5 {line-height:1.8; margin:0 0 5px 0;}
.read_lh180_m10 {line-height:1.8; margin:0 0 10px 0;}
.read_lh180_m15 {line-height:1.8; margin:0 0 15px 0;}
.read_lh180_m20 {line-height:1.8; margin:0 0 20px 0;}
.read_lh180_m30 {line-height:1.8; margin:0 0 30px 0;}
.read_lh180_m40 {line-height:1.8; margin:0 0 40px 0;}
.read_lh180_m50 {line-height:1.8; margin:0 0 50px 0;}
.read_lh180_m60 {line-height:1.8; margin:0 0 60px 0;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt5{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}

.p25{padding:25px;}

.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right;
}

img.wid100per{
	width:100%;
}


/* フォーム */
span.label{
  margin-left: 1em;
}

.form-group{
	border-top:1px dotted #CCC;
	padding-top:15px;
}

.formBtn{
	background:#297E39;
	padding:12px 20px;
	border:0;
	color:#FFF;
	font-size:120%;
	transition: .5s;
}
.formBtn:hover{
	background:#E5962B;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

@media (max-width: 991px) {
.formBtn:hover{
	background:#297E39;
}
}

@media (max-width: 767px) {
.formBtn{
	padding:12px 16px;
	font-size:100%;
}
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */