@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",sans-serif;
	font-size: 15px;
    font-size: 1.5em;
    line-height: 1.5;
    color: #000;
	min-width: 1100px;
	background: #79C06E;
	-webkit-text-size-adjust: 100%;
}
a:hover, a:hover img, a:active, a:active img  {
　　filter: alpha(opacity=80);
    opacity: 0.8;
}
a.opacity1:hover, a.opacity1:hover img {
　　filter: alpha(opacity=100);
    opacity: 1;
	cursor: default;
}
a { color: #4CA53F; }
p { padding: 0 10px;
	text-align: justify;
	text-justify: inter-ideograph; }

/* HEADER
----------------------------------------------------------------------- */
#sp-header,#sp-menu {
	display: none;
}
header {
	width: 100%;
	background-color: #76BD6B;
	background-image: url(../img/bg01.png);
}
div.fr.hd_top {
	width: 711px;
}
#hd_contact {
	width: 711px;
	padding-left: 101px;
	background: url(../img/hd_contact01.png) no-repeat left top;
}
#hd_contact li {
	float: left;
}
#hd_menu {
	width: 210px;
	background: #FFF;
	border-radius: 10px;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px;
	float: right;
}
#hd_menu li {
	float: left;
	line-height: 1;
	border-right: 1px solid #194113;
	padding-left: 15px;
}
#hd_menu li.last {
	border: none;
}
#hd_menu li a {
	display: block;
	background: url(../img/arrow02.png) no-repeat left center;
	padding: 0 20px;
	color: #194113;
	font-size: 14px;
}
#hd_nav {
	background: url(../img/hd_nav00.jpg) repeat-x;
	height: 60px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 3px 5px 0px;
	position: relative;
	z-index: 20;
}
#hd_nav ul {
	width: 1100px;
	margin: 0 auto;
	background: url(../img/line01.png) no-repeat right center;
}
#hd_nav ul li {
	float: left;
	width: 220px;
	text-align: center;
	background: url(../img/line01.png) no-repeat left center;
	height: 60px;
}
#hd_nav ul li a {
	color: #333;
	display: block;
}

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

 footer {
	 width: 100%;
}
.ft_top {
	width: 100%;
	background: #FFF;
	padding: 20px 0 30px;
	box-shadow:rgba(0, 0, 0, 0.4) 0px -15px 50px -28px inset;
}
.ft_contact {
	width: 1100px;
	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: 780px;
	float: left;
}
.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: 1122px;
	margin: 0 0 0 -11px;
}
.ft_bottom li {
	width: 322px;
	min-height: 302px;
	padding: 20px 15px 10px 15px;
	margin: 11px;
	background: #FFF;
	float: left;
	border-radius: 10px;
	line-height: 130%;
}
.ft_bottom li h6 {
	margin-bottom: 10px;
}
.ft_bottom li p {
	padding: 0;
	line-height: 140%;
	font-size: 14px;
	font-size: 1.4rem;
}
.ft_bottom li p span.tel, .ft_bottom li a.tel {
	font-size: 25px;
	margin-bottom: 10px;
	display: block;
	letter-spacing: -1px;
}
.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 {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	background: #76BD6B;
}
.ft_bottom_ul {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  padding: 0;
  margin: 10px;
  list-style-type: none;
}
.ft_bottom_ul li {
	padding: 20px;
  margin-right: 2px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #FFF;
}

@media screen and (max-width:599px){
    .ft_bottom_ul{
		display: block;
    width: auto;
    margin: 0 20px;
    }
}

.ft_bottom_ul li p span.tel, .ft_bottom_ul li a.tel {
	font-size: 21px;
	display: block;
	letter-spacing: -1px;
}

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

