/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2026 | 13:33:53 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 07:08:06 */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
	padding-top:100px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


p {
 font-family: 'Noto Sans JP', sans-serif, 游ゴシック, YuGothic, Verdana, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
  line-height: 1.8;
  font-weight:400;
  font-size:14px;
}

.wp-block-button:hover {
  opacity: 0.6;
}
a img:hover {
  opacity: 0.6;
}

a{
	color:#000000;
}


@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@500;600&display=swap');

.notosans {
font-family: 'Noto Sans JP', sans-serif;
}
.notoserif {
  font-family: 'Noto Serif JP', serif;
}
.Marcellus {
  font-family: 'Marcellus', serif;
}

header{
	padding-top:20px;
	 padding-right: 30px;
    padding-left: 30px;
	 padding-bottom:20px;
	 position: fixed; /*** ← fixedで固定 ***/
    width: 100%; 
    background: #fff; 
    box-sizing: border-box;
    top: 0; 
    left: 0; 
    align-items: center; 
	z-index:1000;
}

header .logo{
	padding-top:5px;
}

header .navi ul li{
font-weight:500;
	margin-right:25px;
}

header .navi ul li a{
	font-size:14px;
}

header .btn  {
	margin-left:10px;
	display:none;
}

header .btn a {
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 55px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	width: 210px;
	background-color: #000000;
	font-size: 16px;
}
header .btn a:before {
  background: url(https://sakudesign.jp/wp-content/uploads/2023/10/ico_mail_white.png);
  content: "";
  height: 16px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

header .btn a:hover {
	background-color: #000000;
}		


.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 35px;
    pointer-events: none;
    width: 35px;
}

.cmnBtn a {
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 45px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
	width: 245px;
	background-color: #000000;
	font-size: 16px;
}
.cmnBtn  a:before {
  background: url(https://sakudesign.jp/wp-content/uploads/2023/10/ico_arrow_white.png);
  content: "";
	  width: 20px;
  height: 7px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.visual .enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	line-height:1.2;
}
.visual h1{
	font-size:16px;
	margin-top: 10px;
}

.pankuz a{
	color:#333;
}


footer{
  
}

footer .cta{
    background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/foot_bg-scaled.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
	margin-bottom:40px;
	display:none;
}

footer .enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	color:#fff;
	line-height:1.2;
	letter-spacing:3px;
}

footer .cta h2{
	font-size:16px;
	color:#fff;
	margin-bottom:30px;
	margin-top: 10px;
}

footer .cta p.catch{
	color:#fff;
	margin-bottom:30px;
	font-size:16px;
}

footer .cta .btn a {
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 55px;
  padding-bottom: 20px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
	width: 340px;
	background-color: #ffffff;
	font-size: 16px;
}
footer .cta .btn a:before {
  background: url(https://sakudesign.jp/wp-content/uploads/2023/10/ico_mail_black.png);
  content: "";
  height: 16px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

footer .logoNavi{
	padding-top: 35px;
    border-top: 2px solid #000;
    padding-bottom: 40px;
}

footer .logoNavi .navi ul {
	margin-top:10px;
}
footer .logoNavi .navi ul li {
  margin-left: 35px;
  margin-bottom: 5px;
}
footer .logoNavi .navi ul li a {
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

footer .copy {
   font-size: 14px;
    padding-top: 0px;
    line-height: 1.2;
    padding-bottom: 0px;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0rem;
    margin-block-end: 0;
}
.visual{
	margin-bottom:10px;
}

@media (max-width: 833px) {
	body {
	padding-top:85px;
}
  header {
    padding-right: 15px;
    padding-left: 15px;
	  padding-top:10px;
	  padding-bottom:10px;
  }

	header .btn {
		display:none;
}
	
	header .navi ul li{
		margin-bottom:15px;
}
	
		header .navi ul li a{ 
		font-size:20px;
}
	
	.pankuz{
	padding-left:15px;
}
	
footer .cta {
	padding-left:15px;
	padding-right:15px;
}

	footer .cta p.catch{
		font-size:18px;
		text-align:left;
}

		footer .logoNavi{
		padding-left:15px;
		padding-right:15px;
}
			footer .logoNavi .logo{
				text-align:center;
}
	
			footer .logoNavi .navi {
    margin-bottom: 0px;
  }
  footer .logoNavi .navi ul {
    justify-content: center;
  }
  footer .logoNavi .navi ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
  }
			footer .logo{
				text-align:center;
}

}