﻿@charset "utf-8";
* {
	-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 {
	color: #000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
    line-height: 1.6;

}
table {
	table-layout: fixed;
}
table td img {
	max-width: 100% !important;
	height: auto;
    vertical-align: middle;
}
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;
}
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;
}

.imgL {
    margin-right: 30px;
}
.imgR {
    margin-left: 30px;
}
@font-face {
    font-family: 'fontset';
    src: url('../font/MarbreSans.eot');
    src: url('../font/MarbreSans.eot?#iefix') format('embedded-opentype'),
    url('../font/MarbreSans.woff') format('woff'),
    url('../font/MarbreSans.ttf') format('truetype'),
    url('../font/MarbreSans.svg#fontset') format('svg');
    font-weight: normal;
    font-style: normal;
}

.h_fixed {
    position:fixed;
    z-index: 99999999;
    top: 0;
}
.bg_box {
    display: inline-block;
    position: relative;
    width: 100%;
}
/*.bg_wrap::before {
    background: red;
    content:"";
    position: absolute;
    height: 100%;
    z-index: -1;
}*/
/* ----------------------------------------------------------

		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: 960px;
} */
#contents_wrap {
	position: relative;
	z-index: 1;
}
#contents {
	/* padding: 50px 0 100px; */
}
.ColLeft {
	float: left;
}
.ColRight {
	float: right;
}
#col_side2 {
    float: right;
    text-align: right;
}
#col_side2 .banner {
    float: right;
}
#main #col_main {
    float: left;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */
header#global_header {
    background-repeat: repeat-x;
    background-position: left top;
	clear: both;
    display: inline-block;
	width: 100%;
    position: relative;
    z-index: 999;
}
#header {
    position: relative;
    top:0;
    width: 100%;
    z-index: 99;
    padding-bottom: 15px;
}
.h_box {
    border-top: 8px solid #ff8282;
}
.h_intro {
    float: left;
    text-align: left;
    width: 100%;
}
.h_intro h1 {
    float: left;
}
.h_intro a {
    background: #ff8282 url(../images/common/i_mail.png) no-repeat left 17px top 7px / 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 60px;
    transition: all ease 0.6s;
    width: 220px;
}
.h_intro a:hover {
    opacity: 0.6;
}
.h_logo {
    float: left;
}
.h_info {
    float: right;
    text-align: left;
}
.h_info p {
    font-size: 18px;
    white-space: pre-line;
}
.h_info .tel {
    background: url(../images/common/i_tel.png) no-repeat left top 15px;
    color: #993911;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    padding-left: 60px;
    margin-top: -10px;
}
.h_info .tel a {
    color: #993911;
    font-weight: bold;
    text-decoration: none;
}
#nav_header {
    border-top: 5px solid #d7d7d7;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    max-height: 79px;
    min-height: 79px;
    position: relative;
    z-index: 99999999;
    width: 100%;
}
#nav_header > ul {
    padding: 0;
}
#nav_header > ul > li {
    float: left;
    padding: 0 0 0 0;
    position: relative;
}
#nav_header > ul > li > a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 9px 20px 8px;
    min-height: 74px;
}
#nav_header > ul > li > a:hover {
    border-top: 5px solid #ff8282;
    background: url(../images/common/i_nav.png) no-repeat center top;
    color:#ff8282;
    margin-top: -5px;
}
#nav_header > ul > .active > a {
    border-top: 5px solid #ff8282;
    background: url(../images/common/i_nav.png) no-repeat center top;
    color:#ff8282;
    margin-top: -5px;
}
#nav_header > ul > li > a:hover span {
    color:#ff8282;
}
#nav_header > ul > li > a > span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.sub_nav {
    background: #fff;
    padding: 15px 8px 5px 8px;
}
.sub_nav li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.sub_nav li:last-child {
    border-bottom: 0;
}
.sub_nav li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.sub_nav li a:hover {
    color:#ff8282;    
}
.mean-nav > ul > li > a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0 40px;
}
.mean-nav > ul > li > a > span {
    display: none;
}
.mean-nav .sub_nav  {
    background-image: none;
    position: static;
}

