@charset "UTF-8";
body {
    font-family: 'Noto Serif JP', serif;
}
#mouse-stalker {
    pointer-events: none;
    position: fixed;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgba(227, 154, 215, 0.5);
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    z-index: 999;
}
/*PCサイズレスポンシブ*/
@media(min-width:1000px){
html{
    font-size: 16px;
}
body {
    min-width: 1000px;
}
.container {
    width: 100%;
}
#header,.openbtn,#g-nav,#g-nav-list {
    display: none;
}
.header {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header1 {
    width: 30%;
}
.header2 {
    width: 40%;
}
.header1 img {
    width: 50% ;
}
.header2 ul {
    font-size: 20px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.header2 li {
    width: 50%;
}
.header2 a {
    text-decoration: none;
    color: #000000;
}
.header2 a:hover {
    color: #000;
    opacity: 0.3;
  }
.header2 img {
width: 30%;
}
.header2 img:hover {
    opacity: 0.3;
}
.navi {
    width: 100%;
    height: 300px;
    background-image: url(../img/haikei.png);
    background-size: cover;
    font-size: 30px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.contact,.main {
    width: 70%;
    margin-top: 100px;
    margin: 0 auto;
    text-align: center;
}
.main p {
    font-size: 1.2rem;
    margin-top: 10%;
    margin-bottom: 5%;
}
label {
    font-size: 1.5rem;
    margin-top: 5%;
}
input[type="text"],
input[type="email"],
textarea{
    background: rgba(255,255,255,.5);
    font-size: 1rem;
    border: 1px solid #000000;  /* 枠線 */
    border-radius: 0.1em;   /* 角丸 */
    padding:1em 6em;
}
textarea{
    padding: 7em 7em;
}
.submit {
    width: 20%;
    margin: 0 auto;
    margin-top: 15%;
    margin-bottom: 10%;
}
input[type="submit"]{
    width: 40%;
    font-size: 1.5rem;
    color: #000000;
	display: inline-block;
    padding: 15px 0px;
    text-align: center;
	background-color: #ff6c94;
    border: 1px solid #ff6c94;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
    border: name;
    cursor: pointer;
    line-height: 1;
}
select{
    color: rgb(116, 115, 115);
    border: 1px solid #000000;  /* 枠線 */
    border-radius: 0.1em;   /* 角丸 */
    padding:1em 6.8em;          /* 内側の余白量 */
     /* 右側に▼表示 */
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    font-size: 1rem;
    margin-left: 40px;
}
.footer {
    width: 100%;
    text-align: center;
}
.footer2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}
.footer #rogo {
    width: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer #ig {
    width: 3%;
    margin-top: 50px;
}
.footer a {
    text-decoration: none;
    color: #000000;
    margin: 40px;
}
.footer a:hover {
    color: #000;
    opacity: 0.3;
  }
.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
}
/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px){
    body{
        min-width:600px;
        max-width:999px;
    }
    .container{
        width:100%;
    }
    #header,.openbtn,#g-nav,#g-nav-list {
        display: none;
    }
    .header {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header1 {
        width: 30%;
    }
    .header2 {
        width: 65%;
    }
    .header1 img {
        width: 55% ;
    }
    .header2 ul {
        font-size: 20px;
        list-style: none;
        display: flex;
        justify-content: space-around;
    }
    .header2 li {
        width: 50%;
    }
    .header2 a {
        text-decoration: none;
        color: #000000;
    }
    .header2 a:hover {
        color: #000;
        opacity: 0.3;
      }
    .header2 img {
    width: 30%;
    }
    .header2 img:hover {
        opacity: 0.3;
    }
    .navi {
        width: 100%;
        height: 250px;
        background-image: url(../img/haikei.png);
        background-size: cover;
        font-size: 30px;
        letter-spacing: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
    }
    .contact,.main {
        width: 70%;
        margin-top: 80px;
        margin: 0 auto;
        margin-top: 5%;
        text-align: center;
    }
    .main p {
        font-size: 1.2rem;
        margin-top: 10%;
        margin-bottom: 5%;
    }
    label {
        font-size: 1.5rem;
    }
    input[type="text"],
    input[type="email"],
    textarea{
        background: rgba(255,255,255,.5);
        font-size: 1rem;
        border: 1px solid #000000;  /* 枠線 */
        border-radius: 0.1em;   /* 角丸 */
        padding:1em 6em;
        margin-bottom: 8%;         /* 内側の余白量 */
    }
    textarea{
        padding: 7em 7em;
    }
    .submit {
        width: 40%;
        margin: 0 auto;
        margin-top: 15%;
        margin-bottom: 10%;
    }
    input[type="submit"]{
        width: 50%;
        font-size: 1.5rem;
        color: #000000;
        display: inline-block;
        padding: 15px 0px;
        text-align: center;
        background-color: #ff6c94;
        border: 1px solid #ff6c94;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 1s;
        border: name;
        cursor: pointer;
        line-height: 1;
    }
    select{
        color: rgb(116, 115, 115);
        border: 1px solid #000000;  /* 枠線 */
        border-radius: 0.1em;   /* 角丸 */
        padding:1em 6.8em;          /* 内側の余白量 */
         /* 右側に▼表示 */
        -moz-appearance: menulist-button;
        -webkit-appearance: menulist-button;
        appearance: menulist-button;
        font-size: 1rem;
        margin-bottom: 10%;
        margin-left: 40px;
    }
    .footer {
        width: 100%;
        text-align: center;
    }
    .footer2 {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
    }
    .footer #rogo {
        width: 15%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer #ig {
        width: 5%;
        margin-top: 50px;
    }
    .footer a {
        text-decoration: none;
        color: #000000;
        margin: 40px;
    }
    .footer a:hover {
        color: #000;
        opacity: 0.3;
      }
    .footer ul {
        list-style: none;
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
}

