@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-moz-keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
#contents .con_act h4, #contents .con_gou h4 {
  color: #fff;
  font-size: 231%;
  text-align: center;
  font-weight: normal;
  padding: .8em 0;
  border-radius: .4em .4em 0 0;
  line-height: 1.25;
}
@media only screen and (max-width: 640px) {
  #contents .con_act h4, #contents .con_gou h4 {
    -moz-background-size: 4% auto, auto !important;
    -o-background-size: 4% auto, auto !important;
    -webkit-background-size: 4% auto, auto !important;
    background-size: 4% auto, auto !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  #contents .con_act h4, #contents .con_gou h4 {
    font-size: 193%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_act h4, #contents .con_gou h4 {
    font-size: 108%;
    line-height: 1.4;
  }
}

/* -----------------------------------------------------------
	海
----------------------------------------------------------- */
#contents .con_sea {
  margin-top: 50px;
  border-bottom: 2em solid #fff;
  background: url(../about/images/sea/bg_sea1.png) repeat-x bottom center, url(../about/images/sea/bg_sea.png);
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea {
    margin-top: 6.66667%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea {
    -moz-background-size: 4% auto, auto;
    -o-background-size: 4% auto, auto;
    -webkit-background-size: 4% auto, auto;
    background-size: 4% auto, auto;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  #contents .con_sea {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea {
    padding: 3.33333%;
  }
}
#contents .con_sea p:not(:first-child) {
  padding-top: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  #contents .con_sea p:not(:first-child) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_sea p:not(:first-child) {
    padding-top: 3.33333%;
  }
}
@media only screen and (min-width: 1161px) {
  #contents .con_sea .img {
    position: absolute;
  }
  #contents .con_sea .img.img1 {
    width: 49.0566%;
    right: 0;
    top: 0;
    margin: 2.26415% 1.22642% 0 0;
  }
  #contents .con_sea .img.img2 {
    width: 49.0566%;
    left: 0;
    bottom: 0;
    margin: 0 0 -2.83019% 1.88679%;
  }
}
@media print {
  #contents .con_sea .img {
    position: absolute;
  }
  #contents .con_sea .img.img1 {
    width: 49.0566%;
    right: 0;
    top: 0;
    margin: 2.26415% 1.22642% 0 0;
  }
  #contents .con_sea .img.img2 {
    width: 49.0566%;
    left: 0;
    bottom: 0;
    margin: 0 0 -2.83019% 1.88679%;
  }
}
.ie8 #contents .con_sea .img {
  position: absolute;
}
.ie8 #contents .con_sea .img.img1 {
  width: 49.0566%;
  right: 0;
  top: 0;
  margin: 2.26415% 1.22642% 0 0;
}
.ie8 #contents .con_sea .img.img2 {
  width: 49.0566%;
  left: 0;
  bottom: 0;
  margin: 0 0 -2.83019% 1.88679%;
}
@media only screen and (max-width: 1160px) {
  #contents .con_sea .img {
    text-align: center;
  }
  #contents .con_sea .img img {
    width: 350px;
    max-width: 80%;
  }
}
#contents .con_sea .txt {
  font-size: 120%;
  line-height: 1.7;
  color: #5c4029;
}
@media only screen and (min-width: 1161px) {
  #contents .con_sea .txt {
    width: 480px;
  }
}
@media print {
  #contents .con_sea .txt {
    width: 480px;
  }
}
.ie8 #contents .con_sea .txt {
  width: 480px;
}
@media only screen and (max-width: 640px) {
  #contents .con_sea .txt {
    width: auto;
    font-size: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1160px) {
  #contents .con_sea .txt {
    padding: 0 2em;
  }
}
@media only screen and (min-width: 1161px) {
  #contents .con_sea .txt2 {
    margin-top: 22.64151%;
    margin-left: auto;
  }
}
@media print {
  #contents .con_sea .txt2 {
    margin-top: 22.64151%;
    margin-left: auto;
  }
}
.ie8 #contents .con_sea .txt2 {
  margin-top: 22.64151%;
  margin-left: auto;
}
#contents .con_sea .txt_att {
  position: absolute;
  top: 100%;
  right: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1;
  padding-top: .7em !important;
}

/* -----------------------------------------------------------
	アクティビティ
----------------------------------------------------------- */
#contents .con_act {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  #contents .con_act {
    margin-top: 11.66667%;
  }
}
@media only screen and (min-width: 1161px) {
  #contents .con_act h4 {
    background: url(../about/images/sea/bg_act1.png) repeat-x bottom center, url(../about/images/sea/bg_act2.png) no-repeat right 230px bottom 80px, url(../about/images/sea/bg_act.png);
  }
}
@media print {
  #contents .con_act h4 {
    background: url(../about/images/sea/bg_act1.png) repeat-x bottom center, url(../about/images/sea/bg_act2.png) no-repeat right 230px bottom 80px, url(../about/images/sea/bg_act.png);
  }
}
.ie8 #contents .con_act h4 {
  background: url(../about/images/sea/bg_act1.png) repeat-x bottom center, url(../about/images/sea/bg_act2.png) no-repeat right 230px bottom 80px, url(../about/images/sea/bg_act.png);
}
@media only screen and (max-width: 1160px) {
  #contents .con_act h4 {
    background: url(../about/images/sea/bg_act1.png) repeat-x bottom center, url(../about/images/sea/bg_act.png);
  }
}
#contents .con_act ul {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 80%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  #contents .con_act ul {
    margin-top: 3.33333%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_act ul {
    width: 100%;
  }
}
#contents .con_act ul li {
  margin-top: 0 !important;
  width: 30%;
}
@media only screen and (max-width: 640px) {
  #contents .con_act ul li:first-child, #contents .con_act ul li:first-child + li {
    margin-bottom: .5em;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_act ul li {
    width: 49%;
  }
}
#contents .con_act ul li .txt {
  border-color: #4ac6d3;
}

/* -----------------------------------------------------------
	グルメ
----------------------------------------------------------- */
#contents .con_gou {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #contents .con_gou {
    margin-top: 6.66667%;
  }
}
@media only screen and (min-width: 1161px) {
  #contents .con_gou h4 {
    background: url(../about/images/sea/bg_gou1.png) repeat-x bottom center, url(../about/images/sea/bg_gou2.png) no-repeat right 174px bottom 20px, url(../about/images/sea/bg_gou.png);
  }
}
@media print {
  #contents .con_gou h4 {
    background: url(../about/images/sea/bg_gou1.png) repeat-x bottom center, url(../about/images/sea/bg_gou2.png) no-repeat right 174px bottom 20px, url(../about/images/sea/bg_gou.png);
  }
}
.ie8 #contents .con_gou h4 {
  background: url(../about/images/sea/bg_gou1.png) repeat-x bottom center, url(../about/images/sea/bg_gou2.png) no-repeat right 174px bottom 20px, url(../about/images/sea/bg_gou.png);
}
@media only screen and (max-width: 1160px) {
  #contents .con_gou h4 {
    background: url(../about/images/sea/bg_gou1.png) repeat-x bottom center, url(../about/images/sea/bg_gou.png);
  }
}
#contents .con_gou ul {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  #contents .con_gou ul {
    margin-top: 3.33333%;
  }
}
@media only screen and (min-width: 641px) {
  #contents .con_gou ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media print {
  #contents .con_gou ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ie8 #contents .con_gou ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#contents .con_gou ul li {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  #contents .con_gou ul li {
    width: auto;
  }
}
#contents .con_gou ul li .txt {
  border-color: #df8d22;
}
