@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	padding: 0;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 180%;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 120%;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}


/********* 全体 *****************************************************/

#fixedTop {
    right: 60px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	background-color: #FFF;
	background-image: url(../files/medias/common/totop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #8f8263;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.bt_side {
	float: right;
	z-index: 1000;
    position: absolute;
    top: 225px;
    right: 0;
	min-height: 170px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
}
.bt_side p {
	margin: 0;
}
.bt_side a {
	display: block;
	background-color: #8f8263;
	color: #FFF;
	font-size: 18px;
	padding: 15px;
	padding-top: 40px;
	line-height: 120%;
	text-decoration: none;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.5);
	background-image: url(../files/medias/icon/icon_mail_wh.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center 10px;
}
.bt_side a:hover {
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.9;
}

div#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.sp_only {
	display: none;
}

/********* ヘッダー *************************************************/

div#header {
	position: relative;
	z-index: 10;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.header {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 1000px;
}
.head_tel {
	float: right;
	font-size: 14px;
	color: #8f8263;
	margin-top: 10px;
	margin-right: 30px;
}
.head_tel div {
	margin-right: 30px;
	display: block;
	font-size: 34px;
	background-image:url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left 3px;
	padding-left: 32px;
}
.head_tel div a {
	text-decoration: none;
	color: #8f8263;
}

.head_tel div a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
div#header h1 {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	
}
div#header h1 a {
	display: block;
}
#header h1 a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
div#header h1 img {
	width: 175px;
}
/********* メニュー *************************************************/

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 19.8%;
	text-align: center;
	font-size: 24px;
	border-left: 1px solid #CCC;
}
ul.menu li div {
	font-weight: bold;
	font-size: 14px;
}
ul.menu li:last-child {
	float: none;
	border-right: 1px solid #CCC;
}
ul.menu li a {
	display: block;
	color: #8f8263;
	padding: 10px 0;
	text-decoration: none;
}

ul.menu li a:hover {
	background-color: #8f8263;
    color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

/********* スライド *************************************************/
#slide {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1000px;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
ul.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bxslider li img {
	width: 100%;
	min-width: 1000px;
}


/********* タイトル *************************************************/

#title {
	position: relative;
	z-index: 1;
	clear: both;
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 300px;
	background-size: 100%;
	background-image: url("../files/medias/common/title.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

#title h2 {
	position: absolute;
	left: 8%;
	top: 50%;
	font-size: 46px;
	font-weight: lighter;
	text-shadow: 0 0 1px rgba(0,0,0,1.0), 0 0 5px rgba(110,63,8,0.9);
	color: #FFF;
}

#title h3 {
	position: absolute;
	left: 8%;
	top: 55%;
	font-size: 30px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	margin-bottom: 10px;
}





/********* フッター *************************************************/

div#footer {
	clear: both;
	background-color: #8f8263;
	color: #FFF;
	padding: 30px 0;
	width: 100%;
	min-width: 1000px;
}
.footer {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 1000px;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
.foot_left {
	float: left;
	margin-right: 30px;
}

.foot_liz {
	font-size: 110%;
}
.foot_liz span {
	font-size: 180%;
}
.foot_tel {
	font-size: 120%;
	line-height: 200%;
}
.foot_tel div {
	margin-right: 30px;
	display: block;
	font-size: 200%;
	background-image:url(../files/medias/icon/icon_tel_wh.png);
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: left 3px;
	padding-left: 40px;
	letter-spacing: 2px;
}
.foot_tel div a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

ul.footmenu {
	vertical-align: top;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
ul.footmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footmenu li a:hover {
	text-decoration: underline;
}
ul.footmenu li ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
ul.footmenu li ul li {
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 150%;
}
ul.footmenu li ul li a:before {
	content: "- ";
}

ul.footmenu li ul li a:hover {
	text-decoration: underline;
}



div#footer address {
	text-align: center;
	margin-top: 20px;
}
.foot_logo {
	clear: both;
	display: block;
	margin: 20px auto;
	text-align: center;
	width: 90px;
}
.foot_logo:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


/********* パンくず *****************************************************/

.pkz {
	clear: both;
	color: #333;
	padding: 0;
	font-size: 13px;
	margin-bottom: 30px;
}
.pkz ol {
	margin: 0;
	padding: 0;
}
.pkz ol li {
	margin: 0;
	padding: 0;
	display: inline; /* liを横並び＆ブレットを消す */
	list-style-type: none;
}
.pkz ol li:after {
        content: " > "; /* liの後に記号追加 */
}
.pkz ol li:last-child:after {
	content: none; /* 最後のliだけcontentを消す */
	font-weight: bold;
}
.pkz ol li:last-child {
	font-weight: bold;
}	
.pkz li a:link, .pkz li a:visited {
	text-decoration: none;
	color: #333;
}
.pkz li a:hover{
	text-decoration: underline;
}

/********* 内容 *****************************************************/

div#content {
	display: block;
	margin-bottom: 50px;
}

