/*!
Theme Name: RONDO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rondo
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.

RONDO is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 auto;
}

/**
 * Render the `main` element consistently in IE.
 */
main {  
	display: block;
background-color: #fff;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  max-width: 100%;
  height: auto;
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN" ,Meiryo ,sans-serif;
	font-size: 1rem;
	line-height: 1.5;
  width: 100%;
}



.center{
  text-align: center;
}

.gyro{
	font-family: 'Times New Roman';
  font-weight: bold;
  letter-spacing: 0.1em;
}

.komoji{
  font-size: 12px!important;
}

.bold{
  font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Cochin','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}


h1,h2{

   font-size:20px;
   line-height: 1.6em;
text-align: center;
padding: 0;
margin: 0 0 40px 0;
}

h2{
  color: #222;
}

h4{
  margin: 8px;
  font-weight: bold;

}

h3,
h5, .page-main h2
{
  font-size: 18px;
sans-serif;
;
  clear: both;
  padding: 0;
margin: 5px 0;
letter-spacing:0.1em;
font-weight: bold;
}

h2#kinesis{
  font-size: 24px!important;
}

.page-main h2{
 text-align: left;
}

h6{
   font-family: "Yu Mincho", "YuMincho",  serif;
  font-size: 11px;ß
}


p {
	margin: 8px 2px;
  font-family: 'Cochin','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 
sans-serif;
  letter-spacing: 0.16em;
  line-height: 1.8em;
    word-break: break-all
}

span.p18{
	font-size: 18px;
}
.page-main p{
  font-size: 14px;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background:#fff;
	width: 100%!important;
	padding: 0;
	margin: 0!important;
}

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



ul {
	list-style: none;
	padding: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 auto;
	width: 90%;
  border-spacing: 0;
      border-collapse: collapse;

}

tbody{
 
}

tr,td{

    padding: 5px;
    margin: 0;
}

@media screen and (max-width:680px) {
table {
  width: 100%;
}
}





/* Links
--------------------------------------------- */
a {
	color: #333;
	text-decoration:none;
}



a:hover,
a:focus,
a:active {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 200px;
	border-radius: 5px;
	background: #e3bfc9;
	color: #333;
	line-height: 1;
	padding: 12px;
  border: 1px solid #ccc;
}

input[type="submit"]:before{
position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #222;
  border-radius: 5px;
}


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: none;
	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: #666;
}

select {
  margin: 0;
  padding: 4px;
	border: none;
}

textarea {
	max-width: 800px;
  max-height: 400px;
  border: 3px solid #eee;
}



/*--------------------------------------------------------------
# button 
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}




a.blogall{
  background: #f1dfe4;
  border-radius: 5px;
  width: 96px;
  padding: 12px 16px;
  font-size: 16px;
  position: relative;
  left: 88%;
  top: 8px;
overflow: hidden;
}




a.blogall:before {
  position: absolute;
  top: -4px;
  left: -4px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #222;
  border-radius: 5px;
}

 a.blogall:hover {
padding: 12px 16px;
}

 a.blogall:hover:before {
  top: 0;
  left: 0;
}



/*readmore*/

a.readmore {
  margin-top: 8px;
  border-radius: 0;
  padding-top: 1em;

}


a.readmore p{
  margin: 0;
}

a.readmore:before,
a.readmore:after {
  position: absolute;
  width: 100%;
  height: 2px;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #222;
}

a.readmore:before {
  top: 0;
  left: 0;
}

a.readmore:after {
  right: 0;
  bottom: 0;
}

a.readmore:hover:before,
a.readmore:hover:after {
  width: 0;
}


a.btn-border-shadow {
	font-family: 'Cochin','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 14px;
  position: relative;
  left:8px;
  margin: 24px 0;
  padding: calc(1.1rem - 10px) 3rem 0.8rem;
  background: #e3bfc9;
}

#top a.btn-border-shadow,#gyrotonic a.btn-border-shadow{
    background: #fff!important;
}


a.btn-border-shadow:before {
  position: absolute;
  top: -4px;
  left: -4px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1.5px solid #222;
  border-radius: 5px;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}


/*pair-page*/
a.detail ,a.detail:hover{
  padding: 6px 8px;
margin: 0 4px;
font-size: 14px;
}


a.detail:before{
  border: 1px solid #222;
}  