/*SPサイズレスポンシブ*/
@media(max-width:599px){
    body{
        max-width:599px;
    }
    .container{
        width:100%;
    }
.header {
    display: none;
}
/*========= ぼかしのためのCSS ===============*/

.mainblur{
	filter: blur(8px);
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.3);/*背景を少し透過させる*/
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:1.2rem;
}

#header{
	width:100%;
	background: #ffffff;
	padding: 20px;
}
#header img {
    width: 30%;
}
.navi {
    width: 100%;
    height: 130px;
    background-image: url(../img/haikei.png);
    background-size: cover;
    font-size: 30px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.contact,.main {
    width: 100%;
    margin-top: 80px;
    margin: 0 auto;
    text-align: center;
}
.main p {
    font-size: 1.2rem;
}
label {
    font-size: 1.2rem;
    margin-top: 5%;

}
input[type="text"],
input[type="email"],
textarea{
    background: rgba(255,255,255,.5);
    font-size: 1rem;
    border: 1px solid #000000;  /* 枠線 */
    border-radius: 0.1em;   /* 角丸 */
    padding:1em 5em;
    margin-bottom: 8%;         /* 内側の余白量 */
}
textarea{
    padding: 7em 5em;
}
.submit {
    width: 40%;
    margin: 0 auto;
    margin-top: 15%;
    margin-bottom: 10%;
}
input[type="submit"]{
    width: 30%;
    font-size: 1.2rem;
    color: #000000;
	display: inline-block;
    padding: 15px 0px;
    text-align: center;
	background-color: #ff6c94;
    border: 1px solid #ff6c94;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
    border: name;
    cursor: pointer;
    line-height: 1;
}
select{
    color: rgb(116, 115, 115);
    border: 1px solid #000000;  /* 枠線 */
    border-radius: 0.1em;   /* 角丸 */
    padding:1em 6em;          /* 内側の余白量 */
     /* 右側に▼表示 */
    -moz-appearance: menulist-button;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    font-size: 1rem;
    margin-bottom: 10%;
}
.footer {
    width: 100%;
    text-align: center;
}
.footer2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}
.footer #rogo {
    width: 25%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer #ig {
    width: 7%;
    margin-top: 50px;
}
.footer a {
    text-decoration: none;
    color: #000000;
    margin: 20px;
}
.footer a:hover {
    color: #000;
    opacity: 0.3;
  }
.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }
  @media (max-width: 520px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
  
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media (max-width: 520px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media (max-width: 520px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media (max-width: 520px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #545454;
    color: #fff;
    font-size: 14px;
  }
  @media (max-width: 520px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media (max-width: 520px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media (max-width: 520px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #545454;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
  }
  @media (max-width: 520px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }