@charset "utf-8";

html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	min-width: 320px;
	font-size: 13px;
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
	word-break: break-all;
}
body.pushy-open-right {
	overflow: hidden;
}
body.noHeader {
	padding-top: 0;
}
img {
	max-width: 100%;
	height: auto;
}
img[src*="_pc."] {
	visibility: hidden !important;
}
p { padding: 0; }

.spTopMenu {
	text-align: center;
	font-size: 0;
	margin: 0 -20px 15px;
}
.spTopMenu li{
	font-size: 1vw;
	width: 22vw;
	height: 22vw;
	margin: 0.5vw;
	display: inline-block;
	vertical-align: top;
}
.spTopMenu a{
	display: block;
	height: 100%;
	border: 0.6vw solid #4CA53F;
	border-radius: 10px;
	text-align: center;
	padding: 2vw 0.5vw 1vw;
}
.spTopMenu p{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10vw;
	font-weight: bold;
	font-size: 2.5vw;
}
.spTopMenu .large{
	font-size: 3.2vw;
}

/* HEADER
----------------------------------------------------------------------- */

header {
	display: none;
}

	#sp-header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
		height: 60px;
	}
	.contentIn {
		padding-left: 20px;
		padding-right: 17px;
	}
	.contentIn:after {
		content: '';
		display: block;
		clear: both;
	}
	.header_logo {
		float: left;
		margin-top: 8px;
		padding: 0;
	}
	.header_logo a {
		width: 190px;
		display: block;
		line-height: 1;
	}
	.sp-tel {
		float: right;
		margin-top: 5px;
		margin-right: 15px;
	}
	.sp-tel a{
		display: block;
		width: 45px;
		height: 35px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(/common_img/icon_free.gif) no-repeat left center;
		background-size: contain;
	}
	.header_sp_btn {
		float: right;
		cursor: pointer;
		position: relative;
		width: 46px;
		height: 46px;
		font-size: 10px;
		text-align: center;
		color: #79C06E;
		padding: 38px 0 0 0;
	}
	.header_sp_btn span {
		-webkit-transition: all .4s;
		transition: all .4s;
		display: inline-block;
		position: absolute;
		left: 3px;
		width: 40px;
		height: 3px;
		background-color: #79C06E;
	}
	.header_sp_btn span:nth-child(1) {
		top: 11px;
	}
	.header_sp_btn span:nth-child(2) {
		top: 20px;
	}
	.header_sp_btn span:nth-child(3) {
		top: 29px;
	}
	.header_sp_btn:after {
		content: 'MENU';
	}
	.pushy-open-right .header_sp_btn span:nth-child(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.pushy-open-right .header_sp_btn span:nth-child(2) {
		opacity: 0;
	}
	.pushy-open-right .header_sp_btn span:nth-child(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	.pushy-open-right .header_sp_btn:after {
		content: 'CLOSE';
	}

#sp-menu {
	display: block;
	padding-top: 60px;
	background: #fff;
	color: #79C06E;
	font-size: 13px;
}
#sp-menu a,#sp-menu button {
	color: inherit;
}
#sp-menu li.submenu-ttl {
	padding: 10px 30px;
	background: #f5f5f5;
	color: #444;
}
.spNavi01 {
	
}
.spNavi01 >li {
	background: #79C06E;
	border-bottom: 1px solid #fff;
}
.spNavi01 >li >*{
	font-weight: bold;
	color: #fff !important;
	font-size: 14px;
}
.spNavi01 >li >a{
	padding: 15px 30px;
}
.spNavi01 li.pushy-submenu ul li {
	border-bottom: 1px dotted #79C06E;
	color: #79C06E;
	font-weight: normal;
}
.spNavi01 li.pushy-submenu ul li a {
	padding: 7px 30px 7px 40px;
}
.spNavi02 li {
	border-bottom: 1px solid #79C06E;
}
.spNavi02 li a{
	padding: 10px 30px;
}
.spNavi02 {
	
}

/* FOOTER
----------------------------------------------------------------------- */

 footer {
	 width: 100%;
}
.ft_top {
	display: none;
}
.ft_contact {
	width: auto;
	margin: 0 auto;
}
.ft_top dl {
	float: left;
	width: 220px;
}
.ft_top dl a {
	display: block;
	color: #333;
}
.ft_top dl dt {
	background: url(../img/arrow03.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin-bottom: 3px;
	font-weight: bold;
	line-height: 160%;
}
.ft_top dl dd {
	background: url(../img/dot02.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin-left: 5px;
	line-height: 160%;
}
.ft_top dl.ftmenu01 {
	width: 370px;
}
.ftmenu00 {
	width: auto;
	float: none;
}
.ftmenu01 dt, .ftmenu02 dt {
	margin-right: 10px;
}
.ftmenu01 dd {
	float: left;
	width: 160px;
	margin-right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.ft_top dl.ftmenu02 {
	width: 410px;
}
.ftmenu02 dd {
	float: left;
	width: 180px;
	margin-right: 10px;
}
.ft_bottom {
	width: auto;
	margin: 0 20px;
}
.ft_bottom li {
	width: auto;
	min-height: 0;
	padding: 15px;
	margin: 0 0 5px 0;
	background: #FFF;
	float: none;
	border-radius: 10px;
	line-height: 130%;
	font-size: 1.1rem;
}
.ft_bottom li h6 {
	margin-bottom: 10px;
}
.ft_bottom li img {
	width: 100px;
}
.ft_bottom li th {
	width: 5rem;
}
.ft_bottom li p {
	padding: 0;
	line-height: 140%;
	font-size: 14px;
	font-size: 1.1rem;
}
.ft_bottom li p span.tel, .ft_bottom li a.tel {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: normal;
}
.ft_bottom dl dt {
	background: #CEE4CB;
	padding: 3px;
	line-height: 1;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
}
.ft_bottom dl dd {
	text-align: center;
	margin-bottom: 10px;
}
.ft_bottom dl dd span {
	width: 120px;
	display: inline-block;
	text-align: left;
}
.copy {
	font-size: 1rem;
}



#sp-float {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	padding-top: 34px;
	z-index: 9950;
}
#sp-float .flt_tab {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
#sp-float .flt_tab li {
	display: inline-block;
	width: 49.9999%;
	background-color: #e0ebda;
	text-align: center;
	font-size: 12px;
	color: #5D5D5D;
	padding: 8px 2px;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5), 0 -2px 2px -2px rgba(0,0,0,0.5) inset;
	border-radius: 3px 3px 0 0;
	border: #ccc;
	border-bottom: none;
	position: relative;
	z-index: 1;
}
#sp-float .flt_tab li.select {
	background-color: #fff;
	color: #4CA53F;
	z-index: 2;
	font-weight: bold;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
}
#sp-float .flt_tab_content div {
	background-color: #fff;
	position: relative;
	z-index: 2;
}
#sp-float .flt_tab_content div:nth-child(2) {
	display: none;
}
#sp-float .flt_tab_content div ul {
	font-size: 0;
	padding: 10px 0;
	text-align: center;
}
#sp-float .flt_tab_content div ul li {
	display: inline-block;
	width: 30%;
	margin: 0 1%;
}
#sp-float .flt_tab_content div ul li a {
	display: block;
	font-size: 10px;
	border-radius: 5px;
	padding: 10px 5px 5px;
	color: #fff;
	background: #4CA53F;
}
#sp-float .flt_tab_content div ul li:nth-child(2) a {
	background: #B181C6;
}
#sp-float .flt_tab_content div ul li:nth-child(3) a {
	background: #ff9800;
}
#sp-float .flt_tab_content div ul li a span {
	display: block;
	font-size: 9px;
}

