/*
Theme Name: supriseproposal
*/

body {
  background: #FAF9F6;
  margin: 0;
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  color: #4d4c4b;
}
.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}
a{
  color: #4d4c4b;
  cursor: pointer;
}
li{
  list-style: none;
}


.follow{
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
.headder{
  overflow: hidden;
  height: 140px;
  padding: 20px 40px;
}
.contactIcon{
  display: none;
  width: 20%;
  float: left;
}
.contactIcon img{
  width: 35px;
    vertical-align: middle;
    height: 65px;
    padding: 0;
}
.logo{
  width: 100%;
  text-align: center;
  float: left;
}
.logo img{
  width: 450px;
  vertical-align: middle;
    height: 100px;
}
li.menuContact{
  margin: 20px 0;
}
.mov{
}
video{
  width: 100%;
}
.container{
  overflow: hidden;
  font-size: 14pt;
  line-height: 30px;
}
img.Img100{
	width:100%
}
.gallery{
	width:100%
}
.PortfolioPage{
	width:70%;
	margin:auto
}
.PortfolioPage p{
	text-align:center
}
.cal2{
  width: calc(100% / 2);
  float: left;
}
.mt50{
  margin: 50px auto;
}
.mt100{
  margin: 100px auto;
}

#aboutme{
  background: url(img/bg1.png) no-repeat;
  background-position: top right;
}
.aboutme{
  width: 90%;
  margin-top: 50px;
  overflow: hidden;
}
#aboutme .cal2 img{
  width: 90%;
  vertical-align: bottom;
}
h1{
  font-weight: lighter;
  font-size: 18pt;
}
h2{
  margin-bottom: 5px;
  font-weight: lighter;
  font-size: 16pt;
}
h3{
  margin-top: 0px;
  font-weight: lighter;
  font-size: 28pt;
}
h4{
  margin-top: 0px;
  font-weight: lighter;
  font-size: 28pt;
}
.txt{
  text-align: left;
}
iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  }
#mystyle{
  background-image: url(img/mystylebg.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1400px;
    width: 100%;
    background-position: bottom;
}
#location{
  background: url(img/bg2.png) , url(img/bg3.png) ;
  background-repeat: no-repeat;
  background-position: top right , bottom left;
}
#location{
  text-align: center;
}
#location img{
  width: 80%;
}
.wt70{
  width: 70%;
  margin: 100px auto;
}
.wt50{
  width: 50%;
  margin: 100px auto;
}

/* external css: flickity.css */
 
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
.gallery-cell {
  margin-right: 0px;
}
 
/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.flickity-prev-next-button ,.flickity-page-dots{
  display: none;
}
.inner70{
  width: 70%;
  margin: auto;
}
.inner60{
  width: 60%;
  float: left;
}
.inner40{
  width: 40%;
  text-align: left;
  float: left;
}

.inner30{
  width: 30%;
  float: left;}
.btn{
  text-align: right;
  margin-top: 100px;
}
.btn a , .btn3 a{
  font-size: 12pt;
    text-decoration: none;
    border: 1px #9f9f9f solid;
    padding: 5px 20px;
}
#portfolio{
  background: url(img/bg4.png);
  background-repeat: no-repeat;
  background-position: bottom right ;
}
#portfolio .wt70 {
 margin: 100px auto 0;
}
#portfolio .container .wt70 {
  margin: 20px auto 0;
 }
 .myworks {
  text-align: center;
  margin-top: 50px;
}
.priceBg{
  padding: 10px 0px;
    margin: 0 20px 20px 20px;
    font-size: 12pt;
}
.priceBg p{
  margin: 0;
}
#price{
  font-family: "Cormorant Infant", serif;
  background: url(img/bg5.png);
  background-repeat: no-repeat;
  background-position: bottom left ;
  overflow: hidden;
}
#price .calBG{
  display: flex;
    align-items: stretch;
}
#price .cal2{
  display: flex;
    width: 50%;
    padding: 10px;
    border: 10px solid #EDE4D0;
    margin: 10px;
}
#price a{
  text-decoration: underline #818181;}
.priceTitle{
  font-weight: bold;
  border-bottom: 1px solid;
  font-size: 15pt;
  margin-bottom: 10px;
}
#price .txt{
  margin-top: 30px;
}
#bestPlace h4{
  margin-top: 30px;
}
#price strong{
  font-weight: 200;
  font-size: 120%;
}
strong{
  font-weight: bold;
}
.small{
  font-size: 80%;
  line-height: 15px;}
.cancelBtn{
  margin: 50px auto;
  text-align: center;
  text-decoration: none;
  font-size: 12pt;
}
.contact{
  background-color: #F8EED7;
  padding: 10px 0;
  text-align: center;
  font-size: 12pt;
}
.contact h3{
  margin-top: 21px;
  margin-bottom: 5px;
}
.contactBtn {
  background-color: white;
    width: 140px;
    margin: 21px auto;
    padding: 7px 0;
    font-size: 12pt;
}
.contactBtn a ,.fMenu li a,#price .cancelBtn a{
  text-decoration: none;
}
#footer{
  background: url(img/bg6.png);
  background-repeat: no-repeat;
  background-position: bottom center ;
  overflow: hidden;
}
.fMenu{
  font-size: 15pt;
    line-height: 25pt;
    width: 50%;
    float: left;
}
.sns{
  width: 25%;
  float: right;
  height: 240px;
  position: relative;
}
.sns img{
  position: absolute;
  bottom: 0;
  width: 40px;
}
.sns .instagram{ }
.sns .youtube{    left: 50px;}

