@charset "UTF-8";
/*---------------------------------------------
mixin
---------------------------------------------*/
/*---------------------------------------------
 common
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Chonburi");
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?90493424");
  src: url("../font/fontello.eot?90493424#iefix") format("embedded-opentype"), url("../font/fontello.woff2?90493424") format("woff2"), url("../font/fontello.woff?90493424") format("woff"), url("../font/fontello.ttf?90493424") format("truetype"), url("../font/fontello.svg?90493424#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90493424#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow1:before {
  content: '\e800';
}

/* '' */
.icon-tel:before {
  content: '\e802';
}

/* '' */
.icon-flag:before {
  content: '\e803';
}

/* '' */
body {
  line-height: 1.8;
  min-width: 1000px;
  background: #fff;
  font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	
}
@media screen and (max-width: 448px) {
  body {
    min-width: 100%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 448px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 448px) {
  .sp {
    display: block;
    margin: 0 auto;
  }
}

a:hover {
  opacity: .7;
  transition: all .3s;
}

a[href^="tel:"] {
  pointer-events: none;
  color: inherit;
  border-bottom: none;
}
@media screen and (max-width: 448px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

input[type="text"], input[type="email"] {
  -webkit-appearance: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  opacity: .7;
}

textarea {
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="submit"]:focus, textarea:focus {
  outline: 0;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.container {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 448px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
  }
}

/*---------------------------------------------
top
---------------------------------------------*/
.wrapper {
  background: #fff;
  overflow: hidden;

}

.inner {
  width: 700px;
  margin: 0 auto;
  background: #fff462;
	text-align: center;
}
@media screen and (max-width: 448px) {
  .inner {
    width: 100%;
  }
}

.header {
  background: #00afec;
  padding-top: 40px;
}
.header__title {
  background: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  color: #0093da;
  text-align: center;
  line-height: 1;
  padding: 12px;
  margin-bottom: 44px;
}
.header__copy {
  width: 871px;
  margin: 0 auto;
}

@media screen and (max-width: 448px) {
  .header {
    padding: 30px 0 0 0;
    position: relative;
  }
  .header .container {
    width: 100%;
    padding: 0;
  }
  .header__title {
    background: #fff;
    font-size: 6vmin;
    font-weight: 700;
    color: #0093da;
    text-align: center;
    line-height: 1;
    padding: 12px;
    margin-bottom: 30px;
  }
  .header__copy {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    margin: 0 auto 10px;
    text-align: center;
  }
  .header__scroll {
    width: 10%;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}


.inner section{
	padding: 2rem 40px 0;
}
.position{
	position: relative;
}
.btn{
	position: absolute;
	width: 64%;
}
.mb20{
	margin-bottom: 20px;
}
.pb20{
	padding-bottom: 20px;
}
.header h1{
	padding:0 4% 15px;
	box-sizing: border-box;
}
.area1 .top_ .btn{
	right: 20px;
	bottom: 10px;
}
.area1 .mid_ .btn{
	width: 53%;
	right: 25px;
	bottom: 33px;
}
.area1 .text{
	color: #5d0424;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 30px 0 20px;
	line-height: 1.5;
	position: relative;
}
.area1 .yazirushi_box{
    position: relative;
    margin-bottom: 50px;
}
.area1 .yazirushi::after {
    content: "";
    display: block;
    background: url(../img/area2_icon.svg) no-repeat;
    position: absolute;
    bottom: -50px;
    width: 44px;
    height: 50px;
    left: calc(50% - 22px);
}
.w_area{
	margin: 0 -40px;
}
.fix > p{
	float: left;
	width: 50%;
}
.fix > p:nth-child(1){
	padding-right: 20px;
	box-sizing: border-box;
}
.fix::after{
	content: "";
	display: block;
	clear: both;
}
.inner .area2{
    padding:2rem 0;
}
.area2 .text{
	color: #5d0424;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
	line-height: 1.5;
	position: relative;
}
.area2 h4.text::before{
	content: "";
	display: block;
	background: url("../img/area2_icon.svg") no-repeat;
	position: absolute;
	top: -50px;
	width: 44px;
	height: 50px;
	left: calc(50% - 22px);
}
.area2 .area2_box h3{
    background: #fff;
    padding: 20px 0;
    border-top:5px solid #5d0424;
}
.area2 .area2_box{
    padding-bottom: 50px;
}
.area2 .area2_box:nth-child(3){
    padding-bottom: 0;
}
.area2 span {
    display: block;
    text-align: left;
    color: #5d0424;
    margin: 10px 0 70px 5%;
}

.inner section.area2{
	padding-bottom: 180px;
	background: url( "../img/b_area_img.png") no-repeat center bottom;
	margin-bottom: 50px;
}
   .area2 .link_btn .lalarash_01btn{
        margin: auto;
        margin-bottom: 20px;
}

/*---モーダル----------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.modalWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform:translate(-50%,0);
  width:700px;
	height : 100%; 
	background: #fff462;
  overflow : auto;
}
.modalContents{
	background: #fff462;
	box-sizing: border-box;
}
.openModal{
	cursor: pointer;
	transition: all 0.3s;
}
.openModal:hover,
.rev_btn:hover{
	opacity: .7;
}
.rev_btn{
	width: 33%;
	padding: 20px 0;
	cursor: pointer;
	transition: all 0.3s;
}




@media screen and (max-width: 448px) {
	
	.inner section {
    padding: 1rem 10px 0;
	}
	.mb20 {
    margin-bottom: 15px;
	}
	.area1 .mid_ .btn {
    width: 53%;
    right: 15px;
    bottom: 4%;
}
	.w_area {
    margin: 0 -10px;
}
    .area1 .text{
    font-size: 1.1rem;
    }
    .area1 .yazirushi_box {
    margin-bottom: 40px;
}
    .area1 .yazirushi::after {
    bottom: -40px;
    width: 24px;
    height: 30px;
    left: calc(50% - 12px);
}
	.area2 .text{
		font-size: 1.1rem;
		margin: 30px 0 20px;
        padding: 0 6%;
	}
	.area2 .text::after{
    width: 30px;
    height: 32px;
    left: calc(50% - 15px);
	}
	.inner section.area2{
		padding-bottom: 90px;
		margin-bottom: 35px;
		background-size: contain;
	}
    .area2 h4.text::before {
    top: -35px;
    width: 24px;
    height: 30px;
    left: calc(50% - 12px);
}
    .inner .area2{
    padding:1rem 0;
}
    .area2 .area2_box h3 {
    padding: 10px 0;
}
    .area2 .area2_box {
    padding-bottom: 30px;
}
    .area2 span {
    margin: 3px 0 50px 5%;
}
   .area2 .link_btn .lalarash_01btn{
        width: 70%;
        margin: auto;
        margin-bottom: 10px;
}
        

	
	/*---モーダル----------*/
	.modalWrapper {
		position: absolute;
		top: 0;
		left: 50%;
		transform:translate(-50%,0);
		width:100%;
		height : 100%; 
		background: #fff462;
		overflow : auto;
	}
}





.pagetop {
  font-family: 'Chonburi', cursive;
  width: 100px;
  position: relative;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  transition: all .3s;
  opacity: 0;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #727071;
}
.pagetop:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background: url(../img/pagetop.svg) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  transition: all .3s;
}
.pagetop:hover {
  opacity: .7;
}
.pagetop:hover:before {
  opacity: .7;
}
@media screen and (max-width: 448px) {
  .pagetop {
    width: 60px;
    position: relative;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .pagetop:before {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background: url(../img/pagetop.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
  }
  .pagetop a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #727071;
    padding: 50px 0 0 0;
    display: inline-block;
  }
  .pagetop:hover:before {
    opacity: .7;
  }
}

.footer {
  background: #fff;
  text-align: center;
  padding: 40px 0;
}
.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  width: 80%;
  display: inline-block;
}

.footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
	justify-content: space-around;
  flex-wrap: wrap;
  width: 320px;
  margin: 0 auto 30px;
}
.footer-nav__item:nth-child(3){
	width: 100%;
}
.footer-nav__item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 448px) {
  .footer-nav {
    width: 100%;
    margin: 0 auto 30px;
  }
  .footer-nav__item {
    width: 50%;
  }
  .footer-nav__item a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #666;
  }
  .footer-nav__item:nth-child(1) {
    width: 54%;
  }
  .footer-nav__item:nth-child(2) {
    width: 46%;
  }
  .footer-nav__item:nth-child(3) {
    width: 100%;
  }
  .footer-nav__item:nth-child(4) {
    width: 25%;
  }
  .footer-nav__item:nth-child(5) {
    width: 25%;
  }
  .footer-nav__item:nth-child(6) {
    width: 25%;
  }
}



