@charset "UTF-8";
/* CSS Document */
/*!------------------------------------*\
		price
\*!------------------------------------*/
/* menu design */
.price_list {
	width: 100%;
	padding: 0px 20px 80px;
}
.price_list_row {
	position: relative;
	display: flex;
	justify-content: space-between;
	/*min-height: 54px;*/
	min-height: 40px;
}
.price_list_row::after {
	content: "";
	display: block;
	position: absolute;
	top: 12px; /*px固定で*/
	z-index: 1;
	width: 100%;
	border-bottom: dotted 1px #000;
}
.price_list_name {
	margin: 0;
	padding: 0 5px 0 0;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #555;
}
.price_list_name .price_text_mini{
	font-size: 12px;
}

.price_list_price {
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	width: 170px; /*文字数で適宜変更*/
}
.money {
	color: #8A6702;
	font-size: 18px;
}
.tax {
	color: #555;
	font-size: 12px;
}
.time_in {
	color: #555;
	font-size: 18px;
}
.times {
	color: #555;
	font-size: 18px;
}
.price_list_txt {
	font-size: 14px;
	width: 95%
}
.price_list_txt_waku {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #555;
	display: inline-block;
	margin-top: 0;
}
.price_list_txt.price_list_txt_waku {
width: 78%
}
.heading_ttl_eiji {
	color: #8A6702;
	border-top: 1px solid #420017;
	border-bottom: 1px solid #420017;
	padding: 3px 10px 3px 20px;
	font-family: 'Tangerine', cursive;
	font-size: 33px;
}
.heading_ttl_eiji span{
	font-family:'游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	font-size: 14px;
}
@media screen and (max-width: 599px) {
	.heading_ttl_eiji {
	font-size: 25px;
}
.heading_ttl_eiji span{
	font-size: 14px;
}
}
.obi_ttl_eiji{
	color: #DBC091;
	background-color: #3D071C;
	padding: 1px 5px 1px 20px;
	font-family: 'Tangerine', cursive;
	font-size: 28px;
}
.obi_ttl_inTxt {
	font-size: 13px;
	font-weight: normal;
	direction: inline-blobk;
	margin-right: 5px;
transform: translateY(100px)
}
.obi_ttl{
	color: #DBC091;
	background-color: #3D071C;
	padding: 1px 5px 1px 20px;
	font-size: 28px;
}
@media screen and (max-width: 599px) {
	.obi_ttl_eiji,
	.obi_ttl{
	font-size: 22px;
}
}
.heading_ttl {
	color: #8A6702;
	border-top: 1px solid #420017;
	border-bottom: 1px solid #420017;
	padding: 10px 10px 10px 10px;
}
.price_list_top {
	margin-top: 50px;
}
.price_list_end {
	border-bottom: 1px solid #420017
}

@media screen and (max-width: 599px) {
	.price_list {
		padding: 0px 0px 60px;
	}
	.price_list_price {
		width: auto
	}
	.price_list_name {
		font-size: 14px;
	}
	.money {
		font-size: 14px;
	}
	.tax {
		font-size: 10px;
		margin-right: 3px
	}
	.time_in {
		font-size: 14px;
	}
	.times {
		font-size: 14px;
	}
	.price_list_txt {
		font-size: 12px;
		width: 100%;
	}
	.price_list_txt_waku {
		font-size: 12px;
	}
	.price_list_txt_space {
	margin-top: 20px;
	 }
	.price_list_txt_space.space_set{/*1箇所だけ調整*/
		margin-top: 0px;
	}
	.price_list_txt.price_list_txt_waku {
		width: 90%;
		margin-top:15px;
		}
}

@media screen and (max-width: 360px) {
	.price_list_name {
		font-size: 12px;
	}
		.money {
		font-size: 12px;
	}
		.time_in {
		font-size: 12px;
	}
	.times {
		font-size: 12px;
	}
}
/*!------------------------------------*\
		フラワーレメディーについて
\*!------------------------------------*/
@media screen and (max-width: 480px) {}
@media screen and (max-width: 599px) {}
@media screen and (max-width: 767px) {}
.col_2_sp {
	display: flex;
	justify-content: space-between;
}

.contents_txt
{
	line-height: 2.5;
}
.col_2_sp li{
	margin-right: 30px;
	width:calc(100% - 30px);   
	
}
.contents_txt ul{
margin-left:15px;
}
.contents_txt li{
line-height: 1.5;
list-style:disc;
margin-bottom: 15px !important;
}

.col_2_sp li:last-child{
	margin-right: 0
}
.quote_link{
font-size:10px;
text-align: right;
}
@media screen and (max-width: 767px) {
	.col_2_sp {
	justify-content: center;
	flex-direction:column;
}
	.col_2_sp li{
	width:100%;
	margin-right: 0px;
	margin-bottom: 30px
}
 .col_2_sp li:last-child{
	margin-bottom: 0px
}
}
.col_2 {
	display: flex;
	justify-content: space-between;
}
.col_2 li{
	margin-right: 30px;
	width:calc(100% - 30px);   
}
.col_2 li:last-child{
	margin-right: 0
}

.contents_heading {
	color: #8A6702;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.contents_heading_big{
	color: #8A6702;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
.contents_heading_big{
	font-size: 16px;
}
}
.contents_txt {
	color: #555;
	font-size: 16px;
}


.contents_inner {
		margin-top:70px;
	margin-bottom: 70px;
	 padding-left:30px;
	padding-right:30px
}


