@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
.pagenation__item
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}




body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666666;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}



 /*スマホとPCの改行*/
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



h3 {
	font-size:17px;
   margin : 0 0 -0.5em 0.8em ;

}

h4 {
	font-size:16px;
	margin : 1em 0em 1em 0.5em ;}




p {
	margin-bottom: 1rem;
	margin : 13px ;
}



/*---------------------------------------------------------
ボタン白
---------------------------------------------------------*/


.simple_square_btn2 {
	font-size:20px;
	font-weight: bolder;
	display: block;
	position: relative;
	width: 60%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #DC143C;
	 margin: 30px auto;
}
.simple_square_btn2:hover {
	 background: #FFCCCC;
         color: #000;
	 cursor: pointer;
	 text-decoration: none;
}



@media screen and (max-width: 650px){	
  .simple_square_btn2 {
    width: 95%;
	padding: 1em 0.5em;
}
}



/*---------------------------------------------------------
見出し
---------------------------------------------------------*/


.demo {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 18px;
  color:#3cb3e4;
}


.demo01 {
	font-size: 18px;
	color:#CC0000;
	}


.demo02 {
	font-size: 14px;
}

.demo03 {
	font-size: 18px;
}

.demo04 {
    font-size:22px;
	margin : 0 0 -0.5em 0.5em ;}
	
.demo05 {
	font-size: 18px;
	text-align: center;}
	
.demo06 {
	font-size: 18px;
	color: #dc143c;
}

.demo07 {
	font-size: 14px;
	text-indent:-1em;
	padding-left:1em;
	font-weight:normal;
}

.demo08 {
	font-size: 1rem;
	color: #dc143c;
}	

.demo09 {
	padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  border-bottom: 1px solid #ccc;
}	


	
.heading {
  margin: 10px 0
}


.demo {
  counter-reset: h2;
}
.demo12 h2:before {
  content : counter(h2,upper-alpha) ". ";
  counter-increment : h2;
}




h6 {
	padding: .5em .5em;
  border-bottom: 1px solid #ccc;
  font-size:18px;
}




h5 {
	font-size:18px;
	text-align:center;
  padding: .5em .75em;
  margin:50px 0px 10px 0px;
  color:#fff;
  background-color: #3cb3e4;
}



/*---------------------------------------------------------*/


abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
	font-size:20px;
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	/* [disabled]border-style: none; */
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #dee2e6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

img {
  max-width: 100%;
}


a {
  color: #007bff;
  cursor: pointer;
}

a:hover {
  color: #212529;
}


a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: .5;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.l-wrapper {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .l-container {
    padding: 0px 0 100px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
  }
}

@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 10px 40px;
  }
}

