@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

/* ---------------------------------------------
　header
------------------------------------------------ */

.header {
    width: 100%;
    height: 121px;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #dfdfdf;
    z-index: 1;
    position: relative;
}
.header .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.header .logo-area {
    position: absolute;
    top: 0;
    left: 0;
}
.header .logo {
    float: left;
    margin: 0 18px 0 0;
}
.header .message {
    float: left;
    font-size: 13px;
    padding-top: 15px;
    line-height: 1.4;
}
.header .utility-navigation {
    position: absolute;
    top: 7px;
    right: 0px;
}
.header .utility-navigation li {
    float: left;
    height: 32px;
    margin: 0 13px 0 0;
}

.header .utility-navigation li:last-child {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.header .utility-navigation li span {
    display: block;
    height: 24px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.header .utility-navigation li a {
    color: #3b3b3b;
    text-decoration: none;
}
.header .utility-navigation li a:hover {
    text-decoration: underline;
}

.header .global-nav {
    width: 960px;
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
}
.header .global-nav ul li {
    width: 160px;
    font-size: 17px;
    line-height: 1;
    float: left;
    text-align: center;
    padding: 0 0 20px 0;
    position: relative;
}

.header .global-nav ul li span {
    display: block;
    font-size: 12px;
    margin: 7px 0 0 0;
}

.header .global-nav ul li a {
    display: block;
    width: 100%;
    height: 54px;
    color: #363636;
    text-decoration: none;
}

.header .global-nav ul li.stay,
.header .global-nav ul li:hover {
    background: url(../images/bg_hover.png) 50% 45px no-repeat;
}

.header .global-nav ul li ul.sub-nav {
    display: none;
    background: rgba(54,175,74,0.9);
    margin: 0;
    position: absolute;
    top: 55px;
    left: 0;
    padding: 10px 0;
    z-index: 10;
}
.header .global-nav ul li ul.consept {
    width: 220px;
}
.header .global-nav ul li ul.works {
    width: 250px;
}
.header .global-nav ul li ul.exihivition {
    width: 275px;
}
.header .global-nav ul li ul.about {
    width: 186px;
}
.header .global-nav ul li ul.for-you {
    width: 220px;
    left: -60px;
}
.header .global-nav ul li ul.sub-nav li {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0;
}
.header .global-nav ul li ul.sub-nav li a {
    display: block;
    height: 100%;
    background: url(../images/icon_arrow_w.png) 23px 0.7em no-repeat;
    color: #fff;
    padding: 7px 20px 7px 40px;
}

.header .global-nav ul li ul.sub-nav li.no-link {
    display: block;
    height: 100%;
    background: url(../images/icon_arrow_w.png) 23px 0.7em no-repeat;
    color: #fff;
    padding: 7px 20px 7px 40px;
}

.header .global-nav ul li ul.sub-nav li a:hover {
    background: none;
}
.header .global-nav ul li ul.sub-nav li a:hover {
    text-decoration: underline;
}

.header .btn_side {
    width: 60px;
    position: fixed;
    top: 100px;
    right: 0;
    display: inline-block;
    transition: all .2s ease;
    z-index: 9999;
}
.header .btn_side a {
    display: block;
}
.header .btn_side a:first-of-type {
    margin-bottom: 10px;
}

/* ---------------------------------------------
container
------------------------------------------------ */

.container{
	width:100%;
    margin-bottom: 55px;
}

/* ------ title -------------------------------- */

.page-title{
    height: 176px;
    text-align: center;
}

.page-title h1 {
    font-size: 307%;
    line-height: 1.2;
    padding: 50px 0 0 0;
}
.page-title h1 span {
    display: block;
    font-size: 35%;
    color: #36af4a;
}

/* ------ topic-path --------------------------- */

.container .topic-path {
    display: flex;
    justify-content: flex-start;
    width: 960px;
	text-align:left;
	font-size:13px;
	border-bottom:1px solid #dedede;
    margin: 0 auto 40px;
    padding: 20px 0;
}
.container .topic-path.border {
    border-top:1px solid #dedede;
}
.container .topic-path li {
    padding-right: 30px;
    font-size: 13px;
    line-height: 1;
    margin: 0;
    position: relative;
}
.container .topic-path li:not(:last-of-type)::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%,-50%);
}


.topic-path a,
.topic-path a:link,
.topic-path a:hover,
.topic-path a:visited,
.topic-path a:active {
	color:#000;
}

.topic-path a.home {
    background: url(../images/icon_home.png) 0 50% no-repeat;
    padding: 0 0 0 20px;
}

/* ------ content-local-nav --------------------- */

.container .local-nav{
    width: 100%;
    background: #36af4a;
}

.container .local-nav .inner {
    width: 960px;
    margin: 0 auto;
}

.container .local-nav ul{
    margin: auto;
    letter-spacing: -.40em;
}

.container .local-nav li{
    display: inline-block;
    line-height:54px;
    text-align:center;
    letter-spacing: normal;
}

.container .local-nav li a{
    height:100%;
    padding:0 25px;
    display:block;
    color:#fff;
    text-decoration:none;
}

.container .local-nav li a:hover,
.container .local-nav li.stay a{
    background: url(../images/bg_localnav.png) center bottom no-repeat #8ad196;
    font-weight: bold;
}


.container .local-nav li .notlink{
    height:100%;
    padding:0 25px;
    display:block;
    color:#fff;
    text-decoration:none;
}


/* ------ content-menu --------------------- */

.container .content-menu {
    width: 100%;
    background: #f3f6f7;
    margin: 0;
    padding: 30px 0 19px;
}

.container .content-menu .inner {
    width: 960px;
    margin: 0 auto;
}