.flower_bg {
	position: relative;
	
}
.flower_bg:before {
    content: '';
    top: 20px;
    left: 10px;
    height: 30px;
    width: 31%;
    position: absolute;
    background: url(../images/common/img_side02i.png) repeat-x right center;
    transform: rotate(180deg);
}
.flower_bg:after {
    content: '';
    top: 25px;
    right: 10px;
    height: 30px;
    width: 31%;
    position: absolute;
    background: url(../images/common/img_side02i.png) repeat-x right center;
    visibility: visible;
	visibility: visible;
}

/* Start Anchorlink */
.anchorlink table {
    border-collapse: separate;
    border-spacing: 20px 20px;
    table-layout: auto;
}
.anchorlink td {
    background: url(../images/common/h1_icon.png) no-repeat left center;
    border: none !important;
    border-bottom: 2px solid #9d3430 !important;
    padding: 0 !important;
    min-height: 68px;
}
.anchorlink a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 15px 40px;
    text-decoration: none;
}
.anchorlink .td_link4 {
    margin: 0;
}
/* End Anchorlink */


/* Start FAQ */
.faq_q {
    display: block;
}
.faq_q .td_icon b {
    background: #724c24;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    padding: 9px 15px;
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
}
.faq_q .td_ct {
    color: #996f45;
    font-size: 18px;
}
.faq_a {
    background: no-repeat left top;
    display: block;
    font-size:16px;
    min-height: 40px;
}
.faq_a .td_icon b {
    background: #ef6166;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    padding: 9px 15px;
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
}
.faq_a .td_ct {

}
.faq_q .td_icon ,.faq_a .td_icon {
    padding-left: 0 !important;
}
/* End FAQ */

