@charset "UTF-8";
/*-----------------------------------------------------*/
/* PC用のCSS ！始まり！ */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1000px) {





.container{
    width: 100%;
    background-color: #ffffe6;
}





.navi{
  width: 100%;
  background-color: #ffffe6;
  position: fixed;
  z-index: 3;  
}

.navi ul{
  width: 50%;
  margin-left: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.navi li{
    list-style: none;
    padding-right: 20px;
}

.navi a{
    text-decoration: none;
    font-size: 20px;
    color: #a0522d;
}

.navi img{
  width: 30px;
}





.hum{
  display: none;
}





.top{
  width: 100%;
  height: 550px;
  display: flex;
}

.top-image-1{
  width: 20%;
  height: 450px;
  margin-top: 150px;
}

.top-image-1 img{
  width: 100%;
}

.top-text{
  width: 60%;
  margin: 0 auto;
  height: 550px;
}

.top h2{
    font-size: 150px;
    font-family: 'Lora', serif;
    padding-left: 15%;
    padding-top: 100px;
}

.top h3{
  font-size: 100px;
  font-family: 'Allura', cursive;
  padding-left: 15%;
}

.top h4{
  font-size: 35px;
  font-weight: lighter;
  padding-top: 60px;
  padding-left: 22%;
  color: #ffb833;
}

.top-image-2{
  width: 20%;
  height: 450px;
  margin-top: 50px;
}

.top-image-2 img{
  width: 100%;
}





.profile{
    width: 80%;
    margin: 200px auto;   
}

.profile h3{
  font-size: 30px;
  color: #a0522d;
}

.profile h2{
  font-size: 100px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.profile-photo-text{
  display: flex;
}

.profile-photo{
  width: 50%;
}

.profile-photo img{
  width: 500px;
  height: 500px;
  border-radius: 20%;
  object-fit: cover;
}

.profile-text{
  width: 50%;
  margin-left: 5%;
}

.profile-text h4{
    font-size: 30px;
    font-family: 'Lora', serif;
    font-weight: 20px;
    color: #ffb833;
}

.profile-text p{
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.profile-text-iphone{
  display: none;
}





.service{
  width: 100%;
}

.service h3{
  padding-left: 10%;
  font-size: 30px;
  color: #a0522d;
}

.service h2{
  padding-left: 10%;
  font-size: 100px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.bg {
  width: 55%;
  margin-left: 25%;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.bg img{
  width: 100%;
}

.service-image-photo-image{
  width: 100%;
  display: flex;
  position: absolute;
  top: 1830px;
  z-index: 2;
}

.service-image-1{
  width: 10%;
  height: 400px;
  margin-top: 300px;
}

.service-image-1 img{
  width: 100%;
}

.service-photo{
  width: 55%;
  margin: 0 10% 0 10%;
}

.service-photo-1{
  display: flex;
  margin-bottom: 50px;
}

.service-photo-1 img{
  width: 40%;
}

.service-photo-1 ul{
  width: 60%;
  padding-left: 20%;
  padding-top: 30px;
  background-color: white;
  font-size: 20px;
}

.service-photo-2{
  display: flex;
  margin-bottom: 50px;
}

.service-photo-2 img{
  width: 40%;
}

.service-photo-2 ul{
  width: 60%;
  padding-left: 20%;
  padding-top: 50px;
  background-color: white;
  font-size: 20px;
}

.service-photo-3{
  display: flex;
}

.service-photo-3 img{
  width: 40%;
}

.service-photo-3 ul{
  width: 60%;
  padding-left: 20%;
  padding-top: 70px;
  background-color: white;
  font-size: 20px;
}

.service-image-2{
  width: 15%;
  height: 300px;
}

.service-image-2 img{
  width: 100%;
}





.portfolio{
    width: 80%;
    margin: 200px auto;
}

.portfolio h3{
  font-size: 30px;
  color: #a0522d;
}

.portfolio h2{
  font-size: 100px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.portfolio-photo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.portfolio-photo-1{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-1 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-1 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-2{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-2 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-2 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-3{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-3 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-3 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-4{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-4 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-4 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-5{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-5 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-5 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 30px 0;
}

.portfolio-photo-6{
  width: 30%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 30px;
  background-color: #F5DEB3;
}
.portfolio-photo-6 img{
  width: 80%;
  margin: 30px 30px 5px 30px;
}

.portfolio-photo-6 p{
  font-size: 16px;
  text-align: center;
  padding: 0 0 30px 0;
}

.btn{
  width: 70%;  
  margin: 0 0 30px 45px;
}

/* ボタン ！始まり！ */
/* ボタン共通 */
*,
*: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--red.btn--cubic{
  background-color: #a0522d;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  background-color: #ffd700;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/* ボタン ！終わり！ */





.contact{
  width: 100%;
}

.contact h3{
  padding-left: 10%;
  font-size: 30px;
  color: #a0522d;
}

.contact h2{
  padding-left: 10%;
  font-size: 100px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.contact-image-text-image{
  display: flex;
}

.contact-image-1{
  width: 15%;
  height: 300px;
  margin-top: 50px;
}

.contact-image-1 img{
  width: 100%;
}

.contact-text{
    background-color: #F5DEB3;
    width: 60%;
    margin-right: 10%;
    margin-left: 5%;
    margin-bottom: 150px;
    border-radius:100px;
}

.contact-text p{
  font-size: 20px;
  text-align: center;
  padding: 40px 0 20px 0;
}

.contact-botan{
  width: 50%;
  margin-left: 28%;
}

/* ボタン ！始まり！ */
/* ボタン共通 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.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--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a0522d;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/* ボタン ！終わり！ */

.contact-image-2{
  width: 10%;
  height: 250px;
}

.contact-image-2 img{
  width: 100%;
}





.end{
  width: 100%;
}

.end p{
    text-align: center;
    font-size: 16px;
    color: #a0522d;
}





}
/*-----------------------------------------------------*/
/* PC用のCSS ！終わり！ */
/*-----------------------------------------------------*/





/*-----------------------------------------------------*/
/* タブレット用のCSS ！始まり！ */
/*-----------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:999px) {

 



body{
  min-width: 480px;
  max-width: 999px;
}





}
/*-----------------------------------------------------*/
/* タブレット用のCSS ！終わり！ */
/*-----------------------------------------------------*/





/*-----------------------------------------------------*/
/* スマホ用のCSS ！始まり！ */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {





body{
  max-width: 479px;
}





.container{
    width: 100%;
    background-color: #ffffe6;
}





.navi{
  display: none;
}




/* ハンバーガーメニュー　！始まり！ */

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

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
top:0;
  right: -120%;
width:100%;
  height: 100vh;/*ナビの高さ*/
background:#F5DEB3;
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

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

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

/*リストのレイアウト設定*/

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

#g-nav li a{
color: #a0522d;
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: #a0522d;
  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%;
}
/* ハンバーガーメニュー　！終わり！ */

.hum img{
  width: 30px;
}





.top{
  width: 100%;
  height: 500px;
  display: flex;
}

.top-image-1{
  width: 20%;
  height: 300px;
  margin-top: 200px;
}

.top-image-1 img{
  width: 100%;
}

.top-text{
  width: 60%;
  margin: 0 auto;
  height: 550px;
}

.top h2{
    font-size: 80px;
    font-family: 'Lora', serif;
    padding-top: 140px;
}

.top h3{
  font-size: 52px;
  font-family: 'Allura', cursive;
}

.top h4{
  font-size: 22px;
  font-weight: lighter;
  padding-top: 40px;
  padding-left: 10px;
  color: #ffb833;
}

.top-image-2{
  width: 20%;
  height: 250px;
  margin-top: 50px;
}

.top-image-2 img{
  width: 100%;
}





.profile{
    width: 80%;
    margin: 60px auto;   
}

.profile h3{
  font-size: 15px;
  color: #a0522d;
}

.profile h2{
  font-size: 50px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.profile-photo{
  width: 100%;
  padding-left: 15px;
}

.profile-photo img{
  width: 350px;
  height: 350px;
  border-radius: 20%;
  object-fit: cover;
}

.profile-text{
  display: none;
}

.profile-text-iphone{
  width: 100%;
}

.profile-text-iphone h4{
  padding-top: 15px;
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: 20px;
  color: #ffb833;
  text-align: center;
}

.profile-text-iphone p{
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}





.service{
  width: 100%;
}

.service h3{
  padding-left: 10%;
  font-size: 15px;
  color: #a0522d;
}

.service h2{
  padding-left: 10%;
  font-size: 50px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.bg {
  width: 55%;
  margin-left: 24%;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}

.bg img{
  width: 100%;
}

.service-image-photo-image{
  width: 100%;
  display: flex;
  position: absolute;
  top: 1835px;
  z-index: 2;
}

.service-image-1{
  width: 10%;
  height: 150px;
  margin-top: 150px;
}

.service-image-1 img{
  width: 100%;
}

.service-photo{
  width: 55%;
  margin: 0 10% 0 10%;
}

.service-photo-1{
  display: flex;
  margin-bottom: 15px;
}

.service-photo-1 img{
  width: 40%;
}

.service-photo-1 ul{
  width: 60%;
  padding-left: 12%;
  padding-top: 3px;
  background-color: white;
  font-size: 13px;
}

.service-photo-2{
  display: flex;
  margin-bottom: 15px;
}

.service-photo-2 img{
  width: 40%;
}

.service-photo-2 ul{
  width: 60%;
  padding-left: 12%;
  padding-top: 5px;
  background-color: white;
  font-size: 13px;
}

.service-photo-3{
  display: flex;
}

.service-photo-3 img{
  width: 40%;
}

.service-photo-3 ul{
  width: 60%;
  padding-left: 12%;
  padding-top: 20px;
  background-color: white;
  font-size: 13px;
}

.service-image-2{
  width: 15%;
  height: 150px;
}

.service-image-2 img{
  width: 100%;
}





.portfolio{
    width: 80%;
    margin: 80px auto 60px auto;
}

.portfolio h3{
  font-size: 15px;
  color: #a0522d;
}

.portfolio h2{
  font-size: 50px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.portfolio-photo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.portfolio-photo-1{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-1 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-1 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-2{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-2 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-2 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-3{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-3 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-3 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-4{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-4 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-4 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-5{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-5 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-5 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.portfolio-photo-6{
  width: 45%;
  box-shadow: 0 0 10px gray;
  margin-bottom: 20px;
  background-color: #F5DEB3;
}
.portfolio-photo-6 img{
  width: 80%;
  margin: 10px 15px 5px 15px;
}

.portfolio-photo-6 p{
  font-size: 13px;
  text-align: center;
  padding: 0 0 5px 0;
}

.btn{
  margin-bottom: 10px;
}

/* ボタン ！始まり！ */
/* ボタン共通 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.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--red.btn--cubic{
  width: 80%;
  font-size: 13px;
  margin-left: 15px;
  background-color: #a0522d;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  background-color: #ffd700;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/* ボタン ！終わり！ */





.contact{
  width: 100%;
  height: 350px;
}

.contact h3{
  padding-left: 10%;
  font-size: 15px;
  color: #a0522d;
}

.contact h2{
  padding-left: 10%;
  font-size: 50px;
  font-family: 'Lora', serif;
  color: #a0522d;
  padding-bottom: 15px;
}

.contact-image-text-image{
  display: flex;
}

.contact-image-1{
  width: 15%;
  height: 200px;
  margin-top: 50px;
}

.contact-image-1 img{
  width: 100%;
}

.contact-text{
    background-color: #F5DEB3;
    width: 60%;
    margin-right: 10%;
    margin-left: 5%;
    margin-bottom: 220px;
    border-radius:50px;
}

.contact-text p{
  font-size: 13px;
  text-align: center;
  padding: 20px 0 10px 0;
}

.contact-botan{
  width: 80%;
  margin-left: 15%;
  margin-bottom: 15px;
}

/* ボタン ！始まり！ */
/* ボタン共通 */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.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--red.btn--cubic{
  width: 80%;
  font-size: 13px;
  margin-left: 15px;
  background-color: #a0522d;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  background-color: #ffd700;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/* ボタン ！終わり！ */

.contact-image-2{
  width: 10%;
  height: 150px;
}

.contact-image-2 img{
  width: 100%;
}





.end{
  width: 100%;
}

.end p{
    text-align: center;
    font-size: 16px;
    color: #a0522d;
}





}
/*-----------------------------------------------------*/
/* スマホ用のCSS ！終わり！ */
/*-----------------------------------------------------*/