/*contact*/

.c2{
  text-align: left!important;
}

a.btn-custom01,a.btn-custom02 {
  margin-bottom: 2.2rem;
  padding: 0;
  border-radius: 0.5rem;
  color: #fff;
}

a.btn-custom01:before,a.btn-custom02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 1px solid #222;
  border-radius: inherit;
  background: #9e2638;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

.btn-custom01-front,.btn-custom02-front {
  position: relative;
  display: block;
  padding: 0.5rem 3rem 0.5rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #222;
  border-radius: inherit;
  background: #b0273c;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover,a.btn-custom02:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #b0273c;
}

a.btn-custom01:hover:before,a.btn-custom02:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:hover:after,a.btn-custom02:hover:after {
  content: "\f2b6";
}

a.btn-custom01:active,a.btn-custom02:active  {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before,a.btn-custom02:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active:after {
  content: "\f2b6";
}

/*booking*/
a.btn-custom02:before {
  background: #9e2638;
}

a.btn-custom02:after {
  position: absolute;
  top: calc(50% - 1rem);
  left: 4px;
  color:#b0273c;
}

.btn-custom02-front {
  background: #b0273c;
  padding: 4px 32px;
  min-width: 240px;
}

.btn-custom02 p{
  line-height: 0.6em;
  margin: 8px 0 0 0;
}

.btnoste:before {

}

.btnoste:after {

}


.btnoste-front{

}

.booking2 a{
  color: #fff;
}


a.bookbtn{
    min-width: 240px;
background-color: #006aff;
color: white; 
 border-radius: 5px;
  font-weight: bold;
  cursor: pointer; 
  display: inline-block;
}

.bookline{
  width: 51px;
  height: 51px;
  padding: 0;
  line-height: 1!important;
    font-weight: bold;
  color: #fff;
background-color:  #00b900;
}

.bookline .fa-line{
  font-size: 3em;
  position: absolute;
  top: 4px;
  left: 4px;
}

.bookbtn,.bookline:hover{
  color: #ccc;
}


.grouplink-text{
  text-align: left;
margin-left: auto;
margin-right: auto;
width: 250px;
padding: 8px;
  border: 3px solid #ccc;
  border-radius: 20px;
}

/*SNS*/
a.btn-sns {
  font-size: 1.5rem;
  line-height: 30px;
  width: 32px;
  height: 32px;
  padding: 0;
margin: 0 4px;
  letter-spacing: 0;
  color: #666;
  border-radius: 50%;
}

a.btn-sns:hover {
  color: #ccc;
}

a.btn-sns--instagram, .btn-sns--line{
  background: #666;

}



.omt_link a{
  background: #c4ded8;
}


/*--------------------------------------------------------------
# pankuzu
--------------------------------------------------------------*/
.breadcrumb-container a{
  margin: 2px!important;
}

.breadcrumb-container.theme1 a{
  padding: 0!important;
  margin: 0!important;
}
.breadcrumb-container ol{
margin-top: 56px;
padding: 2px;
}


/* scroll
--------------------------------------------- */

.container1{
  max-width: 100%;
  margin: auto;

}
.row1{
}
.box1{
  width: 95%;
  height: 90vh;
  margin: auto;
  opacity: 0.8;
  background-color: #ccc;
  z-index: 999;
}

/*--------------------------------------------------------------
# mainLayouts
--------------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }



#top {
  max-width: 1700px;
  height: 100vh;
       background-image: url(../rondo/images/topimg.jpg)!important;
       background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}




main.site-main{
max-width: 1680px;
margin: 0 auto;
}

/*news*/

.news{
	display: flex;
	margin:0 24px;
	flex-grow: 3em;
}

#h2news{
  font-size: 12px;
     line-height: 1em;
text-align: left;
   padding-top:18px;
}


.news-title{

color: #666;
padding-top: 2px;
}



div.news-content{
padding: 0;
}

.news-content ul {
padding: 0;
  margin:22px 0 4px 4px;
}

.news-content ul li a{
margin: 0;
padding: 0;
}




/*about*/
h2.toptitle{
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #b52b3e;
}

.about{
  width: 95%;
  height: 100vh;
  margin: auto;
  opacity: 0.8;
  background-color: #eee;
  z-index: 3;
	padding: 16px 4px 24px 4px;
    text-align: center;
}

