﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400&family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500;600;700;800&family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'din1451';
  src: url('../font/din1451-G.ttf') format('truetype');
  font-weight: 600;
}



/* Reset */
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,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}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;}

a:hover div{opacity:1;filter:alpha(opacity=100);-ms-filter:"alpha( opacity=100 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none; }
i {display: inline-block}

img{ margin:0 auto; max-width:100%; vertical-align: bottom;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

html {
	overflow-x: hidden!important;
}


body {
	font-family: 'M PLUS 1p', sans-serif;
	background-color:#ffd320;
	color: #442b02;
	width: 100%;
	max-width:100%;
	margin: auto;
	text-align:center;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

@media (max-width: 600px){
	
	body {
		font-size: 14px!important;
		line-height: 2em;
	}
	
}

@media (max-width: 350px){
	
	body {
		font-size: 12px!important;
	}
	
}


#container{
	width: 100%;
	max-width:100%;
	margin: auto;
	text-align:center;
	overflow: hidden!important;
}



h2 {
	display: inline-block;
	margin: 0 auto 30px auto;
	font-family: "Caprasimo", serif;
	font-size: 1.4em!important;
	line-height: 1em;
	letter-spacing: 0.03em;
	background-color: #fff;
	padding: 11px 25px 10px 29px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

h3 {
	font-size:1em;
	margin: 0 auto 40px auto;
}

h4 {
	width: 100%;
	font-size:1em;
	margin: 0 0 1em 0;
	border-bottom: solid 1px #442b02;
}


@media (max-width:600px){
	
	h2 {
		font-size: 1.3em!important;
	}
	
}

.box-section {
	width: 100%;
	padding: 0 3% 25px 3%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.entry-section {
	width: 100%;
	background-color: #fff;
	padding: 2% 3% 6% 3%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.border-radius {
	border: 3px solid #fff;
	border-radius: 28px;
	overflow: hidden;
}

.about-top {
	margin-top: -3%;
}

@media (max-width:600px){
	
	.box-section {
		padding: 0 3% 10px 3%;
	}
	
	.entry-section {
		padding: 2% 3% 15% 3%;
	}
	
	.border-radius {
		border: 2px solid #fff;
		border-radius: 20px;
	}
	
	.about-top {
		margin-top: -10%;
	}
}

.about-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-text {
  order: 2;
  background: #fff6b3;
  padding: 56px 28px 48px;
  text-align: center;
  box-sizing: border-box;
}

.about-label {
  display: inline-block;
  min-width: 180px;
  margin: 0 auto 36px;
  padding: 14px 36px;
  background: #fff;
  border-radius: 999px;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Times New Roman", serif;
}

.about-copy p {
  margin: 0 0 2.5em 0;
	font-size: 1em;
  line-height: 2em;
	letter-spacing: 0.2em;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.about-images {
  order: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.about-image {
  aspect-ratio:3 / 2.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.img1 {
  background-image: url("../images/about01.jpg");
  background-position: top center;
}

.img2 {
  background-image: url("../images/about02.jpg");
  background-position: top center;
}

@media (min-width: 900px) {
  .about-section {
    padding: 70px 40px;
  }

  .about-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 25px;
    align-items: stretch;
  }

  .about-text {
    order: unset;
    height: 100%;
    padding: 56px 56px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-images {
    order: unset;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
  }

  .about-image {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width:600px){
	
	.about-text {
		padding: 30px 28px 48px;
	}
	
	.img2 {
		background-position: top left;
	}
	
}

.location-block {
	position:relative;
	width: 100%;
	max-width: 1100px;
	margin: auto;
	height: 550px;
	background-image: url("../images/location_img.jpg");
	background-position: top 70% center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.location-block p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
}

.box-section-h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 55px;
}

@media (max-width:600px){
	
	.location-block {
		height: 500px;
	}
	
	.box-section-h2 {
		padding-top: 35px;
	}
	
}

.inst-block {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	background: #fff6b3;
	padding: 45px 5% 48px 5%;
	box-sizing: border-box;
}

.inst-box {
	width: 100%!important;
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.inst-image {
	width: 46%;
	background-image: url("../images/inst_mami.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 4px;
	border: solid 1px #fff;
	
}

.inst-spec {
	width: 46%;
	text-align: left;
}

.inst-spec p {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	letter-spacing: 0.2em;
}

.inst-spec dd {
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 0.8em;
}

.inst-spec dl {
	text-align: left;
}

.inst-spec-sns {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.8em;
}

.inst-spec-sns img {
	width: 30px;
	margin-right: 10px;
	transition: .3s;
}

.inst-spec-sns img:hover{
	opacity: 0.7;
}

.inst-list {
	display: block;
	text-align: left;
	margin-bottom: 0.8em;
}

.inst-list p {
	font-size: 1em;
}

.inst-list span {
	width: 1.2em;
	line-height: 1.8em;
	color: #ffd320;
}

@media (max-width:768px){
	
	.inst-block {
		padding: 35px 5% 30px 5%;
	}
	
	.inst-image {
		width: 100%;
		max-width: 400px;
		aspect-ratio:3 / 2.5;
		margin: 0 auto 30px auto;
	}
	
	.inst-spec {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}
	
	.inst-spec-sns {
		justify-content: center;
	}
	
	.inst-spec-sns img {
		margin: 0 5px;
	}
	
	.inst-list {
		text-align: center;
	}
	
	.inst-list p {
		display: inline-block;
		text-align: left;
		margin: 0 auto 0.8em auto;
	}

}

.detail-block {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: grid;
	grid-template-columns: 2fr 1.2fr 1.2fr;
    gap: 10px;
}

.detail-item {
	background: #fff6b3;
	padding: 20px 15px;
	font-size: 0.95em;
	box-sizing:border-box;
}

.detail-label {
	font-family: 'Poppins', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
	letter-spacing: 0.03em;
}

.detail-txt {
	display: block;
	text-align: center;
}

.detail-txt-inner {
	display: inline-block;
	text-align: left;
}

.detail-txt-inner b {
	font-weight: 500;
}

.detail-txt-inner span {
	color:#ffd320;
}


.detail-center {
	width: 100%;
	height: calc(100% - 6em);
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail-1 {
	
}

.detail-2 {
	
}

.detail-3 {
}

.detail-4 {
	grid-column: 1 / 4
}

@media (max-width:768px){
	
	.detail-center {
		height: calc(100% - 5em);
	}
	
	.detail-block {
		grid-template-columns: 1fr 1fr;
	}
	
	.detail-1 {
		grid-column: 1 / 4;
	}
	
	.detail-2 {
		grid-column: 1 / 4;
	}
	.detail-3 {
		grid-column: 1 / 4;
	}
}

@media (max-width:400px){
	
	.detail-block {
		grid-template-columns: 1fr 1.4fr;
	}
}

.notice-ev {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.notice-ev dd {
	width: 1em;
	margin-right: 0.2em;
	line-height: 1.6em;
}
.notice-ev p {
	text-align: left;
	line-height: 1.6em;
}

.list-ev {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	letter-spacing: 0.05em;
	background: #ccc;
}

.list-ev dd {
	width: 1em;
	margin-right: 0.2em;
	line-height: 1.6em;
	color:#ffd320;
}

.list-ev p {
	text-align: left;
	line-height: 1.6em;
	width: calc(100% - 1.3em);
}

.map-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.map-block-map {
	width: 47%;
	height: auto;
	min-height: 300px;
	border: solid 2px #fff;
}

.map-txt {
	width: 47%;
	text-align: left;
	padding-top: 1em;
}

.map-txt p {
	font-weight: 500;
	margin-bottom: 0.5em;
}

.map-txt span {
	color: #ffd320;
}

.bt-map {
	display: inline-block;
	background-color: #442b02;
	color: #fff!important;
	font-size: 0.9em;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 40px;
	margin-top: 1em;
	border: solid 1px #fff;
	transition: .3s;
}

.bt-map:hover {
	background-color: #777;
}

@media (max-width:600px){
	
	.map-block-map {
		width: 100%;
	}
	
	.map-txt {
		width: 100%;
	}
	
	.bt-map {
		width: fit-content;
		display: block;
		text-align: center;
		margin: auto;
		margin-top: 1em;
		padding: 5px 20px;
	}
	
}

.bt-entry {
	display: inline-block;
	background-color: #d14a2f;
	color: #fff!important;
	padding: 20px 30px;
	border-radius: 100px;
	font-weight: 500;
	transition: .3s;
	margin: 0 auto;
}

.bt-entry:hover {
	background-color: #9e2815;
}

.qa-block {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
}

.ac-label {
	min-height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 15px 20px;
	cursor: pointer;
	text-align: center;
	position: relative;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #fff6b3;
	transition: .3s;
	z-index: 2;
	border-bottom: solid 1px #ffd320;
}

.ac-label:hover {
	background-color: #fce665;
}

.ac-label p {
	text-align: left;
	width: 95%;
	margin-right: 5%;
	font-size: 1em;
	font-weight: 400;
	z-index: 2;
}

.ac-label-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ac-content {
	display: none;
	color: #262626;
	border-bottom: solid 1px #fff6b3;
	margin-bottom: 10px;
	line-height: 1.6em;
}

.icon-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
	font-family: 'Poppins', sans-serif;
	height: 100%;
	font-size: 0.7em;
	font-weight: 500;
	z-index: 2;
	margin-top: 0.2em;
}
.icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
	margin-bottom: 0.2em;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #442b02;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.ac-comment {
	width: 100%;
	text-align: left;
	padding: 10px 15px 13px 15px;
	box-sizing: border-box;
}

.ac-comment p {
	margin-bottom: 0.5em;
}

.ac-comment dd {
	font-weight: 700!important;
}

.ac-content-inner {
	padding-top: 10px;
}

@media (max-width:600px){
	
	.ac {
		margin-bottom: 20px;
	}
	
	.ac-label {
		min-height: 30px;
		padding: 15px 10px 15px 15px;
	}
	
	.ac-label p {
		font-size: 1.1em;
	}
	
	.ac-comment {
	padding: 0px 15px 9px 15px;
}
	
	.ac-label-bg {
		background-position: left -50% center;
		background-size: 150px;
	}
	
	.icon-wrap {
		font-size: 0.7em;
		letter-spacing: 0.03em;
	}
	
	.icon-wrap b {
		display: none;
	}
}

footer {
	position: relative;
}

#foot-section {
    z-index: 100!important;
    width: 100%;
	padding: 10% 2% 5% 2%;
	box-sizing: border-box;
}

#foot-section a {
	transition: 0.3s linear;
}

#foot-section a:hover {
	opacity: 0.6;
}

.foot-inner {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.foot-logo {
	display: flex;
	align-items: center!important;
	width: 180px;
	display: flex;
    flex-direction: column;
	margin-right: 50px;
}

.foot-logo img {
	margin-bottom: auto!important;
}

.foot-logo-ver {
	display: none;
}

.foot-link {
	width: auto;
	font-size: 0.85em;
	margin-top: 15px;
	margin-right: 4%;
}

.foot-res {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.foot-res dt {
	width: 250px;
	display: block;
	/*background-color: #f4ebe4;*/
	background-color: #fff;
	color: #432c07;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	text-align: left;
	padding: 10px 20px 10px 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background-image: url("../images/arw_right.png");
	background-repeat: no-repeat;
	background-position: center right 8px;
	background-size: 6px;
	margin: 0 10px 1em 10px;
	transition: .3s;
}


.foot-res dt:hover {
	background-color: #5d4624;
	color: #fff;
}

.foot-link a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	text-align: left;
	letter-spacing: 0.3em;
	line-height: 1.6em;
	cursor: pointer!important;
}

.foot-link dd{
	width: 1.2em;
	font-weight: 900;
	text-align: left;
	color: #d14a2f;
}

.foot-link p {
	width: calc(100% - 1.2em);
	font-weight: 400;
	margin-right: -1px;
	white-space: nowrap;
}

.foot-link p::after{
        content: ".";
        width: 0;
        font-size: 0;
        color: transparent;
        margin-right: 2px;
}

.foot-icon {
	margin-left: auto;
	display: flex;
    flex-direction: column;
}

.foot-sns {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.foot-sns img {
	height: 25px;
	margin-right: 0px;
	margin-left: 15px;
}

.foot-copy {
	width: 100%;
	margin-top: auto!important;
	font-family: 'Poppins', sans-serif;
	font-size: 0.6em!important;
	font-weight: 400;
	letter-spacing: 0.2em;
}


@media (max-width:768px){
	
	#foot-section {
		padding: 10% 3% 5% 3%;
	}
	
	.foot-inner {
		display: block;
		text-align: center!important;
		width: 450px;
		margin: auto;
	}
	
	.foot-link {
		display: inline-block;
		margin: auto!important;
	}
	
	.foot-link a {
		margin-bottom: 0;
	}
	
	.foot-logo {
		display: block;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.foot-icon {
		margin-top: 20px;
	}

	.foot-sns {
		justify-content: center;
	}
	
	.foot-sns img {
		height: 25px;
		margin: 0 7px;
	}
	
	.foot-copy {
		font-size: 0.75em;
	}
	
}

@media (max-width:600px){
	
	.foot-inner {
		width: 100%;
	}
	
	.foot-res {
		display: block;
	}
	
	.foot-res dt{
		margin: auto;
		margin-bottom: 1em;
	}
	
	.foot-sns img {
		height: 22px;
		margin: 0 6px;
	}
	
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 7px;
	line-height: 0;
	margin-bottom: 170px;
	z-index: 100;
	background-color: #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

}

.topBtn {
  position:fixed; /*固定*/
  bottom:40px!important; /*場所を右下に移動*/
  right:5px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:40px;
  height:40px;
  text-align:center;
  line-height:22px;
	padding: 5px;
  box-sizing:border-box;
	z-index: 10000;
	background-color: #fff6b3;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	transition: .3s;
	cursor: pointer!important;
	
}

.topBtn:hover {
	background-color: #f4e278;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	overflow: hidden;
  background: #ffd320;
	/*background-image:url("../images/test.jpg");
	background-position: bottom 30% center;
	background-repeat: no-repeat;
	background-size: cover;*/
  z-index: 9999;
}
#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
	padding-left: 5px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #ddd;
  z-index: 2;
	overflow: hidden;
}

.loader {
	margin-top: 0!important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #d14a2f!important;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.2em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



/*========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/

