/* styles.css */
*{
	box-sizing: border-box;
}

body {
	font-family: "fot-tsukumin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
    background-color: #fff; /* デザインに基づいた色に調整 */
    margin: 0;
    padding: 0;
}

a{
	text-decoration: none;
	color: #000;
}

li{
	list-style: none;
}

header {
    text-align: center;
}

main{
}

.flex{
	display: flex;
}

.inner{
	margin: 0 auto;
	width: 1000px;
}

.intro {
    padding: 50px;
    text-align: center;
}

.profile {
    display: flex;
    align-items: center;
}

.profile img {
    border-radius: 50%;
    margin-right: 20px;
}

.services {
    padding: 50px 0;
    text-align: center;
}

.services .menu_l p{
	text-align:left;
	margin-top: 0px;
}

.location {
    padding: 50px 0;
}

footer {
    background-color: #f9f5f2;
    padding: 20px;
    text-align: center;
}

/*header*/

.header{
	height: 100px;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.header_top{
	justify-content: space-between;
	align-content: center;
    flex-wrap: wrap;
	height: 100px;
	position: relative;
}

.header_r_t .header_link{
	background: #ffa696;
	color: #fff;
	padding: 12px 21px;
    margin-left: 9px;
}

.header_r{
	position: relative;
	text-align: right;
}

.header_r_t{
	position: absolute;
	right: 0px;
	top: -6px;
}

.header_r_b{
	bottom: 0px;
	height: 100%;
}
.header_r_b nav.flex{
    align-items: center;
	height: 100%;
	}

.header_r_b a{
	padding: 3px 24px;
	transform: translateY(18px);
}

.header_r{
	
}

/*mv*/

#mv{
	margin-top: 100px;
	height: 500px;
	width: 100%;
	background: url(images/mv.jpg);
	background-size: cover;
}

/*main*/

h2{
	color :#ffa696;
	font-size: 2.7em;
	text-align: center;
	position: relative;
	width: 100%;
}

h2:before{
	content: "";
	position: absolute;
	width: 100%;
    height: 100%;
	background: url(images/mdashi_eng.png) no-repeat center;
	background-size: contain;
	left: 50%;
	transform: translate(-50%,0);
}

/*intro*/

.new{
	border-radius: 1000px;
	background: #ffe6e2;
	padding: 12px;
	display: inline-block;
    padding-left: 32px;
    padding-right: 32px;
}

.new br{
	display: none;
}

.intro{
	position: relative;
}

.intro p{
	color: #886239;
}

.bufl{
	position: absolute;
	right: 102px;
	top: 102px;
}

/*profile*/

.profile{
	padding:0px 0;
	position: relative;
}

