@charset "UTF-8";
/*
Theme Name: 花人逢 Version02
Description: 花人逢 公式ホームページ
Author: MIA RESORT
*/

/*/ _// _// _// _// _// _// _// _// _// _// _/
全デバイス共通のスタイルとスマートフォン
/ _// _// _// _// _// _// _// _// _// _// _// _*/

/*===========================
  body
==========================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(img/haikei.gif);
	border-top: 5px solid #7D981E;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
#container {
	padding: 0px 7px;
}
/*===========================
  ページscroll
==========================*/
#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
/*===========================
  イメージのスタイル
==========================*/
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.img_none {
	display: block;/*CONTENTイメージの空白を消す*/
}
.img_left01 {
	float: left;
}
.img_right01 {
	float: right;
}
.img_center01 {
	text-align: center;
}
.space20 {
	margin-top: 20px;
}
.space40 {
	margin-top: 40px;
}
.space60 {
	margin-top: 60px;
}
/*===========================
  画像透過css
==========================*/
a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a:hover img{
    opacity: 0.8;
	filter: alpha(opacity=60);
}
/*===========================
テキスト・見出し
==========================*/
.red_text {
	color: #D10000;
}
.blue_text {
	color: #0040D4;
}
.center_text01 {
	text-align: center;
}
.sp_menuText {
	font-size: 14px;
	margin-left: 10px;
}
.midashi01 {
	color: #7D981E;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.midashi02 {
	color: #9F8A6E;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.midashi03 {
	font-size: 17px;
	color: #8E460F;
	padding: 5px;
}
.top_orange {
	color: #DA692B;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.miru a {
	display: block;
	background-color: #7C9906;
	color: #FFF;
	text-align: center;
	width: 200px;
	text-decoration: none;
	padding: 8px;
	font-size: 15px;
	/*角丸*/
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	margin-top: 20px;
}
.miru a:hover {
	background-color: #93B505;
}
.sub_text01 {
	padding: 5px;
	font-size: 15px;
}
/*===========================
ヘッダーのスタイル
==========================*/
#head {/* スマホ時に非表示 */
	display: none;
}
.sp_logo {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#top_img {
	display: block;
}
.gengo a {
	display: block;
	text-align: center;
	font-size: 13px;
	padding: 3px;
	text-decoration: none;
	background-color: #7D981E;
	float: right;
	width: 150px;
	color: #FFF;
}
/*===========================
ナビゲーションのスタイル
==========================*/
#main-nav {
	margin-top: 0px;
}
.s_logo {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* トグルメニュー*/
#mobile-bar a {
	font-size: 40px;
	color: #7D981E;
	margin: 5px 0px 0px 10px;
	float: left;
}
/* end */
/*===========================
サイドメニュー用CSS
==========================*/
#build-menu-page {
  left: 0;
  position: relative;
}
#build-menu {
	background-color: #FFF;
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	display: none;
	width: 260px;
    padding: 0;
    position: static;
    z-index: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    left: 0;
    width: 300px;
	background-size: cover;
}
#build-menu ul {
	width: 100%;
	list-style-type: none;
}
#build-menu li {
	margin-left: 15px;
	margin-bottom: 18px;
}
#build-menu li a {
	display: block;
	padding: 4px 3px;
	color: #55554F;
	text-decoration: none;
	font-size: 15px;
}
.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
}
/*===========================
スマホトップページのスタイル
==========================*/
#top_cafe:after {
	content: "";
	display: block;
	clear: both;
}
#content {
	margin-top: 45px;
}
#top_cafe {
	margin-top: 20px;
	font-size: 15px;
}
#top_cafe img {
	width: 55%;
	float: right;
}
#information {
	margin-top: 80px;
}
.info {
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #F6EFEC;
	height: 300px;
	overflow: auto;
}
.info dl {
	padding: 10px;
}
.info dt {
	color: #AC997F;
	font-size: 14px;
	font-weight: bold;
}
.info dd {
	color: #645946;
	font-size: 15px;
	padding-left: 5px;
	border-bottom: 1px dotted #AC997F;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#banner_space {
	margin-top: 55px;
	text-align: center;
}
#banner_space img {
	margin-bottom: 10px;
}
/*===========================
スマホサブコンテンツのスタイル
==========================*/
#about {
	margin-top: 30px;
}
#about img {
	float: right;
	width: 50%;
	margin-left: 5px;
}
#kodawari {
	background-image: url(img/kodawari_haikei.png);
	background-repeat: no-repeat;
	padding: 20px 10px 60px;
	height: 250px;
}
#kodawari p {
	font-size: 14px;
	line-height: 160%;
}
#kodawari img {
	margin-right: 10px;
	margin-top: 5px;
	width: 70%;
}
.menu_box {
	background-image: url(img/menu_haikei.jpg);
	padding: 15px;
	margin-bottom: 50px;
	text-align: center;
}
.menu_box h4 {
	font-size: 17px;
	color: #C47306;
	margin-bottom: 5px;
}
.menu_box p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #CDBFB2;
	padding: 5px 5px 5px 5px;
}
.motobu_box:after {
	content: "";
	display: block;
	clear: both;
}
.motobu_box {
	margin: 25px 0px 40px 0px;
	padding: 5px;
}
.motobu_box img {
	margin-left: 5px;
}
.motobu_box h3 {
	font-size: 17px;
	color: #AE5335;
}
.motobu_box p {
	font-size: 15px;
	line-height: 160%;
}
/*===========================
スマホサイドバーのスタイル
==========================*/

