@charset "UTF-8" ;

/*-----------------------------------------------------*/
/* PC用 */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1200px) {

.container {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #555;
    background-color: #f7f3e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.background {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/imgのコピー/シンプル/benjamin-behre-av7MnNYJgCQ-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  /* 繰り返さない */
  background-attachment: fixed;  /* スクロールしても背景を固定 */
  background-position: center;   /* 画像を中央に配置 */
  overflow: auto;
    /* background-color: mediumvioletred; */
}
/* 下にグラデーション重ねるだけ */
.background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f7f3e8 100%);
  }
.nav {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;

}
.navi {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    /* background-color: aquamarine; */
}
.navi ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    text-align: center;
}
.navi a {
    color: grey;
    text-decoration: none;
}
.logo {
    width: 10%;
}
.logo img {
    width: 100%;
}

.hamburger {
    display: none;
}


.main {
    width: 80%;
    height: 600px;
    padding-top: 100px;
    margin: 0 auto;
    display: flex;
    /* background-color: mediumpurple; */
}
.main1 {
    width: 100%;
    font-size: 50px;
    color: rgba(247, 243, 237, 0.661);
    padding-top: 500px;
    padding-left: 550px;
    font-family: "Great Vibes", cursive;
}
.gradient-text {
    background: linear-gradient(to right, rgba(244, 211, 249, 0.661), rgba(247, 243, 237, 0.661));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/* .main1 img {
    width: 40%;
    position: absolute;
    top: 100px;
    left: 100px;
}
.main2 {
    width: 60%;
    position: relative;
}
.main2 img {
    width: 50%;
    position: absolute;
    top: 200px;
    left: 150px;
} */
/* .background2 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/imgのコピー/シンプル/bg.png);
    background-position: center;
    background-size: cover;
    background-color: #f7f3e8;
} */
.works {
    width: 100%;
    /* background-color: mediumseagreen; */
}
.works1 {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    /* background-color: orange; */
}
.works1 h2 {
    font-size: 40px;
}
.works1 h3 {
    font-size: 30px;
}
/* ここからslider */

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


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

.slider ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.slider {
    width: 80%;
    margin: 0 auto;

    padding-bottom: 50px;
}

/* ここまでslider */

/* ここからボタン */
.btn {
	/* font-size: 14px; */
    font-size: 25px;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
	font-family: 'Noto Serif JP', serif;
}
.btn a {
	color: #666;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
/* ボタンのベース↑ */

.btn11 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: fit-content;
	}
.btn11 a {
    text-decoration: none;
}
.btn11 a::after {
	content: ">";
	margin-left: 20px;
}
/* ここまでボタン */

.works2 {
    width: 100%;
    /* background-color: skyblue; */
}
.service {
    width: 100%;
    padding-top: 170px;
    /* background-color: yellow; */
}
.service h2 {
    font-size: 40px;
    text-align: center;
}
.service h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 70px;
}
.service- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    display: flex;
    /* background-image: url(../img/imgのコピー/シンプル/susan-wilkinson-Z5--8e6HnXQ-unsplash.jpg); */
    background-image: url(../img/imgのコピー/シンプル/rue-s-UD3J62hI_jE-unsplash.jpg);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    
    background-color: #ecd6d1d6;
}
.service1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    /* background-color: magenta; */
}
.service1 h4 {
    font-size: 25px;
}
.service1 p {
    font-size: 20px;
    padding-bottom: 50px;
}
.service2 {
    width: 50%;
    text-align: center;
    /* background-color: chocolate; */
}
.service2 img {
    width: 50%;
    padding-top: 40px;
}

.about {
    width: 100%;
    margin-top: 150px;
    padding-top: 150px;
    background-color: #f7f3e8;
}
.about h2 {
    font-size: 40px;
    text-align: center;
}
.about h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}
.about- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    /* margin-top: 50px; */
    padding-bottom: 50px;
    background-image: url(../img/imgのコピー/me/asuka.png);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
    /* background-color: #ecd6d1; */
}
.about1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.about1 h5 {
    font-size: 25px;
    padding-top: 100px;
    padding-bottom: 30px;
}
.about1 p {
    font-size: 16px;
}
.contact {
    width: 100%;
    margin-top: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #939d7acc;
}

.contact h2 {
    font-size: 40px;
    text-align: center;
}
.contact h3 {
    font-size: 30px;
    text-align: center;
}
.contact1 {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.contact1 p {
    font-size: 20px;
}

}
































