@charset "UTF-8";
/* CSS Document */


/********************************************
	共通
*********************************************/
.intro {
    margin-top: 8rem;
    background-image: url(/src/img/intro/cm_intro.jpg);
    background-position: center bottom;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.intro:before, .intro:after {
    content: '';
    top: -10px;
    position: absolute;
    background-image: url(/src/img/top/triangle.svg);
    padding-top: 13%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 50%;
}
.intro:before {
    left: 0;
}
.intro:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}
.intro h2 {
    padding: 10rem 0 6rem 0;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.contents {
    background: #ffffe7;
    padding-bottom: 10rem;
}

.contents section {
    padding-bottom: 5rem;
}

/* nav */
.contents .nav {
    margin: 2rem 0 3rem 0;
    /*margin: 2rem 0 5rem 0;*/
}
.contents .map {
    height: 400px;
    margin-bottom: 3rem;
}
.contents .nav li {
    letter-spacing: 0;
    display: inline-block;
    width: 32%;
    text-align: center;
    position: relative;
    margin-bottom: 0.7rem;
}

.contents .nav {
    letter-spacing: -0.5rem;
}
.contents .nav li:nth-child(2), 
.contents .nav li:nth-child(5) {
    margin: 0 1%;

}

.contents .nav li a {
    display: block;
    width: 100%;
    border: #99c271 2px solid;
    border-radius: 6px;
    background-color: #fff;
    color: #5c6157;
    font-weight: 600;
    padding: 1.2rem 0;
    font-size: 1.1rem;
}

.contents .nav li a:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 1.2rem;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #86bc52;
    border-right: 2px solid #86bc52;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.right{
	text-align:right;
	padding-right:20px;
}

.mainvisualbutton{}

/* important news */
.imp_news{
  border: #fc7a2b 2px solid;
  border-radius: 10px;
  background-color: #fff;
  padding: 1rem 2rem;
  font-weight: 600;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 3rem;
}
.imp_tl{
  font-size: 1.125rem;
  color: #fc7a2b;
  margin: 0 0 0.5rem;
}
.imp_link{}
.imp_linkTxt {
  text-decoration: underline;
  color: #307dcd;
}


/********************************************
	entry_list
*********************************************/

.entry_list p{
 font-size: 0.8rem;
 margin:0.5rem 0;
 min-height:100px;}
 
.entry_list ul {
    letter-spacing: -0.5rem;
	text-align:left;
}
.entry_list ul li {
	width: 330px;
    display: inline-block;
    margin: 1rem 0.3rem 0 0.3rem;
    vertical-align: top;
    letter-spacing: 0;
	text-align:left;
}
.entry_list ul li.minhi article{
	min-height:580px;}
.entry_list ul li article {
	border: #f3f3db 3px solid;
	border-radius: 10px;
	background: #fff;
	padding: 0.7rem 0.7rem 0 0.7rem;
	min-height:350px;
}
.entry_list ul li .thum img {
    width: 100%;
}


.entry_list .thum {
    margin-bottom: -1rem;
}
.entry_list .cate {
    color: #fff;
    font-size: 0.8rem;
    padding: 0.15rem 1.5rem;
    border-radius: 100px;
    display: inline-block;
    font-weight: 600;
}

.entry_list .ac01_c {
    background: #29995b;
}

.entry_list .ac02_c {
    background: #63be48;
}

.entry_list .ac03_c {
    background: #48be88;
}




.entry_list .entrydetail {
    margin: 0.5rem 0;
}

.entrydetail .entry_tit {
    font-size: 1.1rem;
    font-weight: 600;
	line-height: 1.5;
}

.entrydetail dl dt {
    background: #b8b88a;
    color: #fff;
    font-size: 0.7rem;
    width: 27%;
    text-align: center;
    padding: 0.1rem;
}

.entrydetail dl dt, .entrydetail dl dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    letter-spacing: 0;
}

.entrydetail dl dl {
    letter-spacing: 0.5rem;
}

.entrydetail dl dd {
    width: 65%;
    margin-left: 2%;
}

