@charset "UTF-8";
/* =========================================

illumination photogallery

2019/01/30 326_sakaguchi 

============================================ */
/*  共通　　*/
body {
  background: #000;
  color: #fff;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.view_sp {
  display: none;
}
a img:hover{
  opacity: 0.75;
}
.mb_01 {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 736px) {
  p {
    font-size: 1rem!important;
  }

  .view_sp {
    display: block;
  }

  .mb_01 {
    margin-bottom: 2vw;
  }
}

#wrap_inner {
  margin: 0 auto;
  max-width: 1024px;
  position: relative;
}

#wrap_inner .logo_cc {
  left: 2em;
  position: absolute;
  top: 1em;
  width: calc( 207 / 1024 * 100% );
}

#wrap_inner .logo_hotel {
  left: 9em;
  position: absolute;
  top: 1em;
  width: calc( 174 / 1024 * 100% );
}

#wrap_inner .logo_cc a,
#wrap_inner .logo_hotel a {
  display: block;
}

#wrap_inner .logo_cc a:hover,
#wrap_inner .logo_hotel a:hover {
  opacity: .8;
  transition: .5s all;
}

#wrap_inner .logo_cc a img,
#wrap_inner .logo_hotel a img {
  vertical-align: middle;
}

.wrp_contents {
  background: #211852; /* Old browsers */
  background: -moz-linear-gradient(top, #211852 0%, #211852 85%, #070018 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #211852 0%,#211852 85%,#070018 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #211852 0%,#211852 85%,#070018 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wrp_contents .inner {
  background: url("../image/bg-footer.png") no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: 0 auto;
  max-width: 1024px;
}

@media screen and (max-width: 1000px) {
  #wrap_inner .logo_cc {
    left: 5vw;
    top: 1vw;
  }

  #wrap_inner .logo_hotel {
    left: 27vw;
    top: 1vw;
  }
}

@media screen and (max-width: 736px) {
  #wrap_inner .logo_cc {
    left: 5vw;
    width: 40%;
  }

  #wrap_inner .logo_hotel {
    left: 47vw;
    width: 36%;
  }
}

/* --------------------------------------

　　　con_lead

-----------------------------------------*/
.con_lead {
  background: url("../image/bg-lead.png") no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 0.5em 0;
}

.con_lead #breadcrumbs {
  margin: 0 auto;
  width: calc( 950 / 1024 * 100% );
}

.con_lead #breadcrumbs ul li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
}

.con_lead #breadcrumbs ul li:after {
  content: "＞";
  color: #fff;
  font-size: 0.7em;
  display: inline-block;
  margin-top: -0.5em;
  right: -2em;
  top: 50%;
  position: absolute;
}

.con_lead #breadcrumbs ul li:last-child:after {
  display: none;
}

.con_lead #breadcrumbs ul li a {
  color: #0AD4FF;
}

.con_lead h2 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 170%;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 1.5em 0;
  text-align: center;
}

.con_lead p {
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0 auto 1em;
  text-align: justify;
  width: calc( 760 / 1024 * 100% );
}

.con_lead .bnr {
  margin: 1.5em auto 0;
  width: calc( 560 / 1024 * 100% );
}

.con_lead .bnr a {
  background: #fff;
  display: block;
}

.con_lead .bnr a img:hover {
  opacity: .8;
  transition: .5s all; 
}

@media screen and (max-width: 1000px) {
  .con_lead h2 {
    font-size: 3.4vw;
  }

  .con_lead p {
    width: 90%;
  }

  .con_lead .bnr {
    width: 70%;
  }
}

@media screen and (max-width: 736px) {
  .con_lead #breadcrumbs {
    display: none;
  }

  .con_lead h2 {
    font-size: 5vw;
    line-height: 1.5em;
    margin: 1em 0;
  }

  .con_lead .bnr {
    background: none;
    width: 90%;
  }
}

