@charset "UTF-8";
@import url("layout.css");
@import url("blog.css?2025-07-25");

/*
Theme Name: おもいでばこ Version01
Description: おもいでばこ 公式ホームページ
Author: MIA RESORT
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html { font-size: 62.5%; }
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.7;
    color: #926234;
    background-image: url(images/gradation.png);
    background-repeat: no-repeat;
    background-position: left -20px top 85px;
    background-size: calc(60vw - 80px) auto;
}
#s_navi {
    display: none;
}
.img-sp {
    display: none;
}
/*===========================
  カスタムプロパティ(変数)
==========================*/
:root {
    --primary-color: #926234;
    --sub-color: #91672D;
}
/*===========================
  header
==========================*/
/* ヘッダー固定から下りてくる */
#global-nav {
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 100;
    margin: 0px;
}
#global-nav.m_fixed {
    position: fixed;
    top: 5px;
}
/* end */
hgroup {
    margin-right: auto;
}
hgroup h1 img {
    width: 130px;
    height: auto;
    margin-left: 60px;
    margin-top: 10px;
}
nav {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    margin-right: 0px;
    background: #E3C9BC;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 10px 0px 0px 10px;
    padding: 15px 10px 15px 50px;
}
.page-header {
    display: flex;
    justify-content: end;
    align-items: center;
    height: auto;
    padding: 0px;
}
.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0px 30px;
    vertical-align: middle;
    white-space: nowrap;
}
.main-nav li {
    letter-spacing: 0.1rem;
    font-size: clamp(1.4rem, 1.335rem + 0.203vw, 1.7rem);
    line-height: 1;
    font-weight: 300;
    padding-top: 7px;
}
.main-nav li a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.8s;
}
.main-nav li a:hover {
	color: #C09973;
}
.head-contact a {
    background-color: var(--primary-color);
    color: #FFF;
    font-size: clamp(1.4rem, 1.357rem + 0.135vw, 1.6rem);
    text-align: center;
    padding: 8px 35px;
    text-decoration: none;
    transition: all 0.8s;
    font-weight: 400;
    border-radius: 50px;
    white-space: nowrap;
    margin-left: 40px;
}
.head-contact a:hover {
    background-color: #d08e72;
}
/* TOPヘッドイメージ */
.top-head-img {
    display: flex;
    justify-content: end;
    position: relative;
    margin-top: 25px;
}
.top-head-img img {
    border-radius: 20px 0px 0px 20px;
    width: 80%;
}
.top-copy {
    width: min(70%, 520px);
    text-align: center;
    position: absolute;
    top: 35%;
    left: 20%;
    padding: 20px 0px;
    background: rgba(0, 0, 0, 0.1);
}
/*===========================
  TOPページ PC
==========================*/
/* トップコンテンツ 笑顔も成長も */
.top-con {
    width: min(94%, 1400px);
    margin: 15px auto 0px;
    background-image: url(images/kami-fubuki.png);
    background-repeat: repeat-y;
    background-size: 1400px;
    background-position: center top 0px;
    padding: 10px 0px 0px;
    position: relative;
    bottom: -180px;
    z-index: 20;
}
.top-con-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 50px;
    margin-top: 5%;
}
.top-con-box h3 img {
    width: 500px;
    height: auto;
}
.top-con-box p {
    margin-bottom: 15px;
}
.top-hako {
    width: 600px;
    margin: 5% auto 0px;
    height: auto;
}
.top-haikei img {
    width: 100%;
    z-index: 10;
}
/* 撮影プラン */
.gradation-haikei {
    background-image: url(images/gradation02.png);
    background-repeat: no-repeat;
    background-position: right -180px top -15px;
    background-size: 700px;
}
.top-photo-plan01 {
    width: min(94%, 1400px);
    margin: 20px auto 0px;
    padding: 50px 60px 40px;
    text-align: center;
    background-color: #FCF0E4;
    background-image: url(images/01.svg);
    background-repeat: no-repeat;
    color: #D28D4B;
}
.top-photo-plan02 {
    width: min(94%, 1400px);
    margin: auto;
    padding: 50px 60px 40px;
    text-align: center;
    background-color: #E0EEFF;
    background-image: url(images/02.svg);
    background-repeat: no-repeat;
    color: #5281BB;
}
.top-photo-plan03 {
    width: min(94%, 1400px);
    margin: auto;
    padding: 50px 60px 40px;
    text-align: center;
    background-color: #EAF6DB;
    background-image: url(images/03.svg);
    background-repeat: no-repeat;
    color: #7FB73A;
}
[class^="top-photo-plan"] h4 {
    font-size: clamp(2rem, 1.75rem + 0.781vw, 3rem);
    padding: 10px 10px 0px;
}
.top-plan-text {
    position: relative;
    top: 40px;
    left: 0px;
    text-align: left;
}
/* お知らせ */
.info-haikei {
    background-image: url(images/gradation02.png);
    background-repeat: no-repeat;
    background-size: 60%;
    padding: 120px 0px;
    margin-top: 5%;
}
.top-info {
    width: min(94%, 1400px);
    margin: auto;
}
.info-img01 {
    width: 450px;
    height: auto;
    display: flex;
    margin-left: auto;
}
.info-img02 {
    width: 450px;
    height: auto;
    margin-top: 80px;
}
.info-link {
    width: min(94%, 1000px);
    margin: 10px auto 10px;
    border-bottom: 1px dotted var(--primary-color);
}
.info-link a {
    display: block;
    padding: 15px 0px;
    text-decoration: none;
    color: var(--primary-color);
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    transition: all 0.8s;
}
.info-link a:hover {
	color: #C09973;
}
.info-link span {
    margin-right: 40px;
}
/*===========================
  下層ページ PC
==========================*/
/* 下層ページ共通 */
.sub-title {
    width: min(94%, 1400px);
    margin: 10% auto 0px;
    display: flex;
    justify-content: space-between;
    background-image: url(images/bonded.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 60%;
}
.s-title h2 img {
    width: 150px;
    height: auto;
}
.s-title h3 {
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    font-weight: 400;
    line-height: 1.3;
}
.sub-con {
    width: min(92%, 1400px);
    margin: auto;
}
/* おもいでばこ */
.about-con {
    margin: 10% calc(48% - 50vw) 0px;
    width: 100vw;
    display: flex;
    align-items: center;
    gap: 0px 10%;
}
.about-con img {
    border-radius: 0px 20px 20px 0px;
    width: 550px;
    height: auto;
}
.about-box h4 {
    font-size: clamp(1.8rem, 1.75rem + 0.156vw, 2rem);
    padding: 10px 0px;
    font-weight: normal;
}
.about-box p {
    margin-bottom: 10px;
}
.about-omoide {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
    gap: 0px 50px;
}
.about-omoide img {
    width: 650px;
}
/* 料金プラン */
.price-simple {
    width: min(100%, 1200px);
    margin: 10% auto 0px;
    background-color: #FCF0E4;
    padding: 5%;
    background-image: url(images/price-simple-plan.png);
    background-repeat: no-repeat;
    background-position: right 5% top 60px;
    background-size: 400px;
    border-radius: 20px;
}
.price-standard {
    width: min(100%, 1200px);
    margin: 10% auto 0px;
    background-color: #E0EEFF;
    padding: 5%;
    background-image: url(images/price-standard-plan.png);
    background-repeat: no-repeat;
    background-position: right 5% top 60px;
    background-size: 400px;
    border-radius: 20px;
}
.price-premium {
    width: min(100%, 1200px);
    margin: 10% auto 0px;
    background-color: #EAF6DB;
    padding: 5%;
    background-image: url(images/price-premium-plan.png);
    background-repeat: no-repeat;
    background-position: right 5% top 60px;
    background-size: 400px;
    border-radius: 20px;
}
.p-midashi01 {
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    font-weight: 400;
    line-height: 1.2;
}
.p-midashi02 {
    font-size: clamp(1.8rem, 1.7rem + 0.313vw, 2.2rem);
    font-weight: 400;
    line-height: 1.2;
    margin: 30px 0px 5px;
}
.attention01 {
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    color: #E51313;
    text-align: center;
}
.attention02 {
    font-size: 2.5rem;
}
.price-text {
    font-size: clamp(2.5rem, 2.25rem + 0.781vw, 3.5rem);
    padding-left: 10px;
    line-height: 1.2;
}
.price-text span {
    font-size: 1.6rem;
    padding-left: 3px;
}
.plan-item {
    margin-top: 15px;
    display: flex;
    gap: 20px;
}
.plan-item img {
    width: 160px;
    height: auto;
}
.price-midashi01 {
    width: min(100%, 1200px);
    margin: 10% auto 0px;
    font-size: clamp(2.5rem, 2.125rem + 1.172vw, 4rem);
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 10px 15px;
    border-radius: 20px;
}
.price-midashi01 span {
    font-size: 1.5rem;
    margin-left: 15px;
}
.option {
    width: min(100%, 1200px);
    margin: 15px auto 0px;
    font-size: clamp(1.5rem, 1.45rem + 0.156vw, 1.7rem);
    color: #333;
    border-bottom: 1px dotted #949494;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* スタジオ紹介 */
.owner {
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
    gap: 20px 30px;
}
.owner > div {
    width: 50%;
}
.owner > div p {
    margin: 10px 0px;
}
.owner img {
    width: min(100%, 720px);
    height: auto;
}
.studio-img-size01 img {
    width: auto;
    height: auto;
}
.flex-right {
    display: flex;
    justify-content: end;
}
/*===========================
  footer
==========================*/
footer {
    background-image: url(images/footer-haikei.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 180px;
    text-align: center;
    margin-top: 10%;
}
.foot-con {
    width: min(90%, 800px);
    margin: auto;
}
.foot-con p > img {
    width: 300px;
}
.foot-link {
    width: min(94%, 1400px);
    margin: 20px auto 0px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 30px 10px 25px;
}
footer ul {
    width: min(94%, 1000px);
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
footer li {
    font-size: 1.6rem;
}
footer a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.8s;
}
footer ul li a:hover {
    color: var(--sub-color);
}
.foot-sns {
    padding: 20px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: center;
    gap: 0px 40px;
    text-align: center;
}
.foot-sns-line a {
    font-size: clamp(1.7rem, 1.625rem + 0.234vw, 2rem);
    color: #00B900;
}
.foot-sns-mail a {
    font-size: clamp(1.7rem, 1.625rem + 0.234vw, 2rem);
    color: var(--primary-color);
}
.foot-sns-insta a {
    font-size: clamp(1.7rem, 1.625rem + 0.234vw, 2rem);
    background: linear-gradient(45deg, #FF0069, #D300C5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.copy {
    text-align: center;
    background: linear-gradient(90deg, #D2B896 0%, #CCA8B1 100%);
    padding: 2px 0px;
}
/*===========================
メールフォームのスタイル
==========================*/
input,textarea,select {
    /* ress.min.cssでリセットされているのでここで命令 */
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
}
.wpcf7 input[type="submit"] {
    font-size: 1.8rem;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #555;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0,0,0,.2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
span.wpcf7-list-item {/*チェックボックス改行*/
display: block!important;
}
#form {
    width: min(100%, 1200px);
    margin: 25px auto 15px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}
#form dl {
    margin-top: 15px;
}
#form dt {
    font-size: 1.5rem;
    color: var(--primary-color);
    padding: 10px 10px;
    background-color: #f1e2d0;
}
#form dd {
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 15px 0px 20px 0px;
    max-width: 100%;
}
#form dd p{
    line-height: 170%;
}
.hiss {
    font-size: 1.2rem;
    background-color: #ff677d;
    padding: 2px 5px;
    color: #FFF;
    margin-left: 15px;
}
.mail_box {
    margin: 5px 0px;
    font-size: 1.5rem;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
#form p {
    padding: 0px 10px 10px;
}
/*===========================
  ブログページ
==========================*/

/* 記事一覧 */

/*/ _// _// _// _// _// _// _// _// _// _// _/
メディアクエリによる切り替え
/ _// _// _// _// _// _// _// _// _// _// _// _*/
@media only screen and (max-width: 1250px) {
.main-nav {
    gap: 10px 20px;
}
.about-con {
    width: 100%;
    margin: 10% auto 0px 0px;
    display: flex;
    align-items: center;
    gap: 0px 50px;
}
hgroup h1 img {
    width: 90px;
    height: auto;
    margin-left: 60px;
    margin-top: 10px;
}
.head-contact a {
    padding: 8px 20px;
    margin-left: 20px;
}
nav {
    padding: 15px 10px 15px 30px;
}
}
@media only screen and (max-width: 1024px) { /* 1024pxとそれ以下 */
.page-header {
    display: none;
}
body {
    background-position: left -5px top 100px;
    background-size: calc(35vw - 10px) auto;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
/* TOPヘッドイメージ スマホ */
.top-head-img {
    margin-top: 0px;
}
.top-head-img img {
    width: 85%;
}
.top-copy {
    width: 40%;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 15%;
    padding: 10px 0px;
}
/* 下層ページ共通 */
.sub-head-haikei {
    display: none;
}
/*===========================
  TOPページ スマホ
==========================*/
/* トップコンテンツ 笑顔も成長も スマホ */
.top-con {
    margin: 2% auto 0px;
    background-image: url(images/kami-fubuki-sp.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top 0px;
    padding: 10px 0px 0px;
    bottom: -60px;
}
.top-con-box {
    display: block;
    margin-top: 5%;
}
.top-con-box h3 {
    text-align: center;
}
.top-con-box h3 img {
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}
.top-hako {
    width: 180px;
    margin: 5% auto 0px;
    height: auto;
}
.top-haikei img {
    width: 100%;
    height: auto;
    z-index: 10;
}
/* 撮影プラン スマホ */
.top-photo-plan01 {
    width: 100%;
    margin: 20px auto 0px;
    padding: 20px;
    background-size: 80px;
}
.top-photo-plan02 {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-size: 80px;
}
.top-photo-plan03 {
    width: 100%;
    margin: auto;
    padding: 20px;
    background-size: 80px;
}
.top-plan-text {
    position: relative;
    top: 25px;
    left: -10px;
    width: 100px;
}
/* お知らせ スマホ */
.info-haikei {
    background-image: url(images/gradation02.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 0px;
    margin-top: 5%;
}
.info-img01 {
    width: 180px;
    height: auto;
    display: flex;
    margin-left: auto;
}
.info-img02 {
    width: 180px;
    height: auto;
    margin-top: 60px;
}
.info-link span {
    margin-right: 30px;
}

/*===========================
  下層ページ スマホ
==========================*/
/* 下層ページ共通 */
.s-title h2 img {
    width: 90px;
    height: auto;
}
/* おもいでばこ スマホ */
.about-con {
    width: 100%;
    margin: 15% auto 0px;
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px 0px;
}
.about-con img {
    border-radius: 20px;
    width: auto;
    height: auto;
}
.about-omoide {
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
}
.about-omoide img {
    width: 650px;
}
/* 料金プラン スマホ */
.price-simple {
    margin: 10% auto 0px;
    padding: 5%;
    background-size: 150px;
}
.price-standard {
    margin: 10% auto 0px;
    padding: 5%;
    background-size: 150px;
}
.price-premium {
    margin: 10% auto 0px;
    padding: 5%;
    background-size: 150px;
}
/* スタジオ紹介 スマホ */
.owner {
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    gap: 20px 30px;
}
.owner > div {
    width: 100%;
}
.studio-img-size01 img {
    width: 60%;
    height: auto;
}
.studio-img-size02 img {
    width: 250px;
    height: auto;
}
/*===========================
  footer スマホ
==========================*/
footer {
    background-image: url(images/footer-haikei-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 80px;
    text-align: center;
    margin-top: 80px;
}
.foot-sns {
    padding: 10px;
    margin: 10px auto 0px;
    display: block;
    text-align: center;
    line-height: 2.5;
}
footer ul {
    margin: 10px auto;
    display: block;
}
footer li {
    margin-bottom: 10px;
}
/*===========================
  ブログ スマホ
==========================*/

/*===========================
  トップスライドインナビゲーション
==========================*/
.menu-trigger,
.menu-trigger span{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    align-items: flex-start;
}
.menu-trigger {
    position: relative;
    width: 75px;
    height: 70px;
    background: var(--primary-color);
    z-index: 35;
    float: right;
}
.menu-trigger span {
    position: absolute;
    background: #FFF;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu-trigger span:nth-of-type(1){
    top: 25px;
}
.menu-trigger span:nth-of-type(2){
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3){
    bottom: 25px;
}
.menu-trigger span:nth-of-type(4){
    color: #FFF;
    font-size: 1rem;
    bottom: 22px;
    min-width: 60px;
    background: none;
    text-align: center;
}
.menu-trigger.active span:nth-of-type(1){
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4){
    opacity: 0;
}
nav {
    display: block;
}
.g-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(229, 199, 179, 0.9);
    width: 100%;
    height: 100vh; /* 高さを画面全体に調整 */
    overflow-y: auto; /* 縦スクロールを許可 */
    z-index: 25;
    padding: 15px 20px 0px 20px;
    border-radius: 0px;
}
.tate-scroll {/* 縦スクロールをできるように */
    overflow-y: auto; /* スクロール可能にする */
    -webkit-overflow-scrolling: touch; /* 慣性スクロールを有効に */
}
.g-nav .list .item a{
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 5px 0;
    font-size: 1.8rem;
}
.list {
	margin-top: 80px;
}
.list ul {
    width: 100%;
    border-top: 1px dotted var(--primary-color);
    border-bottom: 1px dotted var(--primary-color);
}
.list li {
	width: 100%;
	margin: 5px auto;
	font-size: 1.5rem;
    padding: 10px 0px 10px 5px;
}
#s_navi:after {
	content: "";
	display: block;
	clear: both;
}
#s_navi {
    display: block;
    position: static;
    top: 0px;
    width: 100%;
    z-index: 100;
    top: 0;
}
.sp-head {
    display: flex;
    align-items: center;
    padding: 10px 0px 10px 7px;
}
.sp-logo {
    z-index: 50;
    width: 70px;
    height: auto;
}
.sp-head p {
    font-size: 1.4rem;
    padding-left: 5px;
}
.menu-sp {
    padding: 30px 0px;
    display: flex;
    gap: 0px 35px;
    justify-content: start;
    align-items: center;
    line-height: 1.3;
    border-bottom: 1px dotted var(--primary-color);
}
.menu-sp a {
    color: var(--primary-color);
    font-size: 3.5rem;
}
/*===========================
メールフォームのスタイル
==========================*/
#form {
    padding: 30px 15px;
}
.form-width {/* class:form-widthをcontact-form7へ テキストエリアの幅*/
    max-width: 100%;
}
textarea,input {
    max-width: 100%;
}
.w-700 {
    width: auto;
    margin: auto;
}
}

@media only screen and (max-width: 767px) {

}
