@charset "utf-8";

/* EC-CUBE 4.3のCSS変数をeccube40のフォントスタックに上書き */
:root {
    --bs-body-font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    --bs-font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* EC-CUBE 4.3のbox-sizing: border-boxを上書きして旧サイトと同じ表示にする */
*, *::before, *::after {
    box-sizing: content-box;
}

/* reset
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,main,nav,section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

/* Bootstrap (style.css) が追加する margin/padding/line-height を明示的にリセット */
p {
	margin-top: 0;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
hr {
	margin: 0;
}
ol, dl {
	margin-bottom: 0;
	padding-left: 0;
}
dd {
	margin-bottom: 0;
}
figure, blockquote {
	margin: 0;
}

/* Setting */
html {

}


input,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
@media (min-width:641px) {
body {
	font-size: 16px;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
}
body#top {
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
}
@media (min-width:0px) and (max-width:640px) {
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}
}
* html body { /* for IE6 */
	font-size: small;
}
	
*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

ol {
	list-style-position: inside;
}
@font-face {
  font-family: 'A-OTF-MaruFoProN';
  src: url('font/A-OTF-RyuminPr6N-Light.otf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	/**font-family: 'A-OTF-MaruFoProN';
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;**/
}

*:active, *:focus {
	outline: none;
}

/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity:0.7;
}
/* iphoneのデフォルトstyleを無効*/
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.red{
	color: #8F111B;
	font-weight: bold;
}
.red-b{
	color: #ff0000;
	font-weight:bold;
}
.orange{
	color: #FF6600;
}
.orange-b{
	color: #ff6600;
	font-weight:bold;
}
.blue{
	color: #0000ff;
}
.blue-b{
	color: #0000ff;
	font-weight:bold;
}
.green{
	color: #009900;
}
#main p {
/*
	line-height: 200%;
	display: block;
	overflow: hidden;
*/
}
/**WordPress用**/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

@media (min-width:736px) {
.pcnone {
	display:none !important;
}
.spnone {
	display:block !important;
}

}
@media (min-width:0px) and (max-width:735px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
}
/*=================================================

header

==============================*/

@media (min-width:736px) {
.topmg{
	margin-top: 70px;
}
#conteiner {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-top: 0px;
}

}

@media (min-width:0px) and (max-width:735px) {
.topmg{
		margin-top: 75px;
}
#conteiner {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main {
	padding-top: 0px;
}

}

/*=================================================

header

==============================*/
@media (min-width:736px) {
#header-out {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #fff;
	z-index: 5;
	box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
}

#header {
	width: 1000px;
	height: 70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*
	overflow: hidden;
*/
	background-color: #fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
}
#header-out #header.fixd_head {
	position:fixed;
	right:0;
	left:0;
	width: 1000px;
	z-index: 4;
	margin-top: 0px;
}
#header .logo {
	display: block;
	width: 56px;
	padding-top: 11px;
	padding-left: 11px;

}
#header .logo a img {
	height: auto;
	width: 100%;
	
}

}
#header .logo a {
	color: #ffc30c;
}
#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}


@media (min-width:0px) and (max-width:735px) {
#header-out {
	height: 75px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 5;
	padding: 0px;
	background-color: #fff;
	box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
	width: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26)
}

#header {
	height: 75px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
/*
	overflow: hidden;
*/
}

#header .logo {
	display: block;
	height: auto;
	width: 56px;
	float: left;
	padding-top: 10px;
	margin-left: 10px;

}
#header .logo a img {
	height: auto;
	width: 100%;
	
}

}


#header .h-botns {
/*
	overflow: hidden;
*/
}
#header .h-botns img {
	height: auto;
	width: 100%;
}
#header .h-btn {
	width: 79px;
    height: 70px;
	float: left;
	overflow: hidden;
}
#header .h-btn-cart {
    cursor: pointer;
	overflow: visible;
}
#header .h-btn-cart .inner {
    position: relative;
}
#header .h-btn2 {
	width: 79px;
    height: 70px;
	float:left;
	overflow: hidden;
}

@media (min-width:0px) and (max-width:735px) {
#header .h-botns {
	float: right;
}
#header .h-btn {
	width: 56px;
	float:left;
	margin-top:10px;
}
#header .h-btn2 {
	width: 56px;
	float: left;
	margin-top: 10px;
	margin-right: 58px;
}
}
@media (max-width: 349px) and (min-width: 0px){
	#header .h-btn2 {
		display: none;
	}
	#header .h-botns{
		margin-right: 65px;
	}
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 736px) {
#gNavi {
	margin-bottom: 0px;
	width: 615px;
	z-index: 6;
	
}

#gNavi ul {
	width: 515px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
#gNavi ul li {
	box-sizing: border-box;
	font-size: 15px;
	text-align: center;
	margin-top: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	width: 25%;
	box-sizing:border-box;
	
}
#gNavi ul li:last-child {
	border-right-style: none;
	
}


#gNavi li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	
}


#gNavi li a:hover {
	color: #ccc;
}

#top #gNavi {
	margin-bottom: 0px;
	width: 640px;
	z-index: 6;
	
}


#slide-header {
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}

}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:735px) {
#gNavi li img {
	display: none;
	
	
}
#slide-header {
	height: 56px;
	position: fixed;
	width: 56px;
	z-index: 6;
	right: 0px;
	top: 0px;
	margin-top: 10px;
	display: block;
	margin-right: 0px;
}
#slide-header .button {
	width: 56px;
	height: 56px;
	position: relative;
	display: block;
	top: 0px;
}

.menu-button-right {
	right: 0px;
}

#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#menu-button {
	vertical-align: bottom;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button.png);
	background-position: center top;
	background-size:56px;
    

}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button-on.png);
	background-position: center top;
	background-size:56px;
	z-index:4;
    
}
#menu-button-inner {
    width: 56px;
    height: 56px;
	z-index:4;
}

#gNavi {
	box-sizing: border-box;
	clear: both;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 5;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(255,255,255,0.5);
	top: 75px;
	
}

#gNavi ul {
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 10px;
	z-index: 5;
	position:relative;
}
#gNavi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#gNavi li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #001f58;
}

#gNavi a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	line-height: 2em;
	height: 2em;
	background-image: url(../img/list01.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#gNavi a:hover,
#gNavi a:active {
    
	
}


}

/*=================================================

footer

==============================*/
#footer-out {
	padding-top: 0;
	padding-bottom: 0;
	min-width: 1000px;
	background-color: #424242;

}
#copyright-out {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-color: #424242;
}

@media (min-width:0px) and (max-width:735px) {
#footer-out {
	padding-top: 0;
	padding-bottom: 0;
	min-width:inherit;

}
footer {
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
}
#copyright-out {
	padding-top: 10px;
	padding-bottom: 10px;
}

}


footer a {
	color: #001129;
}
footer .copy {
	text-align: center;
	color: #FFFFFF;
}
footer .copy a {
	color: #001129;
}

#copyright-out {
	background-color: #424242;
}
#copyright-out .copy {
	text-align: center;
	color: #FFFFFF;
	margin: 0;
}




/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 90px;
	right: 0;
	z-index: 4;
}
@media (min-width:0px) and (max-width:735px) {
#go-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}	
}
#go-top a {
	display: block;
	width: 70px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 70px;
	width: 60px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 60px auto;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	min-width: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #DEDEDE;
	
}
#breadCrumb ul {
	width: 1000px;
	margin:0 auto;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}
#breadCrumb ul li {
	display: inline;
	font-size: 12px;
	color: #001129;
}

