@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat|M+PLUS+Rounded+1c');

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #222;
  font-family: 'Montserrat', 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.smp section {
  font-size: 34px;
}

br.sp {
  display: none;
}

.smp br.sp {
  display: inline;
}

.smp .pc {
  display: none;
}

a {
  color: #222;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .5;
}

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

strong {
  color: #ea380f;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

section img {
  cursor: pointer;
  transition: .3s;
}

section img:hover {
  opacity: .7;
}

section img.fix {
  cursor: default;
}

section img.chara {
  margin: 0 7px;
  padding-bottom: 7px;
  cursor: default;
}

section img.fix:hover,
section img.chara:hover {
  opacity: 1;
}

.mt25 {
  margin-top: 18px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}

#loading {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 1s, visibility 1s;
  width: 100%;
  z-index: 1333;
}

#loading div {
  animation: anime1 1s ease infinite normal;
  border: 2px solid rgba(128,128,128,.1);
  border-top-color: rgba(128,128,128,.5);
  border-radius: 50%;
  height: 40px;
  left: 50%;
  position: fixed;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
}

@keyframes anime1 {
  from {
  }

  to {
    transform: rotate(360deg);
  }
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading.hide div {
  display: none;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1000px;
  width: 100%;
  transition: .5s;
  z-index: 100;
}

#slides {
  background: #fff;
  width: 1000px;
  height: 365px;
  overflow: hidden;
  position: relative;
  margin:  0 auto;
  transition: .5s;
  z-index: 10;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/header_00.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 2s;
}

.slide.show {
  opacity: 1;
}

.slide_00 {
  background-color: #fff;
  background-size: contain;
}

.slide_01 {
  background-image: url(../img/header_01.jpg);
}

.slide_02 {
  background-image: url(../img/header_02.jpg);
}

.slide_03 {
  background-image: url(../img/header_03.jpg);
}

.slide_04 {
  background-image: url(../img/header_04.jpg);
}

.slide_05 {
  background-image: url(../img/header_06.jpg);
}

.title {
  width: 1000px;
  height: 365px;
  margin: 0 auto 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  z-index: 20;
}

.title img {
  opacity: 0;
  position: absolute;
  transition: .5s;
  width: 92px;
}

.title .maari {
  left: 245px;
  top: 25px;
}

.title .tomato {
  left: 454px;
  top: 45px;
}

.title .corn {
  left: 691px;
  top: 15px;
}

.title .flag {
  left: 84px;
  top: 70px;
  width: 832px;
}

.header.s #slides {
  height: 0;
}

.header.s .title {
  height: 100px;
}

.header.s .title img {
  opacity: 1;
}

.header .title .maari {
  left: 327px;
  top: 24px;
  width: 34px;
}

.header .title .tomato {
  left: 282px;
  top: 5px;
  width: 40px;
}

.header .title .corn {
  left: 360px;
  top: 5px;
  width: 40px;
}

.header .title .flag {
  left: 20px;
  top: 10px;
  width: 224px;
}

.header .global {
  background: #fff url(../img/header_bg.png) center bottom no-repeat;
  font-size: 200%;
  line-height: 44px;
  padding-bottom: 24px;
  padding-top: 20px;
  position: relative;
  transform: translateY(-100%);
  transition: .5s;
  z-index: 3;
}

.loaded .header .global {
  transform: translateY(0);
}

.header .nav_child {
  position: relative;
}

.header .local {
  background: url(../img/nav_child_bg.png) center bottom repeat-x;
  font-size: 132%;
  line-height: 70px;
  padding-bottom: 30px;
  width: 1000px;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -500px;
  z-index: 2;
}

.smp .header .local {
  font-size: 146%;
}

.header .local.white {
  background: #fff;
  padding-bottom: 0;
}

.header .sub {
  background: url(../img/nav_child_bg.png) center bottom repeat-x;
  font-size: 132%;
  line-height: 60px;
  padding-bottom: 30px;
  width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
  z-index: 1;
}