.top-logo{
width: 152px;
margin: 0;
}


.about-text{
margin-top: 96px;
  padding: 0 8px;
}



.about-text p{
  line-height: 1.8em;
}





.about p{
line-height: 2em;
}

/*top*/
.rondo{
	background: radial-gradient( rgb(253, 227, 234) ,rgb(254, 253, 245),rgb(255, 255, 255));
  padding:40px 24px;

}

.rondo-text{
  margin-bottom: 48px;
}

.rondo-text h3{
color: #661;
}


.rondo-text p{
  font-size: 14px;
}

/*menu*/

#allmenu{
  margin-top:40px;

}

.menu1{
    min-height: 50vh;
}




#menu ul{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-items: center;
   padding: 1px;
   margin: 0 4px ;
}

#menu li{
  width: 48%;
  max-width: 320px;
  height: auto;

}


.menu-content{
  width: auto;
  height: 80%;
  margin:0 8px auto;
  position: relative;
  overflow: hidden;
}
.menu-content img{
max-width: 200px;
object-fit: cover;
max-width: 300px;
height: 400px;
object-position: 138% 100%;
border-radius: 5px;
}
/*スクロール*/




#menu h3,.menu-link h3{
  font-size: 20px;
  position: absolute;
  top: 64%;
left: 20%;
  margin: auto;
  color: #b0273c;
z-index: 1;
background: #eee;
padding: 4px 12px;
border: 1.5px solid #b0273c;
border-radius: 5px;

}

/*スクロール*/
ul.yoko-slider {
  overflow-x: auto;
  white-space: nowrap;
  background-color: #eee;
  padding: 16px 8px;
  margin: 0;
}

li.slider-list {
  display: inline-block;
  width: 44%;
  max-width: 280px;
  height: 320px;
  margin: 0 2px;
  background-color: #fff;

    border-radius: 5px;
    padding: 2px;
}

li.slider-list figure{
  margin: 12px  2px 0 2px;
}

li.slider-list img{
 height: 148px;
 width: 360px;
 max-width: 100%;
 object-fit: cover;
}

.slider-box{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.slider-text{
  white-space:normal;
}

.slider-text p{
  font-size: 12px;
  margin: 2px 8px;
}

h3.slider-title{
  color: #b0273c;
    font-size: 20px;
    margin: 2px;
}




/*gyrotonic*/
#gyrotonic{
  background-image: url(../rondo/images/topimg.jpg);
     background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  width: 100%;
  max-height: 70vh;
  background-color: #eee;

}

.back{
    width: 98%;
  height: 64vh;
  margin: auto;
  opacity: 0.9;
  background-color: #eee;
  z-index: 3;
  padding: 20px 4px;
}

#gyrotonic h2{
  margin: 0;
  color: #222;
}

#gyrotonic p{
  color: #222;
  font-size: 14px;
}

p.kasen-anime{
  margin-top: 8px;
}



.kasen-anime-visible {
    animation: underLine 1s ease 0.5s forwards;
}




/*sub*/
.flex-center{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}


.sub_topic{
	display: flex;
	justify-content: space-around;
	align-content: center;
  align-items: center;
	margin: 0px;
  max-width: 1680px;
	   	height:auto;

}
.test123{
  width: 100%;
}

.news_thumbnail,.news_1{
  position: absolute;
}

.news_thumbnail{
    bottom: 0;
z-index: 0;
box-sizing: border-box;
display: flex;
align-items: center;
}

.icatch{
  object-fit: cover;
width: 680px;
box-sizing: border-box;
opacity: 80%;
z-index: 0;
}

.news_1{
  bottom: 20px;
  font-size: 28px;
  z-index: 2;
text-shadow: 1px 1px 6px #333;
max-width: 100%;
padding: 12px;
color: #fff;
  box-sizing: border-box;
}

.reccomend_1{
  color: #fff;
  text-shadow: 1px 1px 2px #fff;
}











@media screen and (min-width:769px) and (max-width:1050px) {
.icatch{
  width: 478px;
  z-index: 0;
}


back{
  height: 60vh;
}

}




@media screen and (min-width:769px) {

}


@media screen and (max-width:768px) {
.top-logo{
margin: 8px;
}

#topmobile img{

}