#breadCrumb ul li a {
	color: #001129;
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}
#breadCrumb li:after {
    content: '>';
    margin: 0 .5em;
}
#breadCrumb li:last-child:after {
    content: '';
}
@media (min-width:0px) and (max-width:735px) {
#breadCrumb {
	min-width:inherit;
	
}
#breadCrumb ul {
	width: auto;
	margin:0 auto;
}
}
/*=================================================

conteiner

==============================*/


p .imgright {
	float: right;
	width:40%;
	margin-left: 10px;
	margin-bottom: 10px;
}
p .imgleft {
	float: left;
	width:40%;
	margin-right: 10px;
	margin-bottom: 10px;
}
p .img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
p .img100-l {
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}

p .f-img01 {
	width:50%;
}

#main p.more {
	text-align: right;
	font-size: 95%;
}
#main p.more a {
}



#main section.links,
#main div.links {
	margin-top: -140px;
	padding-top: 140px;
	
}
@media (min-width:0px) and (max-width:735px) {
#main section.links,
#main div.links {
	margin-top: -75px;
	padding-top: 75px;
	
}
#main section.links.ht1 {
	margin-top: -125px;
	padding-top: 125px;
	
}
#main section.links.ht2 {
	margin-top: -175px;
	padding-top: 175px;
	
}
#main section.links.ht3 {
	margin-top: -225px;
	padding-top: 225px;
	
}	
}


#main section .s_inner {
	width: 1000px;
	min-width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#main section .s_inner2 {
	width: 1000px;
	min-width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main section .s_inner .subinner {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
@media (min-width:0px) and (max-width:735px) {

#main section .s_inner {
	width: auto;
	min-width:inherit;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main section .s_inner2 {
	width: auto;
	min-width:inherit;
	padding-right: 0px;
	padding-left: 0px;
	box-sizing:border-box;
	padding-top: 0px;
	padding-bottom: 0px;
}
}



/**ここから**/

/*============================
slick
============================*/

.slider {
width: 90%;
margin: 0 auto 0;
}

.slick-slide img {
width: 100%;
height: auto;
}
.header_slider,
.case_slider{
width: 100%;
}
.header_slider .slick-slide{
margin: 5px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    margin-top: -18px;
    color: #000;
    line-height: 36px !important;
    cursor: pointer;
    z-index: 1;
    /**background: #002C56;**/
    border-radius: 50%;
    font-size: 62px !important;
    text-align: center;
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}


header .slick-prev{
    left: 9%;
    right: auto;
}
header .slick-next{
    right: 9%;
    left: auto;
}

header .slick-prev:before,
.case .slick-prev:before{
    content: "\f104";

}
header .slick-next:before,
.case .slick-next:before{
	content: "\f105";
}

header .slick-prev:before, header .slick-next:before{
	font-family: FontAwesome;
	color: #333;
}

@media (min-width:736px){
	.slick-slide img {
	    width: auto;
	    height: auto;
	    max-height: 350px;
	    margin: auto;
	}
}

/*============================
.case
============================*/



#main .case {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 100px;
	min-width: 1000px;
	background-image: url(../img/bg_interview.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:710px;
	
	
}
#main .case h2 {
	max-width:1000px;
	width:100%;
	overflow:hidden;
	
}
.case_inner.inner{
	padding: 0;
    /**max-width: 100%;**/
	width:1000px;
	margin:0 auto;
}
#main .case_inner.inner div .item {
	box-sizing: border-box;
	max-width: 395px;
	background-color: #000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	
	
}
#main .case_inner.inner div .item p.dates {
	color: #7C7C7C;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}
#main .case_inner.inner div .item p.dates span {
	line-height: 40px;
	color: #000;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	
}
#main .case_inner.inner div h3 {
	padding-right: 10px;
	padding-left: 10px;
	
}
#main .case_inner.inner div h3 a {
	color: #fff;
	
}

#main .case_inner.inner div img {
	display: block;
	max-width: 395px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:0px) and (max-width:735px) {
#main .case {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	min-width: inherit;
	min-height:inherit;
	
}
.case_inner.inner{
	padding: 0;
    max-width: 100%;
	width:100%;
}

#main .case_inner.inner div .item {
	box-sizing: border-box;
	max-width: 270px;
	background-color: #000;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	
	
}
#main .case_inner.inner div img {
	display: block;
	width: 100%;
	max-width: 270px;
	margin-right: auto;
	margin-left: auto;
}
}

.case h2 span:before, .case h2 span:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 0 15px;
    position: absolute;
    bottom: 13px;
}

.case h2 span:before {
    right: 100%;
}

.case h2 span:after {
    left: 100%;
}

.case_slider {
    padding: 10px 0;
}

.case_slider .slick-slide{
margin: 5px 15px;
}


.case_slider .slick-prev:before, .case_slider .slick-next:before,
.mb_case_slider .slick-prev:before, .mb_case_slider .slick-next:before{
	font-family: FontAwesome;
}

.case_slider .slick-prev,
.case_slider .slick-next{
    transform: scale( 2.6 , 6.1 );
}

.case .slick-prev{
    left: 24%;
    right: auto;
}

.case .slick-next {
    right: 24%;
    left: auto;
}


#main .form {
	max-width:920px;
	margin:0 auto;
	
}


@media (min-width:0px) and (max-width:735px) {
#main .form {
	padding-right: 10px;
	padding-left: 10px;
}

}


#main .form table.contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}
#main .form  table.contact tr th {
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	padding-left: 10px;
	vertical-align: top;
}
#main .form table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .form table.contact.pt3 tr th {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	vertical-align: top;
	display: block;
	width: auto;
	padding-left: 0px;
}
#main .form table.contact.pt3 tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
#main .form .contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#main .form .contact.pt2 tr {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
}
#main .form .contact tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
}
#main .form .contact.pt3 tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
#main .form .contact tr th div {
	/**background-color: #e5e5e5;**/
	overflow: hidden;
	
}
#main .form .contact tr th div.noncolor {
	background-color: #fff;
	
}
#main .form .contact tr th .pdd {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .form .contact tr td ul {
}
#main .form .contact tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .form .contact tr td .pt5 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
#main .form .contact tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
#main .form .contact tr td .pt7 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
@media (min-width:0px) and (max-width:735px) {

#main .form table.contact {
	font-size: 14px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
	box-sizing: border-box;
	overflow: hidden;
}
#main .form table.contact tr th {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	vertical-align: top;
	display: block;
	width: auto;
	padding-left: 0px;
}
#main .form table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}
#main .form .contact tr .l_Cel {
	font-weight: bold;
	border-bottom:solid 1px #999999;
	padding-bottom:0px;
}
#main .form .contact tr th p.leftth {
	text-align: left;
}
#main .form table.contact tr td input,
#main .form table.contact tr td textarea,
#main .form table.contact tr td select {
	font-size: 16px;
}
#main .form .contact tr th .pdd {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .form .contact tr td .pt5 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
}
#main .form .contact tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: auto;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#main .form .contact tr td .pt7 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 60%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
}
#main .form table.contact tr td input.pt01 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	
}

#main .form table.contact tr td textarea {
	font-size: 16px;
	min-height: 100px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}


#main .form .fbtn input {
	cursor: pointer;
	background-color:transparent;
	
}
#main .form .fbtn, #main .fbtn {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
}

@media (min-width:0px) and (max-width:735px) {
#main .form .fbtn {
	padding-right: 10px;
	padding-left: 10px;
}

}

#main .form .contact tr th div .ttl {
	background-color:#E2E2E2;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: rleft;
	line-height:40px;
	width:240px;
}
#main .form .contact tr th div .red {
	color: #8F111B;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: right;
	line-height:40px;
}
#main .form .contact tr td .pd2 {
	padding-top: 10px;
	display:block;
}
#main .form .porcyBox {
	max-width:800px;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}

