@charset "UTF-8";
/* ---------------------------
	File Name:style.scss
	Create:2020.10.13
	Author:Satsuki Yonekura
------------------------------ */
.serif {
  font-family: a-otf-ryumin-pr6n,adobe-caslon-pro,serif;
  font-style: normal;
  font-weight: 400;
}

.sans-serif {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

p {
  margin: 0;
}

img {
  max-height: 100%;
  border: none;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  position: relative;
  padding-bottom: 1px;
  border-bottom: 1px solid #009538;
  text-decoration: none;
  color: #009538;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  opacity: .6;
}

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

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(66, 66, 66, 0.6);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}

.pagetop i::before {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}

.wrap {
  position: relative;
  padding: 0;
  background: #fff;
  border-top: 5px solid #009538;
  border-bottom: 5px solid #009538;
  font: 16px/1.6 "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.1em;
  overflow: hidden;
}

.wrap header h1 {
  width: 40%;
  margin: 0 auto;
  padding: 8% 0 0;
}

.wrap footer {
  width: 100%;
  padding: 20px 0;
}

.wrap footer .foot-message {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.wrap footer .foot-logo {
  width: 60%;
  margin: 40px auto 20px;
}

.sans_serif {
  font-family: 'Lato','Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.aligncenter img {
  max-width: 100%;
  height: auto;
}

.alignright {
  float: right;
  max-width: 100%;
  margin: 0 0 20px 20px;
  clear: both;
}

.alignright img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  max-width: 100%;
  margin: 0 20px 20px 0;
  clear: both;
}

.alignleft img {
  max-width: 100%;
  height: auto;
}

/* common-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  .wrap header h1 {
    width: 200px;
    padding: 30px 0 0;
  }
  .wrap footer {
    padding: 50px 0;
  }
  .wrap footer .foot-message {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .wrap footer .foot-logo {
    width: 400px;
    margin: 50px auto 0;
  }
}

/* tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 960px) {
  .wrap header h1 {
    width: 200px;
    padding: 40px 0;
  }
  .wrap footer {
    padding: 50px 0;
  }
  .wrap footer .foot-message {
    width: 92%;
    margin: 0 auto;
    text-align: center;
  }
  .wrap footer .foot-logo {
    width: 400px;
    margin: 30px auto 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* top-smp
------------------------------------------------------- */
#top .pc {
  display: none;
}

#top .smp {
  display: block;
}

#top .wrap header h2 {
  margin: 10% auto;
  text-align: center;
  font-weight: bold;
}

#top .wrap .menu .btn-menu {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #009538;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
}

#top .wrap .menu .btn-menu i {
  margin: 0 auto;
  font-size: 26px;
  font-size: 1.625rem;
}

#top .wrap .menu .btn-menu i::before {
  display: block;
  margin: 5px auto 0;
  text-align: center;
}

#top .wrap .menu ul {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}

#top .wrap .menu ul li {
  width: 100%;
  margin: 5px auto;
  border-bottom: 1px solid #d0d0d0;
  font-size: 14px;
  font-size: 0.875rem;
}

#top .wrap .menu ul li::before {
  display: none;
}

#top .wrap .menu ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 0;
  pointer-events: none;
}

#top .wrap .menu ul li a:hover {
  background: #d0d0d0;
}

#top .wrap .content section {
  width: 94%;
  margin: 50px auto 80px;
  padding: 0 15px 30px;
  border: 4px solid #009538;
  border-radius: 10px;
}

#top .wrap .content section h3 {
  width: 100%;
  margin: -36px auto 30px;
  padding: 5px;
  background: #009538;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}

#top .wrap .content section .photo {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

#top .wrap .content section .photo a {
  margin-bottom: 10px;
}

#top .wrap .content section .photo.view::before {
  position: absolute;
  left: calc(50% - 30px);
  top: 25%;
  z-index: 99;
  width: 60px;
  height: 60px;
  content: '';
  background: url("../../img/ico_start.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

#top .wrap .content section .photo.view::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 99;
  width: 44px;
  height: 40px;
  content: '';
  background: url("../../img/ico_view360.png") no-repeat center center;
  background-size: cover;
}

