@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */

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

		RESET CSS

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto !important;
}
pre {
	margin: 0;
	padding: 0;
	white-space: pre-line;
}
b, strong {
	font-weight: bold;
}
u {
	text-decoration: line-through;
}
img {
	max-width: 100%;
	height: auto !important;
}
small {
	font-size: 80%;
}
hr {
	border: none;
	height: 0;
	border-bottom: 1px dashed #B3B3B3;
}
span {
	font-weight: inherit;
}
.youtube iframe {
	width: 100%;
}
u {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Bxi Reset

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

/* sitemap */
.map {
/*margin: 56px 20px 0;*/
}
.map li {
	border-left: 5px solid #CCCCCC;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	text-align: left;
}
/* policy */
.policy h3 {
	border-bottom: 2px solid #BBBBBB;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 5px;
}
.policy p {
	margin: 0 0 20px;
}
/* input */
input[type="button"] {
	cursor: pointer;
	padding: 5px 10px;
}
/* ----------------------------------------------------------

		Layout Structure

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

.inner {
	margin: 0 auto;
	max-width: 1000px;
}
#contents_wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#contents {
	padding: 45px 0 110px;
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
	clear: both;
	position: relative;
	width: 100%;
}
#header {
	background: #fff url(../images/common/bg_header.png) repeat-x top left;
	padding: 20px 0;
	position: relative;
	z-index: 100;
	width: 100%;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#header2 {
	background: #fff url(../images/common/bg_header2.png) repeat-x top left;
	padding: 20px 0;
	position: relative;
	z-index: 100;
	width: 100%;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#header.lifewan {
	background: #FFF;
	color: #FFFFFF;
	padding: 0 0 20px;
}
#headertop {
	background: url(../images/life_common/h_bg.jpg) no-repeat center center #FF6507;
	padding: 10px 0;
	max-width: 100%;
}
#header.fixed {
	background: #fff url(../images/common/bg_header.png) repeat-x top left;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-o-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	z-index: 999;
}
#header.lifewan.fixed {
	background: #FFFFFF;
}
.fltR p {
	float: left;
}
#contact_link {
	padding: 15px 25px 0 0;
}
#contact_link a {
	background: url(../images/common/icon_mail.png) no-repeat 15px center, url(../images/common/h_cbtn_bg.gif) no-repeat center center;
	background-size: auto, 100% 100%;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 15px 15px 50px;
	line-height: 1;
	text-decoration: none;
}
#contact_link a:hover,.home_link a:hover{
	opacity: 0.7;
}
#header.lifewan #contact_link a {
	background: url(../images/common/icon_mail.png) no-repeat 15px center, url(../images/life_common/h_cbtn_bg.gif) no-repeat center center;
	background-size: auto, 100% 100%;
}
.info .tel {
/*	background: url(../images/common/icon_telH.png) no-repeat left center;*/
	background-size: auto 100%;
	color: #ff914f;
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 2px 0;
}
#header.lifewan .info .tel {
	background: url(../images/life_common/h_tel.png) no-repeat left center;
	background-size: auto 100%;
	color: #FFFFFF;
}
#nav_global {
	margin-top: 15px;
}
#nav_global li {
	float: left;
	margin-right: 10px;
	width: 180px;
}
#nav_global .nav_item {
	text-align: left;
	width: 50px !important;
}
#nav_global .nav_item a {
	background: none !important;
	padding: 0 0;
}
#nav_global li:last-child {
	margin-right: 0;
}
#nav_global li a {
	background: #412210;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 15px 5px;
	line-height: 1;
	text-decoration: none;
}
#nav_global li a span {
	background: url(../images/common/bg_li.png) no-repeat left center;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	padding-left: 32px;
}
#nav_global li a:hover {
	opacity: 0.7;
}
#header2.tri #nav_global {
	margin-top: 15px;
}
#header2.tri #nav_global li {
	float: left;
	margin-right: 10px;
	width: 180px;
}
#header2.tri #nav_global .nav_item {
	text-align: left;
	width: 50px !important;
}
#header2.tri #nav_global .nav_item a {
	background: none !important;
	padding: 0 0;
}
#header2.tri #nav_global li:last-child {
	margin-right: 0;
}
#header2.tri #nav_global li a {
	background: #B7FFB7;
	border-radius: 5px;
	color: #400000;
	display: block;
	font-size: 15px;
	padding: 15px 5px;
	line-height: 1;
	text-decoration: none;
}
#header2.tri #nav_global li a span {
	background: url(../images/common/bg_li2.png) no-repeat left center;
	display: inline-block;
	font-weight: bold;
	line-height: 20px;
	padding-left: 32px;
}
#header2.tri #nav_global li a:hover {
	opacity: 0.7;
}
#header.lifewan #nav_global li a {
	border: 3px solid #FF6507;
	background: #FFFFFF;
	color: #FF6507;
	padding: 12px 2px;
}
#header.lifewan #nav_global li a:hover {
	opacity: 1;
	background: #FF6507;
	color: #FFFFFF;
}
#header.lifewan #nav_global li a:hover span {
	background: url(../images/life_common/gnavi_icon.png) no-repeat left center;
}
#header.lifewan #nav_global li:first-child a {
	background: none;
	border: none;
	padding: 0;
}
#header.lifewan #nav_global li:first-child a:hover {
	background: none;
}
#header.lifewan #nav_global li a span {
	background: url(../images/life_common/gnavi_icon_on.png) no-repeat left center;
}
#main_img {
	background: #eeeeee;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
	position: relative;
	z-index: 3;
}
#nav_foot {
	background: #412210;
	border-bottom: 5px solid #6d503e;
}
.lifewan #nav_foot {
	background: #FEA56A;
	border-color: #FF6507;
}
#nav_foot li {
	display: inline-block;
}
#nav_foot li a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1;
	padding: 20px 15px 20px;
	text-decoration: none;
}
#nav_foot li a:hover {
	text-decoration: underline;
}
.wrapFooter {
	background: #604535;
	color: #fff;
	font-size: 15px;
	padding: 35px 0;
	text-align: left;
}
.lifewan .wrapFooter {
	background: #FEA56A;
}
#logoFooter {
	margin-bottom: 10px;
}
.leftFooter {
	float: left;
	width: 35%;
}
.rightFooter {
	float: right;
	width: 57%;
}
.text_address .tel {
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding: 7px 5px;
}
.text_address .tel img {
	margin-right: 10px;
}
.foot_img li {
	float: left;
	margin-right: 10px;
}
.copyright {
	font-size: 14px;
	padding-top: 25px;
}
.lifewan .pageTop {
	background: #FF6600;
}
.pageTop {
	background: #412210;
	position: relative;
	height: 50px;
}
.pageTop a {
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
}
/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */
/*.main_top {
	position: relative;
}
.btn_top_link {
	position: absolute;
	bottom: 6%;
	left: 50%;
	transform: translateX(-50%);
}*/
.kwicks li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}
.kwicks li p {
	background-position: center center!important;
	background-repeat: no-repeat!important;
	background-size:cover !important;
	position: relative;
	width:100%;
}
.kwicks li:first-child p {
	background-image:url(../images/common/top_main_01.jpg);
}
.kwicks li:last-child p {
	background-image:url(../images/common/top_main_02.jpg);
}
.kwicks.active li {
	opacity: 0.7;
}
.kwicks li.mouseon {
	opacity:1;
}
.kwicks li.mouseon:first-child p {
	background-image:url(../images/common/top_main_01_on.jpg) !important;
}
.kwicks li.mouseon:last-child p {
	background-image:url(../images/common/top_main_02_on.jpg) !important;
}
.kwicks li {
	position:absolute;
	vertical-align:top;
}
.kwicks li img {
	width:100%;
}
.title_h2 h2 {
	color: #412210;
	font-size: 40px;
}
.img_pcDisplay {
	position: absolute;
	top: -45px;
	left: -100px;
}
.scroll {
	overflow-y: auto;
	height: 240px;
}
.new_text {
	border-bottom: 1px dashed #333333;
}
.home_blog iframe .feed_title {
	background: #fc9f99 !important;
	padding: 15px 10px 15px 20px;
}
.home_blog iframe .feed_title a {
	color: #fff;
	font-size: 20px !important;
	font-weight: bold;
	text-decoration: none;
}
.home_pos {
	position: relative;
}
.z-index {
	position: relative;
	z-index: 2;
}
.bgOuter {
	width: 1000%;
	height: 100%;
	background: url(../images/home/bg_01.jpg) repeat top left;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: -500%;
}
.title02_h2 h2 {
	background: url(../images/home/bg_h2.png) no-repeat center top;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 3px 0 15px;
}
.home_table {
	background: url(../images/home/bg_02_pc.jpg) no-repeat center top;
	float: left;
	position: relative;
	width: 31.37%;
	min-height: 145px;
}
.home_tdtextL p {
	background: url(../images/home/bg_03.png) no-repeat top left;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: -5px;
	left: 10px;
	min-height: 110px;
	padding: 10px 16px 10px !important;
	line-height: 1;
}
.home_tdtextL.fs20 p {
	font-size: 20px !important;
	padding: 0 12px !important;
}
.home_tdtextR {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px 10px !important;
}
.text_red {
	color: #ff4e43;
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.home_box {
	border: 7px solid #50382a;
	position: relative;
}
.home_textcolor {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	float: left;
	width: 73.57%;
	line-height: 1.3;
}
.itemLeft {
	float: left;
}
.itemRight {
	float: right;
}
.home_link {
	float: left;
	width: 46%;
}
.home_link a {
	background: url(../images/home/bg_mail.jpg) no-repeat center top;
	color: #fff;
	display: block;
	font-size: 25px;
	line-height: 1;
	padding: 20px 10px 25px 20px;
	text-decoration: none;
}
.home_link a img {
	margin-right: 5px;
}
.home_tel {
	float: left;
}
.home_tel span {
	display: block;
}
.home_tel .tel {
	color: #ff731f;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}
.home_tel .tel img {
	margin-right: 15px;
}
.home_imgR {
	position: absolute;
	right: 0;
	top: -30px;
}
.home_textitem {
	font-size: 15px;
}
.home_section {
	float: left;
	width: 31.37%;
}
.home_imgup, .home_bnL,.home_linkdown {
	padding: 0 0 !important;
}
.home_imgup img {
	border: 7px solid #50382a;
	box-sizing: border-box;
}
.home_linkdown a {
	color: #50382a;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 20px 5px 0 !important;
	text-decoration: none;
}
.home_linkdown a img {
	margin-right: 7px;
}
.home_wrap {
	margin: 75px auto 0;
	width: 82%;
}
.home_wrap a {
	text-decoration: none;
}
.home_banner {
	background: url(../images/home/icon_right.jpg) no-repeat right 3px bottom 3px;
	border: 7px solid #7b5d4c;
	float: left;
	width: 48.17%;
}
.home_bnR {
	color: #412210;
	font-size: 22px;
	padding: 0 10px 0 10px !important;
	text-decoration: none;
}
.top_news_wrap {
	position: relative;
}
.top_news_wrap .ColLeft {
	position: absolute;
	left: -36px;
	top: 0;
}
.top_news_wrap .ColRight {
	width: 80.5%;
}
.w100 {
	position: relative;
}
.bg {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	margin-left: -500%;
	width: 1000%;
	height: 100%;
}
.w100.orangebg .bg {
	background: url(../images/life_common/bg_naname.gif) repeat center top;
}
.w100.pinkbg .bg {
	background: url(../images/home/bg_01.jpg) repeat center top;
}
.ribbon {
	background: url(../images/life_common/ribbon.png) repeat-x center top;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	max-width: 314px;
	margin: 0 auto;
}
.ribbon:after, .ribbon:before {
	position: absolute;
	content: "";
	width: 78px;
	height: 82px;
	top: 0;
	display: block;
}
.ribbon:after {
	background: url(../images/life_common/ribbon_l.png) no-repeat left top;
	left: -78px;
	z-index: 2;
}
.ribbon:before {
	background: url(../images/life_common/ribbon_r.png) no-repeat right top;
	right: -78px;
	z-index: 2;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_service_child {
	background: #FFFFFF;
	line-height: 1.1;
	font-size: 26px;
	font-weight: bold;
	min-height: 100px;
	position: relative;
	width: 320px;
	z-index: 4;
}
.top_service_child {
	font-weight: bold;
}
.top_service_child .obi {
	background: url(../images/life_common/top_service_obi.png) no-repeat left top;
	color: #FFFFFF;
	position: absolute;
	top: -5px;
	left: 10px;
	height: 110px;
	padding: 20px 5px 0 0;
	width: 85px;
	z-index: 3;
}
.top_service_child.pinkpt .obi {
	background: url(../images/home/bg_03.png) no-repeat left top;
}
.top_service_child .obi.pt2 {
	padding: 10px 5px 0 0;
}
.top_service_child:before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/life_common/top_service_bg.png) no-repeat center center;
	background-size: 100% 100%;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top_service_child:after {
	position: absolute;
	left: 4px;
	top: 4px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,211,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,211,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,211,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd3b5',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FF6600;
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: -1;
}

.orangeconbnr {
	border: 7px solid #FEAB74;
	text-align: center;
	padding: 30px 30px 30px 260px;
	position: relative;
}
.orangeconbnr:before {
	background: url(../images/life_common/cbnr_cat.png) no-repeat left top;
	content: "";
	display: block;
	height: 275px;
	position: absolute;
	left: 30px;
	top: -70px;
	width: 206px;
}
.orangeconbnr .ttl {
	background: #FF6600;
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1.1;
	padding: 10px;
}
.orangeconbnr .ttl p {
	background: url(../images/life_common/icon_carry.png) no-repeat left center;
	display: inline-block;
	font-weight: bold;
	padding: 0 0 0 45px;
}
.orangeconbnr .btnwrap {
	margin: 20px 0 0;
}
.orangeconbnr .btnwrap .btn {
	float: left;
	width: 45.19%;
}
.orangeconbnr .btnwrap .btn a {
	background: url(../images/life_common/h_cbtn_bg.gif) no-repeat center center;
	background-size: 100% 100%;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	font-size: 25px;
	font-weight: bold;
	padding: 20px;
}
.orangeconbnr .btnwrap .btn a span {
	background: url(../images/life_common/h_cbtn_icon.png) no-repeat left center;
	display: inline-block;
	padding-left: 30px;
}
.orangeconbnr .ColRight {
	width: 49.43%;
}
.orangeconbnr .ColRight .tel {
	background: url(../images/life_common/icon_tel_orange.png) no-repeat left center;
	color: #ff6600;
	display: inline-block;
	font-size: 43px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px;
	padding: 3px 0 3px 44px;
}
.or_ttl01 {
	color: #FF6507;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
}
.logotable td {
	padding: 0 !important;
}
.logotable td.img {
	padding: 0 20px 0 0 !important;
}
.or_bnr_img img {
	border: 7px solid #FEA56A;
	display: block;
	margin-bottom: 10px;
	width: 100% !important;
}
.or_bnr_img p a {
	background: url(../images/life_common/icon_arrow_orange.png) no-repeat left center;
	color: #FF6600;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
}
.insta {
	max-width: 95%;
}
.insta ul {
	display: flex;
	flex-wrap: wrap;
}
.insta ul li {
	width: 20%;
	padding: 10px;
}
.insta ul li img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center top;'
}
/* ----------------------------------------------------------

		Sidemenu

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


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

		Shop Style

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

h2.title_h2 {
	background: none !important;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 20px !important;
	line-height: 1.3;
	margin: 0 0 20px !important;
	padding: 10px !important;
}
h2.title_h2 span {
	border: none !important;
	padding: 0 !important;
}
ul.item_list li {
	margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
	font-size: 18px !important;
}
.btn_cart a {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
	background-size: 30px auto !important;
	color: #FFFFFF !important;
	display: block !important;
	padding: 10px 10px 10px 50px !important;
	width: 100% !important;
	border: 1px solid #ffffff;
}
.btn_cart a:hover {
	background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
	background-size: 30px auto !important;
}
.sort_catalog {
	overflow: hidden;
}
.sort_catalog ul {
	margin: 0 -4.16% 20px 0 !important;
	width: auto !important;
}
.sort_catalog ul li {
	padding: 0 !important;
	margin-right: 4.16% !important;
	width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
	clear: both;
}
.item_title, .wishlist {
	margin: 0 !important;
}
.shop_cont h2.title_h2, .item_info h2.title_h2 {
	border-top: 2px solid #CCCCCC;
}
.shop_cont a, .item_info a {
	color: #CCCCCC;
}
.shop_cont a:hover, .item_info a:hover {
	text-decoration: none;
}
.item_title h2 {
	border-top: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

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

		Layout Structure

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

.inner {
	margin: 0 auto;
	padding: 0 0px;
	width: 100%;
}
#contents {
	padding: 45px 10px;
}
#col_main {
	padding-bottom: 45px
}
.ColLeft, .ColRight {
	float: none;
	width: 100% !important;
}
/* ----------------------------------------------------------

		BXI reset

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

.tb_tbl_block table td {
	display: block !important;
	width: 100% !important;
	min-width: 100% !important;
}
/* ----------------------------------------------------------

		Header

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


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

		Footer

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


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

		Side menu

---------------------------------------------------------- */
#main #col_main, #main #col_side1 {
	float: none;
	width: 100%;
}
#main #col_main {
	padding: 0 0 30px;
}
/* tablet END ###################################################### */
}

