
body {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}


.wrap {
    width:1200px;
    height:auto;
    margin: 0 auto;
}
.pc{
display: block;
}
header{
	display:flex;
	justify-content:flex-start;
	align-items: center;
    justify-content: space-between;
    padding: 0 5rem;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

width: 100%;
height: 130px;
background-color: #fff;
}

.contents.contact article.thanks{
line-height:2;
}
.contents.contact article.thanks p{
margin-bottom: 1em;
}
.contents.contact form{
width:90%;
max-width:800px;
margin:3em auto;
padding:3em 0;
display: block;
border-top: 1px solid #999;
}
.contents.contact form .form-list{
width: 100%;
line-height: 2.5;
}
.contents.contact form .form-list li{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;	
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 1em;
}
.contents.contact form .form-list li span{
min-width:12em;
}

.contents.contact form .form-list li textarea,
.contents.contact form .form-list li input[type=text]{
width:65%;
font-size: 16px;
padding: 0.5em 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.contents.contact form .form-list li textarea{
max-width:65%;
min-width: 65%;
min-height: 10em;
}
.contents.contact form .form-list li input[type=submit]{
display: block;
margin:2em auto 0 auto;
width: 60%;
padding: 1em 0;
background-color: #AC2E32;
color: #fff;
font-weight: bold;
font-size: 16px;
border: 1px solid #AC2E32;
}
.contents.contact form .form-list li input[type=submit]:hover{
background-color: #fff;
color:#AC2E32; 
}

h1#logo {
    float: left;
    width: 130px;
    height: 130px;
}

h1#logo img {
    width: 130px;
    height: 130px;
}

div#main_visual {
    display: block;
    width: 100%;
    height:470px;
    overflow: hidden;
    position: relative;
}

div#main_visual img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center 45%;
}
div#main_visual p.come{
color: #555;
position: absolute;
font-size:11px;
right:2em;
bottom: 1em;
padding: 1px;
background-color: rgba(255,255,255,0.8);
line-height: 1.5;
word-wrap: break-word;
}

.mv.top{
display: block;
width: 100%;
height: auto;
max-height: 950px;
}
.mv.top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.slick-initialized .slick-slide,
.slick-track,
.slick-list,
ul.slider{
max-height:790px;
}

.sangomihon {
    max-width: 100%;
height: auto;
width /***/:auto;
}

.sangomihon2 {
    max-width: 100%;
height: auto;
width /***/:auto;

    margin-top:2rem;
    margin-bottom:2rem;

}


nav.common_nav {
    height: 10rem;
}

ul#nav {
	display:flex;
	justify-content:flex-start;
	align-items: center;
}

.menu {
    position: relative;
}

.menu > li {
    padding: 1rem;
    margin-right:2.5vw;
    height:1.5rem;
    line-height:1.5rem;
}

.menu > li a {
    display: block;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}

.menu > li a:hover {
    color: #999;
}

.menu > li.under_bar {
    border-bottom: solid 1px #1a1a1a;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li.menu__single {
    position: relative;
}

.menu__single .menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 1rem;
    background: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level li:hover {
    border-bottom: solid 1px #666;
}

section.featured_box {
padding: 3em 0;
clear: both;
    display: block;
}

h2.featured_text {
    display: block;
    width: 80%;
    font-weight: 200;
    font-size: 1.2rem;
    color: #333;
    letter-spacing: 0.06rem;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem;;
    border-bottom: solid #333 1px;
}

ul.item_img {
    width:80%;
    height:auto;
    margin:2em auto;
    display: flex;
  justify-content: center;
  align-items: center;
justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.item_img li {
display: flex;
  justify-content: center;
  align-items: center;

    width: 20%;
    min-width: 150px;
    max-width: 200px;
    max-height:200px;
    overflow: hidden;
    margin-bottom: 2em;
}

ul.item_img li img {
    width:100%;
    height:auto;
    object-fit: cover;
}


    #popup-background{
        position:fixed;     /* 位置の固定 */
        top: 0;             /* 表示位置 */
        left: 0;            /* 表示位置 */
        height: 100%;       /* 画面全体に表示 */
        width: 100%;        /* 画面全体に表示 */
        background:#000;    /* 背景色 */
        opacity: 0.60;      /* 透明度 */
        margin: 0;          /* 余白の削除 */
        padding: 0;         /* 余白の削除 */
        z-index:1000;       /* 要素のz座標 */
    }
    #popup-item{
        position:fixed;     /* 位置の固定 */
        top:60px;           /* 表示位置(真ん中に表示) */
        left:50%;          /* 表示位置(真ん中に表示) */
        margin: 0;          /* 余白の削除 */
        padding: 0;         /* 余白の削除 */
        z-index:1001;       /* 要素のz座標 */
    }
    img#popup-item{
    max-width: 100%!important;
    height: auto!important;
    }