#sidemenu {
	width: 220px;
	float: left;
}
#sidemenu dl {
	margin-bottom: 20px;
}
#sidemenu dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	color: #4CA53F;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 2px 5px;
	font-weight: 600;
	border-bottom: 1px dotted #CCC;
}
#sidemenu dl dt span {
	font-weight: normal;
	font-size: 11px;
	font-size: 1.1rem;
	margin-left: 15px;
}
#sidemenu dl dd a {
	display: block;
	color: #605246;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #FAFAFA;
	border-bottom: 1px dotted #CCC;
	padding: 7px 0;
}
#sidemenu dl dd a span {
	border-left: 3px solid #79C06E;
	margin-left: 5px;
	padding-left: 10px;
	height: 20px;
	display: inline-block;
}
#sidemenu dl dd a:hover {
	background: #EDEDED;
}
.rank {
	width: 220px;
	height: 171px;
	padding-top: 94px;
	background: url(../img/sd_rank00.gif) no-repeat top;
	margin-bottom: 20px;
}
.rank a {
	display: block;
	padding: 0 0 0 20px;
	text-align: center;
	line-height: 51px;
	font-size: 16px;
}
.sidenav a {
	display: block;
	line-height: 1;
}
.sidenav li {
	margin-bottom: 10px;
}

/* CONTENTS
----------------------------------------------------------------------- */

#content {
	width: 720px;
	float: right;
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
}

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

.caption {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.caption img {
	float: left;
	margin-right: 30px;
	width: 240px;
	height: auto;
}
.caption {
}
.item {
	margin: 40px 0 50px;
	background: #FFF;
	position: relative;
	border: 1px solid #EDEDED;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	color: #222;
}
.item:before, .item:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 5px;
	width: 90%;
	top: 80%;
	max-width: 800px;
	background: #cccccc;
	box-shadow: 0 10px 20px #cccccc;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.item:after {
	right: 5px;
	left: auto;
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
.item:hover {
　　filter: alpha(opacity=100);
    opacity: 1;
}
.item div.clearfix {
	padding: 10px 25px 20px 25px;
}
.item div.fl {
	width: 350px;
}
.item div.fl p {
	margin-bottom: 10px;
	line-height: 180%;
}
.item div.fl table.table02 {
	margin: 0;
}
.item div.fl table.table02 td span {
	font-size: 12px;
	font-size: 1.2rem;
	color: #4CA53F;
}
.item div.fr {
	width: 280px;
}
.item h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #605246;
	padding: 0 10px 0 35px;
	line-height: 40px;
	margin: -10px 0 0 0;
	background: rgb(255,255,255);
	background: url(../img/h4.gif) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background: url(../img/h4.gif) no-repeat 15px center, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: url(../img/h4.gif) no-repeat 15px center, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: url(../img/h4.gif) no-repeat 15px center, 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: 1px solid #CCC;
	box-shadow: rgba(255, 255, 255, 1) 0px 0px 2px 1px inset;
	border-radius: 5px;
	overflow: hidden;
}
.item div.fr img {
	margin: 3px 0 13px 0;
}
.item p {
	padding: 0;
}
.item div.fr p.link01 {
	margin: 0;
}
.item:hover p, .item:hover table, .item:hover span {
　　filter: alpha(opacity=80);
    opacity:0.8;
}
.item:hover h5 {
	color: #4CA53F;
}
.column{
	border: 1px solid #79C06E ;
	padding:15px 10px 10px;
	margin: 20px 0;
}
.column h5{
	color: #79C06E;
	margin-bottom: 10px;
	padding-left: 5px;
}
/* TOP
----------------------------------------------------------------------- */

#top_slider {
	width: 100%;
	overflow: hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.topmenu01 li {
	float: left;
	margin: 0 3px 3px 0;
}
.topmenu01 li.last {
	margin: 0;
}
.topmenu01 a {
	line-height: 1;
	display: block;
}
.topmenu01 li ul li {
	float: none;
}
.info {
	width: 640px;
	margin: 0 auto;
}
.info li {
	padding: 10px 20px 10px 100px;
	text-indent: -40px;
	font-size: 15px;
	border-bottom: 1px dashed #CCC;
	line-height: 140%;
}
.info li span {
	display: inline-block;
	width: 40px;
	color: #4BAE3B;
	font-weight: 600;
	letter-spacing: 1px;
}
.info li a {
	display: block;
	color: #4BAE3B;
}
.twitter {
    width: 720px;
	margin-bottom: 30px;
}
.twitter div.fl {
	width: 460px;
}
.twitter ul.fr {
	width: 220px;
}
.trouble_menu {
	display: table;
	width: 720px;
	table-layout: fixed;
	margin-bottom: 10px;
}
.trouble_menu > li {
	display: table-cell;
}
.trouble_menu li ul {
	margin-top: 10px;
}
.trouble_menu li ul li a {
	font-size: 14px;
	display: block;
	margin: 3px 0 3px 10px;
}
.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 {
	background-image: url(../bridal/img/bridal_hd_bg.jpg);
	background-size: cover;
	background-position: center left;
	height: 160px;
	border-bottom: 10px 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: 240px;
}
#catch h2 {
	margin-left: -90px;
	padding-top: 10px;
}
#catch p {
	font-size: 20px;
	font-size: 2rem;
	padding: 0 0 0 50px;
	letter-spacing: 2px;
	line-height: 140%;
}
#map{
	width:440px;