.profile:after,.profile:before{
	content:"";
	height: 100%;
	width: 50%;
	position: absolute;
	background: url(images/backgroundpro_l.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.profile:before{
	background: url(images/backgroundpro_r.png) no-repeat right;
	right: 0;
	background-size: cover;
}

.profile_inner{
	width: 663px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 32px;
}

.profile_d{
	text-align: center;
}

.profile_d p{
	line-height: 1.3;
	margin-bottom: 6px;
	margin-top: 6px;
}

h3.profile_d{
	color: #603813;
	width: 100%;
	position: relative;
	font-size: 1.4em;
}

.profile_d p{
}

h3.profile_d:before ,h3.profile_d:after{
	content: "";
	position: absolute;
	display: block;
	background: url(images/kazari.png) no-repeat;
	width: 78px;
	height: 22px;
	top: 11px;
	left: 41px;
}

h3.profile_d:after{
	background: url(images/kazari_2.png) no-repeat;
	right: 41px;
	left: auto;
}


.profile_d .name{
	font-size: 1.5em;
}

.profile_r.details p{
	color:#603813;
	font-size: .9em;
	line-height: 1.5;
}

/*menu*/

.services{
	background: #fffff0;
}

.menu{
	background: #fff;
	padding: 52px;
	margin-bottom: 32px;
}

.menu_l{
	width: 300px;
}

.menu_r{
	padding-left: 83px;
}

.menu_c{
	position: relative;
	padding: 24px 0;
	margin-bottom: 52px;
}

.menu_c:after,.menu_c:before{
	content:"";
	position:absolute;
	width: 68px;
	height: 10px;
	background: url(images/kazari_3.png) no-repeat;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.menu_c:before{
	background: url(images/kazari_4.png) no-repeat;
	top: auto;
	bottom: 0;
}

.menu_c p{
	font-size: .9em;
	color: #603813;
	margin: 0 0 6px 0;
	}
	
	

.menu_c h3{
	font-size: 1.5em;
	color: #a27c52;
	margin: 0 0 0 0;
	line-height: 1;
}

.menu_d *{
	color: #886239;
}

.menu_d h4{
	border-bottom: dotted 1px #886239;
	font-size:1.3em;
	margin-bottom: 3px;
}

.menu_d p{
	margin-top: 3px;
	font-size: 1.2em;
}

.menu_r > p{
	text-align: left;
	color: #603813;
	margin-bottom: 24px;
}

.menu_d_d{
	text-align: left;
	margin-bottom: 24px;
}

.menu_d_d dt,.menu_d_d dd{
	display: inline-block;
	color: #603813;
	
}

.menu_d_d dt{
	background: #c2986d;
	color: #fff;
	padding: 3px 18px;
	vertical-align: top;
}

.menu_d_d dd{
	margin-left: 3px;
	width: 436px
}

.menu_d_d p{
	color: #603813;
		font-size: .9em;

}

.researve{
	text-align: center;
	margin-bottom: 48px;
}

.researve a{
	display: inline-block;
	width: 70%;
	padding: 3px 0;
	background: #ffa696;
	color: #fff;
	border-radius: 6px;
}


/*map*/

.location .inner{
    flex-direction: row-reverse;
}

.map {
  width: 500px;
  height: 300px;
  position: relative;
}

.map iframe {
  position:absolute;
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
  top: 0;
}

.access{
	padding-left: 42px;
	text-align: center;
}

.access h2{
	margin-bottom: 12px;
}

.access .shop_name{
	font-size: 1.3em;
}

/*footer*/

footer .inner{
	justify-content: flex-start;
    align-items: center;
}

.footer_l2{
	text-align: left;
	line-height: 1.2;
}

.footer_l2 ul dl dd,.footer_l2 ul dl dt{
	display: inline-block;
}

.footer_l2 ul dl dt{
	width: 83px;
}

.footer_l2 ul dl dt:last-of-type{
	width: 120px;
}

.footer_l2 ul dl dd{
	margin-left: 0;
}

.footer_r{
	margin-left: auto;
}

.footer_r a{
	display: inline-block;
	width: 70%;
	padding: 3px 0;
	background: #ffa696;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 12px;
}

/*^^^^^^ sp*/

@media screen and (max-width: 959px) {

	.inner{
		width:98%;
		}

	#mv{
		background-position: center;
		background-size:cover;
	}
	
	.access{
		padding-left: 0;
	}

	.location .inner{
		display: block;
	}
	.map{
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	footer{
		padding: 40px 32px;
	}
	
	footer .inner{
		display: block;
	}
	
	.footer_l2{
		margin-bottom: 24px;
		text-align: center;
		}
	.footer_l2 ul dl dt,	.footer_l2 ul dl dd{
		width: auto;
		margin: 0 3px;
	}
	.footer_l2 ul dl dt:last-of-type{
		width: auto;
	}
	.footer_l2 ul{
		padding: 0;
	}

}

@media screen and (max-width: 756px) {

	.header_l{
		display: none;
	}
	
	.inner.header_top{
		width: 100%;
	}

	.header_r_t{
		position: relative;
		top: 0;
		display: flex;
	}

	.header{
		top: auto;
		bottom: 0;
		height: 90px;
	}
	
	
	
	.header_r_t .header_link{
		width: 50%;
		display: block;
		margin:0;
		height: 90px;
		line-height: 90px;
		padding: 0;
		text-align: center;
	}
	.header_r_b{
		display: none;

	}

	#mv{
		margin-top: 0;
		height: 250px;
	}
	
	h2{
		font-size: 2em;
	}
	.intro{
		padding: 44px 0;
	}
	.inner{
		width:90%;
	}
	
	.flex{
		display: block;
	}
	
	.profile_inner{
		width: auto;
	}
	.profile_l{
		text-align: center;
	}
	.profile_l img{
		margin: 0;
	}
	.profile_r.details p{
		text-align: center;
	}
	
	.profile:before{
	background: url(images/backgroundpro_bottom.png) no-repeat;
	background-position: bottom;
	bottom: 0;
	right: auto;
    background-size: contain;
	width: 100%;
	}
	.profile:after{
	background: url(images/backgroundpro_top.png) no-repeat;
	background-position: top;
	top: 0;
	left: auto;
	width: 100%;
    background-size: contain;
	}
	.profile h2{
	    margin-top: 132px;
	}
	.profile_r.details {
    margin-bottom: 82px;
	}
	.services{
		padding: 24px 0;
	}
	
	.menu.flex{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.menu{
		padding: 24px 12px;
	}
	.menu_l {
    width: 100%;
	}
	
	.menu_r{
		padding: 12px;
	}
	
	.menu_d_d dd{
		width: auto;
	}

	
	.menu_d_d li dd,	.menu_d_d li dt{
    vertical-align: top;
	}
		.menu_d_d li dd{
	width: 70%;
		}
		.map{
			height: 200px;
		}
		
	.new br{
		display: block;
	}
	.new p{
		line-height: 1.4;
	}
}