
@charset "UTF-8";
/* CSS Document */

/* スマホ
------------------------------------------------------------
------------------------------------------------------------*/


/* Reset
------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
address,em { font-style: normal; }
strong,th { font-weight: normal; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { text-align: left; }
img,fieldset { border: 0; }
img { vertical-align: middle; }
li { list-style-type: none; }
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd { margin: 0px; }
ul { padding: 0px; }
html {
	overflow-y: scroll; /*ページ切り替え時のガタつき防止*/
	-webkit-text-size-adjust: none /*PC上とスマフォで文字サイズ固定&スマフォの縦と横画面で文字サイズ固定*/
}
img {
    box-shadow: #000 0 0 0;/*firefoxのfadeのずれ調整*/
} 
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0; /*IE以下のfadeのずれ調整*/
}

/* clearfix
------------------------------------------------------------*/
.clearfix{
  zoom:1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* 共通
------------------------------------------------------------*/
.hover_trans {  
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}  
.hover_trans:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}
.hover_green a {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.hover_green a:hover { 
	color: #A0B4DC;
}
.sp-none {
	display: none;
    visibility: hidden;
}
.br-sp {
	display:none;
    visibility: hidden;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.txt-green {
	color: #A0B4DC;
}
.text-under {
	text-decoration: underline;
}
.lede {
	font-size: 108%;
}
.catch {
	font-size: 108%;
	font-weight: bolder;
	margin-bottom: 20px;
}
.catch2 {
	font-size: 108%;
	font-weight: bolder;
	margin: 20px 0;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
}
.top-hd {
	position: relative;
	margin-bottom: 40px;
}
.top-hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
        background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
        background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.top-hd_bb {
	position: relative;
	margin-bottom: 40px;
}
.top-hd_bb:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.top-hd_gb {
	position: relative;
	margin-bottom: 40px;
}
.top-hd_gb:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #A0B4DC 2px, #A0B4DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #A0B4DC 2px, #A0B4DC 4px);
}
.top-hd_gw {
	position: relative;
	margin-bottom: 40px;
}
.top-hd_gw:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #A0B4DC 2px, #A0B4DC 4px);
	background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #A0B4DC 2px, #A0B4DC 4px);
}
.detail-hd {
	font-size: 180%;
	position: relative;
	margin: 5px 0 40px 0;
	line-height: 1.3em;
}
.detail-hd:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #fff 2px, #fff 4px);
}
.detail-hd2 {
	margin:50px 0 40px 0;
	font-size: 154%;
	padding:0 0 5px 0;
	border-bottom: solid 3px #E6E1DC;
	position: relative;
	line-height: 1.3em;
}
.detail-hd2:after  {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #A0B4DC;
	bottom: -3px;
	width: 30%;
}
.detail-hd3 {
	margin:50px 0 15px 0;
	font-size: 140%;
	clear: both;
	float: none;
	line-height: 1.3em;
}
.detail-hd3-2 {
	margin:50px 0 15px 0;
	padding:0 0 5px 0;
	font-size: 140%;
	border-bottom: solid 1px #A0B4DC;
	clear: both;
	float: none;
	line-height: 1.3em;
}
.link_button {
	position: relative;
	z-index: 50;
	width: 80%;
	background-color: #fff;
	margin: 30px auto 50px auto;
	border: 1px solid #463737;
	line-height: 40px;
	text-align: center;
 	overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
}
.list li{
	list-style-type: disc;
	margin-left: 1.5em;
}
.inner-wrapSP {
	width: 95%;
	margin: 0px auto;
}
body{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height: 1.6em;
	color: #463737;
	background-color: #fff;
	overflow:auto;
}
a{
	color: #463737;
	text-decoration:none;
	outline: 0;
}
img {
	max-width : 100%;
	height : auto;
}


/* header-wrap
------------------------------------------------------------*/
#header-wrap {
	width: 100%;
	height: 64px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100000;
	background-color: #FFF;
	box-shadow:0px 0px 1px 1px rgba(0, 0, 0, 0.5);
	border-top: 3px solid #A0B4DC;
	box-sizing: border-box;
}
.shop-name {
	width: 60%;
	float: left;
	/*font-size: 174%;*/
	text-align: left;
	padding: 20px 0;
	box-sizing: border-box;
}