/* --------------------------------------

　　　con_photo

-----------------------------------------*/
.wrp_photo {
  margin: 1.5em auto 0;
  padding-bottom: 7em;
}
/*全体*/
.con_photo {
  margin: 0 auto;/*前後の余白*/
  padding: 0;
  width: calc( 960 / 1024 * 100% );
}

/*ボタン装飾*/
.con_photo .btn {
  background: #fff;
  border-radius: 3em;
  margin-bottom:1em;
  position: relative;
  float: right;
  width: calc( 300 / 960 * 100% );
}

.con_photo .btn:before {
  background: url(../image/ico-btn01.png) center center no-repeat;
  background-size: 0.8em;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 1.5em;
}

.con_photo label {
  background: #cf972d; /* Old browsers */
  background: -moz-linear-gradient(top, #cf972d 0%, #c58223 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cf972d 0%,#c58223 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cf972d 0%,#c58223 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #CAB376;
  border-radius: 3em;
  cursor :pointer;
  display:block;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  float: right;
  text-align: center;
  padding: 0.7em 1em 0.7em 0;
  width: 100%;
}

 /* === 表示する文字（標準） ================================ */
.con_photo label:after {
  content        : "写真をグリッド表示に切り替える";               /* 表示する文字       */
  color          : #fff;
}

 /* === 表示する文字（ONのとき） ============================ */
.con_photo input[type="checkbox"]:checked ~ .btn label:after {
  content        : "写真を通常表示に戻す";                /* 表示する文字       */
  color          : #fff;             /* 文字色             */
}


/*ボタンホバー時*/
.con_photo .btn label:hover {
  background: #cf972d; /* Old browsers */
  background: -moz-linear-gradient(top, #c58223 0%, #cf972d 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c58223 0%,#cf972d 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c58223 0%,#cf972d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*チェックは見えなくする*/
.con_photo input {
    display: none;
}

/*中身を非表示にしておく*/
.con_photo .show {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
/*   padding: 10px 0; */
  height: auto;
  opacity: 1;
  transition-property: opacity; 
  transition: 0.7s all;
}

.con_photo .hidden_show {
  clear: both;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity; 
  transition: 0.8s all;
}

/*クリックで中身表示*/
.con_photo input:checked ~ .hidden_show {
/*     padding: 10px 0; */
    height: auto;
    opacity: 1;
}

.con_photo input:checked ~ .show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

.con_photo a {
  display: block;
  position: relative;
}

.con_photo a:after {
  background-image: url(../image/ico-glass.png);
  background-size: contain;
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  right: 0;
}


@media screen and (max-width: 1000px) {
  .con_photo .btn {
    width: 45%;
  }

  .con_photo label {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 736px) {
  .wrp_photo {
    padding-bottom: 10vw;
  }

  .con_photo .btn {
    width: 80%;
  }

  .con_photo label {
    font-size: 3.8vw;
  }
}



/* 通常表示 */
.con_photo .box_01 {
  width: calc( 400 / 960 * 100% );
}

.con_photo .box_02 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc( 550 / 960 * 100% );
}

.con_photo .box_02 a:first-of-type {
  width: 100%;
}

.con_photo .box_02 a:nth-of-type(2),
.con_photo .box_02 a:nth-of-type(3) {
  width: calc( 270 / 550 * 100% );
}

.con_photo .box_03 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.con_photo .box_03 a {
  width: calc( 680 / 960 * 100% );
}

.con_photo .box_03 span {
  display: block;
  width: calc( 270 / 960 * 100% );
}

.con_photo .box_04 {
  width: 100%;
}

@media screen and (max-width: 736px) {
  .con_photo .box_01 {
    width: 41%;
  }

  .con_photo .box_02 {
    width: 57%;
  }

  .con_photo .box_02 a:nth-of-type(2),
  .con_photo .box_02 a:nth-of-type(3) {
    width: 48%;
  }
}

/*　グリッド表示　*/

.con_photo .grid ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: calc( 860 / 960 * 100% );
}

.con_photo .grid ul li {
  width: calc( 280 / 860 * 100% );
}

.con_photo .grid ul li:nth-child( n+4 ) {
  margin-top: 0.5em;
}

@media screen and (max-width: 736px) {
  .con_photo .grid ul {
    width: 100%;
  }

  .con_photo .grid ul li {
    width: 31.5%;
  }

  .con_photo .grid ul li:nth-child( n+4 ) {
    margin-top: 2.5vw;
  }
}


/* --------------------------------------

　　　.con_footer

-----------------------------------------*/
.con_footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 5em;
  width: calc( 730 / 1024 * 100% );
}

#description {
  border: 1px solid #BCA463;
  margin: 0 auto 1em;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  width: 100%;
}

