
/* CSS Document */
body {
	margin-top:0;
	margin-bottom:0;
	margin: 0 auto;
	background-color:#f7f7f7;
	font-family: Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size:12px;
	line-height: 18px;
	}
	
td {
	font-size:12px;
	}

/* 小フォント */

.small {
	font-size:10px;
	line-height:13px;
}

/* お知らせ トピック */

.info-topic {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}


/* サブタイトル */

.subttl {
	font-size:16px;
	color:#000;
	font-family:Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* Pankuzu */

#pankuzu {
	font-size:10px;
	color:#999;
}


/* Copyright */

#copyright {
	font-size:10px;
	color:#666;
}


/* 脚注 */

.caption {
	font-size:10px;
	color:#666;
}


/* プロフィール */
.profile {
	margin-top:0;
	margin-bottom:0;
	background-color:#fff;
	font-family: Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size:12px;
	line-height: 16px;
	
	}


/* Footer */

.footer {
	font-size:10px;
	color:#FFF;
}

a.footer {
	font-size:10px;
	color:#FFF;
    font-style:normal;
    text-decoration:none;

}

a:visited.footer {/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}

a:hover.footer {/*マウスをのせたとき*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}


/* Price table */

table.price{
	font-size:12px;
    border-top:1px solid #111;
    border-left:1px solid #111;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.price th{
    border-right:1px solid #111;
    border-bottom:1px solid #111;
    color:#fff;
    background-color:#333;
    background-image:url(../image/table-back.gif);
    background-position:left top;
    padding:5px 10px;
    text-align:left;
}
.price td{
    border-right:1px solid #111;
    border-bottom:1px solid #111;
    padding:5px 10px;
}


/*** Dropdown ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			150px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {

	margin-bottom:	5px;
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #fff;
	padding: 		.5em 1em;
	text-decoration:none;
}

#sf-menu-img {
	border-left:	0px solid #fff;
	border-top:		0px solid #fff;
	padding: 		0em 0em;
	background-color: transparent;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333;
}
.sf-menu li {
	background: transparent;
}
.sf-menu li li {
	background:		#e9cd7a;
	border-bottom:	2px solid #fff;
}
.sf-menu li li li {
	background:		#ddb657;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#fff;
	outline:		0;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.0em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.5em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('./image/arrows-ffffff.png') no-repeat -10px -200px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('./image/shadow.png') no-repeat bottom right;
	padding: 0 36px 7px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* ===========================
【Date】2015年2月
【Name】VIVIBOND 三鍋
による追記
============================== */


.fontsize14px {
	font-size:14px;
	line-height:2em;
}

/* ===========================
【Date】2015年7月
【Name】VIVIBOND 三鍋
による追記
============================== */
.contents_denwa {
	width:900px;
	height:100%;
	margin-bottom:50px;
}

.contents_denwa　a:link, .contents_denwa a:visited {
	color: #B81F7B;
	text-decoration: none;
}
.contents_denwa a:hover,
.contents_denwa a:active {
	color: #B81F7B;
	text-decoration:underline;
}

.denwa_box {
	width:830px;
	margin:0 35px 100px;
}

.denwa_box_left {
	width:376px;
	height:188px;
	background-color:orange;
	float:left;
	margin-right:30px;
	padding:17px 12px 12px;
	background:url(../image/bnr_denwa_bg1.jpg) no-repeat;
}
h2.bnr_denwa_title1 {
	width:376px;
	height:63px;
	background:url(../image/bnr_denwa_title1.jpg) no-repeat;
	text-indent:-9999px;
	margin:0;
}

.denwa_box_left p, .denwa_box_right p {
	margin:0 20px 20px;
	text-align:center;
}

.btn_denwa {
	margin: 20px 0 0 207px;
	max-width: 160px;
}

.denwa_box_right {
	width:376px;
	height:188px;
	background-color:pink;
	padding:17px 12px 12px;
	background:url(../image/bnr_denwa_bg2.jpg) no-repeat;
	float:left;
}
h2.bnr_denwa_title2 {
	width:376px;
	height:63px;
	background:url(../image/bnr_denwa_title2.jpg) no-repeat;
	text-indent:-9999px;
	margin:0;
}

h1.bnr_denwa_title {
	height:30px;
	margin-bottom:30px;
}


.img_denwa_big {
	width:414px;
	height:74px;
	background-color:#FCFCFC;
	background:url(../image/img_denwa_big.jpg) no-repeat;
	padding:330px 243px 57px;
	margin-bottom:30px;
}

.txt_vernis {
	font-size:100%;
	line-height:1.8em;
}


.vernis_url {
	margin:30px 30px 50px;
	font-size:140%;
	font-weight:bold;
}

.vernis_url a{
	text-decoration:none;
}
	
h2.title_denwa1 {
	width:900px;
	height: 84px;
	background:url(../image/icon_denwa1.jpg) no-repeat;
	margin-bottom:30px;
	text-indent:-9999px;
}

.denwa_box_samb {
	width:830px;
	margin:0 150px 50px;
}

.denwa_box_leftsamb {
	width:252px;
	height:152px;
	margin-right: 100px;
	float:left;
}
.denwa_box_centersamb {
	width:252px;
	height:152px;
	margin:0 37px;
	float:left;
}
.denwa_box_rightsamb {
	width:252px;
	height:152px;
	float:left;
}

.denwa_box_samb img{  
	width: 100%;
    height: auto;
}




h2.title_denwa2 {
	width:900px;
	height: 84px;
	background:url(../image/icon_denwa2.jpg) no-repeat;
	margin-bottom:30px;
	text-indent:-9999px;
}

.box_vernispoint {
	width:820px;
	height:100%;
	border:solid 5px #BB91B9;
	text-align:center;
	margin:0 35px;
}

p.vernispoint1 {
	font-size:25px;
	font-weight:bold;
	line-height:1.5em;
	padding:0 20px;
}

.point_att {
	color:#5B5B5E;
	padding-left: 1em;
	text-indent: -1em;
}


/* font
------------------------------------------------- */
.blue120b {color:#2B4ACC;font-size:120%;font-weight:bold;}
.violet110b {color:#9E5F94;font-size:110%;font-weight:bold;}
.red100b {color:#E14652;font-size:100%;font-weight:bold;}


/* clearfix
------------------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 2行目下げる
------------------------------------------------- */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* link hover action
------------------------------------------------- */
a img.linkimg{
background:none!important;
padding:0;
margin:0;
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
padding:0;
margin:0;
}


/* ===========================
【Date】2015年12月
【Name】VIVIBOND 三鍋
による追記
============================== */

/* スライド
--------------------------- */
#slideshow02 {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	position: relative;
}
#slideshow02 div {
	width: 900px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
#slideshow02 div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow02 ul {
	bottom: 1px;
	right: 0;
	width: 350px;
	position: absolute;
	z-index: 100;
}

#slideshow02 ul li {
	width: 30px;
	float: left;
	display: inline;
}

#slideshow02 .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
#slideshow02 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow02 ul {
	display: inline-block;
	overflow: hidden;
}
/* ===========================
【Date】2016年9月
【Name】VIVIBOND 三鍋
による追記
============================== */
.boxDays {
	width: 100%;
	margin:15px 0 -5px;
}
.boxDays ul {
	padding:0px;
	list-style:none;
}
.boxDays li {
	float:left;
	padding:2px 5px;
	margin:3px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #b5829d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#FFF;
	-webkit-text-stroke: 0.2px;
}


