@charset "UTF-8";
/*
Theme Name: custom
*/
@font-face {
  font-family: 'CONDENSEicon';
  src: url("img/CONDENSEicon.woff") format("woff"), url("img/CONDENSEicon.otf") format("opentype");
}

*, *:before, *:after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
  display: block;
}

mark {
  background-color: #ff0;
  color: #000;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

canvas, time {
  display: inline-block;
}

[hidden] {
  display: none;
}

body {
  width: 100%;
  font-size: calc(0.75em + 0.5vw);
  text-size-adjust: 100%;
  letter-spacing: 0.1rem;
  color: #000;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  margin: 0;
}

#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  width: 100%;
}

.bgFixed {
  position: fixed;
  height: 100%;
}

img {
  border-style: none;
  vertical-align: bottom;
}

a {
  background-color: transparent;
  color: #000;
  transition: 0.5s cubic-bezier(0.4, 0, 0.5, 1);
}

a:hover {
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.4, 0, 0.5, 1);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0;
}

ul, ol, li, table, p, img, .noImg {
  margin: 1rem 0;
}

section {
  margin: 2.5rem 0;
}

.mb {
  margin-bottom: 2.5rem !important;
}

.mbNone {
  margin-bottom: 0 !important;
}

p {
  line-height: 1.7;
}

p, dt, dd, th, td, li, input, textarea, select {
  font-size: .9rem;
}

small {
  font-size: 0.85rem;
  display: inline-block;
  margin: 0.4rem 0;
  color: #999;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-top: 1px dashed #dfeef1;
  border-bottom: 1px dashed #dfeef1;
  padding: 1.2rem 0.5rem;
  text-align: left;
  font-size: .7rem;
}
th {
  text-align: center;
  color: #4090c5;
  width: 24%;
  font-weight: normal;
  background-image: url(img/sprite-blue-bg.gif);
  background-repeat: repeat;
  background-size: 5px auto;
}
.tablePrice td {
  text-align: right;
}

.tablePrice td span, .tablePrice td small {
  text-align: left;
}


ul, ol {
  padding-left: 0.5rem;
  margin-left: 1rem;
}

.frame {
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.btnWrap {
  text-align: center;
  margin: 1rem 0;
}

.btn {
  width: 70%;
  display: inline-block;
  text-align: center;
  background: #0093bb;
  color: #fff;
  padding: .8rem 2rem;
  border-radius: 2rem;
  text-decoration: none;
  font-size: .8rem;
  font-weight: bold;
}

.btnBright {
  background: #fff;
  border: 1px solid #0093bb;
  color: #0093bb;
}

.btn:hover {
  background: #fff;
  color: #0093bb;
  border: 1px solid #0093bb;
  opacity: 1;
}

.btnBright:hover {
  background: #0093bb;
  color: #fff;
  opacity: 1;
}

.icon {
  font-family: CONDENSEicon;
}

.circle {
  border-radius: 50%;
  background: #0093bb;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
}

.circle .icon {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.caution {
  color: #ff6262;
}
.txtRight{
  text-align: right;
}
.listNone {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listDisc li,
.listDecimal li {
  margin: 1rem 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.listFlow {
  counter-reset: num;
  margin: 0;
  padding: 0;
  list-style: none;
}

.listFlow li {
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 7px;
  position: relative;
  margin-bottom: 5rem;
}

.listFlow li:after {
  content: '';
  border: 2rem solid transparent;
  border-top-color: #eee;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5.6rem;
  margin: auto;
  width: 0;
}

.listFlow li:last-child:after {
  content: none;
}

.listFlow li .title {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.1rem;
  color: #000;
}

.listFlow li .title:after {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 0.1rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  background: #000;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

body:not(.home) #content {
  padding-top: 1rem;
}

body:not(.home) #content:after {
  content: '';
  display: block;
  clear: both;
}

#main .wrapPost:not(.col) {
  margin-bottom: 1rem;
}

#main .thumb img, #main .noImg {
  margin: 0;
}

#main a {
  text-decoration: none;
}

#main a.imgLink {
  display: inline-block;
}

#main .wrapPost .content a:not(.btn),
#main .wrapPage .content a:not(.btn) {
  text-decoration: underline;
}

#main img {
  width: 100%;
  height: auto;
}

#main .meta {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

#main .date {
  color: #999;
  font-size: 0.8rem;
}

#main .wrapPost .category .listNone li {
  display: inline-block;
  margin: 0 0.3rem 0.55rem 0;
  font-size: 0.7rem;
}

#main .wrapPost .category .listNone a {
  color: #999;
  border-radius: 7px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0.4rem 0.5rem;
}

#main .wrapPost .category .listNone a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
}

#main .titlePost {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

#main .author {
  font-size: 0.7rem;
  color: #999;
  padding: 1.1rem 0;
}

#main .publisher {
  display: none;
}

#socialBtn {
  margin: 0.3rem 0 1rem;
  padding: 1.2rem 1.2rem 0.4rem;
  border-radius:7px;
  background: #f3f7f7;
}

.wp_social_bookmarking_light_clear {
  display: none;
}

.wp_social_bookmarking_light {
  display: flex;
  flex-wrap: wrap;
}

.wp_social_bookmarking_light > div {
  height: 20px;
  margin: 0 0.8rem 0.8rem 0;
}

.wp_social_bookmarking_light > div iframe,
.wp_social_bookmarking_light > div #___plusone_0 {
  vertical-align: top !important;
}

.wsbl_line a{
  display: block;
  height: 100%;
}
.wsbl_line img {
  width: auto !important;
  margin: 0;
  vertical-align: top;
  max-height: 100%;
}

#relatedPost .title {
  margin-bottom: 1rem;
}

.wp_rp {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp_rp li {
  margin-bottom: 0.4rem;
}

.wp_rp li:after {
  content: '';
  display: block;
  clear: both;
}

.wp_rp li:last-child {
  margin: 0;
}

.wp_rp_thumbnail {
  width: 5rem;
  height: 5rem;
  background-size: 30%;
  margin-right: 0.5rem;
  float: left;
}

.wp_rp_thumbnail img {
  height: 5rem;
  margin: 0;
}

.wp_rp_publish_date {
  display: block;
  line-height: 1.7;
  color: #999;
}

#side .sideWidgetInner {
  border: 1px solid #eee;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 7px;
}

#side .sideTitle {
  background: #f5f5f5;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  margin: 0;
  border-radius: 7px 7px 0 0;
}

#side .widget_archive ul{
  height: 20rem;
  overflow-y: scroll;
}

#side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side li {
  border-top: 1px solid #eee;
  margin: 0;
}

#side li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
}
.noImg {
  display: block;
  overflow: hidden;
  background-image: url(img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  min-height: 5rem;
  height: 100%;
}

#header {
  width: 100%;
  background: #bcdcf1;
  z-index: 1;
}

#header .nav {
  width: 100%;
  background-image: url(img/header-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0.9rem;
}

#header .nav a {
  text-decoration: none;
}