.header .sub_inner {
  background: url(../img/nav_child_sub_bg.png) center top repeat-x;
  margin: 0 auto;
  width: 690px;
}

.header .local,
.header .sub {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s,visibility .5s,top .5s;
}

.header .local.on,
.header .sub.on {
  opacity: 1;
  visibility: visible;
}

.header .local.on {
  top: 0;
}

.header .sub.on {
  top: 70px;
}

.header a.active {
  color: #EA380F;
}

.header.s .global {
  padding-top: 100px;
}

.main {
  padding-top: 453px;
}

.main.info {
  padding-top: 200px;
}

section {
  line-height: 1.75;
  margin: 0 auto;
  width: 900px;
}

section h2 {
  font-size: 150%;
  padding-top: 70px;
}

section h3 {
  font-size: 130%;
}

.smp section h3 {
  font-size: 120%;
}

section h4 {
  font-size: 100%;
}

section p {
  line-height: 1.65;
  text-align: left;
}

section p a {
  border-bottom: 1px solid #333;;
}

section .s {
  font-size: 91%;
}

section .g {
  color: #444;
}

section .center {
  text-align: center;
}

section .left {
  text-align: left;
}

section .more {
  background: url(../img/more.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin: 50px auto 0;
  width: 250px;
  line-height: 44px;
}

.smp section .more {
  width: 350px;
  line-height: 70px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery li {
  display: block;
  width: 31%;
}

.gallery img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.gallery .caption {
  display: block;
  font-size: 62%;
  width: 110%;
  margin-top: 10px;
}

.gallery8 li {
  display: block;
  width: 23.7%;
}

.gallery img {
  height: 164px;
  object-fit: cover;
}

#c0 {
  padding-top: 250px;
  margin-top: -180px;
}

#c0 ul {
  list-style: none;
}

#c0 li:nth-child(n+2) {
  margin-top: 60px;
}

#c0 li a {
  display: block;
}

#c0 h2 {
  font-size: 120%;
  padding-top: 0;
}

#c0 h2.f200 {
  font-size: 200%;
  line-height: 1.5;
}

#c0 h2.trial a:hover {
  color: #ea380f;
  opacity: 1;
}

#c0 h2 a {
  display: inline-block;
}

#c1 {
  padding-top: 135px;
  /*margin-top: -120px;*/
}

#c2_1_1 {
  padding-top: 330px;
  margin-top: -260px;
}

#c2_1_2 {
  padding-top: 330px;
  margin-top: -260px;
}

.absright {
  position:absolute;
  bottom:0;
  right:0;
}

#c2_2 {
  padding-top: 230px;
  margin-top: -190px;
}

.iturn h3 {
  color: #48c108;
}

.iturn .lite {
  color: #72e535;
}

.iturn h3 a {
  color: #48c108;
  border-bottom: 1px solid #48c108;;
}

.uturn h3 {
  color: #3041b7;
}

.uturn .lite {
  color: #5a6ecc;
}

.uturn h3 a {
  color: #3041b7;
  border-bottom: 1px solid #3041b7;;
}

.stay h3 {
  color: #ED4C06;
}

.stay .lite {
  color: #DB8240;
}

.stay h3 a {
  color: #DB8240;
  border-bottom: 1px solid #DB8240;;
}

#c2_3 {
  padding-top: 230px;
  margin-top: -190px;
}

#c2_4 {
  padding-top: 230px;
  margin-top: -190px;
}

#c3_1 {
  padding-top: 260px;
  margin-top: -190px;
}

.work{
  
}

.work .spec {
  background: #c9c9c9;
  font-size: 80%;
  padding: 35px 15px 15px;
  text-align: left;
}

.work dl {
  overflow: hidden;
}

.work dt {
  float: left;
  width: 120px;
}

.work dd {
  padding-left: 120px;
}

.smp .work dt {
  float: left;
  width: 150px;
}

.smp .work dd {
  padding-left: 150px;
}

#c3_2 {
  padding-top: 260px;
  margin-top: -190px;
}

