@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - FORM CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-10-11
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#movieIndex : 動画で見る鐘山苑
===============================================================*/
body#movieIndex #movieArea #slider{
	position:relative;
}
body#movieIndex #slider video{
	width:inherit !important;
	height:auto;
}
body#movieIndex .bx-wrapper{
	margin-bottom:5px;
}
body#movieIndex .bx-wrapper .bx-viewport{
    box-shadow:none;
    border: none;
	left:auto;
	padding:0 0.5%;
	margin-bottom:2%;
}
body#movieIndex #thumb {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-bottom:8%;
}
body#movieIndex #thumb {
	display: -webkit-flex;
	display: flex;justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom:4%;
}
body#movieIndex #thumb li{
	width:19%;
	margin:0 0.5% 4%;
}
body#movieIndex #thumb .thumbPhoto{
	background:#000;
	display:block;
}
body#movieIndex #thumb li img{
	width:100%;
	height:auto;
	display:block;
}
body#movieIndex #thumb li a{
    color: #544f49;
}
body#movieIndex #thumb li strong{
	font-weight:normal;
	font-family:"Mykokoro",serif;
	font-size:130%;
	line-height:1.1;
}
body#movieIndex #thumb li span{
	display:block;
	font-size:85%;
}
body#movieIndex #thumb li a img{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#movieIndex #thumb li a.active img{
	opacity:0.4;
}
body#movieIndex #thumb li a:hover img{
	opacity:0.6;
}

/*YOUTUBEのとき
------------------------------------------------------------------------------------------------*/
body#movieIndex #movieSlider #playerbox{
	position:relative;
	width:100%;
	height:0;
	padding-top:56.23%;
	margin-bottom:4%;
}
body#movieIndex #movieSlider iframe{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}
body#movieIndex #carousel{
	display: -webkit-flex;
	display: flex;flex-wrap:wrap;

}
body#movieIndex #carousel li{
	width:32.4%;
	margin-bottom:2%;
	margin-right: 1.4%;
}
body#movieIndex #carousel li .photo{
	display:block;
	position:relative;
}
body#movieIndex #carousel li .photo:after{
	content:"";
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	padding:0;
	background:url(../../movie/img/ico_play.png) no-repeat;
	background-size:100% auto !important;
}
body#movieIndex #carousel li img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 1201px) {
body#movieIndex #carousel li:nth-child(3n){
	margin-right:0;
}
}
body#movieIndex #carousel li strong{
	font-family:"Mykokoro",serif;
	font-weight:normal;
	font-size:120%;
	display:block;
	line-height:1.4;
	margin-bottom:10px;
}
@media screen and (max-width: 1200px) {
body#movieIndex #carousel{
	justify-content:space-between;
}
body#movieIndex #carousel li{
	width:30%;
}
body#movieIndex #carousel li img{
	width:100%;
	height:auto;
}
}

/*==============================================================
　body#policyIndex : プライバシーポリシー
===============================================================*/
body#policyIndex main{
	margin-top:4%;
}
body#policyIndex #headline h1:after{
}
body#policyIndex .lead{
	font-size:120%;
    font-family: "Mykokoro" , serif;
}
body#policyIndex .contentsBox{
	padding-bottom:6%;
	margin-bottom:6%;
}
body#policyIndex #main{
	width:60%;
	margin:0 auto;
}
body#policyIndex #main ol{
	margin-left:1.7em;
}
body#policyIndex #main ol li{
	list-style-type: decimal;
}
body#policyIndex main .dialBox h3{
	font-size:100%;
	font-weight:normal;
	margin-bottom:2%;
}
body#policyIndex main .dialBox {
	margin-top:4%;
    background:#f6f5f5;
    text-align: center;
    padding: 3% 0;
    font-family: "Mykokoro" , serif;
    font-size: 140%;
}

/*==============================================================
　body#sitemapIndex : サイトマップ
===============================================================*/
body#sitemapIndex main {
	padding:4% 0;
}
body#sitemapIndex main h2{
	text-align:left;
	background:none;
	padding:0;
}
body#sitemapIndex main li {
    border-bottom: 1px solid #dbe7f7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#sitemapIndex main li:hover{
	background:#f3f8ff;
}
body#sitemapIndex main .noLink,
body#sitemapIndex main a{
    color: #544f49;
	display:block;
	padding:2%;
}

