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

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

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

html {scroll-behavior: smooth;}

body {
	  font-family: YakuHanJP, "Helvetica Neue",
    Arial,
    "Noto Sans JP",
    sans-serif;
}

.wrap {
	width: 100%;	
}
.header {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	background-color:#274634;
}
.title_logo { 
width: 980px;
	display: flex;
	align-items: center;
text-align: left;
margin: 0 auto;
	font-weight: bold;
	color:#fff;
}
.title_logo img {
	width: 60px;
}
.title {
    text-align: center;
    background-image: url("../image/title_bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0!important;
}
.title img {
	max-width: 980px;
	margin: 30px 20px;
}
.contents {
	width: 980px;
	margin: 0 auto;
}
.column {
	margin: 40px 0;
}
.column h2 {
	text-align: center;
	font-size: 2.4em;
}
.menu {
	display: none;
}
.menu a {
	background-color:#C1272E;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 300px;
	display: block;
	border-radius: 50px;
	margin: 12px;
	padding: 12px;
}
.menu a:hover {
	background-color: #940002;
}
.ramen_box {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ramen_blc {
	width: 49%;
	margin-bottom: 30px;
}
.ramen_blc img {
	width: 100%;
	margin-bottom: 12px;
}

h2 {
	color: #012E68;
  position: relative;
  padding: 1.5rem 1rem;
	margin-bottom: 30px;
	font-weight: 500;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #012E68, #012E68 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #012E68, #012E68 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ramen_ttl {
	background-color: #012E68;
    padding: 12px;
	text-align: center;
	color: #fff;
}
.ramen_ttl h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}
.ramen_ttl h3 span {
	padding: 3px 12px;
	font-size: 0.7em;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	top: -3px;
	margin-right: 6px;
	line-height: 0;
}
.ramen_ttl .miso {
	background-color: #C1272E;
}




.ramen_txt p {
	line-height: 150%;
}
.ramen_txt h4 {
	font-size: 1.2em;
	margin: 12px 0;
	color: #012E68;
	line-height: 140%;
	font-weight: bold;
}
.ramen_info {
	display: flex;
	align-items:flex-start;
	gap:12px;
	justify-content: space-between;
	background-color: #EFEFEF;
	padding: 20px;
	line-height: 140%;
	margin-top: 20px;
	border-radius: 8px;
}
.ramen_info img {
	width: 100%;
	max-width: 100px;
}
.ramen_info span {
	font-weight: bold;
	color: #C1272E;
}
.footer {
	width: 100%;
	background-color: #296D45;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	font-size: 0.7em;
}
.faq h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #012E68;
}
.faq ul {
	list-style:disc;
	margin-left: 1.5em;
	margin-bottom: 20px;
}
.faq li {
	margin: 6px 0;
	line-height: 1.4em;
}
.border_faq {
	border-bottom: 1px solid #012E68;
	color: #012E68;
	font-size: 1.4em;
	margin-bottom: 24px;
	padding-bottom: 6px;
	font-weight: 500;
}
.bktop {
	text-align: center;
	margin: 30px 0;
}
.bktop a {
	background-color: #012E68;
	padding: 12px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
}
.btn_faq {
	text-align: center;
	margin: 20px 0 0 0;	
}
.btn_faq a {
	background-color: #012E68;
	color: #fff;
	padding: 6px 20px;;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
}
.mb10 {
	margin-bottom: 10px;
}
.smbc_adress dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.smbc_adress dt {
  font-size: 1.2em;
  width: 10%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.8em;
  color: #012E68;
	font-weight: bold;
}

.smbc_adress dd {
  font-size: 1.2em;
  width: 90%;
  padding-bottom: 10px;
  margin-bottom: 10px;
line-height: 1.8em;
}

.ticket {
	display: flex;
	align-items:center;
	justify-content: space-between;
	line-height: 1.4em;
	padding: 20px;
	border:1px solid #002F6C;
	border-radius: 8px;
}
.ticket img {
	width:100%;
	max-width: 228px;
}
.ticket span { 
font-weight: bold;
}

.gaiyo_area {
	border:1px solid #012E68;
	border-radius: 16px;
	padding: 40px 30px 20px 30px;

}


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

.header {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	background-color:#274634;
}
.title_logo { 
width: 100%;
text-align: left;
margin: 0 auto;
	padding: 0px;
}
.title_logo img {
	width: 10vw;
	margin: 0 12px;
}
.title {
    text-align: center;
    background-image: url("../image/title_bk.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0!important;
}
.title img {
	width: 90%;
	margin: 30px 0px;
}
.contents {
	width: 100%;
	margin: 0 auto;
}
.column {
	margin: 20px 20px;
}
.column h2 {
	text-align: center;
	font-size: clamp(1rem, 0.757rem + 1.21vw, 1.5rem);
}
.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.menu a {
	background-color:#C1272E;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	display: block;
	border-radius: 50px;
	margin: 12px;
	padding: 12px;
}
.menu a:hover {
	background-color: #940002;
}
.ramen_box {
	margin: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ramen_blc {
	width: 100%;
	margin-bottom: 30px;
}
.ramen_blc img {
	width: 100%;
}

h2 {
	color: #012E68;
  position: relative;
  padding: 1.5rem 1rem;
	margin-bottom: 30px;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #012E68, #012E68 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #012E68, #012E68 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ramen_ttl {
	background-color: #012E68;
    padding: 12px;
	text-align: center;
	color: #fff;
}
.ramen_ttl h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 6px;
}
.ramen_ttl h3 span {
	padding: 3px 12px;
	font-size: 0.7em;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	top: -3px;
	margin-right: 6px;
	line-height: 0;
}
.ramen_ttl .miso {
	background-color: #C1272E;
}

.ramen_txt p {
	line-height: 140%;
}
.ramen_txt h4 {
	font-size: 1.4em;
	margin: 12px 0;
	color: #012E68;
	line-height: 140%;
}
.ramen_info {
	background-color: #EFEFEF;
	padding: 20px;
	line-height: 140%;
	margin-top: 20px;
	border-radius: 8px;
}
.ramen_info span {
	font-weight: bold;
	color: #C1272E;
}
.footer {
	width: 100%;
	background-color: #296D45;
	text-align: center;
	color: #fff;
	padding: 12px 0;
	font-size: 0.7em;
}
.faq h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #012E68;
}
.faq ul {
	list-style:disc;
	margin-left: 1.5em;
	margin-bottom: 20px;
}
.faq li {
	margin: 6px 0;
}
.border_faq {
	border-bottom: 1px solid #012E68;
	color: #012E68;
	font-size: 1.4em;
	margin-bottom: 16px;
	padding-bottom: 3px;
}
.bktop {
	text-align: center;
	margin: 30px 0;
}
.bktop a {
	background-color: #012E68;
	padding: 12px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
}
.btn_faq {
	text-align: center;
	margin: 20px 0 0 0;	
}
.btn_faq a {
	background-color: #012E68;
	color: #fff;
	padding: 6px 20px;;
	border-radius: 20px;
	display: inline-block;
	text-decoration: none;
}
.smbc_adress {
		padding: 20px;
	}
.smbc_adress dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}	
.smbc_adress dt {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 1.6em;
  color: #012E68;
	font-weight: bold;
}

.smbc_adress dd {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
	line-height: 1.6em;
}
.ticket {
	display: flex;
	flex-direction: column;
	line-height: 1.4em;
	padding: 20px;
	border:1px solid #002F6C;
	border-radius: 8px;
}
.ticket img {
	max-width: 300px;
	border: 1px solid #616F82;
	margin-top: 20px;
}
.ticket span { 
font-weight: bold;
}
}