
/*********************************shukatsu_base.css***************************************/

@charset "UTF-8";
#con-header nav, #contents header.title h2, #access address dl dt, #access address dl a.btn, #con-footer nav a {
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

a,
a:link,
a:hover,
a:visited,
a:focus {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

body {
  color: #111;
  line-height: 1.5;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

}
#con-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  line-height: 1;
  border-bottom: solid 1px #FFF;
}
#con-header.border {
  border-bottom: solid 1px #eee;
}
#con-header h1 img {
  width: 100%;
}

#contents {
  position: relative;
}
#contents p.line {
  position: relative;
  width: 100%;
  height: 0;
  border-top: solid 1px #095e30;
}
#contents p.line span {
  position: absolute;
  top: -3px;
  right: 0;
  width: 5px;
  height: 5px;
  background: #095e30;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#contents p.line span:nth-of-type(2) {
  left: 0;
  right: auto;
}
#contents header.title h2 {
  font-weight: bold;
}
#contents header.title p {
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-weight: bold;
}

#access address dl a {
  color: #000;
}

#con-footer {
  position: relative;
  background: #111;
  color: #FFF;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#con-footer nav a {
  color: #FFFFFF;
}
#con-footer p.copyright {
  font-family: "Times", serif;
  font-style: italic;
  font-weight: 600;
}
.course_detail {
  display:block;
  margin:16px 0px;
}

.course {
  color:#FF7932;
}
.tel{
  font-size: 3em;
}