/* SIDE
----------------------------------------------------------------------- */

#sidemenu {
	display: none;
}
/* CONTENTS
----------------------------------------------------------------------- */

#content {
	width: auto;
	float: none;
	padding-bottom: 30px;
}

/* CATEGORY
----------------------------------------------------------------------- */

.caption {
}
.caption img {
	max-width: 50%;
}
.caption {
}
.item {
	font-size: 1.2rem;
}
.item div.clearfix {
	padding: 10px 25px 20px 25px;
}
.item div.fl {
	width: auto;
	float: none;
}
.item div.fl p {
}
.item div.fl table.table02 {
}
.item div.fl table.table02 td span {
}
.item div.fr {
	width: auto;
	float: none;
	margin-top: 15px;
	text-align: center;
}
.item h5 {
	font-size: 1.5rem;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item div.fr img {
}
.item p {
}
.item:last-child {
	margin-bottom: 0;
}

/* TOP
----------------------------------------------------------------------- */

#top_slider {
	width: 100%;
	overflow: hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.topmenu01 li {
	float: none;
	margin: 0 auto !important;
	border-bottom: 1px solid #ccc;
}
.topmenu01 li img {
	width: 100%;
	max-width: none;
}
.topmenu01 li ul li {
}
.info {
	width: auto;
	margin: 0 auto;
}
.info li {
	padding: 10px 20px 10px 100px;
	text-indent: -40px;
	font-size: 12px;
}
.info li span {
	width: 40px;
}
.info li a {
	display: block;
	color: #4BAE3B;
}
.twitter {
    width: auto;
}
.twitter div.fl {
	width: auto;
	float: none;
}
.twitter ul.fr {
	width: auto;
	float: none;
	text-align: center;
	margin-top: 20px;
}
.trouble_menu {
	display: block;
	width: auto;
}
.trouble_menu + .trouble_menu{
	margin-top: 40px;
}
.trouble_menu > li {
	display: block;
}
.trouble_menu > li > a{
	display: block;
	border-bottom: 1px solid #ccc;
}
.trouble_menu > li + li{
	margin-top: 40px;
}
.trouble_menu > li img {
	max-width: none;
	width: 100%;
}
.trouble_menu li ul {
	margin-top: 10px;
}
.trouble_menu li ul li:not(:first-child) {
	border-top: 1px dotted #4CA53F;
}
.trouble_menu li ul li a {
	margin: 0;
	padding: 5px;
}
.trouble_menu li .title10 {
	margin-top: 30px;
}
.info2 table {
	width: 100%;
    margin: 10px auto;
    color: #030;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
.info2 table th, .info2 table td {
	padding: 10px;
	vertical-align: middle;
}
.info2 table th {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    background: #F6F8F3;
	
}
.info2 table td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 1.6rem;
    text-align: center;
}

/* CATCH
----------------------------------------------------------------------- */

#catch {
	background-image: url(../img/catch_bg00.png);
}

#catch2 {
	height: 100px;
	border-bottom: 5px solid #D8E3F4;
}

#catch.catch01 { background-color: #e0ebda; }
#catch.catch01 div.w1100c { background: url(../img/catch_bg01.png) no-repeat right; }

#catch.catch02 { background-color: #DAEBE9; }
#catch.catch02 div.w1100c { background: url(../img/catch_bg02.png) no-repeat right; }

#catch.catch03 { background-color: #FFEFC4; }
#catch.catch03 div.w1100c { background: url(../img/catch_bg03.png) no-repeat right; }

#catch.catch04 { background-color: #F9DBE0; }
#catch.catch04 div.w1100c { background: url(../img/catch_bg04.png) no-repeat right; }

#catch.catch06 { background-color: #e7e0f8; }
#catch.catch06 div.w1100c { background: url(../img/catch_bg06.png) no-repeat right; }

#catch.catch07 { background-color: #daf1db; }
#catch.catch07 div.w1100c { background: url(../img/catch_bg07.png) no-repeat right; }

#catch.catch08 { background-color: #f9e7dc; }
#catch.catch08 div.w1100c { background: url(../img/catch_bg08.png) no-repeat right; }