.topmoji{
  font-size: 18px;
top: 7.8%;
}

a.blogall{
left: 70%;
}



.menu ul{
	flex-wrap: wrap;
}

.menu li{
	margin:3%;
	width: 42%;
}

#menu h3{
  top: 50%;
  left: 4%;
}



.sub_topic{
	flex-wrap: wrap;
	height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.subtopic{
  width: 100%;
}

.flex-center{
flex-wrap: wrap;
}

.flex-pic {
  height: 120px;
  width: 320px;

}

element.style{
  box-sizing: inherit;
}


/*~2025.03*/

#menu li{
  width: 100%;
  max-width: 480px;
  margin: 2px;
  height: auto;

}


.menu-content img{
max-width: 600px;
width: 100%;
object-fit: 80% 50%;
height: 180px;
}




}

@media screen and (max-width:400px) {
  .sub2{
    height: 200px;
  }

.icatch{
  width: 230px;
}


}

/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/

.flexbox{
  min-height: 100vh;
display: flex;
max-width: 1680px;
margin: 0 auto;
}

.side_wrap{
 top: 0;
  position: sticky;
width: auto;
min-width: 200px;
background-color:#fff;
}


#sidebar_menu{
   top: 0;
   height: 100%;
  padding:56px 4px 0 16px ;
  overflow: auto;
}


#sidebar_menu ul{
display: block;
margin: 0;
font-size: 14px;
font-family: "Yu Mincho", "YuMincho";
line-height: 1em;
letter-spacing:0.1em;
}

#sidebar_menu ul li{
margin: 20px 0;
	}

#sidebar_menu ul p.menu-title{
  color: #b52b3e;
  text-align: left;
  margin:0 2px;
  line-height: 1.2em;
}

#sidebar_menu ul.sidesub a{
	color: #222;
}

#sidebar_menu ul.sidesub a:hover{
  color: #ccc;
}

#sidebar_menu hr{
  margin: 12px 8px 12px 0;
}

@media screen and (max-width:768px) {


.side_wrap {
display: none;
}
#sidebar_menu{
	display: none;
}


}


/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.archive-main{
  margin:24px 8px; 
}

.archive-main ul{
  display:flex;
}

.archive-main li{
  background-color:#fff;
  border: 1px solid #ccc;
  margin: 8px;
  padding:24px;
    width: 48%;
    height: auto;
}


.news-page ul{
  margin: 5px auto;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.news-page ul li{
width: 23%;
margin: 4px;
padding: 4px;
border: 1px solid #ccc;

}

.news-page img{
  padding-top: 4px;
}

@media screen and (max-width:768px) {
.news-page ul li{
width: 48%;
}

}

/*--------------------------------------------------------------
# about page
--------------------------------------------------------------*/
.map1{
   position: relative;
   left: 8px;
}

div.map1 iframe{
max-width: 240px;
border-radius: 10px;

}


.postin h1{
  display: none;
}

.prof{

  max-width:320px ;
margin: 8px auto;
}





.about-menu ul{
  width: 100%;
  display: flex;
    justify-content: center;
    align-items: center;

}

.about-menu ul li{

  width: 48%;
  text-align: center;
  font-weight: bold;
}

.about-menu ul li a{
  color: #222;
}

.about-menu h5{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}


.about-staff{
  max-width: 100%;
}


.section.s_08{
margin: 40px 24px;
}

.s_08 .accordion_area {
  background-color: #e3bfc9;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s_08 .accordion_area .accordion_one._flex {
  width: 48%;
  margin:4px;
}
.s_08 .accordion_one .accordion_header {
  background-color:rgba(255,255,255,0.5); 
  padding: 4px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_08 .accordion_one .accordion_header_one {
  background-color:rgba(255,255,255,0.5); 
  padding: 12px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
}

.s_08 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_08 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.s_08 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_08 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before, .s_08 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #b0273c;
  border-radius: 10px;
  width: 20px;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_08 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 20px;
  top: -4px;
  left: 8px;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_08 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_08 .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
}
.s_08 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_08 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}


.accordion_header h3{
  padding: 4px 0 0 8px;
}

.accordion_header img{
  width: 90%;
  margin-left: 5%;
  padding: 4px;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  .s_08 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_08 .accordion_one .accordion_header_one {
    font-size: 18px;
  }
  .s_08 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -16px;
  }
}