.entrydetail dl {
    font-size: 0.8rem;
    padding: 0.8rem 0 0.8rem 0;
    border-top: #abab94 1px dotted;
}

.entrydetail dl:last-child {
    border-bottom: none;
}

.entry_list ul li a {
    cursor: inherit;
    color: #595a59;
}

.entry_list ul li a:hover img {
    opacity: 1;
}

section h2 {
    color: #1ba358;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

section h2 span {
    border-right: #92d057 5px solid;
    border-left: #219454 5px solid;
    padding: 0.2rem 0;
    margin-right: 1rem;
}
#room_1F, 
#room_2F, 
#other_cont {
    padding-top: 6rem;
    margin-top: -6rem;
    display: block;
}
.pc_no{
	display:none;}



@media screen and (min-width: 1025px) {
.contents .nav li a:hover {
	-webkit-box-shadow: 0 0 15px rgba(92, 144, 41, 0.8);
	-moz-box-shadow: 0 0 15px rgba(92, 144, 41, 0.8);
	box-shadow: 0 0 15px rgba(92, 144, 41, 0.8);
}

}


@media screen and (max-width: 1024px) {
.intro {
    margin-top: 3rem;
}

.intro h2 {
    font-size: 1.8rem;
}

/* nav */
.contents .nav li a {
    font-size: 0.9rem;
}
.contents .nav li:nth-child(2), 
.contents .nav li:nth-child(5) {
    margin: 0 0 0.5rem 0;
}
.contents .nav li {
    width: 100%;
    margin-bottom: 0.5rem;
}

.contents .nav li:nth-child(odd) {
    margin-right: 2%;
}

.contents .nav li a {
    font-size: 0.8rem;
    text-align: left;
    padding-left: 2rem;
    text-align: left;
    padding: 0.8rem 0 0.8rem 1rem;
}
.contents .nav li a:after {
    width: 8px;
    height: 8px;
}

.contents .nav .icon {
    background-size: 25px;
    left: 0;
}
.contents .nav {
    margin-bottom: 1rem;
    /*margin-bottom: 3rem;*/
}

.contents .inner {
    max-width: 95%;
}
.entry_list ul li.minhi article{
	min-height:500px;}





	
}

@media screen and (max-width: 768px) {
.intro h2 {
    font-size: 1.3rem;
    padding: 5rem 0 3rem 0;
}

.intro {
    margin-top: 4rem;
}

#crumbs {
    padding-bottom: 10px;
}
.entry_list ul {
	margin-bottom:2rem;
}
.entry_list ul li {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
}
.sp-caption {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
}

.entrydetail .entry_tit {
    display: none;
}

.entry_list .entrydetail {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    margin: 0;
    padding-left: 0.5rem;
    box-sizing: border-box;
    letter-spacing: 0;
}
.entry_list .thumArea {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 35%;
    letter-spacing: 0;
}

article.event_block {
    letter-spacing: -0.5rem;
}

.entry_list .entrydetail h2 + dl {
    padding-top: 0;
}
.entry_list .thum {
    margin-bottom: 0.2rem;
}
.entry_list {
    margin-top: 1rem;
}
.entry_list .cate {
    padding: 0.2rem 0.6rem;
    border-radius: 0.5rem;
    line-height: 1.3;
    font-size: 0.75rem;
}
.entry_list ul li article {
	min-height:200px;
}
.entry_list p{
 min-height:50px;}
.contents section {
    padding-bottom: 0;
}
.contents {
    padding-bottom: 5rem;
}
.entry_list ul li.minhi article{
	min-height:200px;}
	
.sp_no{
	display:none;}
.pc_no{
	display:block;
	margin-bottom:1rem;}
.right{
	margin:0 auto;
	float:center;}
.mainvisualbutton{
    margin: 1rem auto 0;
}

/* important news */
.imp_news{
  padding: 1rem;
  max-width: 100%;
  margin-bottom: 1rem;
  }
.imp_tl{
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  }
.imp_link{
  font-size: 14px;
  }
.imp_linkTxt {}
}

@media all and (-ms-high-contrast: none) {
.intro:before, .intro:after {
    background-image: url(/src/img/top/triangle.png);
}
}