@charset "UTF-8";
/* CSS Document */

/*共通*/

html {
	font-size: 100%;
}

body {
		padding-top: 40px;
		color: #000000;
		font-family:"Noto Sans JP","sans-serif";
		/*font-family:"Oswald","sans-serif";*/
		font-weight: normal;
		background-color: white;
		letter-spacing: 1.2px;
}

html,body {
    font-variant-ligatures: none;
}

a {
	color: #000000;
}

a:link,a:visited,a:active {
  color: #000000;
}

#wrap {
	width: 100%;
}
.fixber {
	display: none;
}

.content {
	max-width: 1080px;
	margin: 0 auto;
}

.flex-wrap {
	display: flex;
	flex-direction: row;
}

.blackline {
	width: 1px;
	background-color: #000000;
}

.linkbtn {
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #000000;
	font-size: 24px;
	border-radius: 30px;
	padding: 4px 48px;
	margin: 0 auto 87px;
}

.linkbtn:link,.linkbtn:visited,.linkbtn:active {
  color:#fff;
}

.article {
	font-size: 19px;
	line-height: 1.5;
	font-weight: 100;
}
/*共通ーヘッダー*/
header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 4px;
	margin-bottom: 60px;
}

.header-logo {
	display: inline-block;
	width: 290px;
	height: 72px;
	background-image: url("image/common/logo_wide.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0 24px;
}

.header-logo > a {
	display: block;
	width: 100%;
	height: 100%;
}

nav {
	text-align: center;
	margin: 0;
	font-size: 19px;
	font-family:"Oswald","sans-serif";
}

nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	margin-right: 16px;
}

.navbl {
	width: 2px;
	height: 48px;
	background-color: #000000;
}

i {
	transform: translate(0px,-2px);
}

footer {
	width: 100%;
	text-align: center;
}

.links {
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}

.links a {
	margin: 0 16px;
}

.links img {
	width: 56px;
}

.copyright {
	padding: 40px 0;
}

.sp-shown {
	display: none;
}

.sp-unshown {
	display: block;
}

svg line,
svg polyline {
  fill: none;
}
.line1 {
  stroke: #09d;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1, 5;
  stroke-dashoffset: 3;
}

/*トップページ*/
.keyv {
    position: relative;
		width: 94%;
		max-width: 1593px;
		margin: 0 auto 117px;
    background-size: cover;
    background-position: center;
}

.arch {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 32px 0;
	z-index: 2;
}

.arch-img {
	width:300px;
}

#arch-tophead {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform:translate(-50%, -80%);
	font-family:"Oswald","sans-serif";
	letter-spacing: 0.12em;
	font-size: 66px;
}

.swiper-pagination-bullet {
  background: #333333;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.aboutsab {
	margin-bottom: 206px;
	padding: 0 4px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.aboutsab-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.aboutsab-left img {
	width: 240px;
	margin-bottom: 32px;
}

.aboutsab-left h2 {
	font-family:"Oswald","sans-serif";
	font-size: 38px;
	margin-bottom: 8px;
	line-height: 1.2;
}

.aboutsab-left h3 {
	font-size: 23px;
	margin-bottom: 19px;
}

.aboutsab-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 0;
}

.aboutsab-right .article {
	padding-left: 24px;
}

.aboutsab-right .mb {
  margin-bottom: 40px;
}


.balloon {
	width: 240px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 32px;
  padding: 0 20px;
  background: #fff;
  border-radius: 15px;
	border: 4px solid #000000;
}

.balloon h3 {
	font-size: 45px;
	font-feature-settings: "palt";
	font-family:"Oswald","sans-serif";
	letter-spacing: 0.09em;
	z-index: 3;
}


.balloon img {
	margin-right: 8px;
	width: 56px;
}

.balloon-one::before{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 50px;
  width: 0;
  height: 0;
  border-top: 30px solid #000000;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(-50deg);
}

.balloon-one::after{
  content: "";
  position: absolute;
  bottom: -18px;
  right: 38px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(-50deg);
}

.balloon-two::before{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 160px;
  width: 0;
  height: 0;
  border-top: 30px solid #000000;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.balloon-two::after{
  content: "";
  position: absolute;
  bottom: -18px;
  right: 169px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}

.balloon-three::before{
  content: "";
  position: absolute;
  bottom: -30px;
  right: 60px;
  width: 0;
  height: 0;
  border-top: 30px solid #000000;
  border-left: 13px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}