@media screen and (max-width: 468px) {
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

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

		Layout Structure

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

body {
	font-size: 15px;
}
#contents {
	padding: 20px 10px;
}
#col_main {
	padding-bottom: 20px;
	text-align: left;
}
.spnone {
	display: none;
}
.inner {
	padding: 0 10px;
}
/* ----------------------------------------------------------

		BXI reset

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

.tbl_scroll table {
	width: auto !important;
}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.style_form th, .style_form td {
	margin-top: -1px;
}
/* ----------------------------------------------------------

		Header

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


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

		Footer

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


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

		Side menu

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


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

		Shop style

---------------------------------------------------------- */
.sort_catalog {
	margin: 0 !important;
	width: auto !important;
}
.sort_catalog_box {
	padding: 0 !important;
	margin: 0 0 30px !important;
	width: 100% !important;
}
/* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

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

/* text-align */
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
/* font-weight */
.fwn {
	font-weight: normal !important;
}
.fwb {
	font-weight: bold !important;
}
/* margin */
.mgAuto {
	margin: 0 auto !important;
}
/* table td padding */
.tdpd0 td {
	padding: 0 !important;
}
.tdpd05 td {
	padding: 5px !important;
}
.tdpd10 td {
	padding: 10px !important;
}
.tdpd15 td {
	padding: 15px !important;
}
.tdpd20 td {
	padding: 20px !important;
}
.tdpd25 td {
	padding: 25px !important;
}
.tdpd30 td {
	padding: 30px !important;
}
.tdpd35 td {
	padding: 35px !important;
}
.tdpd40 td {
	padding: 40px !important;
}
.tdpd45 td {
	padding: 45px !important;
}
.tdpd50 td {
	padding: 50px !important;
}
td.pdT10 {
	padding-top: 10px !important;
}
/* font-family */
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form, .shop_cont a.btn_type01, .shop_cont a.btn_purchase {
	color: #000000;
}
.shop_cont a.btn_type01:hover, .shop_cont a.btn_purchase:hover {
	color: #636363;
}
#shop_flow .sf_text {
	color: #000000;
}
.shop_cont h3.title_h3 {
	color: #ffffff;
}
.shop_cont table {
	color: #000000;
}
.insta {
	max-width: 100%;
}
/* ----------------------------------------------------------

		Pages

---------------------------------------------------------- */
.about_info {
	font-size: 15px;
}
.about_info span {
	color: #412210;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}
.about_info.lifewan span {
	color: #FF6600;
}

.about_info span img {
	margin-right: 10px;
	vertical-align: middle;
}
.about_add {
	color: #333 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	padding: 0 0 0 55px;
}
.about_click td {
	padding: 0 0 !important;
}
.about_wrap {
	border: 3px solid #B7FFB7;
}
.about_wrap.lifewan {
	border: 3px solid #FF6600;
}
.about_tt {
	color: #fff;
	font-size: 20px;
}
.about_scroll {
	border: 3px solid #cccccc;
	overflow-y: auto;
	height: 150px;
	font-size: 15px;
}
.title_h3 h3 {
	color: #fc9f99;
	font-size: 32px;
}
.staff_text {
	font-size: 15px;
}
.staff_text span {
	display: inline-block;
	padding-bottom: 10px;
}
.gallery_item {
	margin: 0 -2.09% 0 0;
}
.gallery_table {
	float: left;
	width: 31.24%;
}
.gall_tdtext {
	background: url(../images/contents/icon_dog.png) no-repeat left 10px top;
	font-size: 15px;
	font-weight: bold;
	padding: 0 10px 10px 85px !important;
}
.cam_text {
	font-size: 24px;
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	transform: translateY(-70%);
}
.cam_text span {
	font-size: 32px;
	font-weight: bold;
}
.shop_box td {
	padding: 10px 0 0 !important;
}
.shop_box td.img {
	padding: 0 !important;
}
.shop_box td.link a {
	background: #FF6600;
	color: #FFFFFF;
	display: block;
	padding: 10px;
}

/* Form */

#fcontact {
	margin: 0 -10px;
}
#fcontact label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}
#fcontact input[type="text"], #fcontact input[type="email"], #fcontact input[type="password"], #fcontact input[type="datetime-local"], #fcontact input[type="date"], #fcontact input[type="time"], #fcontact select, #fcontact textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
	border-radius: 0.35em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#fcontact input[type="text"], #fcontact input[type="email"], #fcontact input[type="password"], #fcontact input[type="datetime-local"], #fcontact input[type="date"], #fcontact select, #fcontact textarea {
	padding: 0.75em 1em 0.75em 1em;
}
#fcontact input[type="time"] {
	padding: 0.6em 1em 0.6em 1em;
}
#fcontact input[type="text"], #fcontact input[type="email"], #fcontact input[type="password"], #fcontact input[type="date"], #fcontact input[type="time"], #fcontact select {
	line-height: 1.25em;
}
#fcontact input[type="text"]:focus, #fcontact input[type="email"]:focus, #fcontact input[type="password"]:focus, #fcontact select:focus, #fcontact textarea:focus {
	box-shadow: 0 0 2px 1px #fc9f99;
	background: #fff;
}
#fcontact textarea {
	min-height: 7em;
}
#fcontact select {
	color: #888;
	font-size: 14px;
}