@media screen and (max-width: 768px) {
  #contents {
    
  }
  .kage{
    text-shadow: 1px 1px 2px #000;
  }

  img {
    width: 100%;
  }

  #con-header h1 {
    position: relative;
    width: 17.5%;
    padding: 3.125%;
    z-index: 20;
  }
  #con-header h1 a {
    display: block;
  }
  #con-header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
  }
  #con-header nav ul {
    padding-top: 15.625%;
    background: #FFF;
  }
  #con-header nav ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #CCC;
  }
  #con-header nav ul li a {
    display: block;
    padding: 5.9375%;
    color: #111;
    font-size: 0.9375rem;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr-1539319365.png") 93% center no-repeat;
    background-size: 1rem;
  }
  #con-header div.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.25%;
    padding: 5.46875%;
    z-index: 20;
  }
  #con-header div.menu p {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  #con-header div.menu p span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
  }
  #con-header div.menu p span:nth-of-type(2) {
    top: 7px;
  }
  #con-header div.menu p span:nth-of-type(3) {
    top: 14px;
  }
  #con-header div.menu.close p span {
    top: 7px;
  }
  #con-header div.menu.close p span:nth-of-type(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #con-header div.menu.close p span:nth-of-type(2) {
    opacity: 0;
    left: 5px;
  }
  #con-header div.menu.close p span:nth-of-type(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #access > div {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #000;
  }
  #access div.map {
    width: 100%;
    height: 0;
    padding-bottom: 78.125%;
  }
  #access div.about {
    width: 100%;
    padding: 10.9375% 0;
    background: #fff;
  }
  #access div.about address p.logo {
    width: 29.6875%;
    margin: 0 auto 6.5625%;
  }
  #access div.about address dl dt {
    margin-bottom: 0.9375rem;
    line-height: 1;
    font-weight: bold;
    font-size: 0.9375rem;
  }
  #access div.about address dl dd {
    line-height: 1.6;
    font-weight: 600;
    font-size: 0.6875rem;
  }
  #access div.about address dl a.tel {
    text-decoration: underline;
  }
  #access div.about address dl a.btn {
    display: inline-block;
    padding: 7px 13px;
    margin-top: 1.6em;
    border: solid 1px #000;
    color: #000;
  }
  #access div.about address dl a.btn span {
    display: inline-block;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png") center right no-repeat;
    background-size: 9px;
    font-size: 0.75rem;
  }

  #con-footer nav ul li {
    border-bottom: solid 1px #333;
  }
  #con-footer nav ul a {
    display: block;
    padding: 5.625% 4.6875%;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png") 96% center no-repeat;
    background-size: 0.6875rem;
    font-weight: bold;
  }
  #con-footer div {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  #con-footer p.copyright {
    float: left;
    padding-top: 9.0625%;
    padding-left: 4.6875%;
    font-size: 0.625rem;
  }
  #con-footer p.pagetop {
    float: right;
    padding: 4.6875% 3.125%;
    width: 2.5em;
    height: 2.5em;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  #con-header nav ul {
    overflow: hidden;
    *zoom: 1;
  }
  #con-header nav ul li {
    float: left;
    width: 50%;
    border: none;
    border-bottom: solid 1px #CCC;
    border-left: solid 1px #CCC;
  }
}
@media screen and (min-width: 768px) {
  html, body {
    min-width: 1024px;
  }

  img {
    max-width: 100%;
  }

  #contents {
   
  }

  #con-header {
    position: absolute;
    min-width: 1024px;
    height: 100px;
    padding: 0 40px;
  }
  #con-header h1 {
    margin-top: 32px;
    width: 112px;
  }
  #con-header nav {
    position: absolute;
    top: 42px;
    right: 40px;
  }
  #con-header nav ul {
    width: 850px;
    text-align: right;
  }
  #con-header nav ul li {
    display: inline-block;
    margin-left: 28px;
    font-size: 0.875em;
    background: url("../img/common/h_nav_arr_g.png") 1000px 0 no-repeat;
  }
  #con-header nav ul li a {
    display: block;
    padding-left: 18px;
    color: #000;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr-1539319365.png");
  }
  #con-header nav ul li a:hover {
    color: #095e30;
    background-image: url(" https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_g-1539319364.png");
  }
  #con-header div.menu {
    display: none;
  }

  #access {
    width: 100%;
    min-width: 1024px;
    height: 500px;
    overflow: hidden;
    *zoom: 1;
    color: #000;
    line-height: 1;
  }
  #access > * {
    float: right;
    width: 50%;
    height: 500px;
  }
  #access div.about > * {
    position: relative;
    display: block;
    width: 100%;
    height: inherit;
  }
  #access div.about div.pic {
    background: url("../img/common/maedaphoto01.jpg") center center no-repeat;
    background-size: cover;
  }
  #access div.about div.address {
    position: relative;
    background: #fff;
    overflow: hidden;
    *zoom: 1;
  }
  #access div.about address {
    position: absolute;
    top: 0;
    left: 50%;
    width: 490px;
    margin-left: -235px;
    margin-top: 30px;
  }
  #access div.about address p.logo {
    
    width: 200px;
    height: auto;
    padding-top: 28px;
  }
  #access div.about address p.logo img {
    width: 200px;
    height: auto;
    padding-bottom: 50px;
  }
  #access div.about address dl {
    float: left;
  }
  #access div.about address dl dt {
    margin-bottom: 0.8em;
    font-weight: bold;
  }
  #access div.about address dl dd {
    line-height: 1.6;
    font-weight: 600;
    font-size: 14px;
    padding-top: 30px;
  }
  #access div.about address dl a.tel {
    cursor: default;
  }
  #access div.about address dl a.btn {
    display: inline-block;
    padding: 7px 13px;
    margin-top: 1.2em;
    border: solid 1px #000;
    color: #000;
  }
  #access div.about address dl a.btn span {
    display: inline-block;
    padding-right: 1.4em;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png") center right no-repeat;
    background-size: 9px;
    font-size: 13px;
  }
  #access div.about address dl a.btn:hover {
    color: #095e30;
    background: #FFF;
  }
  #access div.about address dl a.btn:hover span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_g-1539319364.png");
  }

  #con-footer {
    padding: 30px 40px;
    overflow: hidden;
    *zoom: 1;
  }
  #con-footer ul {
    float: right;
    overflow: hidden;
    *zoom: 1;
    border-right: solid 1px #333;
    margin-right: 60px;
  }
  #con-footer ul li {
    float: left;
    padding: 0 16px;
    border-left: solid 1px #333;
    font-size: 0.75em;
    font-weight: 600;
  }
  #con-footer ul li a:hover {
    color: #CCC;
    text-decoration: underline;
  }
  #con-footer p.copyright {
    float: left;
    font-size: 0.8125em;
  }
  #con-footer p.pagetop {
    position: absolute;
    top: 18px;
    right: 40px;
    width: 40px;
    height: 40px;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  #con-footer p.pagetop:hover {
    opacity: 0.8;
  }
}









