@charset "utf-8";
/*
Theme Name: mbase-tokyo
Theme URI:
Author: N-mee
Description: エムベーストーキョー WordPress Theme
Version: 1.0
*/

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #000; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #000; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 100%;
	overflow-x: hidden;
}

/* webフォントのちらつきをなくす */
html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
	background: #dfdcd0;
	color: #282828;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings : "palt";
	line-height: 1.95;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

@media (max-width: 768px) {
	body {
		font-size:14px;
	}
}

img{
	max-width: 100%;
	height: auto;
}

*{
	box-sizing: border-box;
}

a:hover{
	opacity: 0.7;
}

.bebas{
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.noto-sans-jp{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.zen-kaku-gothic-new-medium {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.zen-kaku-gothic-new-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
}

 .zen-kaku-gothic-new-black {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-style: normal;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

@media (max-width: 768px) {
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

}

/* 共有 */

.ly-wrap{
	width:960px;
	margin:0 auto;
}

@media (max-width: 768px) {
	.ly-wrap{
		width:initial;
		margin:0;
	}
}

.bg01{
	background-color:#eff0eb;
}

.ly-flexC{
	display: flex;
	justify-content: center;
}

.ly-flexBet{
	display: flex;
	justify-content:space-between;
}

.ly-textR{
	text-align: right;
}

.menu {
    position: fixed;
    top: -100%; /* 画面の外に隠しておく */
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out; /* スムーズなアニメーション */
    padding: 20px;
	z-index: 900;
}

.menu ul li{
	border-bottom:1px solid #5E4032;
	padding-bottom:5px;
	margin-bottom:5px;
}

.menu.active {
    top: 85px; /* 画面上部に表示 */
}

.fixHead{
	position: fixed;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,0.7);
	padding:20px 0;
	width:100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* 下方向に影 */
	box-sizing: border-box;
	z-index:999;
}

.fixHead__wrap__logo{
	width:150px;
}

@media (max-width: 768px) {
	.fixHead__wrap__logo{
		width:120px;
	}
}

.fixHead__wrap{
	width:700px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding:0 10px;
    align-items: end;
}

@media (max-width: 768px) {
	.fixHead__wrap{
		width:100%;
	}
}


.fixHead__wrap__menu{
	width:30px;
}

header{
	width:700px;
	margin:0 auto;
}

@media (max-width: 768px) {
	header{
		width:100%;
	}
}

article.wrapper{
	width:700px;
	margin:0 auto;
	background-color:#FFF;
}

@media (max-width: 768px) {
	article.wrapper{
		width:100%;
	}
}

section{
	font-weight: 600;
}

.sec01{
	padding:40px 20px;
}

h2{
	text-align: center;
	font-weight: bold;
	font-size:24px;
	margin-bottom:60px;
	position: relative;
}

@media (max-width: 768px) {
	h2{
		font-size:20px;
	}
}

h2::after{
	content: url(./image/01.png);
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, -0%);
}

@media (max-width: 768px) {
	h2::after{
		content: "";
		bottom: -30px;

  width: 116px;
  height: auto; /* autoは効かないので下で調整 */
  aspect-ratio: 116 / 40; /* ← 画像比率に合わせる */

  background: url(./image/01.png) no-repeat center / contain;
	}
}





.sec01{
	background-color:#eff0eb;
	padding:40px 20px;
}

.sec01Txt{
	font-size:18px;
    text-align: center;
}

h3.ty01{
	border-bottom:#5E4032 1px solid;
	padding:10px;
	font-size:20px;
}
@media (max-width: 768px) {
	h3.ty01{
		font-size:16px;
	}
}

.sec02{
	padding:40px 20px;
}

.sec02W01{
	align-items: center;
	gap:40px;
	margin-bottom:40px;
}

.sec02Img{
    text-align: center;
}

@media (max-width: 768px) {
	.sec02Img{
		width:45%;
		margin:0 auto;
	}
}

.sec02W02{
	padding:10px;
}

.sec02W02Txt{
    margin-bottom:10px;
}

.sec02W02 dl{
    display: flex;
    gap:20px;
}

.sec02W02Txt02{
	font-size:18px;
	text-align: center;
}


.sec02__wrap__txt{
	padding:0 15px 15px;
}

.sec03{
	padding:40px 20px;
	background-color:#eff0eb;
}

.sec03W{
    background-color:#FFF;
    margin-bottom:20px;
    padding:40px 20px 20px;
}

h3.ty02{
	background-color:#cbc7b4;
	padding:10px;
	font-size:20px;
    text-align: center;
    color:#FFF;
}

@media (max-width: 768px) {
    h3.ty02{
        font-size:18px;
    }
}

.sec03WImg{
	margin-bottom:20px;
}

.sec03WTxt{
    margin-bottom:20px;
}

.sec03Price{
    border:1px solid #979FAA;
    padding:10px;
    text-align: center;
}


.amp01{
	width:fit-content;
	margin:0 auto 30px;
	font-size:18px;
	text-align: right;
}


.button01{
	background-color:#6F6F6F;
    padding:15px;
    border-radius: 16px;
    display: block;
    text-align: center;
	color: #FFF;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
	border:none
}

a.button01:link{
    color:#FFF;
}

a.button01:visited{
    color:#FFF;
}

.sec04{
	padding:40px 20px;
}

h3.t02{
	text-align: center;
	color:#e52e70;
	margin-bottom:20px;
	font-size:18px;
	font-weight: bold;
}



.sec05{
	background-color:#eff0eb;
	padding:40px 20px;
}

.sec05W{
    display: flex;
    gap:20px 50px;
}



.sec06{
	padding:40px 20px;
}

.sec06W{
	display: flex;
    justify-content: center;
    gap:0 50px;
	margin-bottom:40px;
}

@media (max-width: 768px) {
	.sec06WIcon{
		width:40px;
	}
}

.sec06Txt{
	text-align: center;
}

.sec07{
	background-color:#eff0eb;
	padding:40px 20px;
}

.sec07Tl{
	margin-bottom:10px;
}

.sec07Tl02{
	padding:20px;
    height: 20px;
    background-color:#FFF;
	border:none;
	width:100%;
}

.sec07W{
    margin-bottom:40px;
}

.copyright{
	width:700px;
	margin:0 auto;
	text-align: center;
	padding-bottom:130px;
}

@media (max-width: 768px) {
	.copyright{
		width:100%;
		padding-bottom:90px;
	}
}

#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07,#sec05-2,#sec05-1,#se01{
    scroll-margin-top: 80px;
}