/********* エントリー ***********************************************/

ul.list_top_entry {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_top_entry li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 170px;
	margin-right: 30px;
	margin-bottom: 20px;
}
ul.list_top_entry li:nth-child(5n) {
	float: none;
	margin-right: 0;
}
ul.list_top_entry li a {
	color: #000;
	text-decoration: none;
}
ul.list_top_entry li a:hover {
	text-decoration: underline;
}
.img_top_entry {
	position: relative;
	width: 100%;
	height: 170px;
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}

.img_top_entry a {
	display: block;
}

.img_top_entry img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	min-height: 100%;
}
.img_top_entry a img:hover {
	width: 150%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.entry_day {
	color: #8f8263;
}

.entry {
	display: block;
	margin-bottom: 30px;
	padding: 20px 50px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.entry h3 {
	font-size: 24px;
	font-weight: normal;
	background-image:url(../files/medias/icon/icon_leaf.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left 3px;
	color: #8f8263;
	padding: 5px 0;
	padding-left: 40px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #8f8263;
}
.entry h3 a {
	color: #8f8263;
	text-decoration: none;
}
.entry h3 a:hover {
	text-decoration: underline;
}
.entry .content {
	padding: 0 20px;
}
.entry_thumb {
	float: right;
	margin-left: 15px;
	width: 200px;
}
.entry_img {
	float: right;
	margin-left: 20px;
	width: 360px;
}

ul.entry_link {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.entry_link li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}
ul.entry_link li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #8f8263;
	text-decoration: none;
	color: #8f8263;
}
ul.entry_link li a:hover {
	background-color: #8f8263;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


ul.entry_link li.home a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #8f8263;
	text-decoration: none;
	color: #FFF;
	background-color: #8f8263;
}
ul.entry_link li.home a:hover {
	background-color: #8f8263;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.entry_link li.previous a:before {
	content: "<< ";
}
 ul.entry_link li.next a:after {
	content: " >>";
}

/********* ページ ***********************************************/
#page_content #content {
	margin-bottom: 50px;
}
#page_content #content .content {
	padding: 0 20px;
	margin-bottom: 30px;
}
ul.bt_submenu {
	margin: 0;
	text-align: center;
	margin-bottom: 50px;
	padding: 0;
}
ul.bt_submenu li {
	display: inline-block;
	margin: 10px 10px;
	padding: 0;
}
ul.bt_submenu li a {
	display: block;
  padding: 3px 1em;
  text-decoration: none;
  background: #8f8263;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #8f8263;
  border: dashed 1px #FFF;
}
ul.bt_submenu li a:hover {
  border: dotted 1px #FFF;
}

.page_imageright {
	float: right;
	margin-left: 50px;
	width: 360px;
}



.page_imageright002 {
	float: right;
	margin-left: 50px;
	width: 260px;
}


/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* インフォメーション ***************************************/

div#information {
	display: block;
	margin-bottom: 30px;
}




/********* 個別指定 *************************************************/

div#page_link ul.page_link {
	margin: 0 0 20px 0;
}
div#page_link ul.page_link li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page_link ul.page_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#page_link ul.page_link li.previous:before {
	content: "<< ";
}
div#page_link ul.page_link li.next:after {
	content: " >>";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}



/********* トップページ *************************************************/
#top_content {
	clear: both;
}
#top_content .content {
	display: block;
	margin-bottom: 50px;
}



