@charset "utf-8";
/* CSS Document */

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

   fs custom

---------------------------------------------------------*/
#fs_Top .fs-l-main {
    width: 100%;
}

#fs_Top #backtotop {
   bottom: 40px;
}
#fs_Top #backtotop.show {
   bottom: 50px;
}
#fs_Top #backtohome {
    display: none;
}
#fs_Top #googleforms1 {
    display: none;
}
#fs_Top #googleforms2 {
    display: none;
}

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

   home
#global-header {
    border-bottom: none;
}

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


#top-contents {
	margin-bottom: 50px;
}




/* slider */
#main-slide {
    position: relative;
    overflow: hidden;
}
#main-slide .inner:before,
#main-slide .inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://cocoscocos.itembox.design/item/images/bg_dotblk.png);
	background-size: 1.5px;
    position: absolute;
    top: 0;
    z-index: 10;
}
#main-slide .inner:before {
    right: 975px;
}
#main-slide .inner:after {
    right: -995px;
}
#main-slide  .bx-wrapper {
    width: 100%;
    height: 500px;
}
#main-slide .bx-wrapper .bx-viewport {
    margin-left: -665px; /* 1765 - 1100 */
}
#slider li {
    width: 800px !important;
    margin: 0 8px;
}
#main-slide .bx-wrapper .bx-pager {
    bottom: -40px;
}
#main-slide .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CDCDCD;
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
#main-slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main-slide .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #91983B !important;
}

#main-slide .bx-loading {
	display: none !important;
}

/* scene-area  */
#scene-area .scene-top {
	margin-bottom: 85px;
}
#scene-area .scene-top table {
	width: 100%;
	border-collapse: collapse;
}
#scene-area .scene-top table th {
	width: 323px;
	vertical-align:top;
}
#scene-area .scene-top table td {
	padding-left:60px;
	vertical-align:top;
}
#scene-area .scene-top table td h2 {
	font-size: 28px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 3px;
	margin-bottom: 25px;
}
#scene-area .scene-top table td p {
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 0.03em;
}

.scene-list {
	max-width:1280px;
	margin:auto;
    overflow: hidden;
}
.scene-list li {
    width: 32%;
    margin: 0 0 50px 2%;
    float: left;
}
.scene-list li:nth-child(3n + 1) {
    clear: both;
    margin: 0 0 50px 0;
}
.scene-list li a {
    color:#222;
    display: block;
}
.scene-info {
    margin-top: -20px;
    padding: 0 10px;
}
.scene-info .scene-ttl {
    font-size: 28px;
    font-family: 'Montserrat';
	font-weight:bold;
    letter-spacing: 3px;
    line-height: 1;
    display: inline-block;
    padding: 10px 13px;
    background: #fff;
}
.scene-info .scene-ttl-ja {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
	letter-spacing: 0.06em;
    margin-bottom: 10px;
	padding-left: 10px;
}
.scene-info .scene-more {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    letter-spacing: 0.1em;
    color: #91983B;
	padding-left: 10px;
}


/* blog-area  */
#blog-area {
    background: #F2F2F2;
}
#blog-list {
    overflow: hidden;
    margin-bottom: 43px;
}
#blog-list li {
    width: 340px;
    margin-left: 40px;
    float: left;
}
#blog-list li:first-child {
    margin-left: 0;
}
#blog-list li a {
    display: block;
    color: #222222;
}
#blog-list li .blog-thumb {
    height: 220px;
    /*margin-bottom: 15px;*/
}
#blog-list li .blog-thumb img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
#blog-list li .blog-date {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
}
#blog-list li .blog-ttl {
    font-size: 16px;
    line-height: 1.7;
}

#blog-area .more a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat';
    letter-spacing: 2px;
    display: block;
    width: 210px;
    line-height: 40px;
    border: solid 1px #000;
    text-align: center;
	text-decoration:  none;
    margin: auto;
}

/* producing-area  */
#producing-list {
    overflow: hidden;
    display: table;
    margin: auto;
}
#producing-list li {
    width: 220px;
    float: left;
    margin: 0 0 20px 30px;
}
#producing-list li:nth-child(4n + 1) {
    margin: 0 0 20px 0;
    clear: both;
}
#producing-list li a {
    display: block;
    line-height: 1;
    color: #222;
    font-size: 16px;
    font-weight: bold;
	text-decoration:  none;
    padding: 13px 13px 11px;
    background: #F3F0E7;
}
#producing-list li a span {
    display: inline-block;
    width: 35px;
    margin-right: 15px;
    vertical-align: middle;
}

a.faq-link-at-smptop {
    display: block;
    text-align: center;
    color: #ffffff;
    position: relative;
    outline: none;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    background: #91983B;
    border-radius: 18px;
    box-shadow: 0 3px 3px #000;
    transition: 0.3s;
    font-size: 16px;
}


