@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
h3.spot{
	font-size:2rem;
	text-align: center;
}
#aboutarea{
	width:70%;
	margin:0 auto 100px;
}
#aboutarea ul{
	overflow:hidden;
	width:100%;
	display: flex;
	justify-content: space-between;
}
#aboutarea ul li{
	width:32%;
	padding:0;
	box-sizing:border-box;
	text-align:center;
	/* border-radius */
	border-radius:3px;
	/* border */
	border:1px solid #605455;
}
.about-wrap{
	width:80%;
	max-width:970px;
	margin:0 auto;
}
#conceptArea{
	margin:0 0 100px 0;
	
}
#concepInner{
	width:100%;
	margin:0 auto 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*************************  slider ********************************/
#concepInner #slide-bg{
	width: 39.5876%;/*360px*//*飾り24px*/
	min-width: 340px;
	margin: 0 3.092%;
	background :url(../images/about/bg_slider_white.gif),
		url(../images/about/bg_slider_white.gif),
		url(../images/about/bg_slider.gif);
	background-repeat: no-repeat,
		no-repeat,
		repeat;
	background-position:right top,
		left bottom,
		left top;
	padding: 20px 0 0 20px;
}
#concepInner .flexslider{
    width: 100%;/*360px*//*飾り24px*/
    height: auto;
	margin: 0;
}

/*************************  end slider ********************************/
#conceptbox {
	width: 57.3204%;
}
#conceptbox h4{
	margin:0 0 20px 0;
}


#accessarea{
	width:100%;
	margin:0 0 45px 0;
	padding:0;
}

ul#passing{
	width: 83%;
	max-width: 960px;
	display: block;
	margin: 0 auto;
	border:none;
}
ul#passing li{
	width: 100%;
	margin: 0 0 10px 0;
	border:none;
	list-style-type: circle;
	text-align: right;
}
ul#passing li.downroad{
	display: none;
}
ul#passing li a{
	color: #8b836a;
}
ul#passing li a:hover{
	color:#CFC49F;
}
#mapwrap{
	width:90%;
	max-width:970px;
	margin:0 auto 20px;
	padding:10px;
	border:1px solid #8b836a;
	overflow:hidden;
}
.map{
	width:100%;
	max-width:970px;
	height:auto;
	overflow:hidden;
}

#info{
	font-size:2rem;
	text-align:center;
}
#info h2{
	font-size:2.2rem;
}
#info p,#info address{
	margin:0 0 20px 0;
	font-size: 1.8rem;
}
#info p.last-child a{
	color:#333;
	margin:0 0 45px 0;
}
#info p.last-child a:hover{
	color:#80A7D7;
	text-decoration:underline;
}
.traffic{
	width:67.01%;
	max-width:640px;
	font-size:1.8rem;
	margin:0 auto 100px;
	padding:2.5rem;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.traffic #rord{
	margin:0 0 20px 0;
	font-size: 1.6rem;
}
#touristInfo{
	width:100%;
}
#touristInfo h2{
	font-size: 2em;
	margin: 0.67em 0;
	text-align: left;
}
.bg-infoWrap{
	background:url(../images/about/bg_touristInfo.gif);
	padding:40px 0;
	margin:0 0 50px 0;
}
.infoWrap:first-child{
	width:100%;
	max-width:970px;
	margin:0 auto;
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
}
.info-box-r{
	width:57.793%;
	margin:0 2% 0 3.092%;
}
.info-box-r h3{
	font-size:3rem;
	background:url(../images/about/title_kashirajima.gif) 0 0 no-repeat;
	background-size:contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.info-box-r > p{
	margin:0 0 20px 0;
}
.info-box-l{
	width:35.115%;
	margin:0 0 0 2%;
}


.infoWrap h4{
	font-size:2.4rem;
	text-align:center;
	background:url(../images/about/title_kankou.gif) center center no-repeat;
	background-size:contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 30px;
}
.attractions{
	width:100%;
	max-width:970px;
	margin:0 auto 100px;
	display:flex;
	justify-content:space-around;
}


/**********マウスホバー2***********/




.ch-grid {
	margin: 20px 0 60px 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 260px;
	height: 260px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 50%;
	height: 50%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	-webkit-perspective: 400px;
	perspective: 400px;
	top: 0;
	left: 0;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info-wrap.one,.ch-img-1{
		background: #f9f9f9 url(../images/about/golfCourse.png);
}
.ch-info-wrap.two,.ch-img-2{
		background: #f9f9f9 url(../images/about/tanukiyama.png);
}
.ch-info-wrap.three,.ch-img-3{
		background:#f9f9f9 url(../images/about/oyster.png);
}
/* for IE10 & 11 */
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .ch-item {
     display: none;
	}
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .ch-item{
     display: none;
  }	
}

.ch-info{
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .ch-item {
     transform-style: preserve-3d;
}
}
@supports (-ms-ime-align:auto) {
  .ch-item{
    transform-style: preserve-3d;
  }
}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-ms-transform: rotate3d(0,1,0,180deg);
	-webkit-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	background:rgba(96,84,80,0.6);
}

