@charset "utf-8";

/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,div,dl,dd,dt,ol,ul,li,a,h1,h2,h3,h4,h5,h6,span,p,table, caption, tbody, tfoot, thead, tr, th, td,
article,figcaption, figure,input,textarea,footer,header{
  font-size: 16px;
  font-family: 'Open Sans', 'YuGothic', '游ゴシック', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
  color: #373737;
  text-decoration: none;
  line-height:1.2;
  list-style:none;
  letter-spacing:0.1em;
}

body, html {
  /* important */
  height: 100%;
}


/* -------------------------------- 

Main components 

-------------------------------- */
.container{
	padding-bottom:100px;
}

.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-top: 5px solid #006030;
}

.cd-header .common-header {
  overflow: hidden;
  width: 100%;
}

.cd-header:after {
  content: "";
  display: table;
  clear: both;
}

.cd-main-content {
  height: 100%;
  width:100%;
  position: relative;
  top: 0 !important; 
  z-index: 1;
}

iframe {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  z-index: 2;
  height:100%;
  width:100%;
}

.plan{
	padding-left: 0;
	text-align: left;
	margin:0 0 1em 1em;
}

ul .plan{
	position:absolute;
}

.plan2{
	text-align: left;
	margin:0 0 1.5em 1em;
}

.box3 img{
	width:100%;
	height:100%;
	display:block;
}


.box2 {
    padding: 0.5em 0.5em;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #ffcccc;
    border: solid 3px #ff9999;
    padding: 5px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.box2 p{
	font-weight: bold;
}

.box2 a{
	text-align: right;
	font-weight: bold;
	color:#ff0000;
}

.box4 {
	width:100%;
    padding: 0.5em 0.5em;
    margin-top: 30px;
    margin-bottom: 30px;
    border: solid 3px #999900;
    padding: 5px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.box4 p{
	font-weight: bold;
	color:#999900;
	text-align: center;
}

.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0 !important;
}
.list5 li {
	position: relative;
	line-height: 0.5em;
	margin:0 0 20px 1em;
	text-indent:30px;
}
.list5 li::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: 6px;
	height: 6px;
	background-color: #4682b4;
	border-radius: 100%;

}

.logo{
	position:relative;
	top:30%;
	height:calc( 100% - 60% );
	margin:0 auto;
	z-index:4;
	padding: 0 24px;
}

.logo img{
	max-width:100%;
	max-height:100%;
	display: block;
	margin:0 auto;
}

/*TOPへ戻る*/
.page_top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
	z-index:100;
	color:#373737;
	font-weight:600;
}

.page_top a {
    position: absolute;
	bottom: 60px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	text-decoration: none;
}

.page_top a span{
    position: absolute;
	top: 0;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-left: -14px;
	border-right: 6px solid #373737;
	border-top: 6px solid #373737;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

.down{
	position:fixed;
	bottom:60px;
	z-index: 10;
    left: 50%;
    width:50px;
	height:50px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#page_down{
	font-weight:800;
	color:#fff;
	margin-left:-6px;
	width:60px;
	height:60px;
}

#page_down p {
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	font-weight:800;
}

#page_down p span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -12px;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
	/*box-shadow: -2px 2px 2px #969696;*/
}

/*お店の中を見る　アイコン*/
.view{
	position:absolute;
	bottom:30px;
	right:40px;
	width:100px;
	z-index: 3;
}

.view img{
	width:100%;
	display:block;
}

/*共通の線*/
.lines-on-sides, h2 n{
  display: table;
  text-align: center;
  white-space: nowrap;
}