#fhcontact {
	margin: 0 -10px;
}
#fhcontact label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}
#fhcontact input[type="text"], #fhcontact input[type="email"], #fhcontact input[type="password"], #fhcontact input[type="datetime-local"], #fhcontact input[type="date"], #fhcontact input[type="time"], #fhcontact select, #fhcontact textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	background: #fff;
	background: rgba(255,255,255,0.75);
	width: 100%;
	border-radius: 0.35em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
#fhcontact input[type="text"], #fhcontact input[type="email"], #fhcontact input[type="password"], #fhcontact input[type="datetime-local"], #fhcontact input[type="date"], #fhcontact select, #fhcontact textarea {
	padding: 0.75em 1em 0.75em 1em;
}
#fhcontact input[type="time"] {
	padding: 0.6em 1em 0.6em 1em;
}
#fhcontact input[type="text"], #fhcontact input[type="email"], #fhcontact input[type="password"], #fhcontact input[type="date"],  #fhcontact input[type="time"], #fhcontact select {
	line-height: 1.25em;
}
#fhcontact input[type="text"]:focus, #fhcontact input[type="email"]:focus, #fhcontact input[type="password"]:focus, #fhcontact select:focus, #fhcontact textarea:focus {
	box-shadow: 0 0 2px 1px #ff6507;
	background: #fff;
}
#fhcontact textarea {
	min-height: 7em;
}
#fhcontact select {
	color: #888;
	font-size: 14px;
}

