/*!
Theme Name: uresalo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uresalo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

uresalo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    word-break: break-all;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
	font-size: 16px;
    line-height: 1.75;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# ここからオリジナル追加
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## スマホヘッダー
--------------------------------------------------------------*/
.clerfix {
    clear: both;
}
.headmenu01 {
width: 80px;
    float: left;
    background: #fff;
    height: 80px;
    text-align: center;
}
.headmenu01 img {
    max-height: 76px;
}

.headmenu02 {
    width: 25%;
    float: left;

}
.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*--------header-----------*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    padding:0 30px;
    border-left: 1px solid #000;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a:hover {
 opacity: 0.8;
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}




#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle {
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}






/*------------タブレット用------------------*/

@media screen and (max-width: 768px) {
  .head-inner {
    display: none;
  }
.topinner {
    margin-right: 3% !important;
    margin-left: 3% !important;
}
.breadcrumbs {
    margin-right: 3% !important;
    margin-left: 3% !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 7% 0 7%;
}
  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
  background-color: #fff;
      height: 65px;
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: #fff;
      height: 65px;
  }
  #mobile-head {
background: #92BFD4;
    width: 100%;
    height: 72px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -491px;
      background: #92BFD4;
      width: 100%;
      text-align: center;
      padding: 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 12px;
      margin: 0px;
    padding: 0 0 50px 0;
  }
  #global-nav ul li {
      width: 50%;
      float: left;
      position: static;
      padding: 4px 0px 4px 10px;
      text-align: left;
      color: #fff;
      border-bottom: 1px dotted #fff;
      height: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
      align-items: center; /* 縦方向中央揃え */
      -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
      justify-content: center; /* 横方向中央揃え */
      font-size: 15px;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 8px 0;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
    z-index: 99;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
#nav-toggle {
    display: block;
    position: absolute;
    right: 34px;
    top: 15px;
    width: 50px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.tgtxt {
    text-align: center;
    top: 33px;
}
  .inner h1 {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
}
.adress {
    font-size: 13px;
}
.voicetext1 {
    position: absolute;
    color: #000;
    top: 22%;
    left: 29%;
    font-size: 16px;
    width: 45%;
    text-align: left;
}
.voicetext2 {
position: absolute;
    color: #000;
    top: 53%;
    left: 30%;
    font-size: 16px;
    width: 45%;
    text-align: left;
}
.menu-btn {
    position: fixed;
    top: 32px;
    right: 39px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
}




/*--------------------------------------------------------------
## スマホフッダー
--------------------------------------------------------------*/
#foot-menu {
  width: 100%;
  background-color: #92BFD4;
}
#foot-menu .inner {
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}
#foot-menu .inner ul {
  overflow: hidden;
  border-right: none;
      margin: 0px;
    padding: 0px;
    list-style: none;
    border-right: 1px solid #FFD9EC;
}
#foot-menu .inner ul li.list1, #foot-menu .inner ul li.list2 {
  border-top: none;
}
#foot-menu .inner ul li {
  border-top: 1px solid #454545;
  float: left;
  border-left: none;
  width: 50%;
}
#foot-menu .inner ul li.list2 a, #foot-menu .inner ul li.list2 span {
  border-right: 1px solid #454545;
}
#foot-menu .inner ul li a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.site-info {
    text-align: center;
    padding: 10px 0;
    background-color: #a37e6f;
    color: #fff;
    border-top: 1px solid #fff;
    padding-bottom: 40px;
}
#nav-toggle img {
    max-height: 65px;
}
/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
.voiceph {
    width: 50%;
    float: left;
    margin-right: 3%;
}
.voiceph img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 2%;
}
.voicebox {
	clear: both;
	margin: 3%;
}
.staffblogbox {
    clear: both;
}
.staffblogimg {
width: 30%;
    float: left;
    margin-right: 2%;
}
.staffblogimg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    float: left;
    margin-right: 2%;
}
span.blogdate {
    color: #fff;
    background-color: #92bfd4;
    padding: 2px 5px;
}
.tblotitle {
    margin: 2% 0;
    overflow: hidden;
    height: 26px;
}
.insidebox {
	margin: 0;
}