.balloon-three::after{
  content: "";
  position: absolute;
  bottom: -18px;
  right: 69px;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  transform-origin: left top;
  transform: skewX(40deg);
}

.insta {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	margin-bottom:168px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.17em;
}

.insta-obi {
	position: absolute;
	left: -110px;
	top: -122px;
	width: 440px;
}

#insta-obi-text {
	position: absolute;
	z-index: 1;
	font-family:"Oswald","sans-serif";
	letter-spacing: 0.2em;
	font-size: 40px;
	left: -21px;
	top: -80px;
  transform: rotate(343deg);
}

.insta-container {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	width: 100%;
}

.insta-box {
	box-sizing: border-box;
	width: 100%;
}

.insta-box::before {
	content:"";
	display: block;
	padding-top: 100%;
}



/*メニューページ*/

.menu-arch {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 64px 0;
}

.menu-arch img {
	width: 240px;
}

.menuhead {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-65%);
	font-size: 45px;
	font-family:"Oswald","sans-serif";
	letter-spacing: 0.09em;
}

.aboutsmt {
	margin-bottom: 42px;
}

.aboutsmt-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.aboutsmt-box {
	padding: 16px;
	width: 30%;
}

.seasonal {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 7.5px;
}

.seasonal-head {
	position:relative;
	width: 25%;
}

.seasonal-head h2 {
	position:absolute;
	top: 16px;
	left: 44px;
	font-size: 70px;
	font-family:"Oswald","sans-serif";
	transform: rotate(-10deg);
}

.seasonal-pic {
	width: 50%;
}

.seasonal-article {
	margin-top: auto;
	width: 25%;
	padding-left:15px;
}

.h-one {
	margin-bottom:32px;
	font-size: 45px;
	font-weight: bold;
}

.h-two {
	margin-bottom: 19px;
	font-size: 26px;
	font-weight: bold;
}

.smt-menu {
	display: flex;
	flex-direction: row;
	margin-bottom: 72px;
}

.bowl-menu {
	display:flex;
	flex-direction: row;
}

.smt-menu-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.smt-menu-container .menu-box {
	margin: 0 7.5px;
}

.boxleft-one {
	grid-column: 1/2;
	grid-row: 1/10;
}

.boxleft-two {
	grid-column: 2/3;
	grid-row: 1/8;
}

.boxleft-three {
	grid-column: 1/2;
	grid-row: 11/23;
}

.boxleft-four {
	grid-column: 2/3;
	grid-row: 8/23;
}

.boxright-one {
	grid-column: 1/2;
	grid-row: 1/9;
}

.boxright-two {
	grid-column: 2/3;
	grid-row: 1/4;
}

.boxright-three {
	grid-column: 1/2;
	grid-row: 10/16;
}

.boxright-four {
	grid-column: 2/3;
	grid-row: 4/16;
}

.menu-caption {
	font-size:13px;
	letter-spacing: 0rem;
}

.menu-head {
	font-size: 24px;
	line-height: 1.0;
	font-family:"Oswald","sans-serif";
	margin-bottom: 6px;
	font-feature-settings: "palt";
	font-variant-ligatures: none;
}

.menu-stuff {
	font-size: 10px;
	letter-spacing: 0.05em;
}

.menu-price {
	font-size: 20px;
}

.menu-taxin {
	font-size: 12px;
}

.bowl-menu-container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 0 auto 110px;
}

.bowl-menu-container .menu-box {
	margin: 0 7.5px;
}

.bowlgrid-one {
	grid-column: 1/2;
	grid-row: 1/210;
}

.bowlgrid-two {
	grid-column: 1/2;
	grid-row: 204/460;
}

.bowlgrid-three {
	grid-column: 2/3;
	grid-row: 1/145;
}

.bowlgrid-four {
	grid-column: 2/3;
	grid-row: 145/290;
}

.bowlgrid-five {
	grid-column: 2/3;
	grid-row: 291/460;
}

.bowlgrid-six {
	grid-column: 3/4;
	grid-row: 1/240;
}

.bowlgrid-seven {
	grid-column: 3/4;
	grid-row: 231/460;
}

.bowlgrid-eight {
	grid-column: 4/5;
	grid-row: 1/272;
}