.house .photo {
  margin: 0 auto;
  width: 600px;
}

.house .thumb {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.house .thumb li {
  flex: 0 0 14%;
  padding-bottom: 15px;
}

.house .thumb li:nth-child(n+2) {
  margin-left: 15px;
}

.house .spec {
  background: #c9c9c9;
  display: flex;
  font-size: 80%;
  padding: 35px 15px 15px;
}

.house .spec .left {
  width: 50%;
  text-align: left;
}

.house dl {
  overflow: hidden;
}

.house dt {
  float: left;
  width: 100px;
}

.house dd {
  padding-left: 100px;
}

.house .spec .right {
  width: 50%;
  text-align: right;
}

.house .spec a {
  border-bottom: 1px solid #333;;
}

#c4 {
  padding-top: 190px;
  margin-top: -120px;
}

#c5 {
  padding-top: 190px;
  margin-top: -120px;
}

.support p {
  overflow: hidden;
}

.maari_right {
  margin-top: -170px;
}

.maari_right .right {
  width: 300px;
}

.smp .maari_right {
  transform: translateY(-30px);
}

.smp .maari_right .right {
  width: 180px;
}

.support .right {
  float: right;
  font-size: 60%;
  width: 400px;
  text-align: center;
  padding: 10px 0 10px 10px;
}

.support a {
  border-bottom: 1px solid #333;
}

.footer {
  font-size: 70%;
  line-height: 1.5;
  padding: 140px 0 35px;
}

.lightbox {
  background: rgba(0,0,0,.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.smp .shogakukin {
  width: 220px !important;
  vertical-align: top;
}

.smp .kaoku {
  width: 777px !important;
  vertical-align: top;
}

.smp .gallery .caption {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.header .back {
  color: #ea380f;
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 91%;
}

.title.bgw {
  background: url(../img/nav_child_bg.png) center bottom repeat-x;
  height: 130px !important;
}

.info section h2 {
  padding-top: 0;
}

.info strong {
  color: #222;
  border-bottom: 1px solid #666;
  display: block;
  font-size: 110%;
  padding-bottom: 5px;
  margin-bottom: 28px;
}

.info table {
  border-top: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 91%;
  word-break: break-all;
  width: 100%;
}

.info table table {
  font-size: 100% !important;
}

.info th,
.info td {
  border-bottom: 1px solid #ddd;
  text-align: left;
  padding: 20px 0 20px 20px;
}

.info th {
  background: #f4f4f4;
  vertical-align: top;
  width: 125px;
}

.info td a {
  border-bottom: 1px solid #333;
}

.info td a.mailer {
  border-bottom: 0;
  color: #0663C1;
}

.info .dt {
  display: inline-block;
  width: 5.5em;
}

.pt5 {
  display: inline-block;
  padding-top: 5px;
}

.pt15 {
  display: inline-block;
  padding-top: 15px;
}

.smp .info table {
  font-size: 65%;
}

.info ol li {
  position: relative;
}

.info ol li:nth-child(n+2) {
  margin-top: 40px;
}

.info ol li:nth-child(n+2)::before {
  position: absolute;
  top: -40px;
  content: '▼';
  left: 50%;
  width: 50px;
  text-align: center;
  margin-left: -25px;
  display: block;
  font-size: 70%;
}

.info ol li a {
  border-bottom: 1px solid #000;
}

.relative {
  position: relative;
}

.figure {
  position: absolute;
  pointer-events: none;
}

.figure1 {
  top: -70px;
  right: -50px;
  width: 180px;
}

.figure2 {
  top: 50px;
  right: 30px;
  width: 300px;
}

.figure3 {
  top: -50px;
  left: -70px;
  width: 200px;
}

.smp .figure1 {
  top: 0;
  right: -20px;
  width: 150px;
}

.smp .figure2 {
  top: 180px;
  width: 280px;
}

.smp .figure3 {
  top: -70px;
  left: -30px;
  width: 180px;
}