#content {
    max-width: 1000px;
    margin: 0 auto;
}
.footspace {
    background-color: #faf9f8;
    padding: 40px 10px;
}
.topinner {
    max-width: 700px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
}
.ninkititle {
    margin-bottom: 20px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.voicekobatsu {
width: 46%;
    float: left;
    margin: 0 2%;
}
ul.qalist {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.qalist li {
    background: url(images/q.jpg) no-repeat;
    line-height: 2;
    padding: 20px 0;
    margin-right: 2%;
    border-top: 1px dotted #000;
}
ul.qalist a {
    font-size: 20px;
}
ul.qalist li p {
    margin: 0;
}
.sblogk {
width: 100%;
    clear: both;
    margin-bottom: 2%;
}
.sblogk p {
    font-size: 19px;
}
#content h1.entry-title {
font-weight: bold;
    font-size: 30px;
    color: #000;
    border-bottom: 1px solid;
}
.site-maininside h2 {
background: #a37e6f;
position: relative;
    border: none;
    font-size: 23px;
    padding: 1em 1.1em;
    margin-top: 2.1em;
    margin-bottom: 1em;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.25) inset;
    line-height: 1.4em;
    font-weight: bold;
	}
.site-maininside h2:before, .site-maininside h2:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    border-top: 1px dashed;
}
.site-maininside h2:after {
    bottom: 3px;
    left: 0;
}
.site-maininside h2:before {
    top: 3px;
    left: 0;
}
h3 {
    border-top: 1px solid #a37e6f;
    border-bottom: 1px solid #a37e6f;
    padding: 10px 0;
}
.site-maininside h4 {
	border-bottom: 1px dotted #a37e6f;
	color: #a37e6f;
	font-size: 20px;
	line-height: 30px;
    padding: 10px 0;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.site-maininside h5 {
	border-left: 10px solid #a37e6f;
	color: #000;
	font-size: 18px;
	line-height: 27px;
	padding: 10px 20px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.site-maininside h6 {
	border-bottom: 1px dotted #333333;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	}
.site-maininside {
    margin: 0;
}

.fl_ri {
float: right;
}
h2.entry-title {
padding: 2% 0;
    font-size: 30px;
    color: #5799BD;
    background: url(images/titleback.jpg) repeat-x;
    text-align: center;
}
ul.qalistpage {
    list-style: none;
    padding:0;
    margin: 0;
}
.qainside {
    padding: 20px 0;
    margin-top: -90px;
    padding-top: 90px;
}
#qa {
    margin: 0 2%;
}
.moreqa {
padding: 0 0 40px 0;
float: right;
}
.stvoiceiimg img {
    width: 25%;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 2%;
    margin-bottom: 5%;
}
.staff_l {
    width: 50%;
    margin-right: 5%;
    float: left;
    text-align: center;
}
.VideoWrapper {
    margin-top: 10%;
}
p.subcaption {
    text-align: left;
    font-size: 15px;
}
.subimg {
    margin: 10% 0;
}
.subimg img {
    float: left;
    width: 50%;
    height: 180px;
    margin-right: 2%;
    object-fit: cover;
}
.staff_r {
    width: 45%;
    float: left;
}
#staff h3 {
font-size: 20px;
    font-weight: normal;
    margin: 30px 0 10px 0;
    border-bottom: 1px dotted #333;
    font-family: 'Quicksand', sans-serif;
}
.staff_r p {
    margin: 0;
    line-height: 1.5;
}
.staff_r h4 {
    margin: 10px 0 0 0;
    line-height: 2;
}
.stname {
font-size: 30px;
}
footer#colophon {
    padding-top: 80px;
}
div#staff {
    margin: 0 2%;
}
.reservation_btn {
    margin: 10px 0;
}
.social_btn img {
    max-width: 23%;
}
.reservation_btn img {
    max-width: 48%;
}
.staffichiran {
    width: 29%;
    margin: 10px 2%;
    float: left;
    min-height: 435px;
}
.stiimg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.stnameb {
    font-size: 20px;
    font-weight: bold;
}
.stnameb a {
    text-decoration: none;
    color: #404040;
}
.stnameb a:hover {
    text-decoration: underline;
}
.insidetext h2 {
    position: absolute;
    color: #cd0102;
    top: 32%;
    left: 2%;
    font-size: 30px;
}
.insidetext {
    position: relative;
}
.insidetext img {
    width: 100%;
}
.wp-pagenavi {
    text-align: center;
    padding-top: 5%;
}
#topcontent h2 {
    text-align: center;
    margin-top: 50px;
}
ul.topmenu {
    list-style: none;
    margin: 0 0 5% 0;
    padding: 0;
}
ul.topmenu li {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 6%;
}
.menutitle {
color: #5B001E;
font-weight: bold;
text-align: center;
}
.topmenu p {
    margin: 0;
    height: 40px;
}
.topvoice {
position: relative;
text-align: center;    
}
.top_bot {
    width: 46%;
    float: left;
    margin: 3% 2%;
}
.top_botb {
    width: 46%;
    float: left;
    margin: 3% 2%;
}
.pageup {
    background: url(images/pageup_back.jpg) repeat-x;
    margin: 0;
    padding: 0;
    height: 98px;
    text-align: center;
}
.title img {
    height: auto;
    max-width: 100%;
    max-height: 76px;
}
.topimg {
    text-align: center;
        line-height: 0;
}
.topimg img {
    width: 100%;
}

