.main_top .container {
    padding: 0;
}

.opening {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  -webkit-animation: 2.2s ease-in-out 0s normal opening_bg both;
          animation: 2.2s ease-in-out 0s normal opening_bg both; 

  background: #fff;
}

@-webkit-keyframes opening_bg {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    z-index: -1; 

    display: none;

    opacity: 0;
  }
}

@keyframes opening_bg {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    z-index: -1; 

    display: none;

    opacity: 0;
  }
}

.opening .logo {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 200px;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: 1.2s ease-in-out 0s normal opening_logo both;
          animation: 1.2s ease-in-out 0s normal opening_logo both;
}

@-webkit-keyframes opening_logo {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opening_logo {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opening .logo img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .opening .logo {
    top: 44%; 

    width: 40%;
  }
}



/* section_visual
------------------------------------------------- */
.mv {
	width: 100%;
	position: relative;
}

.mv01 {
	position: relative;
	width: 100%;
	height: 163px;
	overflow: hidden;
	margin-bottom: 4px;
}

.mv01 ul {
	width: 100%;
}

.mv01 ul li {
	float: left;
	margin-right: 4px;
}

.mv01 ul li img {
	width: auto;
	height: 163px;
}

.mv02 {
	position: relative;
	width: 100%;
	height: 109px;
	overflow: hidden;
	margin-bottom: 4px;
}

.mv02 ul {
	width: 100%;
}

.mv02 ul li {
	float: right;
	margin-left: 4px;
}

.mv02 ul li img {
	width: auto;
	height: 109px;
}

.mv03 {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.mv03 ul {
	width: 100%;
}

.mv03 ul li {
	float: left;
	margin-left: 4px;
}

.mv03 ul li img {
	width: auto;
	height: 150px;
}

.mv_smile {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
	width: 65%;
}

.slide_move {
	-webkit-animation-duration: 10s;
  animation-duration: 10s;
  animation-delay:0s;
}

.slide_move02 {
	-webkit-animation-duration: 8s;
  animation-duration: 8s;
  animation-delay:0s;
}

.slide_move03 {
	-webkit-animation-duration: 12s;
  animation-duration: 12s;
  animation-delay:0s;
}

/* section_message
------------------------------------------------- */
.section_message {
	width: 95%;
	margin: 35px auto 45px;
	text-align: center;
}

.section_message h2 {
	font-size: 10.5vw;
	color: #e92e14;
	margin-bottom: 20px;
}

.section_message .txt {
	font-size: 4.375vw;
	margin-bottom: 20px;
}

.section_message .lead {
	font-size: 5.4vw;
	color: #e92e14;
	margin-bottom: 30px;
}

/* common
------------------------------------------------- */

.smile {
	width: 45%;
	margin: 0 auto;
}

h2.title {
  display: table;
  text-align: center;
  white-space: nowrap;
	font-size: 10.5vw;
	color: #e92e14;
	line-height: 0.7em;
	margin-bottom: 25px;
}
h2.title:after, h2.title:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 3px), transparent -webkit-calc(50% + 3px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 3px)), to(transparent calc(50% + 3px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 3px), transparent calc(50% + 3px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
h2.title:after {
  border-left: 0.5em solid transparent;
}
h2.title:before {
  border-right: 0.5em solid transparent;
}

/* section_philosophy
------------------------------------------------- */
.section_philosophy {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
}

.section_philosophy h3 {
	background: #e2e2e2;
	border-radius: 50px;
	font-size: 4.375vw;
	padding: 5px 0;
}

.section_philosophy .lead {
	font-size: 7vw;
	margin: 10px 0 20px
}

.section_philosophy .txt01 {
	font-size: 5vw;
	margin: 10px 0 20px
}

.section_philosophy .txt02 {
	font-size: 15px;
	margin: 10px auto 10px;
	text-align: left;
}

/* section_topmessage
------------------------------------------------- */
.section_topmessage {
	background-color: #e92e14;
	padding: 20px 2.5%;
}


h2.title02 {
	font-size: 10.5vw;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 5px;
}

.section_topmessage .sub {
	font-size: 4.375vw;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}

.section_topmessage .inner {
	background: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	text-align: left;
}

.section_topmessage .inner .ph {
	margin-bottom: 20px;
}

.section_topmessage .inner .txt p {
	font-size: 4.375vw;
	margin-bottom: 20px;
}

.section_topmessage .inner .txt p.lead {
	font-size: 6vw;
	color: #e92e14;
	margin-bottom: 20px;
}

/* section_kodawari
------------------------------------------------- */
.section_kodawari {
	width: 95%;
	margin: 20px auto;
	text-align: center;
}

.section_kodawari .tit {
	width: 80%;
	margin: 0 auto;
}

.section_kodawari h2.title02 {
	font-size: 35px;
	text-align: center;
	line-height: 1.0;
	color: #313131;
	margin-bottom: 12px;
}

.section_kodawari .sub {
	font-size: 16px;
	text-align: center;
	color: #313131;
	margin-bottom: 32px;
}

.section_kodawari .smile {
	font-size: 4.375vw;
	text-align: center;
	margin-bottom: 85px;
}

.kod01 .inner,
.kod02 .inner{
	width: 90%;
	margin: 0 auto 25px;
}

.kod03 .inner{
	width: 90%;
	margin: 0 auto;
}

.kod01 .inner .tit,
.kod03 .inner .tit{
	margin-bottom: 15px;
}

.kod01 .inner .ph{
	margin: 15px 0;
}

.kod01 .inner .catch,
.kod03 .inner .catch{
	font-size: 49px;
	color: #e92e14;
	margin-bottom: 35px;
	text-align: left;
	line-height: 1.1;
}


.kod01 .inner .txt,
.kod03 .inner .txt{
	width: 100%;
	text-align: left;
	font-size: 4.375vw;
  text-align: justify;
}

.kod02 .inner .tit{
	text-align: right;
	margin-bottom: 15px;
}

.kod02 .inner .tit img {
	display: inline;
}

.kod02 .inner .catch {
	font-size: 49px;
	color: #e92e14;
	margin-bottom: 35px;
	line-height: 1.1;
}

.kod02 .inner .txt {
	width: 100%;
	font-size: 4.375vw;
}

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.more02 {
	width: 10px;
	margin: 40px auto 24px;
}

/* section_doryoku
------------------------------------------------- */
.section_doryoku {
	width: 90%;
	margin: 0 auto 60px;
	text-align: center;
}

.section_doryoku .tit {
	margin-bottom: 15px;
}

.section_doryoku .lead {
	font-size: 4.375vw;
	margin-bottom: 20px;
	text-align: left;
}
.section_doryoku .list {
	margin-bottom: 20px;
}

.section_doryoku .list li {
	width: 100%;
}

.section_doryoku .list li .ph {
	margin-bottom: 12px;
}

.section_doryoku .list li .tit {
	text-align: center;
	font-size: 25px;
	color: #e92e14;
	margin-bottom: 15px;
}

.section_doryoku .list li .txt {
	text-align: left;
	font-size: 4.375vw;
	margin-bottom: 20px;
}

/* section_shop_list
------------------------------------------------- */
.section_shop_list {
	background-color: #e92e14;
}

.section_shop_list .wrap {
	padding: 20px 0;
}

.section_shop_list .inner {
	width: 90%;
	margin: 0 auto 0;
}

.section_shop_list h2.title02 {
	font-size: 8vw;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 20px;
}

.section_shop_list li {
	width: 49%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.section_shop_list li:nth-child(2n) {
	float: right;
}

.section_shop_list li .arrow {
	position: absolute;
	width: 8%;
	top:80px;
	right: 5px;
}

.section_shop_list li .ph {
	height: 100px;
	overflow: hidden;
}

.section_shop_list li .ph img {
	width: 100%;
}

.section_shop_list li .name {
	color: #fff;
	text-align: center;
	font-size: 4.375vw;
	margin-top: 10px;
}

.more_shop {
	border:1px solid #fff;
}

.more_shop {
  width: 70%;
  height: 50px;
  margin: 0 auto;
	font-size: 5vw;
}

.more_shop a {
  display: block;
  text-align: center;
  background: transparent;
  text-decoration: none;
  color: #fff;
  line-height: 45px;
  position: relative;
}

.more_shop a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  transition-duration: 200ms;
}

/* section_information
------------------------------------------------- */
.section_information {
	width: 95%;
	margin: 20px auto;
	text-align: center;
}

.section_information .tit {
	font-size: 8vw;
	text-align: center;
	color: #e92e14;
	border-bottom: 3px solid #e92e14;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.section_information .box_a {
	width: 100%;
}

.section_information .box_a table {
	width: 95%;
	font-size: 4.375vw;
	margin: 0 auto 20px;
}

.section_information .box_a table th {
	padding: 7px 0;
	vertical-align: top;
	width: 22%;
}

.section_information .box_a table td {
	padding: 7px 0 7px 7px;
	text-align: left;
}

.section_information .box_b {
	width: 100%;
	margin-bottom: 20px;
}

/* section_history
------------------------------------------------- */
.section_history {
	width: 95%;
	margin: 0 auto 20px;
	text-align: center;
}

.section_history .tit {
	font-size: 8vw;
	margin-top: 20px;
	color: #e92e14;
}

.section_history table {
	width: 100%;
	font-size: 4.375vw;
	border-collapse:separate;
	border-spacing:8px;
}

.section_history table th {
	padding: 8px;
	background: #e92e14;
	color: #fff;
	text-align: center;
}

.section_history table td {
	padding: 8px;
	background: transparent;
	text-align: center;
}

.section_history table td.md {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid #c9321c;
}

/* section_map
------------------------------------------------- */
.section_access {
	width: 100%;
	margin-top: 40px;
}

.section_access .tit {
	font-size: 10.5vw;
	text-align: center;
	color: #e92e14;
	margin-bottom: 28px;
}

#map_canvas {
	height: 300px;
	width: 100%;
	margin-bottom: 15px;
}

.section_access .txt {
	font-size: 4.375vw;
	text-align: center;
}