@media screen and (min-width: 769px) {
  .l-container--index {
    padding: 85px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .l-container--index {
    padding: 35px 2.5% 75px;
    background-color: #f8f9fa;
  }
}

@media screen and (min-width: 769px) {
  .l-container__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-container__inner--index {
    padding: 0 55px;
  }
}

.l-top-visual {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .l-top-visual__inner {
    width: 100%;
	text-align:center;
    max-width: 980px;
    margin: 0 auto;
  }
}

.l-gnav {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l-gnav {
    border-bottom: 1px solid #ced4da;
  }
}

@media screen and (min-width: 769px) {
  .l-gnav__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-service-list {
    margin: 0 0 90px;
  }
}

@media screen and (max-width: 768px) {
  .l-service-list {
    margin-bottom: 35px;
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) {
  .l-top-news {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-top-news {
    margin: 35px 0 0;
  }
}

.l-entry-button {
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .l-entry-button {
    margin: 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-entry-button {
    margin: 35px 0 0;
    padding: 0 4%;
  }
}

.l-local-nav {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px;
	background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l-local-nav__inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .l-store-news {
    margin: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-store-news {
    margin: 30px 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-store-map {
    margin: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-store-map {
    position: relative;
    width: 95%;
    height: 0;
    margin: 30px auto;
    padding-top: 75%;
  }
}

@media screen and (min-width: 769px) {
  .l-store-search {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-store-search {
    margin: 0 2.5% 10px;
  }
}

@media screen and (min-width: 769px) {
  .l-store-header {
    margin: 60px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .l-store-header {
    padding: 20px 2.5% 15px;
    background-color: #f8f9fa;
  }
}

@media screen and (min-width: 769px) {
  .l-store-card {
    margin: 15px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-store-card {
    margin-bottom: 30px;
    padding: 0 2.5% 15px;
    background-color: #f8f9fa;
  }
}

@media screen and (min-width: 769px) {
  .l-store-error {
    margin: 15px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .l-store-error {
    margin: 30px 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .l-store-control {
    margin: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-store-control {
    margin: 30px 2.5% 0;
  }
}

@media screen and (min-width: 769px) {
  .l-lower-container {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-lower-container {
    padding:0;
  }
}

.l-lower-visual {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l-giftcard-list {
    margin-top: 60px;
  }
}

.l-header {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .l-header {
    padding: 50px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}

.l-footer {
	margin: 0 auto;
	width: 100%;
	background-image: url(../files/b02.jpg);
}

@media screen and (min-width: 769px) {
  .l-footer {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 769px) {
  .common-button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #e9ecef;
  }
}

@media screen and (max-width: 768px) {
  .common-button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #e9ecef;
  }
}

.common-button:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .common-button:hover {
    opacity: .7;
  }
}

.common-button__icon {
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-right: 20px;
  background: url(../images/icon/pc/arrow_black.png) no-repeat center center;
}



@media screen and (min-width: 769px) {
  .common-button2 {
	display: block;
	width: 100%;
	border-radius: 10px; 
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color:#FFF;
	font-size:23px;
	background-color: #3885C7;
  }
}

@media screen and (max-width: 768px) {
  .common-button2 {
    display: block;
    width: 100%;
	border-radius: 10px; 
    padding: 10px;
    text-align: center;
    font-weight: bold;
	color:#FFF;
	font-size:23px;
    background-color: #3885C7;
  }
}




.drawer-nav {
  width: 14.25rem;
}

.drawer--right .drawer-hamburger {
  right: 4%;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 15.25rem;
}

.drawer-hamburger {
  top: 22px;
  width: 1.8rem;
  padding: 12px 10px 22px;
  border-radius: 3px;
  background-color: #626262;
}

.drawer-hamburger:hover {
  background-color: #626262;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #d0d0d0;
}

@media screen and (max-width: 768px) {
  .drawer-menu {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__item {
    position: relative;
    display: block;
    padding: 15px 24px 15px 16px;
    border-bottom: 1px solid #dee2e6;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__item:after {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    content: "";
    width: 7px;
    height: 11px;
    background: url(../images/icon/pc/arrow_black.png) no-repeat center center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__tel {
    position: relative;
    display: block;
    margin: 10px 10px 10px 16px;
    padding: 5px 0 5px 25px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__tel:after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 18px;
    height: 13px;
    background: url(../images/icon/pc/tel.png) no-repeat left center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__mail {
    position: relative;
    display: block;
    margin: 10px 10px 10px 16px;
    padding: 5px 0 5px 23px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-menu__mail:after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 17px;
    height: 12px;
    background: url(../images/icon/pc/mail.png) no-repeat left center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.entry-button {
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .entry-button {
    display: inline-block;
  }
}

.entry-button--green {
  background-color: #84dc99;
}

.entry-button--blue {
  background-color: #84a5dc;
}

.entry-button__anchor {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .entry-button__anchor {
    width: 400px;
    padding: 35px 20px 35px 85px;
    font-size: 18px;
    background: url(../icon/entry_click.png) no-repeat 15px center;
    background-size: 70px auto;
  }
}

@media screen and (max-width: 768px) {
  .entry-button__anchor {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px 30px 73px;
    font-size: 16px;
    background: url(../icon/entry_click.png) no-repeat 15px center;
    background-size: 63px auto;
  }
}

.entry-button__anchor:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/icon/pc/entry_arrow.png) no-repeat left top;
  background-size: 10px auto;
}

.entry-button__anchor:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .entry-button__anchor:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 769px) {
  .entry-button + .entry-button {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .entry-button + .entry-button {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .faq-list {
    position: relative;
    padding: 60px;
    background-color: #fff;
  }
}

.faq-list__item {
  border-bottom: 1px solid #f7d260;
}

.faq-list__item:nth-of-type(1) {
  border-top: 1px solid #f7d260;
}

.faq-list__item__title {
  position: relative;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .faq-list__item__title {
    padding: 25px 60px 25px 45px;
    font-size: 16px;
    background: url(../images/icon/pc/question.png) no-repeat left center;
  }
}

@media screen and (max-width: 768px) {
  .faq-list__item__title {
    padding: 30px 45px 30px 55px;
    font-size: 15px;
    background: url(../images/icon/sp/question.png) no-repeat 15px center;
    background-size: 27.5px auto;
  }
}

.faq-list__item__title:after {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 769px) {
  .faq-list__item__title:after {
    width: 13px;
    height: 10px;
    background: url(../images/icon/pc/faq_arrow.png) no-repeat left center;
  }
}

@media screen and (max-width: 768px) {
  .faq-list__item__title:after {
    width: 16px;
    height: 12.5px;
    background: url(../images/icon/pc/faq_arrow.png) no-repeat left center;
    background-size: 16px auto;
  }
}

.faq-list__item__answer {
  display: none;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .faq-list__item__answer {
    padding: 2px 60px 25px 45px;
    background: url(../images/icon/pc/answer.png) no-repeat left top;
  }
}

@media screen and (max-width: 768px) {
  .faq-list__item__answer {
    padding: 2px 45px 25px 55px;
    font-size: 15px;
    background: url(../images/icon/sp/answer.png) no-repeat 15px top;
    background-size: 27.5px auto;
  }
}

.faq-list__item.is-show .faq-list__item__title:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.footer-title {
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

@media screen and (min-width: 769px) {
  .footer-title {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .footer-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .footer-info {
	margin-bottom: 35px;
	font-size: 15px;
	color: #666;
	text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
	margin-bottom: 35px;
	font-size: 14px;
	color: #666;
	text-align: center;
  }
}

.footer-address {
  margin: 0 0 5px;
}

@media screen and (min-width: 769px) {
  .footer-address__postcode {
    padding-right: 1em;
  }
}

@media screen and (max-width: 768px) {
  .footer-address__postcode {
    padding-right: 1em;
  }
}

.footer-contact {
  margin: 0 0 5px;
}

@media screen and (min-width: 769px) {
  .footer-contact__telephone {
    padding-right: 1em;
  }
}

@media screen and (max-width: 768px) {
  .footer-contact__telephone {
    padding-right: 1em;
  }
}

.footer-contact__telephone__link {
  color: #fff;
}

.footer-contact__telephone__link:hover {
  color: #fff;
}

.footer-email {
  margin: 0;
}

.footer-email__link {
  color: #fff;
}

.footer-email__link:hover {
  color: #fff;
}

.footer-copyright {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .footer-copyright {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 35px;
  }
}

.footer-copyright__text {
	margin: 0;
	color: #666;
}

@media screen and (min-width: 769px) {
  .footer-copyright__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .footer-copyright__text {
    font-size: 11px;
  }
}

.giftcard-list {
  position: relative;
  font-size: 0;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .giftcard-list {
    padding: 40px 90px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list {
    margin: 20px 4.5% 0;
    padding: 25px 15px 30px;
    background-color: #eeeeee;
  }
}

.giftcard-list:before {
  position: absolute;
  display: block;
  content: "";
}

@media screen and (min-width: 769px) {
  .giftcard-list:before {
    left: -44px;
    top: -20px;
    width: 117px;
    height: 85px;
    background: url(../images/icon/pc/gift_card.png) no-repeat left top;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list:before {
    right: -1%;
    top: -10px;
    width: 58.5px;
    height: 42.5px;
    background: url(../images/icon/pc/gift_card.png) no-repeat left top;
    background-size: 58.5px auto;
  }
}

@media screen and (min-width: 769px) {
  .giftcard-list__title {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.giftcard-list__title__lead {
  color: #adb5bd;
}

@media screen and (min-width: 769px) {
  .giftcard-list__title__lead {
    font-size: 15px;
    padding-left: 1.25em;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__title__lead {
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .giftcard-list__item {
    display: inline-block;
    font-size: 15px;
    width: 240px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__item {
    display: block;
    margin: 0 auto 20px;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .giftcard-list__item:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .giftcard-list__item__image {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__item__image {
    max-width: 240px;
    margin: 0 auto;
  }
}

.giftcard-list__item__lead {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .giftcard-list__item__lead {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .giftcard-list__item__lead {
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 44px 0;
  }
  
  .gnav a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
}

@media screen and (min-width: 769px) {
  .gnav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    border-left: 1px solid #dee2e6;
  }
}

@media screen and (min-width: 769px) {
  .gnav__item:nth-last-child(1) {
    border-right: 1px solid #dee2e6;
  }
}

@media screen and (min-width: 769px) {
  .gnav__item__link {
    display: block;
    padding: 4px 0;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .gnav__item__link:hover {
    text-decoration: none;
    background-color: #f8f9fa;
  }
}

.gnav__item__title {
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .gnav__item__title {
    font-size: 16px;
  }
}

.gnav__item__english {
  margin: 0;
  color: #ced4da;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .gnav__item__english {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .header-logo {
    -ms-flex-preferred-size: 630px;
    flex-basis: 630px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo {
    padding: 0 2.5%;
    border-bottom: 1px solid #dee2e6;
  }
}

@media screen and (min-width: 769px) {
  .header-logo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .header-logo__inner {
    width: 72%;
  }
}

@media screen and (min-width: 769px) {
  .header-logo__image {
    max-width: 630px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo__image {
    padding-bottom: 10px;
  }
}

.header-logo__image__link {
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .header-logo__image__link:hover {
    opacity: .7;
  }
}

.header-logo__image__title {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .header-logo__image__title {
    max-width: 600px;
    max-height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .header-logo__image__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-logo__title {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .header-logo__title {
    font-size: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .header-logo__title {
    padding-top: 15px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .header-info {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
  }
}

@media screen and (min-width: 769px) {
  .header-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .header-info__telephone {
    margin: 0;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .header-info__telephone__link {
    display: inline-block;
    padding-left: 26px;
    line-height: 1;
    background: url(../images/icon/pc/tel.png) no-repeat left center;
  }
}

@media screen and (min-width: 769px) {
  .header-info__mailaddress {
    position: relative;
    width: 180px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
  }
}

@media screen and (min-width: 769px) {
  .header-info__mailaddress__link {
    display: inline-block;
    padding-left: 22px;
    line-height: 1;
    background: url(../images/icon/pc/mail.png) no-repeat left center;
  }
}

@media screen and (min-width: 769px) {
  .header-info__mailaddress__link:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #dee2e6;
  }
}

.local-nav {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}

@media screen and (min-width: 769px) {
  .local-nav__item {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 40px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 769px) {
  .local-nav__item:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "▶";
    width: 1em;
    height: 1em;
    margin-top: -0.7em;
    color: #666;
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .local-nav__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .local-nav__link {
	color: #666;
	text-decoration: underline;
  }
}

.local-nav__link:hover {
	color: #666;
}

@media screen and (min-width: 769px) {
  .local-nav__link:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .top-visual {
    max-width: 768px;
    margin: 0 auto;
	text-align:center;
  }
}

@media screen and (max-width: 768px) {
  .local-visual {
	  text-align:center;
    max-width: 768px;
    margin: 0 auto;
    border-top: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
  }
}

.news-list {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .news-list {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .news-list {
    padding: 25px 4%;
  }
}

@media screen and (max-width: 768px) {
  .news-list--lower {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .news-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .news-list__row {
    position: relative;
  }
}

.news-list__row + .news-list__row {
  margin-top: 25px;
}

.news-list__item--date {
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-list__item--date {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .news-list__item--date--new {
    padding-left: 30px;
  }
}

@media screen and (min-width: 769px) {
  .news-list__item--date--new:after {
    position: absolute;
    right: 14px;
    top: 50%;
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/badge/pc/new.png) no-repeat left top;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .news-list__item--date--new:after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/badge/pc/new.png) no-repeat left top;
    background-size: 23px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.news-list__item__date {
  margin: 0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .news-list__item__date {
    width: 130px;
    padding: 2px 50px 0 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .news-list__item__date {
    font-size: 14px;
  }
}

.news-list__item__link {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-list__item__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .news-list__item__link:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 769px) {
  .news-list__buttons {
    width: 336px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news-list__buttons {
    width: 100%;
    max-width: 400px;
    margin: 25px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .news-list__pagenation {
    padding: 45px 0 5px;
  }
}

@media screen and (max-width: 768px) {
  .news-list__pagenation {
    padding: 25px 0 0;
  }
}

.news-detail {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .news-detail {
    font-size: 16px;
    padding: 40px 60px;
  }
}

@media screen and (max-width: 768px) {
  .news-detail {
    padding: 0 4%;
  }
}

.news-detail p {
  margin: 0;
  line-height: 1.8;
}

.news-detail p + p {
  margin-top: 1.5em;
}

@media screen and (min-width: 769px) {
  .news-detail__feature {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .news-detail__feature {
    margin-top: 30px;
  }
}

.news-detail__feature__title {
  font-size: 16px;
  margin: 0 0 0.5em;
}

.news-detail__feature__anchor {
  display: block;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .news-detail__feature__anchor:hover {
    text-decoration: none;
  }
}

.news-detail__feature__anchor + .news-detail__feature__anchor {
  margin-top: 0.5em;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation__item{
  display: block!important;
  font-size: 16px;
  font-weight: bold;
  
}
.pagenation__item_a a,
.pagenation__item_a span{
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
.pagenation__item,
.pagenation__item_a a,
.pagenation__item_a span{
    padding: 4px 12px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
}

@media screen and (max-width: 768px) {
  .pagenation__item {
    padding: 4px 8px;
  }
}

@media screen and (min-width: 769px) {
  .pagenation__item:hover {
    text-decoration: none;
    background-color: #e9ecef;
  }
}

@media screen and (min-width: 769px) {
  .pagenation__item--prev {
    margin-right: 15px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (min-width: 769px) {
  .pagenation__item--next {
    margin-left: 15px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

.pagenation__item.is-current {
  color: #446eae;
}

@media screen and (min-width: 769px) {
  .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .service-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item {
    max-width: 480px;
    margin: 0 auto 35px;
  }
}

@media screen and (min-width: 769px) {
  .service-list__item:nth-last-child(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

.service-list__item__link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .service-list__item__link {
    padding: 78px 15px 55px;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link {
    padding: 75px 15px 50px;
  }
}

.service-list__item__link:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .service-list__item__link:hover {
    opacity: .7;
  }
}

.service-list__item__link:before {
  display: block;
  position: absolute;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
  .service-list__item__link:before {
    top: -28px;
    width: 100px;
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link:before {
    top: -18px;
    width: 100px;
    height: 90px;
  }
}

@media screen and (min-width: 769px) {
  .service-list__item__link--about:before {
    background: url(../icon/click01.png) no-repeat left top;
	background-size: 100px auto;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link--about:before {
    background: url(../icon/click01.png) no-repeat left top;
    background-size: 100px auto;
  }
}

@media screen and (min-width: 769px) {
  .service-list__item__link--shop:before {
    background: url(../icon/click02.png) no-repeat left top;
	background-size: 100px auto;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link--shop:before {
    background: url(../icon/click02.png) no-repeat left top;
    background-size: 100px auto;
  }
}

@media screen and (min-width: 769px) {
  .service-list__item__link--faq:before {
    background: url(../icon/click03.png) no-repeat left top;
	background-size: 100px auto;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link--faq:before {
    background: url(../icon/click03.png) no-repeat left top;
    background-size: 100px auto;
  }
}

.service-list__item__link:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  content: "";
}

@media screen and (min-width: 769px) {
  .service-list__item__link:after {
    width: 23px;
    height: 23px;
    background: url(../images/balloon/pc/scratch.png) no-repeat left top;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__link:after {
    width: 19px;
    height: 19px;
    background: url(../images/balloon/sp/scratch.png) no-repeat left top;
    background-size: 19px auto;
  }
}

.service-list__item__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
}

.service-list__item__lead {
  display: block;
}

@media screen and (min-width: 769px) {
  .service-list__item__lead {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .service-list__item__lead {
    font-size: 15px;
  }
}

.service-list__item__lead--about {
	color: #6699FF;
}

.service-list__item__lead--shop {
	color: #6699FF;
}

.service-list__item__lead--faq {
	color: #6699FF;
}

.service-list__item__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.service-list__item__detail--about {
	background-color: #6699FF;
}

.service-list__item__detail--shop {
	background-color: #6699FF;
}

.service-list__item__detail--faq {
	background-color: #6699FF;
}

@media screen and (min-width: 769px) {
  .store-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .store-search--error {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .store-search__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .store-search__field + .store-search__field {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .store-search__field + .store-search__field {
    margin-top: 20px;
  }
}

.store-search__label {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .store-search__label {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .store-search__label {
    margin: 0 0 0.5em;
  }
}

.store-search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  padding: .5em;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .store-search__input {
    width: 240px;
  }
  .store-search__input__riyoten {
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .store-search__input {
    width: 100%;
  }
}

.store-search__submit {
	color: #fff;
	letter-spacing: 0.3em;
	border: none;
	border-radius: 5px;
	background-color: #000080;
}

@media screen and (min-width: 769px) {
  .store-search__submit {
    position: relative;
    padding: 5px 45px 5px 35px;
    font-size: 18px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .store-search__submit {
    display: block;
    width: 100%;
    padding: 15px 20px;
	margin: 15px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .store-search__submit:before {
    position: absolute;
    left: 10px;
    top: 50%;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/icon/pc/search_white.png) no-repeat left top;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 769px) {
  .store-search__submit:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .store-search__submit__inner {
    position: relative;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .store-search__submit__inner:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/icon/pc/search_white.png) no-repeat left top;
    background-size: 16px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.store-header {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .store-header {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .store-header {
    font-size: 16px;
  }
}

.store-header__num {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .store-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 768px) {
  .store-card {
    margin-top: -20px;
  }
}

.store-card__item {
	background-color: #fff;
	border : solid 1px #ccc ;
	word-break: break-word;
}

@media screen and (min-width: 769px) {
  .store-card__item {
    position: relative;
    width: 320px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 25px 15px 80px;
  }
}

@media screen and (max-width: 768px) {
  .store-card__item {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
    padding: 20px 15px;
  }
}

@media screen and (min-width: 769px) {
  .store-card__title {
    margin: 1em 0 0 0;
    font-size: 16px;
  }
}

.store-card__tag {
  display: table;
  margin: 0 1em 2em;
  padding: 4px 6px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  background-color: #446eae;
}




.store-card__tag2 {
	display: table;
	margin: 0 1em 2em;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #81361B;
}



.store-card__tag3 {
	display: table;
	margin: 0 1em 2em;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #CC0000;
}



.store-card__tag4 {
	display: table;
	margin: 0 1em 2em;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #FF6600;
}




.store-card__tag5 {
	display: table;
	margin: 0 1em 2em;
	padding: 4px 6px;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	background-color: #006600;
}



.store-card__tag6 {
	display: table;
	margin: 0 1em 0em;
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	background-color: #FFA52C;
}


.store-card__table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
}

.store-card__table th,
.store-card__table td {
  padding: 4px 0;
  word-wrap: break-word;
}

.store-card__table th {
  width: 38%;
  text-align: right;
  vertical-align: top;
}

.store-card__button {
  display: block;
  margin: 15px 0 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #eeeeee;
}

@media screen and (min-width: 769px) {
  .store-card__button {
    position: absolute;
    bottom: 25px;
    right: 15px;
    width: 290px;
  }
}

@media screen and (min-width: 769px) {
  .store-card__button:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.store-card__button__inner {
  position: relative;
}

.store-card__button__inner:after {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/icon/pc/arrow_black.png) no-repeat left top;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .store-card__pagenation {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .store-card__pagenation {
    margin-top: 20px;
  }
}

.store-error__title {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .store-error__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .store-error__title {
    font-size: 16px;
  }
}

.store-error__list {
  padding: 0;
  list-style: none;
}

.store-error__item {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .store-error__item {
    font-size: 14px;
  }
}

.store-error__item + .store-error__item {
  margin-top: 0.5em;
}

.store-news__title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .store-news__title {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .store-news__title {
    margin-bottom: 1em;
    font-size: 16px;
  }
}

.store-news p {
  margin: 0;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .store-news p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .store-news p {
    font-size: 16px;
  }
}

.store-news p + p {
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .store-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.common-title {
  margin: 0 0 0em;
}

@media screen and (max-width: 768px) {
  .common-title--news {
    padding-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .common-title--about {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

.common-title--attention {
  position: relative;
}

@media screen and (max-width: 768px) {
  .common-title--attention {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .common-title--attention:after {
    position: absolute;
    left: 6em;
    top: 50%;
    display: block;
    content: "";
    width: 69px;
    height: 59px;
    margin-top: -3px;
    background: url(../images/icon/sp/attention.png) no-repeat left top;
    background-size: 69px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .common-title--attention:after {
    position: absolute;
    left: 6em;
    top: 50%;
    display: block;
    content: "";
    width: 69px;
    height: 59px;
    margin-top: -3px;
    background: url(../images/icon/sp/attention.png) no-repeat left top;
    background-size: 69px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.common-title--faq {
  position: relative;
}

@media screen and (max-width: 768px) {
  .common-title--faq {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .common-title--faq:after {
    position: absolute;
    left: 6em;
    top: 50%;
    display: block;
    content: "";
    width: 63px;
    height: 63px;
    margin-top: -3px;
    background: url(../images/icon/pc/faq.png) no-repeat left top;
    background-size: 63px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .common-title--faq:after {
    position: absolute;
    left: 4.5em;
    top: 50%;
    display: block;
    content: "";
    width: 63.5px;
    height: 62.5px;
    margin-top: -4px;
    background: url(../images/icon/sp/faq.png) no-repeat left top;
    background-size: 63.5px auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .common-title--store {
  }
}


.common-title__black {
	font-size: 55px;
	font-weight: bold;
	background:#F63;
	color:#fff;
	margin:0;
	padding:10px;
}


.common-title__lead {
	font-size: 20px;
	font-weight: bold;
	color:#B40431;
}

.common-title__english {
  margin: 0;
  color: #ced4da;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .common-title__english {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .common-title__english {
    font-size: 14px;
  }
}

.back-button {
  font-size: 15px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .back-button {
    display: block;
    width: 340px;
    padding: 18px 20px;
  }
}

@media screen and (max-width: 768px) {
  .back-button {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 769px) {
  .back-button:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.back-button__inner {
  position: relative;
  padding-left: 20px;
}

.back-button__inner:after {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/icon/pc/arrow_black.png) no-repeat left top;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .store-map {
    width: 100%;
    height: 280px;
    border: 6px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .store-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.attention-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 769px) {
  .attention-list {
    padding: 60px;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .attention-list {
    padding: 0 4%;
  }
}

.attention-list > li {
  position: relative;
  padding-left: 2em;
  counter-increment: parent-item;
}

@media screen and (max-width: 768px) {
  .attention-list > li {
    font-size: 15px;
  }
}

.attention-list > li:before {
  display: block;
  content: counter(parent-item) ".";
  color: #fab6b7;
  font-weight: bold;
  width: 1.5em;
}

@media screen and (min-width: 769px) {
  .attention-list > li:before {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .attention-list > li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.attention-list > li > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 769px) {
  .attention-list > li > ul {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .attention-list > li > ul {
    margin: 20px 0 0;
  }
}

.attention-list > li > ul > li {
  position: relative;
  padding-left: 2.5em;
  font-size: 14px;
  counter-increment: child-item;
}

.attention-list > li > ul > li:before {
  display: block;
  content: "(" counter(child-item) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
}

@media screen and (min-width: 769px) {
  .attention-list > li > ul > li:before {
    text-align: right;
  }
}

.attention-list > li > ul > li + li {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .attention-list > li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .attention-list > li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .common-table {
    width: 100%;
  }
  .common-table1 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .common-table {
    width: 100%;
  }
  .common-table1 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .common-table th,
  .common-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #eeeeee;
  }
  .common-table1 th,
  .common-table1 td {
    padding: 18px 20px;
    border-bottom: 1px solid #eeeeee;
  }
}

@media screen and (max-width: 768px) {
  .common-table th,
  .common-table td {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .common-table1 th,
  .common-table1 td {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

@media screen and (min-width: 769px) {
  .common-table th {
    width: 26.5%;
    max-width: 260px;
    color: #fff;
    background-color: #ababab;
  }
  .common-table1 th {
    width: 26.5%;
    max-width: 260px;
    color: #fff;
    background-color: #DC143C;
  }
}

@media screen and (max-width: 768px) {
  .common-table th {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #dddddd;
  }
  .common-table1 th {
	  color:#fff;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #DC143C;;
  }
}

@media screen and (min-width: 769px) {
  .common-table td {
    background-color: #fff;
  }
  .common-table1 td {
    background-color: #FFE4E1;
	font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .common-table td {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .common-table1 td {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
	font-weight: bold;
	background-color: #FFE4E1;
  }
}

.common-table a {
  text-decoration: underline;
}
.common-table1 a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .common-table a:hover {
    text-decoration: none;
  }
  .common-table1 a:hover {
    text-decoration: none;
  }
}


/*---------------------------------------------------------
電話のボタン
---------------------------------------------------------*/

@media screen and (max-width: 768px) {
.btn-flat-simple01 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-size: 1.3em;
  color: #FFF;
  padding: 0.5em 3em;/*文字まわり（上下左右）の余白*/
  background: #dc143c;
  border-radius: 4px;
  transition: .4s;
  margin-bottom: 20px;
}

.btn-flat-simple01:hover {
  background: #DC8294;
  color: #FFF;
  text-decoration: none;
}
}

@media screen and (min-width: 769px) {
.btn-flat-simple01 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  font-size: 1.3em;
  color: #FFF;
  padding: 1em 10em;/*文字まわり（上下左右）の余白*/
  background: #dc143c;
  border-radius: 4px;
  transition: .4s;
  margin-bottom: 10px;
}

.btn-flat-simple01:hover {
  background: #DC8294;
  color: #FFF;
  text-decoration: none;
}
}




/*---------------------------------------------------------
観光
---------------------------------------------------------*/
.tbl-r02 th {
  padding: 10px;
  width: 60%;
  font-weight:normal;
  text-align:left;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
  width: 40%;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
 



/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
/* [ul] */
.syncer-brcb {
	padding: 10px 0px 0px 0px;
	overflow: hidden ;
	list-style-type: none ;
}

/* [li] */
.syncer-brcb li {
	float: left ;
	font-weight:
	normal}

/* [>] */
.syncer-brcb li:after {
	content: ">" ;
	padding: 0 8px ;
	font-weight: 400 ;
}

/* 一番最後の[li] */
.syncer-brcb li:last-child:after {
	content: none ;
}


/*---------------------------------------------------------
3列
---------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}



/*---------------------------------------------------------
2列
---------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.col_2 > div{
		width: 100%;
	}
}