.taxonomies-news-category p a {
    color: #fff;
    text-decoration: none;
}
#taxonomies {
    margin-bottom: 5%;
}
.taxonomies-news-category p {
    border-radius: 10px;
    background-color: #92bfd4;
    width: 31%;
    color: #fff;
    padding: 1.5%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
    margin-bottom: 1%;
    margin-top: 1%;
}
.footmap {
	text-align: center;
	margin: 5% 0 10% 0;
}
.footlogo {
	text-align: center;
}
.footlogo img {
    margin-bottom: 2%;
}
li.prev {
    float: right;
    list-style: none;
    width: 47%;
    text-align: right;
    font-size: 14px;
        background-color: #CCC;
    padding: 10px;
    line-height: 20px;
}
li.next {
    float: left;
    list-style: none;
    width: 47%;
    font-size: 14px;
        background-color: #CCC;
    padding: 10px;
    line-height: 20px;
}
ul#pagination {
    padding: 0;
    margin: 0;
}
.blogcpbn {
    border-top: 1px dotted #CCC;
    padding-top: 20px;
}
.messe_photo {
    float: left;
    margin-right: 2%;
}
.messe_sign {
    float: right;
    margin-top: 2%;
}
.ow_title {
font-size: 30px;
margin: 2% 0;
}
.ow_photo {
    float: left;
    margin-right: 2%;
}
.ow_text {
}
.me_text {
font-size: 20px;
text-align: center;
}
.yo_bn img {
  width: 100%;
  }