#main .form .porcyBox .scrolBox{
	background-color: #FFF;
	height: 200px;
	overflow: auto;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border: solid 1px #EAEBEC;
	margin-top: 20px;
}

#main .form .porcyBox .scrolBox p {
	/**text-indent: -1em;
	padding-left: 1em;**/
}
#main .form .porcyBox .scrolBox h4 {
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#main .form .porcyBox .scrolBox h5 {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width:0px) and (max-width:735px) {
#main .form .porcyBox .scrolBox{
	height: 150px;
	margin-bottom: 20px;
}

}



/**ここから***/


#main .btn01 {
	color: #000;
	display: block;
	width: 100%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border: 1px solid #000;
}
#main .btn01:hover {
	
	letter-spacing: 3px;
	text-decoration:none;
}

#main .btn02 {
	display: block;
	width: 427px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-shadow: 1px 1px 2px #333;
}
#main .btn02:hover {
	
	
}
#main .btn03 {
	color: #001129;
	display: block;
	width: 100%;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border: 1px solid #001129;
}
#main .btn03:hover {
	
	letter-spacing: 3px;
	text-decoration:none;
}
#main .btn04 {
	color: #fff;
	display: block;
	width: 100%;
	max-width: 250px;
	background-color:#000 !important;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border: 1px solid #001129;
}
#main .btn04:hover {
	
	letter-spacing: 3px;
	text-decoration:none;
}
#main .btn05 {
	color: #fff;
	display: block;
	width: 100%;
	max-width: 250px;
	background-color:#868686;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#main .btn05:hover {
	
	letter-spacing: 3px;
	text-decoration:none;
}
#main .btn06 {
	color: #fff;
	display: block;
	width: 100%;
	max-width: 350px;
	background-color:#000 !important;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border: 1px solid #001129;
}
#main .btn06:hover {
	
	letter-spacing: 3px;
	text-decoration:none;
}
@media (min-width:0px) and (max-width:735px) {
#main .btn02 {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	
}	
}

@media (min-width:0px) and (max-width:735px) {
#main .service-top h2 {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	padding-top: 30px;
}
#main .service-top h2 img {
	width:200px;
}

#main .service-top .s_inner ul li {
	width: auto;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #ACACAC;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#main .service-top .s_inner ul li img {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main .service-top .s_inner ul li h3 {
	font-size: 20px;
	color: #002C56;
	text-align: center;
	margin-bottom: 10px;
	
}
#main .service-top .s_inner ul li p {
	min-height: inherit;
}
	
}


#main .news-top {
	background-image: url(../img/top-img_news_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 290px;
	margin-bottom: 100px;
	min-width: 1000px;
	margin-top: 620px;
}
#main .news-top .s_inner .area {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#main .news-top .s_inner .area div .spImg {
	display: none;
}
.news-top .s_inner .area ul {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.news-top .s_inner .area ul li {
	width: 290px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.news-top .s_inner .area ul li img {
	width:290px;
}
.news-top .s_inner .area ul li p.dates {
	color: #7C7C7C;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	font-size: 14px;
	
}
.news-top .s_inner .area ul li h3 {
	
}
@media (min-width:0px) and (max-width:735px) {
#main .news-top {
	background-image: none;
	min-height: inherit;
	margin-bottom: 50px;
	min-width: inherit;
	margin-top: 0px;
}
#main .news-top .s_inner .area {
	width: auto;
}

#main .news-top .s_inner .area div h2 img {
	width: 200px;
}
#main .news-top .s_inner .area div .spImg {
	display: block;
	width: 100%;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: auto;
}
}


#main .coordinate-top {
	background-image: url(../img/top-img_coordinate_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 290px;
	margin-bottom: 100px;
}
#main .coordinate-top .s_inner .area {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/**position: relative;**/
}



#main .coordinate-top .s_inner .area div .spImg {
	display: none;
}
.coordinate-top .s_inner .area ul {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.coordinate-top .s_inner .area ul li {
	width: 330px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.coordinate-top .s_inner .area ul li img {
	width:330px;
}
.coordinate-top .s_inner .area ul li p.dates {
	color: #7C7C7C;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.coordinate-top .s_inner .area ul li p.dates span {
	line-height: 40px;
	color: #FFF;
	background-color: #000;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	
}
.coordinate-top .s_inner .area ul li h3 {
	
}
@media (min-width:0px) and (max-width:735px) {
#main .coordinate-top {
	background-image: none;
	min-height: inherit;
	margin-bottom: 50px;
}
#main .coordinate-top .s_inner .area {
	width: auto;
}

#main .coordinate-top .s_inner .area div h2 img {
	width: 200px;
}
#main .coordinate-top .s_inner .area div .spImg {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: -10px;
}
}


#main .contact-top {
	min-width: 1000px;
	padding-bottom: 100px;
	background-image: url(../img/bg_bottoms.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 250px;
}
#main .contact-top img {
	width: 100%;
}
@media (min-width:0px) and (max-width:735px) {
#main .contact-top {
	min-width: inherit;
	padding-top: 250px;
	padding-bottom: 50px;
}


}

/**subpage**/

#main .t-center {
	text-align: center;
}




/**pagination　一覧ページ仕様ここから**/

.pagenation {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 5px;
	width: auto;
}
.pagination h2 {
	display:none;
}
.pagination:after, .pagination div:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
	margin: 0;
}
.pagenation li {
	list-style: none outside none;
	margin-left: 3px;
	display: inline-block;
}
.pagenation li:first-child {
	margin-left: 0px;
}
.pagenation li.active {
	background-color: #000;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 2px 10px;
	border: solid 1px #e9e9e9;
	display: inline;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.pagenation li.active {
	background-color: #000;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 2px 10px;
	border: solid 1px #e9e9e9;
	display: inline-blok;
}	
}
.pagenation li a {
	background: #fff;
	border-radius: 3px;
	color: #001129;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	border: solid 1px #e9e9e9;
}
.pagenation li a:hover {
	background-color: #000;
	color: #fff;
	opacity: 0.8;
	transition-duration: 500ms;
	transition-property: all;
	transition-timing-function: ease;
}
/**pagination　一覧ページ仕様ここまで**/

/**subpage**/

#mainvl {
	background-image: url(../img/mainvl_sub.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 207px;
	min-width: 1000px;
}
#mainvl.pt2 {
	background-image: url(../img/mainvl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 252px;
	min-width: 1000px;
}
#mainvl img {
	display:none;
}

@media (min-width:0px) and (max-width:735px) {
#mainvl,
#mainvl.pt2{
	background-image: none;
	height: auto;
	min-width:inherit;
}

#mainvl img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

}

#main .subpage {
	margin-bottom: 50px;
	padding-top: 30px;
	
}

@media (min-width:0px) and (max-width:735px) {
#main .subpage {
	margin-bottom: 40px;
	padding-top: 30px;
	
}

}


#main .company #map1 {
	height: 400px;
	width: 100%;
}
#main .ttl01 {
	font-size: 18px;
	background-image: url(../img/bg_ttl01.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-bottom: 2px solid #9F9F9F;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	
	
}
#main .ttl01 span {
	padding-left: 40px;
	
}
#main .ttl01:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #000;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;

}