#header .nav .bg {
  background-color: #bcdcf1;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
#header .nav .bg.spNav{
  background-image: url(img/header-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding-top: 5rem;
}
#header .navBtn,
#header .navBtn span {
  display: inline-block;
  cursor: pointer;
  transition: .4s;
}

#header .navBtn {
  position: absolute;
  top: .8rem;
  left: .8rem;
  z-index: 2;
  width: 40px;
  height: 33px;
}

#header .navBtn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
}

#header .navBtn span:nth-child(1) {
  top: 6px;
  background: #2fa8e1;
}

#header .navBtn span:nth-child(2) {
  top: 15px;
  background: #e60012;
}

#header .navBtn span:nth-child(3) {
  bottom: 6px;
  background: #fdd000;
}

#header .navBtn span.txt {
  width: 100%;
  bottom: -.8rem;
  font-size: .6rem;
  height: auto;
  letter-spacing: 0;
  background: none;
  text-align: center;
  font-weight: bold;
}

#header .open span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}

#header .open span:nth-of-type(2) {
  opacity: 0;
}

#header .open span:nth-of-type(3) {
  transform: translateY(-9px) rotate(315deg);
}

@keyframes navOpenAnime {
  100% {
    height: 0;
  }
}

#header li {
  margin: 0;
}

#header .menu {
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding-bottom: 100px;
  position: absolute;
  z-index: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: .4s;
}

#header .menu a, #header .menu .toggleBtn {
  display: block;
  font-size: .9rem;
  font-weight: bold;
  padding: .8rem 0;
  color: #fff;
}
#header .menu .toggle .child a:hover{
  opacity: .7;
}
#header .menu .toggleBtn .circle {
  background: #eeeb6f;
  margin: 0 -10px 0 5px;
  vertical-align: -2px;
}

#header .menu .toggleBtn .circle .icon {
  color: #53a4d9;
  transform: translate(-41%, -50%);
}

#header .menu .child {
  display: none;
  background: #deeef7;
  border-radius: 7px;
  padding: .8rem;
}

#header .menu .child a {
  color: #0093bb;
}

#header .logoNav {
  width: 100%;
  background-image: url(img/header-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #bcdcf1;
}

#header .inner {
  padding: .7rem 0;
}

#header .logo {
  width: 80px;
  margin: auto;
}

#header .logo img {
  width: 100%;
  margin: 0;
}

.home #header .logoNav {
  position: absolute;
  top: 0;
}

#mainVisual {
  display: block;
  position: relative;
  padding-bottom: 5vw;
}

#mainVisual .slick-slide {
  padding: 0 0 7px;
}

#mainVisual .slick-slide div {
  margin: 0 2px;
  padding: 7px;
  border-radius: 7px;
  background-image: url(img/mainvisual-img-bg.gif);
  background-position: center;
  background-repeat: repeat;
  background-size: 128px auto;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#mainVisual .slick-slide img {
  margin: 0;
  width: 100%;
  display: inline-block;
}

#mainVisual .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3vw;
  margin: auto;
}

#mainVisual .txt img {
  width: 100%;
  margin: 0 auto;
}

#mainVisual .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: .7rem;
  cursor: pointer;
}

#mainVisual .slick-arrow.prev {
  left: 0;
}

#mainVisual .slick-arrow.next {
  right: 0;
}

.titleTop {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.loopTop .wrapPost {
  margin: 0;
}

.loopTop .wrapPost .img {
  display: block;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}

.loopTop .wrapPost .img img, .loopTop .wrapPost .img .noImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.loopTop .wrapPost .titlePost {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.loopTop .wrapPost .titlePost a {
  height: auto !important;
}

.loopTop .wrapPost .img {
  height: 42vw;
}

.loopTop .wrapPost .date {
  margin-bottom: 0.3rem;
}
#breadCrumbWrap {
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 0.6rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
}
.breadcrumb li,
.breadcrumb li a{
  color: #63a2cb;
}
.breadcrumb li svg {
  margin-right: 0.5rem;
}

#googleMap {
  width: 100%;
  height: 63vh;
}

#googleMap img {
  margin: 0;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#footer {
  background-color: #f6fbff;
  background-image: url(img/footer-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 50px;
}

#footerCopy {
  text-align: center;
  margin: 0;
  padding-bottom: 1rem;
}

#footerCopy small {
  color: #fff;
  font-size: .7rem;
  margin: 0.7rem 0;
}

#bottomCta {
  /*transition: .4s;
  opacity: 0;
  visibility: hidden;*/
  position: fixed;
  bottom: 0;
  /*background: #f6fbff;*/
  background: #dbffff;
  width: 100%;
}

#bottomCta .frame {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 85px;
}

#bottomCta a {
  text-decoration: none;
}

#bottomCta .online {
  width: 40%;
  display: flex;
}

#bottomCta .online .img, #bottomCta .online .txt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#bottomCta .online .img img {
  margin: 0 .3rem;
  width: 33px;
}

#bottomCta .online .txt {
  font-weight: bold;
  font-size: .7rem;
  letter-spacing: 0;
}

#bottomCta .online .txt .blue {
  color: #3783b5;
  margin-top: -17px;
  width: 100%;
}

#bottomCta .online .icon{
  transform: translate(-43%, -50%);
}

