@charset "utf-8"

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

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-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;
}
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;
}
.mob_head { }
.head_b {
	background-image: url(../images/head_back.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #972524;
}
.head_logo {
	height: auto;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	max-width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.type06 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/m_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.type06 td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
 }
table.type06 a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000;
}
table.type06 a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #E28787;
}
table.type07 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/m_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
table.type07 td {
	vertical-align: middle;
	text-align: center;
	width: 16.6%;
 }
table.type07 a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000;
}
table.type07 a:hover {
	font-weight: bold;
	color: #FFF;
	background-color: #E28787;
}
#under-btn {
	display: block;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foot {
	background-color: #972524;
	height: auto;
	width: 100%;
	margin-bottom: 40px;
	font-size: 82%;
	color: #FFF;
	letter-spacing: 0em;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.cent {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow: hidden;
	max-width: 1280px;
}
.c_980 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 980px;
	overflow: hidden;
	height: auto;
}

/*------------------------ main_v ------------------------*/
.embed-wrapper_main_v {
	width: 100%;
	max-width: 980px;			/* 最大の横幅 */
	height: 0;					/* 高さは0にする */
	padding-bottom: 75%;	/* 横幅に対する縦幅の比率 */
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* [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: 980px;			/* 最大の横幅 */
	height: 0;					/* 高さは0にする */
	padding-bottom: 30%;	/* 横幅に対する縦幅の比率 */
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	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 ;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 15px;
	z-index: 500;
}
.pagetop a {
	display: block;
	background-color: #666666;
	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: #b2d1fb;
    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;
}
#top_img_in {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
.f_add {
	float: left;
	width: 70%;
	padding-left: 3%;
	text-align: left;
	font-size: 86%;
	line-height: 150%;
	color: #000;
	padding-top: 5px;
}
.f_fb {
	float: right;
	width: 8%;
	max-width: 40px;
	margin-right: 2%;
}
#sc {
	width: 100%;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
}
.sc_title {
	font-weight: bold;
	color: #972524;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
}
.sc_in {
	width: 94%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	max-width: 1020px;
}
.sc_in_end {
	width: 94%;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	overflow: hidden;
	max-width: 980px;
}
.sc_in_t {
	font-weight: bold;
	width: 94%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	overflow: hidden;
	max-width: 980px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sc_in_c {
	width: 96%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	font-weight: bold;
	color: #972524;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.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: 112%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #972524;
	letter-spacing: 0em;
}
.sc_title02 span {color: #972524;}
.tra_menyu01 span {
	color: #DC6D6D;
}
.sean {
	text-align: justify;
	width: 86%;
	border: 1px solid #972524;
	padding-top: 7px;
	padding-right: 2.5%;
	padding-bottom: 7px;
	padding-left: 2.5%;
	margin-bottom: 20px;
	color: #972524;
	margin-right: auto;
	margin-left: auto;
}
.s_photo {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.s_photo_kei {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #BFBFBF;
}
.btn0y {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	display: block;
}
.btn0y {
	background: -moz-linear-gradient(top,#f77b02 0%,#fc4b0e);
	background: -webkit-gradient(linear, left top, left bottom, from(#f77b02), to(#fc4b0e));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-right: auto;
	padding-bottom: 20px;
	padding-left: auto;
}
.btn0y a:hover{color: #FFF;}
.y_botan {
	text-align: center;
	width: 98%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.y_botan a {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 118%;
	font-weight: bold;
}
.y_botan a:hover{
	color: #FF0;
	text-decoration: none;
}
.jikan {
	font-size: 86%;
	line-height: 140%;
	text-align: right;
	letter-spacing: 0em;
}
.p2r {
	height: auto;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}
.p2r_photo {
	height: auto;
	width: 90%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.p2r_photo02 {
	height: auto;
	width: 90%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
}
.p3r_photo {
	height: auto;
	width: 94%;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.p4r_photo {
	height: auto;
	width: 94%;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.p2r_photo_in {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.p2r_photo_in img {border-radius: 3px 3px 0 0 ;}
.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;
}
.tenpo {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	letter-spacing: 0em;
	font-size: 92%;
	background-image: url(../images/m_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sc_v {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.news_rss {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	}
.wp_feedwaku_top {
	width: 98%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}
.news_waku {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.news_title {
	font-weight: bold;
	color: #903;
	text-align: left;
	margin-bottom: 10px;
	line-height: 150%;
}
.news_cp {
	font-size: 92%;
	line-height: 150%;
	letter-spacing: 0em;
	text-align: justify;
}
.under02 {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	max-width: 980px;
}
.tra_menu {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

.tra_menu02 {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto;
}
.tra_menyu01 {
	float: left;
	width: 47%;
	height: auto;
	font-size: 100%;
	line-height: 300%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tra_menyu01 a {
	text-decoration: none;
	color: #BA740C;
	display: block;
	border: 1px solid #999999;
	letter-spacing: 0em;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.tra_menyu01 a:hover {
	background-color: #FFBD59;
	color: #FFFFFF;
}
.tra_navbar {
    overflow:hidden;
}
.tra_navbar > div {
    position:relative;
    left:50%;
    float:left;
}
.tra_navbar ul {
    position:relative;
    left:-50%;
    float:left;
}
.tra_navbar li {
	float: left;
	height: auto;
	font-size: 100%;
	line-height: 200%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.tra_navbar li + li {
    margin-left:20px;
}
.tra_navbar {
    position:relative;
}
.tra_navbar li a {
	text-decoration: none;
	color: #7D7491;
	display: block;
	border: 2px solid #7D7491;
	letter-spacing: 0em;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.tra_navbar li a:hover {
	background-color: #7D7491;
	color: #FFFFFF;
}
.menu_name {
	font-size: 112%;
	font-weight: bold;
	color: #B36C04;
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	letter-spacing: 0em;
}
.menu_name span {
	font-size: 78%;
	font-weight: normal;
	letter-spacing: 0em;
}
.menu_name02 a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 82%;
	color: #972524;
	margin-bottom: 0px;
	font-weight: normal;
}
.menu_name02 {
	font-size: 112%;
	font-weight: bold;
	color: #B36C04;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	letter-spacing: 0em;
	margin-bottom: 10px;
}
.menu_chach {
	width: 96%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: justify;
	line-height: 160%;
	letter-spacing: 0em;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0em;
}
.menu_chach h5 {
	font-weight: bold;
	color: #972524;
	font-size: 108%;
}
.menu_chach_s {
	width: 96%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: justify;
	line-height: 160%;
	letter-spacing: 0em;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.menu_photo02 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo_u01 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo_u02 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo_u03 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo08 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo02_s {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.menu_photo03 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background-color: #FFF;
}
.menu_photo04 {
	height: auto;
	width: 95%;
	padding-top: 10px;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}
.ublue {
	height: auto;
	width: 100%;
	padding-top: 20px;
	background-color: #EDEFF3;
	margin-bottom: 20px;
	overflow: hidden;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat;
}
.menu_chach span {
	font-size: 92%;
	color: #84798C;
}
.form_chuui {
	text-align: justify;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 92%;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
	letter-spacing: 0em;
}
.form_chuui span {
	color: #C00;
	font-weight: bold;
}
.under_banar {
	height: auto;
	width: 75%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
	font-size: 92%;
	letter-spacing: 0em;
}
.under_banar_in {
	float: left;
	width: 36%;
	margin-right: 7%;
	margin-left: 7%;
	text-align: center;
	font-size: 86%;
	letter-spacing: 0em;
}
.rety {
	width: 100%;
	overflow: hidden;
}
.pcdasu { display: none;}
.pc_head {
	background-color: #972524;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/head_back.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.pc_head_waku {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	max-width: 980px;
	color: #FFF;
}
.pc_head_logo {
	float: left;
	height: auto;
	width: 40%;
	text-align: left;
	font-size: 78%;
}
.pc_head_logomark {
	max-width: 200px;
}
.pc_head_add {
	float: right;
	width: 50%;
	text-align: right;
}
.sean02 { width: 100%; overflow: hidden; height: auto; margin-bottom: 10px;}
.tenpo span {
	color: #366;
}
.pc_mv { display: none;}
.pdflink {
	background-color: #B66766;
	width: 100%;
	border-radius: 0 0 3px 3px;
	letter-spacing: 0em;
}
.pdflink a {
	line-height: 300%;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.pdflink a:hover {
	background-color: #F90;
}
.pdflink02 {
	background-color: #B66766;
	width: 98%;
	border-radius: 0 0 3px 3px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0em;
}
.pdflink02 a {
	line-height: 300%;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.pdflink02 a:hover {
	background-color: #F90;
}
.hasshin {
	line-height: 250%;
	font-weight: bold;
	color: #FFF;
	background-color: #903;
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	letter-spacing: 1px;
}
.sss h1 { display: none;}
/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
.pc_mv { display: block; width: 100%; max-width: 1920px; margin-left: auto; margin-right: auto; margin-bottom: 30px;}
	.p2r_photo {
	float: left;
	height: auto;
	width: 46%;
	padding-top: 7px;
	padding-right: 0.7%;
	padding-bottom: 5px;
	padding-left: 0.7%;
}
.p2r_photo02 {
	float: right;
	height: auto;
	width: 46%;
	padding-top: 7px;
	padding-right: 0.7%;
	padding-bottom: 5px;
	padding-left: 0.7%;
}
.p2r_photo_in {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.p2r_photo_cap {
	font-size: 92%;
	line-height: 150%;
	text-align: justify;
	letter-spacing: 0em;
	min-height: 50px;
}
.under_banar {
	width: 29%;
	float:left;
	margin-left:2%;
	margin-right: 2%;
	
}
.under_banar_in { width: 20%;margin-left: 20%;
	margin-right: 0%;}
.menu_photo02 {
	float: left;
	width: 28%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	min-height: 560px;

}
.menu_photo_u01 {
	float: left;
	width: 28%;
	margin-right: 0.5%;
	margin-left: 0.5%;

}
.menu_photo_u02 {
	float: left;
	width: 28%;
	margin-right: 0.5%;
	margin-left: 0.5%;

}
.menu_photo_u03 {
	float: left;
	width: 28%;
	margin-right: 0.5%;
	margin-left: 0.5%;

}
.menu_photo02_s {


}
.y_botan {
	clear: both;
}
.rety {}
.p4r_photo {
	float: left;
	width: 44.5%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}
.menu_photo03 {
	width: 82%;
}
.menu_name { min-height: 50px; font-size: 100%;}
.menu_chach { min-height: 100px;}
.mob_head { display: none;}
.pcdasu { display: block;}
#sc { margin-top: 20px;}
.tra_menyu01 {
	width: 31%;
	font-size: 100%;
	line-height: 300%;
	margin-right: 1%;
	margin-left: 1%;
}
.sc_in_t {font-size: 142%;line-height: 170%;}
.sean02 { float: left; width: 31%; margin-left: 1%; margin-right: 1%;}
.sean { border: none;}
.sc_in_c {font-size: 142%;line-height: 170%;}
.tenpo { text-align: center;}
.sc_v { display: none;}
}
 /*------------------------ paradeiser ------------------------*/
.paradeiser {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 50px;
	background-color: #972524;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: top 0.4s ease;
	transition: top 0.4s ease;
	-webkit-backdrop-filter: blur(10px) saturate(100%);
	backdrop-filter: blur(10px) saturate(100%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
}
.paradeiser.headroom--pinned {
  top: 0;
}
.paradeiser.headroom--unpinned {
  top: -50px;
}

.paradeiser a, .paradeiser .paradeiser_dropdown {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	padding: 0;
	color: #5F5F5F;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	font-size: 12px;
	font-family: -apple-system, -apple-system-body, "Roboto", "Helvetica Neue", "Segoe UI", "Arial", sans-serif;
	cursor: pointer;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 5;
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paradeiser a.active, .paradeiser a:hover, .paradeiser .paradeiser_dropdown.active, .paradeiser .paradeiser_dropdown:hover {
  background: ;
}
.paradeiser .paradeiser_icon_canvas {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  color: #000;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paradeiser .paradeiser_icon_canvas img {
  display: block;
  margin: 0;
  max-width: 20px;
  width: 100%;
  height: auto;
}
.paradeiser span {
	font-size: 12px;
	color: #FFF;
}

.paradeiser span.paradeiser_dropdown {
  margin-top: 0;
}
.paradeiser span.paradeiser_dropdown > a {
  width: 100%;
}
.paradeiser .paradeiser_logo{
	width: 100%;
}
.paradeiser_logo{
	max-width: 200px;
}
.paradeiser ul {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 998;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
  pointer-events: none;
  background-image: url(../images/m_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.paradeiser ul:target, .paradeiser ul.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
  pointer-events: auto;
}
.paradeiser ul li {
	display: inline-block;
	width: 98%;
	text-align: center;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.paradeiser ul li.bb {
	display: inline-block;
	float: left;
	width: 49.5%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
.paradeiser ul li.cc {
	display: inline-block;
	float: right;
	width: 50%;
	text-align: center;
}
.paradeiser ul li.dd {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.paradeiser ul li a {
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 15px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.paradeiser ul li a:hover, .paradeiser ul li span:hover {
	background-color: #972524;
	color: #fff;
}
.paradeiser ul li:last-child {
  height: 100%;
  background: transparent;
}
.paradeiser ul li:last-child a {
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px) saturate(100%);
}

@media (min-width: 768px) {
  .paradeiser.headroom--unpinned {
    top: -60px;
  }
  .paradeiser {
    height: 60px;
  }
  .paradeiser ul {
    top: 60px;
  }
  .paradeiser span {
    font-size: 13px;
  }
  .paradeiser a, .paradeiser .paradeiser_dropdown {
    font-size: 13px;
  }
}
