@charset "utf-8";

html {
  font-size: 62.5%;
  height: 100%;
  font-weight: 500;
}

body {
    color: #1B1919;
    min-width: 100%;
    width: 100%;
    font-size: 1.45rem;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 1.7;
font-family: 'Helvetica Neue' , 'Arial' , 'Hiragino Kaku Gothic ProN' , 'Meiryo' , sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

body.page {
    background:none;
}

.uk-h2, h2 {
font-family: 'Helvetica Neue' , 'Arial' , 'Hiragino Kaku Gothic ProN' , 'Meiryo' , sans-serif !important;
}

@media screen and (min-width: 641px) {
    body {
        font-size:1.6rem;
        line-height: 1.8;
    }
}

#wrap {
    overflow: hidden;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none !important;
    color: #1B1919;
    touch-action: manipulation !important; /* スマホのタップ挙動を調整 */
    -webkit-tap-highlight-color: transparent !important; /* タップ時の青いハイライトを無効化 */
}


h2 {
    margin-bottom:0;
}

.hamburger {
    width: 100%;
/*    max-width: 1140px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left:7px;
}

#header {
    background:#000;
}

@media screen and (min-width: 641px) {
/*    .hamburger  {
        padding: .5em;
    }*/
/*    #header {
        position:fixed;
        z-index:9999999;
        right: 0;
        left: 0;
        margin: auto;
    }

    #header.scroll-nav {
        background:#fff;
    }*/
}

@media screen and (min-width: 1140px) {
    .hamburger  {
        padding: .5em;
    }
}

.logo {
    width:70%;
    max-width:320px;
    height: 70px;
    display:flex;
    align-items:center;
}

.logo img {
    height: 46px;
}

@media screen and (min-width: 641px) {
    .logo {
    max-width:355px;
    }
    .logo img {
        height: 70px;
    }
}

.hamburger .btn-gNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 20;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    background: #8C775D;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 30px;
    height: 1px;
    background: #ffffff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    right:0;
    left:0;
    margin: auto;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 25px;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 35px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 45px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav {
    height: 70px;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
}

.gNav .gNav-menu li a {
    font-size: 1.6rem;
    height: 100%;
    display:flex;
    align-items:center;
    padding: 0 15px;
    color:#fff;
}

.head-cv img {
    width: 17px;
    margin-right: 7px;
    margin-top:-3px;
}

.head-cv span {
    text-align:center;
}

.head-cv-p {
    display:flex;
    flex-direction:column;
}

.head-cv-p .sm{
    font-size:.8em;
}

@media screen and (max-width: 641px) {
    .head-cv img {
        width: 16px;
        margin-right: 7px;
        margin-top:-3px;
    }
    .head-cv-p .sm{
        font-size:.7em;
    }
    .head-cv span {
        text-align:left;
    }
}

@media screen and (min-width: 1140px) {
    .gNav .gNav-menu li.head-cv a {
        background:#AA2424;
        color:#fff;
        padding: 0 2rem;
    }

    a:hover {
        text-decoration:none;
        opacity: .5;
        color: #292929;
        transition:.2s;
    }

    .uk-container {
        max-width:1100px;
    }

    .top_access {
        width:85%;
        margin:auto;
        max-width:870px;
    }
}

@media screen and (min-width: 1500px) {
    .uk-container {
        max-width:1440px;
    }
}

@media screen and (max-width: 1140px) {
    .btn-gNav {
        display: block;
    }

    .hamburger .btn-gNav.open span:nth-child(1) {
        top: 35px; /* 真ん中の位置に合わせる */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger .btn-gNav.open span:nth-child(2) {
        opacity: 0; /* 中央の線を消す */
    }

    .hamburger .btn-gNav.open span:nth-child(3) {
        top: 35px; /* 真ん中の位置に合わせる */
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 77%;
        height: 100%;
        background-color: #000;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 15;
        padding-top: 80px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
/*        border-bottom: #525252 1px solid;*/
    }

    .gNav .gNav-menu li a {
        color: #fff;
        padding:15px;
    }

}

.fb {
    display:block;
    width:26px;
    height: 26px;
    margin:46px 0 0 30px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 薄い黒 */
    display: none; /* 初期状態では非表示 */
    z-index: 10; /* メニューの下に配置する */
}

#overlay.open {
    display: block;
}

#fv {
    position:relative;
}

.page #fv {
    padding-top: 40px;
}