@media screen and (max-width: 767px) {


.about-menu a,.about-menu a:hover{
padding: 8px 8px;

}



  .s_08 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 8px;
  }
  .s_08 .accordion_one .accordion_header_one {
    font-size: 16px;
  }

.acordion_area{
  flex-wrap: wrap;
}

.s_08 .accordion_area .accordion_one._flex{
  width: 100%;
  margin: 0 0 4px 0;
}

.s_08 .accordion_one .accordion_header .i_box {
top:94%;
}


}



@media screen and (max-width: 648px) {

.about-menu ul li h5{
  font-size: 14px;
}
}



/*--------------------------------------------------------------
# menu page
--------------------------------------------------------------*/
.menu-link{
  text-align: center;
  margin: 12px 0;
  padding-bottom: 12px;
}

.menu-link a.btn-border-shadow{
background: #eee;
}

.page-main .back{
  height: auto;
}


#h2lesson{
  font-size: 16px;
  text-shadow: none;
text-align: left;
   padding-top:0;
}

.page-main{
  width: 100%;
padding: 8px 4px 24px 4px;
}




price td
.lessond{

  margin: 8px 4px;
    padding: 20px 4px;
     border-radius: 0.5rem;
}

.lessond2{
  margin: 8px 4px;
    border: 1px solid #ccc;
    padding: 2px;
 
}

section.lessond{
  border: 4px solid #eee;
   
    padding: 24px 4px;
    margin-bottom: 12px;
}

.lessond h2 {
  font-size: 14px;
    text-align: left;
    margin-left: 2px;
    color: #b0273c;
  }

.lessond p{
  line-height: 1.4em;
}

.lessond img{
  object-fit: cover;
  object-position: 80% 100%;
  height: 280px;
width: 80%;
border-radius:0.5rem;
max-width: 800px;
margin: 0;
padding: 8px;
}

.menu_topimg{
  display: flex;
justify-content: center;
}

.lessond h3, .price-title{
  font-size: 14px;
  color: #444;
font-family: 'Cochin','ヒラギノ明朝 ProN','Hiragino Mincho ProN', 
sans-serif;
;
}

.lessonc{
    margin: 8px 4px;
    border: 2px solid #cc9900;
    padding: 2px;
     border-radius: 5px;
}

.page-back{
  background-color:rgba(255,255,255,0.5);
  padding: 4px;
 border-radius: 0.5rem;
margin-bottom: 40px;
}



.page-main h1{
  font-size: 18px;
}

.about-system{
}

.subsc{
  position: relative;
  background-color:  #e3bfc9;
  box-shadow: 0px 2px 3px #666;
  border-radius: 5px;
  padding-top: 30px;
}

.subsc .pricebox{
  border:none;
}
.price-flex{
  display: flex;
  justify-content: center;
}

.pricebox{
  text-align: center;
display: flex;
justify-content:space-evenly;
margin: 0;

}

.pricebox p{
    letter-spacing: 0.1em;
  
}

.price-flex{
  display: flex;
  justify-content: center;
  text-align: center;
}

.pricelist{
width: 46%;
margin: 4px;
padding: 12px;

background-color:#eee;
max-width: 720px;
}

.price-price{
  font-size: 20px;
  line-height: 1.6em;
}
.subscription{
  background:#f6e9ed!important;
}
.taiken{
  background:#fff!important;
  margin-bottom:40px ;
}


.pricetopic{
  margin-top: 20px;
}

.price-kasen{
  border-bottom: 6px solid #fff;
}

.price-kasen2{
  border-bottom: 6px solid #f6e9ed;
}


.pricetopic p{
  font-size: 12px;
line-height: 1em;
text-align: left;
}

.private-pricelist{
  text-align: center;
  background: ;
 width: 100%;
 height: 180px;
 margin-bottom: 4px;
 border: #e3bfc9 4px solid;
background: #fff;
}

.private-pricelist p{
  line-height: 1.5;

}

.pair-pricelist{
height: 164px;
}




.g1{
width: 72%;
}

.pricebox hr{
  background-color: #222;
}

.price-title {
  font-size: 16px;
  letter-spacing: 0.1em;

    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho";

}

.subsc-title{
  color: #b0273c;
}