#main .ttl02 {
	font-size: 18px;
	background-image: url(../img/bg_ttl01.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-bottom: 2px solid #9F9F9F;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	
	
}
#main .ttl02 span {
	padding-left: 40px;
	
}
#main .ttl02:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #000;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;

}
#main .ttl03 {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-bottom: 2px solid #9F9F9F;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	overflow:hidden;
	
	
}
#main .ttl03 span {
	padding-left: 20px;
	border-left: solid 2px #000;
	
}
#main .ttl03:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #000;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;

}
#main .ttl03 .more {
	display:inline-block;
	float:right;
	color:#808080;
	font-size:14px;
	
	
}
#main .ttl04 {
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: bold;
	border-bottom: 2px solid #9F9F9F;
	position: relative;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	text-align:center;
	
}

#main .ttl04:before{
	content:"";
	display:block;
	width:30%;
	border-bottom:2px solid #000;
	position:absolute;
	bottom:0;
	margin-bottom:-2px;

}
#main .ttl05 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	
}
#main .ttl05 span {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
	
}
#main .ttl06 {
    font-weight: bold;
    font-size: 1.2em;
}
#main .ttl_sub {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	text-align: center;
	display: block;
	
}
#main .ttl_sub span {
	background-image: url(../img/bg_ttl01.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
	
}
#main .ttl_side01 {
	font-size: 17px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	display: block;
	color: #000;
	background-color: #A59572;
	padding: 10px;
	
}
#main .ttl_side01 span {
	background-image: url(../img/bg_ttl01.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
	background-size:22px auto;
	
}

