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

#top .wrap {
    /*background: #FFF;*/
}

/* ---------------------------------------------
　header
------------------------------------------------ */
#top .header {
    width: 950px;
    height: 61px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    background: none;
}
#top .header .logo {
    position: absolute;
    top: 13px;
    left: 0;
}
#top .header .utility-navigation {
    top: 20px;
    position: absolute;
    right: 0;
    line-height: 1;
}
#top .header .utility-navigation img{
    height: 15px;
}

/* ---------------------------------------------
　container
------------------------------------------------ */
#top .container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
/* ---------------------------------------------
　keyvisual
------------------------------------------------ */

#top .keyvisual {
	margin-top: -61px;
    width: 100%;
    height: 402px;
    background: none;
    position: relative;
    z-index: 1;
    text-indent: inherit;
}
#top .keyvisual .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg_cover.png) 50% 0 no-repeat;
    z-index: 9999;
}
#top .keyvisual .slider {
    width: 950px;
    height: 100%;
    margin: 0 auto;
}
#top .keyvisual .slider div {
    height: 100%;
}
#top .keyvisual .slider li {
    text-align: center;
    padding: 110px 0 0 0;
    box-sizing: border-box;
}
#top .keyvisual .slider li img {
    display: inline-block;
}
#top .keyvisual .slider li.img01 {
    background: url(../images/img_keyvisual_001.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img02 {
    background: url(../images/img_keyvisual_002.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img03 {
    background: url(../images/img_keyvisual_003.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img04 {
    background: url(../images/img_keyvisual_004.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img05 {
    background: url(../images/img_keyvisual_005.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img06 {
    background: url(../images/img_keyvisual_006.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}
#top .keyvisual .slider li.img07 {
    background: url(../images/img_keyvisual_007.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
}

#top .keyvisual .slider .img01 .text{
    position: absolute;
    top: 160px;
    left: 168px;
}
#top .keyvisual .slider .img02 .text{
    position: absolute;
    top: 165px;
    left: 545px;
}
#top .keyvisual .slider .img03 .text{
    position: absolute;
    top: 162px;
    left: 143px;
}
#top .keyvisual .slider .img04 .text{
    position: absolute;
    top: 135px;
    left: 316px;
}

#top .keyvisual .slider .text{
    opacity: 0;
}
#top .keyvisual .slider .img01 .text.-visible,
#top .keyvisual .slider .img03 .text.-visible{
    opacity: 0;
    animation: fadeInFromLeft 2s ease 1s 1 forwards,
                fadeOut 0s ease 9s 1 forwards;
}
#top .keyvisual .slider .img02 .text.-visible{
    opacity: 0;
    animation: fadeInFromRight 2s ease 1s 1 forwards,
                fadeOut 0s ease 9s 1 forwards;
}
#top .keyvisual .slider .img04 .text.-visible{
    opacity: 0;
    animation: fadeIn 2s ease 1s 1 forwards,
                fadeOut 0s ease 9s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}
@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
#top .keyvisual p {
    width: 189px;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -94.5px;
}
*/
/* ---------------------------------------------
global-navigation
------------------------------------------------ */
#top .global-navigation {
    width: 100%;
    height: 62px;
    background: url(../images/bg_gnav.png) 0 0 repeat-x;
}
#top .global-navigation ul {
    width: 950px;
    margin: 0 auto;
}
#top .global-navigation ul li {
    float: left;
    margin-right: 0;
}

/* ---------------------------------------------
　content
------------------------------------------------ */
#top .content {
    width: 100%;
    padding: 0;
    margin-top: 0;
    background: #F1EEE0;
}
#top .content h2 {
    text-align: center;
    line-height: 1;
    margin: 0 0 44px;
    padding: 0;
    background: none;
}
p.ciel-bnr{
    text-align: center;
    margin: 20px auto;
}
.news-area {
    background: url(../images/bg_news_area.jpg) 50% 0 no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 50px 0;
}
.news-area .inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.news-area .inner .news-title {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 36px;
}
#top .news-area .inner h2 {
    margin: 0;
    padding:0;
    background: none;
}

.news-area .inner .waku {
    border: 1px solid #b7b2a4;
    padding: 15px 25px 8px;
}

.news-area .inner .news-list {
    line-height: 21px;
    margin: 0 0 0 120px;
}
.news-area .inner .news-list li {
    line-height: 21px;
    height: 30px
}
.news-area .inner .news-list a {
    color: #26211e;
    text-decoration: none;
}
.news-area .inner .news-list a:hover {
    text-decoration: underline;
}
.news-area .inner .news-list span {
    display: inline;
    margin-right: 16px;
}
.news-area .inner .news-list span.icon {
    height: 21px;
    padding: 1px 0 2px;
}
.news-area .inner .news-list span img {
    vertical-align: top;
}
.news-area .inner .news-list .days {
    color: #7a6422;
}
.news-area .inner .link-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
}

