@charset "UTF-8";
/* 標準可変メディア
	メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
	http://www.alistapart.com/articles/fluid-images/ 
*/
img,object,embed,video{
	max-width:100%;
	height:auto;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img{
	width:100%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* モバイルレイアウト : 480 px およびそれ以下. */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* パンくずリスト */
#pankuzu{
	font-size:80%;
	margin-bottom:10px;
}



/* メインコンテンツ */
#container{
	margin:20px 6px 50px;
}
.main_text{
	text-indent:1em;
	margin:0 0 0.6em;
}
h2{
	font-size:100%;
	margin:0 auto;
	padding:0;
	max-width:1140px;
}
#h2_block{
/*
	background-color:#000;
*/
}
.border{
	border-top:1px solid #000;
	text-align:center;
	font-size:150%;
	margin:20px 0 10px;
	padding-bottom:10px;
}
.border_catch{
	border-top:5px solid #000;
	width:40%;
	margin:0 auto;
	padding-top:10px;
}


/* 金沢芸妓とは */
.lead_text{
	margin:0 20px 0;
	line-height:160%;
	font-size:90%;
}
/*
#about_movie{
	list-style-type:none;
	margin:0;
	padding:0;
}
#about_movie li{
	margin:0 0 10px;
}
#about_movie li iframe{
	width:100%;
	height:240px;
}
*/

#about_movie{list-style-type:none;margin:1em auto;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1em;
li{width:100%;
    iframe{display: block;width:100%;aspect-ratio:560/315}
    }
}


/* 芸の種類 */
.kind_title{
	text-align:center;
	margin:0 0 10px;
}
.kind_exp{
	margin-bottom:20px;
}


/* 茶屋街紹介・芸妓一覧 */
.chaya_name{
	margin:0 0 10px;
}
.chaya_name_geiko{
	text-align:center;
	margin-bottom:15px;
}
#geiko_list_higashi{background:url(../images/bg_chaya_higashi.jpg) no-repeat center top;}
#geiko_list_nishi{background:url(../images/bg_chaya_nishi.jpg) no-repeat center top;}
#geiko_list_kazue{background:url(../images/bg_chaya_kazue.jpg) no-repeat center top;}
#geiko_list_higashi,#geiko_list_nishi,#geiko_list_kazue{
	background-size:cover;
	margin-top:20px;
	padding:0 5px 10px;
}
.geiko_list{
	list-style-type:none;
	margin:0 0 15px;
	padding:0;
/*	white-space:nowrap;*/
}
.geiko_list li{
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}
.chaya_name_sp{
	border-top:2px solid #a02800;
	border-bottom:2px solid #a02800;
	background-color:#be3200;
	color:#fff;
	text-align:center;
	font-size:90%;
	margin-bottom:5px;
	padding:4px;
}
#chaya_list{
	list-style-type:none;
	margin:0 0 30px;
	padding:0;
}
#chaya_list li{
	background-color:#fff;
	display:inline-block;
	width:45%;
	padding:12px 8px;
	border:1px outset #ccc;
}
.chaya_list_number{
	font-weight:bold;
	color:#fff;
	background-color:#be3200;
	text-align:center;
	font-size:100%;
	margin:0 auto 10px;
	padding:8px;
}
.chaya_list_name{
	text-align:center;
}
.chaya_map_title{
	text-align:center;
	font-size:150%;
	margin:0 0 10px;
}
.chaya_map{
	padding-bottom:20px;
}
.chaya_bnr_use{
	text-align:center;
	padding-bottom:20px;
}


/* 金沢芸妓の魅力 */
.charm_interview_block{
	border:1px solid #be3200;
	background-color:#fff;
	margin:0 0 40px;
	padding:20px;
}
.geiko_interview{
	margin:0;
	padding:0;
}
.geiko_interview dt{
	width:9em;
	float:left;
	margin:0;
	padding:0 0 0.6em;
	text-align:right;
	color:#be3200;
}
.geiko_interview dt span{
	display:block;
}
.geiko_interview dd{
	margin:0;
	padding:0 0 0.6em 10em;
}
.interview_photo{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #999;
}
.interview_photo img{
	width:200px;
	display:block;
	margin:0 auto 5px;
}





/* 金沢芸妓募集 */
.wanted_schedule_call{
	width:100%;
}
.wanted_schedule_call td{
	border-bottom:1px dashed #999;
	padding:10px 15px;
}
.wanted_schedule{
	text-align:center;
	margin:0 0 15px;
}
.wanted_schedule_block{
	margin:0 0 40px;
}