.black {
      color: #fff;
      background: #000;
}
.required {
    color: #f00;
}  
/* --- お問い合わせフォームのカスタマイズ --- */
/* 入力部分 */
.wpcf7 select, input[type="email"], input[type="text"], textarea {
width: 96%; /* 最大の幅 */
font-size: 100%; /* フォントの大きさ */
padding: 0.5em; /* 文字と入力枠の間の余白（0.5文字を指定）*/
border: 1px solid #ccc; /* 枠の指定 */
border-radius: 4px; /* コーナーを微妙に丸く */
}
/* 送信ボタン */
input[type="submit"] {
width: 270px; /* ボタンの幅 */
font-size: 18px; /* フォントの大きさ */
font-weight: bold; /* 太文字 */
text-align: center; /* 位置を中央に */
text-decoration:none; /* 文字の下線は消す */
color: #ffffff; /* 文字色 */
background: #49a9d4; /* ボタンの背景色 */
padding: 10px 40px; /* ボタンの余白 */
border-radius: 5px; /* ボタンの角を丸く */
border: 0; /* ボタンの枠線を消す */
border-bottom : 1px solid #757575 ; /* 下部にだけ1pxの線を引く */
}
.wpcf7 input[type="submit"]:hover {
opacity: 0.5; /* マウスオンで半透明にする */
}
.form_inq {
padding: 2% 0 2% 4%;
background-color: #f1f4f9;
border-radius: 1%;
margin-top: 5%;
border: 1px solid #ccc;
}
blockquote {
    position: relative;
    font-size: 19px;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #fee2f0;
    color: #777777;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #777777;
    font-size: 28px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

  
/*--------------------------------------------------------------
## PCヘッダー
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
// 通常のデスクトップに適用したいスタイル //
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
      height: 80px;
    background-color: #fff;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: #fff;
  }

  #mobile-head {
    float: right;
    background: #92BFD4;
    width: 240px;
    height: auto;
    z-index: 999;
    position: relative;
}
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -548px;
      background: #92BFD4;
      width: 100%;
      text-align: center;
      padding: 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 12px;
      margin: 0px;
    padding: 0 0 50px 0;
  }
  #global-nav ul li {
width: 50%;
      float: left;
      position: static;
      padding: 4px 0px 4px 10px;
      text-align: left;
      color: #fff;
      border-bottom: 1px dotted #fff;
      height: 60px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
      align-items: center; /* 縦方向中央揃え */
      -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
      justify-content: center; /* 横方向中央揃え */
      font-size: 15px;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 10px 0;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(628px);
      -webkit-transform: translateY(628px);
      transform: translateY(628px);
    z-index: 99;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #top-head .title {
   float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    clear: none;
    background-color: #fff;
    height: 80px;
    text-align: center;
}
  #top-head title img {
    max-height: 76px;
}
.title p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1;
}
#nav-toggle img {
    max-height: 76px;
}
#foot-menu .inner ul li {
    border-top: 1px solid #fff;
    float: left;
    border-left: none;
    width: 50%;
}
.foottext p {
    font-size: 25px;
        margin: 0;
}
.footinfo {
text-align: center;
}
.inquiry {
    width: 500px;
}
.foottext {

}
.adress {
    font-size: 20px;
}
ul.topmenu li {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
.voicetext1 {
position: absolute;
    color: #000;
    top: 26%;
    left: 29%;
    font-size: 14px;
    width: 46%;
    text-align: left;
}
.voicetext2 {
position: absolute;
    color: #000;
    top: 53%;
    left: 30%;
    font-size: 14px;
    width: 46%;
    text-align: left;
}
.footbtn {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.menu-btn {
position: fixed;
    top: 32px;
    right: 24px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
ul.gallerylist img {
    width: 18%;
    margin: 1%;
    float: left;
    height: 250px;
    object-fit: cover;
}
}


/*------------スマホ用------------------*/
@media screen and (max-width: 480px) {
  .topimg {
        line-height: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 3% 0 3%;
}
.entry-content-a {
	margin: 1.5em 0 0 0;
}
.headmenu01 img {
    height: 55px;
    width: 55px;
}
.headmenu01 {
padding-top: 4px;
    width: 60px;
    float: left;
    background: #fff;
    height: 65px;
    text-align: center;
}

#mobile-head {
float: right;
    background: #92BFD4;
    width: 180px;
    height: 60px;
    z-index: 999;
    position: relative;
}
.title {
float: left;
    margin: 0;
    padding: 7px 0 0 0;
    width: 43%;
    clear: none;
    background-color: #fff;
    height: 65px;
    text-align: center;
}
.title p {
    margin: 0;
    color: #000;
    font-size: 11px;
    line-height: 1;
}
/* トップページ設定 */
.voicebox {
    clear: both;
    margin: 5%;
}
.voicekobatsu {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 10%;
}
ul.qalist li {
    background: url(images/q.jpg) no-repeat;
    line-height: 2;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    float: none;
}
.sblogk {
    width: 100%;
    float: none;
    margin-right: 0;
        clear: both;
    margin-bottom: 5%;
}
#content {
    padding-top: 100px;
}
.foottext {
    text-align: center;
}
.adress {
    font-size: 15px;
}
.inquiry {
    width: 300px;
}
.voicekobatsu p {
    margin: 0;
}
.stvoiceiimg img {
    width: 40%;
    height: 150px;
    object-fit: cover;
    float: left;
    margin-right: 2%;
    margin-bottom: 5%;
}
.stvoice p {
    font-size: 10px;
}
.staff_l {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-top: 0;
    text-align: center;
}
.staff_r {
    width: 100%;
    float: none;
}
.staffichiran {
    width: 46%;
    margin: 10px 2%;
    float: left;
}
.stiimg img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.insidetext h2 {
    position: absolute;
    color: #cd0102;
    top: 20%;
    left: 2%;
    font-size: 18px;
    text-shadow: 0px 2px 2px #fff;
}
.staffblogimg {
    width: 35%;
    float: left;
    margin-right: 2%;
}
.staffblogimg img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    float: left;
    margin-right: 2%;
}
.sblogk p {
    font-size: 10px;
    margin-top: 0px;
}
.voicetext1 {
    position: absolute;
    color: #000;
    top: 23%;
    line-height: 1.2;
    left: 27%;
    font-size: 8px;
    width: 51%;
    text-align: left;
}
.voicetext2 {
    position: absolute;
    color: #000;
    top: 52%;
    line-height: 1.2;
    left: 28%;
    font-size: 8px;
    width: 51%;
    text-align: left;
}
.footbtn {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.taxonomies-news-category p {
    border-radius: 10px;
    background-color: #92bfd4;
    width: 48%;
    color: #fff;
    padding: 1.5%;
    margin-right: 2%;
    margin-left: 0;
    float: left;
    margin-bottom: 1%;
    margin-top: 1%;
}
.fea_box p {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.messe_sign {
    float: none;
    text-align: center;
}
.yo_bn img {
    width: 220px;
}
.ow_photo {
    float: none;
    text-align: center;
    margin: 0;
}
.messe_photo {
    float: none;
    margin: 0;
    text-align: center;
}
.messe_sign img {
    width: 70%;
}
#nav-toggle {
    display: block;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.tgtxt {
    top: 30px;
    text-align: center;
    font-size: 15px;
}
.menu-btn {
    position: fixed;
    top: 23px;
    right: 15px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
ul.gallerylist img {
    width: 48%;
    margin: 1%;
    float: left;
    height: 215px;
    object-fit: cover;
}
}

/*-----------トグルボタンのCSS-------------*/
 

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

/*-----------スタイルページ共通のCSS-------------*/
.staffimage {
    width: 40%;
    float: left;
    margin-right: 5%;
}
.staffinfo {
    float: left;
    width: 50%;
}
ul.gallerylist {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.thumbnails img {
    width: 28%;
    margin: 0 1%;
    float: left;
}
#style-gallery #taxonomies {
    border: 1px solid #5799bd;
    background-color: #fff;
    padding: 5%;
    font-size: 14px;
}
#style-gallery #taxonomies p {
    float: left;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    width: 100%;
}
#style-gallery input[type="submit"] {
    width: 190px;
    margin-top: 15px;
}
#style-gallery #taxonomies a.current,
#style-gallery #taxonomies a:hover {
    color: #95BF97;
    background-color: #e7f2f6;
}
#style-gallery #taxonomies a {
	color: #000;
	text-decoration:none;
	margin: 0 4px 0 0;
		display: table-cell;
	vertical-align: middle;
	height: 30px;
	width: 220px;
	overflow: hidden;
}
#taxonomies h4 {
    padding: 2% 5%;
    background-color: #5799bd;
    color: #fff;
    width: 100%;
}
#taxonomies h3 {
    font-family: 'Quicksand', sans-serif;
    border-left: 10px solid #92BFD4;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 0px;
    border-top: none;
    border-bottom: none;
}
#staff h3.gasititle {
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 1% 2%;
    margin: 2% 0;
    font-family: 'Crimson Text', "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.staff_r dt {
    font-size: 14px;
    color: #000;
    padding: 1% 2%;
    margin: 0 0 2% 0;
    font-weight: normal;
    background-color: #eee;
}
.staff_r dd {
    margin: 0 0 5% 0;
}
.staffinfo h5 {
    font-size: 14px;
    color: #000;
    padding: 1% 2%;
    margin: 0 0 5% 0;
    font-weight: normal;
    background-color: #eee;
}