/*	height:500px;*/
	float: left;
	margin: 30px 0;
}
#map2 {
	width:720px;
	height:300px;
	margin: 30px 0;
}

#transport {
	width: 260px;
	float: right;
}
#svp, #svp2 {
	width:400px;
	height:240px;
	float: left;
}

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

.bridal {
	background: #F4FDDA;
	background: #F4FDDA url(../bridal/img/bridal_bg.png);
}
.bridal header {
	background: url(../bridal/img/bridal_hd_bg.jpg) no-repeat;
	background-size: cover;
	height: 870px;
	border-bottom: 10px solid #D8E3F4;
	text-align: center;
}
.bridal header div {
	background: url(../bridal/img/bridal_hd_frame.png) no-repeat;
	width: 660px;
	height: 620px;
	padding: 250px 220px 0 220px;
	margin: 0 auto;
}
.bridal header div h2 {
	font-size: 34px;
	color: #FF70A2;
}
.bridal header div p {
	font-size: 16px;
	line-height: 200%;
}
.bridal header div p.indent1 {
	font-size: 14px;
	color: #FF70A2;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}
#bridal_content {
	padding: 30px 0;
}
.bridal h3 {
	width: 1100px;
	margin: 0 0 20px -70px;
}
.bridal_box {
	background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 50%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 50%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
	position:relative;
	box-shadow:rgba(163, 163, 163, 0.54902) 0px 1px 3px 0px;
	z-index:0;
	border-radius: 10px;
	width: 960px;
	margin: 0 auto 30px;
	padding: 40px 0 10px;
}
.bridal_list {
	width: 900px;
	margin: 0 auto;
}
.bridal_list a, .bridal_list li > div {
	display: block;
	color: #333;
	background-image: url(../bridal/img/bridal_list_bg1.png), url(../bridal/img/bridal_list_bg2.png), url(../bridal/img/bridal_list_bg3.png), url(../bridal/img/bridal_list_bg4.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: top left, top right, bottom right, bottom left;
	padding: 10px 50px 30px;
	background-color: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
}
.bridal_list li {
    position: relative;
	margin-bottom: 50px;
	background: #FFF;	
}
.bridal_list li:before, .bridal_list li:after {
	z-index: -1;
	position: absolute;
	content: "";
	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 {
	color: #7E9DCE;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0 15px;
	margin: 40px auto 10px;
	letter-spacing: 1px;
	border-top: 1px solid #BCB47E;
	border-bottom: 1px solid #BCB47E;
	position: relative;
}
.bridal_list li h5:before {
	content:"";
	background: url(../img/tiara.png) no-repeat top center;
	width: 798px;
	height: 40px;
	display: block;
	position: absolute;
	top: -40px;
}
.bridal_list li div.fl {
	width: 500px;
}
.bridal_list li h6 {
	color: #BCB37D;
	text-align: center;
	font-size: 22px;
	margin: 5px auto 25px;
}
.bridal_list li h6 span, .bridal_list li h6 a {
	display: inline;
	color: #FFF;
	border-radius: 10px;
	border: none;
	padding: 6px 20px;
	background: #BCB37D;
	background: -moz-linear-gradient(top,  rgba(201,192,126,1) 0%, rgba(174,166,105,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,192,126,1)), color-stop(100%,rgba(174,166,105,1)));
	background: -webkit-linear-gradient(top,  rgba(201,192,126,1) 0%,rgba(174,166,105,1) 100%);
	background: -ms-linear-gradient(top,  rgba(201,192,126,1) 0%,rgba(174,166,105,1) 100%);
	background: linear-gradient(to bottom,  rgba(201,192,126,1) 0%,rgba(174,166,105,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c07e', endColorstr='#aea669',GradientType=0 );
}
.bridal_list li h6 .font-s{
	font-size: 18px;
}
.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 50px;
	margin: 0;
	font-size: 16px;
	color: #666;
	background: url(../img/feather.png) no-repeat top left;
}
.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 th, .bridal_menu table.table01 th, .bridal_menu table.table02 th {
	background: #D8E3F4;
	border-bottom: 1px solid #BCB47E;
    border-left: 1px solid #BCB47E;
}
.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: 800px;
	margin: 0 auto 50px;
}
.bridal_menu p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 200%;
	color: #554834;
}
.bridal_menu .red {
	color: #AEA669;
}
.bridal_menu .line04 {
    border-bottom: 1px dashed #AEA669;
}
p.br_blog_name {
	margin-top: 30px;
	font-size: 20px;
    font-size: 2rem;
}
p.br_blog_name a {
	border-bottom: 1px dashed;
}