.g2{
  left: 40%;
}

.adtext{
  color: #ccc;
  font-family: serif;
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
}





.ab{
  font-size: 16px;
  font-weight: nomal;
background: #fff;
}

.gr{
  width: 48%!important;
}



.plb{
    width: 100%;
}

.plb p{
color: #222!important;
text-shadow: none;
}



.komoji p{
  line-height: 1.2em;
  text-align: left;
  margin: 4px 0;
  padding: 0;
}


.listtopic{
width: 64%;
}

.pricetopic{
  font-size: 24px;
  color: #222;
}

.blank{
  margin-top: 24px;
}

.scroll-down4{
    width: 2px;
    height: 80px;
    background: #ccc;
    animation: scrollDown4 2s ease infinite;
    margin: 0 auto; 
}

@keyframes scrollDown4{
    0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

.group .page-back, .page-pair .page-main{
margin-bottom: 8px;
}



.attention{
   color:#8C1F30!important;
    line-height: 1.5em;
    margin: 0;
}


.box-pic1,.box-pic2,.box-pic3,.box-pic4{ 
   margin: 8px;
    width: 100%;
    max-width: 1000px;
    background-size: cover;
}


.box-p{
  opacity: 0.85;
  padding: 12px 4px;
  background: #fff;
}



@media screen and (max-width:1200px) {
.lessond{

}

.lessond img{
max-width: 600px;
}

}


@media screen and (max-width:680px) {




.pricebox{
flex-wrap: wrap;
}

.pricelist{
width: 100%;

}

.plb, .listtopic{
  width: 100%;
}
.at2{
  left: 36%;
  margin-top: 0;
}


}
/*--------------------------------------------------------------
# treatment page
--------------------------------------------------------------*/

.sen{
  text-decoration: line-through;
}

.aka{
  color:#b0273c!important;
}

.about2{
  background-color:#eee; 
  margin:8px;
  padding: 16px 4px 24px 4px;
}


/*--------------------------------------------------------------
# pair
--------------------------------------------------------------*/
.centerimg{
  text-align: center;
}

.pair{
  border: 1px solid #ccc;
  margin: 8px 4px;
padding: 2px;
border-radius: 0.5em;

}

.pair h2{
font-size: 16px;
}
.pair .pricelist{
max-width: 640px;

}

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

.topimg img{
 margin: 8px 10%;
 max-width: 80%;
}


/*--------------------------------------------------------------
# group-lesson page
--------------------------------------------------------------*/
.groupmovie{
  text-align: center;
  margin: 24px;
}

/*--------------------------------------------------------------
# gallery page
--------------------------------------------------------------*/
.galleryflex1{
display: flex;
flex-wrap: wrap;
}

.galleryflex1 figure{
  width: 48%;
  margin: 4px;
}

.blocks-gallery-grid, .wp-block-gallery{
  margin: 0 8px;
  max-width: 1200px;
}

/*--------------------------------------------------------------
# contact page
--------------------------------------------------------------*/

        table#contact-price{
          max-width: 400px;
          border-collapse: collapse;
        }


#contact-price th{
  font-weight: 200;
  text-align: right;
  width: 52%;

}

#contact-price td {
   text-align: left;
}


     table#contact-price th,  table#contact-price td {
          border-bottom: 4px solid #fff;
          padding:4px;
         
        }



    table#contact-price th.thtitle{
          background: #e3bfc9;
      font-weight: 200;
      padding: 12px 8px;
    }

.about-contact{

background-color: #f1dfe4;
padding-bottom: 8px;
}


.kasen{
  width: fit-content;
  background:linear-gradient(transparent 50%, #efd7de 0%);
}

.contactd{
border-radius: 0.5rem;
border: 1px solid #ccc;
padding: 8px;
}

.contactinfo{
  padding: 24px 10% ;
}



.mailform, .booking2{
margin: 4px;
max-width: 100%;
padding: 2px 2px 24px 2px;

}

.booking2{
  text-align: center;
}


#toggle1{
        display: none;
        cursor: pointer;
    }
.toggle-outer label{
cursor: pointer;
padding:0 48px;
margin: 0;
}
#toggle-inner1{
        display: none;

    }
#toggle1:checked ~  #toggle-inner1{
        display: block;
    }