/* 芸を楽しむためには */
.event_schedule{
	margin:0;
	padding:0;
}
.event_schedule dt{
	width:4.5em;
	float:left;
	text-align:right
}
.event_schedule dd{
	margin:0 0 1em 6em;
}
.event_detail{
	text-indent:-1em;
	padding-left:1em;
}
.enjoy_spring,.enjoy_summer,.enjoy_autumn,.enjoy_winter{
	padding:160px 0 20px;
}
.enjoy_spring{background:url(../images/enjoy_spring.png) no-repeat center top;}
.enjoy_summer{background:url(../images/enjoy_summer.png) no-repeat center top;}
.enjoy_autumn{background:url(../images/enjoy_autumn.png) no-repeat center top;}
.enjoy_winter{background:url(../images/enjoy_winter.png) no-repeat center top;}
#enjoy_right{
	text-align:center;
	margin-bottom:20px;
}
#enjoy_right img{
	padding:5px;
}


/* お茶屋のご利用 */
.use_photo{
	text-align:center;
	margin:0 0 15px;
}


/* 最新情報 */
.whatsnew{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
.whatsnew_photo{
	width:80px;
	float:left;
}
.whatsnew_detail{
	margin:0;
	padding:0;
}
.whatsnew_detail dt{
	margin-bottom:5px;
	font-size:90%;
}
.whatsnew_icon{
	vertical-align:middle;
}
.whatsnew_page{
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	font-size:90%;
}
.whatsnew_page li{
	display:inline;
}
.whatsnew_title{
	border-bottom:1px solid #666;
	margin-bottom:15px;
	padding:0 5px 5px;
}
.whatsnew_count{
	width:100%;
	float:left;
}
a.pn,a.pn-on{
	display:block;
	width:26px;
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
	margin:0 2px;
	color:#fff;
	text-decoration:none;
}
a.pn,a.pn:link,a.pn:visited{
	background-color:#aaa;
}
a.pn:active,a.pn:hover,a.pn-on{
	background-color:#be3200;
}


/* リンク */
#link_list{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:1px dashed #999;
}
#link_list li{
	padding:6px 10px;
	border-bottom:1px dashed #999;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media print, screen and (min-width: 481px) {

/* パンくずリスト */
#pankuzu{
	margin-bottom:20px;
}


/* メインコンテンツ */
#container{
	margin:30px 10px 60px;
}
.border{
	font-size:200%;
	margin:30px 0 10px;
	padding-bottom:20px;
}
.border_catch{
	margin:0 auto;
	padding-top:20px;
}


/* 金沢芸妓とは */
.lead_text{
	margin:0 40px 0;
	line-height:180%;
	font-size:100%;
}
    
#about_movie{
	margin-bottom:40px;
}
#about_movie li{width:calc(100% / 2 - 1em)}
/*    
#about_movie li{
	max-width:500px;
	margin:0 auto 20px;
}
#about_movie li iframe{
	height:360px;
}
*/

/* 芸の種類 */
.kind_title{
	text-align:center;
	margin:0 0 20px;
}
.kind_exp{
	margin-bottom:40px;
}