.bowlgrid-nine {
	grid-column: 4/5;
	grid-row: 268/460;
}

.option {
	max-width: 1080px;
	width: 95%;
	box-sizing: border-box;
	position: relative;
	margin: 3em auto 156px;
}

.option-head {
	position: absolute;
	left: 50%;
	transform: translateY(-65%) translateX(-50%);
	font-family:"Oswald","sans-serif";
	font-size: 45px;
	padding: 0 24px;
	background-color: #fff;
}

.option-head-sub {
	padding-top :32px;
}

.option-container {
	padding: 2em 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.option-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.option-box .blackline {
	padding: 48px 0;
	margin: 0 16px;
}

.option-menu-box {
	margin-right: 24px;

}

.option-menu-box p {
	line-height: 2.0;
}

.option-menu-flex {
	display: flex;
}

.option-price {
	font-size: 30px;
	line-height: 1.0;
}

.option-taxin {
	font-size: 12px;
	line-height: 1.0;
}

.ft-pink {
	color: #e99bc1;
	font-size: 12px;
	margin-right: 8px;
}

.aboutsmt {
	position: relative;
}

.bgimgone {
	position: absolute;
	width: 320px;
	z-index: -1;
	left: 0;
	top: -200px;
}

.about-bowl {
	position: relative;
	margin-bottom: 48px;
}

.bgimgtwo {
	width: 400px;
	position: absolute;
	z-index: -1;
	right: 0;
	top: -80px;
}

.tad {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 40px;
}

.tad .blackline {
	padding: 176px 0;
}

.tad-left {
	position: relative;
	max-width: 400px;
	text-align: center;
}

.tad-left img {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-0%);
	z-index: -1;
	width:320px;
}

.tad-left h2 {
	font-size: 62px;
	line-height: 1.1;
	letter-spacing: 0.097em;
	font-family:"Oswald","sans-serif";
}

.tad-right {
	max-width: 500px;
}

.tad-right h3{
	font-size: 40px;
	margin-bottom: 16px;
}

.tad-right p {
	font-size: 22px;
}

#arch-menu {
	letter-spacing: 0.2em;
	font-size: 22px;
	margin-bottom: 80px;
}

/*マップページ*/
#map {
	max-width: 747px;
	height: 472px;
	margin: 0 auto 10px;
}

#map01 {
	max-width: 747px;
	height: 472px;
	margin: 0 auto 10px;
}

#map02 {
	max-width: 747px;
	height: 472px;
	margin: 0 auto 10px;
}

#map03 {
	max-width: 747px;
	height: 472px;
	margin: 0 auto 10px;
}

.access {
	display: flex;
	margin-bottom: 206px;
	padding: 0 4px;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
}

.access-left {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-right: 40px;
}


.access-tune {
	font-size: 48px;
}

.access-right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 32px 0;
}

.access-right h2 {
	font-size: 34px;
	max-width: 515px;
	margin-bottom: 24px;
	letter-spacing: 0.06em;
	font-family:"Oswald","sans-serif";
}

.location {
	margin-bottom: 24px;
}

.buisinesstime {
	margin-bottom: 36px;
}

.access-right h3 {
  font-size: 36px;
	font-family:"Oswald","sans-serif";
	margin-bottom: 12px;
}

.access-right p {
  font-size: 22px;
}

.accessicon {
	display: flex;
	text-align: left;

}

.accessicon li {
	margin-right: 10px;
}

.accessicon img {
	width: 130px;
}

/*お問い合わせページ*/
.contact-top {
	margin-bottom :48px;
}

.contactfooter{
	position:relative;
}

.contactfooter-container {
	position:absolute;
	z-index: 2;
	left:50%;
	width: 100%;
	padding-top: 100px;
	transform: translate(-50%, -65%);
	background-color: #fff;
}

.mapandphoto {
	width: 747px;
}

.regionlist {
	display: flex;
	justify-content: space-between;
	max-width: 440px;
	margin: 120px auto 110px;
	font-size: 30px;
	font-weight: 100;
	font-family:"Noto Sans JP","sans-serif";
}

.regionlist li {
	display: flex;
	justify-content:center;
	align-items: center;
}

.regionlist img {
	width: 24px;
}

.regioncity {
	margin-bottom: 4px;
	font-weight: 100;
	font-family:"Noto Sans JP","sans-serif";
}

.regionwrap {
	margin-bottom: 120px;
}