.header-logo {
	/*height: 64px;*/
	position: relative;
}
.header-logo img {
	width: auto;
	max-width: 210px;
	height: auto;
	max-height: 44px;
	margin-top: 32px;
	position: absolute;
	top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-right {
	float: right;
	text-align: right;
	width: 40%;
	padding: 8px 60px 0 0 ;
	box-sizing: border-box;
}
.header-right .img-fuku{
	float: right;
	width: 37px;
	height: auto;
}
.header-right .gnav-btn {
	visibility: visible;
}
.icon-animation {
	width: 25px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 0px;
	top: 30px;
	text-align: center;
	z-index: 99;
}
.icon-animation span { 
	width: 35px;
	height: 2px;
	display: block;
	background: #505046;
	position: absolute;
	margin-left: -30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.icon-animation .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.icon-animation .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.is-open .middle {
	background: rgba(51, 51, 51, 0);
}
.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}
.menu-sp .global {
	position: relative;
	width: 100%;	
}
.menu-sp .gnav {
	background-color: rgba(255,255,255,0.9);	
	width: 100%;
	height: 100vh;
	padding-top: 15px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 60px;
	z-index: 1000;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.menu-sp .gnav img {
	padding-top: -5px;
	padding-right: 5px;
}
.menu-sp .gnav li {
	padding: 1.3vh 0px;
	display: block;
	font-weight: bold;
	text-align: left;
	text-indent: 4%;
}
.menu-sp .gnav .link_sns {
	border-style: none;
	float: left;
	padding-left: 10px;
}
.gnav a {
	display: block;
	color: #505046;
}
.gnav.on {
	visibility: visible;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

/* main_visual
------------------------------------------------------------*/
#main_visual {
	margin-top: 65px;
}
.slider {
    width: 100%;
	height: auto;
    margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.slider li{
    width: 100%;
    height: 400px;
    position: relative;
	overflow: hidden;
}
.slider img {
	max-width: initial;
	width: auto;
    height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and ( max-width:690px )
{
	.slider .slick-slide{
	height: 350px;
	}	
}
@media screen and ( max-width:519px )
{
	.slider .slick-slide{
	height: 240px;
	}	
}
@media screen and ( max-width:480px )
{
	.slider .slick-slide{
	height: 220px;
	}	
}

/* hot-wrapper
------------------------------------------------------------*/

#hot-wrapper{
	width: 100%;
	/*margin-top: -60px;*/
	padding:30px 0;
	background-color: #E6E1DC;
	position: relative;
}
#hot-title {
	width: 320px;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left:-160px;
	z-index: 500;
}
#hot-title img{
	width: 100%;
	height:auto;
}

.slick_container {
    width: 93%;
	height:auto;
}
.slider2 img {
    width: 99%;
	height:auto;
}

.slick_container {
    margin:0 auto;
    position:relative;
}

.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{
	left: -20px;
	top: 38%;
	text-align: center;
}
.slick-next{
	right: -20px;
	top: 38%;
	text-align: center;
}

.slick-arrow{z-index:10;}

/*　スマホ用tel
------------------------------------------------------------*/
	
.sp-tel-wrap{
	width:90%;
	margin: 20px auto;
	background-color: #A0B4DC;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
}
.sp-tel{
	color:#463737;
	margin: 0 2%;
	padding: 13px 0 13px 0;
	text-align: center;
}
.sp-tel a{
	color:#463737;
}
.sp-tel-num{
	position: relative;
	font-weight:bold;
	line-height:125%;
	font-size:26px;
}
.sp-tel-num::before{
	font-family: FontAwesome;
	content: "\f095";
	padding-right: 2px;
}
.sp-tel-txt{
	padding: 5px 0 0 0;
	font-size:12px;
	border-top:solid 1px #463737;
}
.sp-tel-txt span{
	color:#fff;
	padding: 2px 8px;
	background-color: #463737;
	border-radius: 5px;
	margin-right: 5px;
}

/* top-fukurou
------------------------------------------------------------*/
#top-fukurou{
	padding:50px 0 0 0;
}
.fuku-box {
	clear: both;
	float: none;
}
@media screen and (max-width: 768px) {
	.fuku-box .fuku-img {
		width: 38%;
		height: 180px;
		display: flex;
		position: relative;
		overflow:hidden;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin-bottom: 20px;
		float: left;
	}
		.fuku-box .fuku-img img{
		width:100%;
		height:180px;
		margin: auto;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		object-fit: cover;
	}
}
@media screen and (max-width: 480px) {
	.fuku-box .fuku-img {
		width: 38%;
		height: 120px;
		display: flex;
		position: relative;
		overflow:hidden;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		margin-bottom: 20px;
		float: left;
	}
	.fuku-box .fuku-img img{
		width:100%;
		height:120px;
		margin: auto;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		object-fit: cover;
	}
}
.fuku-box:first-child .fuku-img .new {
	width: 50px;
	height: 50px;
	padding: 8px 0 0 8px;
	color: #fff;
	-webkit-border-radius: 10px  0 100% 0;
	-moz-border-radius:  10px  0 100% 0;
    position: absolute;
	top: 0;
	left: 0;
	background-color: #463737;
	box-sizing: border-box;
	font-size: 77%;
}
.fuku-box:not(:first-child) .fuku-img .new {
	display: none;
}
.fuku-txt-box {
	width:  60%;
	float: right;
}
.fuku-txt-box .width-harf{
	width:  55%;
	float: left;
}
.fuku-txt-box .category{
	width: 40%;
	background-color: #A0B4DC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
	text-align: center;
	font-size: 77%;
	font-weight: bolder;
}
.fuku-txt-box .text-under{
	clear: both;
	float: none;
	margin-top: 30px;
}