/*------------スタイルページPC用------------------*/
@media screen and (min-width:768px) {
#style-gallery #taxonomies div {
	float: left;
	width: 31%;
    margin-right: 2%;
}
#style-gallery #taxonomies a span {
	display: block;
	margin-left: 20px;
	vertical-align:middle;
	    color: #000;
}
.stylelist li {

}
.stylelist li img {
    width: 31%;
    margin: 1%;
    float: left;
    height: 250px;
    object-fit: cover;
}
ul.stylelist {
    list-style: none;
    width: 768px;
    margin: 5% 0;
    padding: 0;
}
.staff_l .mainImage img {
    padding-top: 35px;
}
}
/*------------スタイルページスマホ用------------------*/
@media screen and (max-width: 480px) {
#style-gallery #taxonomies div {
    width: 100%;
}
#style-gallery #taxonomies div {
	width: 100%;
}
#style-gallery #taxonomies a span {
	display: block;
	margin-left: 20px;
	vertical-align:middle;
	    color: #000;
}
.stylelist li img {
    width: 48%;
    margin: 1%;
    float: left;
    height: 180px;
    object-fit: cover;
}
ul.stylelist {
    list-style: none;
    width: 100%;
    margin: 5% 0;
    padding: 0;
}
}
/*------------サロンページPC用------------------*/
@media screen and (min-width:768px) {
.staff_salon li {
    float: left;
    width: 31%;
    margin: 1%;
}
ul.salolist li {
    width: 48%;
    float: left;
    margin: 0 1% 3% 1%;
}
.staff_salon li img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
}
/*------------サロンページスマホ用------------------*/
@media screen and (max-width: 480px) {
.staff_salon li {
    float: left;
    width: 48%;
    margin: 1%;
}
ul.salolist li {
    width: 100%;
    margin-bottom: 10%;
}
.staff_salon li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
}
/*------------サロンページ共通------------------*/
.concept_r {
    margin-top: 7%;
}
.staff_salon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#salondetail h3 {
	border-bottom: 1px dotted #333333;
	color: #333333;
	font-size: 20px;
	line-height: 26px;
	padding: 10px 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}