.footerCopy{
  text-align: center;
  padding: 100px 0 20px 0;
  font-size: 12pt;
    color: #C6C5C3;
}
.header {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #faf9f6;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
}
.logo {
  font-size: 1.25em;
  font-weight: bold;
}
.bGallery{
  text-align: center;
  margin: 15px;
}

.btn2 a{
  font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 10px 50px;
    background-color: #4B4B4B;
}
.area{
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 100px;
  background: url(img/bg7.png),url(img/bg8.png),url(img/bg9.png);
  background-repeat: no-repeat;
  background-position: top right ,center left,bottom left ;
}
.areaLeft{
  width: 45%;
  float: left;
}
.areaRight{
  width: 45%;
  float: right;
  margin-top: 200px;}

.area img{
  width: 100%;
}
.areaMt150{
  margin-top: 150px;
}
.areaTxt{
  text-align: center;
  font-size: 14pt;
}
.areaSize{
  font-size: 36px;
}
.contactBg{
  width: 900px;
    margin: auto;
    background-color: #F8EED7;
    font-size: 14pt;
}
.contactInner{
	width: 300px;
    margin: auto;
    padding: 30px 0;
}
input[type="text"], input[type="textarea"], input[type="email"], textarea{
  border: none;
  width: 100%;
  padding: 10px 0;
    margin: 5px 0;
    border-radius: 0;
}
.formbtn{
  color: white;
  background-color: #4B4B4B;
  font-family: 'Cormorant';
  border-style: none;
  border-radius: 0;
  font-size: 12pt;
  padding: 10px 50px;}
    input[type="submit"]{margin: auto;
}
.pContact .wpcf7-spinner {
  width: 100%;
  background-color: #f8eed7;}
/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 0.5px;
  background-color: black;
  transform: translateX(-50%);
}
.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}
.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}
/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}
.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
  position: relative;
  width: 35%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  font-size: 20px;
}
.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0);
}
.drawer__nav__menu {
  list-style: none;
  padding-left: 0;
}
.drawer__nav__link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 15px 1rem;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 見た目の調整 */
section {
  width: 100%;
  height: 30vh;
}
section:nth-child(even) {
  background-color: skyblue;
}

@media screen and (max-width: 1400px) {
  #mystyle {
    background-size: 200%;
    height: 1700px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    font-size: 18px;}
  .logo img {
    width: 244px;
    height: 36px;
}
.drawer__nav__inner {
  position: relative;
  width: 90%
}
#aboutme{
  background: url(img/sbg1.png) no-repeat;
  background-position: center left;
        overflow: hidden;
}

.aboutme {
  width: 100%;
    vertical-align: bottom;
    float: left;
    display: flex;
  flex-direction: column-reverse;
    margin: 30px 0;}
    
    #aboutme .cal2 {
  width: 100%;}
  .follow {
    padding-top: 60px;
    margin-top: -60px;
}
.mt50 {
  margin: 0px auto;
}
.mright{
  padding: 0 20px 20px 90px;
}
#aboutme .cal2 img {
  left: -45px;
  position: relative;
}
.wt70 {
  width: 80%;
  margin: 50px auto;
}
#mystyle {
  background-size: 200%;
  height: 1350px;
}
#location{
  background: url(img/sbg2.png) no-repeat;
  background-position: top center;
}
#location img {
  width: 100%;
}
#portfolio .wt70 {
  margin: 0px auto 0;
}
#portfolio .inner40 {
  width: 65%;}
.gallery-cell {
  padding: 0;
margin: 0;
width: 50%;
height: auto;
min-width: 90%;
}
.gallery-cell img{
  width: 100%;
}
#portfolio{
  background: url(img/sbg3.png) no-repeat;
  background-position: top center;
}
#portfolio .container{
  position: relative;
}
.btn a {
  padding: 7px 10px;
}

#price{
  background: url(img/sbg4.png) no-repeat;
  background-position: top center;
}
#price .inner40 {
  width: 100%;
  margin: auto;
}
#price .inner60 {
  width: 100%;
}
#price .calBG{
  margin-top: 10px;
}
#price .cal2 {
  margin: 0 5px 0px 0px;
}
p.btn3{margin: 10px 0;}
.priceBg {
  margin: 0 5px 5px 0px;
}

.priceTitle {
  font-size: 120%;
}

.mwt90{
  width: 90%;
  margin: 30px auto;
}
.area {
  margin-top: 50px;
  padding-bottom: 50px;
  background: url(img/sbg6.png),url(img/sbg7.png);
  background-repeat: no-repeat;
  background-position: top left,bottom right ;}
.areaLeft{
  width: 80%;
}
.areaRight{
  width: 80%;
  margin-top: 50px;}
  .btn3 a {
   padding: 5px 15px;}
   .areaMt150 {
    margin-top: 50px;
}
.bGallery {
  margin: 0;
}
.sns {
  width: 30%;}
  .footerCopy {
    padding: 20px 0 20px 0;
}
#footer{
  background: url(img/sbg5.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.contactBg {
  width: 90%;
  padding: 30px 10%;}
}

.txtCenter {
  text-align: center;
}

/* スライダー全体の幅を調整（任意） */
.responsive-slider {
  width: 100%;
  margin: 0 auto;
}

/* 画像を親要素の幅に合わせる */
.responsive-slider img {
  width: 100%;
  height: auto; /* アスペクト比を維持 */
  display: block;
}