/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2025 | 02:47:30 */
@media (max-width: 1138px) {

body {
  padding-top: 80px;
}
	
.number {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1em;
}

.menu_mob{
	display:block;	
}
	
#overlay-button {
  position: fixed;
  right: 2em;
  top: 1em;
  padding: 26px 11px;
  z-index: 100;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #333;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #333;
}

input[type=checkbox] {
  display: none; 
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}


.overlay_mobmenu{
	padding-left:70px;
	padding-top:30px;
}


#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
}

	
#overlay-button {
  position: fixed;
  right: 1em;
  top: 1em;
  padding: 26px 11px;
  z-index: 100;
  cursor: pointer;
  user-select: none;
}

#masthead{
		display:none;
	}

.entry-content{
	padding-right:0;
}
	
#slidearea{
		padding: 0;
	}
#primary, #colophon {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0;
}
.pad_group{
	padding:10px 20px 30px 20px;	
}
.title {
    font-style: normal;
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-right: 20px;
}
.title_sub {
    font-size:1em;
    line-height: 1.1em;
	padding-left:20px;
}
.title_set {
    margin: 40px 20px 0 20px;
}
	
.site-title{
	padding-top:13px;
	padding-left:20px;
}
	
header.header{
  display:block;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index:100;
  background-color:#f4f5ef;
}
	
.no-scroll {
  overflow: hidden;
}

.header__list ul {
    padding-inline-start: 28px;
}
	
.left_menu_e_mob{
font-family: "BankGothic Md BT", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-size: 0.7rem;
letter-spacing: 0.08em;
line-height: 1.7;
display:inline-block;
padding-left:8px;
}
	
.left_menu_e_mob_2{
font-family: "BankGothic Md BT", sans-serif;
font-optical-sizing: auto;
font-weight: 200;
font-size: 0.7rem;
letter-spacing: 0.08em;
line-height: 1.7;
display:inline-block;
padding-left:8px;
	padding-bottom:10px;
}
	
.left_menu{
margin-bottom: 28px;		
font-size:1rem;
}
	
.left_menu::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 14px;
    width: 11px;
    height: 1px;
    background-color: #515151;
}
	
button.hamburger{
background-color:transparent;
border:none;
	}
	
.header__inner {
  height: inherit;
  position: relative;
}

.header__list {
  display: none;
  height: inherit;
  padding: 0 20px;
}

.header__list.active {
  background-color: #F7F3EB;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  padding:40px 20px 100px 12px;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.header__list.active ul {
display:flex;
flex-direction: column;
list-style: none;
}

.header__list.active .header__button {
  margin-top: 20px;
}
.header__list ul {
  font-size: 20px;
  font-weight: bold;
  height: inherit;
}

.hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 200;
    width: 30px;
	height:25px;
}

.hamburger span {
  display: block;
  position: absolute;
  width: inherit;
  transition: 0.4s ease;
  background-color: #333;
}
.hamburger span:nth-child(1) {
  top: 0;
  height: 3px;
}
.hamburger span:nth-child(2) {
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:nth-child(3) {
  height: 3px;
  bottom: 0;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  right: -7px;
  width: 30px;
}
.hamburger.open span:nth-child(2) {
  display: none;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
  width: 30px;
  right: -7px;
}
	
	
.sns_insta{
position:absolute;
right:64px;
top:26px;
}
	
}