/*-----------------------
 page-top
-------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:block;
	position:fixed;
	right:5%;
	bottom:5%;
	cursor:pointer;
	  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  z-index:998;
}
#page-top img{
	width:40px;
	height:40px;
}
#page-top:hover{
	opacity:0.8;
}



footer#footer {
    width: 100%;
    height: 230px;
    color: #fff;
    background: #5e1513;
}

div.footer_menu{
    display: block;
    width: 100%;
    padding-top: 1.5rem;
    text-align: center;
}

div.footer_menu p {
    padding: 0.3rem;
}

div.footer_menu p a {
    color: #fff;
    text-decoration: none;
}

div.socials {
    width: 100%;
    margin-top: 2rem;
    display: inline-flex;
    justify-content: center;
}

div.socials img {
    width: 30px;
    padding: 0.5rem;
}

/* common css END */
/* about coral css START */

h2.page_heading {
    display: block;
    width:100%;
    max-width:800px;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2rem;;
}

ul.heading_items {
    width:100%;
    max-width:800px;
    height: 3rem;
    margin: 0 auto;
    letter-spacing: -.40em;
	text-align: justify;
    text-justify: distribute-all-lines;
    margin-top: 2rem;
}

ul.heading_items:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

ul.heading_items li {
    letter-spacing:normal;
    display: inline-block;
    width:auto;
    min-width:180px;
    white-space: nowrap;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.7rem;
    color: #333;
    border-width: 80%;
    border-bottom: solid #999 1px;
}

ul.heading_items li a {
    text-decoration: none;
    color: #333;
    letter-spacing: 0.06rem;
}
.slick-slide div li,
.slick-slide{
max-height: 1058px;
overflow: hidden;
}

.slick-slide img{
width:100%;
height:auto;
object-fit: cover;
object-position:0 100%
}

section.featured_box_coral {
    display: block;
}
section.featured_box_coral.eng ul.heading_items li{
min-width: 48%;
}


section.about_coral_section {
    display: block;
    margin-top: 5rem;
}

article.about_coral {
    width: 65%;
    max-width: 800px;
    margin: 1.5rem auto;
    margin-bottom: 3rem;
}
article.about_coralyose {
    width: 65%;
    max-width: 650px;
    margin: 1.5rem auto;

    margin-bottom: 3rem;
}

article.about_coral h3 {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.06rem;
    color: #333;
    text-align: left;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 1.5rem;;
    border-bottom: solid #999 1px;
}

article.about_coral h4 {
    display:inline-block;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0.5rem;
    position: relative
}

article.about_coralyose h4 {
    display:inline-block;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-bottom: 0.5rem;
    position: relative
}

article.about_coral h4:after {
  content: "";
  display: block;
  height:1px;
  width: 100%;
  clear: both;
  background-color:#333;
  position: absolute;
  left: 0;
  bottom: -0.25em;
}

article.about_coralyose h4:after {
  content: "";
  display: block;
  height:1px;
  width: 100%;
  clear: both;
  background-color:#333;
  position: absolute;
  left: 0;
  bottom: -0.25em;
}

article.about_coral p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
}

article.about_coralyose p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
}


article.about_coralyose ol {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
}
/* about coral css END */

/* about kawamura css START */
div.contents{
width: 100%;
padding:3em 0;
margin: 0 auto;
}
h2.sitasen {
    display: block;
    width:100%;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin:0 auto 3rem auto;
    padding-bottom: 1.5rem;
    position: relative;
}

h2.sitasen:after{
    content: "";
    width:500px;
    height: 1px;
    display: block;
    background-color:#999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -250px;
}


h2.page_title {
    display: block;
    width:100%;
    font-weight: 400;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin:0 auto 3rem auto;
    padding-bottom: 1.5rem;
    position: relative;
}
h2.page_title:after{
    content: "";
    width:800px;
    height: 1px;
    display: block;
    background-color:#999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
}



