*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.5em;
	color:#222;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif, Yu Gothic;
	word-break:break-all;
}

html,body {
	height:100%;
}

body {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	color:#333333;
//	background-image: url("../images/back-main03.jpg");
}

.mint {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

a {
	color:#247de9;
	text-decoration:none;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
	cursor: pointer;
}

a.lnk {
	color:#00477f;
//	text-decoration:underline;
}
a.lnk:hover{
	color:#ff0000;
	cursor: pointer;
}

.km {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}
.km5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#page-top {
	position: fixed;
	top:130px;
	left:0;
	z-index:99;
}

.pagetop {
	display: none;
	position: fixed;
//	top:100px;
//	left:0;
	bottom: 5px;
	right: 5px;
	z-index:999;
	transition: all 300ms ease-out 0s;
}
.pagetop:hover {
//	opacity: 0.5;
}

.opa05 {
	transition: .2s;
}
.opa05:hover {
	opacity: 0.5;
}
.opa07 {
	transition: .2s;
}
.opa07:hover {
	opacity: 0.7;
}

.clear {
	clear:both;
}
.clear-p {
	clear:both;
}



/*-----------------------------------------------------------------
	-design-
-----------------------------------------------------------------*/

#wrapper{
	display:block;
}
#smart_wrapper{
	display:none;
}
#smart_footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/

.pc_img_class{
	display:inline;
}
.smart_img_class{
	display:none;
}

.left {
	float:left;
}
.right {
	float:right;
}

.link-a {
	margin-top:-80px;
	padding-top:80px;
}

/*-----------------------------------------------------------------
	モーダルウィンドウ
-----------------------------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

#layer_board_area {
	margin:0px 0 0 0;
}

.mordal-f1 {
	font-size:20px;
}

.mordal {
	overflow:auto;
	width:600px;
	min-height:100px;
	max-height:85vh;
	margin:1px 0 0 -40px;
	padding:25px 0;
	background-color:#fff;
	font-size:15px;
	line-height:1.5em;
	text-align:left;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal_a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}
.mordal1 {
	margin:0 0 5px 0;
	font-size:20px;
//	color:#ff0000;
	font-weight:bold;
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal1z{
	font-size:14px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
}
.mordal1z2{
	margin:15px 0 20px 0;
	padding:0 0 20px 0;
	font-size:16px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #000;
}
.mordal1z2a{
	margin:15px 0 0px 0;
	font-size:16px;
	line-height:1.5em;
//	font-weight:bold;
	text-align:left;
}
.mordal1z2aa:hover{
	color:#e62e8b;
}
.mordal1z2line{
	margin:20px 0 20px 0;
	border-bottom:1px solid #000;
}

.mordal1a {
	font-size:20px;
	color:#ff0000;
	font-weight:bold;
}
.mordal2 {
	display:inline-block;
	font-size:15px;
}
.mordal3 {
	padding:15px;
	font-size:15px;
	border:1px solid #aaa;
}
.mordal4 {
	padding: 0 0 12px 0;
	font-size:17px;
//	font-weight:bold;
	text-align:center;
}
.mordal5 {
	font-size:15px;
	font-weight:bold;
}

.mordal-bb {
	width:;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background:#f2527b;
	border:1px solid #f2527b;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.mordal-bb:hover {
	background:#38beef;
	border:1px solid #38beef;
}

.mordal-table {
	width:100%;
	border-collapse: collapse;
}
.mordal-table td {
	padding:5px;
	font-size:15px;
	border:1px solid #aaa;
}
@media screen and (max-width:480px){
.mordal-table td {
	padding:2px;
	font-size:10px;
}
}


.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 10px 0px 0px -300px;
	text-align: center;
	z-index: 2000;
}

.mordal-img {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

.btn_close {
	margin: -10px 0 0 -20px;
}

/*---------------------------------------------------*/

.table {
	border-collapse: collapse;
}
.table-100p {
	width:100%;
}
@media screen and (max-width:480px){
.table-100p-s {
	width:100%;
}
}
.table td {
	text-align:left;
	vertical-align:middle;
}

.table td.td-cart01 {
	width:120px;
	padding:0 10px 0 0;
	text-align:left;
	vertical-align:middle;
}
.table td.td-cart02 {
	text-align:left;
	vertical-align:middle;
}
@media screen and (max-width:480px){
.table td.td-cart01 {
	display:block;
	width:100%;
	padding:0 0 0 0;
	text-align:right;
}
.table td.td-cart02 {
	display:block;
}
}

.table td.td001 {
	font-size:21px;
	font-weight: bold;
	line-height:2.2em;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;

}
.table td.td002 {
	padding:0 0 0 20px;
}
@media screen and (max-width:480px){
.table td.td001 {
	display:block;
	width:100%;
	font-size:13px;
	text-align:center;
	line-height:1.7em;
}
.table td.td002 {
	display:block;
	width:100%;
	padding:20px 0 0 0;
}
}

.table td.td2-001 {
}
.table td.td2-002 {
	padding:0 0 0 15px;
}
@media screen and (max-width:480px){
.table td.td2-002 {
	padding:0 0 0 10px;
}
}

.table td.td3-001 {
	width:496px;
}
.table td.td3-002 {
	padding:15px 0 0 45px;
	font-weight:bold;
	line-height:2.0em;
}
@media screen and (max-width:480px){
.table td.td3-001 {
	display:block;
	width:100%;
	text-align:center;
}
.table td.td3-002 {
	display:block;
	width:100%;
	padding:15px 0 0 0px;
	line-height:1.7em;
	text-align:center;
}
}

.table td.td4-001 {
	width:33.3%;
	padding:0 15px;
	vertical-align:top;
}
@media screen and (max-width:480px){
.table td.td4-001 {
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:0 10px;
}
}

.table td.td4-002 {
	width:50%;
	padding:0 5px;
}
@media screen and (max-width:480px){
.table td.td4-002 {
	display:block;
	width:100%;
	padding:0 0px;
}
}

.table td.td5-001 {
	padding:0 0 15px 0;
	vertical-align:top;
}

.table td.td6-001 {
	background-color:#613034;
}
.table td.td6-002 {
	background-color:#ea5412;
}
.table td.td6-002b {
	background-color:#f39800;
}
.table td.td6-002c {
	background-color:#0076a9;
}

.table td.td7-001 {
	width:50%;
	padding:0 10px;
}
@media screen and (max-width:480px){
.table td.td7-001 {
	display:block;
	width:100%;
	padding:0 0px;
}
}

.table td.td8-001 {
	padding:0 20px 0 0;
}


.table td.td9-001 {
	vertical-align:bottom;
}
.table td.td9-002 {
	text-align:right;
}
@media screen and (max-width:480px){
.table td.td9-001 {
	display:block;
}
.table td.td9-002 {
	display:block;
	padding:10px 0px 0 0;

}
}

.table td.td10-001 {
	padding:1px 15px 0 0;
}
@media screen and (max-width:480px){
.table td.td10-001 {
	display:block;
	padding:1px 0 0 0;
	text-align:right;
}
.table td.td10-002 {
	display:block;
	padding:0;
}
}

/*---------------------------------------------------*/

.animation {
	visibility:hidden;
}
.animation2 {
	visibility:hidden;
}

.animation-a01 {
	opacity:0;
}

.f-in01 {
	-webkit-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: f-in01;
	animation-name: f-in01;
	visibility: visible !important;
//	animation-delay:1s;
}
@keyframes f-in01 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.f-in03 {
	-webkit-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: f-in03;
	animation-name: f-in03;
	visibility: visible !important;
//	animation-delay:1s;
}
@keyframes f-in03 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/*----------------------------------------
	ご挨拶
----------------------------------------*/