.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  border-bottom: 4px solid #8b404a;
  border-right: 4px solid #8b404a;
  transform: rotate(45deg);
  position: relative;
  left: 3%;
}

p.arrow-bottom {
margin: -8px!important;
}

#mail tbody{
border: none;
}

@media screen and (max-width:768px) {
.contactinfo{
  padding: 24px 0;
}
 table#contact-price{
  width: 90%;
 }

}

.access{
  padding-bottom: 24px;
  text-align: center;
}

.access p{
line-height: 3.3em;
}

.acbutton{
  border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1;
    padding:16px ;
    margin: 2px;
    text-align: center;
}

.telbutton{
  min-width: 240px;
    border-radius: 5px;
    background: #b0273c;
    color: #fff;
    padding: 16px 24px;
    text-align: center;
}

@media screen and (max-width:768px) {
.about-contact{
margin: 0;
padding: 24px 4px;
}
}
/*--------------------------------------------------------------
# gyrotonic
--------------------------------------------------------------*/
.system h2{
	text-align: center;
}

.qa a{
color: #333;
}

#qa{
  margin: 8px!important;
}

.qabox{
margin: 4px;
text-align: left;
}

.qabox p{
  line-height: 1.6!important;
}


.QA_Q {
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 8px;
    background: #f1dfe4;
  }

.QA_A {
    border-radius: 0 0 10px 10px;
    margin: 0;
    padding: 8px 2px;
    border: 3px solid #f1dfe4;
    }

hr.qa_hr {
    border: 3px solid #eee;
    margin: 20px 4px;
  }

.group.pricelist{
  width: 80%;
}

/*--------------------------------------------------------------
# carte
--------------------------------------------------------------*/
.carte-page{
  margin: 4px auto;
  padding: 4px;
}

.contactflex{
  max-width: 800px;
  display: flex;
   justify-content: flex-start;
   text-align: left;
}



.border{
   border-bottom: 2px solid #eee;
}

.contactflex div{
  margin: 0 4px;
  min-width: 20%;
}



.submitbtn{
position: relative;
left: 30%;
}

@media screen and (max-width:768px) {
.contactflex{
  flex-wrap: wrap;
}

.contactflex input{
 max-width: 100%;
}



}

/*--------------------------------------------------------------
# post
--------------------------------------------------------------*/
.entry-title{
     font-size:24px;
     text-shadow: #ccc 2px 0 5px;
   line-height: 1.6em;
text-align: center;
padding-top: 8px;
}

.post-thumbnail{
  text-align: center;
  width: 90%;
  height: auto;
padding: 0;
  margin: 0 auto;
}

.mainpost{
  margin: 4px;
  padding: 4px 4px 56px 8px;
	background-color:rgba(255,255,255,0.5); 
}

.mainpost p{

}

.single_thumbnail{
  margin: 0 auto;
  max-width:72% ;
  margin-left: 9%;
}


.single_content{
  margin:20px 10px; 
}

.single-main ul{
  display:flex;

}

ul.kijiul{
    padding:0  4%;
    margin: 0 0 16px 0 auto;
}

ul.kijiul li{
  border:1px solid #fff;
  margin: 4px;
  padding:1%;
    width: 24%;
    height: auto;
      line-height: 1em;
}

.kijiul li img{
  padding:4px;
}


#newsall p{
  margin: 2% 4% ;

}


@media screen and (max-width:680px) {
.single-main{
	width: 100%;
}
.single-main ul{
  flex-wrap: wrap;
  padding: 0;
  margin: 4px 0 16px 0;
}

ul.kijiul li{
width: 47%;
}

.single_thumbnail{
  max-width: 92%;
  margin-left: 4%;
}



}




/*--------------------------------------------------------------
# OMT
--------------------------------------------------------------*/

.feebox{
  background: #eee;
  padding: 8px;
  margin: auto;
  max-width: 1000px;
  margin: 12px;
}

.feelist{
    background: #eee;
padding-top: 20px;
  text-align: center;
}


.feelist h3{
  color:#666;
  text-shadow: 1px 1px 1px  #eee;
  font-size: 20px;
   margin-top: 8px;
}


.system1{

}

.system1 th{
    padding-right: 16px;
    text-align: right;
    width: 52%;
}


.system1 td{
text-align: left;
}

.system1 tr{
border-bottom: 1px solid #fff;
}




