@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;
}
.containar {
    width: 100%;
}
/*16.17をpcとipadに足す*/
#header,.openbtn,#g-nav,#g-nav-list {
    display: none;
}
.header {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header1 {
    width: 40%;
}
.header1 ul {
    font-size: 20px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.header1 a {
    text-decoration: none;
    color: #000000;
}
.header1 a:hover {
    color: #000;
    opacity: 0.3;
  }
  .header1 li {
    width: 10%;
  }
.header1 img {
width: 60%;
}
.header2 img:hover {
    opacity: 0.3;
}
.navi {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.navi1 img {
    width: 80%;
    padding-top: 170px;
    padding-left: 60px;
}
.navi2 img {
    width: 100%;
}
.main {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
    line-height: 40px;
}
.main img {
    width: 40%;
}
.main1 {
    width: 40%;
    position: relative;
}
.main1 h3 {
    position: absolute;
    top: 30%;
    left: 20%;
}
.main1 p {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 25%;
}
.service {
    width: 100%;
    height: 450px;
    text-align: center;
    padding-top: 10%;
    background-color: #ffffff;
}
.service h2 ,.contact h2 {
    font-size: 1.6rem;
    padding-bottom: 2%;
}
.service img {
    width: 80%;
    align-items: center;
}
.contact {
    width: 100%;
    height: 450px;
    text-align: center;
    padding-top: 7%;
    background-color: #FFE4E1;
}
.contact p {
    font-size: 1.4rem;
    padding-bottom: 5%;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/*その他と主な共通部分は省略*/

a.btn-border {
    border-radius: 0;
  }
  
  a.btn-border:before,
  a.btn-border:after {
    position: absolute;
  
    width: 100%;
    height: 2px;
  
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  
    background: #000;
  }
  
  a.btn-border:before {
    top: 0;
    left: 0;
  }
  
  a.btn-border:after {
    right: 0;
    bottom: 0;
  }
  
  a.btn-border:hover:before,
  a.btn-border:hover:after {
    width: 0;
  }
.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: 100px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .header1 {
        width: 60%;
    }
    .header1 ul {
        font-size: 20px;
        list-style: none;
        display: flex;
        justify-content: space-around;
    }
    .header1 a {
        text-decoration: none;
        color: #000000;
    }
    .header1 a:hover {
        color: #000;
        opacity: 0.3;
      }
      .header1 li {
        width: 10%;
      }
    .header1 img {
    width: 60%;
    }
    .header2 img:hover {
        opacity: 0.3;
    }
    .navi {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .navi1 img {
        width: 80%;
        padding-top: 170px;
        padding-left: 60px;
    }
    .navi2 img {
        width: 100%;
    }
    .main {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 25px;
        line-height: 40px;
    }
    .main img {
        width: 40%;
    }
    .main1 {
        width: 40%;
        position: relative;
    }
    .main1 h3 {
        font-size: 1.2rem;
        position: absolute;
        top: 20%;
        left: 15%;
    }
    .main1 p {
        font-size: 1rem;
        position: absolute;
        top: 55%;
        left: 20%;
    }
    .service {
        width: 100%;
        height: 400px;
        text-align: center;
        padding-top: 13%;
        background-color: #ffffff;
    }
    .service h2 ,.contact h2 {
        font-size: 1.3rem;
        padding-bottom: 2%;
    }
    .service img {
        width: 80%;
        align-items: center;
    }
    .contact {
        width: 100%;
        height: 400px;
        text-align: center;
        padding-top: 10%;
        background-color: #FFE4E1;
    }
    .contact p {
        font-size: 1rem;
        padding-bottom: 5%;
    }
    /*まずはお決まりのボックスサイズ算出をborer-boxに */
    *,
    *:before,
    *:after {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
    }
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
    }
    /*その他と主な共通部分は省略*/
    
    a.btn-border {
        border-radius: 0;
      }
      
      a.btn-border:before,
      a.btn-border:after {
        position: absolute;
      
        width: 100%;
        height: 2px;
      
        content: '';
        -webkit-transition: all .3s;
        transition: all .3s;
      
        background: #000;
      }
      
      a.btn-border:before {
        top: 0;
        left: 0;
      }
      
      a.btn-border:after {
        right: 0;
        bottom: 0;
      }
      
      a.btn-border:hover:before,
      a.btn-border:hover:after {
        width: 0;
      }
    .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 ===============*/

#header{
	width:100%;
	background:#ffffff;
    padding: 20px;
}
#header img {
    width: 30%;
}
.navi {
    width: 100%;
    display: block;
    justify-content: space-around;
}
.nav1 {
    width: 100%;
}
.navi1 img {
    display: none;
}
.nav2 {
    width: 100%;
}
.navi2 img {
    display: none;
}
.main {
    width: 100%;
    height: 600px;
    display: block;
    justify-content: center;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
.main img {
    width: 80%;
}
.main1 {
    width: 100%;
}
.main1 h3 {
    padding: 20px;
}
.service {
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 13%;
    background-color: #ffffff;
}
.service h2 ,.contact h2 {
    font-size: 1.3rem;
    padding-bottom: 2%;
}
.service img {
    width: 80%;
    align-items: center;
}
.contact {
    width: 100%;
    height: 300px;
    text-align: center;
    padding-top: 10%;
    background-color: #FFE4E1;
}
.contact p {
    font-size: 1rem;
    padding-bottom: 5%;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
/*その他と主な共通部分は省略*/

a.btn-border {
    border-radius: 0;
  }
  
  a.btn-border:before,
  a.btn-border:after {
    position: absolute;
  
    width: 100%;
    height: 2px;
  
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  
    background: #000;
  }
  
  a.btn-border:before {
    top: 0;
    left: 0;
  }
  
  a.btn-border:after {
    right: 0;
    bottom: 0;
  }
  
  a.btn-border:hover:before,
  a.btn-border:hover:after {
    width: 0;
  }
.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;
}
}
/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#ffffff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
    width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 40%;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



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

#container{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}