#main .ttl_side02 {
	font-size: 17px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	display: block;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	
}
#main .ttl_side02 span {
	background-image: url(../img/bg_ttl02.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left center;
	background-size:22px auto;
	
}
#main .ttl_side03 {
	font-size: 17px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	display: block;
	padding: 10px;
	
}
#main .ttl_side04 {
	font-size: 17px;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A9A9;
	margin-top: 20px;
	
}
.footer-top {
	background-color: #000;
}
.footer-top .s_inner {
	background-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-top .s_inner .area {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer-top .s_inner .area .left {
	width: 150px;
}
.footer-top .s_inner .area .center {
	width: 410px;
	overflow: hidden;
	padding-right: 20px;
}
.footer-top .s_inner .area .right {
	width: 420px;
}
.footer-top .s_inner .area .right img {
	max-width: 417px;
	width: 100%;
}
.footer-top .s_inner .area .center h3 {
	color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 15px;
}
.footer-top .s_inner .area .center ul {
	float: left;
	width: 50%;
}
.footer-top .s_inner .area .center ul li {
	padding: 2px;
	font-size: 13px;
}
.footer-top .s_inner .area .center ul li a {
	color: #FFF;
	background-image: url(../img/list01.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.footer-top .s_inner .area .center ul li.sub a {
	margin-left:15px;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.footer-top .s_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-top .s_inner .area .left {
	width: auto;
	margin-bottom:10px;
}
.footer-top .s_inner .area .center {
	width: 90%;
	overflow: hidden;
	padding-right: 0px;
	margin-bottom:10px;
}
.footer-top .s_inner .area .right {
	width: auto;
}
}
.subpage .s_inner .form form h3 {
	background-color: #E2E2E2;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}


/*===スライダー===*/
/* 共通（ローディングとナビゲーション） */
	.bxslider {
		position: relative;
	}
	.bxslider ul {
		opacity: 0;
	}

	.bxslider a {
		transition: 0.4s;
	}
	.bxslider .bx-pager {
		position: absolute;
		bottom: 26px;
		left: 0;
		width: 100%;
		height: 0px;
		text-align: center;
		display: inline;
	}
	.bxslider .bx-pager-item {
		display: inline;
		padding: 0 20px;
	}
	.bxslider .bx-pager-item a {
		background: rgba(0,0,0,1);
		display: inline-block;
		width: 16px;
		height: 16px;
		text-indent: -200%;
		overflow: hidden;
		border-radius: 50%;
	}
	.bxslider .bx-pager-item a:hover {
		background: rgba(0,0,0,0.6);
	}
	.bxslider .bx-pager-item a.active {
		background: rgba(160,160,160,1);
	}

	.bxslider .bx-controls-direction {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -3em;
		width: 100%;
		height: 0px;
	}
	.bxslider .bx-controls-direction a {
		width: 40px;
		height: 80px;
		display: block;
		background: rgba(0,0,0,0.8);
		position: relative;
		text-indent: -100%;
		overflow: hidden;
		
	}
	.bxslider .bx-controls-direction a:first-child {
		border-radius:10px 0px 0px 10px;
		
	}
	.bxslider .bx-controls-direction a:last-child {
		border-radius:0px 10px 10px 0px;
		
	}
	
	.bxslider .bx-controls-direction a:hover {
		background: rgba(0,0,0,0.4);
	}
	.bxslider .bx-controls-direction a:before,
	.bxslider .bx-controls-direction a:after {
		content: '';
		position: absolute;
		top: 30px;
		left: 8px;
	}
	.bxslider .bx-controls-direction a:after {
		width: 16px;
		height: 16px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.bxslider .bx-controls-direction a.bx-prev:after {
		transform: rotate(-135deg);
		left: 16px;
	}
	.bxslider .bx-prev {
		float: left;
		margin-left:-40px;
	}
	.bxslider .bx-next {
		float: right;
		margin-right:-40px;
	}
@media (min-width:0px) and (max-width:735px) {
	.bxslider .bx-controls-direction {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -1em;
		width: 100%;
		height: 0px;
	}
	.bxslider .bx-controls-direction a {
		width: 25px;
		height: 40px;
		display: block;
		background: rgba(0,0,0,0.8);
		position: relative;
		text-indent: -100%;
		overflow: hidden;
		
	}
	.bxslider .bx-controls-direction a:before,
	.bxslider .bx-controls-direction a:after {
		content: '';
		position: absolute;
		top: 18px;
		left: 5px;
	}
	.bxslider .bx-controls-direction a:after {
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
	.bxslider .bx-controls-direction a.bx-prev:after {
		transform: rotate(-135deg);
		left: 8px;
	}
.bxslider .bx-controls-direction a:first-child {
		border-radius:0px 10px 10px 0px;
		
	}
	.bxslider .bx-controls-direction a:last-child {
		border-radius:10px 0px 0px 10px;
	}
.bxslider .bx-prev {
		float: left;
		margin-left:0px;
	}
	.bxslider .bx-next {
		float: right;
		margin-right:0px;
	}	
}
	.bx-loading:before,
	.bx-loading:after,
	.bx-loading {
	  border-radius: 50%;
	  width: 1em;
	  height: 1em;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation: load7 1.8s infinite ease-in-out;
	  animation: load7 1.8s infinite ease-in-out;
	}
	.bx-loading {
	  color: #000;
	  font-size: 10px;
	  position: absolute;
	  top: 40%;
	  left: 50%;
	  text-indent: -100%;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-animation-delay: -0.16s;
	  animation-delay: -0.16s;
	}
	.bx-loading:before {
	  left: -3.5em;
	  -webkit-animation-delay: -0.32s;
	  animation-delay: -0.32s;
	}
	.bx-loading:after {
	  left: 3.5em;
	}
	.bx-loading:before,
	.bx-loading:after {
	  content: '';
	  position: absolute;
	  top: 0;
	}
	@-webkit-keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}
	@keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}


/* Example3 */
	.bxslider3 {
		overflow: hidden;
		min-width:1000px;
	}
	.bxslider3 .bxslider {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
@media (min-width:0px) and (max-width:735px) {
	.bxslider3 {
		min-width: inherit;
	}
}
	.bxslider3 ul li img {
		width: 100%;
		height: auto;
	}
	.bxslider3 ul li {
		opacity: 0.5;
	}
	.bxslider3 ul li.active {
		opacity: 1;
	}
	.bxslider3 .bx-viewport {
		overflow: visible !important;
	}



	
/*===スライダー　END===*/

.subpage .s_inner .listUl01 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}
.subpage .s_inner .listUl01 li {
	max-width: 400px;
	width:100%;
	margin-bottom: 30px;
	position: relative;
}
.subpage .s_inner .listUl01 li img {
	width: 100%;
	margin-bottom: 10px;
}
.subpage .s_inner .listUl01 li .new {
	line-height: 35px;
	font-weight: bold;
	color: #000;
	background-color: #AB9B72;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#main .subpage .s_inner .column {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 20px;
}
.subpage .s_inner .column .sub_main {
	width: 670px;
}
.subpage .s_inner .column .sub_main p {
	margin-bottom: 20px;
}
.subpage .s_inner .column .sub_side {
	width: 300px;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.subpage .s_inner .column .sub_main {
	width: auto;
}
.subpage .s_inner .column .sub_main p {
	margin-bottom: 15px;
}
.subpage .s_inner .column .sub_side {
	width: auto;
}
}

/***コーディネート**/

#main .subpage .s_inner .column2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 20px;
}
.subpage .s_inner .column2 .sub_main {
	width: 550px;
}

.subpage .s_inner .column2 .sub_side {
	width: 430px;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.subpage .s_inner .column2 .sub_main {
	width: auto;
}

.subpage .s_inner .column2 .sub_side {
	width: auto;
}
}

.subpage .s_inner .column2 .sub_side .storeitem li .right {
	padding-top: 20px;
}
.subpage .s_inner .column2 .sub_side .storeitem li {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.subpage .s_inner .column2 .sub_side .storeitem li .left {
	width: 40%;
}
.subpage .s_inner .column2 .sub_side .storeitem li .left img {
	max-width: 100%;
	border: 1px solid #E5E3E3;
	box-sizing:border-box;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right {
	width: 55%;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right h3 {
	font-size: 15px;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right p {
	text-align:center;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right table {
	width: 100%;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right table tr td select {
	width: 80px;
	border: 1px solid #808080;
	background-color: #FFF;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right table tr th {
	padding: 5px;
}
.subpage .s_inner .column2 .sub_side .storeitem li .right table tr td {
	padding: 5px;
}
#main .subpage .s_inner .kanren {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.subpage .s_inner .kanren div {
	width: 210px;
	position: relative;
	margin-bottom:20px;
}
.subpage .s_inner .kanren.pt2 div {
	width: 185px;
	position: relative;
}
.subpage .s_inner .kanren.pt3 div {
	width: 280px;
	position: relative;
}
.subpage .s_inner .kanren div .new {
	line-height: 35px;
	font-weight: bold;
	color: #000;
	background-color: #AB9B72;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.subpage .s_inner .kanren div img {
	max-width:100%;
	border: 1px solid #E5E3E3;
	box-sizing:border-box;
}
.subpage .s_inner .kanren div a{
    position: relative;
    overflow: hidden;
    width: 210px;
    max-height: 210px;
    display: block;	
}
.subpage .s_inner .kanren div p {
	font-size: 13px;
}
.subpage .s_inner .kanren div table {
	font-size: 13px;
	width: 100%;
}
.subpage .s_inner .kanren div table tr td {
	padding: 3px;
}
.subpage .s_inner .kanren div table tr td.kakaku {
	width:60px;
}
@media screen and (max-width: 480px){
	.subpage .s_inner .kanren div,
	.subpage .s_inner .kanren.pt3 div {
    	width: 48%;
	}
	.subpage .s_inner .kanren div .new{
		zoom: 0.7;
		z-index: 4;
	}
	.subpage .s_inner .kanren div a{
		/*width: 144px;*/
		max-width: 100%;
    	max-height: 144px;
	}
}

#main .subpage .s_inner .sort {
	text-align: center;
	margin-bottom: 30px;
}
.subpage .s_inner .sort span {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.subpage .s_inner .sort span a {
	text-decoration: underline;
}
.subpage .s_inner .column .sub_side .sub {
	font-size: 14px;
}
/*
.subpage .s_inner .column .sub_side .spec {
*/
.spec {
	background-color: #F4F3F0;
	padding: 15px 20px;
	margin-bottom: 1em;
}
.subpage .s_inner table.quantity {
	margin-bottom: 10px;
	
}
.subpage .s_inner table.quantity tr td select {
	width: 80px;
	border: 1px solid #808080;
	background-color: #FFF;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	height: 30px;
}
.subpage .s_inner table.quantity tr th {
	padding: 5px;
	text-align: left;
}
.subpage .s_inner table.quantity tr td {
	padding: 5px;
}
.subpage .s_inner .column .sub_side .sizeBox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9B9;
	overflow: hidden;
	padding: 10px;
}
.subpage .s_inner .column .sub_side .sizeBox .name {
	float: left;
	line-height: 40px;
	height: 40px;
}
.subpage .s_inner .column .sub_side .sizeBox .wait {
	float: right;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	background-color: #B9B9B9;
	padding-right: 20px;
	padding-left: 20px;
}
.subpage .s_inner .column .sub_side .sizeBox .cage {
	float: right;
	line-height: 40px;
	height: 40px;
	color: #FFF;
	background-color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
.subpage .s_inner .column .sub_side .sizeBox .cage a {
	color: #FFF;
}
#main img.w100 {
	max-width:100%;
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

.subpage .s_inner .listUl01 li .coordinate_sub {
	color: #FFF;
	background-color: #000;
	padding-bottom: 15px;
}

.subpage .s_inner .listUl01 li .coordinate_sub .dates {
	color: #7C7C7C;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A2A2A2;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}
.subpage .s_inner .listUl01 li .coordinate_sub .dates span {
	line-height: 40px;
	color: #000;
	background-color: #fff;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	
}
.subpage .s_inner .listUl01 li .coordinate_sub h3 {
	padding-right: 10px;
	padding-left: 10px;
	
}
.subpage .s_inner .listUl01 li .coordinate_sub h3 a {
	color: #fff;
	
}
.subpage .s_inner .kounyu {
	max-width:920px;
	margin:0 auto;
}
.subpage .s_inner .kounyu .head {
	max-width: 917px;
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.subpage .s_inner .kounyu .kounyuBox {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-wrap: wrap;
	border: 1px solid #cecece;
	padding: 20px;
	margin-bottom: 30px;
}
.subpage .s_inner .kounyu .kounyuBox .left {
	width: 275px;
	position: relative;
}
.subpage .s_inner .kounyu .kounyuBox .left img {
	width: 100%;
}
.subpage .s_inner .kounyu .kounyuBox .left .new {
	line-height: 35px;
	font-weight: bold;
	color: #000;
	background-color: #AB9B72;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 10px;
	top: 10px;
}
.subpage .s_inner .kounyu .kounyuBox .center {
	width: 310px;
}
.subpage .s_inner .kounyu .kounyuBox .center h3 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}
.subpage .s_inner .kounyu .kounyuBox .center p {
}
.subpage .s_inner .kounyu .kounyuBox .right {
	width: 200px;
}
.subpage .s_inner .kounyu .kounyuBox .right .btn_off {
	line-height: 40px;
	color: #FFF;
	background-color: #868686;
	border: solid 1px #868686;
	text-align: center;
	display: block;
	height: 40px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
.subpage .s_inner .kounyu .kounyuBox .right .btn_on {
	line-height: 40px;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	display: block;
	height: 40px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.subpage .s_inner .kounyu .total {
	background-color: #EDEDED;
	padding: 15px;
	text-align: right;
}
.subpage .s_inner .kounyu .total span {
	font-size: 20px;
	font-weight: bold;
}
.subpage .s_inner .float_l {
	float: left;
	margin-right: 10px !important;
}
.subpage .s_inner .float_r {
	float: right;
}
@media only screen and (min-width: 0px) and (max-width: 735px) {
.subpage .s_inner .float_l {
	float: none;
	margin-right: auto !important;
}
.subpage .s_inner .float_r {
	float: none;
}
}
.subpage .s_inner .payment tr td label {
	padding: 5px;
	width: 95px;
	border: 1px solid #cccccc;
	display: inline-block;
	margin: 5px;
	text-align: center;
	border-radius:5px;
}
.subpage .s_inner .payment tr td label img {
	display: block;
	max-width:100%;
	margin:0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 735px) {
.subpage .s_inner .payment tr td label {
	padding: 5px;
	width: 85px;
	border: 1px solid #cccccc;
	display: inline-block;
	margin: 5px;
	text-align: center;
	border-radius:5px;
}
}.subpage .s_inner .kounyu .payment td h3 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/list02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.subpage .s_inner .kounyu .payment th h3 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.subpage .s_inner .kounyu .payment {
	width: 100%;
	border: 1px solid #707070;
	box-sizing:border-box;
}
.subpage .s_inner .kounyu .payment tr th {
	color: #FFF;
	background-color: #ababab;
	padding: 5px;
	text-align:left;
}
.subpage .s_inner .kounyu .payment tr td {
	padding: 5px;
}
.subpage .s_inner .kounyu .payment tr td hr {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #707070;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.subpage .s_inner .kounyu .payment tr td .area {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subpage .s_inner .kounyu .payment tr td input.pt01 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	border-radius: 5px;
	
}
.subpage .s_inner .kounyu .payment tr td .pt4 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 80px;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
.subpage .s_inner .kounyu .payment tr td .pt5 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}
.subpage .s_inner .kounyu .payment tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
}

@media (min-width:0px) and (max-width:735px) {


.subpage .s_inner .kounyu .payment tr td .pt4 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
}
.subpage .s_inner .kounyu .payment tr td .pt5 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
}
.subpage .s_inner .kounyu .payment tr td .pt6 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: auto;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}
}
.subpage .s_inner .kounyu .payment tr td .area h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.subpage .s_inner .kounyu .total2 {
	background-color: #ababab;
	padding: 15px;
	text-align: right;
}
.subpage .s_inner .kounyu .total2 div {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.subpage .s_inner .kounyu .total2 div .right {
	width: 200px;
	display: inline-block;
}
.subpage .s_inner .kounyu .total2 div:last-child span {
	font-weight: bold;
}
.subpage .s_inner .kounyu .total2 hr {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
}
@media (min-width:0px) and (max-width:735px) {

.subpage .s_inner .kounyu .total2 div .right {
	width: 130px;
	display: inline-block;
}

}
.subpage .s_inner .form .fbtn .imgbtn {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	max-width:417px;
	width:100%;
}
.subpage .s_inner .form .contact tr td .delet {
	float: right;
	line-height: 30px;
	background-color: #dedede;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

#main .subpage .s_inner .mymenu {
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.subpage .s_inner .mymenu div {
	width: 210px;
	margin-bottom:20px;
}
.subpage .s_inner .mymenu div img {
	width: 100%;
	
}
.subpage .s_inner .mymenu div h3 {
	padding: 10px;
	text-align: center;
	
	
}
.subpage .s_inner .listUl01 li .add_box {
	padding: 10px;
	border: 1px solid #666;
}
.subpage .s_inner .listUl01 li .add_box h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.subpage .s_inner .listUl01 li .add_box table {
	width: 100%;
}
.subpage .s_inner .listUl01 li .add_box .btn {
	text-align: center;
}
.subpage .s_inner .listUl01 li .add_box .btn a {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.subpage .s_inner .listUl01 li .add_box .btn a:last-child {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCC;
}


.subpage .s_inner .listUl01 .add_box .toggle-buttons {
	display: flex;
	width: 100%;
  
}


.subpage .s_inner .listUl01 .add_box .toggle-buttons label {
  display: flex;
  position: relative;
  width: 100%;
}

.subpage .s_inner .listUl01 .add_box .toggle-buttons [type=radio],
.subpage .s_inner .listUl01 .add_box .toggle-buttons [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* appearance: none; for IE11 */
_:-ms-lang(x)::-ms-backdrop,  .add_box .toggle-buttons [type=radio],
_:-ms-lang(x)::-ms-backdrop,  .add_box .toggle-buttons [type=checkbox] {
  visibility: hidden;
}

.subpage .s_inner .listUl01 .add_box .toggle-buttons .button {
	z-index: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}



.subpage .s_inner .listUl01 .add_box .toggle-buttons :checked + .button {
  background-color: #000;
  color: #fff;
}

.subpage .s_inner .listUl01 .add_box .toggle-buttons :disabled + .button {
  cursor: not-allowed;
  opacity: .6;
  color: #def;
}

.subpage .s_inner .listUl01 .add_box .button {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 2px;
  text-align: center;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #000;
  width: 90%;
  margin: 0 auto;
}

.subpage .s_inner .listUl01 .add_box .button:hover {
  background-color: #000;
  color: #fff;
}

.subpage .s_inner .listUl01 .add_box .button:disabled {
  cursor: not-allowed;
  opacity: .6;
}
.subpage .s_inner .listUl01 li a .addnew_btn {
	border: 2px dashed #6f7071;
	box-sizing:border-box;
}
.subpage .s_inner p.t_indent {
	text-indent: -16px;
	padding-left: 16px;
}
.subpage .s_inner p.t_indent2 {
	text-indent: -16px;
	padding-left: 16px;
	margin-left:16px;
}

.subpage .s_inner .accordion {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	margin-bottom: 20px;
}
.subpage .s_inner .accordion h3 {
	background-color: #FFFFFF;
	background-image: url(../img/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-size: 16px;
	margin-top: 20px;
	background-size:25px;
}
.subpage .s_inner .accordion h3 span {
	background-image: url(../img/accordion_off.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 75px;
	display: block;
	min-height: 30px;
	cursor: pointer;
	background-size:70px;
}
.subpage .s_inner .accordion h3 span.open {
	background-image: url(../img/accordion_on.png);
}
.subpage .s_inner .accordion .box2 {
	background-image: url(../img/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-size:25px;
}
.subpage .s_inner .accordion .box2 span {
	color: #FF2222;
	font-weight:bold;
}

@media (min-width:0px) and (max-width:735px) {
.subpage .s_inner .accordion h3 {
	font-size: 15px;
	
}
.subpage .s_inner .accordion h3 span {
	padding-right: 65px;
	display: block;
	min-height: 30px;
	cursor: pointer;
	background-size:60px;
}
.subpage .s_inner .accordion .box2 {
	font-size: 15px;
}
}

/* eccube組み込み時の調整(aoki) */
.toppage.bxslider3 {
    margin-top: -2em;
}

#header .h-btn-cart .ec-cartNavi__badge {
    position: absolute;
    top: 6px;
    left: 46px;

    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #DE5D50;
}
#header .h-btn-cart .ec-cartNavi__price {
    position: absolute;
    bottom: 16px;
    left: 8px;

    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: 0.7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #424242;
    min-width: 60px;
    text-align: center;
}
#header .h-btn-cart .ec-cartNaviIsset:before {
    left: 32px;
}
#header .h-btn-cart .ec-cartNaviIsset * {
    box-sizing: inherit;
}
.ec-cartNaviIsset__action {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
    padding-bottom: 16px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
@media (min-width:0px) and (max-width:735px)
{
    #header .h-btn-cart .ec-cartNavi__badge {
        left: 32px;
    }
    #header .h-btn-cart .ec-cartNavi__price {
        display: none;
    }
}


.ec-layoutRole__contents {
    margin-top: 2em;
    margin-bottom: 2em;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 120px;
}
@media only screen and (min-width: 768px)
{
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: 150px;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        border: none;
        margin-top: 0;
    }
    .ec-productRole .ec-productRole__price {
        padding: 0;
        border: none;
    }
    .ec-cartRow .ec-cartRow__summary {
        width: 59%;
    }
}
.ec-pageHeader h1 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    text-align: center;
    display: block;
    border: none;
}
.ec-pageHeader h1:before {
    content: url(../img/bg_ttl01.png);
    display: inline-block;
    width: 28px;
    height: 18px;
    margin-right: 10px;
}
.ec-productRole .ec-productRole__code {
    padding: 0;
    border: 0;
    margin-bottom: .5em;
}
.ec-blockBtn--action,
.ec-blockBtn--action:active:hover,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:hover,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus,
.open > .ec-blockBtn--action.dropdown-toggle:hover,
.open > .ec-blockBtn--action.dropdown-toggle:focus,
.open > .ec-blockBtn--action.dropdown-toggle.focus {
    border-color: #000 !important;
    background-color: #000 !important;
}
.ec-blockBtn--action:hover {
    border-color: #444 !important;
    background-color: #444 !important;
}
.slick-dots {
    bottom: auto !important;
}
.ec-favoriteRole .ec-favoriteRole__item-image {
    height: 120px;
}
@media only screen and (min-width: 768px)
{
    .ec-favoriteRole .ec-favoriteRole__item-image {
        height: 150px;
    }
}
/* product detail slider */
.ec-sliderItemRole .slideThumb {
    width: calc(33% - 2px);
    margin-bottom: 4px;
    margin-right: 4px;
    border: 1px solid #CCC;
}
.ec-sliderItemRole .slideThumb:nth-child(3n) {
    margin-right: 0;
}
.ec-sliderItemRole .slideThumb img {
    width: auto;
}
.spec .ec-productRole__code:last-child {
    margin-bottom: 0;
}
.ec-shelfGrid__item p {
    text-align: center;
}
/* */
.ec-layoutRole {
	min-height: auto;
}
.ec-layoutRole .ec-layoutRole__contents {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}
/* guide */
#page_help_guide .ec-layoutRole__main table {
  border-collapse: collapse;
}
#page_help_guide .ec-layoutRole__main th {
  border: solid 1px #666666;
  color: #000000;
  background-color: #A6A6A6;
}
#page_help_guide .ec-layoutRole__main td {
  border: solid 1px #666666;
  color: #000000;
  background-color: #ffffff;
  padding: 10px 15px;
}
#page_help_guide .ec-layoutRole__main thead th {
  background-color: #4e4e4e;
  color: #FFFFFF;
  padding: 10px 5px;
}
#page_help_guide .ec-layoutRole__main h3 {
    font-weight: bold;
}
#page_help_guide .ec-layoutRole__main h2 {
    font-weight: bold;
    font-size: 1.1em;
}
#page_help_guide #main p {
    margin-bottom: 15px;
    line-height: 1.75;
}
/* shopping login */
#page_shopping_login .t-center,
#page_mypage_login .t-center {
    line-height: 200%;
}
#page_shopping_login .ec-registerRole__actions,
#page_mypage_login .ec-registerRole__actions {
    padding-top: 30px;
    padding-bottom: 30px;
}
#page_shopping_login .ec-borderedDefs,
#page_mypage_login .ec-borderedDefs {
    margin-top: 16px;
}
#page_shopping_login .form-check,
#page_mypage_login .form-check {
    text-align: center;
    line-height: 200%;
}
#page_shopping_login .ec-errorMessage,
#page_mypage_login .ec-errorMessage {
    color: #DE5D50;
    margin-bottom: 20px;
    text-align: center;
}
/* page_product_detail */
#page_product_detail .ec-productRole .ec-productRole__tags {
    border: none;
}