.lines-on-sides:after, h2:after, .lines-on-sides:before, h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 2px), transparent -webkit-calc(50% + 2px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 2px)), to(transparent calc(50% + 2px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
  -webkit-background-clip: padding;
  background-clip: padding;
}

/*マウスオーバー*/
.sns a:hover , .cd-header h1:hover,.sns_foot ul li a:hover, .tb:hover, .rb:hover, .view:hover {
	opacity:0.7;
	transition: 0.3s;
	transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.box .price{
	color:#999900;
	font-size:16px;
	text-align:center;
	font-weight:bold;
}

.back:before {
    content: " ";
    margin-top: -160px;
    height: 160px;
    display: block;
    visibility: hidden;
}





/*スマホ版*/
@media screen and (max-width : 768px){

.cd-main-content{
	position:fixed;
	top:50px !important; 
}

.common-header h1{
	position:absolute;
	left:16px;
	top:16px;
	line-height:1;
	width:150px;
	font-weight: bold;
}
.common-header h1 a{
	color: #006030;
}

.tb{
	position:absolute;
	right:85px;
	top:7px;
	z-index: 10;
	background:#006030;
	border-radius:3px;
	padding:7px;
}

.tb a i{
	color:#fff;
	margin-left:3px;
	font-size:26px;
	display:block;
}

.view{
		width:80px;
		right:20px;
}
  

.main{
 	width:100%;
 	height:100%;
 }
 
.sns{
	z-index: 2;
	position: absolute;
	top: 80px;
	right: 16px;
	width:200px;
	display: none;
	/*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;*/
    flex-wrap: wrap;
    justify-content:space-between;
    align-content:space-between;
}

.sns a{
   width:40px;
}

.sns a:last-child{
	margin-right:0;
}

.sns a img{
	width:100%;
	display:block;
}

.wrapper{
	position:relative;
	top:70px;
}

.back{
	width:90%;
	margin: 0 auto;
	margin-top: 48px;
}

.back h1 {
    padding: 0 0 32px 0;
    margin: 0;
	text-align: center;
    font-family: "HGS明朝E", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    color: #006030;
}

.sec{
	display: block;
    margin-bottom: 40px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.sec:last-child{
	margin-bottom:64px;
}

.plan{
	padding-left: 0;
	text-align: left;
	margin:0 0 0.5em 0.5em;
	line-height: 1.2;
}

.box b{
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
	color:#4682b4;
}

.box img{
	width:100%;
	height:100%;
	margin-bottom:16px;
	display:block;
}

.box1 {
    padding: 0.5em 0.5em;
    margin: 0 0 20px;
    border: solid 1px #4682b4;
}

.box1 p{
    font-weight: bold;
    color #4682b4;
	text-align: center;
}

.box2 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ffcccc;
    border: solid 3px #ff9999;
    padding: 5px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.box2 p{
    font-weight: bold;
}

.box2 a{
	text-align: right;
	font-weight: bold;
	color:#ff0000;
}

.box3 img {
	width:100%;
	height:100%;
	display:block;
}

.contents{
	margin: 0 auto;
	width:100%;
	margin-top:40px;
}

.contents_first{
	margin-top:20px; 
}

.box {
 　	margin-top:20px;
	width:100%;
	height:100%;
	display:inline-block;
}

.box h2{
	margin-top:10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#A28C37;
}

.lines-on-sides:after, h2:after {
  border-left: 0.5em solid transparent;
}
.lines-on-sides:before, h2:before {
  border-right: 0.5em solid transparent;
}
 
.box h3 {
  font-size: 1.2em;
  color: #A28C37;
}

.box p{
	margin-top:4px;
	text-align: justify;
	text-justify: inter-ideograph;
}
    
.box img{
	width:100%;
	height:100%;
	display:block;
}

.box3 img{
	width:100%;
	height:100%;
	display:block;
}

.contents .info {
    display: block;
    max-width: 100%;
    padding: 24px;
	margin-bottom: 32px;
    border: 2px solid #ccc;
    line-height: 1.4; 
}

.info p{
	margin-bottom:8px;
}

.plan2{
	text-align: left;
	margin:0 0 1em 1em;
}

ul .plan2{
	list-style-type: disc;
	position:absolute;
}

.price2 {
    display: inline-block;
    width: 200px;
    /* border: solid 1px; */
}

.price1 {
    display: inline-block;
    width: 120px;
    /* border: solid 1px; */
}

.map_area {
	position:relative;
    height: 100%;
    width: 100%;
  }
  
#map {
    height: 300px;
    width: 100%;
    margin:0 auto;
  }

.down{
	bottom:0;
    left: 50%;
	width: 60px;
    height: 64px;
}

#page_down{
	margin-left: 0;
	width:60px;
	height:60px;
	font-size:13px;
	text-align: center;
}

#page_down p {
	bottom: 0;
	left: 50%;
	height:30px;
	margin-left: -4px;    
}

#page_down p span{
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -12px;
}

.page_top {
    bottom: 24px;
    right: 10px;
    width:50px;
}

.page_top a {
	bottom: 60px;
	left:2px;
}

.page_top a span{
	width: 30px;
	height: 30px;
	margin-left: 2px;
}

#footer {
	position:relative;
	margin:40px auto 0;
	bottom:0;
	width:90%;
	color : #373737;
	z-index: 2;  
}

#footer .copyright{
	display:block;
	font-size : 12px;
}