/* top-lock
------------------------------------------------------------*/
#top-lock{
	padding:50px 0 0 0;
	background-color: #A0B4DC;
	overflow:hidden;
}
.top-lock_box {
	width: 95%;
	margin: 0 auto;
}
.boxM {
	border-top: 1px solid #463737;
	clear: both;
	margin:30px 0;
	overflow:hidden;
}
.boxS {
	width: 100%;
	padding:25px 0;
	border-bottom: 1px solid #463737;
}
.boxS_R {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.boxS_R h3 {
	font-size: 131%;
	line-height: 1.1em;
	padding-bottom: 10px;
}
.top_img_radius {
	width: 90%;
	height: auto;
	margin: 0 auto 10px auto;
}
.top_img_radius img {
	width: 100%;
	height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* top-service
------------------------------------------------------------*/
#top-service {
	padding:50px 0 0 0;
	background-color: #E6E1DC;
	overflow:hidden;
}
.top-service_box {
	width: 95%;
	margin: 0 auto;
}

/* top-products
------------------------------------------------------------*/
#top-products {
	clear: both;
	float: none;
	padding:50px 0;
}
.products-wrap {
	padding:30px 0 0 0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.products-wrap .products-box,
.products-wrap .products-box-2{
	width: 80%;
	margin:30px auto 0px auto;
}
.frame {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden; 
	padding: 6px;
	box-sizing: border-box;
}
.frame img {
	width: 100%;
	height:auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before,
.frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 50px;
	background: #fff;
	transform: rotate(-30deg);
}
.frame:before {
	box-shadow: 0 10px 4px -12px rgba(0, 0, 0, 0.8);
	top: -34px;
	bottom: auto;
	right: auto;
	left: -36px;

}
.frame:after {
	box-shadow: 0 -10px 4px -10px rgba(0, 0, 0, 0.4);
	top: auto;
	bottom: -32px;
	right: -35px;
	left: auto;
}
.frame2 {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden; 
	padding: 6px;
	box-sizing: border-box;
}
.frame2 img {
	width: 100%;
	height:auto;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame2:before,
.frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff;
	transform: rotate(-30deg);
}
.frame2:before {
	box-shadow: 0 10px 4px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
.frame2:after {
	box-shadow: 0 -10px 4px -10px rgba(0, 0, 0, 0.4);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
.products_name {
	width: 100%;
	padding:5px 0;
	background-color: #E6E1DC;
	text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
}

/* top-info
------------------------------------------------------------*/
#top-info {
	padding:50px 0 0 0;
	background-color: #E6E1DC;
	overflow: hidden;
}
#top-info ul {
	background-color: #fff;
}
#top-info ul li {
	padding: 20px 20px;
	border-bottom: 1px solid #E6E1DC;
}
#top-info .date{
	font-weight: bold;
}
#top-info .title{
	text-decoration: underline;
}

/* list-pagetitle
------------------------------------------------------------*/
#list-pagetitle {
	padding: 90px 0 50px 0;
	background-color: #E6E1DC;
}
#list-pagetitle h1 {
	width: 90%;
	border-bottom: 1px solid #463737;
	text-align: center;
	clear: both;
	float: none;
	margin: 20px auto 40px auto;
	padding-bottom:20px;
	font-size: 220%;
	letter-spacing: 3px;
}
#list-pagetitle .list_lede {
	font-size: 108%;
	text-align: center;
}
#list-contents {
	background: url( "/images/sd/sd03/list_bg.gif" ) top left repeat-x;
}
.list_wrap .list_box {
	width: 90%;
	margin: 0px auto;
	margin-bottom: 50px;
}
.list_wrap .list_img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.list_wrap .list_box img {
	width: 100%;
	height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 1px solid #A0B4DC;
} 
.list_wrap .list_box h3 {
	font-size: 131%;
	line-height: 1.1em;
	padding-bottom: 10px;
}