#page_product_detail .ec-layoutRole__main h3 {
    font-weight: bold;
}
#page_product_detail .ec-productRole__profile {
    display: flex;
    flex-flow: column-reverse;
}
/*
#page_product_detail .ec-productRole__profile .__profile_description  {
    order: 2;
}
#page_product_detail .ec-productRole__profile .__profile_form {
    order: 1;
}
*/
@media only screen and (min-width: 768px){
    #page_product_detail .ec-productRole__profile {
        flex-flow: column;
    }
/*
    #page_product_detail .ec-productRole__profile .__profile_description  {
        order: 1;
    }
    #page_product_detail .ec-productRole__profile .__profile_form {
        order: 2;
    }
*/
}
/* shopping/shipping_multiple */
.ec-AddAddress__actions * {
    box-sizing: border-box;
}
/* */
.additional_description_copy {
    margin-top: 40px;
    margin-bottom: 40px;
}
.additional_description_copy .ttl05 {
    margin-top: 0;
}
/* shopping */
.notice {
    font-size: 12px;
    padding-bottom: 1em;
}
.margin-bottom-1em {
    margin-bottom: 1em;
}

/*Contact*/


ul.faqList {
    list-style: disc inside;
    margin-bottom: 25px;
}
ul.faqList li {
    line-height: 1.6;
}