.sns_foot{
	width:200px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-content:space-between;
    left: 15px;
    margin-top:80px;
    bottom: 30px;
    z-index: 2;
}

.sns_foot a{
	width:40px;
}

.sns_foot ul li a img{
	width:100%;
	display:block;
}

.fot_rb {
	margin: 0 auto;
	border:1px solid #373737;
	border-radius:3px;
	padding:15px;
	width:100%;
	margin-bottom:40px;
	display:block;
	text-align: center;
	font-size:18px;
}

.scroll_box{
	padding-top:80px;
}

.pc {
    display : none;
}

}

/*タブレット*/
@media screen and (min-width : 700px){

.logo{
 	top:calc( 100% - 80% );
 }
 
.contents{
	margin: 0 auto;
	margin-bottom:80px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}

.sec{
	width:45%;
	overflow:hidden;
	margin-top:24px;
	display:block;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
}

/*パソコン版*/ 
@media screen and (min-width : 769px){
.cd-header {
    width: 100%;
}

.cd-header .common-header {
    margin: 0;
    height:100px;
    background: #fff;
    border-bottom:1px solid #C8C8C8;
    z-index: 10;
}

.common-header h1 {
    position:absolute;
    top:35px;
    left:20px;
    font-size:20px;
    font-weight:bold;
    display:inline-block;
}

.header_btn{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position:absolute;
    top:14px;
    right:40px;
    z-index: 3;
}

.header_btn div{
	border-radius:3px;
	padding:8px;
	background: #e60012;
}

.header_btn div a{
	font-weight:bold;
	display:block;
	color: #fff;
}

.header_btn .tb{
	margin-right:10px;
	background-color: #006030;
}
  
.cd-main-nav {
	position: absolute;
    background: none;
    top:54px;
    right: 10px;
 }

.cd-main-nav ul {
  width: 100%;
  z-index:10;
}

.cd-main-nav ul .menu1{
	margin-right: 25px;
	margin-top: 10px;
	padding-bottom: 15px;
}

.main{
 	width:100%;
 	height:100%;
 }

.sns{
    display: none;
    position: fixed;
    right: 40px;
    width:50px;
    top: 120px;
    z-index: 10;
}

.sns a{
	margin-bottom:15px;
	display:block;
}

.sns a img{
	width:50px;
	height:50px;
}

.back{
	position:relative;
	top:0;
	width:100%;
	margin:0 auto;
	margin-top:130px;
	max-width:960px;
}

.back h1 {
    padding: 0 0 32px 0;
    margin: 0;
	text-align: center;
    font-family: "HGS明朝E", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    color: #006030;
}

.contents{
	margin: 0 auto;
	margin-bottom:80px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
}

.last{
	padding-bottom:100px;
}

.sec{
	width:31%;
	overflow:hidden;
	margin-top:24px;
	display:block;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}

.box {
	width:100%;
}

.box h2{
	text-align:center;
	font-size:20px;
	color:#A28C37;
	padding-bottom:3px;
	font-weight:600;
}

.lines-on-sides:after, h2:after {
  border-left: 0.4em solid transparent;
}

.lines-on-sides:before, h2:before {
  border-right: 0.4em solid transparent;
}
 
.box h3{
  font-size: 1.2em;
  color: #A28C37;
}

.box p{
	margin-top:10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.box b{
	margin-top:20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
	color:#4682b4;
}

.box img{
	width:100%;
	height:100%;
	margin-bottom:16px;
	display:block;
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 1px #4682b4;
}

.box1 p{
    font-weight: bold;
    color #4682b4;
	text-align: center;
}

.contents .info {
    display: block;
    width: 960px;
    max-width: 100%;
    padding: 24px;
	margin-bottom: 32px;
    border: 2px solid #ccc;
    line-height: 1.4;
}

.info p{
	line-height:2;
}

.map_area {
	position:relative;
	top:0;
    height: 100%;
    width: 100%;
}
  
#map {
    height: 400px;
    width: 100%;
    margin:0 auto;
}

#map iframe{
	pointer-events:none;
 }

#footer {
	 position:fixed;
	 bottom:0;
	 right:0;
	 left:0;
	 margin:0 auto;
     color : #373737;
     z-index: 10;
}

#footer a{
	display:block;
	padding:10px;
	font-size : 12px;
}

#footer .copyright{
	padding:2px;
	display:block;
	font-size : 8px;
}

.scroll_box{
	padding-top:120px;
}

.sp{
     display : none !important;
}

.panofot{
	position:absolute !important;
}

.panofot a{
	margin-left:10px;
}