body#sitemapIndex main .contentsBox{
	margin-bottom:12%;
}
body#sitemapIndex main .innerWidth{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}
body#sitemapIndex main .boxL,
body#sitemapIndex main .boxR{
	width:47%;
}
body#sitemapIndex main h2{
	color: #544f49;
	position:relative;
    background: #fff url(../img/bg_blue_paper.png) right top;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom:1%;
}
body#sitemapIndex main h2:hover{
	background:#6187b8 url(../img/bg_blue_paper.png) right top;
}

body#sitemapIndex main h2:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #849bcc;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#sitemapIndex main h2:hover:before {
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
}

body#sitemapIndex main h2 a{
	position:relative;
	z-index:99;
}
body#sitemapIndex main .contentsBox h2 a{
	background:url(../img/ico/ico_arrow_blk_rgt.png) no-repeat 95% center;
	background-size:auto 20%;
}
body#sitemapIndex main .contentsBox a{
	background:url(../img/ico/ico_arrow_blk_rgt-thn.png) no-repeat 95% center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#sitemapIndex main .contentsBox a:hover{
	background-position: 97% center;
}
body#sitemapIndex main .tirdClass a{
	padding-left:8%;
	background-image:url(../img/ico/ico_arrow_blu_rgt-thn.png);
}
body#sitemapIndex main .tirdClass {
    border-top: 1px solid #dbe7f7;
}
body#sitemapIndex main .tirdClass li:last-child{
	border-bottom:none;
}
/*==============================================================
　body.corporate : 会社案内
===============================================================*/
body.corporate #main{
	width:70%;
	margin:0 auto 12%;
}
body.corporate main h2{
	font-size:190%;
	margin:0 0 4%;
}
body.corporate #main .contentsBox{
	margin-bottom:15%;
}

/* #corporateIndex : 会社案内
----------------------------------------------------*/
body#corporateIndex .culum3 li{
	width:49%;
}
body#corporateIndex main .sectionInner{
	margin-bottom:14%;
}
body#corporateIndex main #groupArea{
	margin-bottom:8%;
}
body#corporateIndex main .flexbox{
	display: -webkit-flex;
	display: flex;justify-content:space-between;
	flex-wrap:wrap;
}
body#corporateIndex main .groupBox {
	width:32%;
	padding:4% 0 ;
}
body#corporateIndex main .groupBox h3{
	font-family:"Mykokoro",serif;
	font-size:120%;
	font-weight:normal;
	margin-bottom:10px;
}
body#corporateIndex main .groupBox a{
	display:block;
	background:none;
	padding:0;
}
body#corporateIndex main .groupBox figure{
	background:#000;
	margin-bottom:10px;
}
body#corporateIndex main .groupBox figure img{
	display:block;
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#corporateIndex main .groupBox:hover img{
	opacity:0.6;
}
body#corporateIndex main .groupBox .url{
	padding-left:17px;
	background:url(../img/ico/ico_externallink.png) no-repeat left center;
}

/* #corporateConcept : コンセプト
----------------------------------------------------*/
body#corporateConcept #headline {
	margin-bottom:9%;
}
body#corporateConcept #main p{
	font-size:120%;
	line-height:2.0;
	text-align:center;
}
body#corporateConcept #main li{
	font-size:120%;
}

body#corporateConcept #main #statementArea ul{
	text-align:center;
	font-size:100%;
}
body#corporateConcept #main #statementArea li{
	padding:0;
	background:none;
	margin-bottom:2%;
}
body#corporateConcept #main p.lead{
	line-height:2.0;
	margin-bottom:8%;
}
body#corporateConcept #main #vowArea {
	text-align:center;
}
body#corporateConcept #main #vowArea ul{
	display:inline-block;
	text-align:left;
}
/* #corporateCompany : 会社案内
----------------------------------------------------*/
body#corporateCompany table {
    border-top: 1px solid #dfdbc7;
}
body#corporateCompany table th,
body#corporateCompany table td{
	padding:12px 20px;
    border-bottom: 1px solid #dfdbc7;
}
body#corporateCompany table th{
	text-align:left;
    font-family: "Mykokoro" , serif;
	font-weight:normal;
}
body#corporateCompany #groupArea li{
	margin-bottom:2%;
}
body#corporateCompany #main h3{
    font-family: "Mykokoro" , serif;
	font-weight:normal;
	font-size:160%;
	margin:6% 0 ;
}
body#corporateCompany .recruitBox{
    border-bottom: 1px solid #dfdbc7;
	padding-bottom:5%;
	margin-bottom:12%;
}
body#corporateCompany .recruitBox .flex-box{
	display: -webkit-flex;
	display: flex;justify-content:space-between;
}
body#corporateCompany .recruitBox figure{
	width:30%;
}
body#corporateCompany .recruitBox figure img{
	width:100%;
	height:auto;
	margin-bottom:8%;
}
body#corporateCompany .recruitBox .textBox{
	width:66%;
}
body#corporateCompany .recruitBox .entryBtn{
	margin-top:6%;
}
body#corporateCompany .recruitBox .color-btn{
}
body#corporateCompany .pageLink{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
}
body#corporateCompany .pageLink li{
	width : -webkit-calc(100% / 3) ;
   width : calc(100% /3) ;
   margin:0 3px;
}
body#corporateCompany .pageLink li a{
	display:block;
	text-align:center;
}
body#corporateCompany .pageLink li a .arr{
	display:inline-block;
	background-position:right 0.8em;
}