/* detail
------------------------------------------------------------*/
#detail {
	margin:110px 0 0 0;
	overflow:hidden;
}
.detail-wrap {
	width: 95%;
	margin: 0px auto;
}
.main-img {
	margin: 20px 0;
}
.main-img img {
	width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 1px solid #A0B4DC;
	box-sizing: border-box;
}
.text-w {
	margin-bottom:20px;
}
.detail-wrap .text-annotation {
	background-color:#A0B4DC;
	padding:20px;
	margin-bottom:20px;
}
.text-annotation700 {
	background-color:#A0B4DC;
	padding:20px;
	width:100%;
	margin-bottom:20px;
	box-sizing: border-box;
}
p.sub-img {
	width:220px;
	height:auto;
	margin:20px auto;
}
p.sub-img img {
	width: 100%;
}
.main-img100 {
	width:100%;
	margin:30px 0;
}
.main-img100 img{
	width:100%;
	height:auto;
}
.sub-img300 {
	width:70%;
	height:auto;
	margin:20px auto;
}
.sub-img300 img{
	width:100%;	
}
.sub-img100 img{
	width:100%;
	height:auto;
	padding-bottom:40px;
}
.sub-img690{
	width:100%;
}
.sub-img690 img {
	width:100%;
	height:auto;
}
.text-info {
	border:5px solid #E6E1DC;
	padding:20px 20px;
	overflow: hidden;
}
.text-info .title {
	width:100%;
	font-weight:bold;
	padding-bottom:20px;
	float: left;
}
.text-info .cpmark {
	width:30%;
	height:auto;
	margin:20px auto 0px auto;
}
.text-info .cpmark img{
	width:100%;
}	
.info-box {
	border:3px solid #E6E1DC;
	overflow:hidden;
	padding:15px 20px 10px 20px;
}
.info-box .info-title{
	float: left;
	width: 15%;
}
.info-box .tel-txt{
	float: right;
	width: 80%;
	padding:0px 0;
}
.info-box .fd-icon {
	padding-right:10px;
	position: relative;
	top: -5px;
	width:30px;
	height:auto;
}
.info-box .tel-txt .tel-num{
	font-size:154%;
	font-weight:bold;
	margin-right:20px;
}
.info-box .c-tel-txt{
	font-size: 85%;
}
.info-box .c-eigyo {
	padding: 2px 8px;
	background-color: #463737;
	border-radius: 5px;
	margin-right: 5px;
	color: #FFF;
}
.contact-box {
	width: 100%;
	margin-top: 60px;
	background-color: #E6E1DC;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
	padding: 30px;
	overflow:hidden;
	box-sizing: border-box;
}
.contact-box .contact-title {
	font-size: 177%;
	position: relative;
	margin-bottom: 30px;
	font-weight: bolder;
}
.contact-box .contact-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 5px;
	background: -webkit-repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
	background: repeating-linear-gradient(-45deg, #5F5F5F, #5F5F5F 2px, #E6E1DC 2px, #E6E1DC 4px);
}
.contact-box .contact-box-tel {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	margin-top: 20px;
	text-align: center;
}
.contact-box .contact-box-form {
	width: 100%;
	box-sizing: border-box;
	background-color: #FFF;
	margin-top: 20px;
	text-align: center;
}
.contact-box .c-main-title {
	padding:10px 0;
	font-size: 108%;
	border-bottom: solid 1px #E6E1DC;
	font-weight: bolder;
}
.contact-box .contact-button {
	font-size: 116%;
	width: 70%;
	margin: 15px 0;
	display: inline-block;
	padding: 10px 15px;
	background-color: #A0B4DC;
	border-bottom: solid 2px #999;
	border-radius: 5px;
}
.contact-box .contact-button:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.contact-box .c-tel-num {
	width: 80%;
	font-size: 170%;
	border-bottom: solid 1px #A0B4DC;
	padding:0 0 3px 0;
	margin: 10px auto 3px auto;
	font-weight: bolder;
}
.contact-box .c-tel-txt{
	font-size: 85%;
	padding-bottom: 10px;
}
.contact-box .c-eigyo {
	padding: 2px 8px;
	background-color: #A0B4DC;
	border-radius: 5px;
	margin-right: 5px;
}
.list-company {
	padding-top:10px;
}
.list-company tr {
	border: solid 2px #A0B4DC;
	box-sizing: border-box;
}
.list-company table th {
	min-width: initial;
	width:30%;
	background-color: #CFD9ED;
	font-weight: bold;
	border-right: solid 2px #A0B4DC;
	padding: 15px;
	vertical-align: top;
}
.list-company table td {
	width:70%;
	padding: 15px;
}
.text-add {
	width:100%;
	background-color:#A0B4DC;
	padding:20px;
	clear: both;
	box-sizing: border-box;
}
.text-pickup{
	border: 7px double #A0B4DC;
	background-color: #FFFFFF;
	padding: 25px;
	margin-bottom: 30px;
}
.link-btn {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}
.link-btn li {
	font-size: 16px;
	background-color: #A0B4DC;
	text-align: center;
	height: 20px;
	width: 100%;
	padding:15px 0;
	margin: 20px 0;
	background-image: url(/images/sd/sd03/link.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:40px 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-transition: 0.5s ease-in-out;  
       -moz-transition: 0.5s ease-in-out;  
         -o-transition: 0.5s ease-in-out;  
            transition: 0.5s ease-in-out;  
}
.link-btn li a {
	display:block;
}
.link-btn li:hover {
	background-color: #E6E1DC;
}
.padding-b20{
	padding-bottom:20px;
}
.margin-b20{
	margin-bottom:20px;
}
.margin-b50{
	margin-bottom:50px;
}

/*　Fukuro
------------------------------------------------------------*/
.article-wrap{
	padding: 20px;
	margin-bottom:50px;
	border:2px solid #CFD9ED;
	box-sizing: border-box;
	overflow: hidden;
}	
.article-wrap-latest{
	padding: 20px;
	margin:60px 0 50px 0;
	background-color:#CFD9ED;
	box-sizing: border-box;
	overflow: hidden;
}
.article-title {
	font-weight:bold;
	line-height:120%;
	padding-bottom:20px;
}
.article-wrap .article-title {
	font-size:130%;
}
.article-wrap-latest .article-title {
	font-size:160%;
}
.article-box{
	width:100%;
	box-sizing: border-box;
	overflow: hidden;
}
.article-box .article-left{
	width:100%;
}
.article-box .article-info{
	width:100%;
}
.article-box .category, .article-detail-wrap .category{
	width:30%;
	padding:3px 0;
	font-size:90%;
	text-align:center;
	float: left;
	color:#fff;
	background-color:#463737;
}
.article-box .article-info .date{
	width:100%;
	text-align:right;
	font-weight:bold;
}
.article-box .article-text{
	clear: both;
	float: none;
	margin: 20px 0;
}
.article-box .article-image{
	width:100%;
	height:auto;
	margin:0 auto;
}
.article-box .article-image img{
	width:100%;
	height:auto;
}
.link_detail a{
	margin:20px auto 0 auto;
	padding:10px 0;	
	display: block;
	width: 70%;
	clear: both;
	float: none;
	background-color: #FFF;
	border:1px solid #463737;
	text-align: center; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.link_detail a:hover { 
	background-color: #E6E1DC;
}
.article-detail-wrap{
	width:100%;
}
.article-detail-wrap .article-detail-info{
	width:100%;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.article-detail-wrap{
	width:100%;
}
.article-detail-wrap .article-detail-info{
	width:100%;
}
.article-detail-wrap .article-detail-info .date{
	width:30%;
	font-weight:bold;
	float: right;
	text-align: right;
}
.article-detail-wrap .article-subtitle{
	font-size:160%;
	font-weight:bold;
	line-height:120%;
	padding:20px 0 10px 0;
	clear: both;
	float: none;
}
.article-detail-wrap .article-img {
	margin:20px 0;
}
.article-detail-wrap .article-img img {
	width:100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box02{
	width:100%;
	margin: 0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.box02 div{
	width:100%;
	padding-bottom:20px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
    -webkit-flex-basis:100%;
}
.box02 h4{
	width:55%;
    -webkit-flex-basis:60%;
	padding:0 0 0 20px;
	background-image:url(/images/sd/sd03/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:10px 2px;
	background-size:10px;
	line-height:135%;
}
.box02 div p {
	width:45%;
	padding:0 0 0 0;
	-webkit-flex-basis:45%;
}
.box02 div p img{
	width:100%;
	height:auto;
}

/*　pagination
------------------------------------------------------------*/
.pagination-wrap{
	text-align:center;
}
.pagination {
    display: inline-block;
    padding: 0;
}
.pagination li {
	display: inline;
}
.pagination li a {
	font-size:70%;
    padding: 10px 10px;
	font-weight:bold;
}
.pagination li a.active {
    background-color: #E6E1DC;
}
.pagination li a.pagination-nam {
	border:1px solid #E6E1DC;
}
.pagination li a.pagination-nam:hover {
    background-color: #E6E1DC;
}

/* sidenavi
------------------------------------------------------------*/
#sidenavi {
	width: 100%;
	overflow:hidden;
	margin-top: 50px;
}
.navi-box .nav-parent {
	width: 100%;
	font-size: 107%;
	padding:20px 0;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bolder;
	border: solid 1px #463737;
	box-sizing: border-box;
	background-color: #463737;
}
.navi-box .nav-parent a {
	color: #FFF;
	display: block;
}
.navi-box .nav-child {
	text-align: center;
	padding:20px 0;
	border-bottom:1px solid #5F5F5F;
	box-sizing: border-box;
}
.navi-box .nav-child:last-child {
	border-bottom:1px solid #5F5F5F;
}
.navi-box .active {
	color: #A0B4DC;
}
.navi-box .nav-archive {
	text-align: center;
	padding:15px 20px;
	border-bottom:1px solid #5F5F5F;
	box-sizing: border-box;
}
.navi-box .latest a {
	font-weight: bold;
}
.category-box{
	border-right:1px solid #E6E1DC;
	border-left:1px solid #E6E1DC;
	margin: 30px;
}
.category-box .category-box-title{
	background-color:#5F5F5F;
	color:#FFF;
	font-weight:bold;
	padding:15px 20px;
	line-height:100%;
}
.category-box li.category-name{
	padding:10px 20px;
	border-bottom:1px solid #E6E1DC;
}
.category-box li.category-name a {
  display: block;
}
.side-bnr-box {
	padding:50px 0 30px 0;
	background: repeating-linear-gradient(-45deg, #A0B4DC, #A0B4DC 10px, #CFD9ED 0, #CFD9ED 20px);
	box-sizing: border-box;
}
.side-bnr-box  ul {
	width:80%;
	margin: 0px auto;
}
.side-bnr-box  ul li{
	padding-bottom: 20px;
}
.side-bnr-box li img {
	width:100%;
	height:auto;
}


/* contact form
------------------------------------------------------------*/
.form-wrap {
	width: 100%;
	margin: 50px auto 50px auto;
}
.form-tel {
	font-size: 90%;
	background-color: #E6E1DC;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bolder;
}
.form-tel .form-tel-num {
	font-size: 170%;
	padding-top: 10px;
}
.form-flow {
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-betweenr;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.form-flow li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}
.form-flow img {
	height: auto;
	width: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #A0B4DC;
}
.form-flow .text,.form-flow .text-on{
	padding-top: 15px;
	height: 35px;
	width: 190px;
	text-align: center;
}	
.form-flow .text-on{
	border: 5px solid #463737;
}
.form-flow .text{
	border: 5px solid #A0B4DC;
	color: #A0B4DC;
}
.text-caution{
	background-color:#CFD9ED;
	padding:15px;
	clear: both;
}
.text-caution{
	background-color:#CFD9ED;
	padding:15px;
	clear: both;
}
.text-caution span{
	color:#fc241a;
}
.form-table {
	padding-top: 40px;
	padding-bottom: 20px;
}
.form-table table,table.form-btn {
	width:100%;
}
table.form-btn td{
	width:100%;
}
.form-table table th{
	font-weight: bolder;
	width: 100%;
	padding-top: 20px;
	text-decoration: underline;
}
.form-table table tr:not(:last-child){
	border-bottom: 3px solid #E6E1DC;
}
.form-table table th,.form-table table td {
	width:100%;
	display: block;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.form-address {
	overflow: hidden;
}
.form-address p {
	float: left;
	width: 8em;
}
.form-address .input-s,.form-address .input-m {
	float: left;
}
.caution{
	font-size: 10px;
	color:#fc241a;
}
.input-s {
	width: 100%;
	height: 3em;
	margin-bottom: 20px;
}
.input-m {
	width: 100%;
	height: 3em;
	margin-bottom: 20px;
}
.input-l {
	width: 100%;
	height: 3em;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.input-check { padding-right: 2em; }
input { border: 1px solid #E6E1DC;
	background: #fff;
	box-sizing: border-box;
}
select { width: 31%;height: 3em;
	border: 1px solid #E6E1DC;
	background: #fff;
	margin-bottom: 20px;
	display:block;
	box-sizing: border-box;
}
textarea {
	width: 100%;height: 15em;
	margin: 10px 0;
	border: 1px solid #E6E1DC;
	display:block;
	box-sizing: border-box;
}
input.submit01 {
	border:none;
	cursor: pointer;
	text-indent: -9999px;
	display:block;
	background:url(/images/sd/sd03/contact/btn_check.gif) no-repeat;
	background-size:210px 50px;
	width:210px;
	height:50px;
	margin-top: 30px;
}
input.submit01:hover {
	background:url(/images/sd/sd03/contact/btn_check_on.gif) no-repeat;
	background-size:210px 50px;
}

/* 個人情報保護方針 */
.privacy {
    margin-top: 30px;
    position: relative;
}
.privacy > dl > dt {
	padding: 10px;
    font-size: 16px !important;
    text-align: center;
    color: #fff;
    background-color: #A0B4DC; 
}
.privacy > dl > dd {
    padding: 20px 20px 30px;
    border: 1px solid #A0B4DC; 
    background-color: #fff;
}
.privacy label {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 20px;
	text-align: center;
    display: block;
    border: 1px solid #A0B4DC; 
    font-size: 16px !important;
    font-weight: bold;
    background-color: #fff;
	box-sizing: border-box;
}

/* bnr-box 
------------------------------------------------------------*/
#bnr-box {
	padding:50px 0 10% 0;
	background: repeating-linear-gradient(-45deg, #A0B4DC, #A0B4DC 10px, #CFD9ED 0, #CFD9ED 20px);
	box-sizing: border-box;
}
#bnr-box ul {
	width:80%;
	margin: 0px auto;
}
#bnr-box ul li{
	padding-bottom: 20px;
}
#bnr-box li img {
	width:100%;
	height:auto;
}

/* back-to-top 
------------------------------------------------------------*/
#back-to-top {
	position:fixed;
	bottom:80px;
	clear: both;
	opacity: 0.8;
	right: 0px;
	z-index: 1000;
}

/* footer
------------------------------------------------------------*/
#footer {
	font-size: 93%;
}
#footer .ft-sitemap02 {
	width:100%;
	padding:0;
	margin:0;
	font-weight: bold;
}
#footer .ft-sitemap02 ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	border-collapse:collapse;
}
#footer .ft-sitemap02 li{
	width:50%;
	min-height:65px;
	margin:0;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:left;
	text-align:left;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	background-color: #fff;
	background: url(/images/sd/sd03/ft-sitemap_bg.gif) right center no-repeat;
}
#footer .ft-sitemap02 li:nth-of-type(1),
#footer .ft-sitemap02 li:nth-of-type(2){
	border-top:1px solid #463737;
}
#footer .ft-sitemap02 li:nth-of-type(odd){
	border-right:1px solid #463737;
	border-left:1px solid #463737;
	border-bottom:1px solid #463737;
}