/* カテゴリページ　キービジュアル */

.outlet-kv-gold {
  width: 100%;
  padding: 40px 0;
  /* 左上から右下へ、黒～ゴールド～黒のグラデーション */
  background: linear-gradient(135deg, #000 0%, #b8860b 50%, #000 100%);
  text-align: center;
  margin-top: -2em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
}

.outlet-kv-gold h2 {
  display: inline-block;
  font-size: 36px;
  font-style: italic; /* スピード感を出す斜体 */
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  /* 下線を引く装飾 */
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}

.outlet-kv-gold p {
  /* サブテキスト（SPECIAL PRICEなど）を入れる場合 */
  color: #ddd;
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0.1em;
}

.outlet-description {
  display: block;
  max-width: 800px; /* 横長になりすぎないように制限 */
  margin: 40px auto 60px; /* 上下にたっぷりと余白を取る */
  text-align: center;
  font-size: 16px; /* 文字サイズを大きく */
  line-height: 2.0; /* 行間を広げて読みやすく */
  color: #333;
  padding: 0 20px; /* スマホで端が切れないように */
}

/* 3. 説明文の下にゴールドの装飾線を入れる */
.outlet-description::after {
  content: "";
  display: block;
  width: 60px; /* 短い線 */
  height: 3px;
  background-color: #D4AF37; /* YASUDAゴールド */
  margin: 30px auto 0; /* 文字の下に隙間を空けて配置 */
}

/* 「2件の商品が見つかりました」などの件数表示との距離調整 */
.result-count-area { /* クラス名は仮です */
  margin-top: 40px;
}

.kanshasai-kv-gift {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 200px;
  background-color: #111; /* 真っ黒より少しだけ明るい黒 */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* 上下にゴールドの太い線を引く */
  border-top: 5px solid #b8860b;
  border-bottom: 5px solid #b8860b;
  margin-top: -2em;
}

/* 背景の巨大透かし文字 */
.kanshasai-kv-gift::after {
  content: "感謝";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 150px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(184, 134, 11, 0.15); /* ゴールドの縁取り線 */
  white-space: nowrap;
  z-index: 0;
}

.kanshasai-kv-gift .text-container {
  position: relative;
  z-index: 1;
  text-align: center;
  /* 文字全体をゴールドの枠で囲む */
  padding: 20px 40px;
  border: 2px solid #b8860b;
  background: rgba(0,0,0,0.6);
}

.kanshasai-kv-gift h2 {
  color: #b8860b; /* ゴールド文字 */
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 0.15em;
}

.kanshasai-kv-gift p {
   color: #fff;
   font-size: 14px;
   margin-top: 8px;
   letter-spacing: 0.1em;
}

@media (min-width:0px) and (max-width:735px){
	.kanshasai-kv-gift h2{
		text-align: center;
	}
	.sale-kv img{
		max-width: 100%;
	}
}

@media (min-width:736px) and (max-width:1000px){
	.sale-kv{
		min-width: 1000px;
	}
}

.dai-kanshasai-kv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* height: 280px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #000;
  /* 上下は暗く、中央が燃えるように明るい赤のグラデーション */
  background: linear-gradient(to bottom, #2c0000 0%, #a50000 30%, #ff3333 50%, #a50000 70%, #2c0000 100%);
}

a.link_display_detail {
    background: #de5d50;
    border: 1px solid #de5d50;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 5px;
}


/* Sub Menu Control added by AI */
@media (min-width: 736px) {
    #gNavi ul li {
        position: relative;
    }
    #gNavi ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #fff;
        z-index: 999;
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        flex-direction: column;
    }
    #gNavi ul li ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #eee;
        margin: 0;
    }
    #gNavi ul li:hover > ul {
        display: block;
    }
}