h2.page_title22 {
    display: block;
    width:100%;
    font-weight: 400;
    font-size: 1.3rem;
    color: #333;
    text-align: center;
    margin:0 auto 3rem auto;
    padding-bottom: 1.5rem;
    position: relative;
}
h2.page_title22:after{
    content: "";
    width:800px;
    height: 1px;
    display: block;
    background-color:#999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -400px;
}

article.mitu {
    display: block;
    width: 50%;
    font-size: 1.1rem;
    max-width:800px;
    margin: 1rem auto;
text-align: center;
    line-height: 1.2rem;
}



article.mitu2 p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;

    line-height: 1.3rem;
    color: #333;
    text-align: center;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    
}




.mitukosi{
color:#ffffff;
  background: #e5bab4;/*背景色*/
  padding: 1em;/*文字まわり（上下左右）の余白*/
letter-spacing: 0.1em;
border-radius: 8px;
}

article.about_kawamura0 {
    display: block;
    width: 50%;
    max-width:800px;
    margin: 0rem auto 4rem;
}


article.about_kawamura {
    display: block;
    width: 50%;
    max-width:800px;
    margin: 1.5rem auto;
}

article.about_kawamura2 {
    display: block;
    width: 33%;
    max-width:800px;
    margin: 1.5rem auto;
}

article.about_kawamura3 {
    display: block;
    width: 33%;
    max-width:800px;
    margin: 1.5rem auto;
}

article.about_kawamura p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    
}

article.about_kawamura2 p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    
}

article.about_kawamura3 p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    
}



article.about_kawamura ul {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    list-style: disc; 
}

article.about_coralyose ul {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
    list-style: disc; 
}

/* about kawamura css END */

/* collection css START */
.contents.collection,
.contents.collectionlist{
padding: 0;
}
.contents.collection label[for=chk],
.contents.collectionlist label[for=chk],
#chk{
display: none;
}

div#main_section {
    width: 100%;
    display: flex;
    padding-top: 3rem;
}

div.item_selection {
display: block;
float: left;
width: 220px;
}
div.item_selection:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


.contents.collection div.item_selection{
/*display: none;*/
}

div.item_collection {
display: block;
float: left;
width:960px;
margin-left: 20px;
}

section.featured_box_collection {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 5rem;
    background: #eee;
}

h2.featured_text_collection {
    width: 60%;
    font-weight: 200;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;;
    border-bottom: solid #333 1px;
}

ul.filter_menu {
    list-style: none;
}

ul.filter_menu li.mini_title {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 1rem 0.7rem;
    margin-top: 1rem;
    text-align: left;

}

