@charset "utf-8"

html {
 background-color: #FFFFFF;
 height: 100%;
}

body {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #4B4B4B;
	letter-spacing: 1px;
	line-height: 170%;
	vertical-align: baseline;
	clear: both;
	font-size: 0.96em;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
#wrapper {
	height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow: hidden;
	margin: 0;
	_overflow: hidden;
	padding: 0;
}
.news_waku {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 20px;
	text-align: center;
}
.news_waku02 {
	height: auto;
	width: 100%;
	margin-bottom: 60px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.news_title {
	font-weight: bold;
	color: #903;
	margin-bottom: 10px;
	line-height: 150%;
}
.news_cp {
	font-size: 92%;
	line-height: 150%;
	letter-spacing: 0em;
}
a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
} 
img a { border: none;}
img {
  vertical-align:bottom;
}
img {border: 0; }
area{
  border:none;
  outline:none;
}
#top_img_in {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.mob_head { }
.cent {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow: hidden;
	max-width: 1080px;
}
.sec_cent {
	margin-right: auto;
	margin-left: auto;
	margin-top: 58px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	max-width: 1280px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 500;
}
.pagetop a {
	display: block;
	background-color: #fabfea;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 20px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.pagetop a:hover {
    display: block;
    background-color: #c061a6;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	border-radius: 5px;
}
/*------------------------ main_v ------------------------*/
.embed-wrapper_main_v {
	width: 100%;
	max-width: 920px;			/* 最大の横幅 */
	height: 0;					/* 高さは0にする */
	padding-bottom: 100%;	/* 横幅に対する縦幅の比率 */
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 58px;
}

/* [ifram] */
.embed-wrapper_main_v iframe {
	width: 100% ;		/* 親要素の余白いっぱい */
	height: 100% ;		/* 親要素の余白いっぱい */
	margin: 0 ;			/* 余白 */
	padding: 0 ;		/* スペース */
	position: absolute ;
	top: 0 ;
	left: 0 ;
}
/*------------------------ main_v ------------------------*/
.embed-wrapper_main_v02 {
	width: 100%;
	max-width: 760px;			/* 最大の横幅 */
	height: 0;					/* 高さは0にする */
	padding-bottom: 63%;	/* 横幅に対する縦幅の比率 */
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

/* [ifram] */
.embed-wrapper_main_v02 iframe {
	width: 100% ;		/* 親要素の余白いっぱい */
	height: 100% ;		/* 親要素の余白いっぱい */
	margin: 0 ;			/* 余白 */
	padding: 0 ;		/* スペース */
	position: absolute ;
	top: 0 ;
	left: 0 ;
}
.pc_mv { display: none;}
.header_mob
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 55px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
	position: fixed;
	z-index: 100;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px #CCC;
}
.header_mob.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}

.header_mob a
{
	background-image: url(../images/btn03-15.png);
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	right: 8px;
}

