@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, 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, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  min-width: 1200px;
  _display: inline;
  _zoom: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
ol, ul, li {
  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;
}
p, div {
  word-break: break-all;
}
pre {
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
}
img[width="0"], img[width="1"] {
  display: none;
}
/* -----------------------------------------------------------------
   module
----------------------------------------------------------------- */
body {
  background: #fff;
  font-family: Roboto, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #222;
  height: 100%;
  text-align: center;
  position: relative;
  width: 100%;
}
a {
  color: #4d4d4d;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
a[class$="btn"], a.header-incart-switch {
  text-decoration: none !important;
  position: relative;
}
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  /*for-safari*/
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 1px;
  font-size: inherit;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
input[type="checkbox"] {
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
}
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  background: #f8522b;
  color: #fff;
  padding: 3px 0;
  font-size: 16px;
}
select {
  width: 100%;
  background: #fff;
}
#nav-toggle {
  cursor: pointer;
  background: #fff;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}
header {
  background: #2ba8da;
  color: #fff;
  font-size: 13px;
  text-align: left;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  display: flex;
  background: #fff;
  align-items: center;
  border-bottom: 1px solid #2ba8da;
}
.header.top {
  border-bottom: none;
}
.header .logo {
  background: url("/common/logo-s.svg")no-repeat;
  background-size: contain;
  width: 226px;
  height: 54px;
  text-indent: -9999px;
  margin: 18px 0;
}
main {
  width: 100%;
  box-sizing: border-box;
}
main.home {
  background: url("/top/mv.jpg") no-repeat;
  background-size: 100%;
  min-height: 694px;
  background-position: center -12px;
  border-bottom: 5px solid #f8522b;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.places .inner {
  width: 910px;
}
main.home .logo-mv {
  background: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 356px;
  height: 356px;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff;
  -moz-box-shadow: 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff;
  box-shadow: 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff, 0px 0px 30px 0 #fff;
}
main.home .logo-mv img {
  width: 214px;
  height: 226px;
}
main {
  align-items: center;
}
main.home .inner {
  display: flex;
  padding-top: 146px;
}
main .inq, main .inner .right {
  width: 255px;
}
main .inq form {
  border-radius: 7px;
  background: #2ba8da;
  color: #fff;
  padding: 20px 18px;
  text-align: left;
}
main .ttl-form {
  text-align: center;
  font-size: 16px;
  padding-bottom: 0.5em;
}
main .inq ul {
  margin-bottom: 10px;
}
main .inq ul li {
  background: #fff;
  color: #333;
  font-size: 13px;
  padding: 2px 5px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}
main .inq ul li span {
  font-size: 13px;
}
main .inq ul li input {
  display: inline-block;
  padding-left: 5px;
  width: 100%;
}
main .inq ul li.check {
  background: none;
  color: #fff;
  padding: 0;
}
main .inq ul li.check input {
  width: auto;
  border: none;
  margin-left: 0;
}
main.home h2 {
  width: 1100px;
  margin: auto;
  font-size: 24px;
}
main.home h2 {
  text-align: left;
  color: #222;
  font-weight: 600;
  line-height: 1.8em;
}
main .btn-submit {
  cursor: pointer;
}
main .btn-submit:hover {
  cursor: pointer;
  opacity: 0.8;
}
main.flow {
  background: url("/flow/bg-flow.gif")#2ba8da;
  background-position: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
}
.float{
		width: 300px;
    background: #fff;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 5px;
    bottom: 80px;
    z-index: 10;
    border: 3px solid #fff;
    box-sizing: border-box;
	box-shadow:2px 2px 3px 2px rgba(0, 0, 0, 0.3);
	img{max-width:100%;
		}
	a:hover{opacity:1;
		text-decoration:none;}
	.logo-openmart{
		background:#07c755;
			text-align:center;
			padding:10px 0;
			img{
				width:60%;}
		}
	.logo-openmart.yellow{
		background:#ffe81d;
	}
	p{text-align:center;
		color: #000;
		padding:10px 0;
		font-size:18px;
	font-weight:600;}
	.more{
	    display: flex;
		background: #f8522b;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
		
	}
	.more span{position:relative;}
	.more span::after{
		content: "";
		border-top:2px solid #fff;
		border-right:2px solid #fff;
		width:6px;
		height:6px;
		position: absolute;
right: -10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
	}
	#banner-close{
        position: absolute;
        right: 0;
        top: -34px;
        border: none;
        background: none;
        font-size: 40px;
        padding: 0;
        line-height: 1;
        margin: 0;
        letter-spacing: -0.1em;
color:#000;
		cursor: pointer;
	}
	}
