@charset "UTF-8";
/* CSS Document */

body {
  color: #707070;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho",
    "MS PMincho", serif;
  background-color: #f6f6f6;
}

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
  /* ----------------------------------------

全体

---------------------------------------- */

  /* PC・SPの表示切り替え

------------------------------- */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }

  /* メインコンテンツ

------------------------------- */

  main {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  main > article {
    padding: 0;
  }

  main .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  section + section {
    margin-top: 40px;
  }

  /* ----------------------------------------

ヘッダー

---------------------------------------- */
  header {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #707070;
  }

  .drawer {
    display: none;
  }

  .header-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 20px;
    display: block;
  }

  .header-inner h1 {
    margin: 0 auto 10px auto;
    padding: 0;
    text-align: center;
    font-size: 50px;
    color: #707070;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
  }

  .header-inner h1 a {
    color: #707070;
  }

  .header-inner h1 a:hover {
    opacity: 0.7;
    color: #707070;
  }

  /* グローバルナビ

------------------------------- */
  #gNav {
    max-width: 330px;
    margin: 0 auto;
    display: block;
  }

  #gNav ul.menu {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
  }

  #gNav ul.menu li {
    width: 32%;
  }

  #gNav ul.menu li + li {
    margin-left: 2%;
  }

  #gNav ul.menu li a {
    text-align: center;
    font-size: 25px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    padding: 0;
    display: block;
    position: relative;
    color: #707070;
    transition: 0.3s;
  }

  #gNav ul.menu li a:hover {
    color: #707070;
    opacity: 0.7;
  }

  /* ----------------------------------------

フッター

---------------------------------------- */

  footer {
    padding: 10px 0;
    margin: 0;
    border-top: 1px solid #707070;
  }

  .footer-inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  footer .ft-txt {
    width: 55%;
    margin-right: 5%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.8em;
    margin-top: 0;
    margin-bottom: 0;
  }

  footer .copy {
    width: 50%;
    text-align: right;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    color: #707070;
    margin: 0;
  }

  /* ----------------------------------------

見出し

---------------------------------------- */

  .txt-ttl01 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background: #707070;
    padding: 35px 0;
    margin: 0;
  }

  /* ----------------------------------------

写真一覧

---------------------------------------- */

  .portofolio-list {
    padding: 100px 0;
    margin: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .portofolio-list li {
    width: 22%;
    margin-top: 20px;
  }

  .portofolio-list li + li {
    margin-left: 4%;
  }

  .portofolio-list li:nth-child(4n + 1) {
    margin-left: 0;
  }

  .portofolio-list li:nth-child(-n + 4) {
    margin-top: 0;
  }

  .portofolio-list li img {
    width: 100%;
  }

  /* ----------------------------------------

写真の紹介ページ

---------------------------------------- */

  .portfolio-sigle-wrap {
    padding: 30px 0 100px 0;
  }

  .portfolio-sigle-wrap dl.txt-box {
    padding: 0;
    margin: 0 0 100px 0;
  }

  .portfolio-sigle-wrap dl.txt-box dt {
    float: left;
    text-align: right;
    width: 5em;
    font-size: 25px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1em;
  }

  .portfolio-sigle-wrap dl.txt-box dd {
    padding: 0 0 0.8em 10em;
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.01em;
    font-weight: normal;
    margin: 0;
  }

  .portfolio-sigle-wrap dl.txt-box dd a {
    color: #707070;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap dl.txt-box dd a:hover {
    opacity: 0.7;
  }

  .portfolio-sigle-wrap .photo-slide{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .portfolio-sigle-wrap .photo-slide li img{ 
    width: 100%;
  }

  .portfolio-sigle-wrap .slick-prev, .portfolio-sigle-wrap .slick-next{
    width: 25px;
    height: 25px;
    z-index: 1;
    opacity: 0.59;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap .slick-prev{
    left: 20px;
  }

  .portfolio-sigle-wrap .slick-next{
    right: 20px;
  }

  .portfolio-sigle-wrap .slick-prev:before, .portfolio-sigle-wrap .slick-next:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
  }

  .portfolio-sigle-wrap .slick-prev:before{
    transform: rotate(90deg);
  }

  .portfolio-sigle-wrap .slick-next:before{
    transform: rotate(-90deg);
  }

  .portfolio-sigle-wrap .slick-prev:hover,
  .portfolio-sigle-wrap .slick-next:hover {
    opacity: 0.4;
  }

  /*

  .portfolio-sigle-wrap .img-box {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .portfolio-sigle-wrap .photo {
    margin: 0;
  }

  .portfolio-sigle-wrap .photo img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .portfolio-sigle-wrap .prev-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    display: inline-block;
    opacity: 0.59;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap .next-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    display: inline-block;
    opacity: 0.59;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap .prev-btn span,
  .portfolio-sigle-wrap .next-btn span {
    display: none;
  }

  .portfolio-sigle-wrap .prev-btn:hover,
  .portfolio-sigle-wrap .next-btn:hover {
    opacity: 0.4;
  }

  .portfolio-sigle-wrap .prev-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
  }

  .portfolio-sigle-wrap .next-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
  }

  */

  /* ----------------------------------------

プロフィール

---------------------------------------- */

  .profile-wrap {
    padding: 100px 0 200px 0;
    text-align: center;
  }

  .profile-wrap .name {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .profile-wrap .profession {
    font-size: 25px;
    letter-spacing: 0.08em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 100px 0;
    padding: 0;
  }

  .profile-wrap .about-txt {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  .profile-wrap .about-txt + .about-txt {
    margin-top: 25px;
  }

  /* ----------------------------------------

お問い合わせ

---------------------------------------- */

  .contact-wrap {
    padding: 100px 0;
  }

  .contact-wrap .form-txt {
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: left;
  }

  .contact-wrap .form-txt + .group {
    margin-top: 20px;
  }

  .contact-wrap .tel-num {
    pointer-events: none;
    cursor: default;
    font-size: 40px;
    letter-spacing: 0.08em;
    color: #707070;
    font-weight: normal;
  }

  .contact-wrap .form-wrap {
    margin-top: 30px;
  }

  .contact-wrap .group {
    margin: 0;
    padding: 0;
  }

  .contact-wrap .group dt {
    width: 100px;
    margin: 0 0 30px 0;
    padding: 5px 0;
    color: #fff;
    font-size: 25px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1em;
    background: #707070;
    text-align: center;
    display: inline-block;
  }

  .contact-wrap .group dd {
    margin: 0;
    padding: 0;
    display: block;
  }

  .contact-wrap .group dd + dd {
    margin-top: 50px;
  }

  .contact-wrap .group .txt-input input[type="text"],
  .contact-wrap .group .txt-input input[type="email"],
  .contact-wrap .group .massage textarea {
    width: 100%;
    padding: 10px 20px;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: #fff;
    font-size: 22px;
  }

  .contact-wrap input::placeholder,
  .contact-wrap textarea::placeholder {
    color: #c6c6c6;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 25px;
  }

  .contact-wrap .g-recaptcha {
    margin: 50px auto;
  }

  .contact-wrap .g-recaptcha > div {
    margin: 0 auto;
  }

  .contact-wrap .rc-anchor-light.rc-anchor-normal {
    background: #fff !important;
  }

  .contact-wrap .group .err {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    color: red;
  }

  .contact-wrap .submit-box {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  .contact-wrap .submit-btn {
    width: 320px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: #fff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 25px;
    color: #707070;
    cursor: pointer;
    transition: 0.3s;
  }

  .contact-wrap .submit-btn:hover {
    opacity: 0.7;
  }
}

/* -------------------------------- PC版のスタイルここまで ------------------------------------*/

/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
  /* ----------------------------------------

全体

---------------------------------------- */

  body.open {
    position: fixed;
    width: 100%;
  }

  /* PC・SPの表示切り替え

------------------------------- */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /* メインコンテンツ

------------------------------- */

  main {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  main > article {
    padding: 0;
  }

  main .inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  section + section {
    margin-top: 32px;
  }

  /* ----------------------------------------

ヘッダー

---------------------------------------- */

  header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    border-bottom: #707070 1px solid;
    background: #f6f6f6;
  }

  .header-inner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  .header-inner h1 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-size: 30px;
    color: #707070;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    text-align: center;
  }

  .header-inner h1 a {
    color: #707070;
  }

  .drawer {
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 0;
    z-index: 9999999;
    right: 0;
    top: 0;
  }

  .navbar_toggle {
    position: absolute;
    z-index: 999;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
  }

  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 1px;
    width: 22px;
    background: #707070;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    border-radius: 1px;
    transform: translateX(-50%);
    left: 50%;
  }

  .drawer.is-animation .navbar_toggle_icon {
    background: #707070;
  }

  .navbar_toggle_icon:nth-child(1) {
    top: 22px;
    transition: 0.4s;
  }

  .navbar_toggle_icon:nth-child(2) {
    top: 20px;
    margin: 8px 0;
    transition: 0.4s;
    opacity: 1;
  }

  .navbar_toggle_icon:nth-child(3) {
    top: 18px;
    transition: 0.4s;
  }

  .drawer.open .navbar_toggle_icon:nth-child(1) {
    top: 30px;
    left: 20px;
    transition: 0.4s;
    transform: rotate(45deg);
  }

  .drawer.open .navbar_toggle_icon:nth-child(2) {
    top: 20px;
    margin: 8px 0;
    transition: 0.4s;
    opacity: 0;
  }

  .drawer.open .navbar_toggle_icon:nth-child(3) {
    top: 12px;
    left: 20px;
    transition: 0.4s;
    transform: rotate(-45deg);
  }

  /* グローバルナビ

------------------------------- */
  #gNav {
    width: 100%;
    height: 100vh;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -100%;
    transition: 0.4s;
    z-index: 2;
    background: #f6f6f6;
  }

  #gNav.open {
    opacity: 1;
    top: 0;
    right: 0;
    transition: 0.4s;
  }

  #gNav .menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #gNav .menu li {
    line-height: 60px;
  }

  #gNav .menu li + li {
    margin-top: 20px;
  }

  #gNav .menu li a {
    display: block;
    font-size: 25px;
    letter-spacing: 0.05em;
    position: relative;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    color: #707070;
    text-align: center;
  }

  #gNav .menu li a:hover {
    color: #707070;
  }

  /* ----------------------------------------

フッター

---------------------------------------- */

  footer {
    padding: 20px 20px;
    margin: 0;
    border-top: 1px solid #707070;
  }

  .footer-inner {
    width: 100%;
    margin: 0 auto;
  }

  footer .ft-txt {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 0;
  }

  footer .ft-txt a {
    color: #707070;
  }

  footer .copy {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    color: #707070;
  }

  /* ----------------------------------------

見出し

---------------------------------------- */

  .txt-ttl01 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    background: #707070;
    padding: 25px 0;
    margin: 0;
  }

  /* ----------------------------------------

写真一覧

---------------------------------------- */

  .portofolio-list {
    padding: 60px 0;
    margin: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .portofolio-list li {
    width: 48%;
    margin-top: 20px;
  }

  .portofolio-list li + li {
    margin-left: 4%;
  }

  .portofolio-list li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .portofolio-list li:nth-child(-n + 2) {
    margin-top: 0;
  }

  .portofolio-list li img {
    width: 100%;
  }

  /* ----------------------------------------

写真の紹介ページ

---------------------------------------- */

  .portfolio-sigle-wrap {
    padding: 30px 0 60px 0;
  }

  .portfolio-sigle-wrap dl.txt-box {
    padding: 0;
    margin: 0 0 30px 0;
  }

  .portfolio-sigle-wrap dl.txt-box dt {
    float: left;
    text-align: right;
    width: 5em;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.3em;
  }

  .portfolio-sigle-wrap dl.txt-box dd {
    padding: 0 0 0.8em 8em;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.01em;
    font-weight: normal;
    margin: 0;
  }

  .portfolio-sigle-wrap dl.txt-box dd a {
    color: #707070;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap dl.txt-box dd a:hover {
    opacity: 0.7;
  }

  .portfolio-sigle-wrap .photo-slide{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .portfolio-sigle-wrap .photo-slide li img{ 
    width: 100%;
  }

  .portfolio-sigle-wrap .slick-prev, .portfolio-sigle-wrap .slick-next{
    width: 25px;
    height: 25px;
    z-index: 1;
    opacity: 0.59;
    transition: 0.3s;
  }

  .portfolio-sigle-wrap .slick-prev{
    left: 20px;
  }

  .portfolio-sigle-wrap .slick-next{
    right: 20px;
  }

  .portfolio-sigle-wrap .slick-prev:before, .portfolio-sigle-wrap .slick-next:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
  }

  .portfolio-sigle-wrap .slick-prev:before{
    transform: rotate(90deg);
  }

  .portfolio-sigle-wrap .slick-next:before{
    transform: rotate(-90deg);
  }

  /*

  .portfolio-sigle-wrap .img-box {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .portfolio-sigle-wrap .photo {
    margin: 0;
  }

  .portfolio-sigle-wrap .photo img {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .portfolio-sigle-wrap .prev-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    display: inline-block;
    opacity: 0.59;
  }

  .portfolio-sigle-wrap .next-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    display: inline-block;
    opacity: 0.59;
  }

  .portfolio-sigle-wrap .prev-btn span,
  .portfolio-sigle-wrap .next-btn span {
    display: none;
  }

  .portfolio-sigle-wrap .prev-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
  }

  .portfolio-sigle-wrap .next-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #fff;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
  }

  */

  /* ----------------------------------------

プロフィール

---------------------------------------- */

  .profile-wrap {
    padding: 60px 0;
    text-align: center;
  }

  .profile-wrap .name {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0 0 15px 0;
    padding: 0;
  }

  .profile-wrap .profession {
    font-size: 18px;
    letter-spacing: 0.08em;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 1em;
    margin: 0 0 60px 0;
    padding: 0;
  }

  .profile-wrap .about-txt {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  .profile-wrap .about-txt + .about-txt {
    margin-top: 25px;
  }

  /* ----------------------------------------

お問い合わせ

---------------------------------------- */

  .contact-wrap {
    padding: 60px 0;
  }

  .contact-wrap .form-txt {
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
  }

  .contact-wrap .form-txt + .group {
    margin-top: 20px;
  }

  .contact-wrap .tel-num {
    cursor: default;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #707070;
    font-weight: normal;
    margin: 0;
  }

  .contact-wrap .form-wrap {
    margin-top: 20px;
  }

  .contact-wrap .group {
    margin: 0;
    padding: 0;
  }

  .contact-wrap .group dt {
    width: 80px;
    margin: 0 0 20px 0;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1em;
    background: #707070;
    text-align: center;
    display: inline-block;
  }

  .contact-wrap .group dd {
    margin: 0;
    padding: 0;
    display: block;
  }

  .contact-wrap .group dd + dd {
    margin-top: 30px;
  }

  .contact-wrap .group .txt-input input[type="text"],
  .contact-wrap .group .txt-input input[type="email"],
  .contact-wrap .group .massage textarea {
    width: 100%;
    padding: 10px 10px;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: #fff;
    font-size: 16px;
  }

  .contact-wrap .group .txt-input input::placeholder,
  .contact-wrap textarea::placeholder {
    color: #c6c6c6;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 20px;
  }

  .contact-wrap .g-recaptcha {
    margin: 30px auto;
  }

  .contact-wrap .g-recaptcha > div {
    margin: 0 auto;
  }

  .contact-wrap .rc-anchor-light.rc-anchor-normal {
    background: #fff !important;
  }

  .contact-wrap .group .err {
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    color: red;
  }

  .contact-wrap .submit-box {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }

  .contact-wrap .submit-btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #707070;
    background: #fff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 20px;
    color: #707070;
    cursor: pointer;
    opacity: 1;
  }
}


  /* ----------------------------------------

スタジオページ

---------------------------------------- */

.studio-wrap {
  padding: 60px 0;
}

.studio-text{

  line-height: 1.8;
}

.studio-imgWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 10px;

  padding: 60px 0;
}

.studio-img{
 width: calc((100% / 2) - 10px);
}

.studio-img img{
  width: 100%;
}

.studio-map{
  width: 100%;
}

.studio-map iframe{
  width: 100%;
}

.studio-address{
  margin: 20px 0;
}


/* -------------------------------- タブレット版のスタイルここから ------------------------------------*/

@media print, screen and (max-width: 1090px) and (min-width: 751px) {
}