/*-----------------------------------------------------*/
/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:600px) and (max-width:1199px) {

.container {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #555;
    background-color: #f7f3e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.background {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/imgのコピー/シンプル/benjamin-behre-av7MnNYJgCQ-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  /* 繰り返さない */
  background-attachment: fixed;  /* スクロールしても背景を固定 */
  background-position: center;   /* 画像を中央に配置 */
  overflow: auto;
    /* background-color: mediumvioletred; */
}
/* 下にグラデーション重ねるだけ */
.background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f7f3e8 100%);
  }
.nav {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;

}
.navi {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    /* background-color: aquamarine; */
}
.navi ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    text-align: center;
}
.navi a {
    color: grey;
    text-decoration: none;
}
.logo {
    width: 10%;
}
.logo img {
    width: 100%;
}

.hamburger {
    display: none;
}


.main {
    width: 80%;
    height: 600px;
    padding-top: 100px;
    margin: 0 auto;
    display: flex;
    /* background-color: mediumpurple; */
}
.main1 {
    width: 100%;
    font-size: 30px;
    color: rgba(247, 243, 237, 0.661);
    padding-top: 500px;
    padding-left: 550px;
    font-family: "Great Vibes", cursive;
}
.gradient-text {
    background: linear-gradient(to right, rgba(244, 211, 249, 0.661), rgba(247, 243, 237, 0.661));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/* .main1 img {
    width: 40%;
    position: absolute;
    top: 100px;
    left: 100px;
}
.main2 {
    width: 60%;
    position: relative;
}
.main2 img {
    width: 50%;
    position: absolute;
    top: 200px;
    left: 150px;
} */
/* .background2 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/imgのコピー/シンプル/bg.png);
    background-position: center;
    background-size: cover;
    background-color: #f7f3e8;
} */
.works {
    width: 100%;
    /* background-color: mediumseagreen; */
}
.works1 {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    /* background-color: orange; */
}
.works1 h2 {
    font-size: 40px;
}
.works1 h3 {
    font-size: 30px;
}
/* ここからslider */

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


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

.slider ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.slider {
    width: 80%;
    margin: 0 auto;

    padding-bottom: 50px;
}

/* ここまでslider */

/* ここからボタン */
.btn {
	/* font-size: 14px; */
    font-size: 25px;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
	font-family: 'Noto Serif JP', serif;
}
.btn a {
	color: #666;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
/* ボタンのベース↑ */

.btn11 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: fit-content;
	}
.btn11 a {
    text-decoration: none;
}
.btn11 a::after {
	content: ">";
	margin-left: 20px;
}
/* ここまでボタン */

.works2 {
    width: 100%;
    /* background-color: skyblue; */
}
.service {
    width: 100%;
    padding-top: 170px;
    /* background-color: yellow; */
}
.service h2 {
    font-size: 40px;
    text-align: center;
}
.service h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 70px;
}
.service- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    display: flex;
    /* background-image: url(../img/imgのコピー/シンプル/susan-wilkinson-Z5--8e6HnXQ-unsplash.jpg); */
    background-image: url(../img/imgのコピー/シンプル/rue-s-UD3J62hI_jE-unsplash.jpg);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    
    background-color: #ecd6d1d6;
}
.service1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    /* background-color: magenta; */
}
.service1 h4 {
    font-size: 25px;
}
.service1 p {
    font-size: 20px;
    padding-bottom: 50px;
}
.service2 {
    width: 50%;
    text-align: center;
    /* background-color: chocolate; */
}
.service2 img {
    width: 50%;
    padding-top: 40px;
}

.about {
    width: 100%;
    margin-top: 150px;
    padding-top: 150px;
    background-color: #f7f3e8;
}
.about h2 {
    font-size: 40px;
    text-align: center;
}
.about h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}
.about- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    /* margin-top: 50px; */
    padding-bottom: 50px;
    background-image: url(../img/imgのコピー/me/asuka.png);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
    /* background-color: #ecd6d1; */
}
.about1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.about1 h5 {
    font-size: 25px;
    padding-top: 100px;
    padding-bottom: 30px;
}
.about1 p {
    font-size: 16px;
}
.contact {
    width: 100%;
    margin-top: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #939d7acc;
}

.contact h2 {
    font-size: 40px;
    text-align: center;
}
.contact h3 {
    font-size: 30px;
    text-align: center;
}
.contact1 {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.contact1 p {
    font-size: 20px;
}

}

