/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.uk-slider-items img {
    width: 100%;
    height: auto; /* 縦横比を保つ */
    object-fit: cover; /* コンテナに収める */
}

@media screen and (min-width: 641px) {

    #fv {
        position:relative;
        padding-top: 40px;
    }

}

/*@media screen and (min-width: 1140px) {
    #fv {
        position:relative;
        padding-top: 970px;
    }
}

@media screen and (min-width: 1600px) {
    #fv {
        position:relative;
        padding-top: 1000px;
    }
}*/


@media (max-width: 640px) {
  .uk-container.w100 {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}


.mt70 {
    margin: 40px auto;
}

.mt45 {
    margin:45px auto;
}

.mt90 {
    margin:45px auto;
}

ul {
    margin:0;
    padding:0;
}

h4 {
    font-weight:600;
}



@media screen and (min-width: 641px) {

.mt70 {
    margin: 70px auto;
}


}


.download,.upcoming {
    background:#EBEBEB;
    padding: 40px 0;
}

.download .uk-container {
    max-width:870px;
}

.download p {
    font-size: 1.25rem;
    line-height: 1.4;
}

.download ul {
    margin-top: 20px;
}

.download ul li {
    margin-bottom:10px;
}

.upcoming .ex_item_sm {
    margin-bottom:30px;
}

.upcoming .ex_item_sm:last-child {
    margin-bottom:0;
}


@media screen and (min-width: 641px) {


    .download,.upcoming {
        padding: 70px 0;
    }

    .upcoming .ex-item {
        display:flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }

    .upcoming .ex_item_sm {
        width:47%;
        margin-bottom:60px;
    }

    .upcoming .ex_item_sm .ex-thumb {
        width:100%;
    }

    .upcoming .ex_item_sm .ex-info {
        padding: 0;
        margin-top: 2rem;
        margin-bottom:0;
    }

    .upcoming .ex_item_sm .ex-info h3 {
        font-size:20px;
    }

    .upcoming .ex-info p.tt-sub {
        font-size:15px;
    }


}


@media screen and (min-width: 1200px) {

    .upcoming .ex-item {
        display:flex !important;
    }

    .upcoming .ex-info {
        padding: 0 20px 0 0;
    }
    .upcoming .ex_item_sm {
        display:flex;
        width:48%;
        margin-right:2%;
        margin-bottom:60px;
    }

    .upcoming .ex_item_sm:last-child {
        margin-right:0;
    }

    .upcoming .ex_item_sm .ex-info {
        margin-top: 1rem;
    }

    .upcoming .ex_item_sm .ex-thumb {
        margin-right:20px;
        width:50%;
    }

    .upcoming .ex_item_sm .ex-info h3 {
        font-size:20px;
        margin-bottom:20px;
    }

    .upcoming .ex_item_sm .ex-info p.tt-sub {
        font-size:16px;
    }
}

/*.BreadNax.uk-container {
    height:50px;
}*/

.BreadNax nav {
    list-style: none;
    display:flex;
}

.BreadNax a {
    height:70px;
    display: flex;
    align-items:center;
    color:#494949;
    font-size:.75em;
}

.BreadNax a h1 {
    font-size:1em;
    margin-bottom:0;
}

.BreadNax a::after {
    content:"<";
    font-size:.75em;
    margin: 0 1em;
}

.BreadNax a.last::after {
    display:none;
}

.BreadNax a.top::after {
    display:none;
}


footer {
    background:#5D5D5D;
    color:#fff;
    padding:30px 0;
}

footer a {
    color:#fff;
}

.footer_container {
    display:flex;
}

.ft_logo a {
    display:block;
    width:140px;
}

.footer_copyright {
    margin-top:30px;
    font-size:.8em;
}

.ft_nav {
    padding-left:30px;
}

.ft_nav ul li a {
    display:inline-block;
    height: 2em;
    line-height:2em;
}

.ft_nav2 {
    margin-top: 30px;
}

.ft_nav3 ul li a {
    font-size:.85em;
}

@media screen and (min-width: 641px) {

.ft_logo a {
    width:192px;
}

.footer_container {
    flex-direction:row;
    justify-content:space-between;
}

.ft_nav ul {
    display:flex;
    justify-content: flex-end;
}

.ft_nav ul li a {
    display:inline-block;
    height: 50px;
    line-height:50px;
    margin: 0 1em;
}

.ft_nav ul li:last-child a {
    margin-right:0;
}

.ft_nav2 {
    margin-top: 60px;
}

.ft_nav2 li a {
    height: 35px;
    line-height:35px;
}

.ft_nav3 ul li a {
    height: 20px;
    line-height:20px;
}

.footer_copyright {
    text-align:right;
    padding-left:0;
    font-size:.85em;
}
}

.footer-deco {
    width:100%;
    height: 18px;
    display:flex;
}

.footer-deco .bk {
    background:#000;
    width:50%;
    height: 18px;
}

.footer-deco .bei {
    background:#8C775D;
    width:50%;
    height: 18x;
}


/*共通*/
h2.head-tt {
    font-size:21px;
    font-weight:600;
    display:flex;
    align-items:center;
    position:relative;
    padding-left:25px;
    margin-bottom:1em;
}

h2.head-tt::before {
    content:"";
    width:16px;
    height: 16px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:0;
}

/*h3 {
    margin-bottom:0;
}*/

p {
    margin:0;
}

.head-tt02 {
    font-weight:600;
    padding-bottom:.3em;
    border-bottom:1px dotted #8C775D;
    margin-bottom:20px;
}

.head-tt02 span {
    color:#8C775D;
    font-size:1em !important;
}

/*btn関係*/

.btn-more a {
    display:flex;
    width: auto;
    height: 50px;
    align-items:center;
    font-weight:600;
    font-size: 13px;
    justify-content:flex-end;
}

.btn-more a span {
    position:relative;
    display:flex;
    align-items:center;
    padding-left:15px;
}

.btn-more a span::before {
    content:"";
    width:10px;
    height: 10px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:0;
}

.btn-more a i {
    width:10px;
    height: 10px;
    margin-left:3px;
    display:flex;
    align-items:center;
}

.btn-more a i img {
    display:block;
    width:100%;
}

.ex-info-more-2 .btn-more a {
    margin-bottom:10px;
}


.btn-concept {
    margin: 80px auto 0;
    display:flex;
    justify-content:center;
}

.btn-concept a {
    display:flex;
    width:190px;
    font-size:18px;
    height: 50px;
    align-items:center;
    padding: 0 1em 0 0;
    border:1px solid #000;
    justify-content:space-between;
    background:rgba(255, 255, 255, .5);
}

.btn-concept a span {
    position:relative;
    display:flex;
    align-items:center;
    padding-left:2em;
}

.btn-concept a span::before {
    content:"";
    width:10px;
    height: 10px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:1em;
}

.btn-concept a i {
    width:10px;
    height: 10px;
    margin-left:3px;
    display:flex;
    align-items:center;
}

.btn-concept a i img {
    display:block;
    width:100%;
}

.btn-link.back {
    margin: 40px 0 80px;
}

.head-tt-wrap > .btn-link.back,
.year-archive-nav > .btn-link.back {
    margin: 0;
}

.head-tt-wrap > .btn-link.back.past {
    justify-content: flex-end;
    display:flex;
}

.btn-link a {
    display:flex;
    width:auto;
    max-width: 250px;
    height: 50px;
    align-items:center;
    font-weight:600;
    font-size: 13px;
}

.btn-link a span {
    position:relative;
    display:flex;
    align-items:center;
    padding-left:15px;
}

.btn-link a span::before {
    content:"";
    width:10px;
    height: 10px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:0;
}

.btn-link a i {
    width:10px;
    height: 10px;
    margin-left:3px;
    display:flex;
    align-items:center;
}

.btn-link a i img {
    display:block;
    width:100%;
}

.btn-link.past a i img {
    transform: rotate(180deg);
}

.btn-dl a {
    display:flex;
    width: auto;
    height: 30px;
    align-items:center;
    justify-content:space-between;
    font-weight:600;
    font-size: 13px;
    border-bottom:1px dotted #000;
    width:200px;
}

.btn-dl a span {
    position:relative;
    display:flex;
    align-items:center;
/*    padding-left:15px;*/
}

/*.btn-dl a span::before {
    content:"";
    width:10px;
    height: 10px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:0;
}*/

.btn-dl a i {
    width:10px;
    height: 10px;
    margin-left:3px;
}

.btn-dl a i img {
    display:block;
    width:100%;
}

.flex {
    display:flex;
    flex-direction:column;
}

@media screen and (min-width: 641px) {

h2.head-tt  {
    font-size:36px;
    padding-left:40px;
}

h2.head-tt::before {
    content:"";
    width:21px;
    height: 21px;
}

h3 {
    margin-bottom:20px;
}

.flex {
    flex-direction:row;
}

.hovers {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.hovers::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%; /* ちょうど中央に配置 */
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.hovers:hover {
    opacity:1;
    color:#fff;
}

.hovers:hover::after {
  width: 100%;
}


}

/*top exhibitions*/

.ex_item_big {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ex-thumb {
    width:100%;
}

.ex-thumb img {
    width:100% !important;
}


.ex-info {
    margin-top: 2rem;
}

.ex-info h3 {
    font-size:18px;
    font-weight:600;
}

.ex-info p.tt-sub {
    font-size:14px;
    font-weight:600;
}

.ex-info-more {
    margin: 20px 0 40px;
}

.ex-info-more.archive {
    width:100% !important;
}

.date {
    font-weight:500;
    font-size:1.1em;
}

.date span {
    font-weight:400;
}

.name {
    font-size:1.1em;
    font-weight:600;
    margin-top: 40px;
}


@media screen and (min-width: 641px) {

.ex_item_big {
    flex-direction:row;
    justify-content:flex-start;
/*    background: #F5F5F7;*/
}

.ex-thumb {
    width:50%;
    max-width:714px;
}

.ex-info {
    width:50%;
    margin-top: 4rem;
    padding: 0 20px 0 30px;
    margin-bottom:4rem;
}

.ex-info h3 {
    font-size:30px;
}

.ex-info p.tt-sub {
    font-size:18px;
}

}

@media screen and (min-width: 1500px) {

.ex-info {
    margin-bottom:0;
}

.ex-thumb {
    width:65%;
    max-width:714px;
    margin-right:50px;
}

}


/*top about*/
.top_about {
    display:flex;
    width:100%;
    height: 600px;
    background-image:url(img/R0003088.png);
    background-size:cover;
    background-position: center;
    align-items:center;
}

.top_about .copy {
    text-align:center;
    font-size:18px;
    font-weight:500;
}

@media screen and (min-width: 641px) {

.top_about .copy {
    font-size:24px;
}

}


/*top_access*/

.top_access .info {
    margin-bottom:20px;
}

.top_access .info p span {
    font-size:.85em;
}

.top_access .head-tt02 {
    margin-top: 50px;
}

@media screen and (min-width: 641px) {

.top_access.flex {
    justify-content:space-between;
}
.top_access .info {
    margin-bottom:0;
}
.top_access .img {
    width: 50%;
    max-width:567px;
}
}

/*EXHIBITIONS詳細*/

.single_exhibitions .head-tt-wrap {
    border-bottom:1px solid #8C775D;
}

.page-wrap  {
    margin-bottom: 80px;
}


.single-container {
    padding: 0 0 80px;
    border-bottom: 1px solid #8C775D;
}

.single-container .ex-item {
    margin-bottom:40px;
}

.single-container .ex_item_big {
    background:#fff;
}

.statement {
    text-align:justify;
    font-size:.95em;
    margin-bottom:80px;
}

.ex-info2 {
    margin:40px 0;
}

.info-bg-gray {
    padding:1em;
    background:rgb(235, 235, 235);;
}

.ex-info2 a {
    color:#797979 !important;
}


.photographer .tt {
    font-weight:600;
    padding-bottom:.3em;
    border-bottom:1px dotted #8C775D;
    margin-bottom:40px;
    font-size:1.1em;
}

.ex-archive .ex_item_big {
    border-bottom:1px solid #8C775D;
    margin:20px 0;
}

.statement-jp a {
    text-decoration:underline !important;
}

@media screen and (min-width: 641px) {

    .single-container {
        padding: 40px 0 80px;
    }

    .single-container .ex-item {
        margin-bottom:70px;
    }

    .single_exhibitions .ex_item_big {
        background:#fff;
    }

    .statement {
        text-align:justify;
        font-size:.95em;
    }

    .ex-archive .ex_item_big {
        margin-bottom:36px;
    }

    .ex-archive .ex-info {
        margin-top: 1rem;
        margin-bottom:0;
    }


}

@media screen and (min-width: 1200px) {
    .statement,
    .photographer .tt,
    .photographer .left,
    .ex-info2,
    .ex-info-more {
        width:55%;
    }

    .ex-archive .ex_item_big {
        border-bottom:1px solid #8C775D;
        margin-bottom:36px;
    }

    .ex-archive .ex-thumb {
        margin-bottom:36px;
    }

}

@media screen and (min-width: 1500px) {
    .statement {
        width:48%;
        font-size:1em;
        line-height:1.9;
    }

    .single-container .ex-info {
        width:40%;
    }

    .photographer .tt,
    .ex-info2,
    .ex-info-more {
        width:48%;
    }

    .ex-archive .ex-info {
        margin-top: 3rem;
    }
}

/*about*/
.about-intro {
    display:flex;
    flex-direction:column-reverse;
}

.about-intro p.copy {
    margin:20px 0 0;
    font-size:1.2em;
}

.text-s {
    font-size:.95em;
    text-align:justify;
}

.text-right {
    text-align:right;
}

.grid3 {
    clear: both;
    margin-bottom:70px;
}

.grid3 .uk-card-body {
    padding:0;
    background:none;
}

.about-list {
    margin: 50px auto;
}

.about-list h2 {
    font-weight:600;
    display:flex;
    align-items:center;
    position:relative;
    padding-left:25px;
    margin-bottom:1em;
    position:relative;
}

.about-list h2::before {
    content:"";
    width:16px;
    height: 16px;
    background-color:#8C775D;
    position:absolute;
    display:block;
    left:0;
}

.about-list h2::after {
    content:"";
    background:#8C775D;
    width:50%;
    height: 1px;
    position:absolute;
    right:0;
}

.url {
    color: #797979
}

.floor {
    float: right;
}

.mail {
    width:218px;
}

@media screen and (min-width: 1140px) {
    .about-intro {
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }

    .about-intro p.copy {
        display: block;
        width:30%;
    }

    .about-intro img {
        display: block;
        width:67%;
    }

    .half {
        width:600px;
    }

    .about-list {
        width:55%;
        margin:50px 0;
    }

    .ad-flex {
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .mail {
        width:248px;
    }
}









#page-head {
    width:100%;
    height: 250px;
    background:url(img/bg_school.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

#page-head.profile {
    background:url(img/bg_profile.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

#page-head.works {
    background:url(img/bg_works.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

#page-head h1 {
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .6);
    padding:1em 3em;
    font-family: "Zen Old Mincho", serif !important;
}

#page-head.underpage {
    height: 250px;
    background:#fff;
}

#page .uk-container {
    max-width:1000px;
}

.class_list dl {
    display:flex;
    width:100%;
    margin:0;
    justify-content:space-between;
}

.class_list dl dt {
    width:140px;
    background:#F8F6F6;
    border-left:2px solid #AA2424;
    border-top:1px solid #AA2424;
    margin-right:6px;
    padding:.7em;
    text-align:center;
}

.class_list dl dd {
    width:calc(100% - 146px);
    border-top:1px solid #AA2424;
    padding:.7em 1em;
}

.class_list dl.last dt,
.class_list dl.last dd {
    border-bottom:1px solid #AA2424;
}

.class_list p {
    font-size:.85em;
    margin:7px 0 20px;
    text-align:right;
}

.info_img .cv-link {
    font-size:.85em;
    display:block;
    text-align:right;
}

.info_img p {
    margin:4px 0 ;
    font-size:.85em;
    text-align:right;
}

.page-head02 {
    width:100%;
    height: 100px;
    background:url(img/bg_voice.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-head02 h2 {
    padding:1em;
    width:80%;
    max-width:780px;
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .7);
    text-align:center;
}

.page-head03 {
    width:100%;
    height: 100px;
    background:url(img/bg_voice.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-head03.spring {
    background:url(img/bg_spring.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.summer {
    background:url(img/bg_summer.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.autumn {
    background:url(img/bg_autumn.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.winter {
    background:url(img/bg_winter.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03::after {
    content:"";
    display:block;
    width: 200px;
    height: 77px;
    margin: 20px;
    background:url(img/Spring.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.summer::after {
    background:url(img/Summer.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.autumn::after {
    background:url(img/Autumn.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.winter::after {
    background:url(img/Winter.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.display::after {
    background:url(img/Display.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.interior::after {
    background:url(img/Interior.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.present::after {
    background:url(img/Present.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03.celebration::after {
    background:url(img/Celebration.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center;
}

.page-head03 h2 {
    padding:.8em;
    width:80%;
    max-width:780px;
    font-size:1.8rem;
    font-weight: 600;
    background:rgba(255, 255, 255, .7);
    text-align:center;
    margin-bottom:0;
}

.voice_date {
    font-size:.9em;
    color: #717171;
    text-align:center;
    margin-top:1rem;
}

.voice_list {
    margin: 45px 0;
}

.voice_list-left {
    display:flex;
}

.voice_list-left img {
    width: 90px;
    margin-right:15px;
}

.voice_list-left p.bg_tt {
    font-size:1.6rem;
    font-weight: 600;
    margin: .5em 0;
}

.voice_list-right {
    color:#373737;
    font-weight: 400;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
.profile_img {
    width:70%;
    max-width: 320px;
    margin:auto;
}

.profile h2 {
    margin-top: 20px;
    font-size:1.8rem;
    padding-bottom:.5em;
    border-bottom:1px #ccc solid;
}

.profile h2 span {
    font-size:.75em;
    margin-left:2rem;
    font-style:italic;
}

.profile_txt {
    margin-top:-10px;
}

.profile_works-list {
    margin-top:40px;
}

.profile_works-list h3 {
    color: #AA2424;
    font-family: sans-serif !important;
    font-weight: 600;
    padding-left: .75em;
    border-left: 2px solid #AA2424;
    line-height: 1.8;
    font-size: 1.65rem;
}

.profile_works-list ul {
    margin-bottom:20px;
    padding-left:10px;
    color:#AA2424;
    list-style-type:disc;
    padding-left:30px;
}

.profile_works-list ul li span{
    color:#373737;
}

.profile_works-list ul img {
    margin: 5px 0 5px 1em;
}

.profile_works-list .list {
    margin-bottom:45px;
}

@media screen and (min-width: 641px) {

/*    .page #header {
        background:#fff;
    }
*/
    #page-head {
        height: 450px;
        margin-top:86px;
    }

    #page-head h1 {
        font-size:3.2rem;
    }

    .page-head02 {
        height: 120px;
    }

    .page-head03 {
    height: 120px;
    }

    .page-head03 h2 {
        font-size:2.8rem;
    }

    .voice_list {
        display:flex;
        align-items:center;
    }

    .voice_list-left {
        width: 418px;
        align-items:flex-start;
    }

    .voice_list-right {
        width: calc(100% - 450px);
        margin: 0;
        padding-left:40px;
        border-left:1px solid #ccc;
        border-bottom:0;
        padding-bottom:0;
    }

    .voice_list-left p.bg_tt {
        font-size:1.8rem;
    }

    .voice_list-left img {
        width: 115px;
        margin-right:22px;
    }

    .profile {
        display:flex;
        align-items:flex-start;
    }

    .profile_img {
        margin-right:70px;
        margin: 0 70px 0 0;
    }

    .profile_txt {
        margin-top: 10px;
    }

    .profile h2 {
        font-size: 2.4rem;
    }

}

.uk-container .uk-container {
    padding:0 15px;
}

.works .uk-slider {
    margin: 20px 0;
}

.w_slider_p01 {
    color: #AA2424;
    font-family: sans-serif !important;
    font-weight: 500;
    margin:20px 0 0;
}

.w_slider_p02 {
    color: #373737;
    font-family: sans-serif !important;
    font-weight: 500;
    margin:6px 0 0;
}

.order {
    padding: 40px;
    border:1px solid #AA2424;
    margin-left:15px;
    margin-right:15px;
}

.order p:first-child {
    padding-top: 100px;
    position:relative;
}

.order p:first-child::before {
    content:"";
    background:url(img/logo_mini.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:80px;
    height: 80px;
    display:block;
    position:absolute;
    top:0;
    right: 0;
    left:0;
    margin:auto;
}

@media screen and (min-width: 641px) {
    .works .uk-slider {
        margin: 30px 0;
    }

    .w_slider_p01 {
        margin:30px 0 0;
    }

    .order {
        margin:auto 30px;
        max-width: 918px !important;
    }

    .order p {
        font-size:2.1rem;
    }

    .order p:first-child::before {
        width:98px;
    }
}

@media screen and (min-width: 1000px) {
    .order {
        margin:auto;
    }
}

#page-top {
    position:relative;
}

#page-top a {
    width: 52px;
    width: 52px;
    position:absolute;
    bottom: 8px;
    right: 2rem;
    z-index: 9;
}

.visit {
    background:#fff;
    border:1px solid #AA2424;
    color:#AA2424;
    line-height:1.3;
    margin-bottom:20px;
    max-width:356px;
    padding:2px 3px;
}

.img-relais {
    display:flex;
    flex-direction:column;
}

.img-relais a {
    max-width:300px;
    margin:20px auto;
}

@media screen and (min-width: 641px) {
    .img-relais {
        flex-direction:row;
    }
    .img-relais a {
        max-width:300px;
        margin:20px;
    }
}