#bottomCta .listNone {
  width: 100%;
  /*width: 60%;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#bottomCta .listNone li {
  text-align: center;
  margin: 0;
  width: 25%;
  height: 100%;
}

#bottomCta .listNone li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: .3rem 0;
}

#bottomCta .listNone li .icon {
  line-height: 1;
  font-size: 1.2rem;
  margin-top: .4rem;
}

#bottomCta .listNone li .txt {
  font-size: .6rem;
  display: block;
  width: 100%;
  letter-spacing: 0;
}

#bottomCta .listNone .tel a {
  background: #f9f563;
  color: #0093bb;
}

#bottomCta .listNone .contact a {
  background: #e9474b;
}

#bottomCta .listNone .instagram a {
  background: #f3a17f;
}

#bottomCta .listNone .line a {
  background: #00B900;
}

#bottomCta .listNone .pagetop a {
  background: #0093bb;
}

#main .photo {
  border-radius: 5px;
  border: 7px solid #fff;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

#topGreeting .titleTop {
  background-image: url(img/flag-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 143px auto;
  padding-top: 2rem;
  color: #4090c5;
}

#topGreeting .txt {
  background-image: url(img/dotted-blue-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 84px auto;
  padding-top: 2rem;
  text-align: center;
  font-size: .8rem;
}

#topBoxStripe {
  background-image: url(img/cloud-full-bg.png), url(img/sprite-blue-bg.gif);
  background-position: center bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: contain, 5px auto;
}

#topBoxStripe .box1 {
  background-image: url(img/cloud-bg.png);
  background-position: 80% -3.5rem;
  background-repeat: no-repeat;
  background-size: 112px auto;
  padding-top: 2.5rem;
}

#topBoxStripe .boxImg img {
  margin: 0;
}

#topBoxStripe .boxTxt .box {
  background-repeat: no-repeat;
}

#topBoxStripe .boxTxt .titleTopSub {
  font-size: 1.1rem;
}

#topBoxStripe .boxTxt .titleTopSub span {
  display: inline-block;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 11px auto;
  padding-bottom: .7rem;
  position: relative;
}

#topBoxStripe .boxTxt .titleTopSub span:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

#topBoxStripe .boxOrange {
  margin-bottom: 2rem;
  position: relative;
}

#topBoxStripe .boxOrange:before {
  content: '';
  width: 53px;
  height: 34px;
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  background-image: url(img/cloud-half-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#topBoxStripe .boxOrange .titleTopSub {
  color: #e16226;
  background-image: url(img/balloon-bg1.png);
  background-position: 90% -.2rem;
  background-repeat: no-repeat;
  background-size: 48px auto;
  padding-top: 2rem;
  margin-top: 0;
}

#topBoxStripe .boxOrange .titleTopSub span {
  background-image: url(img/dotted-orange-bg.png);
}

#topBoxStripe .boxOrange .titleTopSub span:before {
  width: 33px;
  height: 30px;
  top: 0;
  right: -3rem;
  background-image: url(img/drawing-bg1.png);
}

#topBoxStripe .boxPink {
  background-image: url(img/balloon-bg2.png);
  background-position: right bottom;
  background-size: 54px auto;
}

#topBoxStripe .boxPink .titleTopSub {
  color: #ff53ac;
}

#topBoxStripe .boxPink .titleTopSub span {
  background-image: url(img/dotted-pink-bg.png);
}

#topBoxStripe .boxPink .titleTopSub span:before {
  width: 20px;
  height: 39px;
  top: -1.8rem;
  left: 0;
  background-image: url(img/drawing-bg2.png);
}

#topBoxStripe .boxPink .txt {
  background-image: url(img/cloud-bg.png);
  background-position: 70% 6rem;
  background-repeat: no-repeat;
  background-size: 112px auto;
  padding-bottom: 3rem;
  margin-bottom: 0;
}

#topBoxStripe .boxGreen {
  background-image: url(img/balloon-bg3.png);
  background-position: 92% top;
  background-size: 50px auto;
}

#topBoxStripe .boxGreen .titleTopSub {
  color: #3ab00b;
}

#topBoxStripe .boxGreen .titleTopSub span {
  background-image: url(img/dotted-green-bg.png);
}

#topBoxStripe .boxGreen .titleTopSub span:before {
  width: 39px;
  height: 32px;
  top: 1rem;
  right: -3rem;
  background-image: url(img/drawing-bg3.png);
}

#topBoxStripe .boxGreen .txt {
  background-image: url(img/cloud-bg.png);
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: 112px auto;
  padding-bottom: 3rem;
}

.listLink {
  padding: 1rem;
}

.listLink .listNone {
  position: relative;
  border-radius: 7px;
}

.listLink .listNone:before, .listLink .listNone:after {
  content: '';
  position: absolute;
  top: -.5rem;
  width: 40px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}

.listLink .listNone:before {
  left: 0;
}

.listLink .listNone:after {
  right: 0;
}

.listLink .listNone li {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.listLink .listNone li a {
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px dashed #ddd;
}

.listLink .listNone li:last-child a {
  border: none;
}

.listLink .listNone .txt {
  font-weight: bold;
  width: 71%;
}

.listLink .listNone .circle {
  width: 2rem;
  height: 2rem;
}

.listLink .listNone .circle .icon {
  font-size: 1rem;
}

.listLink .listNone .mind .circle {
  background: #eca0df;
}

.listLink .listNone .mind .arrow {
  color: #eca0df;
}

.listLink .listNone .shop .circle {
  background: #ff6091;
}

.listLink .listNone .shop .arrow {
  color: #ff6091;
}

.listLink .listNone .isamiya .circle {
  background: #96e169;
}

.listLink .listNone .isamiya .arrow {
  color: #96e169;
}

.listLink .listNone .access .circle {
  background: #e9d6c0;
}

.listLink .listNone .access .arrow {
  color: #e9d6c0;
}

.listLink .listNone .blog .circle {
  background: #ffb565;
}

.listLink .listNone .blog .arrow {
  color: #ffb565;
}

.listLink .listNone .preparation .circle {
  background: #fea0d3;
}

.listLink .listNone .preparation .arrow {
  color: #fea0d3;
}

.listLink1 .listNone {
  background-image: url(img/bg-gray.jpg);
  background-repeat: repeat;
  background-size: 128px auto;
}

.listLink1 .listNone:before {
  background-image: url(img/flag-left-bg1.png);
}

.listLink1 .listNone:after {
  background-image: url(img/flag-right-bg1.png);
}

.listLink2 {
  background: #f6fbff;
}

.listLink2 .listNone {
  background: #fff;
}

.listLink2 .listNone:before {
  background-image: url(img/flag-left-bg2.png);
}

.listLink2 .listNone:after {
  background-image: url(img/flag-right-bg2.png);
}

#topBrand, #topAbout {
  margin: 0;
}

#topBrand .head, #topAbout .head {
  position: relative;
  margin-bottom: 4.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 235px;
}
#topBrand .head{
  background-image: url(img/top-brand-head.jpg);
}
#topAbout .head{
  background-image: url(img/top-about-head.jpg);
}
#topBrand .titleTop, #topAbout .titleTop {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  background-image: url(img/title-bg-cloud.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 225px auto;
  margin: auto;
  padding: 2rem 0;
}

#topBrand .titleTop .inner, #topAbout .titleTop .inner {
  display: block;
  background-image: url(img/title-bg-flag.png), url(img/dotted-blue-bg.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 60px auto, 93px auto;
  padding: 1.2rem 0;
}

#topBrand .titleTop .en, #topAbout .titleTop .en {
  display: block;
  color: #63a2cb;
  font-size: .6rem;
}

.bnrBrand li{
  margin-bottom: 2.5rem;
}
.bnrBrand .titleTopSub {
  background-image: url(img/dotted-blue-bg.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 93px auto;
  padding-bottom: .7rem;
  margin-top: 0;
}

.bnrBrand .titleTopSub .circle {
  margin-right: 1rem;
  vertical-align: -2px;
}

.bnrBrand .girl .icon,
.bnrBrand .girl .btn,
.single-brand .category .girl,
.bnrBrand .boy .icon,
.bnrBrand .boy .btn,
.single-brand .category .boy{
  color: #fff;
}

.bnrBrand .baby .circle,
.bnrBrand .baby .btn,
.single-brand .category .baby{
  background: #eeeb6f;
}
.bnrBrand .baby .btn,
.bnrBrand .baby .btn:hover{
  border: 1px solid #eeeb6f;
}
.bnrBrand .baby .btn:hover{
  color: #eeeb6f;
  background: #fff;
}
.bnrBrand .baby .icon,
.bnrBrand .baby .btn,
.single-brand .category .baby{
  color: #53a4d9;
}

.bnrBrand .circle .icon{
  transform: translate(-46%, -50%);
}

.bnrBrand .girl .circle,
.bnrBrand .girl .btn,
.single-brand .category .girl{
  background: #f3a17f;
}
.bnrBrand .girl .btn,
.bnrBrand .girl .btn:hover{
  border: 1px solid #f3a17f;
}
.bnrBrand .girl .btn:hover{
  color: #f3a17f;
  background: #fff;
}

.bnrBrand .boy .circle,
.bnrBrand .boy .btn,
.single-brand .category .boy{
  background: #5ac0cc;
}
.bnrBrand .boy .btn,
.bnrBrand .boy .btn:hover{
  border: 1px solid #5ac0cc;
}
.bnrBrand .boy .btn:hover{
  color: #5ac0cc;
  background: #fff;
}

.listBrand {
  border-radius: 7px;
  background: #f3f7f7;
  text-align: center;
  padding: 1rem;
  margin: 2rem 0;
}

.listBrand .titleTopSub {
  border-radius: 7px;
  font-size: .8rem;
  background: #fff;
  display: inline-block;
  margin: 0 0 1rem;
  padding: .5rem 1rem;
}
.listBrand .colsBoth{
  justify-content:flex-start;
}
.listBrand .colsBoth li{
  width: 23.5%;
  margin: 0 2% 2% 0;
  border: 4px solid #c3eafb;
  border-radius: 7px;
}
.listBrand .colsBoth li:nth-child(4n){
  margin-right: 0;
}
.listBrand .colsBoth li img{
  border-radius: 7px;
}

.listBrand .txt {
  font-size: .6rem;
  text-align: left;
  margin: 1rem 0 0;
}

#topAbout {
  background-image: url(img/cloud-full-bg-gray.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 4rem;
}

#topAbout .col {
  padding: .1rem 0;
}

#topAbout .col .titleTopSub {
  text-align: center;
}

#topAbout .col .titleTopSub .icon {
  font-size: 1.5rem;
  margin: 0 .3rem 0 -1rem;
}

#topAbout .col table tr:nth-child(odd) {
  background: #f6fbff;
}

#topAbout .col table th, #topAbout .col table td {
  font-size: .7rem;
  border: none;
  padding-top: .7rem;
  padding-bottom: .7rem;
}
#topAbout .col table th{
  background: none;
  text-align: left;
  color: #000;
}
#topAbout .access .titleTopSub .icon {
  color: #e9d6c0;
}

#topAbout .news .titleTopSub .icon {
  color: #63c1d9;
}

#topAbout .news .circle, #topAbout .news .btn {
  background: #63c1d9;
}
#topAbout .news .circle .icon{
  transform: translate(-44%, -51%);
}
#topAbout .news .btn:hover {
  background: #fff;
  color: #63c1d9;
  bottom: 1px solid #63c1d9;
}
#topAbout .news .listNone {
  margin-bottom: 2rem;
}

#topAbout .news .colsBoth {
  align-items: center;
  border-bottom: 1px dashed #ddd;
  margin: 0;
  padding: .5rem 0;
}

#topAbout .news .colsBoth .txt {
  width: 90%;
}

#topAbout .news .colsBoth .txt .date {
  font-size: .6rem;
}

#topAbout .news .colsBoth .txt .titlePost {
  font-size: .8rem;
  font-weight: normal;
  margin: 0;
}

#topMap {
  margin: 0;
}

/*下層ページ共通*/
#headImg{
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
}
#headImg img{
  margin: 0;
}
.titlePage{
  text-align: center;
}
#headImg .titlePage{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1rem 0 2rem;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 1rem #4090c5;
  background: linear-gradient(to bottom, rgba(64, 144, 197, 0.5), transparent);
}
#headImg .box{
  padding: 0 1rem 1rem;
  border-radius: 7px;
  background: #f3f7f7;
}
#headImg .box .titleSection{
  font-size: .8rem;
  background: none;
  color: #000;
  margin-bottom: 0;
}
#headImg .box .txt{
  font-size: .7rem;
  margin: .5rem 0;
}
#headTxt .titlePage{
  background-image: url(img/title-bg-flag.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60px auto;
  margin-bottom: 0;
  padding: 1.2rem 0 0;
  font-size: 1.3rem;
}
#main .titleSection{
  font-size: 1.2rem;
  color: #4090c5;
  background-image: url(img/dotted-blue-bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 84px auto;
  padding-top: 1rem;
  position: relative;
}
#main .titleSection:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#main .titleSection.drawing1:after{
  background-image: url(img/drawing-bg1.png);
  width: 33px;
  height: 30px;
}
#main .titleSection.drawing2:after{
  background-image: url(img/drawing-bg2.png);
  width: 20px;
  height: 39px;
}
#main .titleSection.drawing3:after{
  background-image: url(img/drawing-bg3.png);
  width: 39px;
  height: 32px;
}