/* ===========================
【Date】2020年4月
【Name】VIVIBOND 三鍋
による追記
============================== */
.head-denwavernis {
	width:900px;
	height:442px;
	margin:30px 0;
}
.btn-denwavernis {
	width:500px;
	height:90px;
	margin:50px auto;
}
.img-trimsensei {
	width:100%;
	height: 100%;
	margin:30px auto;
}

.box-denwaread {
	width:100%;
	height: 100%;
	margin:60px auto 0;
	text-align: center;
}

.read-denwa1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
    margin-block-start: 0;
    margin-block-end: 15px;
}
.read-denwa1-1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    margin-block-start: 0;
    margin-block-end: 10px;
}

.flex-tplitem {
	width: 900px;
	margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 flex-wrap: wrap;
}
.box-denwatokuten-item {
	width:50%;
	padding-bottom: 10px;
}

.box-denwatokuten-item-2 {
	width:100%;
	padding: 0 5px;
}

.read-denwa2 {
	font-size:30px;
	font-weight:bold;
	line-height:1.5em;
	color: #8453AF;
	border-bottom: 4px solid #BAA0D1;
	padding-bottom: 15px;
}
.box-denwaread2 {
	width:100%;
	height: 100%;
	text-align: center;
	border: 3px solid #ADADAD;
	padding: 20px 0;
}