.float.js_close {
  display: none;
}
#feature h2.ttl, #branch h2.ttl, #flow h2.ttl {
  width: 100%;
  color: #f8522b;
  font-size: 42px;
  padding: 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
#feature h2 span, #branch h2 span, #flow h2 span {
  position: relative;
}
#feature h2 span::before, #branch h2 span::before, #flow h2 span::before {
  content: url(/common/h2-left.png);
  display: inline;
  position: absolute;
  left: -80px;
  top: 0;
}
#feature h2 span::after, #branch h2 span::after, #flow h2 span::after {
  content: url(/common/h2-right.png);
  display: inline;
  position: absolute;
  right: -80px;
  bottom: 0;
}
#feature .lead {
  width: 910px;
  margin: auto;
  text-align: left;
}
.wrapper {}
.container {
  width: 1100px;
  margin: auto;
}
#zenryoku, #testmarketing, #thanks, main.feature, main.branch {
  position: relative;
  background: #2ba8da;
  text-align: center;
  padding: 100px 0 50px;
}
main.feature {
  padding: 40px 0 60px;
}
#thanks {
  padding: 50px 0;
}
#testmarketing, #benefit, #zenryoku, #top-facility, #jyuyo, main.branch, #branch .places {
  padding: 50px 0;
  position: relative;
}
h2.zenryoku-ttl {
  color: #f8522b;
  font-size: 45px;
  background: #fff;
  padding: 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
h2.zenryoku-ttl span {
  position: relative;
}
h2.zenryoku-ttl span::before {
  content: url(/top/top-reason-left.gif);
  display: inline;
  position: absolute;
  left: -80px;
  top: 0;
}
h2.zenryoku-ttl span:after {
  content: "";
  content: url(/top/top-reason-right.gif);
  display: inline;
  position: absolute;
  right: -80px;
  top: 0;
}
#zenryoku::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 90px);
  border: 90px solid transparent;
  border-top: 50px solid #fff;
}
#zenryoku .ttl {
  display: block;
  ;
  margin: 0 auto 30px;
}
#zenryoku .ill {
  display: block;
  margin: 0 auto 30px;
}
#zenryoku a.go, #top-facility a.go, #thanks a.go {
  border: 4px solid #fff;
  margin: auto;
  width: 30%;
  position: relative;
  font-size: 30px;
  padding: 5px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#thanks a.go {
  font-size: 20px;
  border: 2px solid #fff;
  width: 24%;
}
#zenryoku .arrow-right, #top-facility .arrow-right, #thanks .arrow-right {
  display: inline-block;
  width: 60px;
  height: 15px;
  margin-left: 10px;
  border-bottom: 2px solid #fff;
  border-right: 4px solid #fff;
  transform: skew(60deg);
}
#zenryoku a.go:hover, #top-facility a.go:hover, #thanks a.go:hover {
  text-decoration: none;
  background: #fff;
  color: #2ba8da;
  opacity: 1;
}
#top-facility a.go:hover {
  color: #f8522b;
}
#zenryoku a.go:hover .arrow-right, #thanks a.go:hover .arrow-right {
  border-bottom: 2px solid #2ba8da;
  border-right: 4px solid #2ba8da;
}
#top-facility a.go:hover .arrow-right {
  border-bottom: 2px solid #f8522b;
  border-right: 4px solid #f8522b;
}
#zenryoku::after, #jyuyo::after, #top-facility::after, #benefit::after, .compare::after, main.feature::after, main.branch::after, .places::after, #openmart::after {
  width: 100%;
  height: 17px;
  background: url(/common/divide.png)repeat-x;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 1;
}
#jyuyo .inner, #benefit .inner, #testmarketing .inner {}
#jyuyo .lead, #benefit .lead, #testmarketing .lead, #top-facility .lead, #thanks .lead {
  width: 740px;
  margin: 0 auto 50px;
  font-size: 18px;
  text-align: left;
}
.places .lead {
  font-size: 18px;
  text-align: left;
  padding: 30px 0;
}
#jyuyo h2, #top-facility h2, #benefit h2, #testmarketing h2, #cost h2, #facility h2, #faq h2,#openmart h2 {
  font-size: 50px;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}