/*===========================
スマホテーブルのスタイル
==========================*/
.about_table {
	width: 100%;
	clear: both;
	margin-top: 25px;
	font-size: 15px;
}
.about_td01 {
	border-bottom: 1px dotted #9F8A6E;
	border-right: 1px dotted #9F8A6E;
	text-align: center;
	padding: 10px;
	color: #9F8A6E;
	font-weight: bold;
	width: 25%;
}
.about_td02 {
	border-bottom: 1px dotted #9F8A6E;
	padding: 10px;
	color: #5A4E3E;
	padding: 10px;
}
/*===========================
google map
==========================*/
.google-maps {
position: relative;
padding-bottom: 50%; /* 縦横比 */
height: 0;
overflow: hidden;
margin-bottom: 25px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*===========================
フッターのスタイル
==========================*/
#footer {
	background-color: #726052;
	margin-top: 80px;
}
#foot {
	color: #F6EFEC;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#foot a {
	color: #F6EFEC;
	text-decoration: none;
}
#foot li {
	margin-bottom: 5px;
}
.copy {
	text-align: left;
	font-size: 12px;
	padding: 3px;
	color: #9F8A6E;
}
/*===========================
You Tube
==========================*/
.video {
	text-align: center;
	margin: 30px auto;
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/

/* PC向けレイアウトの指定：768px以上では固定レイアウト */
@media only screen and (min-width: 768px) {

#container {
	padding: 0px;
}
#content:after {
	content: "";
	display: block;
	clear: both;
}
body {
	border-top: none;
}
/*===========================
image
==========================*/
.sp_img {
	display: none;
}

/*===========================
テキスト・見出し
==========================*/

/*===========================
PCヘッダーのスタイル
==========================*/
#head {
	display: block;/* PC時に表示 */
	width: 100%;
	margin-bottom: 5px;
}

header:after {
	content: "";
	display: block;
	clear: both;
}
header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
	margin-top: 10px;
}
#head_right {
	float: right;
}
.en_text a {
	display: block;
	color: #FFF;
	background-color: #6A4D33;
	text-align: center;
	font-size: 14px;
	padding: 3px;
	width: 180px;
	text-decoration: none;
	float: right;
}
.en_text a:hover {
	background-color: #5D4C33;
}
.head_text {
	font-size: 15px;
	color: #645948;
	margin-top: 55px;
	clear: both;
}
.head_text a {
	text-decoration: none;
	color: #645948;
}
#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*===========================
PCナビゲーションのスタイル
==========================*/
#pc_menu {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #694D35;
	/*角丸*/
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.pc-nav {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.pc-nav li a {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
}
.pc-nav li a:hover {
	color: #C3C3C3;
}
/* トグルボタン */
#mobile-bar {
	display: none;
}
/* end */
#pc_menu {
	display: block;
}
#main-nav {
	display: none;
}
/*===========================
PCトップコンテンツのスタイル
==========================*/
#top_cafe img {
	width: auto;
}

/*===========================
PCサブコンテンツのスタイル
==========================*/
#about img {
	width: auto;
}
#kodawari {
	height: 200px;
}
#kodawari img {
	width: auto;
}
/*===========================
PCサイドバーのスタイル
==========================*/

/*===========================
PCテーブルのスタイル
==========================*/

/*===========================
PCフッターのスタイル
==========================*/
#footer {
	background-color: #726052;
	margin-top: 80px;
}
#foot {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #F6EFEC;
	font-size: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#foot a {
	color: #F6EFEC;
	text-decoration: none;
}
#foot li {
	margin-bottom: 5px;
}
.copy {
	text-align: left;
	font-size: 12px;
	padding: 3px;
	color: #9F8A6E;
}
}