.mm-listview li { margin: 3%!important;}	
	.header_mob img {
	vertical-align: middle;
}
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer
{
	text-align: center;
}
.header,
.footer
{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 40px;
	padding: 0 50px;
}
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
.m_tel a {
	background-image: url(../images/phone.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 12px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	right: 62px;
}
.content
{
	padding: 150px 50px 50px 50px;
}
.under {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	max-width: 920px;
}
.top_main {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 58px;
}
.topmname {
	font-weight: bold;
	color: #000;
	font-size: 108%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.topmname span {letter-spacing: -1px;}
.s_title {
	color: #65361B;
	font-size: 148%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: 'Forum', sans-serif;
	text-align: center;
}
.titlebar {
	width: 20%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 5px;
}
.minichach {
	font-family: 'Italianno', cursive;
	font-size: 128%;
	width: 100%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.minichach02 {
	font-size: 90%;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0em;
	margin-bottom: 60px;
	overflow: hidden;
}
.minichach02 span {letter-spacing: -1px;}
.minichach03 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0em;
	margin-bottom: 20px;
	background-image: url(../images/point.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	color: #C879E6;
}
.open {
	position: absolute;
	height: auto;
	width: 30%;
	top: 20px;
	right: 0px;
	z-index: 999;
}
.info_title {
	text-align: left;
	color: #795037;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.sna_waku {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	border: 1px solid #65361B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 480px;
	margin-bottom: 30px;
	clear: both;
}
.sns_title {
	color: #795037;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	margin-bottom: 20px;
	letter-spacing: 0em;
}
.face_out {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.face_in {
	font-size: 82%;
	float: left;
	height: auto;
	width: 20%;
	margin-right: 15%;
	margin-left: 15%;
	text-align: center;
	letter-spacing: 0em;
}
.face_in img {width: 100%;}
.info_waku {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.map_waku {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.info_new {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.info_new img {width:100%;}
.info_dai {
	text-align: left;
	width: 80%;
	color: #795037;
	line-height: 160%;
	margin-right: auto;
	margin-left: auto;
	font-size: 92%;
	margin-bottom: 10px;
	letter-spacing: 0em;
}
.info_com {
	text-align: justify;
	clear: both;
	width: 100%;
	font-size: 86%;
	padding-top: 5px;
	line-height: 160%;
	color: #5A5A5A;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#foot {
	background-color: #65361B;
	height: auto;
	width: 100%;
}
#foot_in {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ECCBB7;
	font-size: 78%;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mikuni_end_btn01 {
	width: 94%;
	line-height: 250%;
	color: #FFFFFF;
	background-color: #FF6699;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0em;
}
.mikuni_end_btn02 {
	float: right;
	width: 49%;
	line-height: 340%;
	font-size: 148%;
	color: #FFF;
	background-color: #526700;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.mikuni_end_btn01 a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.mikuni_end_btn02 a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.mikuni_end_btn01 a:hover {
	background-color: #FFCC00;
	color: #333333;
}
.mikuni_end_btn02 a:hover {
	background-color: #FFCC00;
	color: #333333;
}
.ptit_menu {
	width: 100%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
	max-width: 980px;
}
.ptit_menu_chap span {
	color: #F69;
}
.ptit_menu_waku {
	float: left;
	height: auto;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 40px;
}
.ptit_menu_photo {
	width: auto;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.ptit_menu_name {
	margin-bottom: 10px;
	letter-spacing: 0em;
	line-height: 150%;
	color: #65361B;
	min-height: 60px;
}
.ptit_menu_chap {
	font-size: 78%;
	color: #666;
	letter-spacing: 0em;
	text-align: justify;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-height: 190px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.kanren_banar {
	width: 96%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 86%;
	letter-spacing: 0em;
	max-width: 480px;
}
.sc_in {
	width: 94%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	max-width: 980px;
}
.sc_title02 {
	font-weight: bold;
	color: #000000;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 92%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #972524;
	letter-spacing: 0em;
}
.sc_title02 span {color: #972524;}
.p2r_photo_cap {
	font-size: 86%;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 0em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.pc_head {}
.pc_head_left {}
.pc_head_right {}
.pc_menu {}
.pc_memu_in {}
.face_inpc {}
.openning {
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 200%;
	color: #FFF;
	background-color: #C879E6;
}
.ins_tabu {
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}
.wp_feedwaku_top {
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
}
.t_p {
	float: left;
	height: auto;
	width: 45%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 20px;
}
.t_p_in {
	border: 1px dotted #999;
	padding: 5px;
}
.nenmatunenshi {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	border: 2px dotted #D0AE95;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
	margin-bottom: 40px;
	max-width: 980px;
}
.nenmatunenshi_title {
	font-size: 118%;
	color: #65361B;
	margin-bottom: 20px;
}
.nenmatunenshi_body {
	text-align: center;
	font-size: 92%;
}
.nenmatunenshi_body span {
	font-size: 112%;
	line-height: 200%;
	font-weight: bold;
	color: #65361B;
}
.nenmatunenshi_body h5 {
	font-size: 112%;
	line-height: 200%;
	font-weight: bold;
	color: #000000;
}
.sss h1 { display: none;}
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
.sidemenu {font-family: 'Cinzel', serif;}
.pc_mv {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.mob_head { display: none;}
.header_mob { display: none;}
.pc_head {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
}
.pc_head_left {
	float: left;
	width: 20%;
	text-align: left;
	max-width: 150px;
}
.pc_head_right {
	text-align: right;
	float: right;
	width: 75%;
	font-size: 92%;
	padding-top: 10px;
	color: #734930;
	line-height: 150%;
}
.pc_menu {
	float: left;
	width: 20%;
	text-align: left;
	padding-top: 20px;
	}
.pc_memu_in {
	font-family: 'Cinzel', serif;
	margin-bottom: 20px;
}
.pc_memu_in a {
	color: #633317;
	text-decoration: none;
}
.pc_memu_in a:hover {
	color: #F9C;
}
.face_inpc {
	float: left;
	width: 20%;
	margin-right: 5%;
	padding-top: 50px;
}
.info_waku {
	float: left;
	height: auto;
	width: 50%;
	overflow: hidden;
	min-height: 400px;
}
.ptit_menu_waku {
	float: left;
	height: auto;
	width: 47%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 20px;
}
.info_dai {
	min-height: 200px;
}
.t_p {
	float: left;
	height: auto;
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 20px;
}
}