/* 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: 360px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.bt_nav01 li, .bt_nav02 li{
	float: left;
}
.bt_nav02 {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
}
.bt_nav02 a {
	display: block;
	padding: 0 12px;
}
.bt_nav03 {
	display: block;
	width: 600px;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	color: #554834;
    border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow:rgb(163, 163, 163) 1px 1px 2px 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}
.bt_nav04 {
	max-width: 700px;
	margin: 0 auto;
}
.bt_menu {
	overflow: hidden;
}
.bt_menu li {
	float: left;
}
.bt_menu li a {
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px;
	color: #554834;
    border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow:rgb(163, 163, 163) 1px 1px 2px 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
}

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

.environ {
/*  border: 1px solid #ede3bd;*/
  background: url(../img/bn_environ.png) no-repeat;
  width: 720px;
  height: 140px;
  position: relative;
  margin-top: 10px;
    line-height: 1;
}
.environ img, .environ ul {
	float: left;
}
.environ img {
	margin: 0;
	vertical-align: top;
}
.environ ul {
	width:360px;
	font-size: 12px;
	margin: 42px 0 5px;
}
.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 {
	background: #79C06E;
	color: #FFF;
	position: relative;
	text-align: center;
	line-height: 50px;
	padding: 0 25px;
	height: 50px;
	font-size: 2rem;
}
.title01:before, .title01:after {
	content: "";
	display: block;
	position: absolute;
	border: 25px solid #79C06E;
	top: 0px;
}
.title01:before {
	border-left: 25px solid transparent;
	left: -25px;
}
.title01:after {
	border-right: 25px solid transparent;
	right: -25px;
}
.title02 {
	font-size: 22px;
	font-size: 2.2rem;
	width: 660px;
	color: #FFF;
	padding: 15px 10px 15px 60px;
	margin: 0 0 20px -10px;
	background: rgb(174,223,168);
	background: -moz-linear-gradient(top,  rgba(174,223,168,1) 0%, rgba(104,179,93,1) 100%);
	background: url(../img/h3.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,223,168,1)), color-stop(100%,rgba(104,179,93,1)));
	background: url(../img/h3.png) no-repeat 10px center, -webkit-linear-gradient(top,  rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: url(../img/h3.png) no-repeat 10px center, -ms-linear-gradient(top,  rgba(174,223,168,1) 0%,rgba(104,179,93,1) 100%);
	background: url(../img/h3.png) no-repeat 10px center, 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;
}
.title03 {
	font-size: 26px;
	text-align: center;
	background: url(../img/dot03.png) repeat-x center;
	letter-spacing: 2px;
	color: #A59D59;
}
.title03 span {
	padding: 0 50px;
	background-color: #FFF;
	background-image: url(../img/deco01.png), url(../img/deco02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
}
.title04 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #605246;
	padding: 12px 12px 12px 35px;
	margin: 0 0 20px 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: url(../img/h4.gif) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background: url(../img/h4.gif) no-repeat 15px center, -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: url(../img/h4.gif) no-repeat 15px center, -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: url(../img/h4.gif) no-repeat 15px center, 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: 1px solid #CCC;
	box-shadow: rgba(255, 255, 255, 1) 0px 0px 2px 1px inset;
	border-radius: 5px;
}
.title05 {
	padding: 5px 0 8px 20px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #605246;
	background: url(../img/h4.gif) no-repeat left center;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
.title05 span {
	font-size: 12px;
	font-weight: normal;
	float: right;
	font-weight: 600;
}
.title06 {
	font-size: 2px;
	font-size: 2rem;
	color: #4CA53F;
	border-bottom: 1px solid #79C06E;
	line-height: 180%;
}
.title07 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #A59D59;
	margin: 0 0 20px 0;
	text-align: center;
}
.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: 24px;
	letter-spacing: 2px;
	padding: 30px 0;
}
.title11 span {
	border-bottom: 2px dotted #CCC;
	padding-bottom: 5px;
	position: relative;
}
.title11 span:before, .title11 span:after {
	content: "";
	font-size: 50px;
	width: 60px;
	height: 60px;
	background: url(../img/quotation01.png);
	display: block;
	position: absolute;
}
.title11 span:before {
	top: -20px;
	left: -60px;
}
.title11 span:after {
	top: -5px;
	right: -60px;
	transform: rotateZ(180deg);
}
.title12 {
	text-align: center;
    font-size: 30px;
    color: #FFF;
    margin: 0 0 40px;
    outline: none;
    padding: 10px;
	line-height: 160%;
    text-transform: uppercase;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0px 2px 0px #b2a98f,
               0px 5px 10px rgba(0,0,0,0.15),
               0px 10px 2px rgba(0,0,0,0.1),
               0px 20px 30px rgba(0,0,0,0.1);
}
 