#boxMind1 .titleSection,
#boxIsamiya1 .titleSection{
  background-image: url(img/flag-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 143px auto;
  padding-top: 2rem;
  color: #4090c5;
  text-align: center;
}

#main .titleGroup{
  background-image: url(img/cloud-bg.png), url(img/sprite-blue-bg.gif);
  background-position: -2rem .5rem, center;
  background-repeat: no-repeat, repeat;
  background-size: 112px auto, 5px auto;
  color: #4090c5;
  border-radius: 7px;
  padding: .5rem;
  font-size: 1rem;
  border: 4px solid #c3eafb;
}

.category #main .loopTile,
#main .loopUnder{
  padding: 1rem 0 2rem;
}

#main .loopTile li,
#main .loopTile .wrapPost,
#main .loopUnder .wrapPost{
  border-radius: 7px;
  background: #f3f7f7;
  padding: .5rem;
  margin-top: 1rem;
  text-align: center;
}
#main .loopTile li{
  margin-bottom: 0;
}
#main .loopTile li .titlePost{
  font-size: 1rem;
  text-align: center;
}
#main .loopTile .wrapPost .titlePost,
#main .loopUnder .wrapPost .titlePost{
  margin-top: 0;
  font-size: 1.1rem;
  text-align: center;
}
#main .loopTile li .size{
  font-size: .8rem;
  margin-top: -.5rem;
}

.single-post .linkPrevNext .txt{
  margin: 0 .5rem;
}
.single-post .linkPrevNext svg{
  font-size: 1rem;
  vertical-align: -3px;
}