.top_title {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.top_title h3 {
	clear: both;
	font-weight: normal;
	display: inline-block;
	color: #8f8263;
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 100%;
	background-image: url(../files/medias/icon/top_title_left.png), url(../files/medias/icon/top_title_right.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
	padding: 0 40px;
	margin: 0 auto;
}


ul.list_top_menu {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_top_menu li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 475px;
	margin-right: 50px;
	margin-bottom: 30px;
}
ul.list_top_menu li:nth-child(even) {
	float: none;
	margin-right: 0;
}
ul.list_top_menu li h5 {
	display: inline-block;
	font-size: 180%;
	font-weight: normal;
	background-image:url(../files/medias/icon/icon_leaf.png);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: left 3px;
	color: #8f8263;
	padding: 10px 0;
	padding-left: 50px;
	margin: 0;
}

ul.list_top_menu li p {
	margin-bottom: 10px;
}

.top_menu_img {
	position: relative;
	width: 100%;
	height: 235px;
	overflow: hidden;
}

.top_menu_img a {
	display: block;
}

.top_menu_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.top_menu_img a img:hover {
	width: 130%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


ul.list_top_campaign {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_top_campaign li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: center;
	margin-right: 50px;
}
ul.list_top_campaign li:nth-child(3n) {
	float: none;
	margin-right: 0;
}
ul.list_top_campaign li h5 {
	color: #8f8263;
	margin-top: 20px;
}
ul.list_top_campaign li h5 a {
	display: block;
	color: #8f8263;
	text-decoration: none;
}
ul.list_top_campaign li h5 a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top_campaign {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
}

.top_campaign a {
	display: block;
}

.top_campaign img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.top_campaign a img:hover {
	width: 130%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/********* プライバシー *************************************************/

dl.privacy {
	margin: 0;
	padding: 0;
}
dl.privacy dt {
	margin: 0;
	padding: 0;
	color: #8f8263;
}
dl.privacy dt strong {
	font-size: 120%;
}
dl.privacy dd {
	margin: 0;
	margin-bottom: 20px;
	padding: 15px;
	padding-top: 0;
	border-bottom: 1px dotted #8f8263;
}






/********* フォーム *************************************************/

.box_tel {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 50px;
	border: 1px solid #8f8263;
}

.box_tel .tel {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.box_tel .tel p {
	margin: 0;
}
.box_tel .tel span {
	margin-right: 30px;
	display: block;
	font-size: 50px;
	color: #8f8263;
	line-height: 100%;
	background-image:url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-size: 45px;
	background-position: left 7px;
	padding-left: 50px;
}
.box_tel .tel span a {
	display: block;
	color: #8f8263;
	text-decoration: none;
}
.box_tel .tel span a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

#form {
	clear: both;
}


#form dl {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
#form dt {
	border-top: 1px dotted #CCC;
	clear: both;
	float: left;
	padding: 10px;
	margin: 0;
	width: 260px;
}

#form dd {
	border-top: 1px dotted #CCC;
	margin: 0;
	margin-left: 280px;
	padding: 10px;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}


#form dd p {
	line-height: 130%;
}	

.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}


#formWrap {
	margin:0 auto;
	color:#555;
	line-height: 160%;
}

#formWrap h4 {
	line-height: 160%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 18px;
	line-height: 200%;
}



/********* ボックス ************************************************/

.box_gray {
	clear: both;
	background-color: #EFEFEF;
	padding: 15px 30px;
	margin-bottom: 20px;
}


.box_shadow {
	display: block;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	padding: 30px;
	margin-bottom: 30px;
}

/********* liststyle ************************************************/





	
/********* 画像 ************************************************/


.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imagecenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.pic {
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_center {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}



/********* ボタン ************************************************/


.bt {
	display: inline-block;
	margin-right: 10px;
}
.bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}	