.title12, .title12:before {
    background-image:
        /*white gloss gradient*/
        linear-gradient(
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0)
        ),
        /*thin stripes*/
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
        ),
        /*white base*/
        linear-gradient(#aea669, #aea669);
    background-size:
        cover, /*white gloss*/
        4px 4px, /*thin stripes*/
        cover; /*base white*/
}

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

.top { 
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 1030;
  display: block;
}

.back, .close { 
  position: fixed;
  right: 5px;
  bottom: 90px;
  z-index: 1030;
  display: block;
}

.bn01 { 
  position: fixed;
  right: 0px;
  top: 90px;
  z-index: 1030;
  display: block;
}

/* 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: 12px;
	padding: 5px;
	display: block;
	line-height: 14px;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}
.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: 16px;
	padding: 8px;
	margin-top: -5px;
	font-family: inherit;
}	

/* 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 {
    display: table;
    width: 100%;
}
.tableBox > div {
    display: table-cell;
    vertical-align: middle;
}
	
/* 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 {
	float: left;
	background: #f2ECE8;
	margin: 1px;
	line-height: 160%;
	font-size: 13px;
	font-size: 1.3rem;
}
.list01 li a {
	background: url(../img/arrow06.png) no-repeat 5px center;
	padding: 2px 10px 2px 20px;
	display: block;
	color: #605246;
}
.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: 660px;
}
.list03 li {
	background: url(../img/check01.png) no-repeat left center;
	padding: 0 0 0 30px;
	font-size: 18px;
	color: #77BE6D;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	width: 300px;
}
.list03.flnone li {
	float: none;
}
.list04 li {
	border-bottom: 2px solid #CCC;
	padding: 20px 0;
	color: #4BAE3B;
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	text-align: left;
}
.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 {
	overflow: hidden;
	margin-bottom: 10px;
}
.list08 li img {
	float: left;
	margin-right: 20px;
	border: 1px solid #CCC;
}
.list08 li h5 {
	font-size: 28px;
	font-size: 2.8rem;
	color: #4BAE3B;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #79C06E;
	line-height: 150%;
}
.list08 li strong {
	font-size: 20px;
	font-size: 2rem;
	color: #4BAE3B;
	margin: 0 0 10px 0;
	display: block;
}
.list09 {
	width: 720px;
}
.list09 li {
	background: #F1F4C3;
	padding: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #77BE6D;
	font-weight: bold;
	margin: 5px 20px;
	float: left;
	position: relative;
	border-radius: 5px;
}
.list09 li:after{
    content: "+"; 
    display: block; 
	top: 8px;
	right: -25px;
	position: absolute;
}
.list09 li:last-child:after{
    content: normal; 
}
.list10 {
	overflow: hidden;
	margin-bottom: 20px;
}
.list10 li {
	font-size: 16px;
	font-size: 1.6rem;
	color: #77BE6D;
	margin: 3px;
	float: left;
	position: relative;
	border-radius: 5px;
}
.list10 li a {
	display: block;
	padding: 10px;
	color: #554834;
    border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow:rgb(163, 163, 163) 1px 1px 2px 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(252,252,252,1) 9%, rgba(249,248,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(9%,rgba(252,252,252,1)), color-stop(100%,rgba(249,248,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 9%,rgba(249,248,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 9%,rgba(249,248,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 9%,rgba(249,248,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f8ed',GradientType=0 );
}

.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: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: text-top;
	margin-bottom: 10px;
	line-height: 160%;
}
.list11 dt {
	width: 320px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FF3333;
}
.list11 dd {
	width: 400px;
	font-size: 16px;
	font-size: 1.6rem;
}
.list12 dt, .list12 dd {
	line-height: 3rem;
	font-size: 16px;
	font-size: 1.6rem;
	background: #F1F4C3;
}
.list12 dt {
	font-size: 22px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #79C06E;
	background: #F1F4C3 url(../img/arrow07.gif) no-repeat 10px center;
	padding: 0 0 0 30px;
}
.list12 dd {
	text-align: center;
	margin: 0 0 5px 0;
}
.list13 dt, .list13 dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-bottom: 10px;
	line-height: 160%;
}
.list13 dt {
	width: 140px;
	font-size: 22px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
	margin-right: 20px;
	border-radius: 80px;
	background: #79C06E;
	text-align: center;
	padding: 50px 0;
}
.list13 dd {
	width: 560px;
	overflow: hidden;
	border-bottom: 2px dotted #9E8D7E;
	padding: 15px 0;
}
.list14 dt, .list14 dd {
	vertical-align: middle;
	line-height: 160%;
}
.list14 dt {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 30px;
	background: #79C06E;
	text-align: center;
	padding: 5px 50px;
}
.list14 dd {
	overflow: hidden;
	border-bottom: 2px dotted #9E8D7E;
	padding: 15px 0;
	margin-bottom: 20px;
}
.list15 dt, .list15 dd {
	line-height: 140%;
}
.list15 dt {
	font-size: 22px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #79C06E;
	background: url(../img/arrow07.gif) no-repeat 10px center;
	padding: 0 0 0 30px;
	margin-top: 15px;
}
.list15 dd {
	margin: 0 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 {
    counter-reset:li;
    padding: 0;
    list-style: none;
}
.list21 li {
	padding: 10px 0;
    min-height: 80px; 
　　*list-style-type: decimal; /*IE7*/
    font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #605246;
	line-height: 130%;
	vertical-align: middle;
}
.list21 li:before {
    content: counter(li);
    counter-increment: li;
    width: 80px;
	height: 30px;
    padding: 36px 0 14px;
    color: #605242;
    font-weight: bold;
    font-family: "Arial Black", Gadget, sans-serif;
    text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
    font-size: 36px;
    background: url(../img/badge01.gif) no-repeat left center;
}
.list21 li + li {
	border-top: 1px dashed #4CA53F;
}
.list21 li p {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	width: 460px;
	line-height: 140%;
	padding: 0 0 0 10px;
}
.list21 li img {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.list21.txt30 li p {
	font-size: 30px;
	width: 600px;
}
.list21.ver2 li:before {
    background: url(../img/badge02.gif) no-repeat left center;
}
.list21.ver2 li p span.small {
	font-weight: normal;
}
.list21.w550 li p {
	width: 360px;
	line-height: 140%;
	padding: 0 0 0 10px;
}

.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;
  padding: 20px 10px 30px 60px;
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #605246;
}
.qa dd, .QandA dd {
  padding: 20px 20px 20px 70px;
  background: #e9f2e6;
  background: url(../img/qa001a.png) no-repeat 10px 10px , -moz-linear-gradient(top, #e9f2e6 0%, #cae0c3 100%);
  background: url(../img/qa001a.png) no-repeat 10px 10px , -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f2e6), color-stop(100%,#cae0c3));
  background: url(../img/qa001a.png) no-repeat 10px 10px , -webkit-linear-gradient(top, #e9f2e6 0%,#cae0c3 100%);
  background: url(../img/qa001a.png) no-repeat 10px 10px , -ms-linear-gradient(top, #e9f2e6 0%,#cae0c3 100%);
  background: url(../img/qa001a.png) no-repeat 10px 10px , linear-gradient(to bottom, #e9f2e6 0%,#cae0c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f2e6', endColorstr='#cae0c3',GradientType=0 );
  border-radius: 10px;
  margin: 5px 0 0 40px;
  line-height: 140%;
}

/* 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: 1100px;margin: 0 auto !important; }
.w100per { width: 100% !important; }
.w250 { width: 250px !important; }
.w380 { width: 380px !important; }
.w400 { width: 400px !important; }
.w500 { width: 500px !important; }
.w550 { width: 550px !important; }
.w600 { width: 600px !important; }
.w720 { width: 720px !important; }

/* BOX
----------------------------------------------------------------------- */
.wt_box {
	width: 1000px;
	padding: 30px 50px;
	background: #FFF;
	border-radius: 10px;
	margin: 0 auto;
}
.bridal div.wt_box {
	width: 900px;
	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;
	z-index: 20;
	position: relative;
}
.box02 {
	width: 100%;
	background-color : #76BD6B;
	background-image: url(../img/bg01.png);
	padding: 20px 0;
}
.box03 {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,252,242,1) 37%, rgba(249,247,237,1) 49%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(37%,rgba(254,252,242,1)), color-stop(49%,rgba(249,247,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,252,242,1) 37%,rgba(249,247,237,1) 49%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,252,242,1) 37%,rgba(249,247,237,1) 49%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,252,242,1) 37%,rgba(249,247,237,1) 49%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.box04 {
	position: relative;
}
.box04 p {
	background: #FFF;
	border: 3px solid #79C06E;
	padding: 20px 170px 20px 20px;
	width: 530px;
	font-size: 18px;
	color: #4CA53F;
	font-weight: bold;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	box-shadow:rgba(163, 163, 163, 0.521569) 0px 3px 5px -2px;
	line-height: 140%;
}
.box04 img {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 10;
}
.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;
}
.box04_2 p {
	background: #FFF;
	border: 3px solid #FF6666;
	padding: 20px 170px 20px 20px;
	width: 530px;
	font-size: 18px;
	color: #605246;
	font-weight: bold;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	box-shadow:rgba(163, 163, 163, 0.521569) 0px 3px 5px -2px;
	line-height: 140%;
}
.box04_2 img {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 10;
}
.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: 20px;
	border-radius: 5px;
	margin-top: 20px;
	background: #F1F4C3;
	font-size: 18px;
	font-weight: bold;
	color: #4CA53F;
	text-align: center;
}
.box07 {
	border: 1px solid #9E8D7E;
	color: #605246;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
	box-shadow:rgba(199, 199, 199, 0.180392) 0px 0px 100px 0px inset;
	background: #FFF;
}
.box07 p {
	font-size: 18px;
	line-height: 200%;
}
.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 {
	width: 100%;
	border-right: 1px solid #9E8D7E;
	border-top: 1px solid #9E8D7E;
	font-size: 14px;
	font-size: 1.4rem;
}
.table01 th, .table01 td, .table02 th, .table02 td {
	padding: 4px 10px;
	border-bottom: 1px solid #9E8D7E;
	border-left: 1px solid #9E8D7E;
	border-right: 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;
}
.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
}
.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: 13px;
}
.table05 {
	font-size: 14px;
	width: 100%;
	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;
}