.read-denwa3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-block-start: 0;
    margin-block-end: 10px;
}

.box-denwaread3 {
	width:100%;
	height: 100%;
	margin:80px auto 80px;
}

.box-denwaread3 p{
	font-size: 16px;
	line-height: 20px;
}

.box-denwaread4 {
	width:100%;
	height: 100%;
	margin:30px auto 0;
	text-align: center;
}

.read-denwa4 {
	font-size:30px;
	font-weight:bold;
	line-height:1.5em;
	border-bottom: 4px solid #BAA0D1;
	padding-bottom: 15px;
}

.link-denwa {
	font-size:20px;
	font-weight:bold;
	line-height:1.5em;
	padding:0 20px;
	color: #B10A7D;
}
.read-denwa1-2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 60px 0 20px;
    color: #8453AF;
}

.read-denwa1-3 {
	font-size:22px;
	font-weight:bold;
	line-height:1.5em;
}

.ankerlink-box {
	width:100%;
	height: 100%;
	margin:80px auto 80px;
	font-size: 16px;
	text-align: center;
}

.ankerlink-box a {
	color: #B10A7D;
}

.flex-teller {
	width: 900px;
	margin:0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	 flex-wrap: wrap;
}
.box-teller-item {
	width:180px;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 17px;
}
.box-teller-item img {
	width:160px;
}


/* ===========================
【Date】2023年4月
【Name】VIVIBOND 三鍋
による追記
============================== */

.container-taimen {
    width: 820px;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 40px;
    border-bottom: dotted #CCCCCC;
	justify-content: center;
	letter-spacing: 0.03em;
}
.container-taimen-2 {
    width: 820px;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 20px 40px;
    border-bottom: dotted #CCCCCC;
	justify-content: center;
	letter-spacing: 0.03em;
}

.left-taimen {
    width: 440px;
    margin-right: 40px;
	margin-top: -10px;
}
h2.title-taimen {
    width: 420px;
    background-color: #F6F8AA;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
h2.title-taimen-2 {
    width: 460px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}
.text_underline-taimen {
    display: block;
    margin-bottom: 10px;
}
.text-taimen {
    line-height: 2.3;
    border-bottom: solid 3px #F0F0F0;
    display: inline;
    padding: 0 2px 2px;
    margin-bottom: 20px;
	font-size: inherit;
}
.text-taimen-2 {
    line-height: 2;
    padding: 0 2px 2px;
    margin-bottom: 20px;
    font-size: inherit;
}
.right-taimen {
    width: 280px;
    background-color: #F7F7F7;
    border: solid #9B9B9B;
    padding: 20px 20px 0;
    font-size: 12px;
}
.price-row-taimen {
    display: flex;
    margin-bottom: 20px;
}
.price-titile-taimen {
    width: 130px;
    font-weight: bold;
}
.price-in {
    width: 180px;
}
.jr-price-taimen {
    font-size: 11px;
}

/* ===========================
【Date】2024年9月
【Name】VIVIBOND 三鍋
による追記
============================== */
.container-taimen-wrap {
    width: 896px;
    height: 100%;
	margin-top: 20px;
	padding: 0;
    border: solid #F6F8AA 4px;
}
.container-taimen-3 {
    width: 816px;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 40px;
    border-bottom: dotted #CCCCCC;
	justify-content: center;
	letter-spacing: 0.03em;
}
.container-taimen-3:last-child{
  border-bottom: none;
}

h3.title-flow {
    padding: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.right-taimen-2 {
    width: 280px;
	height: 100px;
    background-color: #F7F7F7;
    border: solid #9B9B9B;
    padding: 20px 20px 0;
    font-size: 12px;
}

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



}