#footer .ft-sitemap02 li:nth-of-type(even){
	border-right:1px solid #463737;
	border-bottom:1px solid #463737;
}

#footer .sns02{
	width:100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .sns02 img{
	width:44px;
	hight:44px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer #ft-last {
	font-weight: lighter;
	text-align: center;
}
#footer #ft-last .ft-adress {
	padding: 30px 10px;
	background-color: #E6E1DC;
	color: #463737;
}
#footer #ft-last .ft-copy {
	padding:  15px 10px;
	background-color: #463737;
	color: #fff;
}
#footer #ft-last .ft-company-name {
	font-size: 133%;
	font-weight: bold;
}
#footer #ft-last .ft-company-name img{
	max-width: 160px;
	width: auto;
	max-height: 80px;
	height:auto;
	margin-bottom: 10px;
}
#footer #ft-last .copy-right {
	font-size: 77%;
}

/* 追加分
------------------------------------------------------------*/

#detail h1 {
    font-size: 180%;
    line-height: 1.3em;
    margin: 5px 0 40px;
    position: relative;
}
#detail h1::after {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(-45deg, #5f5f5f, #5f5f5f 2px, #fff 2px, #fff 4px) repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}
#detail h2:after  {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #A0B4DC;
	bottom: -3px;
	width: 30%;
}
#detail h3 {
    clear: both;
    float: none;
    font-size: 140%;
    line-height: 1.3em;
    margin: 50px 0 15px;
}
.padding-b30 {
    padding-bottom: 30px;
}