.table08 {
	width: 100%;
	border-collapse: collapse; /* 枠線が重なるのを防ぐ */
	border: 1px solid #9E8D7E;
}

.table08 th, .table08 td {
	border: 1px solid #9E8D7E; /* 各セルに枠線 */
	text-align: center;
	padding: 8px;
}

.table08 th {
	background-color: #F5F0EB; /* 好みの色に調整可能 */
}	
.table08 tfoot td {
	text-align: left;
}
.table08 caption {
	border: 1px solid #9E8D7E;
	text-align: center;
	font-weight: bold;
	padding: 4px 10px;
	line-height: 160%;
	vertical-align: middle;
}

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

.big   { font-size: 140% !important; }
.small { font-size: 80% !important; }
.font200 {font-size: 200% !important; }

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

.txtl { text-align: left !important; }
.txtr { text-align: right !important; }
.txtc { text-align: center !important; }

.bold { font-weight: bold !important; }

.lh100 { line-height: 100% !important; }
.lh160 { line-height: 160% !important; }
.lh200 { line-height: 200% !important; }

.ls1 { letter-spacing: 1px; }
.ls2 { letter-spacing: 2px; }
.ls3 { letter-spacing: 3px; }

.red, .rd { color: #E43F3F; }
.green { color: #4CA53F; }
.pink { color: #FF6666; }
.grey { color: #999; }
.black { color: #000 !important;}

.indent1 { padding-left: 1em;text-indent: -1em; line-height: 140% !important; }

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

.fl { float:left; }
.fr { float:right; }
.cb { clear:both; }

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

hr { border: none;margin:0; }

.dash01 { border-bottom: 1px dashed #FFF;padding-bottom: 3px; }
.line01 { background: url(../img/dot01.gif) repeat-x bottom;padding-bottom: 2px; }
.line02 { background: url(../img/line02.png) no-repeat;height: 50px;width: 720px; *height: 1px; *backgrond: #CCC; margin-bottom: 20px; }
.line03 { background: url(../img/leaves.png) no-repeat;height: 40px;width: 720px; *display: none; }
.line04 { border-bottom: 1px dashed #E43F3F; padding-bottom: 2px; }
.line05 { border-bottom: 1px solid #CCC; }
.line06 { border-top: 1px solid #CCC; }
.line07 { border-right: 1px solid #CCC; }

.border01 { border: 1px solid #9E8D7E; }


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

.rt_z180 {
    transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}

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

.block { display: block; }
.iblk { display:inline-block;*display: inline; *zoom: 1; }
.iblk_md { display:inline-block;*display: inline; *zoom: 1; vertical-align: middle; }

/* 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
----------------------------------------------------------------------- */

.center {margin: 0 auto !important;}
img.center { display:block; margin: 0 auto;}

.m5  {margin:5px !important;}
.m10 {margin:10px !important;}
.m15 {margin:15px !important;}
.m20 {margin:20px !important;}
.m25 {margin:25px !important;}
.m30 {margin:30px !important;}

.mb5  {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}

.mt0  {margin-top:0 !important;}
.mt5  {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mt80 {margin-top:80px !important;}

.ml5  {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml60 {margin-left:60px !important;}

.mr5  {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr60 {margin-right:60px !important;}

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

.p5  {padding:5px !important;}
.p10 {padding:10px !important;}
.p15 {padding:15px !important;}
.p20 {padding:20px !important;}
.p25 {padding:25px !important;}
.p30 {padding:30px !important;}

.pb5  {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}

.pt5  {padding-top:5px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pt60 {padding-top:60px !important;}

.pl5  {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl50 {padding-left:50px !important;}
.pl60 {padding-left:60px !important;}

.pr5  {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr40 {padding-right:40px !important;}
.pr50 {padding-right:50px !important;}
.pr60 {padding-right:60px !important;}


.movie {
    width: 680px;
    height: 500px;
}
.txt_c {text-align: center;}
.ver_m {vertical-align: middle;}
.blk {display: block;}

.tblImgBlock img {
	display: inline-block;
	margin: 2px;
}
.tblImgBlock img {
	display: inline-block;
	margin: 5px 0;
}

@media (min-width:769px) {
	.spOnly,.sp,.spTopMenu {
		display: none !important;
	}
}


.car-left {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.car-right {
  width: 48%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .car-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
}

.car-right {
  width: 100%;
  float: none;
}
  
  .mt20-tb {
    margin-top: 20px;
  } 
  
}