.bt_center {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_more {
	display: inline-block;
}
.bt_more a {
	display: block;
	border: 1px solid #8f8263;
	text-align: center;
	padding: 3px 40px;
	color: #8f8263;
	background-color: #FFF;
	text-decoration: none;
}

.bt_more a:after {
	content: "  >";
}
.bt_more a:hover {
	background-color: #8f8263;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.bt_black_r a {
	text-align: center;
	text-decoration: none;
	padding: 10px 50px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black_r a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_black_r a:after {
	content: " >";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bt_white {
	margin-bottom: 20px;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.bt_white a:after {
	content: " >";
}
.bt_white a:hover {
	background-color: #EFEFEF;
}

.bt_white_r {
	text-align: right;
	margin-bottom: 20px;
}
.bt_white_r a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}

.bt_white_r a:after {
	content: " >";
}
.bt_white_r a:hover {
	background-color: #EFEFEF;
}



.bt_blue {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}

.bt_blue a:link, .bt_blue a:visited{
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background-color: #89A;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}
.bt_blue:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

/********* フレームレスポンシブル ************************************************/


.googlemap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********* 個別 ************************************************/


.margin0 {
	margin: 0 !important;
}


.green {
	color: #7d9d63;
}

.green_b {
	font-weight: bold;
	color: #7d9d63;
}
.red {
	color: #E33;
}
.blue {
	color: #06F;
}

.brown {
	color: #8f6552;
}

.brown_b {
	font-weight: bold;
	color: #8f6552;
}

.cri {
	color: #dc143c;
}

.cri002 {
	color: #dc143c;
	font-size: 180%;
}

.normal {
	color: #000;
	font-weight: normal;
	line-height: 130%;
}
.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}


.pro {
	position: relative;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #8f8265;
	text-align: left;
	padding-bottom: 0.1em;
}


.fs001 {
	font-size: 70%;
}



/********* リスト ************************************************/

ul.flower {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}


ul.flower li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../files/medias/common/icon_flower.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}


/********* テーブル ************************************************/



.table_001 {
  margin: 20px 0;
  width: 100%;
  margin-bottom: 50px;
}
.table_001 th {
  background: #fbf7ee;
  border: solid 1px #ccc;
  color: #7c6c48;
  padding: 10px;
  width: 30%;
}
.table_001 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table_001 {
    width: 80%;
  }
  .table_001 th,
  .table_001 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}








.table_blue {
	width: 100%;
	background-color: #ffffff;
}

.table_blue th {
	background-color: #b1eeed;
	text-align: center;
}

.table_blue td {
	text-align: left !important;
	line-height: 150%;
	font-size: 20px !important;
	padding:5px;
}
.bg_table_blue {
	background-color: #e0ffff;
	text-align: left;
	font-size: 20px !important;
	line-height: 150%;
	padding:5px;
}

.bg_table_pink {
	background-color: #fef4f9;
	text-align: left !important;
}







.therapy {
	width: 100%;
	letter-spacing: 0;
	clear: both;
	position: relative;
	margin: 0;
	margin-bottom: 120px;
}


.therapy h4 {
	position: relative;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8f8265;
	text-align: left;
	padding-bottom: 0.1em;
	border-bottom: solid 1px #8f8265;
}

.therapy h5 {
     position: relative;
     padding-left: 0.7em;
	 margin-top: 50px;
	 margin-bottom: 20px;
}
 
.therapy h5::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1.5em;
     background-color: #bba779;
}


.wh_box {
	display: inline-block;
	width: 62%;
	padding: 50px;
	padding-right: 120px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.wh_img {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 250px;
	width: 360px;
	height: 360px;
	text-align: center;
}

.therapy_img img {
	width: 100%;
	margin-bottom: 15px;
}



/********* メニューページ *************************************************/


dl.menulist {
	clear: both;
	margin: 50px 0;
	padding: 0;
}

dl.menulist dt {
	display: block;
	clear: both;
	background-image: url(../files/medias/common/icon_title03.png);
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 33px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 22px;
	margin: 0;
	margin-bottom: 25px;
	color: #7a7722;
	border-bottom: 1px dotted #000;
	font-weight: normal;
	line-height: 150%;
	
	}


dl.menulist dt span {
	font-size: 70%;	
	}

dl.menulist dd {
	margin: 0;
	margin-bottom: 60px;
	padding: 0 20px;
}


dl.menulist dd .pic_right {
	max-width: 300px;
}


ul.list_pic {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_pic li {
display: inline-block;
width: 32%;
padding: 0;
margin: 0;
margin-right: 2%;
margin-bottom: 15px;
}

ul.list_pic li:nth-child(3n), ul.list_pic li:last-child {
margin-right: 0;
}
ul.list_pic li p {
margin: 0;
text-align: center;
}

.list_pic_img {
position: relative;
display: block;
height: 0;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 10px;
}
.list_pic_img img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	object-fit: cover;
	width: 100%;
	height: 100%
}