/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 23 2025 | 23:21:37 */
@import url("top.css");

@import url("about.css");

@import url("price.css");

 *,  *::before,  *::after {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;

}


html {
	font-family: "Spartan", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-size: clamp(15px, 2.5vw, 23px);
	line-height: 1.8;
	height: 100%;
	word-break: break-word;
	color: #000;
	background-color: var(--color-base);
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	  scroll-behavior: smooth;
}


/*PCでのみ表示*/
.p_pic {
	display:block;
}
.s_pic {
	display: none;
}


section {
display:block;
 margin:0 auto;
	padding:0;
}


ol, ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}

picture {
margin:0 auto 20px auto;
display:block;}

img {
	border: 0;
	margin: 0;
}

a {
text-decoration:none;
color:#06F;
}

a:link	{
	text-decoration:none;
	border:none;
}
a:visited	{
	text-decoration:none;
	border:none;
}
a:active	{
	text-decoration:none;
	border:none;
}
a:hover	{
	text-decoration:none;
	border:none;
	transform-origin: center top;
}

a img {
	border: 0;
}

a i {
	margin:0 0 0 5px;
font-size:90%;	
}
.broken_link, a.broken_link {
    text-decoration: none;
}

/*pc改行*/
br.pb {display:block;}
br.sp {display: none;}

/*ボタン*/
a.whibtn {
  width: 85%;
  max-width: 500px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  border: 1px solid #333;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  text-shadow: none;
}
a.whibtn:hover {
	color:#fff;
	background:#333;
}

p {
	width:98%;
	padding: 0;
	display:block;
	font-size: clamp(15px, 2.3vw, 22px);
	line-height:2;
	margin: 0 auto;
	padding:0 1% 2% 1%;
	font-family: Zen Kaku Gothic New, sans-serif;
	color:#333;
	text-align: center;
}

.container .mainSection {
  width: 100%;
	padding: 0px;
}


.siteContent .container .row {
	display:inline-flex;
}
.mainSection {
	width:80%;
}
.subSection {
	width:20%;
}
.col {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
}

/*フッター*/
.siteFooter {
	margin:10% 0 0 0;
}

.footerMenu nav {
margin:50px auto;
	max-width:1200px;
	text-align:center;
	justify-content: center;
	    flex-wrap: wrap;
}

.menu-footer {
	animation-duration
	display:block;
	width:100%;
	 color: #000;
}
.footerMenu li {margin:10px;}

.vk_post.card-horizontal .vk_post_imgOuter {
	height: 150px;}


.broken_link, a.broken_link {
    text-decoration:none;
}

footer .copySection p:nth-child(2) {
    display:none !important;
}




@media (min-width: 576px) {
    .container {
        max-width:1500px;
		width:100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width:1500px;
		width:100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:1500px;
		width:100%;
    }
}



/*スマホメニュー*/
.vk_slider_item_container {
	min-height:0px;
}
:root :where(.is-layout-constrained) > * {
    margin-block-start: 0px;
    margin-block-end: 0;
}
.vk-mobile-nav-widget {
    margin-bottom: 0em;
}



/*▼メニュー▼*/
/*個人*/
.gMenu li.menu_common,
.gMenu li.menu_pro{
	/*border:1px solid #2271B1 !important;
	border-radius: 5px 5px 0 0;
	margin:0 0.7% 0 0;*/
background-color:#fff;
}
.gMenu li.menu_common a {
}

/*選択・アクティブ*/
.gMenu > li[class*="current"] {
}

.device-pc .gMenu > li > a {
	padding: 13px 1.2em;
}
.device-pc .gMenu > li > a:hover,
.device-pc .gMenu > li > a:active,
.device-pc .gMenu > li > a:focus,
.device-pc .gMenu > li > a:visited{
	
}

.col-md-12 {
	    background-color: #fff;
}


/*サブH1*/
.page-header {
    background-color: #fff;
    color: #000;
}


h2.subtext {
width: 100%;
color: #666;
display: block;
font-weight: normal;
text-align: center;
letter-spacing: 1.5px;
margin: 0 auto 0 auto;
padding: 0 0 5px 0;
text-align: center;
font-size: clamp(12px, 1.8vw, 15px);
font-family: Zen Kaku Gothic New, sans-serif;
border-bottom: 1px solid rgba(0, 0, 0, .05);
}

section h2 {
	width: 100%;
font-family: "Zen Antique", serif;
font-size: clamp(25px, 3.5vw, 50px);
position: relative;
font-weight: normal;
text-align: center;
margin: 0 auto 15px auto;
color: #169bcd;
letter-spacing: 0px;
line-height: 1.2;
	
}

section h2 span {
  font-size: clamp(15px, 3vw, 25px);
  font-family: Zen Kaku Gothic New, sans-serif;
  letter-spacing: 1px;
}

h3 {
  max-width:1500px;
	margin: 0 auto;
	display:block;
}

h3.subtext,
p.subtext{
  width: 95%;
color: #666;
display: block;
font-weight: normal;
text-align: center;
letter-spacing: 1.5px;
margin: 0 auto 10px auto;
padding: 0 0 5px 0;
text-align: center;
font-size: clamp(12px, 1.5vw, 15px);
font-family: Zen Kaku Gothic New, sans-serif;
	border-bottom:1px solid #888;
}