#branch main h2 {
  font-size: 45px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}
#branch main .lead {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
}
#branch main .merits {
  display: flex;
  margin: 30px auto;
  justify-content: center;
}
#branch main .merits .merit {
  position: relative;
  font-size: 24px;
  color: #fff;
  border: 2px solid #000;
  background: #f8522b;
  border-radius: 30px;
  padding: 8px 30px 8px 60px;
  margin-right: 30px;
}
#branch main .merits .merit:last-of-type {
  margin-right: 0;
}
#branch main .merits .merit::before {
  content: "";
  width: 34px;
  height: 29px;
  background: url(/branch/icon-check.svg)no-repeat;
  display: inline;
  position: absolute;
  left: 20px;
  top: calc(50% - 15px);
}
#cost {
  position: relative;
  background: #feffc2;
  padding: 40px 0 60px;
}
#top-facility h2 {
  margin-top: 0;
  color: #fff;
}
#testmarketing h2 {
  color: #fcff00;
}
#jyuyo h2::after, #top-facility h2::after, #benefit h2::after, #testmarketing h2::after, #cost h2::after, #facility h2::after, #faq h2::after, #openmart h2::after {
  position: absolute;
  width: 220px;
  height: 4px;
  background: #f8522b;
  left: calc(50% - 110px);
  bottom: 0;
  content: "";
}
#facility h2::after {
  background: #000;
}
#top-facility h2::after {
  background: #000;
}
#testmarketing h2::after {
  background: #fff;
}
#top-facility figure img {
  display: block;
  padding: 8px;
  border: 5px solid #000;
  margin: 30px auto;
  background: #fff;
}
#top-facility .lead {
  color: #fff;
}
#top-facility .inner {
  background-image: url("/top/top-fac-upper.png"), url("/top/top-fac-bottom.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
}
#jyuyo figure {
  width: 667px;
  margin: auto;
}
#jyuyo figcaption {
  font-size: 13px;
  text-align: left;
  margin-top: 2em;
}
#top-facility {
  background: #f8522b;
}
#thanks .lead {
  text-align: center;
  color: #fff;
}
.compare {
  position: relative;
  padding-bottom: 100px;
}
#feature .inner {
  width: 910px;
  margin: auto;
}
#feature .lead {
  text-align: left;
  font-size: 18px;
  margin: 40px auto 30px;
}
.compare table, #cost table, #outline {
  border-collapse: collapse;
  margin: auto;
  width: 100%;
}
#cost table {
  margin-top: 60px;
}
#outline table {
  margin-top: 30px;
}
.compare table th, .compare table td, #cost table th, #cost table td, #outline table th, #outline table td {
  border: 2px solid #000;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.compare table th, #cost table th {
  font-size: 20px;
}
.compare table td, #cost table td #outline td, #outline th {
  font-size: 18px;
  line-height: 1.8em;
  padding: 20px 10px;
}
#openmart{
	position:relative;
	display: block;
}
#openmart .lead p{
	margin-top:1em;
	b{font-weight:600;}
}
#openmart .lead p.notice{
	margin-top:0;
	font-size:0.9em;
}
#openmart .inner{
    padding: 40px 0 60px;
    background: #def6ff;
    width: 100%
}
#openmart .figures{
	display:flex;
flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border: 2px solid #000;
	.ph{width:45%
	}
	.map{
		width:50%;
		
	}
	img{max-width:100%;}
}

#cost table tr {
  height: 70px;
}
#cost table td, #cost table th {
  background: #fff;
  font-size: 18px;
}
#outline table td, #outline table th {
  text-align: left;
  padding: 12px 30px;
  font-size: 19px;
}
#outline table th {
  background: #eee;
  text-align: center;
  white-space: nowrap;
}
.compare table td p {
  text-align: left;
}
.compare table th.other, #cost table th.other {
  background: #ccc;
}
.compare table td.other, #cost table td.other {
  background: #eee;
}
.compare table th.bull, #cost table th.bull {
  background: #2ba8da;
  color: #fff;
  font-weight: 600;
}
.compare table td.bull, #cost table td.bull {
  background: #def6ff;
}
#cost table td.bull.strong {
  color: #f8522b;
  font-weight: 600;
}
#cost table td.bull.strong span {
  font-size: 3em;
  font-weight: lighter;
}
.compare table td.ttl, #cost table td.ttl {
  font-size: 18px;
  padding: 0 1em;
  white-space: nowrap;
}
#branch .area {
  clear: both;
}
#branch .area li {
  display: inline;
}
#branch .area .rider {}
#branch .area .map {}
#branch .places h3 {
  font-size: 30px;
  text-align: center;
}
#branch .places h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
}
#branch .places h3::before, #branch .places h3::after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background-color: #f8522b;
}
#branch .places h3::before {
  margin-right: 1em;
}
#branch .places h3::after {
  margin-left: 1em;
}
#flow {}
#flow .bar {
  display: flex;
  width: 600px;
  margin: 0 auto 7px;
  box-shadow: 5px 5px #000;
}
#flow .bar .num {
  font-weight: normal;
  position: relative;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  position: relative;
  width: 73px;
  height: 73px;
}
#flow .bar .num::after {
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 37px 26px;
  position: absolute;
  top: 0;
  right: -52px;
  height: 0px;
  width: 0px;
}
#flow .bar .desc {
  background: #ff6633;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  width: 527px;
}
main.flow .txt {
  font-weight: normal;
}
#flow .arrow-flow {
  width: 114px;
  height: 81px;
  margin: 20px auto;
}
.copyright {
  padding: 20px 0;
  display: block;
}
#page-top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 2;
}
#page-top a {
  display: flex;
  background: #ffff00;
  width: 50px;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  border-radius: 50%;
  color: #2ba8da;
  text-decoration: none;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.places .photos, .places .photos3 {
  display: flex;
}
.places .photos li {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.places .photos3 li {
  margin-right: 20px;
}
.places .photos3 li:last-child {
  margin-right: 0;
}
.places .photos3 li {
  width: calc((100% / 3)- (40px / 3));
}
.places .photos3 li p {
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}
.places .inner > div {
  margin-bottom: 70px;
}
#facility {
  position: relative;
  background: #f8522b;
  padding: 40px 0 60px;
  border-bottom: 2px solid #000;
}
#facility h2 {
  color: #fff;
}
#facility .lead {
  font-size: 18px;
  margin: 40px auto 30px;
  color: #fff;
}
#facility .slider {
  width: 910px;
  margin: auto;
  border: 5px solid #000;
  box-sizing: border-box;
}
#outline {
  padding: 50px 0;
}
#outline h3 {
  font-size: 30px;
}
#outline .inner {
  width: 910px;
}
#outline .notice {
  font-size: 0.9rem;
  text-align: right;
  margin-top: 5px;
}
#outline .address {
  margin-top: 20px;
  font-size: 18px;
  text-align: left;
}
#faq {
  padding: 50px 0;
}
#faq .inner {
  width: 1010px;
  margin: auto;
}
#faq ul {
  display: flex;
}
#faq ul li.icon {
  margin-left: 50px;
}
#faq ul li.icon p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #ff6633;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
}
#faq ul.ans li.icon p {
  background: #2ba8da;
}
#faq ul li.txt {
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding-right: 50px;
}
#faq ul.ans {
  margin-top: 1em;
  padding-bottom: 2em;
  border-bottom: 2px solid #000;
  margin-bottom: 2em;
}
#faq ul.ans li.txt {
  font-size: 20px;
}
footer {
  border-top: 2px solid #000;
}
#nav-toggle > div {
  position: relative;
  width: 50px;
  height: 35px;
}
#nav-toggle > div span {
  width: 100%;
  height: 5px;
  left: 0;
  display: block;
  background: #0091bd;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle > div span:nth-child(1) {
  top: 9px;
}
#nav-toggle > div span:nth-child(2) {
  top: 23px;
}
#nav-toggle > div span:nth-child(3) {
  top: 37px;
}
.open #nav-toggle {
  background: none;
}
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 21px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}
/* z-index */
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#gloval-nav {
  background: url(/common/logo-bull.svg)repeat-x #2ba8da;
  background-position: center;
  background-size: 700px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul.ham {
  list-style: none;
  display: flex;
  flex-direction: column;
}
#gloval-nav li {
  opacity: 0;
}
#gloval-nav ul.ham li {
  line-height: 4rem;
  vertical-align: top;
  position: relative;
  font-size: 1.4rem;
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
}
.open #gloval-nav li a {
  color: #fff;
  border-bottom: 1px solid #ffff00;
  padding: 0 20px;
}
.open #gloval-nav li a:hover {
  color: #ffff00;
  opacity: 1;
}
.flex {
  display: flex;
}
/*--------LINE追加20220112----------*/
main.home .inner {
  align-items: flex-start;
}
main .line {
  width: 300px;
  border-radius: 7px;
  background: #06C755;
  padding: 10px 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
main .line p {
  text-align: left;
}
main .line .qrcode {
  background: #fff;
  padding: 5px;
  color: #000;
  display: inline-block;
  border-radius: 5px;
  margin: 5px auto;
}
/* --------------------------------------
    PC
--------------------------------------- */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/* --------------------------------------
    SP
--------------------------------------- */
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
  img {
    max-width: 100%;
  }
  .sp-only {
    display: block;
  }
  input[type="submit"] {
    padding: 10px 0;
    font-size: 1.2rem;
  }
  .scroll {
    overflow-x: auto;
  }
  h1 {
    padding: 2px 0;
    font-size: 3vw;
  }
  .header {
    padding: 0;
  }
  .inner.h1 {
    padding: 0;
  }
  .header .logo {
    width: 150px;
    margin: 10px 0;
    height: 36px;
  }
  main.home {
    background-size: cover;
    background-position: right 20% center;
    min-height: auto;
  }
  main .ttl-form {
    font-size: 1.1rem;
    font-weight: 600;
  }
  main.home .inner {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
  main.home h2 {
    font-size: 1rem;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
  }
  main.home .logo-mv {
    width: 70%;
    margin: auto;
    height: 64vw;
  }
  main .inq {
    width: 90%;
    margin: 2em auto;
  }
  main .inq form {
    background: rgba(43, 168, 218, 0.8);
  }
  main .inq ul li span {
    font-size: 0.9rem;
  }
  main .inq ul li.check {
    padding: 0 10px;
  }
  main.home .logo-mv img {
    width: 60%;
    height: auto;
  }
  main.feature {
    padding: 30px 0;
  }
  h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  h2.zenryoku-ttl, #jyuyo h2, #top-facility h2, #benefit h2, #testmarketing h2, #feature h2.ttl, #cost h2, #branch main h2, #branch h2.ttl, #facility h2, #flow h2.ttl, #faq h2,#openmart h2 {
    font-size: 24px;
    line-height: 1.3em;
  }
  h2.zenryoku-ttl span::after {
    right: -4em;
  }
  #feature h2.ttl, #branch h2.ttl, #flow h2.ttl {
    padding: 20px 0;
  }
  h2.zenryoku-ttl span::before {
    left: -1.5em;
  }
  #testmarketing, #benefit, #zenryoku, #top-facility, #jyuyo {
    padding: 30px 0;
  }
  #jyuyo h2::after, #benefit h2::after, #testmarketing h2::after, #zenryoku h2::after, #top-facility h2::after, #facility h2::after, #flow h2::after {
    width: 50%;
    left: 25%;
  }
  #cost h2 {
    padding-top: 0;
  }
  #jyuyo .inner, #benefit .inner, #testmarketing .inner, #feature .inner {
    width: calc(100% - 40px);
    margin: auto;
  }
	#openmart .inner{
		width: 100%;
    padding: 040px 20px 60px;
		box-sizing: border-box;
	}
  #jyuyo figure {
    width: 100%;
  }
  #jyuyo .lead, #benefit .lead, #testmarketing .lead, #top-facility .lead, #thanks .lead, #feature .lead, #facility .lead {
    width: 100%;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
  }
  #feature .lead {
    margin: 20px auto;
  }
  #facility .lead {
    margin: 0 auto 20px;
    text-align: left;
  }
  #jyuyo figcaption {
    font-size: 0.8em;
  }
  #zenryoku a.go, #top-facility a.go, #thanks a.go {
    font-size: 1.1rem;
    width: 65%;
    margin: auto;
    border: 2px solid #fff;
    padding: 5px 10px;
  }
  #zenryoku .arrow-right, #top-facility .arrow-right, #thanks .arrow-right {
    width: 50px;
    margin-left: 0;
    margin-right: 10px;
  }
  #zenryoku::before {
    left: calc(50% - 60px);
    border: 60px solid transparent;
    border-top: 30px solid #fff;
  }
  main.feature .inner .ttl {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .compare {
    padding-bottom: 50px;
  }
  .compare table, #cost table {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .compare table th.other, #cost table th.other {
    font-size: 1.1em;
  }
  .compare table td.ttl, #cost table td.ttl, .compare table td, #cost table td, #outline table td, #outline table th {
    font-size: 1rem;
    line-height: 1.4;
  }
  #cost table td, #cost table th {
    padding: 5px;
  }
  #outline table td, #outline table th {
    padding: 10px;
  }
  .compare table td img, #cost table td img {
    width: 260px;
    max-width: 260px;
  }
  .compare table td.other, .compare table td.bull {
    white-space: normal;
  }
  #feature h2 span::after {
    right: -100px;
    bottom: 0;
    background: url(/common/h2-right.png) no-repeat;
    content: "";
    width: 40px;
    height: 50px;
    background-position: right bottom;
  }
  #branch h2.ttl span::after {
    right: -2em;
    bottom: 0;
    background: url(/common/h2-right.png) no-repeat;
    content: "";
    background-size: contain;
    width: 30px;
    height: 40px;
    background-position: right bottom;
  }
  #feature h2 span::before {
    left: -40px;
    top: 0;
    background: url(/common/h2-left.png) no-repeat;
    content: "";
    width: 40px;
    height: 50px;
    background-position: left top;
  }
	#openmart .figures .ph,
	#openmart .figures .map{
	width:100%;	
		
	}
	#openmart .figures .ph{
		margin-bottom:10px;
	}
	
  #branch h2.ttl span::before {
    left: -2em;
    top: 0;
    background: url(/common/h2-left.png) no-repeat;
    content: "";
    background-size: contain;
    width: 30px;
    height: 40px;
    background-position: left top;
  }
  #cost table {
    margin-top: 20px;
  }
  #faq .inner {
    width: 100%;
  }
  #faq ul li.icon {
    margin-left: 0;
  }
  #faq ul li.icon p {
    font-size: 28px;
    width: 40px;
    height: 40px;
  }
  #faq ul li.txt {
    width: calc(100% - 40px);
    font-size: 1.1em;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 0;
    font-size: 1.1em;
  }
  #faq ul.ans li.txt {
    font-size: 1em;
  }
  #page-top a {
    width: 70px;
    height: 70px;
  }
  .material-icons {
    font-size: 40px;
  }
  .places .inner {
    width: calc(100% - 40px);
  }
  main.branch {
    padding: 20px 0;
  }
  #branch main .merits {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
  }
  #branch main .merits .merit {
    font-size: 20px;
    padding: 4px 20px 4px 40px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  #branch main .merits .merit.lines2 {
    border-radius: 60px;
    padding: 4px 30px 4px 50px;
  }
  #branch main .merits .merit::before {
    width: 17px;
    height: 15px;
    left: 20px;
    top: calc(50% - 7px);
  }
  #branch main .lead {
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #branch .places h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  .places .inner > div {
    margin-bottom: 30px;
  }
  .places .lead {
    font-size: 1rem;
    padding: 10px 0;
  }
  .places .photos {
    flex-direction: column;
  }
  .places .photos li {
    width: 100%;
    margin-bottom: 20px;
  }
  #branch .area {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 80px;
    position: relative;
  }
  #branch .area .rider {
    display: block;
    width: 110px;
    position: absolute;
    bottom: -80px;
  }
  #branch .places {
    padding-bottom: 20px;
  }
  #branch .places .photos3 {
    white-space: nowrap;
    width: 200%;
  }
  #facility .slider {
    width: calc(100% - 40px);
  }
  #outline {
    padding: 30px 0;
    width: calc(100% - 40px);
  }
  #outline h3 {
    font-size: 20px;
  }
  #outline .inner {
    width: 100%;
  }
  #outline .address {
    font-size: 1rem;
  }
  #flow .bar {
    width: calc(100% - 20px);
  }
  #flow .bar .desc {
    font-size: 5.5vw;
    line-height: 1.2;
    width: calc(100% - 50px);
  }
  main.flow .txt {
    font-size: 4.5vw;
    width: calc(100% - 20px);
    margin: auto;
    line-height: 1.3;
    padding-top: 5px;
  }
  #flow .arrow-flow {
    width: 25%;
    height: auto;
  }
  #flow .bar .num {
    width: 50px;
    font-size: 30px;
  }
  #faq {
    width: calc(100% - 40px);
    margin: auto;
    padding: 30px 0 0;
  }
  /*------------------
    hamburger
    ------------------*/
  #nav-toggle {
    width: 40px;
    height: 23px;
  }
  #nav-toggle, .open #nav-toggle {
    right: 0;
  }
  #nav-toggle > div {
    width: 40px;
    height: auto;
  }
  #nav-toggle > div span:nth-child(1) {
    top: 0;
  }
  #nav-toggle > div span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle > div span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 0;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 0;
  }
  .open #gloval-nav li a {
    padding: 10px;
  }
  #gloval-nav {
    justify-content: flex-start;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 30px;
    background-size: 100%;
    background-position: center 100px;
  }
  #gloval-nav ul.ham {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1rem 20px;
  }
  #gloval-nav ul.ham li {
    line-height: 2.5rem;
    margin-right: 0;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .inner {
    width: calc(100% - 40px);
    margin: auto;
  }
	/*フローティングバナー20250521*/
	.float{max-width:60%;
		.more{
		font-size: 4.0vw;	
		
		}
		p{font-size: 4.5vw;
		}
		.logo-openmart{
			img{
				width:80%;
			}
		}
	}
  .pc-only {
    display: none !important;
  }
  /*--------LINE追加20220112----------*/
  .line--sp {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 101;
  }
  .line--sp img {
    height: 70px;
    width: auto;
  }
  .line--sp a {
    padding:0;
    text-align: left;
    background: #06c755;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
  }
.line--sp a:hover {
    opacity: 1;
    text-decoration: none;
}
  .line--sp a p {
    width: calc(100% - 70px);
    font-size:90%;
  }
}