.sec05-1W{
	border:1px solid #cbc7b4;
	margin-bottom:40px;
}

.sec05-1{
	padding: 40px 20px;
	background-color:#eff0eb
}

.sec05-1WTxt{
	text-align: center;
	padding:10px 0px;
	font-size:16px;
	background-color:#FFF;
}

.sec05-1W02{
	width:70%;
	margin:0 auto;
}

.sec05-2{
	padding: 40px 20px;
}

.sec05-2W02{
	border-bottom:1px solid #cbc7b4;
	padding-bottom:10px;
	margin-bottom:10px;
	display: flex;
	gap:20px;
}

.sec05-1WFlex{
	display: flex;
}

.sec05-1WFlexTh{
	width:50%;
	box-sizing: border-box;
	text-align: center;
	border-right: #cbc7b4 1px solid;
	background-color:#F4F4F4;
	padding:10px 0px;
}

.sec05-1WFlexTh:nth-of-type(even){
	border-right: none;
}

.sec05-1WSubTxt{
	text-align: center;
	padding:10px 0px;
	background-color:#FFF;
}

.sec05-1W01Txt{
	margin-bottom:20px;
}

.mb0{
	margin-bottom:5px !important;
}

h4{
	font-size:18px;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}

.singleW{
	padding: 20px 0;
}

.singleW p{
	margin-bottom: 1em;
}