.page-header{background-color: #fff;}


/*パンくず*/

.breadSection {
	display:none;
 /*max-width: 1500px;
 display: block;
 margin: 0 auto;
padding:1% 3%;*/
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.hd_tx {
	font-size: 12px;
    position: absolute;
    top: 3px;
    left: 0px;
}

/*▼ギャラリー▼*/
#jtg-415,
#jtg-1786 {margin:0 auto;}

/*▼インスタウィジェット▼*/
.feed-1565 {
        width: 95%;
	max-width:1200px;
    margin: 5% auto 10% auto;
}
.zoom-instagram-widget__header
{ gap: 0px}
.zoom-instagram .zoom-instagram-widget__header .zoom-instagram-widget__header-user {
    font-weight: 600;
    font-size: 17px;
	width:200px;
    line-height: normal;
    padding: 0;
    margin: 0;
}


/*▼ブログ▼*/
article.post,
.archive-header_title,
.postList article.media,
.vk_posts {
	width:100%;
	max-width:1500px;
	display:block;
	margin:0 auto;
	padding:1% 3%;
}
.postList article.media {clear:both;}

.wp-block-heading img {
	margin:3% 0;
}

/*▼footer▼*/

footer.siteFooter {
    margin: 0 0 0 0;
}



.col-md-12 #nav_menu-3 {
background-color:#062B57;
padding:30px 0;
text-align:center;
}
.col-md-12 #block-8{
background-color:#062B57;
padding:15px 0 0 0;
text-align:center;
}
.has-text-align-center{
	color:#fff;
font-size: clamp(13px, 2.5vw, 20px);
}

#nav_menu-3 h1.widget-title
{color:#7594B3;
font-size:20px;
	padding:0 0 15px 0;
font-weight:bold;
}

.col-md-12 .widget ul {
	width:100%;
	display: flex;
justify-content: center;
align-items: center;
}
.col-md-12 .widget li {
	width:22%;
	margin:0 1%;
	border-left:1px solid #7594B3;
}
.col-md-12 .widget li:last-of-type{border-right:1px solid #7594B3;}

.col-md-12 .widget li a {
width:100%;
display:block;
font-family: FontAwesome;
color:#fff;
font-size:0px;
margin: 0px;}

/*X*/
#menu-item-1384 a:before {
content: "\e61b";
	font-size:35px;
}
/*Insta*/
#menu-item-1466 a:before{
content: "\e055";
font-size:35px;
}
/*Facebook*/
#menu-item-1467 a:before{
	content: "\f3c0";
	font-size:35px;
}
/*問い合わせ*/
#menu-item-1468 a:before{
	content: "\f0e0";
	font-size:35px;
}

/*スマホメニュー・SNS*/

#block-33 {
width:100%;
	margin: 0 auto 10px auto;
	display:block;
}
#block-34 {
width:100%;
	margin: 0 auto 10px auto;
	display:block;
}
.wp-social-link-instagram {	background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}

#block-33 svg,
#block-34 svg {width:200px;}



.entry-meta-dataList {
	margin:5% 0;
}
.entry-meta-dataList dt{
	display:inline;
	    float: none;
}
.entry-meta-dataList dd {
	display:inline;
}
.entry-meta-dataList dd a {
	display:inline;
	text-decoration:underline;
}


.mark_orange {
  text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}



*, ::after, ::before {
    /*box-sizing: border-box;*/
}




h1.page-header_pageTitle {
width:100%;
position: relative;
font-weight: normal;
font-family: "Zen Antique", serif;
text-align: center;
margin: 10px 0;
color: #169bcd;
letter-spacing: 0px;
line-height: 1.2;
border-top: none;
border-bottom: none;
	
}


@media only screen and (max-width: 1200px) {
.hd_tx {
	width: 100%;
	text-align:center;
}
}

@media (max-width: 991.98px) {
.hd_tx {
	display:none;
}
}









/*▼▼▼スマホ>1000▼▼▼*/
@media only screen and (max-width: 1000px) {

/*スマホでのみ表示*/
.p_pic {
	display:none;
}
.s_pic {
	display: block;
}
	



/*撮影メニュー*/

ul.plan {
width:97%;
margin: 0 0 5px 1%;
display:block;
flex-wrap: wrap;
justify-content:center;	
}
ul.plan li {
width:97%;
}
ul.plan li img {
width:100%;
}
	
 }
/*▲▲▲スマホ1000▲▲▲*/


@media only screen and (max-width: 750px) {
/* 750px以上までの幅の場合 */
    .pccontent {
		    width: 100%;
    max-width: 1300px;
        display:block;
		margin:0 auto;
    }
	.spcontent {
        display:none;
    }

@media screen and (max-width:749px) { 
    /*　画面サイズが749px以下から　*/
	.pccontent {
        display:none;
    }
.spcontent {
	width:100%;
	max-width:700px;
	margin:0 auto;
        display:block;
    }
	
	/*749px以下で改行*/
br.pb {display:none;}
br.sp {display: block;}
}