.information table {
    background-color: #FFFFFF;
    width: 100%;
}
.information th {
    background-color: #cccccc1f;
    padding: 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.information td {
    padding: 10px 12px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    word-break: break-all;
}
.tableedge {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-collapse: separate;
}
.information h4 {
    font-size: 20px;
}
ul.salolist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.salolist img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.saliname {
	font-size: 20px;
    line-height: 2;
    margin-top: 3%;
}
ul.salolist p {
    margin: 0;
    padding: 0;
}
p.scheck {
    background: url(images/check.jpg) no-repeat 0;
    padding: 0 0 0 17px;
    line-height
}
p.scheck a {
    color: #000;
}

/*-----------スマホフッター固定のCSS-------------*/
.footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.footerFloatingMenu ul {
    list-style: none;
}
.footerFloatingMenu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 0;
    float: left;
}
.footerFloatingMenu li a {
    display: block;
    min-width: inherit;
    padding: 10px 5px 5px;
}
.footerFloatingMenu .item1 a {
    color: #fff;
    background: #3f2322;
    border: 1px solid #3f2322;
    height: 65px;
    padding-top: 13px;
    text-decoration: none;
}
.footerFloatingMenu .item2 a {
    color: #fff;
    background: #03b902;
    border: 1px solid #03b902;
    height: 65px;
    text-decoration: none;
    padding-top: 13px;
}