/*「セレクトショップとしての想い」*/
#main .titleSection .strong{
  font-size: .8rem;
  margin-bottom: .2rem;
  display: inline-block;
}
#main .titleSection .strong .number{
  margin-left: .2rem;
  font-size: 1.2rem;
}
#boxMind2 li,
#boxIsamiya2 li{
  margin-bottom: 2rem;
}
#boxMind2 li:nth-child(1) .strong,
#boxIsamiya2 li:nth-child(1) .strong{
  color: #eca0df;
}
#boxMind2 li:nth-child(2) .strong,
#boxIsamiya2 li:nth-child(2) .strong{
  color: #ff6091;
}
#boxMind2 li:nth-child(3) .strong,
#boxIsamiya2 li:nth-child(3) .strong{
  color: #96e169;
}
#boxMind2 li:nth-child(4) .strong,
#boxIsamiya2 li:nth-child(4) .strong{
  color: #b7b31d;
}
#boxMind2 li:nth-child(5) .strong,
#boxIsamiya2 li:nth-child(5) .strong{
  color: #f3a17f;
}
#boxMind2 li:nth-child(6) .strong,
#boxIsamiya2 li:nth-child(6) .strong{
  color: #5ac0cc;
}
#boxMind2 li:nth-child(7) .strong,
#boxIsamiya2 li:nth-child(7) .strong{
  color: #e9474b;
}
#main .brother{
  margin: 1rem 0;
}
#main .brother .circle{
  color: #fff;
  font-weight: bold;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 2.2;
  font-size: .8rem;
  margin-top: 6px;
}
#main .brother.younger .circle{
  background: #3bb3c1;
}
#main .brother .fukidashi{
  width: 86%;
  background: #f3f7f7;
  border-radius: 7px;
  padding: 1rem;
  margin: 0;
  position: relative;
}
#main .brother .fukidashi::after{
  content:'';
  position: absolute;
  left: -20px;
  top: 10px;
  border: 10px solid transparent;
  border-right-color: #f3f7f7;
}

/*「愛されるお店づくり」*/
#boxShop1 .boxImg{
  text-align: center;
}

/*「取扱ブランド」*/
.tax-cat-brand .bnrBrand{
  margin: 2rem 0;
}
.single-brand .slick-slide img{
  margin-bottom: 0.5rem;
  border-radius: 0;
}
.single-brand .slickLoopThumb{
  height: 5.5rem;
  overflow: hidden;
}
.single-brand .slickLoopThumb .slick-slide{
  position: relative;
}
.single-brand .slickLoopThumb .slick-slide:after{
  content: '';
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255,.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: .4s;
}
.single-brand .slickLoopThumb .slick-current:after,
.single-brand .slickLoopThumb .slick-slide:hover:after{
  background: none;
}
/* slickで動かす要素の親以上にflexを指定すると、FFでslickの高さが異常に大きくなるバグを修正 */
* {
min-height:0;
min-width:0;
}

.single-brand .category p{
  padding: .2rem 1rem;
  display: inline-block;
  font-size: .7rem;
  margin-bottom: 0;
}

/*「いさみやおすすめ　事前準備グッズ」*/
.boxPreparationChild .osusume{
  border-radius: 7px;
  padding: .1rem 1.1rem;
}
.boxPreparationChild .osusume dl{
  display: flex;
  align-items: center;
}
.boxPreparationChild .osusume dt,
.boxPreparationChild .osusume dd{
  font-weight: bold;
}
.boxPreparationChild .osusume dt{
  border-radius: 7px;
  color: #fff;
  padding: .2rem .5rem;
  font-size: .8rem;
}
.boxPreparationChild .osusume dd{
  margin-left: .5rem;
  font-size: 1.1rem;
}
/*春*/
#boxPreparationSpring1 .osusume,
.page-id-153 .tablePreparation td:first-child{
  background: #fbeaed;
}
#boxPreparationSpring1 .osusume dt{
  background: #EC7E90;
}
#boxPreparationSpring1 .osusume dd,
.page-id-153 .tablePreparation td:first-child{
  color: #EC7E90;
}
/*夏*/
#boxPreparationSummer1 .osusume,
.page-id-154 .tablePreparation td:first-child{
  background: #edf7e8;
}
#boxPreparationSummer1 .osusume dt{
  background: #74BA4C;
}
#boxPreparationSummer1 .osusume dd,
.page-id-154 .tablePreparation td:first-child{
  color: #74BA4C;
}
/*秋*/
#boxPreparationAutumn1 .osusume,
.page-id-155 .tablePreparation td:first-child{
  background: #f7f3e5;
}
#boxPreparationAutumn1 .osusume dt{
  background: #947A1B;
}
#boxPreparationAutumn1 .osusume dd,
.page-id-155 .tablePreparation td:first-child{
  color: #947A1B;
}
/*冬*/
#boxPreparationWinter1 .osusume,
.page-id-156 .tablePreparation td:first-child{
  background: #e4f1f5;
}
#boxPreparationWinter1 .osusume dt{
  background: #055D76;
}
#boxPreparationWinter1 .osusume dd,
.page-id-156 .tablePreparation td:first-child{
  color: #055D76;
}

.tablePreparation .thead {
  display: none;
}
.tablePreparation th,
.tablePreparation td{
  border: 1px solid #dee6e6;
}
.tablePreparation th {
  background: #f3f7f7;
  color: #000;
}
.tablePreparation td {
  display: block;
  font-size: 1rem;
}
.tablePreparation td:first-child {
  font-weight: bold;
}
.tablePreparation td:before {
  content: attr(data-label);
  display: block;
  color: #999;
  font-size: .7rem;
}


#main .pagination {
  margin-bottom: 1rem;
}

#main .pagination span, #main .pagination a {
  display: none;
}

#main .pagination .more {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  margin: 0 0 1rem;
  line-height: normal;
  cursor: pointer;
}

#main .pagination a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
}

.contentNone .box {
  border: 1px solid #eee;
}

#main .contentNone .titlePage {
  padding-bottom: 0;
}

#main .contentNone .titlePost {
  background: #f5f5f5;
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #eee;
}

#main .contentNone .txt {
  padding: 1rem 1rem 0;
}

#main .contentNone ul {
  margin-bottom: 0;
}

#searchForm {
  margin-bottom: 1rem;
}

#searchForm > div {
  display: flex;
  border: 1px solid #ddd;
  padding: 0.5rem 0;
  border-radius: 7px;
}

#searchForm input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-right: 1px solid #ddd;
  font-size: 1.15rem;
  width: 80%;
  transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
  border-radius: 0;
}

#searchForm button {
  margin: 0 auto;
  cursor: pointer;
  background: none;
  border: none;
}

#searchForm button:hover {
  opacity: 0.7;
}

#searchForm svg {
  font-size: 1.5rem;
}

#searchForm input, #searchForm button {
  padding: 1rem;
}

#searchForm input:focus, #searchForm button:focus {
  outline: none;
  background: #f5f5f5;
}

#searchForm input:-webkit-autofill, #searchForm button:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

#boxContact1 .listDisc li{
  font-size: .8rem;
}
#boxContact1 .btn{
  width: 100%;
}

.page-id-99 #content p {
  margin: 2.4rem 0;
}

.page-id-99 #content .title {
  display: block;
  margin-bottom: 0.2rem;
  padding-left: 0.1rem;
  font-size: 1.2rem;
}

.page-id-99 #content .title .caution {
  display: inline-block;
  padding: 0.1rem 0.5rem 0;
  background: #e9474b;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 7px;
  margin-left: 0.4rem;
  vertical-align: 0.2rem;
}