ul.filter_menu li {
    padding: 0.8rem;
    padding-top: 1rem;
    letter-spacing: 0.06rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

ul.filter_menu li.selected_menu {
    padding: 0.8rem;
    padding-top: 1rem;
    background: #ddd;
}

ul.filter_menu li a {
    text-decoration: none;
    color: #333;
    letter-spacing: 0.06rem;
}

ul.filter_menu li.selected_menu a {
    text-decoration: none;
    color: #666;
    letter-spacing: 0.06rem;
}

ul.filter_menu li a:hover {
    color: #666;
}

ul.filter_items {
width: 100%;
    list-style: none;
    	display:flex;
	justify-content:flex-start;
	align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content:space-around;
}

ul.filter_items li {
width: 230px;
    max-width: 230px;
    height: 230px;
    margin: 2rem 0;
    padding-bottom: 3rem;

}



.hinmei {
    display: block;
    width:auto;
    max-width: 100%;
    height:100%;
    object-fit: cover;
    margin-bottom: 0.25em;
}


.namae {

    max-width: 100%;
height: auto;
width /***/:auto;

}

ul.filter_items li a {
    font-size: 0.8rem;
    color: #333;
    text-decoration: none;
    text-align: center;
  line-height: 1.5rem;
    /*
    display: block;
    text-align: center;
    line-height: 4rem;
    */
}

div.pagenation {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: 7.5%;
}

div.pagenation a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

/* collection css END */

/* collection detail css START */
.contents.collection .wrap:after,
.contents.collection:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


div.item_img {
padding-top: 3em;
    width:35%;
    height:auto;
    float: left;
    display: block;
    margin-left:3%;
    
}
div.item_img img {
    width: 100%;
    height:auto;
}
div.item_detail {
display: block;
width:42%;
float: right;
padding-top: 3em;
}


div.item_detail2 {
display: block;
width:75%;
float: right;
padding-top: 3em;
}


h3.item_name {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #999;
}

h3.second_row {
    margin-top: 3rem;
}

h4.item_type_price {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.06rem;
    padding: 1rem 0;
    border-bottom: solid 1px #999;
}

span.actual_price {
    padding-left: 5rem;
}

p.item_material {
    display: block;
    font-size: 0.9rem;
    border-bottom: solid 1px #999;
}

span.item_title_bg {
    display: inline-block;
    width: 130px;
    background: #eee;
    padding: 1rem;
}

span.item_title_bg2 {
    display: inline-block;
    width: 70px;
    background: #eee;
    padding: 1rem 2rem 1rem 2rem;

}

span.item_title_bg3 {
    display: inline-block;
    width: 70px;
    background: #eee;
    padding: 3rem 2rem;

}

span.item_title_bg3e {
    display: inline-block;
    width: 70px;
    background: #eee;
    padding: 1rem 2rem;

}

span.item_name_bg {
    padding-left:1rem;
}

span.item_name_bg2 {
    display: inline-block;
    padding-left:1rem;
line-height: 1.5em;
  vertical-align: middle;
}

span.item_name_bg2e {
    display: inline-block;
    padding:1rem;
line-height: 1.5em;
  vertical-align: middle;
}


/* collection detail css END */

/* store css START */

h2.access_page_heading {
    display: block;
    width: 50%;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    color: #333;
    text-align: center;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border-bottom: solid #999 1px;
}

h2.less_space {
}

article.access_kawamura {
    display: block;
    width: 50%;
    max-width: 800px;
    margin: 1.5rem auto;
}

article.less_space {
}

article.access_kawamura p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.04rem;
    line-height: 1.6rem;
    color: #333;
    text-align: left;
    margin: 0 auto;
    margin-top: 0;
}

/* store css END */

/* Transaction Law css START */

h3.transaction_law {
    display: block;
    width:50%;
    max-width: 800px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    color: #333;
    text-align: center;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border-bottom: solid #999 1px;
}

h3.more_space {
}

h3.less_space {
}

article.transaction_law {
    display: block;
    width:50%;
    max-width: 800px;
    margin: 1.5rem auto 5em auto;
}

article.less_space {
}

article.transaction_law p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 2.5rem;
    color: #333;
    text-align: left;
    margin: 0 auto;
    margin-top: 0;
    word-wrap: break-word;
}






/* Transaction Law css END */

/* Optional css */

div#nav-toggle {
    display: none;
}

div#gloval-nav {
    display: none;
}

div.main_visual_sp {
    display: none;
}

div.header_img {
    display: none;
}

article.about_coral_sp {
    display: none;
}

h2.sub_module {
    display: none;
}

section.featured_box_collection_sp {
    display: none;
}

section.featured_box_coral_sp{
    display: none;
  }





/* Maintain css */
p.maintain {
    font-size: 1.5rem;
    color: #333;
    text-align: center;
    margin-top: 3rem;
}

p.maintain_small {
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin-top: 3rem;
}

p.more_space {
    margin-top: 5rem;
}


/*-----------------------
 effact
-------------------------*/
.fadein {
    opacity: 0.3;
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}
.fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}
.fadein:nth-of-type(3) {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}
.fadein:nth-of-type(4) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}
.fadein:nth-of-type(5) {
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}
.fadein:nth-of-type(6) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}
.fadein:nth-of-type(7) {
    -moz-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
}
.fadein:nth-of-type(8) {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay:800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}






@media screen and (max-width:1200px) {
.wrap{
width: 90%;
}
.menu > li {
    margin-right:1vw;
}

div.item_collection {
    display: block;
    float: left;
    width:670px;
    margin-left:10px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.item_img {
    width:27%;
    height: auto;
    float: left;
    display: block;
    margin-left: 3%;
}

}

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

body {
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  width: 100%;
  height: 100%;
}
.wrap,
div#wrap {
  width: 100%;
  height: 100%;
}
.pc{
display:none !important;
}