/* Button */

#fcontact input[type="button"], #fcontact input[type="submit"], #fcontact input[type="reset"], .button {
	position: relative;
	display: inline-block;
	border-radius: 0.35em;
	color: #fff !important;
	text-decoration: none;
	padding: 0 2.5em 0 2em;
	background-color: #412210;
	border: 0;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');			
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
#fcontact input[type="button"]:hover, #fcontact input[type="submit"]:hover, #fcontact input[type="reset"]:hover, .button:hover {
	background-color: #fbc0bc;
}
#fcontact input[type="button"]:active, #fcontact input[type="submit"]:active, #fcontact input[type="reset"]:active, .button:active {
	background-color: #fbc0bc;
}

#fhcontact input[type="button"], #fhcontact input[type="submit"], #fhcontact input[type="reset"], .button {
	position: relative;
	display: inline-block;
	border-radius: 0.35em;
	color: #fff !important;
	text-decoration: none;
	padding: 0 2.5em 0 2em;
	background-color: #ff6507;
	border: 0;
	cursor: pointer;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('../images/common/overlay.png');			
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-o-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
#fhcontact input[type="button"]:hover, #fhcontact input[type="submit"]:hover, #fhcontact input[type="reset"]:hover, .button:hover {
	background-color: #f79255;
}
#fhcontact input[type="button"]:active, #fhcontact input[type="submit"]:active, #fhcontact input[type="reset"]:active, .button:active {
	background-color: #f79255;
}

.row {
	padding: 10px 0 20px 0;
}
.row .col3 {
	width: 33.33%;
	float: left;
	padding: 0 10px;
}
.row .col2 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.row .col1 {
	width: 100%;
	padding: 0 10px;
}
.breakline {
	display: block;
}
.mt10 {
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
input[type="radio"] {
	margin: 3px 3px 0px 5px !important;
}
}
@media screen and (max-width: 640px) {
#fcontact, #fhcontact {
	margin: 0;
}
.row {
	padding: 10px 0;
}
.row .col3, .row .col2, .row .col1 {
	width: 100%;
	padding: 10px 0 0 0;
}
.breakline {
	display: none;
}
}
.foot_img li{
	max-width: 180px;
}
.foot_img li:nth-child(3){
	margin-top: 10px;
}