#description .btn_description {
  display: none;
}

#description #description_txt[type="checkbox"] {
  display: none;
}

#description .description_txt {
  line-height: 1.5em;
}

.con_footer ul {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc( 410 / 730 * 100% );
}

.con_footer ul .logo_cc {
  width: calc( 207 / 410 * 100% );
}

.con_footer ul .logo_hotel {
  width: calc( 174 / 410 * 100% );
}

.con_footer ul .logo_cc a,
.con_footer ul .logo_hotel a {
  display: block;
}

.con_footer ul .logo_cc a:hover,
.con_footer ul .logo_hotel a:hover {
  opacity: .8;
  transition: .5s all;
}

.con_footer ul .logo_cc a img,
.con_footer ul .logo_hotel a img {
  vertical-align: middle;
}

.con_footer .pagetop {
  background: #cf972d; /* Old browsers */
  background: -moz-linear-gradient(top, #cf972d 0%, #c58223 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cf972d 0%,#c58223 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cf972d 0%,#c58223 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #CAB376;
  width: calc( 190 / 730 * 100% );
}

.con_footer .pagetop a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  text-align: center;
  padding: 0.7em 1em 0.7em 0;
  position: relative;
}

.con_footer .pagetop a:after {
  right: 0.7em;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.5em;
  border: 0.3em solid transparent;
  border-left: 0.3em solid #fff;
  content: "";
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
}

.con_footer .pagetop:hover {
  background: #cf972d; /* Old browsers */
  background: -moz-linear-gradient(top, #c58223 0%, #cf972d 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c58223 0%,#cf972d 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c58223 0%,#cf972d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


footer {
  background: #000;
  padding: 0;
}

footer span {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .con_footer {
    width: 90%;
  }

  .con_footer .pagetop a {
    font-size: 2vw;
  }

  footer span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 736px) {

  .con_footer {
    display: block;
    overflow: hidden;
    padding-bottom: 2em;
  }

  #description {
    width: 80%;
  }

  #description .btn_description {
    display: block;
  }
  #description .description_open {
    display: block;
  }
  #description .description_close {
    display: none;
  }
  #description .description_txt {
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_txt {
    display: inline;
  }
  #description .description_open,
  #description .description_close {
    color: #0061b8;
    margin-top: 0.3em;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_open {
    display: none;
  }
  #description #description_txt[type="checkbox"]:checked + div .description_close {
    display: inline-block;
  }

  .con_footer ul {
    margin: 0 auto;
    width: 90%;
  }

  .con_footer .pagetop {
    margin-top: 1em;
    float: right;
    width: 55%;
  }

  .con_footer .pagetop a {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 736px) {
  .bnr_flex{
    margin:2em auto 0;
  }

  .bnr_flex ul{
    display: block;
  }
  .bnr_flex li img{
    margin: 1.5em 0 0;
    width: 95%;
  }
  .sp_none{
    display: none;
  }
}
@media screen and (min-width: 737px) {
.pc_none{
  display:none;
}
}
.bnr_flex{
  margin:2em auto;
}
.bnr_flex ul{
  display:flex;
}
.bnr_flex li{
  margin:0 0 0 1em;
}

.mt1{
  margin-top:1em!important;
}
.mt2{
  margin-top:2em!important;
}
.mb1{
  margin-bottom: 1em!important;
}
.mb2{
  margin-bottom:2em!important;
}