h1#logo {
  width: 100%;
  text-align: center;
  margin: 0;
}

h1#logo img {
  width: 100%;
  min-width: 180px;
  max-width: 180px;
  height: 100%;
  max-height: 180px;
  margin: 0 auto;
  display: block;
}

div.main_visual_sp {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  max-height: 350px;  
  position:relative;
  display: none;
}

div.main_visual_sp img {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
  max-height: 370px;
  object-fit: cover;
  object-position: 50% 50%;
}

h2.page_title::after {
    content: "";
    width:90%;
    height: 1px;
    display: block;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45%;
}

h2.page_title22::after {
    content: "";
    width:90%;
    height: 1px;
    display: block;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45%;
}


/* ハンバーガーメニュー css（スマートフォン） */

#nav-toggle {
  position: fixed;
  top: 25px;
  left: 25px;
  height: 32px;
  cursor: pointer;
  display: block;
}

#nav-toggle>div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
  background: #333;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}


/* z-index */

div#nav-toggle {
  z-index: 1000;
  display: block;
  background-color: rgba(255,255,255,1);
  padding: 3px;
}


#container {
  z-index: 900;
}
div#gloval-nav {
    display:block;
    padding-top:100px; 
}

#gloval-nav {
  background: #fff;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav a {
  display: block;
  color: #333;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.6s ease;
}

#gloval-nav a:hover {
  color: #ccc;
}

#gloval-nav ul li img {
    width: 30px;
    height: 30px;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.3s ease;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.1s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.2s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.4s;
}

#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(8) {
    transition-delay: 0.7s;
}

#gloval-nav ul li:nth-child(9) {
    transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(10) {
    transition-delay: 0.9s;
}

#gloval-nav ul li:nth-child(11) {
  transition-delay: 1s;
}

/* open */

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/* about coral css START */
div.header_img {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-top: 2rem;
  }

div.header_img img {
    width: 100%;
    max-width: 480px;
    height: 45%;
    max-height: 260px;
    object-fit: cover;
    position: absolute;
    top: 0;
  }

section.featured_box_coral_sp {
    display: block;
    margin-top: 3rem;
}

section.featured_box_coral_sp h2 {
    display: block;
    width: 80%;
    font-weight: 200;
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: solid #999 0.5px;
}

section.featured_box_coral_sp ul {
    width: 80%;
    margin: 0 auto;
    border-bottom: solid #999 0.5px;
    list-style: none;
}


section.featured_box_coral_sp ul li {
    letter-spacing:normal;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.8rem;
    color: #333;
    border-width: 80%;
}

section.featured_box_coral_sp ul li a {
    text-decoration: none;
    color: #333;;
}

article.about_coral_sp {
    width: 100%;
    margin: 0.5rem auto;
    margin-bottom: 3rem;
}


section.about_coral_section_sp {
    display: block;
    margin-top: 3rem;
}

article.about_coral_sp h3 {
    display: block;
    width: 80%;
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-top: 3rem;
    padding-bottom: 1rem;;
    border-bottom: solid #999 1px;
}

article.about_coral_sp p {
    display: block;
    width: 80%;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.acd-check{
	display: none;
}
.acd-label{
	background: #eee;
	color: #333;
	display: block;
  padding: 1rem;
  padding-left: 2rem;
}

.acd-content{
	height: 0;
	opacity: 0;
	padding: 0 1rem;
    transition: .5s;
	margin-bottom: 0.5rem;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
	height: 100%;
	opacity: 1;
	visibility: visible;
}

/* about coral css END */

/* about kawamura css START */

h2.about_kawamura_page_heading {
    display: block;
    width: 80%;
    font-weight: 200;
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: solid #999 0.5px;
}

article.about_kawamura0 {
    width: 80%;
    margin: 0rem auto;
    margin-bottom: 3rem;
}


article.about_kawamura {
    width: 80%;
    margin: 1.5rem auto;
    margin-bottom: 3rem;
}

article.about_kawamura2 {
    width: 60%;
    margin: 1.5rem auto;
    margin-bottom: 3rem;
}

article.about_kawamura3 {
    width: 60%;
    margin: 1.5rem auto;
    margin-bottom: 3rem;
}


section.about_coral_section {
    display: block;
    margin-top: 3rem;
}

article.about_kawamura p {
  display: block;
  width: 80%;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
    padding-bottom: 1.5rem;

}

article.about_kawamura2 p {
  display: block;
  width: 80%;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
    padding-bottom: 1.5rem;

}

article.about_kawamura3 p {
  display: block;
  width: 80%;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
    padding-bottom: 1.5rem;

}



article.about_kawamura ul {
  display: block;
  width: 80%;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
    padding-bottom: 1.5rem;
list-style: disc; 
}

article.about_coralyose ul {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
    padding-bottom: 1.5rem;
list-style: disc; 
}



article.about_kawamura p br{
display: none;
}

/* about kawamura css END */

article.about_coral p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    padding:0;
    line-height: 2;
}
article.about_coral p br{
display: none;
}
article.about_coral h4 {
    margin:2em 0 1em 0;
}