#top .wrap .content section .photo.zoom::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
  width: 64px;
  height: 64px;
  content: '';
  background: url("../../img/ico_zoom.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

#top .wrap .content section .photo a {
  display: block;
  padding-bottom: 0;
  border: none;
}

#top .wrap .content section .photoArea {
  margin: 8% auto 0;
}

#top .wrap .content section .photoArea li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

#top .wrap .content section .photoArea li .photo {
  width: 100%;
  margin-bottom: 10px;
}

#top .wrap .content section .photoArea li a {
  margin-bottom: 8px;
}

#top .wrap .content section .photoArea li a img {
  height: 197px;
}

#top .wrap .content section .caption {
  margin: 20px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#top .wrap .content section.salesperson {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border: none;
}

#top .wrap .content section.salesperson h3 {
  margin-top: 0;
  padding: 0;
  background: none;
  color: #222;
}

#top .wrap .content section.salesperson div .sales-photo {
  width: 60%;
  margin: 0 auto;
}

#top .wrap .content section.salesperson div .message {
  margin: 20px auto;
}

#top .wrap .content section.salesperson .contact {
  width: 100%;
  padding: 0;
  list-style: none;
}

#top .wrap .content section.salesperson .contact li {
  margin-bottom: 10px;
  color: #009538;
}

#top .wrap .content section.salesperson .contact li span {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  background: #009538;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  text-align: center;
}

#top .wrap .content section.salesperson .contact li span i {
  margin-right: 3px;
}

#top .wrap .content section.salesperson .contact li a {
  border-bottom: none;
  text-decoration: none;
}

#top .wrap .content section.suggest .suggest-room {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

#top .wrap .content section.suggest .suggest-room:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

#top .wrap .content section.suggest h3 {
  margin-top: -21px;
}

#top .wrap .content section.suggest div .photo {
  width: 100%;
  margin: 0 auto;
}

#top .wrap .content section.suggest div .photo img {
  margin-bottom: 10px;
}

#top .wrap .content section.suggest div .photo a {
  display: block;
}

#top .wrap .content section.suggest div .message {
  margin: 10% auto;
}

#top .wrap .content section.suggest div .message h4 {
  margin: 0 auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#top .wrap .content section.suggest div .message p {
  margin: 0 auto 10px;
}

#top .wrap .content section.suggest .caption {
  padding: 10px;
  background: #ebeceb;
}

#top .wrap .content section.suggest .caption p {
  margin: 0 auto;
}

#top .wrap .content section.commonarea .text {
  margin-bottom: 10px;
}

#top .wrap .content section.commonarea .photoArea li {
  text-align: center;
}

#top .wrap .content section.commonarea .photoArea li.view::before {
  left: calc(50% - 47px);
  width: 94px;
  height: 94px;
}

#top .wrap .content section.commonarea .photoArea li a {
  display: block;
  padding-bottom: 0;
  border: none;
}

#top .wrap .content section.commonarea .caption p {
  margin: 0 auto;
}

#top .wrap .content section.environment .caption p {
  margin: 0 auto;
}

#top .wrap .content section.movies .movieArea {
  margin: 8% auto 0;
}

#top .wrap .content section.movies .movieArea li {
  margin-bottom: 20px;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

#top .wrap .content section.movies .movieArea li a {
  display: block;
  padding-bottom: 0;
  border: none;
}

#top .wrap .content section.movies .movieArea li .movie {
  position: relative;
  margin-bottom: 10px;
}

#top .wrap .content section.movies .movieArea li .movie::before {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 99;
  width: 60px;
  height: 60px;
  content: '';
  background: url("../../img/ico_start.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

#top .wrap .content section.news .newsArea {
  width: 80%;
  margin: 8% auto 0;
}

#top .wrap .content section.news .newsArea li {
  margin-bottom: 30px;
  text-align: center;
}

#top .wrap .content section.news .newsArea li .newslist {
  position: relative;
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.14);
}

#top .wrap .content section.news .newsArea li .newslist::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 99;
  width: 64px;
  height: 64px;
  content: '';
  background: url("../../img/ico_look.png") no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

#top .wrap .content section.news .newsArea li span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

#top .wrap .content section.free-template:last-child {
  margin-bottom: 10px;
}

#top .wrap .content section.free-template h3 {
  margin-top: -21px;
}

#top .wrap .content section.free-template div {
  display: block;
}