/*==============================================================
　body.news : 新着情報
===============================================================*/
@media screen and (min-width: 1201px) {
body.news #categoryNav li{
	width:18%;
}
}
@media screen and (min-width: 737px) {
body#newsIndividual #main{
	width:650px;
	margin:0 auto 6%;
}
}
body#newsIndividual main #main + .innerWidth {
    border-top: 1px solid #ded7ce;
    padding-top: 4%;
}
body#newsIndividual #main p{
	margin:0 0 3.6%;
}
body#newsIndividual #main h2{
	margin-bottom:6%;
	padding-top:37px;
}
body#newsIndividual #main h2 strong{
	display:block;
	font-size:140%;
	font-weight:normal;
	padding:0;
}
body#newsIndividual #main h2 .category{
	margin-left:20px;
	padding:6px 10px;
}
body#newsIndividual #main h2 .date,
body#newsIndividual #main h2 .category{
	font-family:  'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size:1.0rem;
}
/*==============================================================
　body.staffblog : ふじさん日和
===============================================================*/
body#pamphletIndex .pamphArea{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
	margin-bottom: 6%;
}
body#pamphletIndex .pamphArea .pamphBox .photo{
    background: #000;
}
body#pamphletIndex .pamphArea .pamphBox h3 {
	text-align: center;
	font-family: "Mykokoro" , serif;
	font-weight: normal;
    font-size: 130%;
	margin-top: 10px;
}
body#pamphletIndex .pamphArea .pamphBox h3 span{
	font-family: 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size: 90%;
	display: block;
}
body#pamphletIndex .pamphArea .pamphBox img{
	width: 100%;
	height: auto;
	display: block;
    transition: all 0.3s ease;
}
body#pamphletIndex .pamphArea .pamphBox a:hover img{
	opacity: 0.6;
}
body#pamphletIndex .pamphArea.column3 .pamphBox{
	width: 29%;
}
body#pamphletIndex .pamphArea.column4 .pamphBox{
	width: 22%;
}
body#pamphletIndex .pamphArea .pamphBox a{
	padding: 0;
	background: none;
}
/*==============================================================
　body.staffblog : ふじさん日和
===============================================================*/
body#staffblogIndex .staffblogList,
body#staffblogArchive .staffblogList {
    border-top: 1px solid #ded7ce;
	margin-bottom:4%;
}
body#staffblogIndex .staffblogList .photo ,
body#staffblogArchive .staffblogList .photo{
	width:45%;
	overflow:hidden;
	position:relative;
}
body#staffblogIndex.style2 .staffblogList .photo {
	width:40%;
}
body#staffblogIndex.style2 .staffblogList .textBox{
	width:60%;
}
body#staffblogIndex .staffblogList .photo img,
body#staffblogArchive .staffblogList .photo img{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
body#staffblogIndex .staffblogList .postBox,
body#staffblogArchive .staffblogList .postBox{
	padding-top:2%;
	padding-bottom:2%;
    border-bottom: 1px solid #ded7ce;
}
body#staffblogIndex .staffblogList a,
body#staffblogArchive .staffblogList a{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
body#staffblogIndex .staffblogList .textBox,
body#staffblogArchive .staffblogList .textBox{
	padding-left:3%;
	text-align:center;
	width:55%;
}
body#staffblogIndex .staffblogList .begining,
body#staffblogArchive .staffblogList .begining{
	margin-bottom:2%;
	text-align:left;
}
body.staffblog main .staffblogList h3{
	font-family:"Mykokoro",safari;
	font-size:180%;
	font-weight:normal;
	margin-bottom:2%;
}
body#staffblogIndividual #main{
	margin:0 auto 6%;
}