/* 茶屋街紹介・芸妓一覧 */
.chaya_name{
	margin:0 0 20px;
}
.chaya_name_geiko{
	margin-bottom:30px;
}
#geiko_list_higashi,#geiko_list_nishi,#geiko_list_kazue{
	margin-top:30px;
	padding:0 40px 40px;
}
.geiko_list{
	margin:0 0 20px;
}
.geiko_list li{
	margin-right:10px;
}
.name_h_hachishige,.name_h_yamatomi,.name_h_fujitoshi,.name_h_nakamura,.name_h_harunoya,.name_h_hanofuku,.name_h_fujinoya
,.name_n_meigetsu,.name_n_hanya,.name_n_nishiizumiya,.name_n_mine,.name_n_asanoya,.name_n_asanoya2
,.name_k_nakanoya,.name_k_hitoha,.name_k_mayuduki,.name_k_enya{
	padding:0 0 0 40px;
	min-height:80px;
}
.name_h_hachishige{background:url(../images/chaya_h_hachishige.gif) no-repeat left top;}
.name_h_yamatomi{background:url(../images/chaya_h_yamatomi.gif) no-repeat left top;}
.name_h_fujitoshi{background:url(../images/chaya_h_fujitoshi.gif) no-repeat left top;}
.name_h_nakamura{background:url(../images/chaya_h_nakamura.gif) no-repeat left top;}
.name_h_harunoya{background:url(../images/chaya_h_harunoya.gif) no-repeat left top;}
.name_h_hanofuku{background:url(../images/chaya_h_hanofuku.gif) no-repeat left top;}
.name_h_fujinoya{background:url(../images/chaya_h_fujinoya.gif) no-repeat left top;margin:0;}
.name_n_meigetsu{background:url(../images/chaya_n_meigetsu.gif) no-repeat left top;}
.name_n_hanya{background:url(../images/chaya_n_hanya.gif) no-repeat left top;}
.name_n_nishiizumiya{background:url(../images/chaya_n_nishiizumiya.gif) no-repeat left top;}
.name_n_mine{background:url(../images/chaya_n_mine.gif) no-repeat left top;}
.name_n_asanoya{background:url(../images/chaya_n_asanoya.gif) no-repeat left top;}
.name_n_asanoya2{background:url(../images/chaya_n_asanoya.gif) no-repeat left top;margin:0;}
.name_n_hananoyado{background:url(../images/chaya_n_hananoyado.gif) no-repeat left top;}
.name_k_nakanoya{background:url(../images/chaya_k_nakanoya.gif) no-repeat left top;}
.name_k_hitoha{background:url(../images/chaya_k_hitoha.gif) no-repeat left top;}
.name_k_mayuduki{background:url(../images/chaya_k_mayuduki.gif) no-repeat left top;}
.name_k_enya{background:url(../images/chaya_k_enya.gif) no-repeat left top;margin:0;}
.chaya_shopname_non{
	background:none;
}
.chaya_name_sp{
	display:none;
}
#chaya_list{
	margin:0 0 30px;
	padding:0;
}
#chaya_list li{
	background-color:#fff;
	display:inline-block;
	width:30%;
	margin:10px;
	padding:20px 0;
	border:none;
}
.chaya_list_number{
	font-weight:bold;
	color:#fff;
	background-color:#be3200;
	text-align:center;
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:140%;
	margin:0 auto 10px;
}
.chaya_list_name{
	display:block;
	text-align:center;
	font-size:120%;
}
.chaya_map_title{
	font-size:200%;
	margin:30px 0 10px;
	padding-bottom:20px;
}
.chaya_map{
	padding-bottom:40px;
}
.chaya_bnr_use{
	padding-bottom:40px;
}



/* 金沢芸妓の魅力 */
.charm_interview_block{
	margin:0 0 40px;
}
.interview_photo{
/*	width:160px;*/
width:120px;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.geiko_interview{
	margin:0 0 0 180px;
}





/* 金沢芸妓募集 */
.wanted_schedule_call td{
	padding:10px 15px;
	font-size:120%;
}
.wanted_schedule{
	width:350px;
	text-align:right;
	float:right;
	margin:0;
}
.wanted_schedule_block{
	margin:0 0 60px;
}


/* 芸を楽しむためには */
#enjoy_right{
	margin-bottom:20px;
}
#enjoy_right img{
	padding:5px 10px;
}
.enjoy_spring,.enjoy_summer,.enjoy_autumn,.enjoy_winter{
	padding:20px 0 0 150px;
	min-height:180px;
}
.enjoy_spring{background:url(../images/enjoy_spring.png) no-repeat left top;}
.enjoy_summer{background:url(../images/enjoy_summer.png) no-repeat left top;}
.enjoy_autumn{background:url(../images/enjoy_autumn.png) no-repeat left top;}
.enjoy_winter{background:url(../images/enjoy_winter.png) no-repeat left top;}


/* お茶屋のご利用 */
.use_photo{
	width:280px;
	text-align:right;
	float:right;
	margin:0;
}


/* 最新情報 */
.whatsnew_page{
	width:100%;
	margin:0 0 15px;
}
.whatsnew_title{
	font-size:120%;
	padding:0 10px 10px;
}
.whatsnew_count{
	width:auto;
	padding-right:1em;
}


/* リンク */
#link_list li{
	padding:10px 50px;
}






}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media print, screen and (min-width: 769px) {

/* メインコンテンツ */
#container{
	max-width:1140px;
	margin:60px auto 80px;
}
.border{
	margin:60px 0 10px;
}


/* 金沢芸妓とは */
.lead_text{
	margin:0 100px 0;
	line-height:200%;
}

#about_movie{
	margin-bottom:60px;
	padding:0;
}

#about_movie li{width:calc(100% / 3 - 1em);}    

/*    
#about_movie li{
	display:inline-block;
	width:360px;
	margin:0 30px 0 0;
}
#about_movie li:last-child{
	margin:0;
}
#about_movie li iframe{
	width:100%;
	height:240px;
}
*/

/* 芸の種類 */
.kind_title{
	margin:0 0 30px;
}
.kind_exp{
	margin-bottom:60px;
}