.example {
    background: url(../images/bg_example.png) 0 0;
}
.example .inner {
    width: 950px;
    margin: 0 auto;
    padding: 41px 0 60px 0;
    position: relative;
}
.example .row {
    box-sizing: border-box;
    margin-left: -13px;
    margin-right: -13px;
}
.example .col-xs-4 {
    width: 33.3333%;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.example .col-xs-4 .img {
    display: block;
    height: 200px;
    overflow: hidden;
}
.example .col-xs-4 img {
    max-width: 100%;
}
.example .col-xs-4 dl {
    background: #efebdb;
    margin: 0;
    padding: 20px 15px 16px;
}
.example .col-xs-4 dt {
    font-family: 'あおぞら明朝 bold';
    font-size: 21px;
    text-align: center;
}
.example .col-xs-4 dt a {
    text-decoration: none;
    color: #26221f;
}
.example .col-xs-4 dt a:hover {
    text-decoration: underline;
}
.example .col-xs-4 dd {
    margin: 10px 0 0 0;
}
.example .col-xs-4 .icon ul {
    margin-left: -4px;
    margin-right: -4px;
}
.example .col-xs-4 .icon ul:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.example .col-xs-4 .icon li {
    width: 23%;
    float: left;
    font-size: 78.5714%;
    border: 1px solid #b8b4a7;
    text-align: center;
    margin:  0 1%;
    box-sizing: border-box;
}
.example .col-xs-4 .icon li a {
    text-decoration: none;
}
.example p.index {
    position: absolute;
    bottom: 0;
    right: 0;
}

.service {
    padding: 50px 0 25px;
}
.service .about {
    background: #fff url(../images/img_about.jpg) 50% 0 no-repeat;
    height: 400px
}
.service .about .inner {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.service h3 {
    background: none;
    margin: 0;
    padding: 50px 0 20px;
    border: none;
}
.service .link-btn {
    margin-top: 40px;
}
.service .menu {
    width: 950px;
    margin: 0 auto;
    margin-top: 48px;
}
.service .menu ul {
    margin-top: 0;
    margin-left: -17px;
}
.service .menu ul li {
    float: left;
    margin-left: 17px;
    margin-bottom: 25px;
}

.reading {
    margin: 0 auto 80px;
    padding: 20px 0 40px;
    border-top: 1px solid #bab6aa;
    border-bottom: 1px solid #bab6aa;
    
}
.reading .inner {
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
}
.reading .inner > div {
    float: left;
    position: relative;
    padding-bottom: 45px;
}
#top .reading .inner div h2 {
    text-align: left;
    margin: 18px 0 10px;
}
.reading .inner div .link-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.reading .inner .shima-blog {
    width: 258px;
    margin-right: 87px;
}
.reading .inner .shima-blog p {
    margin: 10px 0 0 0;
    line-height: 1;
}
.reading .inner .shima-blog p a {
    color: #26211e;
    text-decoration: none;
}
.reading .inner .shima-blog p a:hover {
    text-decoration: underline;
}
.reading .inner .shima-blog p.img {
    margin-top: 20px;
    width: 260px;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.reading .inner .shima-blog p.img img {
    display: block;
    width: 100%;
    position: absolute;
}
.reading .inner .magazine {
    width: 248px;
    margin-right: 76px;
}
.reading .inner .magazine dl {
    margin: 10px 0 0 0;
}
.reading .inner .magazine dt {
    float: left;
    padding-top: 76px;
}
.reading .inner .magazine dd {
    width: 135px;
    height: 202px;
    float: right;
}
.reading .inner .magazine dd p.img {
    position: relative;
}
.reading .inner .magazine dd img {
    display: block;
    width: 100%;
    position: absolute;
}
.reading .inner .blog ul {
    margin: 10px 0 0 0;
}
.reading .inner .blog li {
    border-bottom: 1px dotted #26211e;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.reading .inner .blog li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.reading .inner .blog li a {
    text-decoration: none;
    color: #26211e;
}
.reading .inner .blog li dl {
    margin: 0;
    padding: 0 8px;
    line-height: 1.5;
}
.reading .inner .blog li a dt {
    color: #7a6422;
}
.reading .inner .blog li a:hover {
    text-decoration: underline;
}
.reading .inner .blog p {
    margin: 10px 0 0 0;
    line-height: 1;
}
.reading .inner .blog p.img {
    margin-top: 20px;
    width: 260px;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.reading .inner .blog p.img img {
    display: block;
    width: 100%;
    position: absolute;
}