/*-----------クーポンページのCSS-------------*/
.coupon-list {
    display: table;
    width: 100%;
    border: solid #BFB9B0;
    border-width: 1px 1px 0 1px;
}
.couponinbox {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    width: 100%;
    padding: 15px 8px;
}
.coupontaisho {
color: #fff;
    background-color: #8b6f57;
    min-width: 80px;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    padding: 17px;
    text-align: center;
    margin-right: 5px;
    clear: both;
}
.menu_tab p {
    border-radius: 10px;
    background-color: #8B6F57;
    width: 23%;
    color: #fff;
    padding: 1.5%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    margin-bottom: 1%;
    margin-top: 1%;
}
.menu_tab p a {
color: #fff;
text-decoration: none;
}
.menu_tab {
    margin-bottom: 4%;
}
.qrcode {
    margin-bottom: 30px;
}
.coupon_image {
        max-width: 30%;
    float: right;
}
.c_m_ko2 {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 10px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    background-color: #EDE4D5;
    font-size: 20px;
}
.coupon_price {
    margin-bottom: 12px;
    color: #CC0000;
    overflow: hidden;
    font-weight: bold;
    font-size: 19px;
}
.coupon_detail h3 {
    color: #000;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    border: none;
}
.couponbx {
    border: solid 1px #ECE2D6;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.insidebodpa {
    padding: 15px;
}
.coupon_description {
    display: block;
    overflow: hidden;
    float: left;
    width: 67%;
    margin-bottom: 10px;
}
.coupon-explanation p {
    color: #333;
    font-size: .7em;
    line-height: 1.6;
}
.item-photo {
    text-align: center;
    width: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 5px;
}
ul.smacpsmal {
    clear: both;
    font-size: 15px;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: #F9F5EC;
}
ul.smacpsmal li {
    list-style: none;
}
.yukou {
    color: #CC4466;
}
.cpbtn {
    margin-top: 10px;
}
/*-----------クーポンページのCSS-------------*/
.coupon-list {
    display: table;
    width: 100%;
    border: solid #BFB9B0;
    border-width: 1px 1px 0 1px;
}
.couponinbox {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
    width: 100%;
    padding: 15px 8px;
}
.coupontaisho {
color: #fff;
    background-color: #8b6f57;
    min-width: 80px;
    height: auto;
    font-size: 25px;
    line-height: 30px;
    padding: 17px;
    text-align: center;
    margin-right: 5px;
    clear: both;
}
.menu_tab p {
    border-radius: 10px;
    background-color: #8B6F57;
    width: 23%;
    color: #fff;
    padding: 1.5%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    margin-bottom: 1%;
    margin-top: 1%;
}
.menu_tab p a {
color: #fff;
text-decoration: none;
}
.menu_tab {
    margin-bottom: 4%;
}
.qrcode {
    margin-bottom: 30px;
}
.coupon_image {
        max-width: 30%;
    float: right;
}
.c_m_ko2 {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 10px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    background-color: #EDE4D5;
    font-size: 20px;
}
.coupon_price {
    margin-bottom: 12px;
    color: #CC0000;
    overflow: hidden;
    font-weight: bold;
    font-size: 19px;
}
.coupon_detail h4 {
    color: #000;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 15px;
    border: none;
}
.couponbx {
    border: solid 1px #ECE2D6;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.insidebodpa {
    padding: 15px;
}
.coupon_description {
    display: block;
    overflow: hidden;
    float: left;
    width: 67%;
    margin-bottom: 10px;
}
.coupon-explanation p {
    color: #333;
    font-size: .7em;
    line-height: 1.6;
}
.item-photo {
    text-align: center;
    width: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 5px;
}
ul.smacpsmal {
    clear: both;
    font-size: 15px;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: #F9F5EC;
}
ul.smacpsmal li {
    list-style: none;
}
.yukou {
    color: #CC4466;
}
.cpbtn {
    margin-top: 10px;
}
/*------------ブログページレイアウト変更------------------*/
@media screen and (min-width:768px) {
.newsallimg {
    position: relative;
    height: 200px;
    overflow: hidden;
    width: 30%;
    display: inline-block;
}
.toukonews {
width: 65%;
    float: right;
    margin: 0 20px 0 0;
}
.newsall {
    width: 100%;
    clear: both;
    padding: 5% 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
}
@media screen and (max-width: 480px) {
.newsallimg img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.newsallimg {
    float: left;
    width: 40%;
}
.toukonews {
    width: 56%;
    float: left;
    margin-left: 4%;
}
.newsall {
    width: 100%;
    clear: both;
    padding: 5% 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
}
.toukoutitleb {
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -.003em;
    line-height: 1.58;
    margin-top: 10px;
}
.toukoutitleb a {
	text-decoration: none;
	color: #92bfd4;
}
.clearwppn {
    clear: both;
    padding: 5% 0;
}
.voicetext {
	text-align: left;
    font-size: 21px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -.003em;
    line-height: 1.8;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    font-family: Hiragino Mincho ProN !important;
}
.red {
    color: #cc0001;
}
a img {
outline:none;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}

/*------------top PC用------------------*/
@media screen and (min-width:768px) {
.resbox {
margin: 0;
}
.cpinfo {
box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    width: 500px;
    font-size: 20px;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #fff;
    border-radius: 15px;
}
p.nayami {
    font-size: 20px;
}
.featuretitle {
    color: #a37e6f;
        font-size: 40px;
        margin-top: 8%;
        letter-spacing: 2px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 5%;
}
.chebox ul,
.chebox ol {
background: #fffcf4;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 1.5em 0.5em 1.5em 2em;
    margin: 5% auto;
    text-align: left;
    width: 650px;
}
.chebox ul li:before {
font-family: "FontAwesome";
    content: "\f00c";
    position: relative;
    left: -1em;
    color: #ffb03f;
}
.chebox ul li,
.chebox ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 20px;
  list-style-type: none!important;
  font-weight: bold;
}
span.repeat {
    padding: 1rem 0;
    border-bottom: 6px double #000;
    font-size: 28px;
    font-weight: bold;
}
#topcontent h3 {
color: #a37e6f;
    text-align: center;
    border-top: none;
    border-bottom: 3px dotted #a37e6f;
    margin: 6% 0 3% 0;
    font-size: 25px;
}
.vpleft {
    float: left;
    margin-right: 3%;
}
.vpright {
    float: right;
    margin-left: 3%;
}
p.vbigtx {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #5799bd;
    margin: 4% 0 0 0;
}
.strole {
    font-size: 15px;
    color: #e17272;
}
p.stafdcm {
    margin: 0;
}
.cpttle {
    color: #333333;
    font-size: 25px;
    clear: both;
    font-weight: bold;
    line-height: 2;
}
.price {
    font-size: 30px;
}
.bigred {
    font-size: 50px;
    color: #FF0000;
}
.cpleft {
    font-size: 20px;
}
.cpno {
color: #fff;
    font-size: 40px;
    background-color: #5799bd;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    float: left;
    line-height: 1.55;
    margin: 0;
}
.resbn {
    width: 31%;
    float: left;
    margin: 1%;
}
.question {
    background: url(images/q.jpg) no-repeat 18px 50%;
    padding: 2% 2% 2% 60px;
    background-color: #f7f2f0;
    color: #5799bc;
    margin-bottom: 3%;
    font-size: 25px;
}
.answer {
    background: url(images/a.jpg) no-repeat 10px 8px;
    padding: 10px 0 0 50px;
    margin-bottom: 8%;
}
.l_fixed {
right: 10px;
    top: 48px;
    width: 90px;
    height: 90px;
}
.b_fixed {
right: 10px;
    top: 150px;
    width: 90px;
    height: 90px;
}
.h_fixed {
    right: 10px;
    top: 253px;
    width: 90px;
    height: 90px;
}
}
/*------------topスマホ用------------------*/
@media screen and (max-width: 480px) {
.l_fixed {
left: 8px;
    bottom: 10px;
    width: 90px;
    height: 90px;
}
.b_fixed {
    left: 100px;
    bottom: 10px;
    width: 90px;
    height: 90px;
}
.h_fixed {
   left: 192px;
    bottom: 10px;
    width: 90px;
    height: 90px;
}
.question {
    background: url(images/q.jpg) no-repeat 10px 50%;
    padding: 15px 10px 15px 50px;
    background-color: #f7f2f0;
    color: #5799bc;
    margin-bottom: 5%;
}
.answer {
    background: url(images/a.jpg) no-repeat 10px 8px;
    padding: 0 0 0 50px;
    margin-bottom: 8%;
    min-height: 40px;
}
.resbn {
    text-align: center;
    margin-bottom: 8%;
}
.cpinfo {
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%);
    width: 100%;
    font-size: 17px;
    margin: 0 auto 8% auto;
    padding: 2% 5%;
    background-color: #fff;
    border-radius: 15px;
}
.cpno {
    color: #fff;
    font-size: 30px;
    background-color: #5799bd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.4;
    margin: 2% auto;
}
.cpttle {
    color: #333333;
    font-size: 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.5;
}
.price {
    font-size: 20px;
}
.bigred {
    font-size: 40px;
    color: #FF0000;
}
p.stafdcm {
    margin: 0;
    font-size: 14px;
}
.strole {
    font-size: 14px;
    line-height: 20px;
    color: #e17272;
}
p.vbigtx {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #5799bd;
    margin: 4% 0 0 0;
}
span.repeat {
    border-bottom: 6px double #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 48px;
}
.featuretitle {
   color: #a37e6f;
        font-size: 30px;
        margin-top: 8%;
        letter-spacing: 2px;
        font-weight: bold;
        line-height: 1;
}
.chebox ul,
.chebox ol {
background: #fffcf4;
    border-radius: 8px;
    box-shadow: 0px 0px 5px silver;
    padding: 1em 0.5em 1em 2em;
    margin: 5% auto;
    text-align: left;
        font-size: 16px;
        font-weight: bold;
}
.chebox ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 1.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
.chebox ul li,
.chebox ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 5px;
  list-style-type: none!important;
}
p.nayami {
font-size: 18px;
}
p.nayami2 {
font-size: 16px;
text-align: left;
}
#topcontent h3 {
color: #8B6F57;
    text-align: center;
    border-top: none;
    border-bottom: 3px dotted #8B6F57;
    margin: 6% 0 5% 0;
}
}
/*-----------サイト独自のCSS-------------*/
.backblue {
background: #faf9f8;
    padding: 8% 0;
}
.l_fixed {
    position: fixed;
    z-index: 70;
}
.b_fixed {
    position: fixed;
    z-index: 70;
}
.h_fixed {
    position: fixed;
    z-index: 70;
}
.c_m_ko {
margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 10px;
    color: #000;
    text-align: left;
    white-space: nowrap;
    background-color: #DAEFF2;
    font-size: 17px;
}
.topcen {
 text-align: center;
}
.toppagemenu {
margin: 8% 0;
}
.foottext p {
    font-size: 25px;
    margin-bottom: 2%;
    font-weight: bold;
}
.stvoice {
    border-bottom: 1px dotted #000;
}
.yellow {
    background: linear-gradient(transparent 60%, #ffffa8 0%);
}
.campaign {
    margin: 6% auto;
    background-color: #a37e6f;
    padding: 12px;
    border-radius: 50px;
    max-width: 500px;
    font-weight: bold;
    text-align: center;
}
.campaign a {
    color: #fff;
    text-decoration: none;
}
#topcontent h2.topttl {
 color: #a37e6f;
 margin-top: 0px;
  text-align: center;
  padding: 0.5em;
  border: solid 1px #a37e6f;
  background: -webkit-repeating-linear-gradient(-45deg, #f7f2f0, #f7f2f0 3px,#f2ecea 3px, #f2ecea 7px);
  background: repeating-linear-gradient(-45deg, #f7f2f0, #f7f2f0 3px,#f2ecea 3px, #f2ecea 7px);
}
p.bigtx {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.voicebx {
    clear: both;
    margin-bottom: 8%;
}
.voicebx2 {
    clear: both;
}
.clearfix {
    clear: both;
}
.couponbox {
    border: 3px solid #DAEFF2;
    background-color: #fff;
    margin: 5% 0;
    padding: 2%;
    text-align: center;
}
.cptaisho {
text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #cd0102;
}
p.resev {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1% 0;
    color: #a37e6f;
}
p.resevb {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1% 0;
    color: #03B902;
}
p.resevc {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 1% 0;
    color: #8F3356;
}
.mvtop {
    margin: 8% 0 0 0;
}
.nondia {
    margin: 8% 0 0 0;
}
.smalltx {
	font-size: 17px;
}
/*-----------PCのみ改行→<br class="pc">・<br class="sp">スマホのみ改行→-------------*/
@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}
/*-----------枠線消し-------------*/
a img {
outline:none;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}