.thead td{
  background-color: #ccc;

}

.thead p{
    color: #666;
  font-weight: bold;
  margin: 0;
}

.omt_link{
  text-align: center;
padding: 16px 4px 24px 4px;
}



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


div.header-top {
	position: fixed;
  z-index: 2;
	margin: auto;
	padding-left: 24px;
  width: 100%;
}

.toptrans{
  position: absolute;
left: 18px;
  top: 8px;

}

.toptrans select{
  font-size: 10px;
  padding: 8px 0;
}



#homeback img{
  margin: 0;
  width: 72px;
}




/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer#site-footer{
  margin: 0 auto;
  max-width: 1680px;
	background-color: #eee;
	color: #666;
		padding: 4px;
}

.footer-content{
		display: flex;
		justify-content: space-between;
}
.footer1{
margin: 0;
}
.footer2{
  padding: 32px;
}

.footer2 .yoyaku{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}


div#map1 iframe{
max-width: 240px;
border-radius: 5px;
margin-right: 4px;
}


.site-info{
	display: flex;

}


div#address p{
  font-size: 12px;
  font-family: sans-serif;
margin: 0 4px;
}



#creditgyro {
  font-size: 8px;
  line-height: 0.3em;
}

.footerlink a{
  font-size: 14px;
  margin-right:8px ;
  border-bottom:1px solid #666 ;
}

#credit{
  text-align: center;
  padding: 14px;
  font-size: 12px;
}


#footer-logo{
  width: 72px;
  margin: auto;
}

#footer-logo img{
 width: 64px;
}


@media screen and (max-width:768px) {
.footer-content{
		flex-wrap: wrap;
    flex-direction: column-reverse;
		margin: 0 8px;
}
.footer1{
	width: 100%;

}

.footer2{
  padding: 0;
  text-align: center;
  margin-top: 8px;
	margin-bottom: 24px;
	width: 100%;
}



.site-info{
	flex-wrap: wrap;
}

div#map1 iframe{
max-width: 100%;
}



div#address{
	width: 100%;

}


}



/* Navigation
--------------------------------------------- */
@media screen and (min-width:768px) {
.openbtn{
	display: none;
}
}


#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -100%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#eee;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  margin: 24px 0;
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    margin: 0;
    z-index: 999;

    transform: translate(-1%,-1%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #444;
	text-decoration: none;
	padding:8px;
	display: block;
	font-size: 14px;
		font-family: "Yu Mincho", "YuMincho";
	letter-spacing: 0.1em;
	line-height: 0.9em;
}

#g-nav hr{
  margin: 12px;
}

#g-nav p.menu-title{
  text-align: center;
  color: #9e2638;
}

.btnbox{
border: 1px solid #ccc;
    margin: 4px 48px;
    border-radius: 5px;
}

ul.navsub li a{
  color: #9e2638!important;
    margin: 0 8px;
    font-size: 14px!important;
    padding: 12px!important;
}

ul.navsub li{
  text-align: right!important;
}



/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:5px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background-color: #b0273c;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}



.openbtn.active span:nth-of-type(1) {
      background-color: #9e2638;
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    background-color: #9e2638;
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



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

.post,
.page p{
max-width: 1200px;
}


.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block){
  border: 1px solid #eee;
    margin: 1%;
    width: 48%;
    border-radius: 5px;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited{
  color: #222;
    background: #f1dfe4;
    font-size: 12px;
}


.wp-show-posts-inner{
  padding: 4px 8px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 0.5rem;
}
.wpsp-load-more{
  text-align: center;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited{
  border-radius: 0.5rem;
}


.bloga hr{
margin: 0 8px;
}

.kijicategory{
padding: 16px 0;
}
.kijicategory p{
  width: 96px;
  margin: 4px 12px;
}
.kijicategory a::after{
    height: 2px;
  display: block;
   background: linear-gradient(-90deg, #ccc 0%, #8b404a 50%, #8b404a 100%);
     content: "";
}


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





.page-content,
.entry-content,
.entry-summary {

}

.entry-content img{
width: 88%;
margin: 0 6%;
max-width: 640px;
}

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

@media screen and (max-width:960px) {

.page-content,
.entry-content,
.entry-summary {
margin: 0 4px;
}

}








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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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






/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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