@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');
/*
Theme Name: Photo Studio Film
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
h1,h2 {
    font-family: "Klee One", cursive;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #212836;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #212836;
}
a:hover {
	color: #212836;
}
a:active {
	color: #212836;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #212836;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
    background: url("img/common/bg.jpg") no-repeat;
    background-size: cover;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-top: 83px;
	overflow: hidden;
	text-align: left;
}
.special #container {
	padding: 0;
}
#main {
	margin-top: 90px;
    margin-bottom: 70px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
		margin-top: 0;
    }
	#container {
		padding-top: 60px;
	}
	.special #container {
		padding-top: 60px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter  {
    padding: 20px 100px;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
}
.pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    #gFooter  {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 896px) {
    .content {
        max-width: inherit;
        padding: 0 24px;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
.indexPage h1 {
    text-align: center;
    font-size: 5rem;
    margin-bottom: 50px;
}
.indexPage .shopInfo {
    padding: 30px;
    box-sizing: border-box;
    background: #fff3e8;
}
.indexPage .shopInfo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indexPage .infoBox {
    width: 33%;
    min-width: 340px;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid #e6dbd1;
}
.indexPage .infoBox:last-child {
    border: none;
}
.indexPage .infoBox:hover {
    background: #FFF;
}
.indexPage .infoBox h2 {
    font-size: 3rem;
    margin-bottom: 30px;
}
.indexPage .infoBox table {
    width: 100%;
}
.indexPage .infoBox tr {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    padding: 7px 0;
}
.indexPage .infoBox th {
    width: 30%;
}
.indexPage .infoBox td {
    width: 70%;
}
@media all and (max-width: 1119px) {
    .indexPage .infoBox:nth-of-type(2) {
        border-right: none;
    }
}
@media all and (max-width: 787px) {
    .indexPage h1 {
        font-size: 4rem;
    }
    .indexPage .infoBox {
        border-right: none;
        border-bottom: 1px solid #e6dbd1;
    }
}
@media all and (max-width: 377px) {
    .indexPage h1 {
        font-size: 3rem;
    }
    .indexPage .shopInfo {
        padding: 15px;
    }
    .indexPage .infoBox {
        width: 100%;
        min-width: auto;
        padding: 15px 5px;
    }
    .indexPage .infoBox h2 {
        font-size: 2.5rem;
    }
}
@media all and (max-width: 295px) {
	.indexPage h1 {
		font-size: 2.5rem;
	}
	.indexPage .infoBox h2 {
		font-size: 2.2rem;
	}
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.privacy {
    margin-bottom: 240px;
}
.privacy p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacy h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacy .txt01 {
    margin-bottom: 65px;
}
.privacy .txt02 {
    margin-bottom: 72px;
}
.privacy .txt03 {
    margin-bottom: 35px;
}
.privacy .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 896px) {
    .privacy {
        margin-bottom: 110px;
    }
	.privacy .pageTitle {
		padding: 28px 0 30px;
	}
	.privacy .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacy .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacy #pagePath {
		margin-bottom: 56px;
	}
    .privacy p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacy h5 {
        margin-bottom: 3px;
        letter-spacing: 0.01em;
    }
    .privacy .txt01 {
        margin-bottom: 57px;
    }
    .privacy .txt02 {
        margin-bottom: 60px;
    }
    .privacy .txt03 {
        margin-bottom: 27px;
    }
    .privacy .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}


.grecaptcha-badge { visibility: hidden; }