.page-id-99 #content .txt {
  display: block;
}

.page-id-99 #content input, .page-id-99 #content textarea, .page-id-99 #content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  padding: 1rem 0.5rem;
  font-size: 1.15rem;
  width: 100%;
  border-radius: 7px;
  transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
}

.page-id-99 #content input:focus, .page-id-99 #content textarea:focus, .page-id-99 #content select:focus {
  outline: none;
  background: #f5f5f5;
}

.page-id-99 #content input:-webkit-autofill, .page-id-99 #content textarea:-webkit-autofill, .page-id-99 #content select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}

.page-id-99 #content ::-webkit-input-placeholder {
  color: #999;
}

.page-id-99 #content ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.page-id-99 #content :-ms-input-placeholder {
  color: #999;
}

.page-id-99 #content select {
  text-indent: 0.01px;
  text-overflow: '';
  background: none;
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  position: relative;
}

.page-id-99 #content select::-ms-expand {
  display: none;
}

.page-id-99 #content select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #999;
}

.page-id-99 #content .select {
  position: relative;
}

.page-id-99 #content .select svg {
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  pointer-events: none;
}

.page-id-99 #content input[type="radio"],
.page-id-99 #content input[type="checkbox"] {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  vertical-align: middle;
  background: none;
  margin-right: 0.2rem;
  background: #f5f5f5;
}

.page-id-99 #content input[type="radio"]:checked:before,
.page-id-99 #content input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  background: #000;
  border-radius: 7px;
}

.page-id-99 #content input[type="radio"],
.page-id-99 #content input[type="radio"]:checked:before {
  border-radius: 50%;
}

.page-id-99 #content .wpcf7-list-item {
  margin: 1rem 1rem 0 0;
}

.page-id-99 #content .wpcf7-list-item-label {
  pointer-events: none;
}

.page-id-99 #content .select select, .page-id-99 #content .check input, .page-id-99 #content .radio input, .page-id-99 #content #submitBtn input {
  cursor: pointer;
}

.page-id-99 #content textarea {
  resize: none;
}

.page-id-99 #content #submitBtn {
  display: block;
  text-align: center;
}

.page-id-99 #content #submitBtn input {
  display: inline-block;
  padding: 1.6rem 2rem;
  border-radius: 7px;
  background: #0093bb;
  border: 1px solid #0093bb;
  color: #fff;
  transition: 0.5s cubic-bezier(1, 0, 0.5, 1);
}

.page-id-99 #content #submitBtn input:hover {
  background: #fff;
  color: #0093bb;
  opacity: 1;
}

.page-id-99 #content #submitBtn input:focus {
  outline: none;
}

.page-id-99 #content .wpcf7-not-valid-tip {
  color: #ff6262;
  font-weight: bold;
  margin: 0.2rem 0 0 0.2rem;
}

.page-id-99 #content .wpcf7-response-output {
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold;
}

.page-id-99 #content .wpcf7-validation-errors,
.page-id-99 #content .wpcf7-mail-sent-ng {
  border: 2px solid #ff6262;
  color: #ff6262;
  margin-bottom: 1rem;
}

.page-id-99 #content .wpcf7-mail-sent-ok {
  border: 2px solid #428cff;
  color: #428cff;
}

.page-id-99 #content .ajax-loader {
  display: block !important;
  width: 3rem !important;
  height: 3rem !important;
  margin: 1rem auto 0 !important;
  background: #428cff !important;
  border-radius: 50%;
  animation: scaleout 1.0s infinite ease-in-out;
}
@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.grecaptcha-badge {
  bottom: 80px !important;
}



.cols {
  margin: 0;
  padding: 0;
  list-style: none;
}

.col img, .colsBoth img {
  width: 100%;
  border-radius: 7px;
  margin: 0 0 1rem;
}

.colsBoth {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.colBoth {
  flex-basis: 48%;
  max-width: 48%;
}

.pc {
  display: none !important;
}

.show {
  transition-delay: 0s !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (min-width: 768px) {
  .single-post #main .wrapPost .thumb img,
  .single-post #main .wrapPost .content img{
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1rem;
  }
  th, td {
    padding: 1.2rem 1rem;
    font-size: .9rem;
  }
  th {
    background-size: auto;
  }
  .frame {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .btn {
    width: 45%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #main {
    float: left;
    width: 70%;
  }
  .home #main,
  .page #main,
  .post-type-archive-brand #main,
  .tax-cat-brand #main,
  .single-brand #main,
  .error404 #main,
  .category-blog #main,
  .categoryid-2 #main{
    float: none;
    width: 100%;
  }
  #side {
    float: right;
    width: 25%;
  }
  #side .sideTitle {
    font-size: 0.9rem;
  }
  #header .logoNav {
    background-image: url(img/header-bg-pc.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    padding-bottom: 2rem;
  }
  #header .inner {
    height: 133px;
    padding: 0;
  }
  #header .logo {
    width: 160px;
    margin: 0 0 0 121px;
    padding-top: 28px;
  }
  #header .nav {
    background-image: url(img/header-bg-pc.png);
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 64px;
  }
  #header .nav .bg {
    position: static;
    background-color: #fff;
  }
  #header .nav .bg.fixedNav {
    position: fixed;
    transition: .4s;
    z-index: 1;
  }
  #header .navBtn {
    display: none;
  }
  #header .menu {
    width: 1120px;
    opacity: 1;
    visibility: visible;
    position: static;
    display: flex;
    justify-content: space-between;
    overflow-y: visible;
    padding-bottom: 0;
  }
  #header .menu > li {
    width: 100%;
    position: relative;
    text-align: center;
  }
  #header .menu > li.long {
    width: 120%;
  }
  #header .menu > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #8dd0d5;
  }
  #header .menu > li:last-child::after {
    content: none;
  }
  #header .menu a, #header .menu .toggleBtn {
    font-size: 16px;
    color: #000;
  }
  #header .menu a:hover, #header .menu .toggleBtn:hover {
    opacity: 1;
    color: #0093bb;
  }
  #header .menu a .en, #header .menu .toggleBtn .en {
    font-size: 10px;
    color: #63a2cb;
  }
  #header .menu .toggleBtn {
    cursor: pointer;
  }
  #header .menu .toggle {
    position: relative;
  }
  #header .menu .toggle .child {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: .2rem .8rem;
  }
  #header .menu .toggle .child a {
    font-size: 14px;
    text-align: left;
    background-image: url(img/dotted-blue-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 84px auto;
  }
  #header .menu .toggle .child li:last-child a {
    background: none;
  }
  .home #header .inner {
    height: 213px;
  }
  #mainVisual {
    padding: 213px 0 24px;
  }
  #mainVisual .slick-slide div {
    margin: 0 12px;
    padding: 15px;
    background-size: auto;
  }
  #mainVisual .txt {
    bottom: auto;
    top: 555px;
  }
  #mainVisual .txt img {
    display: block;
    width: auto;
    max-width: 100%;
  }
  #mainVisual .slick-arrow {
    width: 58px;
    height: 58px;
    font-size: 1rem;
  }
  #mainVisual .circle .icon {
    font-size: 18px;
  }
  #footer {
    background-image: url(img/footer-bg-pc.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 16rem;
    margin-bottom: 70px;
  }
  #footerLink {
    width: 1120px;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;
  }
  #footerLink li {
    border-right: 1px solid #fff;
    margin: .3rem 0;
    padding: 0 .5rem;
    line-height: 1;
  }
  #footerLink li.borderNone {
    border: none;
  }
  #footerLink a {
    font-size: .9rem;
    text-decoration: none;
    color: #fff;
  }
  #footerCopy small {
    font-size: .9rem;
  }
  #bottomCta .frame {
    height: 70px;
  }
  #bottomCta .online {
    width: 44%;
    align-items: center;
  }
  #bottomCta .online .img img {
    margin: 0 .8rem;
    width: auto;
  }
  #bottomCta .online .txt {
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1;
    margin-right: .7rem;
  }
  #bottomCta .online .txt .blue {
    margin-top: 0;
    width: auto;
  }
  #bottomCta .listNone {
    /*width: 56%;*/
  }
  #bottomCta .listNone li {
    width: 70px;
  }
  #bottomCta .listNone li.tel {
    width: 210px;
  }
  #bottomCta .listNone li a {
    padding: 0;
  }
  #bottomCta .listNone li .icon {
    font-size: 2rem;
    margin-top: 0;
  }
  #bottomCta .listNone li .txt {
    font-size: .8rem;
  }
  #bottomCta .listNone .tel a {
    flex-wrap: nowrap;
  }
  #bottomCta .listNone .tel a .icon {
    font-size: 1.5rem;
  }
  #bottomCta .listNone .tel a .txt {
    font-weight: bold;
    font-size: 1.2rem;
    width: 73%;
  }