.accessdot {
	margin: 120px auto 100px;
	max-width: 1320px;
}

.comingsoon {
	position: relative;
}

.comingsoon p {
	position: absolute;
	display: inline-block;
	background-color: #000000;
	color: #fff;
	width: 505px;
	text-align: center;
	font-family:"Oswald","sans-serif";
	font-size: 56px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 10;
}

/*以下スマホレスポンシブ（各ページ毎）*/
@media screen and (max-width: 599px){

/*共通sp*/
body {
		padding-top: 20px;
}

header {
	padding: 2px;
	margin-bottom: 60px;
}

.fixbar {
	display:flex;
	bottom: 0;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.fixbar-1 {
	width: 20%;
	text-align: center;
	background-color:#fff;
}

.fixbar-2 {
	width: 80%;
	font-size: 24px;
	text-align: center;
	color:#ffffff;
	background-color: #e99bc1;
}
.fixbar-2:link, .fixbar-2:visited, .fixbar-2:active {
    color: #ffffff;
}

.header-logo {
	max-width: 210px;
	height: 72px;
	margin: 0 0 0 12px;
}



	.article {
		font-size: 10.5px;
	}

	.linkbtn {
		font-size: 13px;
		border-radius: 30px;
		padding: 4px 16px;
		margin: 0 auto 40px;
	}

	.links {
		margin-bottom: 44px;
	}

	.links a {
		margin: 0 8px;
	}

	.links img {
		width: 32px;
	}

	.copyright {
		padding: 20px 0;
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	.sp-shown {
		display: block;
	}

	.sp-unshown {
		display: none;
	}

/*トップページsp*/

	.keyv {
			width: 100%;
			margin: 0 auto 48px;
	}

	.arch {
		margin: 0 0 4px 0;
	}

	.arch-img {
		width:136px;
	}

	#arch-tophead-sp {
		width: 100%;
		position: absolute;
		z-index: 1;
		left: 50%;
		transform:translate(-50%, -80%);
		font-size: 24px;
		font-family:"Oswald","sans-serif";
	}

	.aboutsab {
		margin-bottom: 56px;
		padding: 0 4px;
		flex-direction: column;
		justify-content: space-between;
	}

	.aboutsab-left {
		margin-bottom: 16px;
	}

	.aboutsab-left img {
		width: 144px;
		margin-bottom: 45px;
	}

	.aboutsab-left h2 {
		font-size: 26px;
		margin-bottom: 8px;
		line-height: 1.2;
	}

	.aboutsab-left h3 {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.aboutsab-left .article {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.aboutsab-right {
		padding: 32px 0;
		text-align: center;
	}

	.aboutsab-right .article {
		padding-left: 0px;
		font-size: 12px;
		max-width: 515px;
		letter-spacing: 1px;
	}

	.aboutsab-right .mb {
	  margin-bottom: 40px;
	}

	.balloon {
		width: 192px;
		margin:0 auto 28px;
	  padding: 0 12px;
	  border-radius: 15px;
	}

	.balloon img {
		width: 40px;
	}

	.balloon h3 {
			font-size: 20pt;
	}

	.balloon-one::before{
	  bottom: -18px;
	  right: 14px;
	  border-top: 18px solid #000000;
	  border-left: 13px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(-50deg);
	}
	.balloon-one::after{
	  bottom: -11px;
	  right: 11px;
	  border-top: 15px solid #fff;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(-50deg);
	}

	.balloon-two::before{
	  bottom: -22px;
	  right: 130px;
	  border-top: 22px solid #000000;
	  border-left: 13px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(40deg);
	}
	.balloon-two::after{
	  bottom: -15px;
	  right: 134px;
	  border-top: 21px solid #fff;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(40deg);
	}

	.balloon-three::before{
	  bottom: -22px;
	  right: 66px;
	  border-top: 21px solid #000000;
	  border-left: 13px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(40deg);
	}
	.balloon-three::after{
	  bottom: -14px;
	  right: 71px;
	  border-top: 21px solid #fff;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	  transform-origin: left top;
	  transform: skewX(40deg);
	}

	.insta {
		margin-bottom:64px;
		font-size: 24px;
	}

	.insta-obi {
		left: 0px;
		top: -48px;
		width: 160px;
	}

	#insta-obi-text-sp {
		position: absolute;
		z-index: 1;
		letter-spacing: 2.0px;
		font-size: 15px;
		left: 33px;
		top: -33px;
	  transform: rotate(343deg);
		font-family:"Oswald","sans-serif";
	}

	.insta-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		margin: 0 auto;
		width: 90%;
	}

	.insta-box {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.followme {
		font-size: 10pt;
		letter-spacing: 0.8pt;
		padding-top: 16px;
	}

	/*メニューページsp*/

	.menu-arch {
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0 0 64px 0;
	}

	.menu-arch img {
		width:160px;
	}

	.menuhead {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.h-one {
		margin-bottom:12px;
		font-size: 24px;
	}

	.h-two {
		margin-bottom: 8px;
		font-size: 16px;
	}

	.aboutsmt {
		margin-bottom: 6px;
	}

	.aboutsmt-container {
		flex-direction: column;
		justify-content: space-around;
	}

	.aboutsmt-box {
		width: 230px;
		padding: 12px;
		margin: 0 auto;
	}

	.aboutsmt-container .blackline {
		padding: 0.5px 115px;
		margin: 0 auto;
	}

	.seasonal {
		width: 90%;
		margin: 0 auto;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 7.5px;
	}

	.seasonal-head {
		position:relative;
		width: 0;
	}

	.seasonal-head h2 {
		top: -10px;
		left: -8px;
		font-size: 34px;
	}

	.seasonal-pic {
		width: 100%;
	}

	.seasonal-article {
		margin-top: 0;
		width: 100%;
		padding-left:0px;
	}

	.smt-menu {
		flex-direction: column;
		margin-bottom: 72px;
	}

	.smt-menu-container {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		box-sizing: border-box;
		gap: 1px;
	}

	.menu-box {
		box-sizing: border-box;
		margin: 4.5px;
	}

	.smt-menu-container .menu-box {
	    margin: 0 3.5px;
	}

	.boxleft-one {
		grid-column: 1/2;
		grid-row: 1/10;
	}

	.boxleft-two {
		grid-column: 2/3;
		grid-row: 1/8;
	}

	.boxleft-three {
		grid-column: 1/2;
		grid-row: 10/23;
	}

	.boxleft-four {
		grid-column: 2/3;
		grid-row: 8/23;
	}

	.boxright-one {
		grid-column: 1/2;
		grid-row: 1/9;
	}

	.boxright-two {
		grid-column: 2/3;
		grid-row: 1/4;
	}

	.boxright-three {
		grid-column: 1/2;
		grid-row: 9/16;
	}

	.boxright-four {
		grid-column: 2/3;
		grid-row: 4/16;
	}

	.menu-caption {
		font-size:8px;
		letter-spacing: 0rem;
	}

	.menu-head {
		font-variant-ligatures: none;
		font-size: 16px;
		line-height : 1.0;
		margin-bottom: 2px;
		letter-spacing: 0.4px;
	}

	.menu-stuff {
		font-size: 6.5px;
	}

	.menu-price {
		font-size: 10.5px;
	}

	.menu-taxin {
		font-size: 6.5px;
	}

	.bowl-menu {
		flex-direction: column;
	}

	.bowl-menu-container {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 24px;
	}

	.bowl-menu-container .menu-box {
	    margin: 0 3.5px;
	}

	.bowlgrid-one {
		grid-column: 1/2;
		grid-row: 1/172;
	}

	.bowlgrid-two {
		grid-column: 2/3;
		grid-row: 1/156;
	}

	.bowlgrid-three {
		grid-column: 2/3;
		grid-row: 156/311;
	}

	.bowlgrid-four {
		grid-column: 1/2;
		grid-row: 680/820;
	}

	.bowlgrid-five {
		grid-column: 2/3;
		grid-row: 680/820;
	}

	.bowlgrid-six {
		grid-column: 1/2;
		grid-row: 436/680;

	}

	.bowlgrid-seven {
		grid-column: 1/2;
		grid-row: 172/436;
	}

	.bowlgrid-eight {
		grid-column: 2/3;
		grid-row: 311/483;
	}

	.bowlgrid-nine {
		grid-column: 2/3;
		grid-row: 483/680;
	}

	.option {
		box-sizing: border-box;
		position: relative;
		margin :0em auto 112px;

	}

	.option-head {
		transform: translateY(-65%) translateX(-50%);
		font-size: 24px;
		padding: 0 12px;
	}

	.option > p {
		margin-bottom: 16px;
	}

	.option-container {
		padding: 0em 0;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.option-box {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 24px;
	}

	.option-head-sub {
	    padding-top: 16px;
			font-size: 13px;
	}

	.option-box .blackline {
		padding: 24px 0;
		margin: 0 16px;
	}

	.blackline-long {
		padding: 76px 0;
		margin: 0 16px;
		width: 1px;
		background-color: #000000;
	}

	.option-menu-box {
		margin-right: 0px;
		width: 168px;
	}

	.option-menu-box p {
		font-size: 10px;
		line-height: 1.75;
		vertical-align: middle;
	}

	.option-menu-flex {
		display: flex;
		flex-direction: column;
	}

	.option-price {
		font-size: 16pt;
		line-height: 1.0;
		width: 60px;
	}

	.option-taxin {
		font-size: 6.5pt;
		line-height: 1.0;
	}

	.ft-pink {
		margin-right: 8px;
		line-height: 16px;
	}

	.aboutsmt {
		position: relative;
	}

	.bgimgone {
		width: 200px;
		left: 0;
		top: -64px;
	}

	.about-bowl {
		margin-bottom: 16px;
	}

	.bgimgtwo {
		width: 216px;
		right: 0;
		top: -80px;
	}

	.tad {
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	.tad .blackline {
		display: none;
	}

	.tad-left {
		position: relative;
		max-width: 400px;
		text-align: center;
		margin-bottom: 16px;
	}

	.tad-left img {
		width: 200px;
	}

	.tad-left h2 {
		font-size: 36px;
		line-height: 1.1;
		letter-spacing: 3px;
	}

	.tad-right {
		max-width: 500px;
	}

	.tad-right h3{
		font-size: 21px;
		letter-spacing: 1px;
		margin-bottom: 16px;
	}

	.tad-right p {
		font-size: 10px;
		text-align: center;
	}

	#arch-menu {
		letter-spacing: 2.0px;
		font-size: 11.5pt;
		margin-bottom: 40px;
	}

/*mapページsp*/

#map {
	width: 302px;
	height: 264px;
	margin: 0 auto 40px;
}

	#map01 {
		width: 241px;
		height: 211px;
		margin: 0 auto 4px;
	}

	#map02 {
		width: 241px;
		height: 211px;
		margin: 0 auto 4px;
	}

	#map03 {
		width: 241px;
		height: 211px;
		margin: 0 auto 4px;
	}

	.shops-top {
		margin-bottom: 24px;
	}

	.access{
		margin-bottom: 4px;
		padding: 0 4px;
		flex-direction: column;
		justify-content: space-around;
	}

	.access-left {
		margin-bottom: 0px;
		margin-right: 0px;
		padding: 0 4px;
		flex-direction: column;
		justify-content: space-between;
	}

	.access-left img {
		width: 241px;
		margin-bottom: 0px;
	}

	.access-right {
		flex-direction: column;
		justify-content: center;
		padding: 0px 0;
		text-align: center;
	}

	.access-right h2 {
		font-size: 20pt;
		margin: 0 auto;
		margin-bottom: 35px;
		letter-spacing: 1.0px;
	}

	.access-tune {
		font-size: 26pt;
	}

	.location {
		margin-bottom: 35px;
	}

	.buisinesstime {
		margin-bottom: 50px;
	}

	.buisinesstime p {
		font-size: 12pt;
	}

	.location p {
		font-size: 12pt;
	}

	.access-right h3 {
	  font-size: 20pt;
		margin-bottom: 8px;
	}

	.accessicon img {
		width: 51px;
	}

	.regioncity {
		font-size: 16px;
		text-align: center;
}

	.regionlist {
		max-width: 240px;
		margin: 33px auto 50px;
		font-size: 16px;
	}

	.accessdot {
		margin: 30px auto 35px;
		width: 90vw;
	}

	.accessicon {
		justify-content: center;
	}

	.mapandphoto {
		width: 241px;
	}

	.regionlist img {
		width: 12px;
	}

	.comingsoon p {
		width: 204px;
		font-size: 24px;
	}

/*お問い合わせsp*/

.contact-top {
    margin-bottom: 24px;
}

.contactfooter-container {
	padding-top: 100px;
	transform: translate(-50%, -50%);
}

}