/*********************************shukatsu_index.css***************************************/
@charset "UTF-8";
#contents.index section.main-visual li, #contents.index section.information div.head h4, #contents.index section.information div.head div dt, #contents.index section.information div.link-pane li a, #contents.index section.cont h2, #contents.index section.cont div.description a {
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

#contents.index > section {
  position: relative;
}
#contents.index section.information div.info-pane p.icon {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents.index section.information div.info-pane p.icon.clear {
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-icon_clear-1539319838.png");
}
#contents.index section.information div.info-pane p.icon.few {
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-icon_few-1539319838.png");
}
#contents.index section.information div.info-pane p.icon.clouds {
  background-image: url("../img/index/icon_clouds.png");
}
#contents.index section.information div.info-pane p.icon.rain {
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-icon_clouds-1539319838.png");
}
#contents.index section.information div.info-pane p.icon.snow {
  background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-icon_snow-1539319398.png");
}
#contents.index section.cont.cont02 div.image p {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents.index section.cont.cont02 div.image p:nth-of-type(1) {
  opacity: 1;
  background-image: url("../img/index/feature_2_1.jpg");
}


.mainbg{
  background-image: url(https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-slide_1-1550137646.jpg);
  background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    height:668px;
}

.googlemap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter:grayscale(100%);
}

.kuwasiku{
  margin-bottom: 50px;
}

.main-visual .arrow{
  display: none;;
}

.main-visual{
  position: relative;
}

.catch{
  text-align: center;
  position: absolute;
  top: 60%;
  left: 52%;
  transform: translateY(-80%) translateX(-50%);
  -webkit- transform: translateY(-80%) translateX(-50%);
  -moz-transform: translateY(-80%) translateX(-50%);
  -ms-transform: translateY(-80%) translateX(-50%);
  -o-transform: translateY(-80%) translateX(-50%);
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  text-shadow: 1px 1px 2px #000;
}

.hutoji{
    font-weight: bold;
    padding-top: 20px;
    color: #647552;
  }


.pagetop a img{
  color: #fff;
}