#catch div.w1100c {
	height: auto;
	background: none !important;
	padding-bottom: 0;
}
#catch h2 {
	margin-left: 0;
	margin-top: 0;
	text-align: center;
	padding: 15px;
	font-size: 18px;
	color: #4CA53F;
}
#catch h2:before {
	content: attr(data-area)'';
}
#catch h2 img {
	display: none;
}
#catch p {
	display: none;
}
#map{
	width: auto;
/*	height:500px;*/
	float: none;
}
#map2 {
	width:auto;
/*	height:400px;*/
	float: none;
}

#transport {
	width: auto;
	float: none;
}
#svp, #svp2 {
	width:auto;
	height:240px;
	float: none;
}
#svp + p.fr.w250 {
	width: 245px !important;
	float: none;
	margin: 20px auto 0;
}
#svp2 + p.fr.w250 {
	width: 220px !important;
	float: none;
	margin: 20px auto 0;
}

/* BRIDAL
----------------------------------------------------------------------- */

.bridal {
	padding-top: 20px;
}
.bridal header {
	display: block;
	height: auto;
	border-bottom: 5px solid #D8E3F4;
}
.bridal header div {
	background: #fff;
	width: auto;
	height: auto;
	padding: 15px;
}
.bridal header div h2 {
	font-size: 17px;
}
.bridal header div p {
	font-size: 13px;
}
.bridal header div p.indent1 {
	font-size: 12px;
}
#bridal_content {
	padding: 20px 0;
}
.bridal h3 {
	width: auto;
	margin: 0 auto 20px;
}
.bridal_box {
	width: auto;
	border-radius: 0;
	padding: 30px 20px;
	background: #fff;
}
.bridal_list {
	width: auto;
}
.bridal_list a, .bridal_list li > div {
	background-size: 50px auto,50px auto,50px auto,50px auto;
	padding: 10px 15px 30px;
}
.bridal_list li {
	margin-bottom: 40px;
}
.bridal_list li:before, .bridal_list li:after {
	bottom: 14px;
	left: 5px;
	width: 90%;
	top: 80%;
	max-width: 800px;
	background: #cccccc;
	box-shadow: 0 10px 20px #AAA;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.bridal_list li:after {
	right: 5px;
	left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.bridal_list li h5 {
	font-size: 20px;
	margin: 20px auto 10px;
	letter-spacing: normal;
}
.bridal_list li h5:before {
	background-size: 60px auto;
	width: 60px;
	height: 20px;
	left: 0;
	right: 0;
	top: -20px;
	margin: auto;
}
.bridal_list li div.fl {
	width: auto;
	float: none;
}
.bridal_list li h6 {
	font-size: 16px;
}
.bridal_list li h6 span, .bridal_list li h6 a {
	display: inline-block;
	padding: 3px 6px;
	margin: 2px;
	border-radius: 5px;
}
.bridal_list li div.fl p {
	padding: 0 0 10px 0;
	margin-top: 15px;
	line-height: 150%;
}
.bridal_list li div.fl p.title13 {
	padding: 10px 0 15px 25px;
	font-size: 13px;
	background-size: 25px;
}
.bridal_list li a.link04 {
	margin-bottom: 15px;
}
.bridal_list li a.link04 + span {
	font-size: 40px;
	font-weight: bold;
	color: #F8C732;
	margin: 0 10px;
}
.bridal_menu .table01 caption {
    border-top: 1px solid #BCB47E;
    border-right: 1px solid #BCB47E;
    border-left: 1px solid #BCB47E;
    background: #D8E3F4;
    color: #726B37;
}
.bridal_menu .table07 caption {
    border: 1px solid #BCB47E;
    background: #D8E3F4;
    color: #726B37;
}
.bridal_list li table.table01, .bridal_menu table.table01, .bridal_menu table.table02 {
	border-top: 1px solid #BCB47E;
    border-right: 1px solid #BCB47E;
	color: #554834;
}
.bridal_list li table.table01 td, .bridal_menu table.table01 td, .bridal_menu table.table02 td {
	font-weight: normal;
	border-bottom: 1px solid #BCB47E;
    border-left: 1px solid #BCB47E;
}
.bridal_list li dl dt {
	padding: 12px 60px;
	border-radius: 5px;
	font-size: 28px ;
	font-weight: bold;
	color: #666;
}
.bridal_list li dl dd {
	margin-top: 15px;
}
.bridal_list li dl dd span {
	vertical-align: middle;
	margin-right: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #7E9DCE;
}
.bridal_list li dl dd strong {
	font-size: 50px;
	background: #FF70A2;
	color: #FFF;
	vertical-align: middle;
	border-radius: 5px;
	padding: 0 15px;
}
.bridal_list li dl dd strong span {
	font-size: 24px;
	margin: 0 0 0 10px;
	color: #FFF;
}
.bridal_menu {
	width: auto;
	margin: 0 auto 30px;
}
.bridal_menu p {
	font-size: 1.3rem;
}
.bridal_menu .red {
	color: #AEA669;
}
.bridal_menu .line04 {
    border-bottom: 1px dashed #AEA669;
}
p.br_blog_name {
    font-size: 1.6rem;
}

/* BT NAVI
----------------------------------------------------------------------- */

#bt_nav {
	background: #FAF9F4;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	margin: 40px 0 20px;
}
#bt_nav h5.title10 {
	margin-bottom: 10px;
}
#bt_nav h5.title10 span {
	background: #FAF9F4;
	font-weight: normal;
	font-size: 16px;
}
.bt_nav01 {
	width: auto;
	max-width: 360px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.bt_nav01 li{
	width: 50%;
}.bt_nav02 li{
	width: auto;
	float: none;
	border: none !important;
	text-align: center;
}
.bt_nav02 li:first-child{
	display: none;
}
.bt_nav02 {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	overflow: hidden;
}
.bt_nav02 a {
	display: block;
	padding: 0;
}
.bt_nav03 {
	display: block;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
}
.bt_nav04 {
	max-width: 700px;
	margin: 0 auto;
}
.bt_nav04 li{
	float: none;
	text-align: center;
}
.bt_nav04 li+li{
	margin-top: 5px;
}
.bt_menu {
	overflow: hidden;
}
.bt_menu li {
	float: none;
	margin-bottom: 10px;
}
.bt_menu li a {
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
}

/* ENVIRON
----------------------------------------------------------------------- */

.environ {
  width: auto;
  height: auto;
  margin: 0 auto 20px;
	background: none;
}
.environ img, .environ ul {
	float: none;
}
.environ img {
}
.environ ul {
	width:auto;
	margin: 15px 0 10px;
}
.environ ul li {
	background: url(https://www.onishiskinclinic.com/_img/asterisk.gif) no-repeat 5px 5px;
	padding: 0 0 0 15px;
	margin-bottom: 4px;
}


/* TITLE
----------------------------------------------------------------------- */

h1 {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 7px;
}

.title01 {
	line-height: 40px;
	padding: 0;
	margin: 40px 20px 20px !important;
	height: 40px;
	font-size: 1.6rem;
}
.title01:before, .title01:after {
	border: 20px solid #79C06E;
}
.title01:before {
	border-left: 20px solid transparent;
	left: -20px;
}
.title01:after {
	border-right: 20px solid transparent;
	right: -20px;
}
.title02 {
	font-size: 1.7rem;
	width: auto;
	padding: 8px 5px 8px 30px;
	background-position: 5px center, left top;
	background-size: 20px auto, 100%;
}
.title03 {
	font-size: 14px !important;
	text-align: center;
	background: url(../img/dot03.png) repeat-x center;
	background-size: 3px auto;
}
.title03.txt20 {
	font-size: 14px !important;
}
.title03 span {
	padding: 0 20px;
	background-color: #FFF;
	background-image: url(../img/deco01.png), url(../img/deco02.png);
	background-size: 9px auto,9px auto;
}
.title04 {
	font-size: 1.4rem;
	padding: 12px 12px 12px 30px;
}
.title05 {
	padding: 7px 0 8px 20px;
	font-size: 1.5rem;
}
.title05 span {
	font-size: 10px;
}
.title06 {
	font-size: 1.5rem;
	color: #4CA53F;
	border-bottom: 1px solid #79C06E;
	line-height: 180%;
}
.title07 {
	font-size: 2rem;
}
.title08 {
	font-size: 20px;
	font-size: 2rem;
	color: #4BAE3B;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #79C06E;
	background: url(../img/h4.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 150%;
}
.title09 {
	font-size: 16px;
	color: #605246;
	padding: 6px 12px 4px 10px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background:-webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:-ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
	border-bottom : 1px solid #CCC;
	box-shadow: rgba(255, 255, 255, 1) 0px 0px 2px 1px inset;
	border-radius: 5px 5px 0 0;
}
.title09 span {
	border-left: 5px solid #79C06E;
	padding-left: 10px;
}
.title10 {
	background: url(../img/line03.png) repeat-x center;
	text-align: center;
	color: #666;
	padding: 5px 0;
}
.title10 span {
	background: #FFF;
	padding: 0 10px;
}
.title11 {
	font-size: 17px;
	letter-spacing: normal;
	padding: 15px 30px;
	position: relative;
}
.title11 span {
	position: static;
}
.title11 span:before, .title11 span:after {
	font-size: 25px;
	width: 30px;
	height: 30px;
	background-size: contain;
}
.title11 span:before {
	top: 0;
	left: 0;
}
.title11 span:after {
	top: 0;
	right: 0;
}
.title12 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 5px;
}

/* GOTOP
----------------------------------------------------------------------- */

.top { 
	width: 50px;
	bottom: 110px;
}

.back, .close { 
	bottom: 170px;
	width: 50px
}

.bn01 { 
  display: none;
}

/* ICON
----------------------------------------------------------------------- */

.ic_shiga, .ic_kyoto {
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(56, 79, 33, 1);
	box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 1px 0px inset;
	border-radius: 5px;
	font-size: 10px;
	padding: 3px;
	display: block;
	line-height: 12px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: right;
	margin-top: 4px;
	max-width: 120px;
}
.ic_shiga {
	background: rgb(174,223,168);
	background: -moz-linear-gradient(top, rgba(174,223,168,1) 0%, rgba(104,179,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,223,168,1)), color-stop(100%,rgba(104,179,93,1)));
	background: -webkit-linear-gradient(top, rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: -ms-linear-gradient(top, rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: linear-gradient(to bottom, rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aedfa8', endColorstr='#68b35d',GradientType=0 );
	border: 1px solid #77c06e;
}
.ic_kyoto {
	background: rgb(255,196,196);
	background: -moz-linear-gradient(top,  rgba(255,196,196,1) 0%, rgba(255,102,102,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,196,196,1)), color-stop(100%,rgba(255,102,102,1)));
	background: -webkit-linear-gradient(top,  rgba(255,196,196,1) 0%,rgba(255,102,102,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,196,196,1) 0%,rgba(255,102,102,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,196,196,1) 0%,rgba(255,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc4c4', endColorstr='#ff6666',GradientType=0 );
	border: 1px solid #E58787;
}
h3.title02 span.ic_shiga, h3.title02 span.ic_kyoto {
	font-size: 10px;
	padding: 2px;
	margin-top: 0;
	font-family: inherit;
	float: none;
	margin-left: 0;
	text-align: center;
	margin: 4px auto 0 0;
}	

/* LAYOUT
----------------------------------------------------------------------- */

.layout01 p {
	line-height: 200%;
}
.layout01 h4 {
	margin: 40px 0 20px 0;
}

.layout02 table {
	margin-bottom: 30px;
}
.layout02 span.ic_shiga, .layout02 span.ic_kyoto {
	margin-top: 0;
}
.tableBox.spFlexCol {
    display: flex;
    flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}
.tableBox.spFlexCol > div {
    display: block;
	width: 100%;
	order: 1;
}
.tableBox.spFlexCol > .balloon01 {
	width: auto;
    order: 0;
	margin-bottom: 20px;
	position: relative;
}
.tableBox.spFlexCol > .balloon01 p {
	width: auto;
	padding: 4px;
}
.tableBox.spFlexCol > .balloon01:before {
	border: 5px solid transparent;
    border-top: 15px solid #ffcbcb;
	position: absolute;
	right: 10px;
	bottom: -15px;
}
	
/* ol, ul, dl
----------------------------------------------------------------------- */
.ul01 li {
    padding: 0 0 0 20px;
    position: relative;
    line-height: 2;
}
.ul01 li::after {
    content: "■";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #8ab377;
}

.list00 li { list-style: none; }


.list01 li {
	font-size: 1.2rem;
}
.list01 li a {
	background-size: 5px auto;
	padding: 2px 10px 2px 10px;
}
.list02 {
	width: 736px;
	margin: 0 0 0 -10px;
}
.list02 li {
	width: 346px;
	float: left;
	border: 1px solid #CCC;
	box-shadow: rgba(255, 255, 255, 1) 0px 0px 2px 1px inset;
	border-radius: 5px;
	margin: 10px;
}
.list02 li a {
	color: #333;
	display: block;
	height: 180px;
}
.list02 li a p {
	padding: 10px 20px 10px 20px;
}
.list03 {
	width: auto;
}
.list03 li {
	background: url(../img/check01.png) no-repeat left center;
	background-size: 15px auto;
	padding: 0 0 0 20px;
	font-size: 13px;
	float: none;
	width: auto;
}
.list03.flnone li {
	float: none;
}
.list04 li {
	font-size: 1.6rem;
}
.list04 li:last-child {
	border: none;
}
.list05 li {
	background: url(../img/dot02.png) no-repeat left center;
	padding: 0 0 0 15px;
	float: left;
	width: 300px;
	line-height: 160%;
}
.list06 li, .ul02 li {
	background: url(../img/check02.png) no-repeat left top;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #605246;
	line-height: 160%;
}
.list07 li {
	background: url(../img/circle01.png) no-repeat left center;
	padding: 0 0 0 25px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 180%;
	color: #4CA53F;
}
.list08 li {
	margin-bottom: 30px;
}
.list08 li img {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
.list08 li h5 {
	font-size: 1.8rem;
}
.list08 li strong {
	font-size: 1.4rem;
}
.list09 {
	width: auto;
}
.list09 li {
	background: #F1F4C3;
	padding: 5px;
	font-size: 1.2rem;
	color: #77BE6D;
	font-weight: bold;
	margin: 5px 10px;
	float: left;
	position: relative;
	border-radius: 5px;
}
.list09 li:after{
    content: "+"; 
    display: block; 
	top: 4px;
	right: -15px;
	position: absolute;
}
.list09 li:last-child:after{
    content: normal; 
}
.list10 {
	overflow: hidden;
	margin-bottom: 20px;
}
.list10 li {
	font-size: 1.2rem;
	margin: 1px;
}
.list10 li a {
	padding: 5px;
}

.ul01 li {
    padding: 0 0 0 20px;
    position: relative;
}
.ul01 li::after {
    content: "■";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #8ab377;
}


/* dl
----------------------------------------------------------------------- */

.list11 dt, .list11 dd {
	display: block;
}
.list11 dt {
	width: auto;
	font-size: 1.7rem;
}
.list11 dd {
	width: auto;
	font-size: 1.3rem;
}
.list12 dt, .list12 dd {
	line-height: 1.4;
	font-size: 1.2rem;
	padding: 5px;
}
.list12 dt {
	font-size: 1.4rem;
	padding: 5px 0 5px 30px;
}
.list13 dt, .list13 dd {
	display: block;
}
.list13 dt {
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
}
.list13 dd {
	width: auto;
}
.list14 dt, .list14 dd {
}
.list14 dt {
	display: block;
	margin: 0 auto;
}
.list14 dd {
}
.list15 dt, .list15 dd {
}
.list15 dt {
}
.list15 dd {
	margin: 10px 0 0 30px;
}
.list16 {
	margin: 0 20px;
}
.list16 dt {
	background: url(../img/cross01.png) no-repeat left center;
	padding: 5px 0 5px 40px;
	font-size: 26px;
	color: #E43F3F;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
.list16 dd {
	margin-bottom: 15px;
}

/* ol
----------------------------------------------------------------------- */

.list21 {
}
.list21 li {
	padding: 10px 0;
    min-height: 0; 
	font-size: 1.3rem;
}
.list21 li:before {
    width: 60px;
	height: 60px;
    padding: 28px 0 14px;
    font-size: 24px;
    background: url(../img/badge01.gif) no-repeat left center;
	background-size: contain;
}
.list21 li p {
	width: calc(100% - 80px);
}
.list21 li img {
	margin-top: 10px;
}
.list21.txt30 li p {
	font-size: 1.6rem;
	width: calc(100% - 80px) !important;
}
.list21 li p.w600 {
	width: calc(100% - 80px) !important;
}
.list21 li p .txt30 {
	display: block;
	margin-bottom: -0.5em;
}
.list21 li p .lh160 {
	line-height: 1.3 !important;
}
.list21.txt30 li p.w600 {
	width: calc(100% - 80px) !important;
}
.list21.ver2 li:before {
    background: url(../img/badge02.gif) no-repeat left center;
	background-size: contain;
}
.list21.w550 li p {
	width: calc(100% - 80px);
}

.list22 {
    counter-reset:li;
    padding: 0;
    list-style: none;
}
.list22 li {
	padding: 3px 0;
　　*list-style-type: decimal; /*IE7*/
    font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #605246;
	line-height: 130%;
	vertical-align: middle;
	text-align: left;
}
.list22 li:before {
    content: counter(li);
    counter-increment: li;
	width: 20px;
    color: #FFF;
	background: #4CA53F;
	border-radius: 10px;
    font-weight: 600;
    font-family: "Century Gothic", arial, Gadget, sans-serif;
    text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
    font-size: 16px;
	margin-right: 5px;
}
.qa dt, .QandA dt {
  background: url(../img/qa001q.png) no-repeat left top;
	background-size: 30px auto;
  padding: 10px 0 10px 40px;
  margin-top: 20px;
  font-size: 1.4rem;
}
.qa dd, .QandA dd {
  padding: 20px 15px 20px 50px;
	background-size: 30px auto, auto;
  border-radius: 10px;
  margin: 5px 0 0 0;
}

/* LINK
----------------------------------------------------------------------- */

.link01 {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:　600;
	text-align: center;
	color: #FFF;
	background: rgb(174,223,168);
	background: -moz-linear-gradient(top,  rgba(174,223,168,1) 0%, rgba(104,179,93,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,223,168,1)), color-stop(100%,rgba(104,179,93,1)));
	background: -webkit-linear-gradient(top,  rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: -ms-linear-gradient(top,  rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: linear-gradient(to bottom,  rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aedfa8', endColorstr='#68b35d',GradientType=0 );
	text-shadow: 1px 1px 2px rgba(56, 79, 33, 1);
	border: 1px solid #77c06e;
	box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 2px 0px inset;
}
.link01 span {
	background: url(../img/arrow01.png) no-repeat left center;
	padding-left: 40px;
	display: inline-block;
	margin-left: -20px;
	line-height: 35px;
	*display: inline;  
    *zoom: 1;  
}
a.bn {
	display: block;
	line-height: 1;
	max-width: 720px;
	margin: 0 auto;
}
.link02 {
	background: url(../img/arrow04.png) no-repeat left center;
	text-align: right;
	padding: 10px 0 10px 50px;
	display: inline-block;
	line-height: 140%;
}
.link03 {
	background: url(../img/arrow08.gif) no-repeat right center;
	padding-right: 14px;
	line-height: 140%;
	border-bottom: 1px dotted #4CA53F;
}
.link04 {
	text-align: center;
	color: #FFF;
	background: rgb(247,213,34);
	background: -moz-linear-gradient(top,  rgba(247,213,34,1) 0%, rgba(250,217,115,1) 50%, rgba(248,199,50,1) 51%, rgba(251,226,37,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,213,34,1)), color-stop(50%,rgba(250,217,115,1)), color-stop(51%,rgba(248,199,50,1)), color-stop(100%,rgba(251,226,37,1)));
	background: -webkit-linear-gradient(top,  rgba(247,213,34,1) 0%,rgba(250,217,115,1) 50%,rgba(248,199,50,1) 51%,rgba(251,226,37,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,213,34,1) 0%,rgba(250,217,115,1) 50%,rgba(248,199,50,1) 51%,rgba(251,226,37,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,213,34,1) 0%,rgba(250,217,115,1) 50%,rgba(248,199,50,1) 51%,rgba(251,226,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d522', endColorstr='#fbe225',GradientType=0 );
	text-shadow: 1px 1px 2px rgba(243, 166, 19, 1);
	border: 1px solid #f7d522;
	box-shadow: rgba(255, 255, 255, 0.8) 0px 0px 2px 0px inset;
	border-radius: 5px;
	padding: 10px 40px;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
}
/* BACKGROUND
----------------------------------------------------------------------- */

.bgnone { background: none; }

.lgy { background: #F5F5F5; }
.lyw { background: #FFE; }

/* width
----------------------------------------------------------------------- */

.w1100c   { width: auto;margin: 0 auto !important; }
.spW100per { width: 100% !important; }
.spMax30per { max-width: 30%; }
.spMax50per { max-width: 50%; }
.w250 { width: 250px !important; }
.w380 { width: 100% !important; }
.w400 { width: 100% !important; }
.w500 { width: 100% !important; }
.w550 { width: 100% !important; }
.w600 { width: 100% !important; }
.w720 { width: 100% !important; }

/* BOX
----------------------------------------------------------------------- */
.wt_box {
	width: auto;
	padding: 15px 20px 30px;
	border-radius: 0;
	margin: 0 auto;
}
.bridal div.wt_box {
	width: auto;
	padding: 10px;
	margin: 30px auto;
}
.box01 {
	width: 100%;
	background: #76BD6B;
	background: rgb(151,208,149);
	background: -moz-linear-gradient(top,  rgba(151,208,149,1) 0%, rgba(118,189,107,1) 31%, rgba(118,189,107,1) 100%);
	background: url(../img/bg01.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(151,208,149,1)), color-stop(31%,rgba(118,189,107,1)), color-stop(100%,rgba(118,189,107,1)));
	background: url(../img/bg01.png), -webkit-linear-gradient(top,  rgba(151,208,149,1) 0%,rgba(118,189,107,1) 31%,rgba(118,189,107,1) 100%);
	background: url(../img/bg01.png), -ms-linear-gradient(top,  rgba(151,208,149,1) 0%,rgba(118,189,107,1) 31%,rgba(118,189,107,1) 100%);
	background: url(../img/bg01.png), linear-gradient(to bottom,  rgba(151,208,149,1) 0%,rgba(118,189,107,1) 31%,rgba(118,189,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d095', endColorstr='#76bd6b',GradientType=0 );
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	padding: 20px 0 0;
	z-index: 20;
	position: relative;
}
.box02 {
	width: 100%;
	background-color : #76BD6B;
	background-image: url(../img/bg01.png);
	padding: 20px 0;
}
.box03 {
	padding: 10px;
}
.box04 {
	position: relative;
	border: 2px solid #79C06E;
	padding: 15px;
	border-radius: 10px;
	box-shadow:rgba(163, 163, 163, 0.521569) 0px 3px 5px -2px;
	margin-top: 20px;
}
.box04 p {
	background: #FFF;
	border: none;
	padding: 0;
	width: auto;
	font-size: 14px;
	color: #4CA53F;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	position: relative;
	box-shadow: none;
	line-height: 140%;
}
.box04 img {
	position: static;
	display: block;
	margin: 20px auto 0;
	max-width: 30%;
}
.box04 span.point {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	background: #F00;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	font-size: 24px;
	border-radius: 5px;
	z-index: 20;
}
.box04_2 {
	position: relative;
	border: 2px solid #FF6666;
	padding: 15px;
	border-radius: 10px;
	box-shadow:rgba(163, 163, 163, 0.521569) 0px 3px 5px -2px;
	margin-top: 20px;
}
.box04_2 p {
	background: #FFF;
	border: none;
	padding: 0;
	width: auto;
	font-size: 14px;
	color: #605246;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	position: relative;
	box-shadow: none;
	line-height: 140%;
}
.box04_2 img {
	position: static;
	display: block;
	margin: 0 auto 0;
	max-width: 30%;
}
.box04_2 span.point {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	background: #F00;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	font-size: 24px;
	border-radius: 5px;
	z-index: 20;
}
.box05 {
	border: 3px solid #79C06E;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.box06 {
	padding: 15px;
	font-size: 1.4rem;
}
.box07 {
	padding: 15px;
}
.box07 p {
	font-size: 13px;
}
.box08 {
	background: rgb(254,252,242);
	background: -moz-linear-gradient(top,  rgba(254,252,242,1) 1%, rgba(253,252,249,1) 43%, rgba(249,247,237,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(254,252,242,1)), color-stop(43%,rgba(253,252,249,1)), color-stop(99%,rgba(249,247,237,1)));
	background: -webkit-linear-gradient(top,  rgba(254,252,242,1) 1%,rgba(253,252,249,1) 43%,rgba(249,247,237,1) 99%);
	background: -ms-linear-gradient(top,  rgba(254,252,242,1) 1%,rgba(253,252,249,1) 43%,rgba(249,247,237,1) 99%);
	background: linear-gradient(to bottom,  rgba(254,252,242,1) 1%,rgba(253,252,249,1) 43%,rgba(249,247,237,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcf2', endColorstr='#f9f7ed',GradientType=0 );
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #F2ECE8;
}
.box09 {
	background: #EDEDED;
	padding: 5px 10px;
	color: #666;
}

/* TABLE
----------------------------------------------------------------------- */

.table01,.table02 {
	font-size: 1.1rem;
}
.table01 span.small,.table02 span.small {
	display: block;
}
.table05 {
	font-size: 1.2rem;
}
.table01 th, .table01 td, .table02 th, .table02 td {
	padding: 4px;
	border-bottom: 1px solid #9E8D7E;
	border-left: 1px solid #9E8D7E;
	vertical-align: middle;
	line-height: 160%;
}
.table01 thead th, .table02 thead th {
	background: #F2ECE8;
/*	font-weight: normal;*/
	text-align: center;
}
	
.table01 tbody th, .table01 caption, .table02 tbody th {
	background: #F2ECE8;
	font-weight: normal;
}
.table01 tbody td {
	font-weight: bold;
}
.table01 tbody td span.small, .table01 tbody td p.small {
	font-weight: normal;
	line-height: 140%;
}
.table01 caption {
	border-top: 1px solid #9E8D7E;
	border-right: 1px solid #9E8D7E;
	border-left: 1px solid #9E8D7E;
	text-align: left;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 160%;
	vertical-align: middle;
	position: relative;
}
.table01 caption .ic_shiga,
.table01 caption .ic_kyoto {
	float: none;
}
.table02 {
	width: 100%;
	border-top: 1px solid #9E8D7E;
	border-right: 1px solid #9E8D7E;
}
.table02 th, .table02 td {
	text-align: center;
}
.table02 tfoot td {
	text-align: left;
}

.table03 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12px;
}
.table03 thead th {
	background: #E9F2E6;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.table03 thead td {
	text-align: center;
	padding: 10px 0;
}
.table03 tbody td {
	background: #FFF;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
}
.table05 {
	margin: 0 0 30px 0;
}
.table05 tr {
	border-bottom: 1px solid #F5F5F5;
}
.table05 td {
    padding: 5px 10px;
    vertical-align: top;
}
.table05 tr.heading {
	font-weight: bold;
}
.table05 td span {
	font-size: 80%;
}
.table05 td input {
	margin-right: 5px;
}
.table05 td.price, .table05 td.pieces {
	width: 100px;
}
.table05 th {
    vertical-align: middle;
}
.tbl_fix {
	table-layout: fixed;
}
.table07 {
	margin:0 auto 20px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
.table07 caption {
    border:1px solid #9E8D7E;
    text-align: left;
    font-weight: bold;
    padding: 4px 10px;
    line-height: 160%;
    vertical-align: middle;
	background: #F2ECE8;
}

/* TEXT
----------------------------------------------------------------------- */

.big   { font-size: 120% !important; }
.small { font-size: 80% !important; }
.font200 {font-size: 150% !important; }

.txt16 { font-size: 14px !important; }
.txt20 { font-size: 16px !important; }
.txt24 { font-size: 18px !important; }
.txt30 { font-size: 20px !important; }

/* FLOAT
----------------------------------------------------------------------- */

.spFl { float:left; }
.spFr { float:right; }
.spFn{ float:none; }
.spCb { clear:both; }

/* LINE
----------------------------------------------------------------------- */

.line02 {
	width: auto;
	height: 0;
	padding-top: 7%;
	background-size: contain;
}
.line03 {
    background: url(../img/leaves.png) no-repeat center top;
	background-size: contain;
    height: 0;
    width: auto;
	padding-top: 5.6%;
}

/* ROTATE
----------------------------------------------------------------------- */

/* DISPLAY
----------------------------------------------------------------------- */

/* BALLOON
----------------------------------------------------------------------- */

.bln01 {
    position: relative;
}
.bln01:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 5px solid #007E35;
  border-left: 10px solid transparent;
}
.balloon01 {
    width: 150px;
    letter-spacing: -0.4em;
}
.balloon01 p {
    display: inline-block;
    border-radius: 10px;
    background: #ffcbcb;
    letter-spacing:  normal;
    width: 100px;
    font-weight: bold;
    color: #F00;
    padding: 10px;
    line-height: 2;
}
.balloon01:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 20px solid #ffcbcb;
}

/* SHADOW
----------------------------------------------------------------------- */

.shadow01 {
	position: relative;
}
.shadow01:before,
.shadow01:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 14px;
	left: 10px;
	width: 80%;
	top: 90%;
	max-width: 800px;
	background: #cccccc;
	box-shadow: 0 15px 20px #cccccc;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.shadow01:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

/* CLEARFIX
----------------------------------------------------------------------- */

.clearfix:after, .cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0.1rem;
}
.clearfix, .cf {
	display: inline-block;
/*	overflow: hidden;*/
}
/*\*/
* html .clearfix, * html .cf { height: 1%;}
.clearfix, .cf { display: block;}
/**/

.bg_rd { background: #ffcbcb !important;}
table.price tr.bg_rd th, table.table01 tr.bg_rd th {
	background: #ffcbcb;
}




/* MARGIN
----------------------------------------------------------------------- */

.spCenter { margin-left: auto !important; margin-right: auto !important;}
img.spCenter { display:block !important; margin-left: auto !important; margin-right: auto !important;}

.spM5  {margin:5px !important;}
.spM10 {margin:10px !important;}
.spM15 {margin:15px !important;}
.spM20 {margin:20px !important;}
.spM25 {margin:25px !important;}
.spM30 {margin:30px !important;}

.spMb0  {margin-bottom:0 !important;}
.spMb5  {margin-bottom:5px !important;}
.spMb10 {margin-bottom:10px !important;}
.spMb15 {margin-bottom:15px !important;}
.spMb20 {margin-bottom:20px !important;}
.spMb25 {margin-bottom:25px !important;}
.spMb30 {margin-bottom:30px !important;}
.spMb40 {margin-bottom:40px !important;}
.spMb50 {margin-bottom:50px !important;}
.spMb60 {margin-bottom:60px !important;}

.spMt0  {margin-top:0 !important;}
.spMt5  {margin-top:5px !important;}
.spMt10 {margin-top:10px !important;}
.spMt15 {margin-top:15px !important;}
.spMt20 {margin-top:20px !important;}
.spMt25 {margin-top:25px !important;}
.spMt30 {margin-top:30px !important;}
.spMt40 {margin-top:40px !important;}
.spMt50 {margin-top:50px !important;}
.spMt60 {margin-top:60px !important;}

.spMl0  {margin-left:0 !important;}
.spMl5  {margin-left:5px !important;}
.spMl10 {margin-left:10px !important;}
.spMl15 {margin-left:15px !important;}
.spMl20 {margin-left:20px !important;}
.spMl25 {margin-left:25px !important;}
.spMl30 {margin-left:30px !important;}
.spMl40 {margin-left:40px !important;}
.spMl50 {margin-left:50px !important;}
.spMl60 {margin-left:60px !important;}

.spMr0  {margin-right:0 !important;}
.spMr5  {margin-right:5px !important;}
.spMr10 {margin-right:10px !important;}
.spMr15 {margin-right:15px !important;}
.spMr20 {margin-right:20px !important;}
.spMr25 {margin-right:25px !important;}
.spMr30 {margin-right:30px !important;}
.spMr40 {margin-right:40px !important;}
.spMr50 {margin-right:50px !important;}
.spMr60 {margin-right:60px !important;}

/* PADDING
----------------------------------------------------------------------- */

.spP5  {padding:5px !important;}
.spP10 {padding:10px !important;}
.spP15 {padding:15px !important;}
.spP20 {padding:20px !important;}
.spP25 {padding:25px !important;}
.spP30 {padding:30px !important;}

.spPb5  {padding-bottom:5px !important;}
.spPb10 {padding-bottom:10px !important;}
.spPb15 {padding-bottom:15px !important;}
.spPb20 {padding-bottom:20px !important;}
.spPb25 {padding-bottom:25px !important;}
.spPb30 {padding-bottom:30px !important;}
.spPb40 {padding-bottom:40px !important;}
.spPb50 {padding-bottom:50px !important;}
.spPb60 {padding-bottom:60px !important;}

.spPt5  {padding-top:5px !important;}
.spPt10 {padding-top:10px !important;}
.spPt15 {padding-top:15px !important;}
.spPt20 {padding-top:20px !important;}
.spPt25 {padding-top:25px !important;}
.spPt30 {padding-top:30px !important;}
.spPt40 {padding-top:40px !important;}
.spPt50 {padding-top:50px !important;}
.spPt60 {padding-top:60px !important;}

.spPl5  {padding-left:5px !important;}
.spPl10 {padding-left:10px !important;}
.spPl15 {padding-left:15px !important;}
.spPl20 {padding-left:20px !important;}
.spPl25 {padding-left:25px !important;}
.spPl30 {padding-left:30px !important;}
.spPl40 {padding-left:40px !important;}
.spPl50 {padding-left:50px !important;}
.spPl60 {padding-left:60px !important;}

.spPr5  {padding-right:5px !important;}
.spPr10 {padding-right:10px !important;}
.spPr15 {padding-right:15px !important;}
.spPr20 {padding-right:20px !important;}
.spPr25 {padding-right:25px !important;}
.spPr30 {padding-right:30px !important;}
.spPr40 {padding-right:40px !important;}
.spPr50 {padding-right:50px !important;}
.spPr60 {padding-right:60px !important;}


.movieBox {
    position: relative;
	padding-top: 73.529%;
}
.movie {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.txt_c {text-align: center;}
.ver_m {vertical-align: middle;}
.blk {display: block;}

.pcOnly , .pc {
	display: none !important;
}