/* Start Slide Show */
.slide_show {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.slide_show img {
    width: 100%;
}
.main_show {
    position: relative;
    top: -10px;
    z-index: -1;
}
.slide_part {
    background: #eef2fc;
    border-top: 1px solid #ff8282;
    display: inline-block;
    width: 100%;
}
/* Start Slide Show */

/* Start Short Css **/
.box {
    /* border: 1px solid #ccc;
    padding: 10px 15px; */
}
.l_ct {
    float:left;
    position: relative;
}
.r_ct {
    float:right;
    position: relative;
}

.fl             { float: left !important}
.fr             { float: right !important}

.i_1            { background: url(../images/common/i_1.png) no-repeat left 20px center;}
.i_2            { background: url(../images/common/i_2.png) no-repeat left 20px center;}
.i_3            { background: url(../images/common/i_3.png) no-repeat left 20px center;}

.bg_white       { background-color: #fff !important }
.bg_gray        { background-color: #eee !important }
.bg_red         { background-color: #fff000 !important; }
.bg_yellow      { background-color: #fff000 !important; }
.bg_blue        { background-color: #fff000 !important; }
.bg_green       { background-color: #fff000 !important; }


.no_bor         { border: none !important }
.no_bor_bt      { border-bottom: none !important}
.no_pad         { padding: 0 !important; }
.no_pad td      { padding: 0 !important; }


.txt_right   { text-align: right !important; }
.txt_left    { text-align: left !important; }

.txt_white   { color: #ffffff !important}
.txt_blue    { color: #1289d6 !important}
.txt_pink    { color: #e38aab !important}
.txt_yellow  { color: #ffc001 !important}
.txt_green   { color: #a5c365 !important}
.txt_red     { color: #ae360e !important}
.txt_orange  { color: #FF8000 !important}
.txt_brown   { color: #b09d7c !important}

.z1          { position:relative; z-index: 1 !important; }
.z2          { position:relative; z-index: 2 !important; }

.form span   { color: red !important}
/* End Short Css **/

/* Start Size Css */
.w50 {
    float: left;
    width: 50%; 
    display: inline;   
}
.w33 {
    float: left;
    width: 33.33%;
    display: inline;
}
.w25 {
    float: left;
    width: 25%;
    display: inline;
}
/* End Size Css **/

/* Start Content Style */
.btn_info .td_ct p {
    background: url(../images/common/i_arrow2.png) no-repeat right 20px center #d5f1ff;
    border-bottom: 5px solid #78adc6;
    display: block;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    padding: 15px 30px;
}
.btn_info .td_tel p {
    background: #f48fb3;
    border-bottom: 5px solid #ac5c79;
    display: block;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3;
    padding: 15px 30px;
}
.btn_info .td_tel .tel {
    background: url(../images/common/i_tel1.png) no-repeat left top 5px;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    padding-left: 60px;
    letter-spacing: 1px;
    line-height: 50px;
    vertical-align: -5px;
}
.btn_info .td_tel .tel a {
    color: #000;
    text-decoration: none;
}
.tb_index1 table {
    border-collapse: separate;
    border-spacing: 15px 0;    
}
.tb_index1 td {
    padding: 0px !important;
}
.tb_index1 .td_img {
    position: relative;
}
.tb_index1 .td_img img {
    width: 100% !important;
}
.tb_index1 .td_img b {
    background: #ffa2a2;
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.tb_index1 .td_ct {
    padding: 10px 0 !important;
    font-size: 24px;
}
.tb_index2 table {
    border-collapse: separate;
    border-spacing: 20px 0;
    table-layout: auto;
}
.tb_index2 .td_ct {
    border-radius: 5px;
    font-size:28px;
}
.tb_index2 .td_ct a {
    background: url(../images/common/i_next.png) no-repeat right 5px center;
    color: #000;
    display: block;
    font-size: 28px;
    padding: 0 25px 0 0;
    text-decoration: none;
    text-align: center;
}
.tb_index2 .td_ct a:hover {
    opacity: 0.6;
}
.tb_index2 .td_ct a span {
    display: inline-block;
}
.link_1 span {
    background: url(../images/common/i_1.png) no-repeat left 5px top 5px;   
    padding-left: 40px; 
}
.link_2 span {
    background: url(../images/common/i_woman.png) no-repeat left 5px top 5px; 
    padding-left: 55px;   
}
.link_3 span {
    background: url(../images/common/i_money.png) no-repeat left 5px top 5px;    
    padding-left: 45px;
}
.sample1 td {
    font-size: 20px;
}
.sample1 .td_tit {
    font-weight: bold;
}
.sample2 {
    
}
.sample3 td {
    font-size: 18px;
    padding: 20px 0 !important;
}
.sample3 .td_ct_left {
    line-height: 1.5;
    padding-right: 30px !important;
}
.sample3 .td_ct_right {
    line-height: 1.5;
    padding-left: 0 !important;
}
.sample4 {
    
}
.sample5 {
    
}
.sample6 {
    
}
.sample7_txt {
    font-size: 20px;
    font-weight: bold;
}
.sample9 {
    border-bottom: 1px dotted #ddd;
    min-height: 120px;
}
.sample9 .td_ct {
    padding-left: 20px !important;
}
.sample9 .td_step {
    padding-left: 0 !important;
}
.sample9 .td_step b {
    background: #ff8282;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    padding: 12px 0;
    width: 80px;
    max-height: 80px;
}
/* End Content Style */


/* Start Masonry Layout */
.masonry_grid {
    margin-right: -1%;
    padding: 10px;
    overflow: hidden;
}
.masorny_item {
    box-sizing: border-box;
    float:left;
    margin-bottom: 10px !important;
    width: 31%;
}
.masorny_item img {
    width: 100% !important;
}
/* End Masonry Layout */

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

		Footer

---------------------------------------------------------- */
footer#global_footer {
	width: 100%;
}
.f_banner_wrap {
    background: #cceefa;
    padding: 60px 0;
}
.f_banner_box {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 35px;
    width: 750px;
    margin: auto;
}
.f_banner_tit p {
    border-bottom: 1px solid #ff8282;
    display: inline-block;
    font-size: 40px;
    padding: 0 20px;
}
.f_banner_tit span {
    font-size: 24px;
    margin-left: 20px;
}
.f_banner_logo p {
    color: #ff8282;
    font-size: 60px;
}
.f_banner_txt p {
    font-size: 21px;
    letter-spacing: 2px;
}
.f_banner_txt p br {
    display: none;
}
.f_banner_contact {
    display: inline-block;
    width: 100%;
}
.f_banner_contact .tel {
    background: url(../images/common/i_tel.png) no-repeat left top 12px;
    font-size: 44px;
    float: left;
    padding-left: 60px;
    letter-spacing: 2px;
}
.f_banner_contact .tel a {
    color: #333;
    text-decoration: none;
}
.f_banner_contact .btn_ct {
    background: url(../images/common/i_mail.png) no-repeat left 15px top 11px, url(../images/common/i_next_w.png) no-repeat right 20px center #6cc9f0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    padding-left: 65px;
    margin-top: 10px;
    text-decoration: none;
    text-align: left;
    width: 300px;
}
.f_banner_contact .btn_ct:hover {
    opacity: 0.6;
}
.f_menu_wrap {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
    padding: 40px 0;
}
.f_box_wrap {
    border-top: 1px solid #ccc;
    background: #cceefa;
}
.f_box {
    padding: 15px 0 0;
    position: relative;
}
.f_left_box {
    float: left;
    text-align: left;
}
.f_right_box {
    float: right;
    text-align: right;
    margin-top: 10px;
}
.f_logo {
    border-right: 1px solid #e5f8ff;
    float: left;
    text-align: left;
    margin-right: 25px;
    margin-top: 15px;
}
.f_logo a {
    border-right: 1px solid #b1e4f6;
    display: block;
    padding-right: 25px;
}
.f_info {
    float: left;
    text-align: left;
}
.f_info p {
    font-size: 13px;
    white-space: pre-line;
}
.f_info .tel {
    background: url(../images/common/i_tel.png) no-repeat left top 10px / 30px;
    display: inline-block;
    font-size: 30px;
    padding-left: 40px;
    margin-top: -5px;
}
.f_contact {
    display: inline-block;
}
.f_contact a {
    background: #ff8282 url(../images/common/i_mail.png) no-repeat left 15px center / 25px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 5px 15px 5px 50px;
    text-decoration: none;
    /* width: 210px; */
}
.f_contact a:hover {
    opacity: 0.6;
}
.f_menu {
    text-align: left;
    padding-left: 40px ;
}
.f_menu > ul {
    float: left;
    font-size: 18px;
    text-align: left;
    margin-right: 80px;
}
.f_menu > ul:last-child {
    margin-right: 0;
}
.f_menu > ul > li {
    display: block;
    font-size: 18px;
}
.f_menu_tit a {
    font-weight: bold;
}
.f_menu > ul > li > a {
    color: #333 !important;
    text-decoration: none;
}
.f_menu > ul > li > a:hover {
    text-decoration: underline;
}
.f_pagetop {
    position: absolute;
    top: 25px;
    right: -130px;
    z-index: 99;
}
.f_pagetop p {
    display: inline-block;
}
.f_copy {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 160px;
}
/* Start H Title */
.h2_part {
    position: relative;
    z-index: 99;
}
.h2_part h2 {
    display: inline-block;
    font-size: 40px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.h2_part h2:after {
    background: #ff8282;
    content:"";
    height: 1px;
    width: 380px;
    position: absolute;
    top:100%;
    left: 0;    
    transform: translatey(-50%);
}
.h2_img {
    border-bottom: 2px solid #eee;
}
.h2_img h2 {
    border-bottom: 2px solid #fc9800;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -2px;
}
.h2_index {

}
.h2_index h2 {
    color: #ff8282;
    /* font-size: 30px; */
    font-weight: bold;
}
.h2_index1 h2 {
    border: 3px dashed #fff;
    color: #000;
    /* font-size: 48px; */
    font-weight: bold;    
    padding: 0 10px;
}
.h2_index1 h2 br {
    display: none;
}
.h2_new h2 {
    border-bottom: 3px solid #ff8282;
    color: #ff8282;
    font-size: 40px;
}
.h2_new h2 span {
    font-size: 24px;
    margin-left: 10px;
}
.h2_line {
    background: no-repeat center bottom;
    border: 1px solid #ccc;
}
.h2_line h2 {    
    border-left: 10px solid #fc9800;
    font-size: 25px;
    font-weight: bold;
    padding-left: 20px;
}
.h3_line {

}
.h3_line h3 {    
    border-bottom: 3px solid #ff8282;
    color: #ff8282;
    font-size: 30px;
    font-weight: bold;
}   
.h3_line1 {
    border-bottom: 2px dotted #ff8282;  
}
.h3_line1 h3 {    
    color: #ff8282;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
}
.h3_line1 span {
    color: #ff8282;
    display: inline-block;
    font-size: 18px;
    vertical-align: 2px;
    padding-left: 35px;
}
.h4_line h4 {
    font-size: 18px;
    font-weight: bold;
}
.h4_line1 h4 {
    color: #ff8282;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

}
/* End H Title */

/* Start Scroll */
.scroll_wrap {
    background: #fff;
    border-top-right-radius: 0;
    padding: 10px 10px 10px 10px;
}
.scroll_box {  
    display: inline-block;
    padding: 0 15px 0 0;
    height: 180px;
    overflow-y: scroll;
    width: 100%;
}
.scroll_txt {
    border-bottom: 1px dashed #878787;
    margin-bottom: 10px;
}
.scroll_txt td {
    line-height: 24px;
    font-size: 24px;
    padding: 10px 10px 0 0 !important;
}

/* End Scroll */

/* Start Breadcrumb */
.breadcrumb {
    font-size: 16px;
    margin: -40px 0 35px 0;
}
.breadcrumb a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    padding-right: 10px;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
/* End Breadcrumb */


/* Start Banner */
/*.tel {
    color:#fff;
    font-size:40px;
}
.tel a {
    color:#fff !important;
    text-decoration: none !important;
}
/* End Banner */

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

		Sidemenu

---------------------------------------------------------- */
.s_1 {
 
}
.s_menu {
    
}
.s_box {
    background: #fff1dc url(../images/common/bg.png) repeat top left;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px;
    width: 240px;
}
.s_box .banner {
    float: none !important;
    text-align: left !important;
}
.s_box .s_tit {
    background: #c0a080;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0;
}
.s_box .s_txt {
    padding: 10px 0;
    white-space: pre-line;
}
.s_box .tel {
    padding: 0 0;
}
.s_box .tel a {
	color:#000;
	text-decoration:none;
}
.s_info {
    border: 7px solid #149dd8;
    border-radius: 10px;
}
.s_info .s_txt{
    padding: 0 10px;
    white-space: pre-line;
}
.s_scroll_wrap {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    width: 240px;
}
.s_scroll {
    height: 230px;
    overflow-y: scroll;
    text-align: left;
}
.s_scroll .banner {
    border-bottom: 1px dotted #ddd;
    white-space: pre-line;
    margin-top: -5px;
}
.imgauto img {
	height: auto !important;
}
/* ----------------------------------------------------------

		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;
}

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

		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;
}
.emphasize_text{
    color: #ff8282;
    font-weight: bold;
}
.emphasize_text h2{
    color: #ff8282;
    font-weight: bold;
    padding-right: 120px;
    padding-left: 120px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
}
.emphasize_text h2:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/common/h_topicon01.png) no-repeat;
    width:107px;
    height: 101px;
}
.emphasize_text h2:after{
    content: "";
    position: absolute;
   left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/common/h_topicon.png) no-repeat;
    width: 77px;
    height: 101px;
}
.fukidashi{
    border:4px solid #ff8282;
    padding: 30px;
    border-radius: 50px;
position: relative;
}
.fukidashi:before{
    content: "";
    position: absolute;
    left: -32px;
    bottom: 50px;
    margin: auto;
    background: url(../images/common/fukidashi02.png) no-repeat;
    width: 33px;
    height: 36px;
}
.fukidashi:after{
    content: "";
    position: absolute;
    right: -32px;
    bottom: 50px;
    margin: auto;
    background: url(../images/common/fukidashi01.png) no-repeat;
    width: 33px;
    height: 36px;
}
.fukidashi_td{
    padding: 0!important;
}
.fukidashi_table td{ padding: 5px!important; }



.fukidashi02{
    content: "";
    margin: auto;
    background: url(../images/common/fukidashi03.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
 height: 176px;
 max-width: 379px;
}
@media screen and (max-width: 835px){
    /* ================================================================= 
     *
     * tablet size
     *
     * ================================================================= */
    
    .imgR {
        max-width:100% !important;
        margin: 0 0 0 20px;
    }
    
    /* ----------------------------------------------------------
    
            Layout Structure
    
    ---------------------------------------------------------- */
    body {
        overflow-x: hidden;
        background: #fff;
    }
    
    /* .inner {
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
    } */
    #contents {
        margin-top: 0;
        padding: 20px 15px 0;
    }
    #main #col_main {
        padding-bottom: 0;
        margin-left: 0;
    }
    .ColLeft,
    .ColRight {
        float: none;
        width: 100% !important;
    }
    .flower_bg:before, .flower_bg:after {
        display: none;
    }
    /* ----------------------------------------------------------
    
            BXI reset
    
    ---------------------------------------------------------- */
    
    .tbl_block table td {
        width: 100%;
        margin-bottom: -1px;
    }
    .tbl_block img {
        width: 100%;
    }
    table td img {
        display: block;
        margin: auto;
    }
    .anchorlink a {
        background: url(../images/common/h1_icon.png) no-repeat left center;
        border: none !important;
        border-bottom: 2px solid #9d3430 !important;
        display: inline-block;
        padding: 10px 40px;
    }
    .breadcrumb {
        display: block;
        font-size: 13px;
        margin: -10px 0 10px 0;
    }
    .anchorlink table {
        border-collapse: collapse;
        table-layout:fixed;
    }
    .anchorlink td {
        background: none;
        border-bottom: 0 !important;
        min-height: inherit;
        margin-bottom: 20px !important; 
        padding: 0 !important;  
    }
    
    /* Start Content Style */
    .tb_index2 td {
        display: block;
        margin-bottom: 20px !important;
    }
    .tb_index1 .td_img b {
        font-size: 3vw;
        padding: 27px 5px !important;
    }
    /* .h2_index1 h2 {
        font-size: 39px;
    } */
    .btn_info td {
        display: block;
        width: 100% !important;
    }
    .btn_info .td_tel p, .btn_info .td_ct p {
        padding: 15px;
    }
    .h2_part h2 {
        font-size: 6vw;
        top: 45%;
        left: 20px;
    }
    .h2_part img {
        margin-bottom: 0 !important;
    }
    .f_menu_wrap {
        display: none;
    }
    .sample1 td, .sample3 td {
        font-size: 14px;
    }
    .sample7_txt {
        width: 100%;
        padding: 0 20px;
    }
    .h3_line1 span {
        padding-left: 0 !important;    
    }
    .sample9 .td_ct {
        padding-left: 10px !important;
    }
    
    /* End Contetnt Style */
    
    /* Start Size CSS */
    .w50, .w33, .w25 {
        width: 50%;
    }
    /* End Size CSS */
    
    /* ----------------------------------------------------------
    
            Header
    
    ---------------------------------------------------------- */
    #nav_global {
        display: none ;
        float:none;
        margin: 15px 0 0 0;
    }
    #header {
        padding-bottom: 10px;
        position: inherit;
    }
    header#global_header {
        background-color: #fff;
    }
    .h_logo {
        /* width: 100%; */
        text-align: left;
        margin: 10px 0;
    }
    .h_logo a {
        display: inline-block;
        position: relative;
        width: 80px;
    }
    .h_box {
        
    }
    .h_intro {
        display: none;
        background: #fff;
    }
    .h_intro h1 {
        color: #333;
        display: inline-block;
        width: 90%;
    }
    .h_intro span {
        color: #333;
        display: inline-block;
        width: 90%;
    }

    .h_info {
        display: none;
        width: 100%;
        margin-top: 0;
    }
    .h_info .tel {
        margin-right: 0;
    }
    .h_info .tel img {
        display: block;
        margin: auto;
        width: 340px;
    }
    
    /* ----------------------------------------------------------
    
            Footer
    
    ---------------------------------------------------------- */
    #nav_footer  {
        display: none;
    }
    #global_footer {
        border-top: 1px solid #fff;
    }
    #footer {
        background-image: none;
        padding: 0 0;
        position: relative;    
    }
    .f_banner_box {
        width: 100%;
    }
    .f_banner_tit p {
        border-bottom: none;
        display: block;
    }
    .f_banner_tit span {
        border-top: 1px solid #ff8282;
        display: block;
        margin: 0;
        padding-top: 10px;
    }
    .f_banner_txt p br {
        display: block;
    }
    .f_banner_contact .tel {
        background-position: left top 5px;
        float: none;
    }
    .f_banner_contact .tel a {
        color: #333;
        text-decoration: none;
    }
    .f_box_wrap {
        background: #fff;
        margin-top: 80px;
    }
    .f_right_box {
        float: none;
        text-align: center;
    }
    .f_left_box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .f_box {
        padding: 0 !important;
    }
    .f_logo {
        display: inline-block;
        float: none;
        text-align: center;
        margin: 20px auto 15px;
        width: 100%;
    }
    .f_logo p {
        margin-top: 10px;
        text-align: center;
    }
    .f_menu {
        padding-bottom: 10px;
        width: 100%;
    }
    .f_menu ul {
        display: none;
    }
    .f_copy {
        background: #cceefa;
        display: block;
        text-align: center;
        padding: 10px 0;
        width: 100%;
    }
    .f_info {
        text-align: center;
        width: 100%;
    }
    .f_info p {
        width: 170px;
        text-align: left;
        margin: auto;
    }
    .f_info .tel {
        letter-spacing: 2px;
        margin-top: 10px;
    }
    .f_info .tel a {
        color: #333;
        text-decoration: none;
    }
    .f_contact {
        display: inline-block;
        margin: 20px 0 30px;
    }
    .f_pagetop {
        top: -60px;
        right: 10px;
    }
    
    /* ----------------------------------------------------------
    
            Side menu
    
    ---------------------------------------------------------- */
    #main #col_main,
    #main #col_side1 {
        float: none;
        width: 100%;
    }
    #main #col_main {
        padding: 0 0 30px;
    }
    #col_side1 .banner {
        text-align: center !important;
    }
    .s_info ,.s_info1 {
        margin: auto;
    }
    .emphasize_text h2{
        color: #ff8282;
        font-weight: bold;
        padding-right: 120px;
        padding-left: 120px;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        font-size: 20px;
    }
    .emphasize_text h2:before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: url(../images/common/h_topicon01.png) no-repeat;
        width:107px;
        height: 101px;
    }
    .emphasize_text h2:after{
        content: "";
        position: absolute;
       left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background: url(../images/common/h_topicon.png) no-repeat;
        width: 77px;
        height: 101px;
    }
    
    
    
    /* tablet END ###################################################### */
    }
    @media screen and (max-width: 640px){ 
        table img {
    
        }
        .imgL {
            display: block;
            margin: 0 auto 20px;
            float: none;
        }
        .imgR {
            display: block;
            margin: 0 auto 20px;
            float: none;
        }
        .tb_index1 {
            float: none !important;
            width: 100% !important;
            display: block !important;
            margin-bottom: 40px;
        }
        .tb_index1 .td_img b {
            font-size: 30px
        }
        .sample5 td {
            display: block;
            width: 100%;
        }
        .sample3 td {
            display: block;
            width: 100% !important;
            padding: 20px 0 !important;
        }
        .sample3 .td_ct_left {
            padding-bottom: 0 !important;
            padding-right: 0 !important;
        } 
        .sample3 .td_ct_right {
            padding-top: 0 !important;
        }
    }
    @media screen and (max-width: 468px){
    /* ================================================================= 
     *
     * smartphone size
     *
     * ================================================================= */
    
    /* ----------------------------------------------------------
    
            Layout Structure
    
    ---------------------------------------------------------- */
    
    body {
        font-size: 15px;
    }
    #contents {
        padding: 20px 10px 0;
    }
    #col_main {
        padding-bottom: 20px;
        text-align: left;
    }
    .spnone {
        display: none;
    }
    .inner {
        padding: 0 10px;
    }
    
    img.imgL {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .imgR {
        width: 100% !important;
        max-width:100% !important;
        margin: 0 0 20px 0 ;
    }
    .spimg img {
        display: block;
        margin: auto;
        float: none;
    }
    #col_main .tb_sp2 td  {
        float: none;
        width: 100% !important ;
    } 
    
    /* ----------------------------------------------------------
    
            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;
    }
    
    
    /* Start Content */
    .scroll_box {
        height: 260px;
    }
    .scroll_txt td {
        font-size: 15px;
        display: block;
    }
    .scroll_txt .td_date {
        padding: 0 15px 0 0 !important;
    }
    .scroll_txt .td_ct {
        padding: 0 0 0 0 !important;
    }
    .f_banner_box {
        padding: 20px 15px 30px;    
    }
    .f_banner_tit p {
        font-size: 8vw;
        padding: 0;
    }
    .f_banner_tit span {
        font-size: 5vw;
        padding-top: 5px;
    }
    .f_banner_logo p {
        font-size: 9vw;
        margin-top: 10px;
    }
    .f_banner_txt p {
        text-align: center;
        font-size: 5vw;
    }
    .f_banner_contact .tel {
        background: url(../images/common/i_tel.png) no-repeat left top 4px;
        background-size: 14%;
        font-size: 9vw;
        padding-left: 16%;
    }
    .f_banner_contact .tel a {
        color: #333;
        text-decoration: none;
    }
    .f_banner_contact .btn_ct {
        background: url(../images/common/i_mail.png) no-repeat left 15px center, url(../images/common/i_next_w.png) no-repeat right 20px center #6cc9f0;
        background-size: 30px, 6px;
        font-size: 24px;
        padding: 5px 0 5px 55px;
        width: 240px;
    }
    .tb_index1  {
        margin-bottom: 40px;
    }
    .tb_index1 .td_img b {
        font-size: 5.6vw;
        padding: 20px 5px !important;
    }
    .h2_index1 h2 {
        /* font-size: 8vw; */
        /* padding-left: 20%;
        text-align: left; */
    }
    .h2_index1 h2 br {
        display: block;
    }
    .btn_info .td_ct p {
        background: url(../images/common/i_arrow2.png) no-repeat right 20px center #d5f1ff / 18px;
        padding: 15px 15px 10px 15px;
        font-size: 6.5vw;
    }
    .btn_info .td_tel p {
        padding: 15px;
    }
    .btn_info .td_tel p {
        font-size: 7vw;
        padding: 15px 15px 5px 15px;
    }
    .btn_info .td_tel .tel {
        background: url(../images/common/i_tel1.png) no-repeat left center;
        background-size: 30px;
        font-size: 9vw;
        padding-left: 40px;
    }
    .btn_info .td_tel .tel a {
        text-decoration: none;
        color: #000;
    }
    .h3_line h3 {
        border-bottom: 2px solid #ff8282;
        font-size: 24px;
    }
    .h3_line1 h3 {
        font-size: 20px;
    }
    /* End Content */
    
    /* Start Size CSS */
    .w50, .w33, .w25 {
        width: 100% !important;
        display: block;
    }
    .fs24 {
        font-size:  18px !important;
    }
    /* End Size CSS */
    
    /* ----------------------------------------------------------
    
            Header
    
    ---------------------------------------------------------- */
    .h_logo {
        width: 100%;
    }
    
    /* ----------------------------------------------------------
    
            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;
    }
    .cnt_text{
        text-align: left!important;
    }
    .emphasize_text{
          text-align: center!important;  
    }
    .emphasize_text h2{
        color: #ff8282;
        font-weight: bold;
        padding-left: 60px;
        padding-right: 0px;
        position: relative;
        display:inline-block;
        margin: 0 auto;
        font-size: 16px;
        text-align: center;
    
    }
    .emphasize_text h2:before{
    display: none;
    }
    .emphasize_text h2:after{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: auto;
        margin: auto;
        background: url(../images/common/h_topicon.png) no-repeat;
        width:45px;
        height: 100px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }
    .fukidashi_td{
        width: 40%!important;
    }
    .fukidashi_doubutu{
        width: 20%!important;
    }
    .fukidashi{
        border:2px solid #ff8282;
        padding: 5px;
        border-radius:10px;
    position: relative;
    font-size: 11px;
    text-align: left!important;
    }
    .fukidashi:before{
        content: "";
        position: absolute;
        left: -14px;
        bottom: 10px;
        margin: auto;
        background: url(../images/common/fukidashi02.png) no-repeat;
        width: 16px;
        height:14px;
        background-size: 100%;
        background-position:center;
        background-repeat: no-repeat;
    }
    .fukidashi:after{
        content: "";
        position: absolute;
        right: -14px;
        bottom: 10px;
        margin: auto;
        background: url(../images/common/fukidashi01.png) no-repeat;
        width: 16px;
        height: 14px;
        background-size: 100%;
        background-position:center;
        background-repeat: no-repeat;
    }
    .fukidashi_td{
        padding: 0!important;
    }
    .fukidashi_table td{ padding:0px 10px!important; }
    /* smartphone END ################################################## */
    }
    

/* ================================================================= 
 header
================================================================= */


/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */


/* ================================================================= 
 section
================================================================= */


/* ================================================================= 
 footer
================================================================= */


/* ================================================================= 
 header
================================================================= */




@media only screen and (max-width: 835px) {

/* ================================================================= 
 header
================================================================= */

/* ================================================================= 
sidemenu
================================================================= */

/* ================================================================= 
 contents
================================================================= */

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */

}




@media only screen and (max-width: 640px) {

/* ================================================================= 
 header
================================================================= */


/* ================================================================= 
sidemenu
================================================================= */


/* ================================================================= 
 contents
================================================================= */

/* ================================================================= 
 section
================================================================= */

/* ================================================================= 
 footer
================================================================= */



}