.fadeIn_aisatsu1{
	-webkit-animation-name:fadeIn_aisatsu1;
	animation-name:fadeIn_aisatsu1;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
@-webkit-keyframes fadeIn_aisatsu1{
	0%{ opacity:0; }
	3%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	5%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu1{
	0%{ opacity:0; }
	3%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	5%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}


@-webkit-keyframes fadeIn_aisatsu2{
	0%{ opacity:0; }
	4%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	6%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu2{
	0%{ opacity:0; }
	4%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	6%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu2{
	-webkit-animation-name:fadeIn_aisatsu2;
	animation-name:fadeIn_aisatsu2;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu3{
	0%{ opacity:0; }
	5%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	7%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu3{
	0%{ opacity:0; }
	5%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	7%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu3{
	-webkit-animation-name:fadeIn_aisatsu3;
	animation-name:fadeIn_aisatsu3;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu4{
	0%{ opacity:0; }
	6%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	8%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu4{
	0%{ opacity:0; }
	6%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	8%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu4{
	-webkit-animation-name:fadeIn_aisatsu4;
	animation-name:fadeIn_aisatsu4;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu5{
	0%{ opacity:0; }
	7%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	9%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu5{
	0%{ opacity:0; }
	7%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	9%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu5{
	-webkit-animation-name:fadeIn_aisatsu5;
	animation-name:fadeIn_aisatsu5;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu6{
	0%{ opacity:0; }
	8%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	10%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu6{
	0%{ opacity:0; }
	8%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	10%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu6{
	-webkit-animation-name:fadeIn_aisatsu6;
	animation-name:fadeIn_aisatsu6;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu7{
	0%{ opacity:0; }
	9%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	11%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu7{
	0%{ opacity:0; }
	9%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	11%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu7{
	-webkit-animation-name:fadeIn_aisatsu7;
	animation-name:fadeIn_aisatsu7;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu8{
	0%{ opacity:0; }
	10%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	12%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu8{
	0%{ opacity:0; }
	10%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	12%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu8{
	-webkit-animation-name:fadeIn_aisatsu8;
	animation-name:fadeIn_aisatsu8;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu9{
	0%{ opacity:0; }
	11%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	13%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu9{
	0%{ opacity:0; }
	11%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	13%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu9{
	-webkit-animation-name:fadeIn_aisatsu9;
	animation-name:fadeIn_aisatsu9;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu10{
	0%{ opacity:0; }
	12%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	14%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu10{
	0%{ opacity:0; }
	12%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	14%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu10{
	-webkit-animation-name:fadeIn_aisatsu10;
	animation-name:fadeIn_aisatsu10;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu11{
	0%{ opacity:0; }
	13%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	15%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu11{
	0%{ opacity:0; }
	13%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	15%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu11{
	-webkit-animation-name:fadeIn_aisatsu11;
	animation-name:fadeIn_aisatsu11;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu12{
	0%{ opacity:0; }
	14%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	16%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu12{
	0%{ opacity:0; }
	14%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	16%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu12{
	-webkit-animation-name:fadeIn_aisatsu12;
	animation-name:fadeIn_aisatsu12;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu13{
	0%{ opacity:0; }
	15%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	17%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu13{
	0%{ opacity:0; }
	15%{ opacity:0; 
		-webkit-transform:translateX(10px);
		transform:translateX(10px);}
	17%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu13{
	-webkit-animation-name:fadeIn_aisatsu13;
	animation-name:fadeIn_aisatsu13;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}

@-webkit-keyframes fadeIn_aisatsu14{
	0%{ opacity:0; }
	16%{ opacity:0; 
		-webkit-transform:translateX(0px);
		transform:translateX(0px);}
	18%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
@keyframes fadeIn_aisatsu14{
	0%{ opacity:0; }
	16%{ opacity:0; 
		-webkit-transform:translateX(0px);
		transform:translateX(0px);}
	18%{ opacity:1; 
		-webkit-transform:translateX(0);
		transform:translateX(0);}
	100%{ opacity:1; }
}
.fadeIn_aisatsu14{
	-webkit-animation-name:fadeIn_aisatsu14;
	animation-name:fadeIn_aisatsu14;
	-webkit-animation-duration:50s;
	animation-duration:50s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}


/*---------------------------------------------------*/

.demo_item{
	width: 70px;
    height: 32px;
    border-radius: 10px;
    background-image: url(../images/kame01.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
.demo_item2{
	width: 111px;
    height: 102px;
    border-radius: 10px;
    background-image: url(../images/main06-2.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item3{
	width: 70px;
    height: 32px;
    border-radius: 10px;
    background-image: url(../images/kame01.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item3.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}


.demo_stage{
    position: relative;
    width: 100%;
    height: 53px;
    top: 0px;
	margin:40px 0 0 0;
    display: block;
//	border:1px solid #000;
}

.demo_wrap{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}

.demo_stage3{
	z-index:3;
	display: block;
//	position:relative;
	position:absolute;
	top: -10px;
	left:340px;
    width: 550px;
    height: 53px;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.demo_stage3{
	z-index:3;
	display: block;
//	position:relative;
	position:absolute;
	top: -30px;
	left:50px;
    width: 250px;
    height: 53px;
//	border:1px solid #000;
}
}
.demo_wrap3{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap3[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap3[data-order="right"] {
    animation-name: GoRight;
}

[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}
[data-order="right"] > .demo_item2 {
    transform: rotateY(180deg);
}
[data-order="right"] > .demo_item3 {
    transform: rotateY(180deg);
}
@keyframes GoLeft {
    0% {
        right: 5%;
    }
    100% {
        right: 95%;
    }
}
@keyframes GoRight {
    0% {
        right: 95%;
    }
    100% {
        right: 5%;
    }
}
@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}

/*---------------------------------------------------*/

.demo_item2{
	width: 111px;
    height: 102px;
    border-radius: 10px;
    background-image: url(../images/main06-2.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item.anime2{
    animation-name: upDown2;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}


.demo_stage2{
    position: absolute;
    width: 100%;
    height: 53px;
    bottom: 70px;
	margin:0px 0 0 0;
    display: block;
//	border-bottom: solid #777 1px;
}
.demo_wrap2{
	display: block;
    position: absolute;
    top: 20px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap2[data-order2="left"] {
    animation-name: GoLeft2;
}
.demo_wrap2[data-order2="right"] {
    animation-name: GoRight2;
}
[data-order2="right"] > .demo_item {
    transform: rotateY(180deg);
}
[data-order2="right"] > .demo_item2 {
    transform: rotateY(180deg);
}
@keyframes GoLeft2 {
    0% {
        right: 5%;
    }
    100% {
        right: 90%;
    }
}
@keyframes GoRight2 {
    0% {
        right: 90%;
    }
    100% {
        right: 5%;
    }
}
@keyframes upDown2 {
    0% {
        top: 0;
    }
    100% {
        top: 3px;
    }
}



/*---------------------------------------------------*/
/* 固定 */
.fixed {
	position: fixed;
	top: 60px;
	padding: 0;
	width: 100%;
	z-index: 10;
}

/*---------------------------------------------------*/

body {
	min-width:1200px;
}

.menu {
	z-index:10;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:80px;
	padding:2px 15px 0 15px ;
	background-color:#623135;
	background-image: url("../images/back-menu.jpg");
	box-shadow: 0px 2px 10px rgba(0,0,0,0.7);
}

.menu-table {
	width:100%;
	border-collapse: collapse;
}
.menu-table td.td01 {
	width:80px;
//	border:1px solid #000;
}
.menu-table td.td02 {
//	width:120px;
	vertical-align:top;
//	border:1px solid #000;
}



.menu01 {
	width:100%;
	min-width:1100px;
	max-width:1100px;
}
.menu01-1 {
	float:left;
}
.menu02 {
	padding:1px 0 0 0;
	text-align:right;
//	border:1px solid #000;
}
.menu03 {
	padding:6px 0 0 0;
	text-align:left;
//	border:1px solid #000;
}
.menu03-1 {
//	padding:12px 20px 0 20px;
	padding:12px 8px 0 8px;
}
.menu03-2 {
	padding:0;
}
.menu03-3 {
	margin:0 0 0 8px;
	padding:0;
}


.menu-01p {
	height:15px;
}
.menu-08p {
//	height:36px;
}

.contents-main {
	padding:80px 0 0 0;
}

.top-contents01 {
	min-width:1110px;
	position: relative;
//	height:300px;
//	background-position: left top;
//	border:1px solid #000;
}

.top-cnts01-b {
	padding:30px 0 0 0;
}
.top-cnts01-b:before {
	position: absolute;
	top: 0;
	left: 40%;
	width: 60%;
	height: 100%;
	content: '';
//	background-color: #fff;
	background-image: url("../images/back-main01.jpg");
	z-index: -3;
}

.top-cnts01-0 {
	position: relative;
	overflow:hidden;
}
.utuwa01p {
	z-index: 2;
	position: absolute;
	top: -120px;
	left: 180px;
}
.utuwa02p {
	z-index: -2;
	position: absolute;
	top: 750px;
	left: -180px;
}
.utuwa03p {
	z-index: -2;
	position: absolute;
	bottom: -250px;
	right: -150px;
}

.top-cnts01-1 {
	width:1050px;
}
.main-01p {
	width:100%;
	max-width:1050px;
}

.top-cnts01-2 {
	position: relative;
	width:1050px;
	height:253px;
	margin:40px 0 400px 0;
}

.top-txt01p {
	position: absolute;
	top: 0;
	right: 0px;
}


.top-contents02 {
	position: relative;
	padding:50px 0 0px 0;
	background-image: url("../images/back-main02.jpg");
}

.osirase-p {
	margin:0 0 10px 0;
}

.top-cnts02-1 {
	width:700px;
	margin:-1px 0 0 0;
	padding:20px 0 20px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}
.top-cnts02-2 {
	width:140px;
	color:#613033;
	text-align:left;
//	border:1px solid #000;
}
.top-cnts02-3 {
	width:700px;
	color:#613033;
	text-align:left;
	word-break:break-all;
//	border:1px solid #000;
}

.kame01-p {
	position: absolute;
	bottom: 0;
	right: 50px;
}


.top-contents03 {
	position: relative;
	height:280px;
	overflow:hidden;
}

.utuwa04p {
	z-index: -2;
	position: absolute;
	top: -100px;
	left: 20px;
}
.utuwa05p {
	z-index: -2;
	position: absolute;
	bottom: -150px;
	right: 80px;
}

.top-contents04 {
	position: relative;
	height:512px;
	overflow:hidden;
}
.top-cnts04 {
	width:100%;
	border-collapse: collapse;
}
.top-cnts04 td.td01 {
	background-image: url(../images/main-04.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
//	background-size: contain;
}
.top-cnts04 td.td02 {
	width:512px;
//	border:1px solid #000;
}

.top-cnts04n {
	width:100%;
	border-collapse: collapse;
}
.top-cnts04n td.tdn03-1 {
	width:256px;
	height:256px;
	text-align:center;
	background-image: url(../images/main04-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-2 {
	width:256px;
	height:256px;
	text-align:center;
	background-image: url(../images/main04-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-3 {
	width:256px;
	height:256px;
	text-align:center;
	background-image: url(../images/main04-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-4 {
	width:256px;
	height:256px;
	text-align:center;
	background-image: url(../images/main04-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.top-cnts04na {
	width:256px;
	height:256px;
	padding:115px 0 0 0;
	text-align:center;
}
.top-cnts04na:hover {
	background-color: rgba(0,0,0,0.4);
}


.top-contents05 {
	position: relative;
	background-image: url(../images/back-main05.jpg);
//	background-repeat: no-repeat;
//	background-position: center center;
//	background-size: cover;
//	background-size: contain;
}

.top-cnts05-b {
	position: relative;
	overflow:hidden;
	padding:200px 0 350px 0;
}

.utuwa06p {
	z-index: 0;
	position: absolute;
	top: -80px;
	left: -40px;
}
.utuwa07p {
	z-index: 0;
	position: absolute;
	top: -100px;
	right: -180px;
	width:550px;
}
.utuwa08p {
	z-index: 0;
	position: absolute;
	top: 730px;
	right: 350px;
}
.utuwa09p {
	z-index: 0;
	position: absolute;
	top: 800px;
	left: -470px;
}
.utuwa10p {
	z-index: 0;
	position: absolute;
	bottom: 100px;
	right: -60px;
}
.utuwa11p {
	z-index: 1;
	position: absolute;
	bottom: 5px;
	right: 160px;
}

.top-cnts05-1 {
	position: relative;
	height:670px;
	margin:0 0 150px 0;
	padding:120px 0 0 0;
	background-image: url(../images/back-main05-1.png);
	background-repeat: no-repeat;
	background-position: center top;
//	background-size: cover;
	background-size: contain;
}
.top-cnts05-2 {
	width:1000px;
	margin:60px 0 35px 0;
}
.top-cnts05-2-1 {
	width:200px;
//	border:1px solid #000;
}

.top-cnts05-2-1a:hover {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: top-cnts05-2-1a;
	animation-name: top-cnts05-2-1a;
	animation-iteration-count: infinite;
}
@keyframes top-cnts05-2-1a {
  0%{
    transform:rotate(0deg); 
  }
  25%{
    transform:rotate(15deg); 
  }
  75%{
    transform:rotate(-15deg); 
  }
  100%{
    transform:rotate(0deg); 
  }
}


.top-contents06 {
	position: relative;
	height:360px;
	overflow:hidden;
}
.top-cnts06 {
	width:100%;
	height:360px;
	border-collapse: collapse;
}
.top-cnts06 td.td01 {
	position: relative;
	width:445px;
	background-image: url(../images/main-06p.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
//	background-size: contain;
}
.top-cnts06 td.td02 {
//	border:1px solid #000;
	background-image: url(../images/main-06.jpg);
}

.top-cnts06-2 {
	position: relative;
	width:100%;
	height:360px;
	overflow:hidden;
	background-image: url(../images/main-06-1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.top-cnts06-2a {
	position: relative;
	width:100%;
//	height:360px;
	overflow:hidden;
	background-image: url(../images/main-06-1a.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main06-1p {
	position: absolute;
	top: 120px;
	right: 100px;
}
.main06-2p {
	position: absolute;
	bottom: 0px;
	left: 50px;
}
.main06-3p {
	position: absolute;
	bottom: 20px;
	left: 0;
	right:0;
	margin:0 auto;
}

.top-contents07a {
	z-index:10;
	position: relative;
//	position: absolute;
//width:100%;
//height:500px;
}
.top-contents07b {

//	position: relative;
//	position: absolute;
	top:0;
//width:100%;
//height:500px;
}
.top-contents07 {
	z-index:1;
	position: relative;
	overflow:hidden;
	padding:50px 0 50px 0;
	background-color:#613033;
	background-image: url(../images/back-main07.png);
	background-repeat: no-repeat;
	background-position: center top 300px;
//	background-size: cover;
	background-size: contain;
}

.top-cnts07-1 {
	width:970px;
	margin:40px 0 0 0;
}
.top-cnts07-2 {
	width:436px;
}
.main-sh01-2p {
	margin:20px 0;
}

.top-contents08 {
	position: relative;
//	overflow:hidden;
	padding:0 0 60px 0;
	background-color:#61312d;
	background-image: url(../images/back-main08.jpg);
}

.top-cnts08-1 {
	z-index:1;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	width:1100px;
	height:115px;
	margin:0 auto 0 auto;
//	border:1px solid #000;
}
.top-cnts08-1-1 {
	position: absolute;
	top: 55px;
	left: 0;
	width:450px;
	height:2px;
	background-color:#daae41;
}
.top-cnts08-1-2 {
	position: absolute;
	top: 55px;
	right: 0;
	width:450px;
	height:2px;
	background-color:#daae41;
}
.logo2-p {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin:0 auto;
}
.top-cnts08-2 {
//	width:830px;
	padding:80px 0 0 0;
	color:#fff;
//	border:1px solid #fff;
}
.top-cnts08-3 {
//	width:550px;
	padding:20px 0 0 0;
	color:#fff;
}
.top-cnts08-4 {
	display:inline-block;
	margin:0 0 0 -1px;
	padding:0px 15px;
	color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.top-cnts08-4:hover {
	color:#623134;
	background-color:#fff;
}

.top-cnts08-5 {
	display:inline-block;
	margin:40px 0 -60px 0;
	font-size:12px;
	color:#fff;
}
@media screen and (max-width:480px){
.top-cnts08-5 {
	margin:20px 0 -60px 0;
}
}


.top-contents09 {
	padding:10px 0;
	font-size:13px;
	color:#623134;
	background-color:#daae41;
}

.title-002p {
	height:45px;
	margin:0 0 10px 0;
}
.title-005p {
	height:45px;
	margin:0 0 10px 0;
}

/*---------------------------------------------------*/

.contents000 {
	position: relative;
	padding:60px 0 0px 0;
	background-image: url(../images/back-main05.jpg);
}

.contents001 {
	position: relative;
	padding:60px 0 60px 0;
	background-image: url(../images/back-main05.jpg);
}


.title-txt01 {
	font-size:50px;
	color:#000;
	font-weight:bold;
}



.cnts001-0 {
//	width:900px;
	margin:40px 0 40px 0;
//	border:1px solid #000;
}
.cnts001-1 {
	position: relative;
	height:420px;
	padding:40px 50px 20px 20px;
	text-align:left;
//	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
//	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.rekishi-001p {
//	margin:0 0 0 20px;
}
.rekishi-001-1p {
	z-index:2;
	position: absolute;
	bottom: -85px;
	right:-20px;
}

.cnts001-2 {
	height:100px;
}

.contents001-1 {
	position: relative;
	padding:60px 0 100px 0;
	background-image: url(../images/back-main02.jpg);
}
.contents001-2 {
	position: relative;
	padding:60px 0 100px 0;
	background-image: url(../images/back-main05.jpg);
}


.cnts001-table {
//	width:100%;
	border-collapse: collapse;
}
.cnts001-table td.td01 {
	vertical-align:top;
//	border:1px solid #000;
}
.cnts001-table td.td02 {
	width:512px;
//	border:1px solid #000;
}

.cnts001-table02 {
//	width:170px;
	border-collapse: collapse;
}
.cnts001-table02 td.td02-01 {
	width:120px;
	height:120px;
	font-size:13px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/f01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.cnts001-table02 td.td02-02 {
	width:120px;
	height:120px;
	font-size:13px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/f02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.cnts001-table02 td.td02-03 {
	width:120px;
	height:120px;
	font-size:13px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/f03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.cnts001-table02 td.td02-04 {
	width:120px;
	height:120px;
	font-size:13px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/f04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}

.cnts002-txt1 {
	width:120px;
	height:120px;
	padding:50px 0 0 0;
	font-size:13px;
	color:#fff;
	text-align:center;
}
.cnts002-txt1:hover {
	color:#623134;
//	background-color:rgba(255,255,255,0.7);
	background-color:#daaf3f;
}


.cnts002-table {
//	width:100%;
//	min-height:360px;
	border-collapse: collapse;
}
.cnts002-table td.td01-1 {
	position: relative;
	width:300px;
	height:450px;

	background-image: url(../images/rekishi01-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
//	background-size: contain;
//	border:1px solid #000;
}
.cnts002-table td.td01-2 {
	position: relative;
	width:450px;
	background-image: url(../images/rekishi02-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.cnts002-table td.td01-3 {
	position: relative;
	width:450px;
//	background-image: url(../images/rekishi02-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.cnts002-table td.td02 {
	position: relative;
//	border:1px solid #000;
	background-image: url(../images/back-main02.jpg);
}
.cnts002-table td.td03 {
	position: relative;
//	border:1px solid #000;
	background-image: url(../images/back-main05.jpg);
}
.cnts002-table td.td04 {
	width:550px;
	vertical-align:middle;
//	border:1px solid #000;
}

.rekishi-table {
	border-collapse:collapse;
}
.rekishi-table td.td00 {
	padding:0 40px;
}
.rekishi-table td.td01 {
	width:500px;
	height:400px;
	background-image: url(../images/rekishi12-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td02 {
	width:300px;
	height:500px;
	background-image: url(../images/rekishi03-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td03 {
	width:300px;
	height:500px;
	background-image: url(../images/rekishi03-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td04 {
	width:600px;
	height:400px;
	background-image: url(../images/rekishi05-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td05 {
	width:600px;
	height:400px;
	background-image: url(../images/rekishi06-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td06 {
	width:500px;
	height:400px;
	background-image: url(../images/rekishi10-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
//	background-size: contain;
}
.rekishi-table td.td07 {
	width:500px;
	height:300px;
	background-image: url(../images/rekishi11-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
//	background-size: contain;
}

.reki00 {
	padding:40px 40px 20px 40px;
}

.reki01 {
	display:inline-block;
	padding:0px 0px 0px 0px;
	text-align:left;
//	border:1px solid #000;
}
.r_m {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:17px;
	color:#ad0c08;
	font-weight: bold;
	border-bottom:1px solid #ad0c08;
}
.reki01-1 {
	padding:0 0 20px 0px;
}

.rekishi01-2p {
//	position: absolute;
	bottom: 20px;
	right:20px;
	width:150px;
}
.rekishi02-1p {
	width:880px;
	margin:30px 0 0 0;
}
.rekishi08-1p {
	margin:0 0 5px 0;
}
.rekishi09-1p {
	margin:30px 0 0 0;
}
.rekishi11-1p {
	margin:30px 0 0 0;
}

.rekishi04-0 {
	width:357px;
	margin:0 0 15px 0;
	padding:10px 10px 6px 10px;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.rekishi08-0 {
	width:236px;
	margin:0 0 15px 0;
	padding:10px 10px 6px 10px;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.rekishi03 {
	position: relative;
	background-image: url(../images/back-main05-1a.png);
	background-repeat: no-repeat;
	background-position: center center;
//	background-size: cover;
	background-size: contain;
}

.rekishi04 {
	padding:40px 0;
}

.rekishi-waku00 {
	z-index:3;
	position: relative;
	padding:80px 40px;
	overflow:hidden;
}
.rekishi-waku00a {
	z-index:3;
	position: relative;
	padding:0px 0px 80px 0px;
	overflow:hidden;
//border:1px solid #000;
}

.rekishi-waku00-1 {
	background-image: url(../images/back-main07a.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom -120px;
}

.rekishi-waku01 {
	z-index:0;
	position: relative;
//	padding:60px 40px;
	background-image: url(../images/back-main02.jpg);
	overflow:hidden;
}
.rekishi-waku02 {
	z-index:0;
	position: relative;
//	padding:60px 40px;
	background-image: url(../images/back-main05.jpg);
	overflow:hidden;
}
.rekishi-waku02a {
	padding:0;
}
.rekishi-waku02b {
	z-index:2;
	position: relative;
	min-height:400px;
	padding:80px 40px;
	background-image: url(../images/back-main05-1a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
//	border:1px solid #000;
}

.rekishi-waku02c {
	z-index:0;
	position: relative;
	margin:-40px 0 0 0;
//	padding:60px 40px;
	background-image: url(../images/back-main05.jpg);
	overflow:hidden;
}
@media screen and (max-width:480px){
.rekishi-waku02c {
	z-index:0;
	position: relative;
	margin:0px 0 0 0;
	padding:0px 10px;
	background-image: url(../images/back-main05.jpg);
	overflow:hidden;
}
}


.rekishi-waku-w01 {
	z-index:1;
	position: absolute;
	height:400px;
	overflow:hidden;
}

.rekishi-txt01 {
	margin:15px 0 5px -15px;
	font-size:28px;
	font-weight: 700;
}

.rekishi-wtw01 {
	z-index:1;
	position: absolute;
	top: -30px;
	left:-50px;
	width:250px;
}
.rekishi-wtw02 {
	z-index:10;
	position: absolute;
	bottom:-150px;
	right:-100px;
	width:500px;
}
.rekishi-wtw03 {
	z-index:1;
	position: absolute;
	bottom:-50px;
	left:-100px;
	width:400px;
}
.rekishi-wtw04 {
	z-index:1;
	position: absolute;
	top:-50px;
	right:-150px;
	width:400px;
}
.rekishi-wtw05 {
	z-index:1;
	position: absolute;
	bottom:-30px;
	left:-170px;
	width:300px;
}

.rekishi-wtw06 {
	z-index:1;
	position: absolute;
	bottom:-50px;
	right:-80px;
	width:290px;
}

/*---------------------------------------------------*/

.haikei01 {
	min-height:400px;
	background-image: url(../images/back-main05-1a.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
//	background-size: contain;
//	border:1px solid #000;
}

.oshina-001 {
	width:985px;
}
.oshina-001-1 {
	width:25%;
	padding:15px;
}



.oshina-b001 {
	width:985px;
	height:85px;
	background-image: url(../images/back-main01.jpg);
	background-size: 85px auto;
}

.oshina-midashi {
	width:985px;
	margin:50px 0 10px 0;
	padding:0 0 0px 0;
	font-size:34px;
	color:#000;
	font-weight: bold;
	text-align:left;
	border-bottom:1px solid #000;
}
.oshina-midashi-m {
	margin:10px 0 10px 0;
}


.oshina-a000b {
	width:1000px;
	margin:-40px 0 40px 0;
}
.btn-m01 {
    position:relative;
	float:right;
	width:130px;
	margin:0 0 0 10px;
	padding:5px 4px 3px 35px;
	font-size:13px;
	color:#623135;
	border:1px solid #623135;
	background-color:#fff;
	border-radius:5px;
}
.btn-m01:hover {
	color:#fff;
	background-color:#623135;
}
.fl001 {
	position: absolute;
	left:10px;
	top:7px;
	width:20px;
	border:1px solid #aaa;
}
@media screen and (max-width:480px){
.oshina-a000b {
	width:100%;
	margin:0px 0 0px 0;
}
.btn-m01 {
	width:105px;
	margin:0px 0 20px 5px;
	padding:5px 0px 3px 24px;
	font-size:11px;
	border-radius:5px;
}
.fl001 {
	position: absolute;
	left:5px;
	top:6px;
	width:20px;
	border:1px solid #aaa;
}
}


.oshina-a000 {
    position:relative;
	width:1000px;
}
.oshina-a001 {
	float:left;
	width:33%;
//	margin:-1px -1px 0 0;
	padding:5px;
//	text-align:left;
//	background-color:#fff;
//	border:1px solid #999;
}
.oshina-a001a {
	padding:15px;
	text-align:left;
	background-color:#fff;
	border:1px solid #999;
}
.oshina-a001-1 {
	font-size:18px;
	color:#000;
	font-weight: bold;
	text-align:left;
}
.oshina-a001-2 {
//	margin:5px 0 0 0;
	padding:5px 0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.oshina-a001-3 {
	padding:1px 0 6px 0;
}
.oshina-a001-3-0 {
	float:right;
	width:60px;
	height:20px;
	margin:0 0 0 5px;
	padding:5px 0 0 0;
	font-size:11px;
	color:#fff;
	line-height:1.0em;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.oshina-a001-3-1 {
	background-color:#1d79bd;
}
.oshina-a001-3-2 {
	background-color:#ff8000;
}
.oshina-a001-3-3 {
	background-color:#e60012;
}

.oshina-003-0 {
	width:985px;
	padding:10px;
	background-color:#fff;
	border:1px solid #999;
	text-align:left;
}
.oshina-003-0a {
	display:inline-block;
	text-align:right;
}
.oshina-003-0b {
	width:985px;
	margin:-40px 0 0 0;
//	border:1px solid #000;
}

.oshina-003-1 {
	width:80px;
//	height:20px;
	margin:0 0 0 5px;
	padding:7px 0 7px 0;
	font-size:12px;
	color:#fff;
	line-height:1.0em;
	text-align:center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.oshina-003-3 {
	width:33%;
}


.osina01-01p {
	width:100%;
}
.osina-menu-p {
	margin:10px 0 70px 0;
}

.oshina-table01 {
	width:50%;
	border-collapse:collapse;
}
.oshina-table01 td {
	vertical-align:middle;
}
.oshina-table01 td.td01 {
	width:20px;
	height:20px;
	padding:0 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	background-color:#777;
}
.oshina-table01 td.td02 {
//	width:100%;
	padding: 0 5px;
	font-size:13px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.oshina-table01 td.td01 {
	width:10px;
	height:auto;
	padding:0 2px;
	font-size:8px;
}
.oshina-table01 td.td02 {
//	width:100%;
	padding: 0 2px;
	font-size:11px;
}
}


.oshina-table02-m {
	margin:0 0 5px 0;
}
.oshina-table02 {
//	width:33%;
	margin: 0 15px 0 0;
	border-collapse:collapse;
}
.oshina-table02 td {
	text-align:left;
	vertical-align:middle;
}
.oshina-table02 td.td01 {
	width:90px;
}
.oshina-table02 td.td02 {
	font-size:11px;
	line-height:1.2em;
}

/*---------------------------------------------------*/

.shop00 {
	width:1040px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

.shop01 {
	width:90px;
	padding:6px;
	font-size:13px;
	color:#fff;
	text-align:center;
	background-color:#000;
	line-height:1.0em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.shop02 {
	padding:0 0 10px 0;
	font-size:17px;
	font-weight:bold;
}

.shop03 {
//	border-top:1px solid #000;
//	border-bottom:1px solid #000;
}

.shop_t {
	width:1040px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:28px;
	color:#000;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #000;
}

.shop_aaa {
	width:200px;
	padding:6px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background-color:#ad0c08;
	line-height:1.0em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.shop01-p {
	width:100%;
}


.shop00-table {
//	width:100%;
	border-collapse: collapse;
}
.shop00-table td {
	text-align:left;
}
.shop00-table td.td01-1 {
	position: relative;
	width:500px;
}
.shop00-table td.td01-2 {
	width:540px;
	padding:0 0 0 20px;
}
.shop00-table td.td02-1 {
	width:200px;
	padding:6px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background-color:#ad0c08;
	line-height:1.0em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.shop00-table td.td02-2 {
	width:620px;
	padding:5px 0 5px 10px ;
}
.shop00-table td.td02-2-1 {
	width:610px;
}

.shop01-table {
	width:49%;
	margin:10px 0 0 0;
	border-collapse: collapse;
}
.shop01-table td {
	padding:10px 0 10px 0;
	font-size:13px;
	vertical-align:middle;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
.shop01-table td.td001 {
	width:100px;
}


.shop-tyui {
	display:inline-block;
	margin:30px 0 0 0;
	padding:10px;
	background-color:#fff;
	border:2px solid #777;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.shop-tyui-h1 {
	height:20px;
}
.shop-tyui-h2 {
	height:5px;
}

/*---------------------------------------------------*/

.know-00-1 {
	width:900px;
}

.know_t {
	margin:0 0 0px -15px;
	font-size:26px;
	font-weight:bold;
}

.know01-table {
//	width:900px;
	margin:10px 0 0 0;
	border-collapse: collapse;
}
.know01-table td {
	width:125px;
	height:450px;
	padding:10px 0 10px 0;
	font-size:13px;
	background-color:#000;
	vertical-align:middle;
	border:1px dotted #fff;
}

.know-table {
	z-index:2;
	position: relative;
//	width:100%;
	border-collapse: collapse;
//	border:1px solid #000;
}
.know-table td {
	font-size:15px;
	text-align:left;
	vertical-align:middle;
}
.know-table td.td01 {
	position: relative;
	width:350px;
	height:400px;
	padding:15px 0 0 0;
	text-align:center;
}
.know-table td.td01-1 {
	vertical-align:top;
	background-image: url(../images/know01-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-2 {
	vertical-align:top;
	background-image: url(../images/know02-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-3 {
	vertical-align:top;
	background-image: url(../images/know03-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-4 {
	vertical-align:top;
	background-image: url(../images/know04-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-5 {
	vertical-align:top;
	background-image: url(../images/know05-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-6 {
	vertical-align:top;
	background-image: url(../images/know06-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.know-table td.td01-7 {
	vertical-align:top;
	background-image: url(../images/know07-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}


.know-table td.td02 {
	width:650px;
	padding:40px;
	line-height:1.8em;
}
.know-table td.td02s {
	padding:0px;
}

.know-007-aaa {
	position:relative;
	width:650px;
	height:495px;
	padding:40px;
	line-height:1.8em;
//	border:1px solid #000;
}
.know-007-2p {
	position:absolute;
	bottom:0px;

	margin:30px 0 0 0;
}

.k_m {
	color:#e10000;
	font-weight:bold;
}

.k_m2 {
	display:inline-block;
}
.k_m3 {
	display:inline-block;
	width:200px;
}
.k_m4 {
	display:inline-block;
	width:300px;
}
.k_m5 {
	display:inline-block;
}
/*----------------------------------------
	綿谷を知る
----------------------------------------*/
.pics_knows00 {
	width:875px;
}

.knows_A{
	top:0px;
	z-index:0;
	position:relative;
}
.knows_B{
	top:-430px;
	position:relative;
}

.pics_knows {
	width: 125px;
	height: 440px;
	margin: 0px;
	overflow: hidden;
	background-color:#000000;
}
.sidepan_knows span1 {
	margin-left: -100px;
	-webkit-transition: margin 3s ease;
	   -moz-transition: margin 3s ease;
	     -o-transition: margin 3s ease;
	    -ms-transition: margin 3s ease;
	        transition: margin 3s ease;
	opacity:0.8;
}
.sidepan_knows span1:hover {
	margin-left: -1px;
	opacity:1;
}


@-webkit-keyframes fadeIn_knows1{
	0%{ opacity:0; 
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px);
	}
	100%{ opacity:1; 
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}

}
@keyframes fadeIn_knows1{
	0%{ opacity:0; 
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px);
	}
	100%{ opacity:1; 
		-webkit-transform:translateY(0);
		transform:translateY(0);
	}

}
.fadeIn_knows1{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
}
.fadeIn_knows2{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:0.5s;
}
.fadeIn_knows3{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:1s;
}
.fadeIn_knows4{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:1.5s;
}
.fadeIn_knows5{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:2s;
}
.fadeIn_knows6{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:2.5s;
}
.fadeIn_knows7{
	-webkit-animation-name:fadeIn_knows1;
	        animation-name:fadeIn_knows1;
	-webkit-animation-duration:1s;
	        animation-duration:1s;
	-webkit-animation-fill-mode:both;
	        animation-fill-mode:both;
	animation-delay:3s;
}

/*---------------------------------------------------*/

.otoi-0 {
	margin:40px 0 20px 0;
}

.otoi-text3 {
	display:inline-block;
	position:relative;
	top:-2px;
	margin:0 0px 0 10px;
	padding:6px;
	font-size:9px;
	color:#f00;
//	font-weight:bold;
	text-align:left;
	line-height:1.0em;
	background-color:#daaf3f;
//	background-color:#fff;
}

.form-w00 {
	display:table;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.form-t01 {
	font-size:13px;
}

.form-ww {
	width:1000px;
}
.form-w00 {
	display:table;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.form-w01 {
	display:table-cell;
	position:relative;
	min-width:220px;
	width:220px;
	padding:10px;
	font-size:13px;
	color:#fff;
	text-align:left;
	line-height:1.0em;
	vertical-align:middle;
//	background-color:#f3e5e5;
	background-color:#ffecd2;
	background-color:#623135;
}
.form-w02 {
	display:table-cell;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	background-color:#fff;
}

.form-01 {
	width:300px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-02 {
//	width:450px;
	width:100%;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-03 {
	width:120px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-04 {
	padding:5px;
	border: solid 1px #aaa;
}
.form-05 {
	width:200px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-05a {
	width:50px;
}
.form-06 {
	width:100%;
	height:200px;
	margin:0 0 0 0;
	padding:5px;
	border: solid 1px #aaa;
}
.form-06a {
	height:100px;
}
.form-07 {
	width:20px;
	height:20px;
	margin:0 5px -4px 0;
}

.form-submit {
	width:400px;
	height:60px;
	margin:20px 0 0 0;
	font-size:20px;
	color:#ffffff;
	background:#613033;
	border:1px solid #613033;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.form-submit:hover {
	background:#f2931b;
	border:1px solid #f2931b;
}

/*---------------------------------------------------*/

.order-waku00 {
	z-index:3;
	position: relative;
	padding:40px 40px;
	overflow:hidden;
}

.order-waku01 {
	width:700px;
	border: 2px solid #daad3f;
	border-radius: 12px;
	margin:0;
	padding:20px;
	background-color: #fff;
	line-height:1.6em;
	color:#000;
}

.order_t {
	margin:0 0 5px 0px;
	font-size:30px;
	font-weight:bold;
}
.order_t2 {
	margin:-10px 0 5px 0px;
	font-size:24px;
	font-weight:bold;
}

.order-b01 {
	padding:10px 0;
	font-weight:bold;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.order-b02 {
	margin:-10px 0 5px 0;
	font-size:34px;
	color:#e70000;
	font-weight:bold;
}
.order-b03 {
	font-size:20px;
	color:#e70000;
	font-weight:bold;
}

.order-b04d {
	width:200px;
	height:43px;
	margin:0 0 0 20px;
	padding:2px 0 0 0;
	font-size:13px;
	color:#e70000;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:1px solid #e70000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.order-b04 {
	width:170px;
	height:43px;
	margin:0 0 0 20px;
//	padding:7px 0 0 0;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#e70000;
	border:1px solid #e70000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.order-b04:hover {
	color:#e70000;
	background-color:#d9ae3e;
}


.order-b04kire {
	width:250px;
	height:43px;
	margin:0 0 0 20px;
//	padding:9px 0 0 0;
	font-size:15px;
	color:#e70000;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:1px solid #e70000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.order-c00 {
	z-index:1;
	position:fixed;
	top:90px;
	left:10px;

}
.order-c01 {
	width:190px;
//	height:1px;
	margin:0 0 10px 0;
	padding:10px;
	font-size:12px;
	line-height:1.0em;
	text-align:left;
	background-color:#fff;
	border:2px solid #daad3f;
}
.order-c01 b {
	font-size:14px;
}
.order-c01 a {
	font-size:12px;
}
.order-c02 {
	width:190px;
	padding:4px 0 0px 0;
	font-size:13px;
	color:#000;
	text-align:center;
	font-weight: bold;
	background-color:#fff;
	background-color:#daad3f;
	border:2px solid #daad3f;
}

.order-c03 {
	width:190px;
	height:43px;
	margin:0 0 10px 0;
//	padding:6px 0 0 0;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#e70000;
	border:2px solid #f5959c;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.order-c03:hover {
	color:#e70000;
	background-color:#daaf3f;
}

.order-dd00 {
	padding:0 10px 0 10px;
//	border:1px solid #000;
}

.order-d00 {
	padding:0 0 0 200px;
//	border:1px solid #000;
}
.order-a01a {
	width:800px;
	margin:30px 0 0 0;
	padding:10px 10px 25px 10px;
	font-size:16px;
	background-color:#ffffff;
	border: 2px solid #daad3f;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.order-a01b {
	font-size:24px;
	color:#e70000;
	font-weight: bold;
}
.order-a03a {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	padding:5px 0px 1px 0px;
	font-size:18px;
	color:#fff;
	font-weight: bold;
	background-color:#e70000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.order-a01 {
	width:800px;
	height:55px;
	margin:30px 0 0 0;
	font-size:13px;
	background-color:#ffffff;
	border-top: 2px solid #daad3f;
	border-left: 2px solid #daad3f;
	border-right: 2px solid #daad3f;
	border-bottom: 0px;padding:10px;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}
.order-a02 {
	width:770px;
}
.order-a03 {
	float:left;
	width:630px;
	height:35px;
	padding:5px 0px 1px 0px;
	background-color:#e70000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:18px;
	color:#fff;
	font-weight: bold;
}

.order-a04 {
	width:800px;
	margin:-1px 0 0 0;
	background-color:#ffffff;
	border-left: 2px solid #daad3f;
	border-right: 2px solid #daad3f;
	padding:10px;
	font-size:13px;
}

.grad-btn {
	width:120px;
	height:35px;
	color:#e70000;
	font-weight: bold;
	padding:7px 0 0 0;
	text-align:center;
	background-color:#daad3f;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor: pointer;
}
.grad-btn:hover {
	color:#fff;
	background-color:#e70000;
}

.grad-btn2 {
	width:800px;
	height:40px;
	padding:9px 0 0 0;
	font-size:15px;
	color:#e70000;
	font-weight: bold;
	background-color:#daad3f;
	border-bottom: 2px solid #daad3f;
	border-left: 2px solid #daad3f;
	border-right: 2px solid #daad3f;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	cursor: pointer;
}
.grad-btn2:hover {
	color:#fff;
	background-color:#e70000;
}


.order0-1p {
//	width:100%;
	width:250px;
}

.order-table-B {
	display:table;
}
.order-table-B-td {
	display:table-cell;
	font-size:16px;
	vertical-align:middle;
}

.order-table-B-sr1 {
	padding:0 5px;
	font-size:16px;
	font-weight: bold;
}
.order-table-B-sr {
	width:60px;
	font-size:18px;
	ime-mode:disabled;
}


.order-table-A {
	z-index:2;
	position: relative;
	width:100%;
	border-collapse: collapse;
}
.order-table-A td {
	font-size:15px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
.order-table-A td.oda01 {
	position:relative;
	width:230px;
	padding:20px 20px 20px 20px;
	vertical-align:top;
	background-image: url(../images/back-main08.jpg);
	background-size: 50%;
}



.order-table {
	z-index:0;
	position: relative;
//	width:100%;
	border-collapse: collapse;

}
.order-table td {
	font-size:15px;
	text-align:left;
	vertical-align:middle;
//	border:1px solid #000;
}
.order-table td.od01 {
	position: relative;
	width:250px;
	height:250px;
//	padding:15px 0 0 0;
	text-align:center;
}
.order-table td.od01-1 {
	vertical-align:top;
//	background-image: url(../images/know01-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
//	background-size: contain;
}
.order-table td.od02 {
	width:650px;
	padding:0 40px;
	font-size:15px;
	line-height:1.8em;
}
.order-table td.od03 {
	width:650px;
	padding:0 40px;
	font-size:17px;
	line-height:1.4em;
}

/*---------------------------------------------------*/

.text-A-0 {
	width:800px;
	margin:40px 0 20px 0;
	font-size:15px;
	line-height:1.8em;
	text-align:left;
}

.text-A-1 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:18px;
	color:#623134;
	font-weight: bold;
	border-bottom:1px solid #000;
}
.text-A-2 {
	padding:0 0 0 10px;
	font-size:14px;
	line-height:1.8em;
}
.text-A-3 {
	height:30px;
}
.text-A-4 {
	padding:0 0 0 0px;
	font-size:14px;
	line-height:1.8em;
}
.text-A-4 b {
	font-size:14px;
}

.text-A-5 {
	font-size:14px;
	color:#ff0000;
}
.text-A-6 {
	display:inline-block;
	font-size:14px;
	color:#ff0000;
	border-bottom:1px solid #ff0000;
}
.text-A-7 {
	margin:10px 0 0 0;
	padding:10px 0 1px 0;
	font-size:14px;
	color:#000;
	font-weight: bold;
	border-top:1px solid #666;
}

.text-table {
	border-collapse: collapse;
}
.text-table td {
	font-size:14px;
	line-height:1.8em;
	vertical-align:top;
}
.text-table td.text-tdA01 {
	width:200px;
	padding:10px 0;
	color:#fff;
	text-align:center;
	line-height:1.5em;
	background-color:#a54939;
	border:1px solid #666;
}
.text-table td.text-tdA02 {
	width:600px;
	padding:10px 10px;
	line-height:1.0em;
	background-color:#fff;
	border:1px solid #666;
}
.text-table td.text-tdA02 a {
	font-size:14px;
}

.text-table2 {
	width:100%;
	margin:0 0 5px 0;
	border-collapse: collapse;
}
.text-table2 td {
	padding:10px 10px;
	font-size:14px;
	line-height:1.0em;
	vertical-align:middle;
	border:1px solid #666;
}
.text-table2 td.tdB01 {
	font-size:13px;
}

/*---------------------------------------------------*/

.aisatsu-0 {
	margin:40px 0 40px 0;
}
.aisatsu-1 {
	position: relative;
	width:550px;
}
.aisatsu-2 {
	width:220px;
}

.aisatsu-t01p {
    position: absolute;
    top:0px;
}
.aisatsu-t02p {
    position: absolute;
    top:35px;
}
.aisatsu-t03p {
    position: absolute;
    top:90px;
}
.aisatsu-t04p {
    position: absolute;
    top:140px;
}
.aisatsu-t05p {
    position: absolute;
    top:175px;
}
.aisatsu-t06p {
    position: absolute;
    top:210px;
}
.aisatsu-t07p {
    position: absolute;
    top:245px;
}
.aisatsu-t08p {
    position: absolute;
    top:305px;
}
.aisatsu-t09p {
    position: absolute;
    top:375px;
}
.aisatsu-t10p {
    position: absolute;
    top:410px;
}
.aisatsu-t11p {
    position: absolute;
    top:445px;
}
.aisatsu-t12p {
    position: absolute;
    top:480px;
}
.aisatsu-t13p {
    position: absolute;
    top:515px;
}
.aisatsu-t14p {
    position: absolute;
    top:555px;
	right:20px;
}

/*---------------------------------------------------*/

.reitou-top {
	overflow:hidden;
    position:relative;
	height:900px;
	padding:80px 0 0 0;
	background-color:#fee155;
	background-image: url(../images/back-main03.jpg);
}
@media screen and (max-width:480px){
.reitou-top {
	height:535px;
	padding:0px 0 0 0;
}
}

.reitou-top1 {
	overflow:hidden;
	position:absolute;
	top:130px;
	left:0px;
	right:0;
	width:600px;
	height:600px;
	margin:0 auto;
	background-image: url(../images/utuwa.png);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
	border-radius:50%;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.5);
}
@media screen and (max-width:480px){
.reitou-top1 {
	overflow:hidden;
	position:absolute;
	top:165px;
	left:0px;
	right:0;
	width:280px;
	height:280px;
}
}

.reitou-title {
	position:absolute;
	top:150px;
	left:-800px;
	right:0;
	width:101px;
	margin:0 auto;
}
.reitou-title-s {
	position:absolute;
	top:100px;
	left:0;
	right:0;
	width:305px;
	margin:0 auto;
}

.reitou-hand {
	position:absolute;
	bottom:130px;
//	right:0px;
	width:550px;
	margin:0 auto 0 35px;
}
@media screen and (max-width:480px){
.reitou-hand {
	position:absolute;
	bottom:30px;
	right:5px;
	width:180px;
	margin:0 auto 0 auto;
}
}

.reitou-back01 {
	z-index:1;
	position:relative;
//	position:absolute;
//	bottom:-10px;
	width:100%;
	height:130px;
	margin:-120px 0 0 0;
	background-image: url(../images/back01.png);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center left;
//border:1px solid #000;
}
@media screen and (max-width:480px){
.reitou-back01 {
	height:30px;
	margin:-25px 0 0 0;
}
}
.reitou-yama {
	z-index:1;
	position:absolute;
	bottom:-50px;
	left:0;
	right:-800px;
	width:300px;
	height:300px;
	margin:0 auto 0 auto;
	background-color:#f6f2ef;
	border-radius:50%;
}
@media screen and (max-width:480px){
.reitou-yama {
	bottom:-70px;
	left:0;
	right:-250px;
	width:80px;
	height:140px;
	margin:0 auto 0 auto;
}
}

.reitou-line {
	width:704px;
	height:6px;
	margin:80px 0;
	background-image: url(../images/line.jpg);
}
@media screen and (max-width:480px){
.reitou-line {
	width:280px;
	height:6px;
	margin:50px 0;
}
}

.reitou-main {
	padding:80px 0 0 0;
//	background-color:#f6f2ef;
}
@media screen and (max-width:480px){
.reitou-main {
	padding:50px 10px 0 10px;
}
}

.reitou-centent01 {
	position:relative;
	width:704px;
	text-align:left;
}
@media screen and (max-width:480px){
.reitou-centent01 {
	width:100%;
}
}

.reitou-centent02 {
	position:relative;
	width:1000px;
	height:1350px;
	text-align:left;
}
@media screen and (max-width:480px){
.reitou-centent02 {
	width:100%;
	height:auto;
}
}
.reitou-centent02-1 {
	width:595px;
	text-align:center;
	line-height:2.2em;
	font-weight:bold;
}
@media screen and (max-width:480px){
.reitou-centent02-1 {
	width:100%;
	line-height:1.7em;
}
}

.reitou-centent02-2 {
	width:442px;
	text-align:center;
	line-height:2.2em;
	position:absolute;
}
@media screen and (max-width:480px){
.reitou-centent02-2 {
	width:300px;
	margin:30px auto 0 auto;
	text-align:center;
	line-height:1.7em;
	position:relative;
}
}
.reitou-centent02-2a {
	top:40px;
	right:0;
}
.reitou-centent02-2b {
	top:270px;
	left:40px;
}
.reitou-centent02-2c {
	top:730px;
	right:30px;
}
@media screen and (max-width:480px){
.reitou-centent02-2a {
	top:0;
	right:0;
}
.reitou-centent02-2b {
	top:0;
	left:0;
}
.reitou-centent02-2c {
	top:0;
	right:0;
}
}

.reitou-centent02-2-1 {
	width:442px;
	height:442px;
	border:20px solid #fff;
	background-color:#fff;
	border-radius:50%;
	box-shadow: 20px 20px 30px rgba(0,0,0,0.3);
}
@media screen and (max-width:480px){
.reitou-centent02-2-1 {
	width:300px;
	height:300px;
	border:10px solid #fff;
}
}
.reitou-centent02-2-1a {
	background-image: url(../images/r-menu01.jpg?1020);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.reitou-centent02-2-1b {
	background-image: url(../images/r-menu02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.reitou-centent02-2-1c {
	background-image: url(../images/r-menu03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}

.reitou-centent02-2-2 {
	display:inline-block;
	margin:15px 0 0px 0;
	font-size:39px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.reitou-centent02-2-2 {
	margin:10px 0 0px 0;
	font-size:24px;
}
}
.reitou-centent02-2-3 {
	line-height:2.0em;
}
@media screen and (max-width:480px){
.reitou-centent02-2-3 {
	line-height:1.7em;
}
}
.reitou-centent02-2-4 {
	display:inline-block;
	width:270px;
	margin:10px 0 0 0;
	padding:5px 0;
	font-size:20px;
	color:#fff;
//	font-weight:bold;
	text-align:center;
	background-color:#ea5532;
	border:2px solid #ea5532;
	border-radius:20px;
	transition: all 300ms ease-out 0s;
}
.reitou-centent02-2-4:hover {
	color:#ea5532;
	background-color:#fff;
}
@media screen and (max-width:480px){
.reitou-centent02-2-4 {
	display:block;
//	width:300px;
	width:100%;
	font-size:14px;
}
}

.reitou-centent03 {
	position:relative;
	width:1030px;
	text-align:left;
}
@media screen and (max-width:480px){
.reitou-centent03 {
	width:100%;
}
}

@media screen and (max-width:480px){
.midashi02p {
	width:240px;
}
}


.reitou-centent03-1 {
	padding:0 15px 60px 15px;
}
@media screen and (max-width:480px){
.reitou-centent03-1 {
	padding:0 0px 10px 0px;
}
}

.reitou-centent03-3 {
	position:relative;
	min-height:280px;
	background-color:#fff;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
@media screen and (max-width:480px){
.reitou-centent03-3 {
	min-height:1px;
}
}
.reitou-centent03-3-0 {
	position:absolute;
	top:-10px;
	left:-15px;
	width:50px;
	height:50px;
	padding:0px 0 0 0;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:2px solid #000;
	border-radius:50%;
}
.reitou-centent03-3-1 {
//	height:215px;
	padding:10px 0;
	text-align:center;
//	background-color:#ddd;
}
.reitou-centent03-3-2 {
	padding:0 15px 15px 15px;
	font-weight:bold;
}
.reitou-centent03-3-2a {
	display:inline-block;
	margin:5px 0 0 0;
	padding:5px 12px;
	color:#fff;
	font-weight:bold;
	background-color:#613034;
}
.reitou-centent03-3-2b {
	display:inline-block;
	margin:5px 0 0 0;
	padding:5px 12px;
	color:#fff;
	font-weight:bold;
	background-color:#bc8719;
}
.reitou-centent03-3-2c {
	display:inline-block;
	margin:5px 0 0 0;
	padding:5px 12px;
	color:#fff;
	font-weight:bold;
	background-color:#063c5f;
}
.reitou-centent03-3-3 {
	margin:20px 0 0 0;
	font-size:21px;
	color:#613034;
	font-weight:bold;
}
@media screen and (max-width:480px){
.reitou-centent03-3-3 {
	margin:10px 0 0 0;
	font-size:21px;
}
}

.reitou-centent03-3-3b {
	color:#bc8719;
}
.reitou-centent03-3-3c {
	color:#063c5f;
}

.reitou-centent03-4 {
	height:30px;
}

.reitou-centent03-5 {
	margin:0px 0 35px 0;
	font-size:37px;
	font-weight:bold;
	color:#613034;
	text-align:center;
}
@media screen and (max-width:480px){
.reitou-centent03-5 {
	margin:0px 0 15px 0;
	font-size:22px;
}
}
.reitou-centent03-5b {
	color:#bc8719;
}
.reitou-centent03-5c {
	color:#063c5f;
}


.reitou-centent03-p1 {
//	width:200px;
	height:130px;
	margin:0 0 0 40px;
}
.reitou-centent03-p3 {
//	width:200px;
	height:100px;
	margin:30px 0 0 0;
}
@media screen and (max-width:480px){
.reitou-centent03-p3 {
//	width:200px;
	height:100px;
	margin:10px 0 0 0;
}
}
.reitou-centent03-p4 {
//	width:200px;
	height:130px;
	margin:0 0 0 0px;
}

.reitou-centent03-6 {
	width:200px;
	padding:5px 0px;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.reitou-centent03-7 {
	width:200px;
	padding:5px 0px;
	font-size:24px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
@media screen and (max-width:480px){
.reitou-centent03-6 {
	width:160px;
	padding:5px 0px;
	font-size:13px;
}
.reitou-centent03-7 {
	width:160px;
	padding:5px 0px;
	font-size:20px;
}
}

.reitou-centent04-0 {
	padding:0 10px;
}
.reitou-centent04 {
	display:block;
	width:100%;
//	margin:15px 0 0px 0;
	padding:12px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-color:#fff;
	border:3px solid #000;
	border-radius:20px;
	transition: all 300ms ease-out 0s;
}
@media screen and (max-width:480px){
.reitou-centent04-0 {
	padding:0 0px;
}
.reitou-centent04 {
	padding:10px 0;
	font-size:17px;
	border:2px solid #000;
	border-radius:10px;
}
}

.reitou-centent04-1 {
	color:#613034;
	border:3px solid #613034;
}
.reitou-centent04-1:hover {
	color:#fff;
	background-color: #613034;
}
.reitou-centent04-2 {
	color:#bc8719;
	border:3px solid #bc8719;
}
.reitou-centent04-2:hover {
	color:#fff;
	background-color: #bc8719;
}
.reitou-centent04-3 {
//	margin:10px 0 0 0;
	color:#063c5f;
	border:3px solid #063c5f;
}
.reitou-centent04-3:hover {
	color:#fff;
	background-color: #063c5f;
}

.reitou-centent05 {
	margin:20px 0 0 0;
	padding:0 15px;
}
.reitou-centent05-1 {
	display:inline-block;
	margin:0 20px 0 0;
	padding:5px 15px;
	font-size:22px;
	color:#fff;
	background-color: #613034;
}
.reitou-centent05-1b {
	background-color: #bc8719;
}
.reitou-centent05-1c {
	background-color: #063c5f;
}


.reitou-centent06 {
	position:relative;
	width:1030px;
	text-align:left;
}
.reitou-centent06-1 {
	padding:0 5px;
}
@media screen and (max-width:480px){
.reitou-centent06 {
	width:100%;
}
.reitou-centent06-1 {
	padding:0 0px;
}
}

.reitou-centent06-txt {
	margin:0 0 20px 0;
	font-size:20px;
	color:#000;
	font-weight:bold;
}
@media screen and (max-width:480px){
.reitou-centent06-txt {
	margin:40px 0 20px 0;
	font-size:15px;
}
}

.reitou-centent06-2 {
	position:relative;
//	height:200px;
//	padding:17px 20px;
//	background-color:#fff;
//	border:10px solid #fff;
//	border-radius:10px;
//	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);

	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.reitou-centent06-2-b1 {
	background-image: url(../images/rb1--.jpg);
	background-position: top -80px center;
}
.reitou-centent06-2-b2 {
	background-image: url(../images/rb2.jpg);
}
@media screen and (max-width:480px){
.reitou-centent06-2 {
	height:auto;
	padding:10px 10px;
	background-position: center center;
}
.reitou-centent06-2-b1 {
	background-position: top -20px center;
}
.reitou-centent06-2-b2 {
	background-image: url(../images/rb2s.jpg);
}
}
.reitou-centent06-2-1 {
	display:inline-block;
	margin:0 0 10px 0;
	padding:5px 20px;
	font-size:17px;
	color:#fff;
	font-weight:bold;
	background-color:#613034;
	border-radius:10px;
}
@media screen and (max-width:480px){
.reitou-centent06-2-1 {
	padding:7px 20px 5px 20px;
	font-size:15px;
}
}

.reitou-centent06-3 {
//	margin:5px 0 0 0;
	padding:0px;
	color:#000;
//	font-weight:bold;
//	border:1px solid #ccc;
	border-radius:10px;
}
@media screen and (max-width:480px){
.reitou-centent06-3 {
	margin:5px 0 0 0;
}
}

.reitou-centent06-3-1 {
	font-size:14px;
	font-weight:bold;
}
.reitou-centent06-3-2 {
	font-size:24px;
	font-weight:bold;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
@media screen and (max-width:480px){
.reitou-centent06-3-2 {
	font-size:15px;
}
}

.reitou-centent06-4 {
//	position:absolute;
//	right:200px;
//	bottom:15px;
	font-size:50px;
	color:#000;
	font-weight:bold;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}
.reitou-centent06-4-1 {
	display:inline-block;
	font-size:22px;
}
@media screen and (max-width:480px){
.reitou-centent06-4 {
//	position:absolute;
//	right:20px;
//	bottom:50px;
	font-size:50px;
	color:#000;
	font-weight:bold;
}
.reitou-centent06-4-1 {
	font-size:18px;
}
}

.reitou-centent06-5 {
	position:absolute;
	right:20px;
	bottom:15px;
}

.reitou-centent06-6 {
	float:right;
	width:100px;
	height:100px;
	margin:0 2px;
	border:5px solid #fff;
	background-color:#fff;
	border-radius:50%;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}
@media screen and (max-width:480px){
.reitou-centent06-6 {
	width:50px;
	height:50px;
	margin:0 6px;
	border:1px solid #fff;
}
}
.reitou-centent06-7 {
//	height:60px;
}

.reitou-centent06-8 {
	float:right;
}
@media screen and (max-width:480px){
.reitou-centent06-8 {
	width:100%;
}
}


.reitou-centent07 {
	position:relative;
//	width:1030px;
	padding:80px 0 80px 0;
//	text-align:left;
//	border:1px solid #000;

	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.reitou-centent07-1 {
	width:1030px;
	text-align:left;
}
@media screen and (max-width:480px){
.reitou-centent07 {
	padding:40px 0 40px 0;
}
.reitou-centent07-1 {
	width:100%;
	padding:0 20px;
}
}
.reitou-centent07p {
	width:520px;
}
@media screen and (max-width:480px){
.reitou-centent07p {
	width:100%;
}
}

.reitou-bnr-p {
	max-width:800px;
	width:100%;
}
.furusato-bnr-p {
	max-width:500px;
	width:100%;
	border:2px solid #4e070b;
}


.midashi01p {
	margin:0 0 10px 0;
}
@media screen and (max-width:480px){
.midashi01p {
	width:305px;
	margin:0 0 10px 0;
}
}




.reitou-centent-tm {
	margin:0 0 40px 0;
	font-size:41px;
	color:#633139;
	font-weight:bold;
	text-align:center;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;

}
@media screen and (max-width:480px){
.reitou-centent-tm {
	margin:0 0 20px 0;
	font-size:16px;
}
}

.reitou-photo01 {
	width:450px;
	height:300px;
	background-color:#ddd;
//	background-image: url(../images/photo01.jpg);
	background-image: url(../images/rb1-.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
	border-radius:10px;
}
@media screen and (max-width:480px){
.reitou-photo01 {
	width:100%;
	height:200px;
}

}


/*---------------------------------------------------*/

.shop-top {
	overflow:hidden;
	position:relative;
//	max-width:1260px;
//	width:1200px;
//	height:900px;
	height:900px;
//	padding:140px 40px 40px 40px;
	padding:80px 0px 0px 0px;
	line-height:1.0em;
//	background-color:#fee155;
//	border:1px solid #000;

//	background-image: url(../images/rb1--.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
@media screen and (max-width:480px){
.shop-top {
//	height:535px;
//	padding:0px 10px 10px 10px;
}
}

.shop-top-p {
	width:100%;
//	max-width:1100px;
//	box-shadow: 2px 2px 15px rgba(0,0,0,0.6);
}
.shop-top-pa {
	z-index:1;
	position:relative;
//	position:absolute;
//	top:100px;
//	left:0px;
	width:100%;
//	min-width:1200px;
	margin:80px 0 0 0;
}

.shop-main {
//	max-width:1140px;
	margin:-140px 0 0 0;
	padding:0px 0px 0 0px;
}
@media screen and (max-width:480px){
.shop-main {
	margin:-40px 0 0 0;
	padding:0px 0px 0 0px;
}
}

.shop-title {
//	display:inline-block;
	font-size:50px;
	color:#633139;
	font-weight:bold;
}

.shop-title2 {
//	display:inline-block;
	font-size:25px;
	color:#b16a27;
	font-weight:bold;
}
@media screen and (max-width:480px){
.shop-title {
	font-size:22px;
}
.shop-title2 {
	font-size:13px;
}
}
.shop-title-f {
	color:#fff;
}
.shop-title2-f {
	color:#e9cb7b;
}
.shop-title2-shadow {
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}


.shop-tyuui-btn {
	display:inline-block;
	margin:50px 0 0 0;
	padding:12px 80px;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ee0000;
	border:1px solid #ee0000;
	border-radius:100px;
	transition: .2s;
}
.shop-tyuui-btn:hover {
	color:#ee0000;
	background-color:#fff;
}
.shop-tyuui-btn2 {
	display:inline-block;
//	width:160px;
//	height:160px;
	padding:10px 30px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ee0000;
	border:1px solid #ee0000;
	border-radius:10px;
	transition: .2s;
}
.shop-tyuui-btn2:hover {
	color:#ee0000;
	background-color:#fff;
}
@media screen and (max-width:480px){
.shop-tyuui-btn2 {
	display:block;
	padding:10px 0px;
	font-size:13px;
	border-radius:10px;

}
}

.colorbox1 {
	border:none;
}

.shop-pin {
	position: relative;
}
.shop-pin2 {
	position: absolute;
	bottom:14px;
	right:20px;
}
@media screen and (max-width:480px){
.shop-pin2 {
	position: relative;
	bottom:auto;
	right:auto;
	padding:10px 10px 0 10px;
}
}

.shop-contents {
	overflow:hidden;
//	max-width:1260px;
//	width:1200px;
//	padding:0 30px 80px 30px;
	padding:0 0px 80px 0px;
}
@media screen and (max-width:480px){
.shop-contents {
	padding:0 0px 40px 0px;
}
}
.shop-contents-bk1 {
	position: relative;
	background-image: url(../images/back-main05.jpg);
//	background-repeat: no-repeat;
//	background-position: center center;
//	background-size: cover;
//	background-size: contain;
}
.shop-contents-bk2 {
	z-index:0;
//	position: relative;
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	height:1070px;
//	margin:0 0 150px 0;
//	padding:120px 0 0 0;
	background-image: url(../images/back-main05-1.png);
	background-repeat: no-repeat;
	background-position: center top;
//	background-size: cover;
	background-size: contain;
//	border:1px solid #000;
}
.shop-contents-bk3 {
	overflow:hidden;
	position: relative;
	margin:-2px 0 0 0;
	padding:80px 30px 80px 30px;
//	background-image: url(../images/back-main01.jpg);
	background-image: url(../images/back-main05.jpg);
//	background-repeat: no-repeat;
//	background-position: center center;
//	background-size: cover;
//	background-size: contain;
}
.shop-contents-bk3-p {
	z-index:0;
	position:absolute;
	top:0px;
	right:0;
	width:100%;

}
.shop-contents-bk3aa {
	max-width:1200px;
	padding:0 50px 0 0;
	text-align:right;
}
@media screen and (max-width:480px){
.shop-contents-bk3aa {
	padding:0 20px 0 20px;
	text-align:center;
}
}
.shop-contents-bk3-1 {
	z-index:2;
	position: relative;
	display:inline-block;
}
.shop-contents-bk3-2 {
	z-index:1;
	position:absolute;
	top:-30px;
	left:-30px;
	width:100px;
	height:100px;
	padding:34px 0 0 0;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#ee0000;
	border-radius:50%;
	transform:rotate(-20deg);
}
@media screen and (max-width:480px){
.shop-contents-bk3 {
	padding:40px 20px 40px 20px;
}
.shop-contents-bk3-2 {
	top:-20px;
	left:-15px;
	width:60px;
	height:60px;
	padding:21px 0 0 0;
	font-size:11px;
}
}

.shop-contents3 {
	z-index:1;
	position: relative;
	width:1140px;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.shop-contents3 {
	width:100%;
	padding:0 4px;
}
}

.shop-contents2 {
//	width:1200px;
	padding:80px 30px 80px 30px;
	background-color:#fff;
	background-image: url(../images/back-main01.jpg);
//	background-repeat: no-repeat;
//	background-size: cover;
//	background-size: contain;
//	background-position: center center;
//	border:1px solid #000;
}
@media screen and (max-width:480px){
.shop-contents2 {
	padding:40px 20px 40px 20px;
}
}

.shop-select {
	padding: 0 0 15px 15px;
//	border:1px solid #000;
}
.shop-select01 {
	width:175px;
	margin:0 5px 0 5px;
	padding: 6px 0;
	color:#fff;
	border:1px solid #bbb;
	background-color:#bbb;
	border-radius:100px;
}


.pln-button input {
	display: none;
}
.pln-button {
	padding: 0 0 5px 10px;
}
@media screen and (max-width:480px){
.pln-button {
	padding: 0 0 5px 5px;
}
}
.pln-button label{
	display: inline-block;
	float: left;
	cursor: pointer;
	transition: .2s;

	width:175px;
	margin:0 5px 0 5px;
	padding: 6px 0;
	color:#fff;
	border:1px solid #bbb;
	background-color:#bbb;
	border-radius:100px;
}
@media screen and (max-width:480px){
.pln-button label{
	width:106px;
	margin:3px 3px 3px 3px;
	padding: 6px 0;
}
}
.pln-button label:hover{
	color:#999;
	background-color:#fff;
}
.pln-button input[type="radio"]:checked + .switch-on {
	color:#fff;
	background-color:#633139;
	border:1px solid #633139;
}
.pln-button input[type="radio"]:checked + .switch-off {
	color:#fff;
	background-color:#633139;
	border:1px solid #633139;
}



.cart {
	z-index:10;
	position: fixed;
	top:90px;
	right:10px;
	width:80px;
	height:80px;
	padding:13px 0 0 0;
	text-align:center;
	line-height:1.0em;
	background-color:#633139;
	border:4px solid #daaf3f;
	border-radius:50%;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,1.0);
	transition: all 300ms ease-out 0s;
}
.cart:hover {
	background-color:#daaf3f;
}
.cart-t {
	margin:5px 0 0 0;
	font-size:9px;
	color:#fff;
	text-align:center;
	letter-spacing:0px;
	line-height:1.0em;
}
.cart-p {
	width:30px;
}

.shop-box-mr01 {
	z-index:1;
	position:absolute;
	top:-15px;
	left:-15px;
	width:100px;
	height:100px;
	padding: 24px 12px 0 12px;
	background-color:#cd0000;
	border-radius:50%;
}
.shop-box-mr-p {
	width:100%;
}
@media screen and (max-width:480px){
.shop-box-mr01 {
	top:-5px;
	left:-5px;
	width:50px;
	height:50px;
	padding: 12px 5px 0 5px;
}
}

.shop-box {
	position: relative;
//	height:520px;
	height:540px;
//	margin:25px 0 0 0;
	padding:25px;
//	background-color:#fee155;
//	background-color:#f7f2e7;
	background-color:#fff;
//	border:1px solid #623135;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
//	border-radius:20px;
}
.shop-box-a1 {
	background-color:#ffd1b3;
}
@media screen and (max-width:480px){
.shop-box {
//	height:415px;
	height:460px;
	padding:5px 5px 60px 5px;
}
}

.shop-box-01 {
//	width:300px;
	height:200px;
	margin:0 0 15px 0;
//	background-image: url(../images/utuwa.png);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
//	border-radius:10px;
}
@media screen and (max-width:480px){
.shop-box-01 {
	height:110px;
	margin:0 0 10px 0;

}
}
.shop-box-02 {
//	width:35%;
//	padding:25px;
//	border-left:1px solid #623135;
//	background-color:#fee155;
}

.shop-box-02-1 {
	float:left;
	display:inline-block;
//	width:100px;
	margin:0 0 5px 0;
	padding:4px 10px;
	font-size:11px;
	color:#333;
	text-align:center;
	line-height:1.0em;
	background-color:#fff;
	border:1px solid #777;
//	border-radius:15px;
}
.shop-box-02-1-1 {
	float:left;
	margin:0 0 0 7px;
	padding:5px 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:1.0em;
	background-color:#94402e;
	border-radius:100px;
}
@media screen and (max-width:480px){
.shop-box-02-1-1 {
	font-size:9px;
	margin:0 5px 5px 0;
}
}
.shop-box-02-1-2 {
	float:left;
	margin:0 0 0 7px;
	padding:5px 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:1.0em;
	background-color:#daae41;
	border-radius:100px;
}
@media screen and (max-width:480px){
.shop-box-02-1-2 {
	font-size:9px;
	margin:0 5px 5px 0;
}
}
.shop-box-02-1-3 {
	float:left;
	margin:0 0 0 7px;
	padding:5px 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:1.0em;
	background-color:#f49700;
	border-radius:100px;
}
@media screen and (max-width:480px){
.shop-box-02-1-3 {
	font-size:9px;
	margin:0 5px 5px 0;
}
}
.shop-box-02-1-4 {
	float:left;
	margin:0 0 0 7px;
	padding:5px 5px;
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:1.0em;
	background-color:#0b4e8a;
	border-radius:100px;
}
@media screen and (max-width:480px){
.shop-box-02-1-4 {
	font-size:9px;
	margin:0 5px 5px 0;
}
}

.shop-box-02-2 {
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
}
@media screen and (max-width:480px){
.shop-box-02-2 {
	font-size:14px;
}
}
.shop-box-02-3 {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
}
.shop-box-02-3-1 {
	display:inline-block;
	font-size:15px;
	font-weight:bold;
}
@media screen and (max-width:480px){
.shop-box-02-3 {
	font-size:14px;
}
.shop-box-02-3-1 {
	font-size:12px;
}
}

.shop-box-02-4 {
	padding:2px 0 10px 0;
	font-size:12px;
}
@media screen and (max-width:480px){
.shop-box-02-4 {
	padding:2px 0 5px 0;
	font-size:10px;
}
}

.shop-box-02-6 {
//	width:200px;
	width:100%;
	height:40px;
//	margin:0 0 0 20px;
	padding:8px 0 0 0;
	font-size:14px;
	color:#633139;
//	font-weight:bold;
	text-align:center;
//	background-color:#633139;
//	border:1px solid #633139;
	background-color:#daaf3f;
	border:1px solid #daaf3f;
//	border-radius:10px;
	transition: all 300ms ease-out 0s;
}
.shop-box-02-6:hover {
	color:#daaf3f;
	background-color:#fff;
}
@media screen and (max-width:480px){
.shop-box-02-6 {
	height:30px;
	margin:5px 0 0 0;
	padding:4px 0 0 0;
	font-size:12px;
}
}

.shop-box-02-6-0 {
	position: absolute;
	bottom: 25px;
	left: 0;
	width:100%;
	padding:0 25px;
}
.shop-box-02-6-1 {
	margin: 0 0 0 0;
}
@media screen and (max-width:480px){
.shop-box-02-6-0 {
	position: absolute;
	bottom: 5px;
	left: 0;
	width:100%;
	padding:0 5px;
}
}




.td-shop01 {
	float:left;
	width:33.3%;
	padding:20px;
	text-align:left;
	vertical-align:top;
}
@media screen and (max-width:480px){
.td-shop01 {
	width:50%;
	padding:4px;
}
}


.shop-box-table {
	margin:20px 0 0 0;
	background-color:#fee155;
	border:1px solid #623135;
}
.table td.td-shop01 {
	width:33%;
	padding:20px;
	vertical-align:top;
}

.table td.shop-box-01td {
	width:400px;
	height:300px;
//	background-image: url(../images/utuwa.png);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
}
.table td.shop-box-02td {
//	width:35%;
	padding:30px;
//	border-left:1px solid #623135;
//	background-color:#fee155;
}

.info-box-waku {
	position: relative;
	width:900px;
}
@media screen and (max-width:480px){
.info-box-waku {
	position: relative;
	width:100%;
}
}
.info-box {
	position: relative;
//	margin:25px 0 0 0;
	padding:40px;
//	background-color:#fff;
//	background-color:#ffe300;
//	background-color:#e9ba6c;
//	background-color:#ffdf52;
	background-color:#ffd541;
	box-shadow: 0px 2px 10px rgba(0,0,0,1.0);
	border-radius:20px;
}
@media screen and (max-width:480px){
.info-box {
	padding:20px;
	border-radius:10px;
}
}
.info-box-01 {
	margin:20px 0 0 0;
	font-size:20px;
	color:#633139;
	font-weight:bold;
	line-height:1.3em;
	text-align:center;
}
.info-box-02 {
//	width:210px;
	height:3px;
	margin:20px auto;
//	background-color:#daaf3f;
	background-color:#633139;
}
.info-box-03 {
	font-size:15px;
//	font-weight:bold;
	line-height:1.7em;
	text-align:center;
}
.info-box-03 b{
	font-size:15px;
//	font-weight:bold;
	line-height:1.7em;
}
@media screen and (max-width:480px){
.info-box-01 {
	margin:10px 0 0 0;
	font-size:17px;
}
.info-box-02 {
	height:2px;
	margin:10px auto;
}
.info-box-03 {
	font-size:12px;
}
.info-box-03 b{
	font-size:12px;
}
}

.info01-p {
	width:100%;
	border-radius:10px;
}
@media screen and (max-width:480px){
.info01-p {
	border-radius:5px;
}
}

.table td.td-info01 {
	width:50%;
	padding:0 35px 0 0;
	vertical-align:top;
//	border:1px solid #623135;
}
.table td.td-info02 {
	width:50%;
	padding:0 0 0 35px;
	vertical-align:top;
//	border:1px solid #623135;
}
@media screen and (max-width:480px){
.table td.td-info01 {
	display:block;
	width:100%;
	padding:0 0px 0 0;
}
.table td.td-info02 {
	display:block;
	width:100%;
	padding:20px 0 0 0;
}
}

.tyuui-main {
	padding:40px;
}


.cart01 {
	display:inline-block;
	font-size:14px;
}
.cart02 {
//	display:inline-block;
	width:50px;
	margin:10px 0;
	padding:5px;
	font-size:14px;
	color:#333;
	background-color:#fff;
	border:1px solid #333;
}

.cart03 {
	width:100%;
	padding:5px 0 5px 0;
	font-size:14px;
	color:#fff;
//	font-weight:bold;
	text-align:center;
	background-color:#633139;
	border:1px solid #633139;
	transition: all 300ms ease-out 0s;
}
.cart03:hover {
	color:#633139;
	background-color:#fff;
}
.cart03dd {
	width:100%;
	padding:5px 0 5px 0;
	font-size:14px;
	color:#fff;
//	font-weight:bold;
	text-align:center;
	background-color:#ff0000;
	border:1px solid #ff0000;
	transition: all 300ms ease-out 0s;
}
@media screen and (max-width:480px){
.cart03 {
	height:30px;
	margin:-5px 0 0 0;
	padding:2px 0 0 0;
	font-size:12px;
}
.cart03dd {
	height:30px;
	margin:-5px 0 0 0;
	padding:2px 0 0 0;
	font-size:12px;
}
}


/*---------------------------------------------------*/
/*----------------------------------------
	スライダー
----------------------------------------*/

.slider {
//	z-index:3;
	overflow:hidden;
//	position:absolute;
//	width:1100px;
	width:100%;
//	height:440px;
//	margin:0 auto;
	line-height:0.2em;
//	background-color:#fff;
//	border-radius:50%;
//	border:1px solid #000;
//	box-shadow: 2px 2px 15px rgba(0,0,0,0.6);
}

.gallery {
	overflow:hidden;
	width:100%;
//	height:440px;
//	border-radius:50%;
//	border:1px solid #000;
	line-height:0.2em;
}

.gallery-cell {
	overflow:hidden;
	display:block;
	width:100%;
//	height:440px;
//	background-image: url(../images/top001.jpg);
	background-repeat: no-repeat;
	background-size: cover;
//	background-size: contain;
	background-position: center center;
//	border-radius:50%;
//	border:1px solid #000;
	line-height:0.2em;
}
.gallery-cell img {
	width:100%;
	line-height:0.2em;
}
@media screen and (max-width:480px){
.slider {
//	top:180px;
//	left:0px;
//	right:0;
//	height:250px;
}
.gallery {
//	height:250px;
}
.gallery-cell {
//	height:250px;
}
}

/* smaller, dark, rounded square */
.slider div.flickity-prev-next-button {
	width: 30px;
	height: 30px;
//	border: 2px solid #ffffff;
	border-radius:0px;
	background: #3e2416;
//	background-image: url(../images/slider-y.png);
}
.slider div.flickity-prev-next-button:hover {
	background: #f5a100;
}
/* arrow color */
.slider div.flickity-prev-next-button .arrow {
//	fill: white;
}
.slider div.flickity-prev-next-button.no-svg {
//	color: white;
}
/* position outside */
.slider div.flickity-prev-next-button.previous {
	left: 200px;
}
.slider div.flickity-prev-next-button.next {
	right: 200px;
}

.slider div.flickity-page-dots {
	bottom: 10px;
}
.slider div.flickity-page-dots .dot {
	background: #3e2416;
}


/* smaller, dark, rounded square */
.flickity-prev-next-button {
	width: 50px;
	height: 50px;
	border: 2px solid #ffffff;
	border-radius:0px;
//	background: #3e2416;

}
.flickity-prev-next-button:hover {
	background-color: #000;
}
/* arrow color */
.flickity-prev-next-button .arrow {
	display:none;
//	fill: white;
//	font-size:10px;
}
.flickity-prev-next-button.no-svg {
	color: white;
}
/* position outside */
.slider .flickity-prev-next-button.previous {
	top:250px;
	left:50%;
	left:100px;
	margin-left:-575px;
//	background-image: url(../images/slider-y2.png);
}
.slider .flickity-prev-next-button.next {
	top:250px;
//	right:150px;
	right:50%;
	right:100px;
	margin-right:-575px;
//	background-image: url(../images/slider-y.png);
}
.flickity-prev-next-button:hover {
	opacity:0.7;
}

.flickity-page-dots {
//	bottom: 10px;
}
.flickity-page-dots .dot {
//	background: #3e2416;
}


/*---------------------------------------------------*/




/*-----------------------------------------------------------------
	-smart-
-----------------------------------------------------------------*/
@media screen and (max-width:480px){

#wrapper{
	display:none;
}
#smart_wrapper{
	display:block;
}
#footer{
	display:none;
}
/*以下は画像などの表示制御クラス*/
.pc_img_class{
	display:none;
}
.smart_img_class{
	display:inline;
}

.clear-p {
	clear:none;
}
.clear-s {
	clear:both;
}

.left {
	float:none;
}
.right {
	float:none;
}

.left-s {
	float:left;
}
.right-s {
	float:right;
}

.gotop {
	width:45px
}

* {
	font-size:12px;
}

html,body {
	min-width:1px;
}
body {
	min-width:1px;
}
/*---------------------------------------------------*/

.menu {
	width:100%;
	height:80px;
	padding:2px 7px 0 5px ;
}

.menu01 {
	width:100%;
	min-width:1px;
	max-width:100%;
}

.menu-table {
	width:100%;
	border-collapse: collapse;
//	border:1px solid #000;
}
.menu-table td.td01 {
	width:80px;
//	border:1px solid #000;
}
.menu-table td.td02 {
//	width:120px;
//	width:235px;
	width:100%;
	vertical-align:top;
//	border:1px solid #000;
}
.menu02 {
	padding:4px 0 0 0;
	text-align:right;
//	border:1px solid #000;
}
.menu-bbp {
	width:40px;
	margin:8px 0 0 0;
}

.top-contents01 {
	min-width:1px;
	padding:0 0px;
}
.top-cnts01-b {
	padding:0px 0 0 0;
}
.top-cnts01-b:before {
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	height: 100%;
	content: '';
//	background-color: #fff;
	background-image: url("../images/back-main01.jpg");
	z-index: -3;
}

.top-cnts01-1 {
	width:100%;
}
.main-01p {
}
.top-cnts01-0 {
	position: relative;
	overflow:hidden;
}



.utuwa01p {
	z-index: 2;
	position: absolute;
	top: -30px;
	left: 10px;
	width:100px;
}
.utuwa02p {
	z-index: -2;
	position: absolute;
	top: 170px;
	left:auto;
	right: -80px;
	width:250px;
}
.utuwa03p {
	z-index: -2;
	position: absolute;
	bottom: -150px;
	right: 45px;
	width:280px;
}
.top-txt01p {
	position: absolute;
	top: 80px;
	left: 10px;
	width:335px;
}

.top-cnts01-2 {
	position: relative;
	width:100%;
	height:10px;
	margin:40px 0 490px 0;
}



.top-contents02 {
	padding:20px 0 0px 0;
}
.osirase-p {
	height:40px;
}
.kame01-p {
	position: absolute;
	bottom: 0;
	right: 10px;
	width:60px;
}

.top-cnts02-1 {
	width:100%;
	margin:10px 0 0 0;
}
.top-cnts02-2 {
	width:100%;
	padding:0 10px 0 10px;
	color:#613033;
	text-align:left;
//	border:1px solid #000;
}
.top-cnts02-3 {
	width:100%;
	padding:0 10px 0 10px;
	color:#613033;
	text-align:left;
	word-break:break-all;
//	border:1px solid #000;
}


.top-contents03 {
	height:120px;
}

.utuwa04p {
	z-index: -2;
	position: absolute;
	top: -30px;
	left: 10px;
	width:200px;
}
.utuwa05p {
	z-index: -2;
	position: absolute;
	bottom: 0px;
	right: 20px;
	width:100px;
}


.top-contents04 {
	width:100%;
	height:auto;
}

.top-cnts04 td.td01 {
	display:block;
	width:100%;
	height:220px;
	background-size: cover;
//	background-size: contain;
//	border:1px solid #000;
}
.top-cnts04 td.td02 {
	display:block;
	width:100%;
//	border:1px solid #000;
}
.main04-p {
	width:100%;
}



.top-cnts05-b {
	margin:-5px 0 0 0;
	padding:40px 0 120px 0;

}

.utuwa06p {
	z-index: 0;
	position: absolute;
	top: -40px;
	left: -20px;
	width:130px;
}
.utuwa07p {
	z-index: 0;
	position: absolute;
	top: -60px;
	right: -70px;
	width:200px;
}
.utuwa08p {
	z-index: 0;
	position: absolute;
	top: 630px;
	right: -20px;
	width:100px;
}
.utuwa09p {
	z-index: 0;
	position: absolute;
	top: auto;
	bottom: -50px;
	left: -130px;
	width:300px;
}
.utuwa10p {
	z-index: 0;
	position: absolute;
	bottom: 70px;
	right: -20px;
	width:140px;
}
.utuwa11p {
	z-index: 1;
	position: absolute;
	bottom: 5px;
	right: 70px;
	width:100px;
}

.main05-1p {
	height:40px;
//	margin:-1000px 0 0 0;
}

.top-cnts05-1 {
	position: relative;
	height:520px;
	margin:100px 0 30px 0;
	padding:0px 0 0 0;
	background-position: center top 140px;
//	background-size: cover;
	background-size: contain;
//	border:1px solid #000;
}


.top-cnts05-2 {
	width:280px;
	margin:20px 0 35px 0;
}
.top-cnts05-2-1 {
	float:left;
	width:140px;
	margin:0 0 20px 0;
//	border:1px solid #000;
}
.menu-05-b1p {
	height:110px;
}
.menu-05-bbp {
	width:100px;
	margin:-40px 0 0 0;
}



.top-contents06 {
	height:500px;
//	border:1px solid #000;
}

.top-cnts06 {
	display:block;
	width:100%;
	height:auto;
}
.top-cnts06 tr {
//	display:block;
}
.top-cnts06 td {
	display:block;
	width:100%;
	height:auto;
}
.top-cnts06 td.td01 {
//	width:350px;
	height:300px;
}
.top-cnts06 td.td02 {
	height:160px;
	width:100%;
}

.main06-1p {
	position: absolute;
	top: 20px;
	right: auto;
	left: 15px;
	width:325px;
}
.main06-2p {
	position: absolute;
	top: 100px;
	left: 10px;
	width:65px;
}

.main06-3p {
	position: absolute;
	bottom: 20px;
	left: 10px;
	right:auto;
	margin:0 auto;
	width:335px;
}

.top-cnts06-2 {
	width:100%;
	height:260px;
//	border:1px solid #000;
}






.top-contents07 {
	padding:20px 0 60px 0;
}
.main07-1p {
	height:40px;
}
.top-cnts07-1 {
	width:100%;
	margin:20px 0 0 0;
	padding:0 10px;
}

.top-cnts07-2 {
	width:100%;
	margin:0 0 20px 0;
}
.main-sh01-2p {
	height:45px;
}

.main-sh01-1p {
	width:100%;
//	width:35px;
}

.top-contents08 {
	padding:0 0 30px 0;
}

.top-cnts08-1 {
	z-index:1;
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	width:100%;
	height:115px;
	margin:0 auto 0 auto;
//	border:1px solid #000;
}

.top-cnts08-1-1 {
	top: 55px;
	left: 10px;
	width:85px;
}
.top-cnts08-1-2 {
	top: 55px;
	right: 10px;
	width:85px;
}

.top-cnts08-2 {
	padding:80px 0 0 0;
	color:#fff;
}
.top-cnts08-3 {
	padding:10px 0 0 0;
	color:#fff;
}

.top-contents09 {
	padding:10px 0;
	font-size:11px;
	color:#623134;
	background-color:#daae41;
}
/*---------------------------------------------------*/

.contents001 {
	padding:30px 0 20px 0;
}




.title-001p {
	height:40px;
}
.title-002p {
	height:35px;
}
.title-003p {
	height:80px;
}
.title-004p {
	width:300px;
}
.title-005p {
	height:80px;
}

.cnts001-0 {
	margin:20px 0 20px 0;
	padding:0 10px;
//	border:1px solid #000;
}

.cnts001-table {
	display:block;
	width:100%;
//	border:1px solid #000;
}
.cnts001-table tr {
	display:block;
	padding:0;
}
.cnts001-table td.td01 {
	display:block;
	width:100%;
	padding:0;
	vertical-align:top;
//	border:1px solid #000;
}
.cnts001-table td.td02 {
	display:block;
	width:100%;
//	border:1px solid #000;
}

.cnts001-table02 {
	width:100%;
}
.cnts001-table02 td.td02-01 {
//	width:25%;
	height:80px;
	font-size:10px;
}
.cnts001-table02 td.td02-02 {
//	width:25%;
	height:80px;
	font-size:10px;
}
.cnts001-table02 td.td02-03 {
//	width:25%;
	height:80px;
	font-size:10px;
}
.cnts001-table02 td.td02-04 {
//	width:25%;
	height:80px;
	font-size:10px;
}

.cnts002-txt1 {
	width:100%;
	height:80px;
	padding:32px 0 0 0;
	font-size:10px;
}

.rekishi-001p {
	width:100%;
}

.rekishi-001-1p {
	position: absolute;
	bottom: -20px;
	right:0px;
	width:200px;
}

.contents001-1 {
	position: relative;
	padding:10px 0 10px 0;
}

.cnts001-1 {
	position: relative;
	height:auto;
	padding:0px 0px 190px 0px;
}


.cnts002-table {
	display:block;
	width:100%;
}
.cnts002-table td.td01-1 {
	display:block;
	width:100%;
	height:400px;
}
.cnts002-table td.td01-2 {
	display:block;
	width:100%;
}
.cnts002-table td.td02 {
	display:block;
	width:100%;
	padding:10px 10px;
	position: relative;
//	border:1px solid #000;
}
.cnts002-table td.td03 {
	display:block;
	width:100%;
	padding:10px 10px;
	position: relative;
//	border:1px solid #000;
}

.reki01 {
	display:inline-block;
	padding:5px 0px 10px 0px;
	text-align:left;
}
.r_m {
	font-size:14px;
	color:#ad0c08;
	font-weight: bold;
}

.rekishi02-1p {
	width:100%;
	margin:10px 0 20px 0;
}

.rekishi01-2p {
	position: static;
	width:150px;
	margin:10px 0 10px 0;
}
.rekishi01-3p {
	width:100%;
	margin:10px 0 0px 0;
}
.reki01-1 {
	padding:0 0 10px 0px;
}


/*---------------------------------------------------*/
.top-menu02 {
	z-index:11;
	position:fixed;
	top:80px;
	width:100%;
//	margin:-10px 0 0 0;
}
.top-menu03 {
	width:100%;
	margin:-1px 0 0 0;
	padding:12px 0 10px 0;
	font-size:13px;
	color:#fff;
	font-weight: bold;
	background-color:#613034;
	border:1px solid #d9ae3e;
}
.top-menu03:hover {
	color:#613034;
	background-color:#d9ae3e;
}
.top-menu04 {
	width:100%;
	margin:-1px 0 0 0;
	padding:10px 0;
	font-size:13px;
	color:#fff;
	font-weight: bold;
	background-color:#fff;
	border:1px solid #d9ae3e;
}
.top-menu04:hover {
	color:#613034;
	background-color:#d9ae3e;
}
.top-menu04a {
	background-color:#daaf3f;
}
.top-menu04a:hover {
	background-color:#fff;
}


/*---------------------------------------------------*/

.contents000 {
	padding:20px 10px 20px 10px;
}

.oshina-001 {
	width:100%;
}

.oshina-003-0b {
	width:100%;
	margin:-40px 0 0 0;
}

.oshina-table02 {
	margin: 0 0px 0 0;
}

.oshina-midashi {
	width:100%;
	margin:50px 0 10px 0;
	padding:0;
	font-size:20px;
}
.oshina-midashi-m {
	margin:20px 0 10px 0;
}
.oshina-midashi-m1 {
	margin:20px 0 10px 0;
}

.oshina-a000 {
	width:100%;
}

.oshina-a001 {
//	float:none;
//	width:100%;
	width:50%;
//	margin:-1px -1px 0 0;
	padding:2px;
}
.oshina-a001a {
	padding:5px;
}
.oshina-a001-1 {
	font-size:14px;
}
.oshina-a001-3-0 {
	float:right;
	height:auto;
	margin:0 0 0 2px;
	padding:5px 0px;
	font-size:7px;
}
.oshina-a001-3-1 {
	width:35px;
}
.oshina-a001-3-2 {
	width:35px;
}
.oshina-a001-3-3 {
	width:55px;
}


.oshina-003-1 {
	width:80px;
}

.oshina-table01 {
	float:left;
}

.osina-menu-p {
	width:100%;
	margin:10px 0 20px 0;
}

/*---------------------------------------------------*/

.rekishi-waku00 {
	z-index:3;
	position: relative;
	padding:20px 10px;
	overflow:hidden;
}

.rekishi-waku02b {
	z-index:2;
	position: relative;
	min-height:100px;
	padding:20px 10px;
//	background-size: cover;
	background-size: contain;
}


.rekishi-waku-w01 {
	z-index:1;
	position: absolute;
	height:auto;
	overflow:hidden;
}

.reki00 {
	padding:10px 0px 10px 0px;
}

.reki01a {
	margin:80px 0 0 0;
}

.rekishi04-0 {
	width:100%;
	margin:0 0 40px 0;
	padding:10px 10px 6px 10px;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.rekishi04-1p {
	width:100%;
}


.cnts002-table {
	display:block;
}
.cnts002-table td {
	display:block;
}
.cnts002-table td.td01-1 {
	height:300px;
}
.rekishi-table {
	display:block;
}
.rekishi-table td.td00b{
	display:block;
}
.rekishi-table td.td00 {
	display:block;
	padding:0 0px;
}
.rekishi-table td.td02a {
//	width:50%;
	height:250px;
}
.rekishi-table td.td05 {
	width:100%;
	height:300px;
	margin:10px 0;
}
.rekishi-table td.td06 {
	display:block;
	width:100%;
	height:300px;
	margin:10px 0 100px 0;
}
.rekishi-table td.td07 {
	display:block;
	width:100%;
	height:300px;
	margin:10px 0 10px 0;
}
.rekishi-table td.td01 {
	display:block;
	width:100%;
	height:300px;
	margin:10px 0 100px 0;
}

.rekishi07-1p {
	width:100%;
}

.rekishi08-0 {
	width:100%;
	margin:0 0 15px 0;
	padding:10px 10px 6px 10px;
	background-color:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.rekishi08-2p {
	width:100%;
}

.rekishi-wtw01 {
	z-index:1;
	position: absolute;
	top: -50px;
	left:-30px;
	width:150px;
}
.rekishi-wtw02 {
	z-index:1;
	position: absolute;
	bottom:-150px;
	right:-100px;
	width:200px;
}
.rekishi-wtw06 {
	z-index:1;
	position: absolute;
	bottom:-50px;
	right:-80px;
	width:190px;
}
.rekishi-wtw03 {
	z-index:1;
	position: absolute;
	bottom:-50px;
	left:-60px;
	width:250px;
}
.rekishi-wtw04 {
	z-index:1;
	position: absolute;
	top:auto;
	bottom:-50px;
	right:-50px;
	width:250px;
}
.rekishi-wtw05 {
	z-index:1;
	position: absolute;
	bottom:-100px;
	left:-120px;
	width:300px;
}

.rekishi09-1p {
	width:100%;
	margin:10px 0 0 0;
}

/*---------------------------------------------------*/

.shop00-table {
	display:block;
	width:100%;
}
.shop00-table td {
	display:block;
	vertical-align:top;
}
.shop00-table td.td01-1 {
	width:100%;
}
.shop00-table td.td01-2 {
	width:100%;
	padding:0 0 0 20px;
}
.shop01-table td.td001 {
	vertical-align:top;
}
.shop00-table td.td02-1 {
	width:150px;
	padding:6px;
	font-size:12px;
}
.shop00-table td.td02-2 {
	padding:5px 0 5px 5px ;
}
.shop00-table td.td02-2-1 {
	width:100%;
}

.shop00 {
	width:100%;
}
.shop01-table {
	width:100%;
	margin:-1px 0 0 0;
	border-collapse: collapse;
}


.shop01-p {
	width:100%;
}
.mao01-p {
	width:100%;
	margin:10px 0 10px 0;
}

.shop_t {
	width:100%;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #000;
}

.shop-tyui {
	display:inline-block;
	margin:10px 0 0 0;
	padding:5px;
	background-color:#fff;
	border:2px solid #777;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}
.shop-tyui {
	display:block;
}
.shop-tyui-h1 {
	height:0px;
}
.shop-tyui-h2 {
	height:1px;
}


/*----------------------------------------
	綿谷を知る
----------------------------------------*/
.pics_knows00 {
	width:100%;
	width:320px;
//	border:1px solid #000;
}

.pics_knows {
	width: 80px;
	height: 240px;
	margin: 0px;
	overflow: hidden;
	background-color:#000000;
}

.know_t {
	margin:0 0 -10px -10px;
	font-size:24px;
	font-weight:bold;
}

.knows_B {
	width:35px;
}

.know-table {
	display:block;
}
.know-table td {
	display:block;
	font-size:12px;
}
.know-table td.td01 {
	position: relative;
	width:100%;
	height:300px;
	padding:15px 0 0 0;
	text-align:center;
}
.know-table td.td02 {
	width:100%;
	padding:15px 0 10px 0;
	line-height:1.5em;
}
.know-table td.td02s {
	width:100%;
}
.know-007-aaa {
	position:static;
	width:100%;
	height:auto;
	padding:15px 0 10px 0;
	line-height:1.5em;
//	border:1px solid #000;
}
.know-007-2p {
	position:static;
	bottom:0px;

	margin:30px 0 0 0;
}

.know-title01p {
	width:40px;
}


.k_m2 {
	width:24px;
}
.k_m3 {
	width:24px;
}
.k_m4 {
	width:0px;
}
.k_m5 {
	width:24px;
}

.know-007-2p {
	width:100%;
}

/*---------------------------------------------------*/

.order-waku00 {
	padding:20px 0px;
	overflow:hidden;
}

.order-d00 {
	padding:0 10px 0 10px;
//	border:1px solid #000;
}

.header-p {
	width:100%;
}


.order-a01a {
	width:100%;
	margin:30px 0 0 0;
	padding:10px 10px 25px 10px;
	font-size:12px;
	background-color:#ffffff;
	border: 2px solid #daad3f;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.order-a01b {
	font-size:13px;
	color:#e70000;
	font-weight: bold;
}
.order-a03a {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
	padding:7px 0px 7px 0px;
	font-size:14px;
	color:#fff;
	font-weight: bold;
	background-color:#e70000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.order-a01 {
	width:100%;
	height:95px;
	margin:30px 0 0 0;
	font-size:12px;
}
.order-a02 {
	width:100%;

}
.order-a03 {
	float:left;
	width:100%;
	height:35px;
	padding:5px 0px 1px 0px;
	font-size:12px;

}
.order-a04 {
	width:100%;
	margin:0px 0 0 0;
	padding:0px;
	font-size:12px;

}

.grad-btn {
	margin:5px 0 5px 0;
	width:120px;
	height:35px;
	padding:9px 0 0 0;
	background-color:#daad3f;
}

.grad-btn-1 {
	width:100%;
	height:35px;
	color:#e70000;
	font-weight: bold;
	padding:8px 0 0 0;
	text-align:center;
	background-color:#daad3f;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor: pointer;
}

.grad-btn2 {
	width:100%;
	font-size:13px;
}

.order_t {
	margin:10px 0 2px 0px;
	font-size:20px;
}
.order_t2 {
	margin:-10px 0 5px 0px;
	font-size:16px;
}

.order-b02 {
	margin:-10px 0 5px 0;
	font-size:24px;
	color:#e70000;
	font-weight:bold;
}
.order-b03 {
	font-size:18px;
	color:#e70000;
	font-weight:bold;
}





.order0-1p {
	width:100%;
	margin:10px 0 0 0;
}

.order-table {
	display:block;

}
.order-table td {
	width:100%;
	display:block;
	font-size:12px;
}
.order-table td.od01 {
	display:block;
	width:100%;
	height:auto;
//	padding:15px 0 0 0;
	text-align:center;
}
.order-table td.od02 {
	display:block;
	width:100%;
	padding:0 0px;
	font-size:13px;
	line-height:1.7em;
}
.order-table td.od03 {
	display:block;
	width:100%;
	padding:0 0px;
	font-size:13px;
	line-height:1.4em;
}



.order-table-B {
	z-index:2;
	position: relative;
	border-collapse: collapse;
}
.order-table-B td.tdb01 {
	text-align:left;
	vertical-align:middle;
	font-size:16px;
border:1px solid #000;
}

/*---------------------------------------------------*/

.text-A-0 {
	width:100%;
	margin:20px 0 20px 0;
	padding:0 10px 0 10px;
	font-size:15px;
	line-height:1.8em;
	text-align:left;
}

.text-A-1 {
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size:14px;
	color:#623134;
	font-weight: bold;
	border-bottom:1px solid #000;
}
.text-A-2 {
	padding:0 0 0 0px;
	font-size:12px;
	line-height:1.5em;
}
.text-A-3 {
	height:20px;
}
.text-A-4 {
	padding:0 0 0 0px;
	font-size:12px;
	line-height:1.5em;
}
.text-A-4 b {
	font-size:12px;
}

.text-A-5 {
	font-size:12px;
}
.text-A-6 {
	display:inline-block;
	font-size:12px;
}
.text-A-7 {
	margin:10px 0 0 0;
	padding:10px 0 1px 0;
	font-size:12px;
	color:#000;
	font-weight: bold;
	border-top:1px solid #666;
}
.text-A-7p {
	width:100%;
}

.text-table {
//	display:block;
}

.text-table td {
	display:block;
	width:100%;
	font-size:12px;
	line-height:1.5em;
	vertical-align:top;
}

.text-table td.text-tdA01 {
//	width:80px;
	width:100%;
	padding:10px 0;

}
.text-table td.text-tdA02 {
	width:auto;
	padding:10px 10px;
	vertical-align:middle;
}
.text-table td.text-tdA02 a {
	font-size:12px;
}

.text-table2 td {
	width:25%;
	padding:10px 10px;
	font-size:12px;
	line-height:1.0em;
	vertical-align:middle;
	border:1px solid #666;
}
.text-table2 td.tdB01 {
	font-size:8px;
}
.text-table2 td.tdB01 div {
	font-size:8px;
}




/*---------------------------------------------------*/

.aisatsu-0 {
	margin:20px 0 20px 0;
}
.aisatsu-1 {
	position: relative;
	width:100%;
	height:420px;
	padding:0 10px;
//	border:1px solid #000;
}
.aisatsu-2 {
	width:100%;
	padding:0 0px;
}

.aisatsu-t01p {
    position: absolute;
    top:0px;
	height:21px;
}
.aisatsu-t02p {
    position: absolute;
    top:25px;
	height:21px;
}
.aisatsu-t03p {
    position: absolute;
    top:60px;
	height:21px;
}
.aisatsu-t04p {
    position: absolute;
    top:95px;
	height:21px;
}
.aisatsu-t05p {
    position: absolute;
    top:120px;
	height:21px;
}
.aisatsu-t06p {
    position: absolute;
    top:145px;
	height:21px;
}
.aisatsu-t07p {
    position: absolute;
    top:170px;
	height:21px;
}
.aisatsu-t08p {
    position: absolute;
    top:205px;
	height:28px;
}
.aisatsu-t09p {
    position: absolute;
    top:245px;
	height:21px;
}
.aisatsu-t10p {
    position: absolute;
    top:270px;
	height:21px;
}
.aisatsu-t11p {
    position: absolute;
    top:295px;
	height:21px;
}
.aisatsu-t12p {
    position: absolute;
    top:320px;
	height:21px;
}
.aisatsu-t13p {
    position: absolute;
    top:345px;
	height:21px;
}
.aisatsu-t14p {
    position: absolute;
    top:370px;
	right:20px;
	height:30px;
}

/*---------------------------------------------------*/

.order-c00 {
	z-index:1;
	position:relative;
	top:10px;
	left:0px;
}

.order-c03 {
	width:100%;
	height:35px;
	margin:0 0 10px 0;
	font-size:13px;
}

.order-c01 {
	width:100%;
	margin:0 0 10px 0;
	padding:10px;
	font-size:12px;
	line-height:1.0em;
	text-align:left;
	background-color:#fff;
	border:2px solid #daad3f;
}
.order-c01a {
	margin:0 5px 0 0;
}
.order-c01 b {
	font-size:12px;
}
.order-c01 a {
	font-size:11px;
}
.order-c02 {
	width:100%;
	padding:4px 0 0px 0;
	font-size:13px;
	color:#000;
	text-align:center;
	font-weight: bold;
	background-color:#fff;
	background-color:#daad3f;
	border:2px solid #daad3f;
}

/*---------------------------------------------------*/

.demo_stage{
	margin:0px 0 0 0;
}

.top-cnts04n {
	width:100%;
	border-collapse: collapse;
}
.top-cnts04n td.tdn03-1 {
	width:50%;
	height:150px;
	text-align:center;
	background-image: url(../images/main04-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-2 {
	width:50%;
	height:150px;
	text-align:center;
	background-image: url(../images/main04-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-3 {
	width:50%;
	height:150px;
	text-align:center;
	background-image: url(../images/main04-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-cnts04n td.tdn03-4 {
	width:50%;
	height:150px;
	text-align:center;
	background-image: url(../images/main04-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.top-cnts04na {
	width:100%;
	height:180px;
	padding:80px 0 0 0;
	text-align:center;
}

.demo_stage2{
    position: absolute;
    width: 100%;
    height: 53px;
    bottom: 118px;
	margin:0px 0 0 0;
    display: block;
//	border-bottom: solid #777 1px;
}
.demo_item2{
	width: 54px;
    height: 50px;
    border-radius: 10px;
    background-image: url(../images/main06-2.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
/*---------------------------------------------------*/

.form-ww {
	width:100%;
}
.form-w00 {
	display:block;
	width:100%;
	border-bottom:1px solid #cccccc;
}
.form-w01 {
	display:block;
	position:relative;
	min-width:220px;
	width:100%;
	padding:10px;
	font-size:13px;
	color:#fff;
	text-align:left;
	line-height:1.0em;
	vertical-align:middle;
//	background-color:#f3e5e5;
	background-color:#ffecd2;
	background-color:#623135;
}
.form-w02 {
	display:block;
	padding:15px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	background-color:#fff;
}
.form-01 {
	width:100%;
}
.form-submit {
	width:100%;
}

/*-----------------------------------------------------------------
	モーダルウィンドウ
-----------------------------------------------------------------*/

* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}

#layer_board_area {
	margin:0px 0 0 0;
}

.mordal-f1 {
	font-size:12px;
}

.mordal {
	overflow:auto;
	width:300px;
	min-height:100px;
	max-height:85vh;
	margin:1px 0 0 135px;
	padding:15px;
	background-color:#fff;
	font-size:13px;
	line-height:1.5em;
	text-align:left;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.mordal_a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
}
.mordal1 {
	margin:0 0 5px 0;
	font-size:20px;
//	color:#ff0000;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

.mordal1z{
	font-size:13px;
}
.mordal1a {
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
	line-height:1.2em;
}
.mordal2 {
	display:inline-block;
	font-size:15px;
}
.mordal3 {
	padding:15px;
	font-size:15px;
	border:1px solid #aaa;
}
.mordal4 {
	padding: 0 0 12px 0;
	font-size:17px;
//	font-weight:bold;
	text-align:center;
}
.mordal5 {
	font-size:15px;
	font-weight:bold;
}
.layer_board {
	display: none;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -300px;
	text-align: center;
	z-index: 2000;
}

.mordal-img {
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}

.btn_close {
	margin: 0 0 0 70px;
}
/*-------------------------------------------------*/

}
