@charset "utf-8";
/* CSS Document */
#mainArea {
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.slideBlock {
	background-size: cover;
	/*background-attachment:fixed;*/
	position: relative;
	width: 100%;
	height: auto;
	z-index: 12;
}

#movieArea {
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-color: #333333;
}
.movieBlock {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#gmapArea {
	width: 100%;
	height: 500px;
	margin: 100px 0;
}
.gmapBlock {
	width: 100%;
	height: 500px;
}
#linkArea {
	background-color: #c6b6b9;
	padding: 34px 0 14px;
}
.linkBlock {
	width: 944px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.linkBlock li {
}
#aboutArea {
	position: relative;
	z-index: 60;
	background: url(../images/bg_sec1_01.jpg);
}
#aboutArea h2 {
	font-family: AdobeMingStd-Light,'Adobe Ming Std L','Adobe Ming Std', ArialUnicodeMS,'Arial Unicode MS',Arial, serif;
	font-size: 231%;
	line-height: 1em;
	display: block;
	padding: 0 0 20px;
}
.aboutBox {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.aboutTxt p {
	font-size: 116%;
	line-height: 1.8em;
}
.about01 {
	background: #000;
	overflow: hidden;
}
.about01 .aboutBox {
	position: relative;
	height: 475px;
	background: url(../images/bg_sec1_02.jpg) no-repeat left center;
}
.about01 .aboutImg {
	float: right;
	margin-right: -120px;
	margin-left: 20px;
}
.about01 .aboutTxt {
	position: absolute;
	left: 0;
	top:0;
	width: 400px;
	padding: 110px 0 0 40px;
}
.about01 .aboutTxt a {
	padding: 2px 60px;
	font-size: 84%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #9c7883;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.about01 .aboutTxt a:hover {
	text-decoration: none;
	opacity: .7;
}
.about02 {
}
.about02 .aboutBox {
	width: 1015px;
	height: auto;
	padding: 0 0 0 15px;
	margin: 0 auto;
}
.about02 .aboutImg {
	position: relative;
	float: right;
	margin-left: -90px;
	padding-bottom: 40px;
}
.about02 .img01 {
	position: absolute;
	top: -20px;
	left: 80px;
}
.about02 .img02 {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.about02 .aboutTxt {
	float: left;
	width: 440px;
	padding: 80px 0 0;
}
.about03 {
	clear:both;
	padding: 0 0 100px;
}
.about03 .aboutBox {
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.about03 .aboutTxt {
	width: 460px;
	padding-top: 12px;
	padding-left: 60px;
}


#conceptArea {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 0 0;
	position: relative;
	z-index: 10;
}
#conceptArea ul {
}
#conceptArea li {
	background-size: cover;
	background-position: center center;
	padding: 0 0 100px;
}
.croom {
	background-image: url(../images/cimg01.jpg);
}
.croom .conceptBox {
	background-color: rgba(90, 83, 35, .702);
}
.ccuisine {
	overflow: hidden;
	background-image: url(../images/cimg02.jpg)
}
.ccuisine .conceptBox {
	background-color: rgba(100, 19, 23, .702);
	float: right;
}
.cspa {
	background-image: url(../images/cimg03.jpg);
}
.cspa .conceptBox {
	background-color: rgba(35, 50, 90, .702);
}
.conceptWrap {
	position: relative;
	width: 1030px;
	height: auto;
	margin: 0 auto;
}
.conceptBox {
	background-repeat: no-repeat;
	background-image: url(../images/bg_cimg.png);
	width: 440px;
	height: 400px;
	padding: 50px 40px 40px;
	position: relative;
	z-index: 42;
	box-sizing: border-box;
}
.conceptBox h2 {
	font-family: AdobeMingStd-Light,'Adobe Ming Std L','Adobe Ming Std', ArialUnicodeMS,'Arial Unicode MS',Arial, serif;
	font-size: 308%;
	line-height: 1em;
	display: block;
	padding: 15px 0 20px;
}
.conceptBox p.lead {
	font-family: AdobeMingStd-Light,'Adobe Ming Std L','Adobe Ming Std', ArialUnicodeMS,'Arial Unicode MS',Arial, serif;
	font-size: 200%;
	line-height: 1.3em;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}