.obi_block_inner {
		margin-top:70px;
	margin-bottom: 70px;
	 padding-left:30px;
	padding-right:30px

}
@media screen and (max-width: 767px) {
.contents_inner {
		margin-top:40px;
	margin-bottom: 55px;
	 padding-left:20px;
	padding-right:20px
}
	.obi_block_inner {
		margin-top:40px;
	margin-bottom: 55px;
	 padding-left:5px;
	padding-right:5px

}
}
.clip_block {
	background-color: #F9F0DC;
	padding:45px 50px 
}
@media screen and (max-width: 599px) {
	.clip_block {
	background-color: #F9F0DC;
	padding:35px 30px 
}
}

.pict_use {
	max-width: 270px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;
}

.pict_alaskan,
.pict_aus{
	margin: 0 auto 30px;
}

.clip_block_heading {
	color: #8A6702;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px
}
.clip_block_txt {
	margin-bottom: 25px;
	font-size:13px;
	color:#555;
	line-height: 1.8
}

.mb_erase {
	margin-bottom: 0
}
/* ==================================
	プライバシーポリシー
================================== */
.privacy_content h3 {
margin-bottom: 1.5rem;
margin-top: 2rem;
font-weight: normal;
/* color: #DBC091;
background-color: #3D071C;
padding: 5px 5px 5px 20px;*/
padding: 3px 10px 3px 20px;
font-size: 17px;
color: #8A6702;
border-top: 1px solid #420017;
border-bottom: 1px solid #420017;
}

.privacy_content p {
	padding-left: 2.1rem;
	padding-right: 2.1rem;
	color: #000;
	line-height: 2.5;
	font-size: 15px;
}
.privacy_content section{
	margin-bottom: 3rem
}

@media screen and (max-width: 599px) {
.privacy_content h3{
	font-size: 15px;
}
}
/* ==================================
	ギャラリー
================================== */
.contents_txt_wrap {
	padding: 50px 15px 
}
.lightgallery_wrap{
	display: flex;
	flex-wrap: wrap;
 margin-bottom: 100px
}
.lightgallery_wrap a{
	width: calc(100% / 5);
}
.lightgallery_mouseover a {
 border: 3px solid #FFF;
 border-radius: 3px;
display: block;
 overflow: hidden;
position: relative;
float: left;
 }
.lightgallery_mouseover a > img {
 -webkit-transition: -webkit-transform 0.15s ease 0s;
 -moz-transition: -moz-transform 0.15s ease 0s;
-o-transition: -o-transform 0.15s ease 0s;
 transition: transform 0.15s ease 0s;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
height: 100%;
width: 100%;
}
.lightgallery_mouseover a:hover > img {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.lightgallery_mouseover a:hover .demo-gallery-poster > img {
opacity: 1;
}
@media screen and (max-width: 767px) {
	.lightgallery_wrap{
	display: flex;
	flex-wrap: wrap;
 margin-bottom: 50px
}
	
	.lightgallery_wrap a{
	width: calc(100% / 4);
}
}
@media screen and (max-width: 599px) {
		.lightgallery_wrap a{
	width: calc(100% / 3);
}
}

/* 開発者の引用======*/
.quote_wrap {
margin: 30px auto; 
	padding: 0.5em 1em;
	text-indent: 1.6em;
	color: #555;
	border-left: 3px solid #ccc;
}
.quote {
	font-size: 13px;
 text-indent: 0;
 line-height:1.6;
	padding-top:2px
}

.lines-on-sides{
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
}
.lines-on-sides:before {
	content: "";
	display: block;
	border-top: solid 1px #bbb;
	width: 3%;
	height: 1px;
	position: absolute;
	top: 12px;
	z-index: 1;
}
.lines-on-sides span {
	background: #fff;
	padding: 0 13px;
	position: relative;
	z-index: 5;
	font-size:13px
}
.lines-on-sides.sides_left{
	text-align: left;
}
.lines-on-sides.sides_left span{
	padding-left: 0;
}
@media screen and (max-width: 599px) {
	.lines-on-sides:before {
	content: "";
	display: block;
	width: 6%;
	position: absolute;
	top: 12px;
}

}

/* About us スッタフ紹介欄======*/

.sub_header_ttl{
margin-bottom: 25px
}

.ico_tomato {
	background: url("../img/common/icon_tomato.png")no-repeat left center /contain;
	display: inline-block;
	content: "";
	width: 16px;
	height: 17px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-left:3px
}
.staff_text_wrap dl{
	padding-left: 5px;
	margin-bottom: 20px;
}

.staff_text_b {
	color:#8C6277;
	font-weight: bold;
font-size:15px;
}
.staff_text_detail {
	font-size:14px;
	padding:10px 10px 0
}
.staff_text_wrap_out {
	margin: 30px 0 70px;
	padding-left: 5px;
	
}

.line_waku {
	border:1px solid #3D071C;
	padding: 10px 20px;
	box-sizing: border-box
}

.mb_30 {
	margin-bottom: 30px
}

.contents_heading_small {
 display: block;
	font-size: 15px;
	color: #555
}

.ttl_menu_jp {
  padding-left:14px;
  padding-right:14px;
}

.ttl_menu_jp_wrap {
   margin-left: 14px
}

.price_list_txt_r {
  /*max-width: 569px;*/
	font-weight: bold;
	margin-bottom:10px;
	margin-top: 15px
}
.price_list_txt_r span{
	text-align: right
}
@media screen and (max-width:767px) {
.price_list_txt_r {
}
	
.price_list_txt_r span{
}
}