/* 茶屋街紹介・芸妓一覧 */
.chaya_name{
	margin:0 0 30px;
}
.chaya_name_geiko{
	margin-bottom:40px;
}
#geiko_list_higashi{
	width:1038px;
	margin-top:60px;
	padding:0 51px 60px;
}
#geiko_list_nishi{
	width:898px;
	margin-top:60px;
	padding:0 121px 60px;
}
#geiko_list_kazue{
	width:800px;
	margin-top:60px;
	padding:0 170px 60px;
}
.name_h_hachishige,.name_h_yamatomi,.name_h_fujitoshi,.name_h_nakamura,.name_h_harunoya,.name_h_hanofuku,.name_h_fujinoya
,.name_n_meigetsu,.name_n_hanya,.name_n_nishiizumiya,.name_n_mine,.name_n_asanoya,.name_n_asanoya2,.name_n_hananoyado
,.name_k_nakanoya,.name_k_hitoha,.name_k_mayuduki,.name_k_enya,.name_k_misho{
	padding:90px 0 0 33px;
}
.name_h_hachishige{background:url(../images/chaya_h_hachishige.gif) no-repeat right top;}
.name_h_yamatomi{background:url(../images/chaya_h_yamatomi.gif) no-repeat right top;}
.name_h_fujitoshi{background:url(../images/chaya_h_fujitoshi.gif) no-repeat right top;}
.name_h_nakamura{background:url(../images/chaya_h_nakamura.gif) no-repeat right top;}
.name_h_harunoya{background:url(../images/chaya_h_harunoya.gif) no-repeat right top;}
.name_h_hanofuku{background:url(../images/chaya_h_hanofuku.gif) no-repeat right top;}
.name_h_fujinoya{background:url(../images/chaya_h_fujinoya.gif) no-repeat right top;padding:90px 0 0 0;}
.name_n_meigetsu{background:url(../images/chaya_n_meigetsu.gif) no-repeat right top;}
.name_n_hanya{background:url(../images/chaya_n_hanya.gif) no-repeat right top;}
.name_n_nishiizumiya{background:url(../images/chaya_n_nishiizumiya.gif) no-repeat right top;}
.name_n_mine{background:url(../images/chaya_n_mine.gif) no-repeat right top;}
.name_n_asanoya{background:url(../images/chaya_n_asanoya.gif) no-repeat right top;}
.name_n_hananoyado{background:url(../images/chaya_n_hananoyado.gif) no-repeat right top;}
.name_n_asanoya2{background:url(../images/chaya_n_asanoya.gif) no-repeat right top;padding:90px 0 0 0;}
.name_k_nakanoya{background:url(../images/chaya_k_nakanoya.gif) no-repeat right top;}
.geiko_list.name_k_hitoha{background:url(../images/chaya_k_hitoha.gif) no-repeat right top;width:30px}
.name_k_mayuduki{background:url(../images/chaya_k_mayuduki.gif) no-repeat right top;}
.name_k_enya{background:url(../images/chaya_k_enya.gif) no-repeat right top;/*padding:90px 0 0 0;*/}
.name_k_misho{background:url(../images/chaya_k_misho.gif) no-repeat right top;padding:90px 0 0 0;}
.chaya_shopname_non{
	background:none;
}
.geiko_list{
	width:120px;
	float:right;
}
.geiko_list li{
	display:block;
	margin:0 0 15px;
}
.geiko_list li:last-child{
	margin-bottom:0;
}


.geiko_list2{
	margin-left:40px;
}




#chaya_list{
	margin:0 90px 40px;
	padding:0;
}
#chaya_list li{
	display:inline-block;
	width:200px;
	margin:20px;
	padding:20px 0;
}
.chaya_map{
	padding-bottom:60px;
}
.chaya_bnr_use{
	padding-bottom:60px;
}


/* 金沢芸妓の魅力 */
.charm_interview_block{
	max-width:900px;
	margin:0 auto 60px;
	padding:40px;
}
.geiko_interview{
	margin:0 0 0 240px;
}
/*
.interview_photo{
	width:200px;
}*/


/* 金沢芸妓募集 */
.wanted_schedule{
	width:360px;
}
.wanted_schedule_block{
	margin:0 0 100px;
}


/* 芸を楽しむためには */
#enjoy_left{
	margin-right:220px;
}
#enjoy_right{
	width:220px;
	text-align:right;
	float:right;
	margin-bottom:0;
}
#enjoy_right img{
	padding:0 0 5px;
}


/* お茶屋のご利用 */
.use_photo{

}











}
