@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}

#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}

#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}

h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
}
section.box2,
section.box3,
section.box4,
section.box5 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
}
section h3 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #2430a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	-webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	        box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	margin-bottom:20px;
	font-size: 18px;
	font-weight: bold;
}
.location_txt {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	padding:30px 30px 40px;
}
.location_txt h4 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 1.5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.6;
}
.box1 .location_txt .photo {
	display: block;
	float: right;
	margin-left: 40px;
	margin-bottom:2em;
}
.location_txt figcaption {
	padding-top: 1em;
	font-size:12px;
}
.box2 .location_txt .photo {
	display: block;
	float: left;
	margin-right: 40px;
	margin-bottom:3em;
}
.box2 .location_txt .photo.right {
	display: block;
	float: right;
	margin-left: 40px;
	margin-right: 0;
	margin-bottom:1em;
}
.box1 p,
.box2 p,
.box3 p,
.box4 p,
.box5 p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	line-height:1.7;
	display:block;
}
.dogy_gry {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	clear:both;
	margin-top:50px;
	padding: 1em 4em 2em 1em;
	-webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
	background: -o-linear-gradient(245deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
	background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #f6f6f6 0%);
	border-radius: 6px;
}
.dogy_gry::after {
	  position: absolute;
	  top: 0;
	  right: 0;
	  content: '';
	  width: 1.65507em;
	  height: 3.5493em;
	  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .2)));
	  background: -o-linear-gradient(right top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
	  border-bottom-left-radius: 6px;
	  -webkit-box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
	          box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
	  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
	  -ms-transform: translateY(-1.89424em) rotate(-40deg);
	      transform: translateY(-1.89424em) rotate(-40deg);
	  -webkit-transform-origin: bottom right;
	  -ms-transform-origin: bottom right;
	      transform-origin: bottom right;
}
.dogy_gry h5 {
	margin:1em auto 1em 5%;
	border-left:solid 4px #2430a4;
	font-size:18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	line-height:1.6;
	padding-left:8px;
	font-weight: bold;
}
.dogy_gry p {
	line-height: 36px;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-image: url(../images/note1.gif);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	width: 46%;
	margin-right: 2%;
	margin-left: 5%;
}
.dogy_gry p.right {
	width: 45%;
	margin-right: 0%;
	margin-left: 2%;
}
.dogy_gry p.colum_one{
	width: 95%;
	margin-right: 0%;
	margin-left: 5%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
}
.dogy_gry p.colum_one span {
	text-indent: -1.8em;
	display: inline-block;
	padding-left: 1.8em;
}
.happiness {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	clear:both;
	margin-top:50px;
}
.happiness h4 {
	padding-top:40px;
}
.location_txt dl {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position:relative;
	overflow:hidden;
	width:100%;
	clear:both;
}
.location_txt dt {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	font-size: 14px;
	padding-left:10px;
	line-height: 36px;
}
.location_txt dd {
	display:block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	float:left;
	padding:6px 10px 6px 10px;
	line-height:24px;
	font-size:14px;
}
.location_txt dl dd span {
	white-space: nowrap;
}
.location_txt dl.gaiyo {
	border-bottom:dotted 1px #999;
}
.location_txt dl.gaiyo dt {
	width: 23%;
	font-weight: bold;
}
.location_txt dl.gaiyo dd {
	width:77%;
}
.location_txt dl.gaiyo2 {
	border-bottom:dotted 1px #999;
}
.location_txt dl.gaiyo2 dt {
	width: 25%;
	font-weight: bold;
}
.location_txt dl.gaiyo2 dd {
	width:75%;
}
.location_txt dl.gaiyo3 {
}
.location_txt dl.gaiyo3 dt {
	width: 25%;
	font-weight: bold;
}
.location_txt dl.gaiyo3 dd {
	width:75%;
}
.location_txt dl.gaiyo4 {
	border-bottom:dotted 1px #999;
}
.location_txt dl.gaiyo4 dt {
	width: 28%;
	font-weight: bold;
}
.location_txt dl.gaiyo4 dd.g_address {
	width:37%;
}
.location_txt dl.gaiyo4 dd.g_tell {
	width:20%;
}
.location_txt dl.gaiyo4 dd.g_site {
	width:15%;
}
.location_txt dl.gaiyo4 dd.g_site a {
	text-align:center;
	font-size:12px;
	line-height:1.5;
	background-color:#333;
	color:#fff;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-decoration:none;
	display:block;
	margin:auto;
	padding:0.2em 0.3em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-image: url("../../images/common/link_out_w.png");
	background-position: right 10% bottom 50%;
	background-size: 15px auto;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.location_txt dl.gaiyo4 dd.g_site a:hover {
	/*background-color:#999;*/
	color:#fff;
	text-decoration:none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.location_txt dl dt.txt_indent6 {
	text-indent: 6em;
}



@media screen and (max-width: 900px) {
	.box2 .location_txt .photo {
		margin-bottom:2em;
	}
}

@media screen and (max-width: 1020px) {

}