#top .wrap .content section.free-template div:after {
  content: '';
  display: block;
  clear: both;
}

#top .wrap .content section.free-template p {
  margin-bottom: 20px;
}

#top .wrap .content section.free-template p:last-child {
  margin-bottom: 0;
}

#top .wrap .content section.free-template p.free-photo {
  margin-bottom: 20px;
}

#top .wrap .content section.free-template p.wp-caption-text {
  display: none;
}

#top .wrap .content section.free-template ul {
  margin: 30px auto 0;
}

#top .wrap .content section.free-template ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

#top .wrap .content section.free-template ul li strong {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}

#top .wrap .content section.free-template ul li:last-child {
  margin-bottom: 0;
}

#top .wrap .content section.free-template ul.photoArea li {
  margin: 0 16px 16px 0;
  padding-bottom: 0;
  border: none;
}

/* top-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #top {
    margin: 0 auto;
  }
  #top .smp {
    display: none;
  }
  #top .pc {
    display: block;
  }
  #top .wrap header h2 {
    margin: 50px auto;
  }
  #top .wrap .menu {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  #top .wrap .menu .btn-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 20px;
    bottom: auto;
    width: 100px;
    height: 40px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    font-size: 1rem;
  }
  #top .wrap .menu .btn-menu i {
    width: 20px;
    margin: 0 10px 0 0;
  }
  #top .wrap .menu .btn-menu i::before {
    margin: 0;
  }
  #top .wrap .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: static;
    width: 100%;
    height: auto;
    border-bottom: 5px solid #009538;
  }
  #top .wrap .menu ul li {
    width: calc((100% - 15px) / 4);
    margin: 0 5px 0 0;
    border-bottom: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top .wrap .menu ul li:nth-child(4n) {
    margin-right: 0;
  }
  #top .wrap .menu ul li a {
    border-bottom: 0;
    pointer-events: auto;
    cursor: pointer;
  }
  #top .wrap .content section {
    width: 1100px;
    margin: 50px auto 82px;
    padding: 0 50px 50px;
  }
  #top .wrap .content section h3 {
    margin-top: -32px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  #top .wrap .content section div.text p {
    margin-bottom: 15px;
  }
  #top .wrap .content section .photo.view::before {
    left: calc(50% - 57px);
    top: 50px;
    z-index: 99;
    width: 114px;
    height: 114px;
  }
  #top .wrap .content section .photo.view::after {
    right: 0;
    bottom: 50px;
    z-index: 99;
    width: 54px;
    height: 50px;
  }
  #top .wrap .content section .photo.zoom::after {
    bottom: 20px;
    width: 94px;
    height: 94px;
  }
  #top .wrap .content section .photoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  #top .wrap .content section .photoArea li {
    width: 320px;
    margin: 0 16px 16px 0;
  }
  #top .wrap .content section .photoArea li:nth-child(3n) {
    margin-right: 0;
  }
  #top .wrap .content section .caption {
    margin: 30px auto 0;
    text-align: center;
  }
  #top .wrap .content section.salesperson {
    width: 750px;
    margin-bottom: 82px;
  }
  #top .wrap .content section.salesperson h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
  #top .wrap .content section.salesperson div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .wrap .content section.salesperson div .sales-photo {
    width: 200px;
    margin: 0;
  }
  #top .wrap .content section.salesperson div .message {
    display: block;
    width: calc(100% - 220px);
    margin: 0;
  }
  #top .wrap .content section.salesperson .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 20px 0;
  }
  #top .wrap .content section.salesperson .contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #009538;
  }
  #top .wrap .content section.salesperson .contact li:first-child {
    width: 40%;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  #top .wrap .content section.salesperson .contact li span {
    margin-right: 5px;
    padding: 3px 8px;
    background: #009538;
    color: #fff;
    text-align: center;
  }
  #top .wrap .content section.salesperson .contact li span i {
    margin-right: 3px;
  }
  #top .wrap .content section.suggest .suggest-room {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  #top .wrap .content section.suggest h3 {
    margin-top: -32px;
  }
  #top .wrap .content section.suggest div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top .wrap .content section.suggest div .photo {
    width: 350px;
    margin: 0;
  }
  #top .wrap .content section.suggest div .message {
    display: block;
    width: calc(100% - 370px);
    margin: 0;
  }
  #top .wrap .content section.suggest div .message h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #top .wrap .content section.suggest div .caption {
    display: block;
  }
  #top .wrap .content section.commonarea .caption {
    text-align: center;
  }
  #top .wrap .content section.environment .photoArea div {
    display: block;
  }
  #top .wrap .content section.environment .caption {
    text-align: center;
  }
  #top .wrap .content section.movies .movieArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  #top .wrap .content section.movies .movieArea li {
    width: 320px;
    margin: 0 16px 16px 0;
  }
  #top .wrap .content section.movies .movieArea li:nth-child(3n), #top .wrap .content section.movies .movieArea li:last-child {
    margin-right: 0;
  }
  #top .wrap .content section.news .newsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 30px auto 0;
  }
  #top .wrap .content section.news .newsArea li {
    width: 230px;
    margin: 0 24px 24px 0;
  }
  #top .wrap .content section.news .newsArea li:nth-child(4n), #top .wrap .content section.news .newsArea li :last-child {
    margin-right: 0;
  }
  #top .wrap .content section.news .newsArea li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  #top .wrap .content section.free-template p.free-photo {
    float: left;
    width: 32%;
    margin-right: 20px;
  }
  #top .wrap .content section.free-template .photoArea li:nth-child(3n) {
    margin-right: 0;
  }
  #top .wrap .content section.free-template .photoArea div {
    display: block;
  }
  #top .wrap .content section.free-template .caption {
    text-align: center;
  }
  #top .wrap .content section.free-template .caption p {
    margin: 0 auto;
  }
}

/* top-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 960px) {
  #top .wrap .content section .photo.view::before {
    left: calc(50% - 57px);
    top: 50px;
    z-index: 99;
    width: 114px;
    height: 114px;
  }
  #top .wrap .content section .photo.view::after {
    right: 0;
    bottom: 50px;
    z-index: 99;
    width: 54px;
    height: 50px;
  }
  #top .wrap .content section .photo.zoom::after {
    bottom: 20px;
    width: 94px;
    height: 94px;
  }
  #top .wrap .content section .photoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  #top .wrap .content section .photoArea li {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  #top .wrap .content section .photoArea li:nth-child(2n) {
    margin-right: 0;
  }
  #top .wrap .content section.salesperson {
    width: 60%;
  }
  #top .wrap .content section.suggest .suggest-room div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top .wrap .content section.suggest .suggest-room div .photo {
    width: 350px;
    margin: 0;
  }
  #top .wrap .content section.suggest .suggest-room div .message {
    display: block;
    width: calc(100% - 370px);
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  #top .wrap .content section.suggest .suggest-room div .message h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  #top .wrap .content section.suggest .suggest-room div .caption {
    display: block;
  }
  #top .wrap .content section.movies .movieArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 0;
  }
  #top .wrap .content section.movies .movieArea li {
    width: 320px;
    margin: 0 16px 16px 0;
  }
  #top .wrap .content section.movies .movieArea li:nth-child(3n), #top .wrap .content section.movies .movieArea li:last-child {
    margin-right: 0;
  }
  #top .wrap .content section.news .newsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 30px auto 0;
  }
  #top .wrap .content section.news .newsArea li {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
  }
  #top .wrap .content section.news .newsArea li .newslist {
    width: 100%;
  }
  #top .wrap .content section.news .newsArea li:nth-child(3n), #top .wrap .content section.news .newsArea li :last-child {
    margin-right: 0;
  }
  #top .wrap .content section.news .newsArea li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  #top .wrap .content section.free-template p.free-photo {
    float: left;
    width: 32%;
    margin-right: 20px;
  }
  #top .wrap .content section.free-template ul.photoArea li {
    width: calc((100% - 40px) / 2);
    margin: 0 20px 20px 0;
  }
  #top .wrap .content section.free-template ul.photoArea li:nth-child(2n) {
    margin-right: 0;
  }
  #top .wrap .content section.free-template ul.photoArea div {
    display: block;
  }
  #top .wrap .content section.free-template .caption {
    text-align: center;
  }
  #top .wrap .content section.free-template .caption p {
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) and (max-width: 1024px) {
  #top .wrap .content section {
    width: 96%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