/* Header Icon Sizes added by AI */
@media (min-width:0px) and (max-width:735px) {
    #header .h-btn2 {
        width: 40px;
        float: left;
        margin-top: 18px;
        margin-right: 68px;
    }
    #header .h-btn {
        width: 50px;
        margin-top: 13px;
        margin-right: 5px;
    }
    #header .h-btn.h-btn-fav {
        margin-top: 23px;
        margin-right: -9px;
    }
}
@media (min-width:736px){
    #header .logo {
        width: 50px;
    }
    #header .h-botns .h-btn {
        width: 50px;
        margin-top: 10px;
        margin-right: 8px;
    }
    #header .h-btn2 {
        width: 35px;
        margin-top: 18px;
    }
    #header .h-btn-cart .ec-cartNavi__price{
        bottom: -8px;
        left: -2px;
    }
    #header .h-btn-cart .ec-cartNavi__badge {
        left: 33px;
    }
    #header .h-btn.h-btn-fav {
        margin-top: 19px;
        width: 40px;
    }
}


/* スマホ用バナーレイアウト補正 (by AI) */
.lineup .col1 {
    width: 100% !important;
}
.lineup .col2:last-child, .lineup .col1 {
    margin-bottom: 0.6% !important;
}
.lineup .col2 {
    width: 49.7% !important;
    float: left !important;
    margin-bottom: 0.6% !important;
}
.lineup .col2.first {
    margin-right: 0.6% !important;
}
.lineup img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}
.lineup::after {
    content: "";
    display: block;
    clear: both;
}

/* 追加CSS: モーダル、.kanren、タイトルなど */

#main .ttl05.inno,
#main .ttl03.inno {
    font-family: "Sawarabi Gothic";
    font-style: italic;
    font-size: 1.2em;
}
#main .ttl05.inno span{
    border-bottom: none;
}
#main .ttl03.inno{
    padding-top: 1em;
}
#main .ttl03.inno [data-ruby-2]{
    border-left: none;
}
[data-ruby-2] {
    position: relative;
}
[data-ruby-2]::before {
    content: attr(data-ruby-2);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.4em;
    text-align: center;
    white-space: nowrap;
}

/* .kanren 関連 */
#main .subpage .s_inner .kanren,
.kanren { /* .kanren単独でも効くように追加 */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
}
.subpage .s_inner .kanren div,
.kanren div {
    width: 210px;
    position: relative;
    margin-bottom: 20px;
}
.subpage .s_inner .kanren div img,
.kanren div img {
    max-width: 100%;
    border: 1px solid #E5E3E3;
    box-sizing: border-box;
}
.subpage .s_inner .kanren div a,
.kanren div a {
    position: relative;
    overflow: hidden;
    width: 210px;
    max-height: 210px;
    display: block;
}
.subpage .s_inner .kanren div p,
.kanren div p {
    font-size: 13px;
}
.subpage .s_inner .kanren div p.genre,
.kanren div p.genre {
    color: #888;
    font-size: 12px;
}
.price {
    text-align: right;
    font-weight: bold;
}

/* Modal Window */
.yasuda-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 60;
    left: 0; /* 追加: 位置固定のため */
}
.yasuda-modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0; /* 追加 */
    left: 0; /* 追加 */
}
.yasuda-modal__content {
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
    max-width: 600px;
    border-radius: 5px;
}

h3.sub-title {
    text-align: center;
    margin-bottom: 10px;
}

a.js-modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #464545;
    color: #fff;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

.yasuda-modal .input, .yasuda-modal .textarea {
    box-shadow: inset 0 0.0625em 0.125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%;
}
.yasuda-modal .icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
}
.yasuda-modal .button,
.yasuda-modal .file-cta,
.yasuda-modal .file-name,
.yasuda-modal .input,
.yasuda-modal .pagination-ellipsis,
.yasuda-modal .pagination-link,
.yasuda-modal .pagination-next,
.yasuda-modal .pagination-previous,
.yasuda-modal .select select,
.yasuda-modal .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
}
.button.is-success {
    background-color: #48c774;
    border-color: transparent;
    color: #fff;
    margin-left: 50px;
    padding: 27px 14px;
}

/* メルマガモーダル用 Bulma 系レイアウト */
.yasuda-modal__content {
    color: #363636;
}
.yasuda-modal,
.yasuda-modal *,
.yasuda-modal *::before,
.yasuda-modal *::after {
    box-sizing: border-box;
}
.yasuda-modal .columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}
.yasuda-modal .columns.is-mobile {
    display: flex;
}
.yasuda-modal .columns:last-child {
    margin-bottom: -.75rem;
}
.yasuda-modal .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.yasuda-modal .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%;
}
.yasuda-modal .control.has-icons-left .input {
    height: 56px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 11px;
}
.yasuda-modal .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}
.yasuda-modal .control.has-icons-left .icon.is-left {
    left: 0;
}
.yasuda-modal .control.has-icons-left .input,
.yasuda-modal .control.has-icons-left .select select {
    padding-left: 2.5em;
    max-width: 100%;
    border: 1px solid #c0c0c0;
}
.yasuda-modal .control.has-icons-right .input,
.yasuda-modal .control.has-icons-right .select select {
    padding-right: 2.5em;
}
.yasuda-modal .control.has-icons-left .icon,
.yasuda-modal .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
}
.yasuda-modal .input,
.yasuda-modal .select select,
.yasuda-modal .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}

/* モバイル用調整 */
@media screen and (max-width: 480px){
    .subpage .s_inner .kanren div,
    .kanren div {
        width: 48%;
    }
    .subpage .s_inner .kanren div .new{
        zoom: 0.7;
        z-index: 4;
    }
    .subpage .s_inner .kanren div a,
    .kanren div a {
        max-width: 100%;
        max-height: 144px;
    }
}

/* メルマガバナー用センタリング */
.subpage .s_inner p.pcnone,
.subpage .s_inner p.spnone {
    text-align: center;
}