.conceptBox p.lead + p {
	font-size: 116%;
	line-height: 1.8em;
}
.clinkBtn {
	padding: 30px 0 0;
}
.clinkBtn a {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 6px 60px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.clinkBtn a:hover {
	background-color: rgba(0, 0, 0, 1);
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.choitsume {
	letter-spacing: -0.06em;
}
.choichi {
	font-size: 80%;
	letter-spacing: -0.1em;
}
.clinkBtnw {
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.cside {
	padding: 0 5px;
}
.cside a {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 8px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 6px 4px;
	width: 110px;
	height: auto;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.cside a:hover {
	background-color: rgba(0, 0, 0, 1);
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* max-width: 768px 161221追加 */
/* ---------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	
/*.about01 .aboutBox {
	overflow: hidden !important;
}
.about02 .aboutTxt {
	float: left;
	width: 400px;
	padding: 80px 0 0;
	margin-left: 40px
}
.about03 .aboutTxt {
	width: 420px;
	padding-top: 12px;
	padding-left: 40px;
}*/
	
}


/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
#linkArea,  .topicsTtl .line_dotted,  #imageArea,  #importArea,  .formArea,  .seasonInfo,  .scrollBtn {
	display: none;
}
.slideBlock {
	background-size: auto 280px;
	min-width: 100%;
}
#gmapArea {
	width: 100%;
	height: 360px;
}
.gmapBlock {
	margin: 10px;
	width: auto;
	height: 350px;
}
.gmapBlock iframe {
	height: 350px;
}

#mainArea div {
	background-size: cover;
}

.voiceArea {
	display: none;
}
.voiceBlock {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.voiceBlock ul {
	display: block;
	padding: 0 10px;
}
.voiceBlock li {
	width: 100%;
	margin: 5px 0 0;
}
.voiceBlock a {
	background-color: rgba(0,0,0,0.6);
	display: block;
	border-radius: 6px;
	margin: 0 0px;
}
.voiceBlock a:hover {
	background-color: rgba(0,0,0,0.8);
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.vTtl {
	margin: 0 8px;
	padding: 8px 0 9px;
	border-bottom: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.vttlImg {
	width: 50%;
}
.vttlImg img {
	width: 100%;
	height: auto;
}
.vttlTxt {
	width: 50%;
}
.vttlTxt h2 {
	width: auto;
}
.voiceBox {
	display: none;
}
.listBtn {
	width: 80%;
}

#aboutArea h2 {
    font-size: 224%;
}
.aboutBox {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.aboutBox .aboutTxt {
    width: 100%;
}
.aboutBox .aboutImg img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.about01 .aboutBox {
	height: auto;
	padding-top: 30px;
	background: url(../images/bg_sec1_02.jpg) no-repeat left top;
	background-size: 100%;
	overflow: hidden !important;
}

.about01 .aboutImg {
    float: none;
	margin: 0;
}
.about01 .aboutTxt {
	position: static;
	padding: 20px 0 0 0;
}
.about02 .aboutBox {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.about02 .aboutImg {
	float: none;
	margin: 0 0 20px;
	padding: 40px 0 30px;
}
.about02 .img01 {
	top: 20px;
	left: 10px;
	width: 36%;
}
.about02 .img02 {
	bottom: 0;
	right: -5px;
	width: 44%;
}
.about02 .aboutTxt {
	float: none;
	padding: 20px 0 0;
}
.about03 {
    padding: 0 0 60px;
}
.about03 .aboutBox {
	display: block;
}
.about03 .aboutTxt {
	width: 100%;
	padding: 20px 0 0 0;
}
.about03 .aboutTxt img {
	width: 150px;
	height: auto;
}

#conceptArea img {
	width: 100%;
	height: auto;
}
#conceptArea li {
	padding: 0;
	margin-top: -2px;
}
.croom {
	background-image: none;
}
.croom .conceptBox {
	background-color: rgba(90, 83, 35, .702);
}
.ccuisine {
	background-image: none;
}
.ccuisine .conceptBox {
	background-color: rgba(100, 19, 23, .702);
	float: right;
}
.cspa {
	background-image: none;
}
.cspa .conceptBox {
	background-color: rgba(35, 50, 90, .702);
}
.conceptWrap {
    width: 100%;
}
.conceptBox {
    width: 100%;
    height: auto;
	padding: 20px;
	box-sizing: border-box;
}
.conceptBox h2 {
    font-size: 224%;
}
.conceptBox p.lead {
    font-size: 170%;
}

#gmapArea {
    margin: 40px 0;
}
}