body#staffblogIndividual #main p{
	margin:0 0 3.6%;
}
body#staffblogIndividual .entry p a{

}
body#staffblogIndex #fullTitle .bg-brw .copy{
	width:37%;
}
body#staffblogIndividual #main h2{
	margin-bottom:6%;
	padding-top:37px;
}
body#staffblogIndividual #main h2 strong{
	display:block;
	font-size:140%;
	font-weight:normal;
	padding:0;
}
body#staffblogIndividual #main h2 .category{
	margin-left:20px;
	padding:6px 10px;
}
body#staffblogIndividual #main h2 .date,
body#staffblogIndividual #main h2 .category{
	font-family:  'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif ;
	font-size:1.0rem;
}

body#staffblogIndex #fullTitle .bg-brw{
    align-items: flex-start;
	-webkit-animation:none;
	animation:none;
}
body.staffblog main .lacalNaviBox{
	margin-bottom:8%;
}
body.staffblog main .lacalNaviBox select{
    border: 1px solid #ded7ce;
	margin:0 auto;
	width:137px;
	display:block;
	padding:5px 20px 10px;
	font-size:120%;
	font-family:"Mykokoro",serif;
	background:url(../img/ico/ico_arrow_down.png) no-repeat 93% center;
}
body#staffblogIndividual main .innerWidth{
    border-top: 1px solid #ded7ce;
	padding-top:4%;
}


@media screen and (max-width: 1200px) {
body.plan main .searchBox h2, body.plan main .searchBox .innerBox {
	display: block;
	width: 100%;
}
body.plan main .searchBox h2 {
	background-position: left bottom;
	margin-bottom: 0;
}
body.plan main .searchBox h2 img {
	width: 9%;
}
body#cuisineIndex .cuisineBox .bdrBox {
	width: 100%;
}
body#cuisineIndex #introArea .deco {
	width: 10%;
}
body#spendRecommend .recommendBox h2{
	font-size:140%;
}
body#spendRecommend .recommendBox h2 br{
	display:none;
}
body#informationMap .siteBox{
	width:100%;
}
body#informationRule #main{
	width:100%;
}
body#informationRule .pageLink{
	width:100%;
}
body#gardenIndex #introArea {
	overflow:hidden;
}
body#gardenIndex #introArea .innerWidth{
	padding:0;
}
body#gardenIndex #introArea .textBox{
	padding:4%;
	width:60%;
}
body#gardenIndex #introArea .photoBox{
	padding:0;
}
body#gardenIndex #introArea .photoBox .subPhoto,
body#gardenIndex #introArea .photoBox .mainPhoto{
	margin:0;
}
body#gardenIndex #introArea .photoR .subPhoto{
	padding:0;
}
body#gardenIndex #introArea .photoBox img{
	display:block;
}
body#gardenIndex #introArea .photoL,
body#gardenIndex #introArea .photoR{
	width:20%;
}
body#gardenIndex #introArea .photoL{
	left:0;
}
body#gardenIndex #introArea .photoR{
	right:0;
}
body#gardenIndex #introArea .subPhoto{
	width:100%;
}
body#gardenIndex #introArea .photoR .mainPhoto,
body#gardenIndex #introArea .photoR .subPhoto{
	margin:0;
}
body#gardenIndex #introArea .photoBox .sidePhoto{
	display:block;
}
#wrapper #main {
	width:100%;
}
body#staffblogIndividual #main{
	padding:0 3.2%;
}
}
@media screen and (min-width: 737px) {
body#staffblogIndividual #main{
	width:650px;
}
}
.desktop body#staffblogIndividual #main a + br + small{
	display:block;
	margin-top:-5px;
}

/* メールマガジン会員登録 */
body#mailmagazineIndex .btn_container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
body#mailmagazineIndex .btn_container .color-btn{
    width: 40%;
    margin: 0 12px;
    padding: 22px 0;
    text-align: center;
}
@media screen and (max-width:1000px) {
    body#mailmagazineIndex .btn_container .color-btn{
        width: 100%;
        margin-bottom: 2rem;
    }
}
/*--EOF-----------------------------------------------------------------------*/