article.transaction_law p {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height:2;
    color: #333;
    text-align: left;
    margin: 0 auto;
}

/* collection css START */

h2.collection_page_heading {
    display: block;
    width: 80%;
    font-weight: 200;
    font-size: 1.3rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

div.item_collection {
    display: inline-block;
}

section.featured_box_collection_sp {
    width: 100%;
}

h2.featured_text_collection_sp {
    width: 60%;
    font-weight: 200;
    font-size: 1rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section.featured_box_collection_sp ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

section.featured_box_collection_sp ul li {
    width: 150px;
    height: 150px;
    margin-bottom: 3rem;
}

section.featured_box_collection_sp ul li img {
  width: 150px;
  height: 150px;
}

ul.filter_items {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

ul.filter_items li {
    width: 100%;
    min-width: 150px;
    max-width: 150px;
    height: 100%;
    min-height: 150px;
    max-height: 150px;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.hinmei {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.namae {
    display: block;
    max-width: 100%;
height: auto;
width /***/:auto;

}

ul.filter_items li a {
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.5rem;
}

div.pagenation {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

div.pagenation a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
}

/* collection css END */

/* collection detail css START */


div#main_section_collection_detail {
  width: 100%;
  display: block;
  margin-bottom: 5rem;
  margin: 0 auto;
}

div.item_img {
  display: block;
  width: 100%;
  min-width:500px;
  max-width:500px;
  height: 100%;
  min-height:500px;
  max-height:500px;
  margin: 0 auto;
  padding: 0;
  float: inherit;
}

div.item_img img {
  width:100%;
  height:auto;
  display: block;
  margin: 0 auto;
}

div.item_detail {
    display: block;
    width:90%;
    max-width: 500px;
    float:inherit;
    margin:1em auto;
    padding: 0;
}

div.item_detail2 {
    display: block;
    width:90%;
    max-width: 500px;
    float:inherit;
    margin:1em auto;
    padding: 0;
}

h3.item_name {
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding: 1rem 0;
  text-align: left;
  margin: 0 auto;
  margin-top: 1rem;
  border-bottom: solid 1px #999;
}

h3.second_row {
  margin-top: 2rem;
}




h4.item_type_price {
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding: 1rem 0;
  text-align: left;
  margin: 0 auto;
  border-bottom: solid 1px #999;
}

span.actual_price {
  padding-left: 2rem;
}

p.item_material {
  display: block;
  width: 100%;
  letter-spacing: 0.06rem;
  text-align: left;
  margin: 0 auto;
  border-bottom: solid 1px #999;
}

span.item_title_bg {
  display: inline-block;
  width: 6rem;
  background: #eee;
  padding: 1rem 0.5rem;
}
span.item_title_bg2 {
  display: inline-block;
  width: 6rem;
  background: #eee;
  padding: 1rem 0.5rem;
}

span.item_title_bg3 {
  display: inline-block;
  width: 6rem;
  background: #eee;
  padding: 3rem 0.5rem;
}

span.item_title_bg3e {
  display: inline-block;
  width: 6rem;
  background: #eee;
  padding: 1rem 0.5rem;
}

span.item_name_bg {
  padding-left: 0.5rem;
}

span.item_name_bg2 {
  padding-left: 0.5rem;
}

/* collection detail css END */

/* store css START */

h2.access_page_heading {
  display: block;
  width: 70%;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin: 1rem auto;
  margin-top: 5rem;
  padding-bottom: 1rem;
  border-bottom: solid #999 1px;
}

h2.less_space {
  margin-top: 5rem;
}

article.access_kawamura {
  display: block;
  width:90%;
  margin: 1.5rem auto;
  margin-bottom: 10rem;
}

article.less_space {
  margin-bottom: 5rem;
}

article.access_kawamura p {
  display: block;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 1.6rem;
  color: #333;
  text-align: left;
  margin: 1rem auto;
  margin-top: 0;
  word-wrap: break-word;
}

/* store css END */

/* optional css */

ul.menu {
  display: none;
}

div#main_visual {
width: 100%;
height: auto;
}
div#main_visual img{
width: 100%;
height: auto;
}




section.featured_box {

}

article.about_coral {
width: 90%;
margin: 0 auto;
}

section.featured_box_collection {
}

div.slider {
/*
  display: none;
  */  
}
.slick-slide.slick-current.slick-active img{
max-width: 100%;
height: auto;
width: 100%;
}

section.featured_box_coral {
display: block;
}
ul.heading_items {
    width:90%;
    height:auto;
    margin: 0 auto;
    letter-spacing:1;
    display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.heading_items li{
width: 49%;
}
ul.heading_items li a{
display: block;
letter-spacing: 0;
}

/* Maintain css */
p.maintain {
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin: 0 1rem;
  margin-top: 1rem;
}

p.maintain_small {
  font-size: 0.7rem;
  color: #333;
  text-align: center;
  margin: 0 1rem;
  margin-top: 1rem;
}

p.more_space {
  margin-top: 3rem;
}

.contents.collection label[for=chk],
.contents.collectionlist label[for=chk]{
display: block;
position: fixed;
right:25px;
top:25px;
cursor: pointer;
z-index: 900;
}
.contents.collection div.item_selection,
div.item_selection {
    display:block;
    float:none;
    width: 220px;
    position: fixed;
    right: 0;
    top: 70px;
    background-color: #fff;
    z-index: 900;
    overflow:hidden;
    height: 0;
      -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  padding-bottom: 0;
}
.contents.collection #chk:checked ~ div.item_selection,
.contents.collectionlist #chk:checked ~ div.item_selection{
height:90%;
overflow-y: auto;
padding-bottom: 5em;
}


div.item_collection {
    display: block;
    float:none;
    width:90%;
    margin:1em auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.filter_menu {
    padding-bottom:3em;
    margin-bottom: 3em;
}
ul.filter_menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
h3.transaction_law {
    display: block;
    width:90%;
    line-height: 1.5;
}
article.transaction_law {
    display: block;
    width:90%;
    margin: 1.5rem auto 5em auto;
}

.contents.contact form {
    width:90%;
    }
.contents.contact form .form-list li span {
    min-width:inherit;
    width: 100%;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.contents.contact form .form-list li textarea, .contents.contact form .form-list li input[type="text"] {
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contents.contact form .form-list li textarea {
    max-width:100%;
    min-width:100%;
    min-height: 10em;
}

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




ul.item_img {
    width:94%;
    height:auto;
    display: flex;
  justify-content: center;
  align-items: center;
  justify-content:space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.item_img li {
display: flex;
  justify-content: center;
  align-items: center;

    width: 20%;
    min-width: 150px;
    max-height:200px;
    overflow: hidden;
    margin-bottom: 2em;
}

ul.item_img li img {
    width:100%;
    height:auto;
    object-fit: cover;
}

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

.sangomihon {
    max-width: 100%;
height: auto;
width /***/:auto;
}

.sangomihon2 {
    max-width: 100%;
height: auto;
width /***/:auto;

    margin-top:2rem;
    margin-bottom:2rem;

}


div.contents.collection {
    width: 100%;
    padding: 3em 0 0 0;
    margin: 0 auto;
}
div.item_img {
    display: block;
    width: 100%;
    min-width:100%;
    max-width:100%;
    height: 100%;
    min-height:100%;
    max-height:100%;
    margin: 0 auto;
    float: inherit;
}
div.item_img img {
    width:100%;
    height:auto;
    display: block;
    margin: 0 auto;
}
span.actual_price {
    padding:0;
    margin: 1em 0 0 0;
    display: block;
}
span.item_title_bg {
    display:block;
    width:100%;
    padding:0.5rem;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

span.item_title_bg2 {
    display:block;
    width:100%;
    padding:0.5rem;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

span.item_title_bg3 {
    display:block;
    width:100%;
    padding:0.5rem;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

span.item_title_bg3e {
    display:block;
    width:100%;
    padding:0.5rem;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


span.item_name_bg {
display: block;
width: 100%;
padding:1em 0.5em;
margin-bottom: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

span.item_name_bg2 {
display: block;
width: 100%;
padding:1em 0.5em;
margin-bottom: 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


article.about_kawamura {
    width:100%;
    margin: 1.5rem auto;
        margin-bottom: 1.5rem;
    margin-bottom: 3rem;
}
article.about_kawamura p {
width: 80%;
}

article.about_kawamura2 p {
width: 100%;
}

article.about_kawamura3 p {
width: 100%;
}

article.mitu {

    width: 80%;

}





ul.heading_items li{
width:80%;
margin: 0 auto;
}
ul.heading_items li a{
font-size: 14px;
}
div#main_visual{
overflow: inherit;
height: auto;
max-height: inherit;
}
div#main_visual p.come{
font-size:2.1vw;
bottom: -2em;
margin: 0 1em;
}
div#main_visual p.come.en{
font-size:1.8vw;
}

h3.transaction_law {
font-size:4vw;
}

}
@media screen and (max-width:480px) {
}
@media screen and (max-width:320px) {
h3.transaction_law {
font-size:14px;
}
}


.naka {
    text-align: center;
}



.tuika {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.06rem;
    color: #333;
    text-align: left;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 0.5rem;;
    border-bottom: solid #999 1px;
}


.tuikasetumei {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
    color: #333;
    text-align: left;
    margin: 1rem auto;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    word-wrap: break-word;
}


table.sangoni {
  margin: 20px auto;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.9rem;
}


.sangoni th {
    width: 30%;
  background: #ffe0e6;
  border: solid 0px #ccc;
  color: #333;
  padding: 0px 0px 0px 20px;
}
.sangoni td {
　border: solid 1px #ccc;
  padding: 0px 0px 0px 20px;
}


@media screen and (max-width: 700px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .sangoni {
    width: 95%;
  }

  .sangoni th,
  .sangoni td {
　　border-bottom: none;
    display: block;
    width: 100%;
  padding: 10px;
  }
}









table.sangoni2222 td {

    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 2rem;
    color: #333;
    text-align: left;
padding: 10px;
border: solid 0px #000000;
}


.animal {
    max-width: 100%;
height: auto;
width /***/:auto;
}




table.syousai {
    width: 100%;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.06rem;
    line-height: 1.4rem;
  letter-spacing: 0rem;
margin-bottom: 3em;
}

table.syousai th {
    border-bottom: solid 1px #999;

    background: #eee;
    padding: 0.5rem 1rem;
}

table.syousai td {
    border-bottom: solid 1px #999;
    padding: 0.5rem 1rem;
}


@media screen and (min-width: 641px) {
  .syousai th {
    width: 110px;

  }

}






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


table.syousai {
    width: 93%;

}


  .syousai th {
    width: 100%;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .syousai td {
    width: 100%;
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

#wrapper {
    position: relative;
    width: 100%;
}
#wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.swiper-container {
    width: 540px;
    height: 345px;
    margin: 20px auto;
}

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



/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}





.sliderWrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto 50px;
}
.slider li {
  width: 160px;
}
.bx-wrapper {
  max-width: 100% !important;
  margin: 0 15px;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  color: #fff;
}

/* カウンター
--------------------------- */
.slide-counter {
  position: absolute;
  left: 100px;
  bottom: -30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
/* モーダル
--------------------------- */
#js-sliderModalBk {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.sliderModalWrap {
  display: none;
  position: fixed;
  z-index: 3;
  top:60px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1000px;
  height: auto;
  margin: auto;
}
.sliderModal {
  position: relative;
  margin-bottom: 30px;
}
.sliderModal li {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  background: #fff;
}
.sliderModal li.active {
  z-index: 1;
}
.sliderModal__contents {
  position: absolute;
  top: 100px;
  right: 150px;
}
.sliderModal__btn {
  display: flex;
  position: absolute;
  z-index: 2;
  right:  0;
  bottom: 20px;
}
.sliderModal__prev,
.sliderModal__next {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.sliderModal .modal-active {
  display: block !important;
  z-index: 100 !important;
}