@media screen and (max-width: 768px) {
  #contents.index #youtube-player {
    display: none;
  }

  #contents.index section.main-visual {
    /*height: 0;
    padding-bottom: 134.375%;*/
  }
  #contents.index section.main-visual div.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
  }
  #contents.index section.main-visual div.image p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 134.375%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .main-visual .arrow{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    width: 50px;
    display: block;
  }
  
  #contents.index section.main-visual div.title {
    position: relative;
    width: 51.5625%;
    padding-top: 40.625%;
    margin: 0 auto;
    z-index: 1;
  }
  #contents.index section.main-visual div.title p.logo {
    padding-bottom: 30.30303%;
  }
  #contents.index section.main-visual div.title span {
    display: block;
    width: 24.24242%;
    height: 24.24242%;
    margin: 0 auto;
  }
  #contents.index section.main-visual ul {
    display: none;
  }
  #contents.index section.information h3 {
    display: none;
  }
  #contents.index section.information div.info-pane div.head {
    overflow: hidden;
    *zoom: 1;
    color: #095e30;
    line-height: 1;
    padding: 0 0 1em;
    border-bottom: solid 1px #095e30;
    margin-bottom: 1em;
  }
  #contents.index section.information div.info-pane div.head h4 {
    float: left;
  }
  #contents.index section.information div.info-pane div.head span {
    display: block;
    padding: 0.3em 0;
    float: right;
    font-size: 0.625em;
    font-family: "Times", serif;
    font-style: italic;
  }
  #contents.index section.information div.info-pane > div {
    padding: 25px 25px 0;
    font-size: 0.75em;
    min-height: 100px;
  }
  #contents.index section.information div.info-pane > div dl {
    margin-bottom: 1em;
  }
  #contents.index section.information div.info-pane > div dl dt {
    font-weight: bold;
    color: #095e30;
    font-size: 0.625em;
  }
  #contents.index section.information div.info-pane > div dl dd {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: dotted 1px #DDD;
  }
  #contents.index section.information div.info-pane > div dl a {
    display: inline;
    padding: 0.1em;
    padding-right: 18px;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-info_news_link_sp-1539319398.png") right bottom no-repeat;
    background-size: 13px;
    color: #111;
  }
  #contents.index section.information div.info-pane div.weather {
    padding-bottom: 36px;
  }
  #contents.index section.information div.info-pane div.weather div.head {
    border: none;
  }
  #contents.index section.information div.info-pane div.weather ul {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    text-align: center;
    font-size: 0.625em;
  }
  #contents.index section.information div.info-pane div.weather ul li {
    float: left;
    width: 33.3333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #e5e5e5;
  }
  #contents.index section.information div.info-pane div.weather ul li:first-of-type {
    border-left: solid 1px #e5e5e5;
  }
  #contents.index section.information div.info-pane div.weather ul p.date {
    padding-left: 0.5rem;
    color: #095e30;
  }
  #contents.index section.information div.info-pane div.weather ul p.icon {
    height: 0;
    margin: 5% 0;
    padding-bottom: 40%;
    background-size: contain;
  }
  #contents.index section.information div.link-pane ul {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
  }
  #contents.index section.information div.link-pane ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 33.3333%;
    text-align: center;
    background: #000;
  }
  #contents.index section.information div.link-pane ul li div {
    position: relative;
    display: block;
    opacity: 0.4;
    z-index: 0;
  }
  #contents.index section.information div.link-pane ul li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(" https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png");
    background-repeat: no-repeat;
    background-position: 96% 94%;
    background-size: 10px;
    z-index: 1;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: bolder;
    line-height: 1.2;
  }
  #contents.index section.information div.link-pane ul li a p {
    width: 100%;
    height: 42.1875%;
    margin: 15.625% 0 0.4em;
  }
  #contents.index section.information div.link-pane ul li a p img {
    width: auto;
    height: 100%;
  }
  #contents.index section.information div.link-pane ul li:first-of-type {
    width: 100%;
  }
  #contents.index section.information div.link-pane ul li:first-of-type a {
    background-position: 98% 94%;
  }
  #contents.index section.information div.link-pane ul li:first-of-type a p {
    margin-top: 10.625%;
  }
  #contents.index section.cont div.image {
    width: 100%;
    height: 0;
    padding-top: 114.0625%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  #contents.index section.cont div.caption {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 35%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    color: #FFF;
  }
  #contents.index section.cont div.caption p {
    font-family: "Times", serif;
    font-style: italic;
  }
  #contents.index section.cont div.caption p:nth-of-type(1) {
    font-weight: 300;
    font-size: 3.375em;
    margin-top: -120px;
  }
  #contents.index section.cont div.caption p:nth-of-type(2) {
    font-weight: 600;
    font-size: 0.75em;
  }
  #contents.index section.cont div.caption h2 {
    line-height: 1.4;
    padding: 5.625% 0 10.5%;
    font-size: 1.25em;
  }
  #contents.index section.cont div.caption a {
    position: relative;
    display: block;
    width: 12.5%;
    padding-bottom: 12.5%;
    height: 0;
    border: solid 2px #CFCFCF;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50%;
    margin: 0 auto;
  }
  #contents.index section.cont div.caption a span {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #FFF;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
  }
  #contents.index section.cont div.caption a span:last-of-type {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #contents.index section.cont div.caption a.close span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #contents.index section.cont div.description {
    display: none;
    overflow: hidden;
    height: auto;
    text-align: center;
    font-size: 0.8125em;
  }
  #contents.index section.cont div.description p {
    padding: 4% 8.4375%;
    line-height: 1.8;
    text-align: left;
  }
  #contents.index section.cont div.description a {
    display: inline-block;
    padding: 3.125%;
    margin-bottom: 10.9375%;
    border: solid 1px #111;
    color: #111;
  }
  #contents.index section.cont div.description a span {
    display: inline-block;
    padding-right: 1.3em;
    background: url("../img/index/btn_arr.png") center right no-repeat;
    background-size: 12px;
  }
  #contents.index section.bg_img_1 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-01_image-1550137465.jpg");
    background-size: cover;


  }
  #contents.index section.bg_img_2 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-02_image-1550137776.jpg");
    background-size: cover;

  }
  #contents.index section.bg_img_3 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-0303-1550485510.jpeg");
    background-position:25% 25%;
    background-size: cover;

  }
  #contents.index section.cont.cont02.cont02_anotherimg div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-KIKKA-01-08-ja-1524552959-1539515836.png");
    background-size: 70%;
    background-position: center;
  }/*向井さん*/
  .letter_color {
    color: #ffffff
  }
  
  #contents.index section.cont.cont05 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-feature_5_sp-1539320133.jpg");
  }
  #contents.index section.cont.cont01 div.description p, #contents.index section.cont.cont02 div.description p, #contents.index section.cont.cont05 div.description p {
    padding-bottom: 1.3em;
  }
  #contents.index section.cont.cont03 div.caption h2, #contents.index section.cont.cont05 div.caption h2 {
    padding-bottom: 17.2%;
  }
  .color_black p{
    color:#000000;
  }
  .color_black h2{
    color:#000000;
  }
  .open_black a{
    border: #000 solid 1px;
  }
  .color_black a span {
    border-bottom: #000 solid 1px;
  }
  #contents.index section.cont.cont02 div.caption a, #contents.index section.cont.cont04 div.caption a {
    margin-top: 150px;
  }
  #contents.index section.cont.cont02 div.caption a span, #contents.index section.cont.cont04 div.caption a span {
    background: #FFF;
  }
  #contents.index section.cont.cont02 div.image p {
    width: 100%;
    height: 0;
    padding-top: 114.0625%;
  }
  #contents.index section.cont.cont04 div.caption {
    padding-top: 32.8125%;
  }
  #contents.index section.cont.cont04 div.caption h2 {
    padding: 12.8125% 0 7.8125%;
  }
  #contents.index section.cont.cont04 div.caption div {
    width: 50%;
    margin: 0 auto;
    padding: 7.1875% 0 5.9375%;
    background: #FFF;
  }
  #contents.index section.cont.cont04 div.caption a {
    margin-top: 1.875em;
  }
  .catch{
        font-size: 20px;
        width:70%;
        position: absolute;
        top:60%;
        left:52%;
  }

  .mainbg{
    height: 460px;
  }

}
@media screen and (min-width: 768px) {
  body {
    min-height: 768px;
  }



  
  #contents.index {
    height: 100%;
  }
  #contents.index #youtube-player {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0;
    background: #FFF;
    /*> * {
        opacity: 0;
    }*/
  }
  #contents.index #youtube-player p {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 768px;
    background: url("../img/index/main_bg.jpg") center center no-repeat #FFF;
    background-size: cover;
  }
  #contents.index section.main-visual {
    position: relative;
    background-size: cover;
  }
  #contents.index section.main-visual div.image {
    display: none;
  }
  #contents.index section.main-visual div.title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -150px;
    margin-left: -180px;
    z-index: 1;
  }
  #contents.index section.main-visual div.title p.logo {
    margin-bottom: 60px;
  }
  #contents.index section.main-visual div.title p.logo > img {
    width: 360px;
    height: 194.5px;
  }
  #contents.index section.main-visual div.title span {
    position: relative;
    display: none;
  }
  #contents.index section.main-visual ul {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 962px;
    margin-left: -481px;
    overflow: hidden;
    *zoom: 1;
    z-index: 2;
  }
  #contents.index section.main-visual ul li {
    position: relative;
    float: left;
    width: 190px;
    height: 100px;
    border: solid 2px #000;
    border-left: none;
    background: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  #contents.index section.main-visual ul li:first-of-type {
    border-left: solid 2px #000;
  }
  #contents.index section.main-visual ul li:nth-of-type(n + 4) a strong {
    padding-bottom: 10px;
  }
  #contents.index section.main-visual ul li:nth-of-type(1) a span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-nv_01-1539319415.jpg");
  }
  #contents.index section.main-visual ul li:nth-of-type(2) a span {
    background-image: url(" https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-nv_02-1539319415.jpg");
  }
  #contents.index section.main-visual ul li:nth-of-type(3) a span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-nv_03-1539319415.jpg");
  }
  #contents.index section.main-visual ul li:nth-of-type(4) a span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-nv_04-1539319415.jpg");
  }
  #contents.index section.main-visual ul li:nth-of-type(5) a span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-nv_05-1539319415.jpg");
  }
  #contents.index section.main-visual ul li a {
    display: block;
    position: relative;
    width: 190px;
    height: 100px;
    color: #FFF;
    z-index: 1;
    line-height: 1.3;
    overflow: hidden;
  }
  #contents.index section.main-visual ul li a:hover span {
    opacity: 1;
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
  }
  #contents.index section.main-visual ul li p {
    position: relative;
    z-index: 1;
  }
  #contents.index section.main-visual ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
  }
  #contents.index section.main-visual ul li strong {
    display: block;
    padding: 15px 0 2px;
    font-family: "Times", serif;
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
  }
  #contents.index section.information {
    height: 800px;
    padding: 100px 0;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-info_bg-1539319398.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contents.index section.information h3 {
    text-align: center;
    color: #FFF;
    font-family: 'Times New Roman', serif;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
  }
  #contents.index section.information div.nicescroll-cursors {
    cursor: pointer;
  }
  #contents.index section.information div.info-pane {
    position: absolute;
    top: 176px;
    left: 50%;
    width: 480px;
    height: 672px;
    margin-left: -482px;
    padding-top: 50px;
    background: #FFF;
  }
  #contents.index section.information div.info-pane > div {
    position: relative;
    width: 400px;
    margin: 0 auto 45px;
  }
  #contents.index section.information div.info-pane > div.news div.list, #contents.index section.information div.info-pane > div.calendar div.list {
    font-size: 14px;
    height: 220px;
    overflow: auto;
  }
  #contents.index section.information div.info-pane > div.news a, #contents.index section.information div.info-pane > div.calendar a {
    display: inline;
    padding: 0.1em;
    padding-right: 20px;
    background: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-info_news_link-1539319398.png") right bottom no-repeat;
    color: #111;
  }
  #contents.index section.information div.info-pane > div.news a:hover, #contents.index section.information div.info-pane > div.calendar a:hover {
    color: #095e30;
  }
  #contents.index section.information div.info-pane div.head {
    overflow: hidden;
    *zoom: 1;
    color: #095e30;
    line-height: 1;
    padding: 0 0 1em;
    border-bottom: solid 1px #095e30;
    margin-bottom: 18px;
  }
  #contents.index section.information div.info-pane div.head h4 {
    float: left;
    font-size: 18px;
  }
  #contents.index section.information div.info-pane div.head span {
    display: block;
    padding: 0.3em 0;
    float: right;
    font-size: 12px;
    font-family: "Times", serif;
    font-style: italic;
  }
  #contents.index section.information div.info-pane dl {
    width: 388px;
    padding-top: 12px;
  }
  #contents.index section.information div.info-pane dl dt {
    float: left;
    width: 86px;
    font-weight: bold;
    color: #095e30;
    font-size: 12px;
  }
  #contents.index section.information div.info-pane dl dd {
    font-size: 14px;
    padding-left: 86px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #DDD;
  }
  #contents.index section.information div.info-pane dl dd:last-of-type {
    margin-bottom: 0;
  }
  #contents.index section.information div.info-pane div.weather {
    padding-bottom: 36px;
  }
  #contents.index section.information div.info-pane div.weather div.head {
    border: none;
  }
  #contents.index section.information div.info-pane div.weather ul {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  #contents.index section.information div.info-pane div.weather ul li {
    float: left;
    width: 33.3333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #e5e5e5;
  }
  #contents.index section.information div.info-pane div.weather ul li:first-of-type {
    border-left: solid 1px #e5e5e5;
  }
  #contents.index section.information div.info-pane div.weather ul p.date {
    padding-left: 0.5rem;
    color: #095e30;
  }
  #contents.index section.information div.info-pane div.weather ul p.icon {
    width: 100%;
    height: 55px;
    background-size: 40px;
  }
  #contents.index section.information div.link-pane {
    position: absolute;
    top: 176px;
    left: 50%;
    width: 480px;
  }
  #contents.index section.information div.link-pane ul {
    width: 480px;
    overflow: hidden;
    *zoom: 1;
  }
  #contents.index section.information div.link-pane ul li {
    position: relative;
    float: left;
    width: 239px;
    height: 239px;
    margin-bottom: 2px;
    background: black;
  }
  #contents.index section.information div.link-pane ul li div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  #contents.index section.information div.link-pane ul li div img {
    opacity: 0.5;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
  }
  #contents.index section.information div.link-pane ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-info_arr-1539319398.png");
    background-repeat: no-repeat;
    background-position: 94% 94%;
    z-index: 1;
  }
  #contents.index section.information div.link-pane ul li a p {
    width: 80px;
    margin: 60px auto 10px;
  }
  #contents.index section.information div.link-pane ul li a:hover + div img {
    opacity: 1;
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  #contents.index section.information div.link-pane ul li:first-of-type {
    width: 480px;
    height: 240px;
  }
  #contents.index section.information div.link-pane ul li:first-of-type a {
    background-position: 97% 94%;
    font-size: 22px;
  }
  #contents.index section.information div.link-pane ul li:first-of-type a p {
    margin: 55px auto 5px;
  }
  #contents.index section.information div.link-pane ul li:nth-of-type(even) {
    margin-right: 2px;
  }
  #contents.index section.cont {
    position: relative;
    height: 730px;
    padding-top: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contents.index section.cont div.image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
  }
  #contents.index section.cont div.caption {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
  }
  .description_right {
    position:absolute;
    right:-50%;
    width:100%;
  }


  #contents.index section.cont div.caption p {
    font-family: "Times", serif;
    font-style: italic;
  }
  #contents.index section.cont div.caption p:nth-of-type(1) {
    font-weight: 300;
    font-size: 72px;
  }
  #contents.index section.cont div.caption p:nth-of-type(2) {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 30px;
  }
  #contents.index section.cont div.caption h2 {
    line-height: 1.5;
    font-size: 30px;
    margin-bottom: 30px;
  }
  #contents.index section.cont div.caption a {
    display: none;
  }
  #contents.index section.cont div.description {
    position: relative;
    padding-top: 32px;
    margin: 0 auto;
    border-top: solid 1px #111;
    text-align: center;
  }
  #contents.index section.cont div.description p {
    margin-bottom: 42px;
    line-height: 1.9;
    text-align: left;
    color: #111;
    font-weight: 600;
  }
  #contents.index section.cont div.description a {
    display: inline-block;
    padding: 15px;
    border: solid 1px #111;
    font-size: 14px;
    font-weight: bold;
    color: #111;
  }
  #contents.index section.cont div.description a span {
    display: inline-block;
    padding-right: 1.6em;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr-1539319365.png"), url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_g-1539319364.png");
    background-position: center right, 1000px 200px;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  #contents.index section.cont div.description a:hover {
    background-color: #095e30;
    border-color: #095e30;
  }
  #contents.index section.cont div.description a:hover span {
    color: #FFF;
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png");
  }