.ch-info h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.8rem;
	margin: 0 15px;
	padding: 60px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
	background:none;
	text-align: inherit;
	text-indent: inherit;
	white-space: normal;
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 1.4rem;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin:1rem 0 0 0;
	padding: 0.2rem 0;
	font-family: 'Open Sans', Arial, sans-serif;
	border:1px solid #fff;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,252,13,0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}
/**********END マウスホバー2***********/

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

	#aboutarea ul{
	-webkit-flex-direction: column;
	flex-direction: column;
}
	#aboutarea ul li {
	margin:10px 0;
	width:100%;
}
	#aboutarea ul li a{
	width:100%;
}
	#concepInner{
		flex-direction: column;
}
	
	#concepInner #slide-bg{
		width: 80%;
		margin: 0 0 30px 0;
	}
	#concepInner #conceptbox{
		width: 80%;
	}
	#concepInner .catchImage{
		width:60%;
		height:auto;
		margin:0 0 20px 0;
		padding:0;

	}
	.mobile-device p{
		color: #666;
	}
#conceptblock2 ul{
	display:block;
}
#conceptblock2 ul li{
	width:90%;
	margin:0 auto 25px;;
	display:flex;
	align-items:center;
}
#conceptblock2 ul li img{
	max-width:40%;
	margin:0 5% 0 0;
	/*display:inline;*/
}
#conceptblock2 ul li p{
	width:55%;
	
}
ul#passing li.downroad{
	display:block;
}
.infoWrap:first-child{
	flex-direction:column;
	align-items:flex-start;
}
.info-box-r{
	width:96%;
	margin:0 2%;
	text-align:center;
}
.info-box-r h3{
	font-size:2.5rem;
	background:url(../images/about/title_kashirajima.gif) center center no-repeat;
	background-size:contain;
}
.info-box-r p:last-child{
	text-align:right;
	margin:0 2% 2rem 0 ;
}
.info-box-l{
	width:50%;
	margin:0 auto;
}
.attractions{
	width:90%;
	margin:0 auto 100px;
}
}

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

#concepInner #slide-bg{
	min-width: 300px;
	}
	#concepInner .catchImage{
		width: 70%;
		margin: 0 0 10px -10px;
	}
#concepInner #conceptbox{
		width: 100%;
	}
#conceptbox p{
	padding:0 0 10px 0;
	border-bottom:1px solid #999;
}
.attractions{
	flex-direction:column;
	justify-content:flex-start;
}
.attractions li{
	width:50%;
	margin:0 auto;
}
.attractions li:nth-child(2){
	margin: 20px auto;
}

.fb_url{
	font-size:80%;
}
	#info{
		width: 90%;
		margin: 0 auto;
	}
	#info .traffic{
		width: 90%;
	}
	#about-txt{
		width: 90%;
		margin: 0 auto;
	}
}

/* 20251206 */
div.row {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
.row .mobile-device{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.row .mobile-device h4{
	text-align: center;
	display: inline-block;
}
.row .mobile-device .info{
	width: 100%;
	margin-left:0;
	margin-right: 0;
}
.row .mobile-device p{
	text-align: left;
}
.row .col-sm-4{
	width: 50%;
}
#topBtn{
	padding-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
div.row {
	display: block;
}
.row .col-sm-4 {
	width: 100%;
}
.row .mobile-device{
	width: 100%;
}
}