/* IE11    */ _:lang(x)::-ms-backdrop, #bottomCta .listNone .tel a .txt {
font-size: 1.1rem;
}
/* Edge    */ _:-ms-lang(x)::backdrop, #bottomCta .listNone .tel a .txt {
font-size: 1.1rem;
}
  #bottomCta .listNone .tel a .txt .hour {
    font-size: .8rem;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: -.2rem;
    display: block;
  }
  #bottomCta .listNone .pagetop a {
    background: #0093bb;
  }
  #main .photo {
    border-radius: 10px;
    border: 16px solid #fff;
  }
  .titleTop {
    font-size: 1.4rem;
  }
  #topGreeting {
    padding-top: 2rem;
  }
  #topGreeting .titleTop {
    background-size: auto;
    padding-top: 5rem;
    margin-bottom: 3.5rem;
  }
  #topGreeting .txt {
    background-size: auto;
    padding-top: 3rem;
    margin-bottom: 7rem;
    line-height: 2;
  }
  #topBoxStripe {
    background-image: url(img/cloud-full-bg-pc.png), url(img/sprite-blue-bg.gif);
    background-size: contain, auto;
    padding-bottom: 4rem;
  }
  #topBoxStripe .inner {
    max-width: 1440px;
  }
  #topBoxStripe .boxImg img {
    max-width: 100%;
    width: auto;
  }
  #topBoxStripe .boxTxt {
    width: 35%;
  }
  #topBoxStripe .boxTxt .titleTopSub {
    font-size: 1.3rem;
  }
  #topBoxStripe .boxTxt .titleTopSub span {
    background-size: auto;
    padding: 0 2rem 1.2rem 0;
  }
  #topBoxStripe .box1 {
    flex-direction: row-reverse;
    background-position: 55% -7rem;
    background-size: auto;
    padding-top: 4rem;
  }
  #topBoxStripe .box1 .boxTxt {
    padding-right: 2rem;
    padding-left: 1rem;
  }
  #topBoxStripe .box2 .boxImg {
    padding-top: 16px;
  }
  #topBoxStripe .boxOrange {
    margin: 2rem 0 3rem;
  }
  #topBoxStripe .boxOrange:before {
    width: 225px;
    height: 155px;
    top: -4rem;
    left: -14rem;
    background-image: url(img/cloud-bg.png);
  }
  #topBoxStripe .boxOrange .titleTopSub {
    background-position: 80% top;
    background-size: auto;
  }
  #topBoxStripe .boxOrange .titleTopSub span:before {
    width: 66px;
    height: 61px;
    top: -1.5rem;
    right: -3.5rem;
  }
  #topBoxStripe .boxPink {
    background-position: right bottom;
    background-size: auto;
  }
  #topBoxStripe .boxPink .titleTopSub span:before {
    width: 40px;
    height: 78px;
    top: 0;
    left: -4rem;
  }
  #topBoxStripe .boxPink .txt {
    background-position: 20% 8rem;
    background-size: auto;
    padding-bottom: 12rem;
  }
  #topBoxStripe .boxGreen {
    background-position: 75% top;
    background-size: auto;
    margin-top: 5rem;
  }
  #topBoxStripe .boxGreen .titleTopSub {
    padding-top: 4rem;
    padding-left: 2rem;
  }
  #topBoxStripe .boxGreen .titleTopSub span:before {
    width: 79px;
    height: 75px;
    top: -1rem;
    right: -5rem;
  }
  #topBoxStripe .boxGreen .txt {
    padding-left: 2rem;
    background-position: -20% center;
    background-size: auto;
    padding-bottom: 12rem;
  }
  .listLink {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .listLink1{
    padding-top: 0;
  }
  .listLink .listNone {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .listLink .listNone:before, .listLink .listNone:after {
    top: -1rem;
    width: 81px;
    height: 42px;
  }
  .listLink .listNone:before {
    left: -1rem;
  }
  .listLink .listNone:after {
    right: -1rem;
  }
  .listLink .listNone li {
    padding: 0;
  }
  .listLink .listNone li a {
    padding: 1.5rem 0;
    border-bottom: none;
  }
  .listLink .listNone .txt {
    width: auto;
    padding: 0 1rem;
  }
  .listLink .listNone .circle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .listLink .listNone .circle .icon {
    font-size: 1.5rem;
  }
  .listLink .listNone .arrow .icon {
    font-size: 1.3rem;
  }
  .listLink1 .listNone {
    background-size: auto;
  }
  #topBrand .head, #topAbout .head {
    padding: 0 1rem;
    margin: 2rem 0 10rem;
    border-radius: 7px;
    background-attachment: fixed;
    height: 470px;
  }
  #topBrand .head{
    background-image: url(img/top-brand-head-pc.jpg);
  }
  #topAbout .head{
    background-image: url(img/top-about-head-pc.jpg);
  }
  #topBrand .titleTop, #topAbout .titleTop {
    bottom: -10rem;
    background-size: auto;
    padding: 4.5rem 0;
  }
  #topBrand .titleTop .inner, #topAbout .titleTop .inner {
    background-size: auto, auto;
    padding: 3rem 0 2rem;
  }
  #topBrand .titleTop .en, #topAbout .titleTop .en {
    font-size: .8rem;
    line-height: 2;
  }
  .bnrBrand li{
    margin-bottom: 1rem;
  }
  .bnrBrand .titleTopSub {
    background-size: auto;
    padding-bottom: 1.2rem;
  }
  .listBrand {
    padding: 2rem;
    margin: 3rem 0;
  }
  .listBrand .titleTopSub {
    font-size: 1rem;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
  }

  .listBrand .colsBoth li{
    width: 13%;
    margin: 0 1.5% 1.5% 0;
  }
  .listBrand .colsBoth li:nth-child(4n){
    margin-right: 1.5%;
  }
  .listBrand .colsBoth li:nth-child(7n){
    margin-right: 0;
  }

  .listBrand .txt {
    font-size: .8rem;
  }
  #topAbout {
    background-image: url(img/cloud-full-bg-gray-pc.jpg);
    padding-bottom: 6rem;
  }
  #topAbout .frame > .cols {
    justify-content: space-between;
  }
  #topAbout .frame > .cols .col {
    flex-grow: 0;
    flex-basis: 46%;
    max-width: 46%;
  }
  #topAbout .col table th, #topAbout .col table td {
    font-size: .9rem;
    padding: 1rem;
  }
  #topAbout .news .listNone {
    margin-bottom: 3rem;
  }
  #topAbout .news .colsBoth {
    padding: .8rem 0;
  }
  #topAbout .news .colsBoth .txt {
    width: 93%;
  }
  #topAbout .news .colsBoth .txt .date {
    font-size: .8rem;
  }
  #topAbout .news .colsBoth .txt .titlePost {
    font-size: .9rem;
  }
  #topMap {
    margin: 0;
  }

  /*下層ページ共通*/
  #headImg .titlePage{
    font-size: 1.7rem;
    padding: 4rem 0;
  }
  #headImg .box{
    position: absolute;
    top: 10rem;
    left: 3rem;
    background: rgba(255, 255, 255, .9);
    padding: 0 2rem 2rem;
    width: 53%;
  }
  #headImg .box .titleSection{
    font-size: 1.2rem;
  }
  #headImg .box .txt{
    font-size: .9rem;
  }

  #headTxt .titlePage{
    background-size: auto;
    padding: 3rem 0 2rem;
    font-size: 1.4rem;
  }

  #main .titleSection{
    font-size: 1.4rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  #main .titleSection:after{
    right: 1rem;
    bottom: 1rem;
  }
  #main .titleSection.drawing1:after{
    background-image: url(img/drawing-bg1.png);
    width: 44px;
    height: 41px;
  }
  #main .titleSection.drawing2:after{
    background-image: url(img/drawing-bg2.png);
    width: 27px;
    height: 52px;
  }
  #main .titleSection.drawing3:after{
    background-image: url(img/drawing-bg3.png);
    width: 53px;
    height: 50px;
  }

  #main img.auto {
    width: auto;
    display: block;
    margin: 0 auto;
  }

  #boxMind1 .titleSection,
  #boxIsamiya1 .titleSection{
    background-size: auto;
    padding-top: 5rem;
    margin-bottom: 3.5rem;
    font-size: 1.4rem;
  }

  #main .loopTile{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #main .loopTile li,
  #main .loopTile .wrapPost{
    padding: 1rem;
    flex-basis: 18.4%;
    max-width: 18.4%;
    margin-right: 2%;
  }
  #main .loopUnder .wrapPost{
    padding: 1rem;
  }
  #main .loopTile li:nth-child(5n),
  #main .loopTile .wrapPost:nth-child(3n){
    margin-right: 0;
  }
  #main .loopTile .wrapPost{
    flex-basis: 32%;
    max-width: 32%;
    flex-grow: 0;
    margin-top: 1.5rem;
  }
  #main .loopUnder .wrapPost,
  #main .loopUnder .wrapPost .titlePost{
    text-align: left;
  }
  #main .loopUnder .wrapPost .footer,
  #main .loopUnder .wrapPost .author{
    text-align: right;
  }
  .single-post .boxLink{
    position: relative;
  }
  .single-post .boxLink .btn.btnDark{
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .single-post .linkPrevNext .btn{
    flex-basis: 25%;
    max-width: 25%;
  }

  /*「セレクトショップとしての想い」*/
  #main .titleSection .strong{
    font-size: .9rem;
  }
  #main .titleSection .strong .number{
    margin-left: .5rem;
    font-size: 2rem;
  }
  #main .brother .circle{
    width: 34px;
    height: 34px;
    line-height: 2.4;
    font-size: .9rem;
    margin-top: 4px;
  }
  #main .brother .fukidashi{
    width: 90%;
  }
  #boxMind2 li:nth-child(5) .fukidashi,
  #boxMind2 li:nth-child(6) .fukidashi{
    width: 95%;
  }
  #boxMind2 li:nth-child(odd) .cols{
    flex-direction: row-reverse;
  }
  #boxMind2 li:last-child .cols:nth-child(even){
    flex-direction: row;
  }

  /*「愛されるお店づくり」*/
  #content.shop .titleSection + .cols,
  #content.shop .titleGroup + .cols{
    flex-direction: row-reverse;
  }

  /*「いさみやおすすめ　事前準備グッズ」*/
  .tablePreparation .thead {
    display: table-row;
  }
  .tablePreparation .thead th{
    width: auto;
  }
  .tablePreparation .thead th:nth-child(5){
    width: 50%;
  }
  .tablePreparation td {
    display: table-cell;
    text-align: center;
    font-size: .9rem;
  }
  .tablePreparation td:nth-child(5){
    text-align: left;
    font-size: .85rem;
  }
  .tablePreparation td:before {
    content: none;
  }

  /*「取扱ブランド」*/
  .post-type-archive-brand #headImg,
  .tax-cat-brand #headImg{
    margin-bottom: 3rem;
  }
  .single-brand .boxImg{
    flex-grow: 0;
    flex-basis: 36%;
    max-width: 36%;
  }
  .single-brand .slickLoopThumb{
    height: 7rem;
  }


  .page-id-99 #content {
    padding: 0 20vw;
  }
  #boxContact1 .btn,
  .page-id-99 #content #submitBtn input{
    width: 54%;
  }
  #main .pagination span, #main .pagination a {
    width: 3rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #eee;
    margin: 0 0.5rem 0.5rem 0;
    line-height: 2.7;
  }
  #main .pagination .more {
    display: none;
  }
  #main .pagination .current {
    background: #f5f5f5;
  }
  .cols,
  .colsBoth.cols4{
    margin-top: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
  .colsBoth.cols4{
    flex-wrap: nowrap;
  }
  .col,
  .colsBoth.cols4 .colBoth{
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 1rem;
  }
  .breadcrumb{
    padding-top: 1rem;
  }
  .breadcrumb li {
    font-size: 0.7rem;
  }
}

.grecaptcha-badge { visibility: hidden; }