@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

img {vertical-align: bottom;}
ul {list-style: none;}

@media screen and (min-width: 769px){}

/* ========================================
General
======================================== */

html,body{
  font-size:62.5%;
  line-height: 1.75;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  background: #fff;
  word-wrap: break-word;
}



.wrap {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 769px){
  body {
    font-size: 1.6rem;
  }

  .wrap {
    max-width: 768px;
  }

  .inner{
    max-width: 614px;
    padding: 80px 0;
  }
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: 0.2em;
}

._mb-20 {margin-bottom: 10px;}
._mb-40 {margin-bottom: 20px;}

_mb-20{

  
}

@media screen and (min-width: 769px){
  ._mb-20 {margin-bottom: 20px;}
  ._mb-40 {margin-bottom: 40px;}
}

/* ========================================
Header
======================================== */

#header {
  padding: 2rem 1rem;
}

#header img {
  width: 30vw;
}

@media screen and (min-width: 769px){
  #header {
    padding: 16px 0;
  }

  #header img {
    max-width: 208px;
  }
}

/* ========================================
Contents
======================================== */

body {
  background-color: #F2FCF6;
}

/* twitter画像をホバーした */
.ositakan_button:hover{
 
	/* 透明度を上げることで、画像の色を薄く見せる。*/
	opacity:0.5;
 
	/* リンクをホバーしたときのカーソルにする。*/
	cursor: pointer;
}
 
/* twitter画像をクリックした瞬間 */
.ositakan_button:active{
 
	/* 要素を若干下に下げることで、押した感じを出す。*/
 
	/* 今いる位置から相対的に3px下に配置する。*/
	position: relative;
	top: 3px;
 
}
.botan {

}

.botan2 {
  color:#ddd;
  size:50px;
  background: rgb(255, 0, 187);
}

.botan3 {
  animation-name: poyopoyo;
}

.list_type-a .type-a dt, .name_pink {color: #f07d80;}
.list_type-a .type-b dt, .name_orange {color: #f8b551;}
.list_type-a .type-c dt, .name_blue {color: #73c5dd;}
.list_type-a .type-d dt, .name_green {color: #aacc00;}

.list_type-a dd {
  position: relative;
  width: calc(100% - 100px);
  background: #fff;
  padding: 20px 10px;
  border: solid 2px;
  border-radius: 15px;
  margin: 0 0 0 20px;
}

@media screen and (min-width: 769px){
  .list_type-a dd {
    padding: 40px 20px;
    border-radius: 30px;
  }
}

.list_type-a .type-c,
.list_type-a .type-d {
  flex-direction: row-reverse;
}

.list_type-a .type-c dd,
.list_type-a .type-d dd {
  margin: 0 20px 0 0;
}
.sec-intro-01 {
  background: #d1ee7e url(../images/img_bg_footprint.png) no-repeat left 14% bottom 1%;
  background-size: 20%;
}

.sec-exp-01 {
  background: #d1ee7e url(../images/img_bg_park.png) no-repeat right 14% top 15%;
  background-size: 40%;
}

.sec-exp-02 {
  background: #d1ee7e url(../images/img_bg_room.png) no-repeat right 14% top 15%;
  background-size: 40%;
}

@media screen and (min-width: 769px){
  .sec-intro-01 {
    background-size: 10%;
  }
  
  .sec-exp-01 {
    background-size: 30%;
  }
  
  .sec-exp-02 {
    background-size: 25%;
  }
}

.btn {
  position: relative;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}

.btn_type-a a {
  position: relative;
  display: inline-block;
  padding: 16px 0;
  text-decoration: none;
  width: calc(100% - 4px);
  font-size: 5.8vw;
  font-weight: 700;
  color: #fff;
  background-color: #ec6941;
  border: 1px dashed #FFF;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
}

.btn_type-a a::before {
  content: '';
  display: inline-block;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
  background-color: #ec6941;
  border-radius: 10px;
}

.btn_type-a a::after {
  content: '';
  display: inline-block;
  width: calc(100% + 12px);
  height: 100%;
  position: absolute;
  right: -6px;
  bottom: -12px;
  z-index: -2;
  background: #bf5130;
  border-radius: 10px;
}

.btn_type-a a span {
  position: relative;
}

.btn_type-a a span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}

.btn_type-a a:hover {
  top: 6px;
}

.btn_type-a a:hover::after {
  bottom: 0;
}

@media screen and (min-width: 769px){
  .btn_type-a a {
    font-size: 3.6rem;
  }
}



/* ========================================
Fotter
======================================== */

#footer { 
  padding: 16px 0;
  text-align: center;
}

#footer .inner {
  padding: 0;
}

/* ========================================
Contact
======================================== */

@media screen and (min-width: 769px){
  .contact .inner {
    width: 100%;
    max-width: inherit;
  }
}

.contact h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #602d1d;
}

.Form-Item {
  display: block;
  border-top: 1px solid #ddd;
  padding: 24px 0;
}

p.Form-Item-Label {
  display: flex;
  align-items: center;
  min-width: 30%;
  margin: 0 0 16px;
}

span.Form-Item-Label-Required {
  min-width: 6%;
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  background: #f07d80;
  font-size: 1.4rem;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

input.Form-Item-Input,
textarea.Form-Item-Input {
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 1rem;
  border-radius: 4px;
  border: solid 1px #ccc;
}

textarea.Form-Item-Input {
  min-height: 120px;
}

.Form-Btn {
  display: block;
  width: 280px;
  margin: 32px auto 0;
  padding: 20px 0;
  border: solid 1px #bf5130;
  border-radius: 4px;
  letter-spacing: 0.05em;
  background: #ec6941;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.contact .policy {
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 769px){
  .contact h2 {
    font-size: 2.8rem;
  }

  .Form-Item {
    display: flex;
  }

  p.Form-Item-Label {
    margin: 0;
  }
}

.complete p {
  text-align: center;
}

.complete a {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}


/* ========================================
CTA 卍 一生ついてくるやつ 卍　†★流用可能★†
======================================== */

.btn-wrap-pc-sp {
  position: fixed;
  z-index: 9999;
  bottom: 0; 
  right: 0; 
  left : 0;
  font-size: 1.2rem;


  .sample {
    width: 100px;
 }
 
 .sample img {
    width: 100%;
 }