/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 599px) {

.container {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    color: #555;
    background-color: #f7f3e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
}
.background {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/imgのコピー/シンプル/benjamin-behre-av7MnNYJgCQ-unsplash.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;  /* 繰り返さない */
  background-attachment: fixed;  /* スクロールしても背景を固定 */
  background-position: center;   /* 画像を中央に配置 */
  overflow: auto;
    /* background-color: mediumvioletred; */
}
/* 下にグラデーション重ねるだけ */
.background::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f7f3e8 100%);
  }
.nav {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255,255,255,0.8) inset;

}
.navi {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    /* background-color: aquamarine; */
}
.navi ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    text-align: center;
}
.navi a {
    color: grey;
    text-decoration: none;
}
.logo {
    width: 10%;
}
.logo img {
    width: 100%;
}


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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #999;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#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;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	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%;
}
/* ここまでハンバーガーメニュー */


.main {
    width: 80%;
    height: 600px;
    padding-top: 100px;
    margin: 0 auto;
    display: flex;
    /* background-color: mediumpurple; */
}
.main1 {
    width: 100%;
    font-size: 30px;
    color: rgba(247, 243, 237, 0.661);
    padding-top: 500px;
    padding-left: 550px;
    font-family: "Great Vibes", cursive;
}
.gradient-text {
    background: linear-gradient(to right, rgba(244, 211, 249, 0.661), rgba(247, 243, 237, 0.661));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/* .main1 img {
    width: 40%;
    position: absolute;
    top: 100px;
    left: 100px;
}
.main2 {
    width: 60%;
    position: relative;
}
.main2 img {
    width: 50%;
    position: absolute;
    top: 200px;
    left: 150px;
} */
/* .background2 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/imgのコピー/シンプル/bg.png);
    background-position: center;
    background-size: cover;
    background-color: #f7f3e8;
} */
.works {
    width: 100%;
    /* background-color: mediumseagreen; */
}
.works1 {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    /* background-color: orange; */
}
.works1 h2 {
    font-size: 40px;
}
.works1 h3 {
    font-size: 30px;
}
/* ここからslider */

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


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

.slider ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.slider {
    width: 80%;
    margin: 0 auto;

    padding-bottom: 50px;
}

/* ここまでslider */

/* ここからボタン */
.btn {
	/* font-size: 14px; */
    font-size: 25px;
	border: 1px solid #666;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
	font-family: 'Noto Serif JP', serif;
}
.btn a {
	color: #666;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}
/* ボタンのベース↑ */

.btn11 {
	position: relative;
	border: none;
	border-bottom: 1px solid #666;
	width: fit-content;
	}
.btn11 a {
    text-decoration: none;
}
.btn11 a::after {
	content: ">";
	margin-left: 20px;
}
/* ここまでボタン */

.works2 {
    width: 100%;
    /* background-color: skyblue; */
}
.service {
    width: 100%;
    padding-top: 170px;
    /* background-color: yellow; */
}
.service h2 {
    font-size: 40px;
    text-align: center;
}
.service h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 70px;
}
.service- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    display: flex;
    /* background-image: url(../img/imgのコピー/シンプル/susan-wilkinson-Z5--8e6HnXQ-unsplash.jpg); */
    background-image: url(../img/imgのコピー/シンプル/rue-s-UD3J62hI_jE-unsplash.jpg);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    
    background-color: #ecd6d1d6;
}
.service1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    /* background-color: magenta; */
}
.service1 h4 {
    font-size: 25px;
}
.service1 p {
    font-size: 20px;
    padding-bottom: 50px;
}
.service2 {
    width: 50%;
    text-align: center;
    /* background-color: chocolate; */
}
.service2 img {
    width: 50%;
    padding-top: 40px;
}

.about {
    width: 100%;
    margin-top: 150px;
    padding-top: 150px;
    background-color: #f7f3e8;
}
.about h2 {
    font-size: 40px;
    text-align: center;
}
.about h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}
.about- {
    width: 75%;
    height: 450px;
    margin: 0 auto;
    /* margin-top: 50px; */
    padding-bottom: 50px;
    background-image: url(../img/imgのコピー/me/asuka.png);
    background-position: center;
    background-size: cover; 
    background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten;
    /* background-color: #ecd6d1; */
}
.about1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.about1 h5 {
    font-size: 25px;
    padding-top: 100px;
    padding-bottom: 30px;
}
.about1 p {
    font-size: 16px;
}
.contact {
    width: 100%;
    margin-top: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #939d7acc;
}

.contact h2 {
    font-size: 40px;
    text-align: center;
}
.contact h3 {
    font-size: 30px;
    text-align: center;
}
.contact1 {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}
.contact1 p {
    font-size: 20px;
}


}