/*  #contents.index section.cont:nth-of-type(odd) div.caption, #contents.index section.cont:nth-of-type(odd) div.description p, #contents.index section.cont:nth-of-type(odd) div.description a {
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
  }*/
  #contents.index section.cont:nth-of-type(odd) div.description {
    border-top: solid 1px #FFF;
  }
  #contents.index section.cont:nth-of-type(odd) div.description a {
    border: solid 1px #FFF;
    color: #FFF;
  }
  #contents.index section.cont:nth-of-type(odd) div.description a span {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_w-1539319365.png");
  }
  #contents.index section.cont:nth-of-type(odd) div.description a:hover {
    background-color: #FFF;
  }
  #contents.index section.cont:nth-of-type(odd) div.description a:hover span {
    color: #095e30;
    background-image: url(" https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-btn_arr_g-1539319364.png");
  }
  #contents.index section.bg_img_1 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-01_image-1550137465.jpg");
  }
  #contents.index section.bg_img_2 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-02_image-1550137776.jpg");
  }
  #contents.index section.bg_img_3 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-0303-1550485510.jpeg");
    background-position:25% 75%;
  }

  #contents.index section.cont.cont04 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-feature_4-1539320133.jpg");
  }
  #contents.index section.cont.cont05 div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-feature_5-1539320133.jpg");
  }
  #contents.index section.cont.cont01 {
    padding-top: 85px;
  }
  #contents.index section.cont.cont01 div.description {
    width: 520px;
  }
  #contents.index section.cont.cont02 {
    padding-top: 70px;
    background: white;
  }
  #contents.index section.cont.cont02 div.image {
    left: 50%;
    width: 50%;
  }
  #contents.index section.cont.cont02 div.image_left {
    left: 0%;
    width: 50%;
  }

  
  #contents.index section.cont.cont02 div.image p {
    width: 100%;
    height: 100%;
  }
  #contents.index section.cont.cont02 div.caption, #contents.index section.cont.cont02 div.description {
    width: 50%;
  }
  #contents.index section.cont.cont02 div.description {
    padding-top: 0;
    border-top: none;
    margin: 0;
  }
  #contents.index section.cont.cont02 div.description p {
    padding-top: 34px;
    width: 400px;
    margin: 0 auto 40px;
    border-top: solid 1px #CCC;
  }
  #contents.index section.cont.cont03 div.caption {
    position: absolute;
    top: 155px;
    left: 52%;
    width: 460px;
  }
  #contents.index section.cont.cont03 div.description {
    position: absolute;
    top: 348px;
    left: 52%;
    width: 460px;
  }
  #contents.index section.cont.cont04 div.caption, #contents.index section.cont.cont04 div.description {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    margin-left: -220px;
    background: white;
  }
  #contents.index section.cont.cont04 div.caption {
    height: 260px;
    margin-top: -259px;
    padding-top: 70px;
  }
  #contents.index section.cont.cont04 div.caption p:nth-of-type(2) {
    margin-bottom: 30px;
  }
  #contents.index section.cont.cont04 div.description {
    padding-top: 0;
    border-top: none;
  }
  #contents.index section.cont.cont04 div.description p {
    padding-top: 40px;
    width: 320px;
    margin: 0 auto 80px;
    border-top: solid 1px #CCC;
  }
  #contents.index section.cont.cont05 div.caption {
    position: absolute;
    top: 85px;
    left: 52%;
    width: 460px;
  }
  #contents.index section.cont.cont05 div.description {
    position: absolute;
    top: 305px;
    left: 52%;
    width: 460px;
  }
  #contents.index section.cont.cont02.cont02_anotherimg div.image {
    background-image: url("https://s3.ap-northeast-1.amazonaws.com/sevengarden/image/1/KIKKA-KIKKA-01-08-ja-1524552959-1539515836.png");
    background-size: 80%;
    background-position: center;
  }




  
}