.list-button02-large {
    background-color: #fff;
    border: 1px solid #463737;
    border-radius: 20px;
    line-height: 15px;
    margin: 30px auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-width: 300px;
    padding: 10px;
}

.list-button02-large {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.list-button02-large:hover {
    background: #463737 none repeat scroll 0 0;
    color: #fff;
}
.form-wrap {
	margin-top: 0px;
}
.form-tel {
	background-color: #E6E1DC;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bolder;
}
.form-tel p {
	margin-top: 10px;
}

.form-tel img {
    display: none;
}
.form-tel span {
	font-size: 170%;
	padding-top: 10px;
}

.contact_link_button {
    background-color: #fff;
/*    border: 1px solid #463737; */
    border: 2px solid #e6e1dc;
    border-radius: 24px;
    line-height: 46px;
    margin: 30px 30px 0 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 210px;
}
.contact_link_button a {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}
.contact_link_button a:hover {
    background: #e6e1dc none repeat scroll 0 0;
}


.dispSD03 {
    display: block !important;
}
.design2Icon {
    display: none;
}

.nav-archive-title{
    background-color:#ECECEC;
    border-bottom: 1px solid #5f5f5f;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
    font-weight:bold;
}

.product_spec ul {
    display: table;
    width: 100%
}
.product_spec li {
    display: table-row;
    width: 100%
}

.product_spec span.dan {
    background-color: #808080;
    color: #FFF;
    display: table-cell;
    width: 50%;
    float: none;
    padding: 10px;
}

.product_spec span.dan2 {
    display: table-cell;
    width: 50%;
    padding: 10px;
}

.product_spec .first span {
    border: 1px solid #ccc;
}

.product_spec span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.sns-box {
  padding: 30px 0px 0px 0px;
}
.sns-box iframe:first-child{
/*  margin-right: -90px; */
}
.sns-box iframe {
  height: 20px !important;
  float: right;
/*  margin-right: -30px; */
}

.text-annotation100 {
    background-color: #A0B4DC;
    padding:15px;
    width: 95%;
}

.content-wrap-1 .text-annotation .text {
    background-color: #A0B4DC;
    padding: 15px;
    width: 95%;
    margin: 15px 0;
}

select.inquiry_input {
    width: 50%;
}

.org-component {
    margin: 0 auto;
    width: 100%;
}
.org-component h2::after {
    border-bottom: 3px solid #A0B4DC;
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 30%;
}
.org-component h2 {
    border-bottom: 3px solid #E6E1DC;
    font-size: 154%;
    margin: 50px 0 20px;
    padding: 0 0 5px;
    position: relative;
}
.org-component .org-component-title {
    font-size: 108%;
    font-weight: bolder;
    margin-bottom: 20px;
}
.org-component .org-component-annotation {
    background-color: #A0B4DC;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 20px;
}
.org-component .pad-right20 {
    padding-right: 0px;
    padding-bottom: 15px;
}
#detail_contents .org-component {
    width: 100%;
}
.button-area .text-wrap-center {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.button-area .text-wrap-left {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.button-area .text-wrap-right {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.button-area .btn01 {
  padding: 0px 5px;
}
.button-area .btn02 {
  padding: 0px 5px;
}
.button-area .btn01 .list-button02-large {
  margin: 0px auto;
}
.button-area .btn02 .list-button02-large {
  margin: 0px auto;
}

/* 2023改修 NSW調整箇所 */
.org-component-main-img img {
        margin: 0 0 20px 0;
}
.detail-wrap .org-component-main-img img {
	width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
	border: 1px solid #A0B4DC;
	box-sizing: border-box;
}
.org-component-read {
        font-size: 108%;
}
#detail h2 {
    margin: 50px 0 40px 0;
    font-size: 154%;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #e6e1dc;
    position: relative;
    line-height: 1.3em;
}
#detail .catch-txt {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 15px;
}

.article-detail-wrap h4 {
    font-size: 108%;
    font-weight: bolder;
    margin: 20px 0;
}
.others h3 {
	margin:50px 0 15px 0;
	padding:0 0 5px 0;
	font-size: 140%;
	border-bottom: solid 1px #A0B4DC;
	clear: both;
	float: none;
	line-height: 1.3em;
}

/* 2024-2月 保守対応追加分
------------------------------------------------------------*/
#footer #ft-last .ft-copy img{
	max-width: 200px;
	width: auto;
	max-height: 55px;
	height:auto;
}