.container .content-menu .title {
    background: url(../images/icon_bar_02.png) center bottom no-repeat;
    padding: 20px 0;
}

.container .content-menu .title h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    background: url(../images/bg_bar.png) left 50% no-repeat;
    border: none;
    margin: 0;
    padding-left: 60px;
}
.container .content-menu .title span {
    display: inline-block;
    background: url(../images/bg_bar.png) right 50% no-repeat;
    padding-right: 60px;
}
.container .content-menu ul {
    margin: 0 0 31px -30px;
}

.container .content-menu ul:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
* .container .content-menu ul { zoom:1; } /* IE6 */
*:first-child+.container .content-menu ul { zoom:1; } /* IE7 */

.container .content-menu ul li {
    width: 300px;
    height: 140px;
    float: left;
    margin: 30px 0 0 30px;
}

.container .content-menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.container .content-menu ul li a:hover,
.container .content-menu ul li.stay a {
    opacity: 0.6;
    color: #fff;
}

.container .content-menu ul li div {
    display: inline-block;
    background: rgba(255,255,255,0.8);
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 15px 40px;
}

.container .content-menu ul li div span {
    display: block;
    font-size: 60%;
}

.container .content-menu ul li a:hover div,
.container .content-menu ul li.stay a div{
    background: rgba(54,175,74,0.8);
}

/* ------ banner ------------------------------- */

.container .banner-area {
    width: 960px;
    margin: 0 auto;
}
.container .banner-area ul {
    margin-left: -18px;
}
.container .banner-area ul li {
    float: left;
    margin-left: 18px;
}

/* content
------------------------------------------------ */

.content {
    width: 960px;
	margin: 0 auto 95px auto;
	text-align:left;
	background:#fff;
	padding:0;
}

.content.full-screen {
    width: 100%;
    margin: 0;
}

span.linemaker{
	background:linear-gradient(transparent 0%, #54cd6894 5%);
}

@media screen and (min-width: 751px){
    .telLink {
      pointer-events: none;
    }

    a.telLink:link {
        color: #000;
        text-decoration:none;
      }
  }


/*---------------------------------
  CTA
---------------------------------*/

.cta {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 200px;
    background: url(../images/bg_cta.png) no-repeat center center /cover;
}
.cta .catchcopy {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}
.cta .contacts {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 15px 0 0;
}
.cta .contacts .cta-btn a {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 2px solid #36af4a;
    background: #36af4a;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    transition: all .3s ease;
}
.cta .contacts .cta-btn a:hover {
    background: transparent;
    color: #36af4a;
}

.cta .contacts .tel {
    margin-left: 30px;
}
.cta .contacts .tel .number {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 1;
}
.cta .contacts .tel .number a {
    pointer-events: none;
    margin-left: 10px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 36px;
}
.cta .contacts .tel .number a:link {
    color: #ffffff;
}
.cta .contacts .tel .hours {
    margin: 10px 0 0;
    text-align: center;
    color: #ffffff;
}


/* ---------------------------------------------
　RSS
------------------------------------------------ */
.rss{
	display: flex;
    justify-content: right;
}
.rss a{
	background: #ff902c;
    color: #fff;
    text-decoration: none;
    padding: 2px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.rss .bi-rss{
	margin-right: 5px;
}
.rss a:hover{
	opacity: 0.7;
}

/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer {
    width: 100%;
    background: url(../images/bg_footer.png) 50% 100% no-repeat #f0f2f3;
	position: relative;
}
.footer #pagetop {
    position: absolute;
	top: -29px;
    right: 50px;
}
.footer .inner {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    padding: 35px 0 0 0;
}
.footer .footer-navigation {
    padding: 0 0 20px;
}
.footer .footer-navigation ul {
    width: 175px;
    padding: 0 0 0 17px;
    float: left;
}
.footer .footer-navigation ul li {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 17px 0
}
.footer .footer-navigation ul li a {
    color: #000;
    text-decoration: none;
}
.footer .footer-navigation ul li a:hover {
    text-decoration: underline;
}
.footer .footer-navigation ul li ul {
    margin: 15px 0 10px 0;
}
.footer .footer-navigation ul li ul li {
    font-size: 13px;
    margin: 0 0 10px 0;
}
.footer .footer-navigation li.sns-instagram {
    background: url(../images/icon_instagram.png) 0 50% no-repeat;
    padding: 0 0 0 20px;
}
.footer .footer-navigation li.sns-fb {
    background: url(../images/icon_fb.png) 0 50% no-repeat;
    padding: 0 0 0 20px;
}
.footer .footer-navigation li.sns-yt {
    background: url(../images/icon_youtube.png) 0 50% no-repeat;
    padding: 0 0 0 20px;
}
.footer .footer-bottom {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 23px 0;
	display: flex;
	justify-content: center;
}
.footer .address {
	display: flex;
    font-size: 13px;
	margin-left:115px;
}
.footer .address .logo {
   /* float: left;*/
    margin: 0 12px 0 0;
}
.footer .address .text {
   /* float: left;*/
    line-height: 1.5;
	margin-top: 2px;
}
.footer .utility {
   /* float: left;*/
	margin-left:42px;
}
.footer .utility ul {
    margin: 0;
}
.footer .utility ul li {
    float: left;
    margin: 0 17px 0 0;
}
.footer .utility ul li:last-child {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding: 4px 0;
    margin: 0;
}
.footer .utility ul li span {
    display: block;
    height: 24px;
    border-left: 1px solid #d0d0d0;
    padding: 0  10px;
}
.footer .utility ul li a {
    color: #3b3b3b;
    text-decoration: none;
}
.footer .utility ul li a:hover {
    text-decoration: underline;
}
.footer .copyright {
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 18px 0;
}
