html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

#wrap{
  overflow:hidden;
  }
* {
  box-sizing: border-box;
}
body {
    line-height:1;
    overflow-x: hidden;

}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

  

a {
  text-decoration:none; 
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #fcfafa;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* End reset CSS */
.area-list__wrap {
  padding: 35px 0;
}
.area-list {
  margin-left: auto;
  margin-right: auto;
}
.area-list__map__wrap {
  position: relative;
  display: inline-block;
  margin: 50px 20px 50px 60px;
  vertical-align: middle;
}
.area-list__map {
  font-size: 13px;
  line-height: 2.8em;
  position: absolute;
  background-color: rgba(168, 206, 238, 0.459);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  text-align: center;
}
.area-list__map--01 {
  top: 70px;
  left: 750px;
  
}
.area-list__map--02 {
  top: 20px;
  left: 506px;
}

/*プライバシー*/
main {
  display: block;
}

.title-sub__wrap {
  margin-top: 50px;
  border-bottom: 3px solid#5db0dc;
}
.title-sub--00 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
}
.title-simple--07 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #8bbeda;
  font-size: 1rem;
  text-align: center;
}
.about__intro {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.top-price__copy {
  color: #5db0dc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}


/*会社*/
.table_info td {
  padding: 1em 0;
  vertical-align: middle;
  line-height: 2em;
}
input, select {
  vertical-align: middle;
  padding: 0.3em 3em;
}
.td01 {
  width: 35%;
  color:#5db0dc;
  vertical-align: middle;
}
.table_info {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.about__intro {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 50px;
}
.title-sub__wrap {
  margin-top: 150px;
  border-bottom: 3px solid #5db0dc;
}
.title-sub--00 {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}




/*PCサイず*/

@media screen and (min-width:768px) {
  .card-container{
      max-width: 750px;
      height: 250px;
  }
 


/* Form Layout */
.form-wrapper {
  background: #fafafa;
  color: #5e5e5e;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

.form-wrapper h1 {
  text-align: center;
  padding: 1em 0;
}

.form-wrapper form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #6db8e4;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}

  .card-text h3{
      font-size: 1.3em;
      padding-top: 5%;
      color: rgb(52, 160, 211);
  }
  .card-text h6{
    font-size: 1em;
    border-bottom: 1px solid #333;
    padding-top: 5%;
    padding-bottom: 3%;
    color: rgb(57, 176, 231);
}
  .card-text p{
      font-size: 0.1em;
      padding-top: 5%;
      
  }
  .gw {
    width:700px; 
  }
  
  
}

@media screen and (min-width: 772px) {
/* 表示画面 */
#stage {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ての写真を水平一列に格納したdiv、#photosに,
スライドショーの animation を設定*/
#photos {
	position:absolute;
	top:0;
	width:100%;
	animation: imgPassToLeft0 17s infinite;
	-webkit-animation: imgPassToLeft0 17s infinite;
}
/*各写真の並び位置を設定
#photo1, #photo2, #photo3, #photo4, #photo5 */
#photo0 { left:  0%; }
#photo1 { left:100%; } 
#photo2 { left:200%; }
#photo3 { left:300%; }
#photo4 { left:400%; }
#photo5 { left:500%; }
#photo6 { left:600%; }
.pic { position:absolute;top:0;width:100%; }
/*写真サイズを可変に*/
.pic img { width:100%; }

/* 全てのラジオボタンを非表示に */
#back1,#back2,#back3,#back4,#back5,#next1,#next2,#next3,#next4,#next5{
	display: none;
}
/*送りボタン文字（＜、＞）の設定*/
.b_left span, .b_right span {
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	font-weight: bold;
	opacity:0;
	top: 40%;
	color:#EEE;
  display:none;
}
.b_left span {
	left: 5%;;	
}
.b_right span {
	left: 85%;
}
/*ボタン文字hover時の設定*/
.pic:hover > label div span {
	opacity:1;
	color:#EEE;
}
.pic label div span:hover {
	color:#f00;
	cursor:pointer;
}
/* 各送りボタンクリック時のanimation設定 */
#next1:checked ~ #photos {
	animation: imgPassToLeft1 30s infinite;	
	animation-delay: -4.8s;
	-webkit-animation: imgPassToLeft1 30s infinite;	
	-webkit-animation-delay: -4.8s;
}
#next2:checked ~ #photos {
	
	
	animation: imgPassToLeft2 30s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToLeft2 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#next3:checked ~ #photos {
	animation: imgPassToLeft3 30s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToLeft3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#next4:checked ~ #photos {
	animation: imgPassToLeft4 30s infinite;
	animation-delay: -22.8s;
	-webkit-animation: imgPassToLeft4 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#next5:checked ~ #photos {
	animation: imgPassToLeft5 30s infinite;
	animation-delay: -28.8s;
	-webkit-animation: imgPassToLeft5 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back1:checked ~ #photos {
	animation: imgPassToRight1 30s infinite;
	animation-delay: -28.8s;
	-webkit-animation: imgPassToRight1 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back2:checked ~ #photos {
	animation: imgPassToRight2 30s infinite;
	animation-delay: -22.8s;
	-webkit-animation: imgPassToRight2 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#back3:checked ~ #photos {
	animation: imgPassToRight3 30s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToRight3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#back4:checked ~ #photos {
	animation: imgPassToRight4 30s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToRight4 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#back5:checked ~ #photos {
	animation: imgPassToRight5 30s infinite;
	animation-delay: -4.8s;
	-webkit-animation: imgPassToRight5 30s infinite;
	-webkit-animation-delay: -4.8s;
}
/* animation設定 */
@keyframes imgPassToLeft0 {
	0%  { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft1 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft2 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft3 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft4 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft5 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToRight1 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight2 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight3 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight4 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight5 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToLeft0 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft1 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft2 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft3 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft4 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft5 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToRight1 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight2 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight3 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight4 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight5 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
.hamburger  {
  display: none;
}

#cp_fullscreenmenu {
  display: none;
}
.h-image {
  width:300px;
  padding-top:10px;
}
.user-pass-wrap {
  padding-top: 20px;
}
.forgetmenot {
  padding-top: 20px;
}
.header-top {
  background-color: #5a9ec9;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: left;
  color: #fafafa;
  font-size: 2px;
  padding-left:10%;
}
.header_bg {
  background-color:#a8cae4;
  width: 100%;
  height: 80px;
}

.header_contents {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_contents h1 {
  font-size: 28px;
  color: #fafafa;
}
.header_nav_lists {
  display: flex;
  
}
.header_nav_lists li {
 padding: 0 20px 0 0;
}
.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
.menu-button {
  display: none;
}
.nav_link {
  font-size: 12px;
  color: #fafafa;
  padding:0 40px 0 0;
}
.responsive_btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.menu_line {
  background: #fafafa;
  border-radius: 5px;
  width: 100%;
  height: 5px;
  margin: 4px 0;
}

.main1 {
  background-image: url("/assets/yoga4.jpeg");
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 17%;
  height:600px;
  width: 100%;
}
.top {
  width:100%;
}
.main-title1{
  font-size: 60px;
  padding-left: 21%;
  padding-top: 150px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.main-text {
 width: 100vw;
}
.main-title2{
  font-size: 60px;
  padding-left: 17%;
  padding-top: 30px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.subtitle1 {
  font-size: 15px;
  padding-left: 21%;
  color: #58595a;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 2%;
}
.subtitle2 {
  font-size: 15px;
  padding-left: 22%;
  color: #58595a;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 1%;
}
.part-title {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
  font-size: 25px;
  font-family:Arial, Helvetica, sans-serif;
}


.search-place {
  background-image: url("japan.png");
  background-blend-mode:lighten;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  width: 100%;
}

.area-list__wrap {
  background: #fff;
  padding: 35px 0;
}
.area-list {
  width: 1000px;
    margin-left: auto;
    margin-right: auto;
 
}

.area-list__map__wrap {
  position: relative;
  display: inline-block;
  width: 380px;
  margin: 50px 20px 50px 60px;
  vertical-align: middle;
}
.area-list__map__wrap img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.area-list__map {
  font-size: 13px;
  line-height: 2.8em;
  position: absolute;
  width: 103px;
  color: #53b1ddd7;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  text-align: center;
}
.area-list__map--01 {
  top: -20px;
  left: 166px;
}
.area-list__map--02 {
  top: 272px;
  left: 228px;
}
.area-list__map--03 {
  top: 175px;
  left: 278px;
}
.area-list__map--04 {
  top: 130px;
  left: 50px;
}
.area-list__map--05 {
  top: 188px;
  left: -32px;
}
.area-list__map--06 {
  top: 302px;
  left: 70px;
}
.area-list__map--07 {
  top: 320px;
  left: -49px;
}
.area-list__table {
  display: inline-block;
  margin: 0 0 0 50px;
  vertical-align: middle;
}
.area-list__table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
}
.area-list__table table th {
  font-size: 1em;
  font-weight: 300;
  padding: 1em 2em;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #53b1ddd7;
  vertical-align: middle;
}
.area-list__table table td a {
  font-size: 14px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 10px;      
  display: block;
  text-decoration: none;
  color: #53b1ddd7;
  
}




.menu-acordion {
  display: none;
}


.pre-newinfo {
  display: none;
}
.ex-pickup {
  display: none;
}

table {
  border-collapse:  collapse;     /* セルの線を重ねる */
  text-align: center;

}

ul {
  list-style: none;
}
.place {
  color: #63a7d6;
  
}

.menu {
  background-color: #fafbfb;
  padding-bottom: 10%;
}

.flex-container {
	display: flex;
	justify-content: center;
  padding: 50px 250px 50px 250px;
}
.flex-item {
	margin: 5px auto;
	box-sizing: border-box;
	color: #666868;
  padding: 0 3% 0 3%;
}
.flex-item p {
  text-align: center;
  padding-top: 7%;
  
}
.menu-image {
  width: 100%;
}


.pickup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pickup__box li {
  width: 16%;
  margin-bottom: 8px;
  border: 1px solid #9fa0a0;
  background: #fff;
}
.m-pickup a {
  display: block;
  height: 100%;
  padding: 5px;
}
.pickup__title {
  position: relative;
  border-bottom: 1px solid #9fa0a0;
  color: #6dc8e4c0;
  font-size: 18px;
  font-size: 1.2rem;
  text-align: center;
}

.pickup__area {
  padding: 5px 0 8px 10px;
  background-size: 14px 18px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.38;
}
#cardlayout-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 2em auto;
  max-width: 800px;
  width: 60%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
  text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
  display: block;
  max-width: 90%;
  height: auto;
  padding: 0px 6px 0px 30px;
  
}

.card-figure {
  display: inline-block; /* ここがポイント */
  height: 180px;
  margin: 0;
  padding: 0;
}

/* カードレイアウトのタイトル部分 */
.gym-name {
  margin: 0.6em 0 0;
  color: #50a8eb;
  text-align: center;
  font-size: 25px;
  padding-bottom: 2%;
}
.gym-phone{
  margin-left: 9%;
  font-size: 8px;
}
.gym-place {
  margin-left: 9%;
  margin-top: 3%;
  font-size: 8px;
}
.pickup-detail {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #a8cae4;
  margin-left: 30%; /* 中央寄せにするため */
	margin-right: 30%; /* 中央寄せにするため */
  padding-top: 2%;
  padding-bottom: 2%;
  
}
.pickup-detail a{
  color:#7bb1db;
}
.trainer {
  font-size: 0.5em;
  color: white;
  background: gray;
  border-radius: 2em;
  text-align: center;
  padding: 1em 2em;
  width: 35%;
  margin-left: 2em;
}

.card-title {
  font-size: 9px;
  text-align: center;
  padding-top: 3em;
  padding-right: 7%;
  padding-left: 7%;
  line-height: 17px;
}
/* カードレイアウトの説明文部分 */
.card-text-tax {
  margin: 0;
  padding: 1em;
  margin-left: 4%;
  margin-top: 2%;
  color: #8abee6;
}


/* カードレイアウトを1カラムで配置 */
.card-list {
  margin: 0.5em auto;
  padding: 0 ;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 380px;
}

  

.card-list {
  margin: 0.5em 0;
  width: calc(100% / 2); /* 100%幅を2で割るという指定 */
  padding-top: 2%;
  border-radius: 10px;
  max-width: 370px;
  padding-bottom: 2%;
}
.monthly {
  padding-bottom: 10%;
}
.m-pickup {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.m-pickup__box li {
  width: 16%;
  margin-bottom: 8px;
  border: 1px solid #9fa0a0;
  background: #fff;
}
.blocks {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.pu-block {
  color: rgb(255, 255, 255);
  padding:80px 0px 20px 50px;
}
.pu-block a {
  color: rgb(7, 7, 7);
}
.pu-block table {
  background-color: rgba(157, 211, 236, 0.788);
  
}
.service-width {
  width:100%;
}


.pu-block h4 {
  color: rgb(54, 182, 224);
  text-align: center;
  padding-right: 50%;
  padding-bottom: 3%;
}



.aboutme {
  background-image: url("/assets/about1.jpg");
  background-blend-mode:lighten;
  background-position: center center ;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  position: relative;
}
.about-width {
width:100%;
}
.about-ttl {
  text-align: center;
  padding-top: 4%;
  color:#ffffff;
  font-size: 25px;
}
.about1 {
  font-size: 50px;
  text-align: center;
  padding-top: 25px;
  color: #666868;
  
}
.about2 {
  text-align: center;
  padding-top: 20px;
  font-size: 50px;
  color: #666868;
  
}
.about-sub1 {
  text-align: center;
  font-size: 15px;
  padding-top: 50px;
  color: #ffffff;
 
  
}
.about-sub2 {
  text-align: center;
  font-size: 15px;
  padding-top: 35px;
  color: #ffffff;
  
}
.about-sub3 {
  text-align: center;
  font-size: 15px;
  padding-top: 35px;
  color: #ffffff;
  
}

.about-sub4 {
  text-align: center;
  font-size: 15px;
  padding-top: 35px;
  padding-bottom: 30px;
  color: #ffffff;
  
}
.about-detail {
 text-align: center;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  color: #ffffff;
  font-family: serif;
  margin-left: 30%;
  margin-right: 30%;
  border : solid 1px #f0f0f0
}
.card-container{
  background: rgb(255, 255, 255);
  color: #fff;
  display: flex;
  margin: 20px auto;
  width: 90%;
  box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
  
}
.card-container a{
  text-decoration: none;
  color:rgb(100, 185, 224);
}

.card-text{
  width:100%;
  margin: 10px 20px;
  color: #000;
}
.card-text h2{
  padding-top: 10px;
  font-size: 1em;
}
.card-text p{
  font-size: 0.6em;
}
.card-img{
  width: 100%;
  padding-left: 1%;
 padding-top: 2%;
}

.info-img{
  width:90%;
  height:95%;

}
.info-detail {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #a8cae4;
  margin-left: 30%; /* 中央寄せにするため */
	margin-right: 30%; /* 中央寄せにするため */
  padding-top: 2%;
  padding-bottom: 2%;
  color:#a8cae4;
}
#cardlayout-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 2em auto;
  max-width: 800px;
  width: 60%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
  text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-new img {
  display: block;
  max-width: 90%;
  height: auto;
  padding: 0px 6px 0px 30px;
  
}
.newinfo {
  padding-bottom: 5%;
}
.card-image {
  margin: 0;
  padding: 0;
}

/* カードレイアウトのタイトル部分 */
.info-name {
  margin: 0.6em 0 0;
  color: #50a8eb;
  padding-left: 8%;
  font-size: 25px;
  padding-bottom: 2%;
}

.info-detail {
  text-align: center;
  margin-top: 10px;
  border: 1px solid #a8cae4;
  margin-left: 60%; /* 中央寄せにするため */
	margin-right: 10%; /* 中央寄せにするため */
  padding-top: 2%;
  padding-bottom: 2%;
  color:#a8cae4;
  
}


/* カードレイアウトの説明文部分 */
.card-text-tax {
  margin: 0;
  padding: 1em;
  margin-left: 4%;
  margin-top: 2%;
  color: #8abee6;
}


/* カードレイアウトを1カラムで配置 */
.card-list-info {
  margin: 0.5em auto;
  padding: 0 ;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 380px;
}

  

.card-list-info{
  margin: 0.5em 0;
  width: 50%;
  border-radius: 10px;
  max-width: 90%;
 
}
.newgym {
  background-color: rgba(163, 211, 233, 0.582);
  padding-bottom: 3%;
}

.news {
  text-align: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    padding-top: 100px;
   
}
.border {
  border-top: 2px solid #50a8eb;
 
}
.news__list a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px dotted #9fa0a0;
}
.news__list .date {
  margin-right: 3em;
  color: #3e3a39;
  float: left;
}

.footer {
  background: #696362;
  color: #fff;
}
.footer a {
  color: #fff;
}

.footer__inner {
  width: 85%;
  padding: 30px 0;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
.f
.footer__links__left {
  width: 240px;
  padding-top: 10px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.footer__links__right {
  padding-right: 30%;
}
.footer__links__title {
  margin-bottom: 10px;
  color: #f6f7f8;
}
.footer__links__area {
  display: -webkit-box;
  display: -ms-flexbox;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__links__area__box {
  padding-left: 25%;
}
.footer__links__subtitle {
  padding-bottom: 10%;
}
.footer__links__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}.footer__links__recommend .footer__links__list {
  width: 33%;
}
.footer__links__left {
  margin: 0.4em 0em 0em 5em;
}
.footer__links__list{
  padding-left: 10%;
}
.footer__links__list li {
  padding-bottom: 20px;
}
.footer__links__list1 li{
  padding-bottom: 20px;
  padding-left: 10px;
}

.sp-footer {
  display: none;
}
.copy {
  height: 200px;
  text-align: center;
  padding-top:40px;
  color:#48a9f3;
  font-size: 30px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.copy p {
  padding-top: 5px;
  color:black;
  font-size: 6px;
}
.phone {
  background-color: rgb(122, 184, 219);
  height: 150px;
}
.phone h2 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding-top:20px;
}
.phone p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top:20px;
}


.box-trainer {
  font-size: 12px;
}
.card__overviewtext{
  font-size: 12px;
  line-height: 150%;
}

.pickup {
  background-color: rgba(215, 229, 235, 0.548);
  padding-top: 2%;
  padding-bottom: 100px;
}
.ex-pickup {
  background-color: rgba(215, 229, 235, 0.548);
  padding-top: 2%;
  padding-bottom: 100px;
}
.pickup-w {
  padding-top: 2%;
  padding-bottom: 100px;
}







/*県内のページ*/
.each-pre {
  width:100%;
  height: 650px;
}
.each-text {
  width:100%;
}
.each-pre h1 {
  font-size: 40px;
  text-align: center;
  padding-top: 100px;
  color:#62aae0;
}
.each-pre h2 {
  font-size: 25px;
  text-align: center;
  padding-top: 20px;
  color: #666868bd;
}
.each-pre h3 {
  font-size: 20px;
  text-align: center;
  padding-top: 1%;
  left: 38%;
  margin:2em auto;
  color: rgba(17, 17, 17, 0.459);
  width:300px;
  height:50px;
  border:1px solid rgba(10, 10, 10, 0.562);
  background:rgb(255, 255, 255);
  -moz-border-radius: 50px / 25px;	/* 高さ÷2 */
  -webkit-border-radius: 50px / 25px;
  border-radius: 50px / 25px;
  display:none;
} 
.each-pre-menu {
  padding-top: -5%;
}
.prepu-title {
  text-align: center;
  padding-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #424444e0;
}
.pickup h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.ex-pickup h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.pickup h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.pickup-w h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.pre-newinfo {
background-color: #7bb1dbbb;
padding-bottom: 100px;
}
.preinfo-title {
  text-align: center;
    padding-top: 5%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
}
.pre-name {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
  padding-bottom: 2%;
}
.advertisement {
  height:400px;
  display: none;
}
#s {
  border: 1px solid #9fa0a0;
  width: 300px;
  height:300px;
  margin: 130px  0 0 470px;
}

.pre-about {
  height: 800px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.pre-about h2 {
  text-align: center;
  font-size: 40px;
  color:#67aaddd7;
  padding-top: 5%;

}
.pre-about h3 {
  text-align: center;
  font-size: 25px;
  padding-top: 6%;
  padding-bottom: 8%;
  color: #585656d2;
}
.about-text h4 {
  font-size: 25px;
  padding-top: 6%;
  padding-bottom: 6%;
  color:#50a8eb
  
}
.about-text p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 5%;
  color: #5e5c5cb7;
}
.about-border {
  border-bottom: 1px solid #8f9191b4;
}



/*メニューページ*/
.menu-page {
  background-color:rgba(231, 229, 229, 0.945);
  padding-top: 50px;
  padding-bottom:50px;
}
/*個別ページ*/
.each-gym {
  height: 200px;
}
.each-gym h1 {
text-align: center;
padding-top: 20px;
font-size: 40px;
color: #48a9f3;

}
.each-gym h6 {
  text-align: center;
  padding-top: 1%;
  color: rgba(114, 111, 111, 0.705);
}
.gym-trainer {
  font-size:0.5em;
  padding: 0.7em;
  margin-left: 44.5%;
  margin-top:5%;
  text-align: center;
  color: white;
  width:140px;
  height:20px;
  background:gray;

  border-radius: 50px / 25px;
  }
  .album {
    margin: auto;
    background-color: white;
    position: relative;
    height: 300px;
  }
  
  .album img {
    width: 50%;
    animation-name: album;
    -webkit-animation-name: album;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
  }
  
  .album .img1 {
    display: block;
    margin: 0 auto;
    height: 400px!important;
    width: 40%!important;
  }
  .album .img2 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    position: absolute;
    top: 0;
    left: 30%;
    height: 400px!important;
    width: 40%!important;
  }
  .album .img3 {
    animation-delay: 5s;
    -webkit-animation-delay:5s;
    position: absolute;
    top: 0;
    left: 30%;
    height: 400px!important;
    width: 40%!important;
  }
  
  @keyframes album {
    0% {
      opacity: 0;
    }
    
    12.5% {
      opacity: 1;
    }
  
    37.5% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes album {
    0% {
      opacity: 0;
    }
    
    12.5% {
      opacity: 1;
    }
  
    37.5% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  
.slider {
  height: 300px;
}
  .course {
    height:650px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .course h2{
    border-bottom:1px solid #535252d3;
    padding-top:20%;
    text-align: center;
    font-size: 40px;
    color:#499ad8;
   padding-bottom:50px ;
  }
  .course-width {
    width:100%;
  }
  
  .plan_lists {
    display: flex;
    margin-top:20px;
  }
  .plan-middle {
    padding-left: 110px;
    color: rgba(51, 51, 51, 0.822);
  }
 
  
  .plan {
    color: #58a7e4;
    font-size: 30px;
    margin-top: 3%;
    padding-left: 80px;

  }
  .plan-border {
    border-bottom: 1px solid #9190909d;
    padding-bottom: 2%;
  }
  
      .plan-bottom {
        color: #666969e5;
        font-size: 20px;
        margin-top: 4%;
        padding-left: 150px;
    
      }
  .plan-text {
    padding-top: 3%;
    color: #666969e5;
    line-height: 25px;
  }
  .service {
    background-color: #6bb7f1;
    height: 480px;
  }
  .service h2 {
    color: #fafafa;
    text-align: center;
    padding-top: 8%;
    font-size: 35px;
  }
  .service h3 {
    color: #f7f5f5;
    text-align: center;
    padding-top: 2%;
    font-size: 25px;
  }
  .each-service {
    font-size:1em;
      padding: 1em;
      text-align: center;
      color: rgb(68, 180, 231);
      width:230px;
      height:50px;
      background:rgba(255, 255, 255, 0.863);
      -moz-border-radius: 50px / 25px;	/* 高さ÷2 */
      -webkit-border-radius: 50px / 25px;
      border-radius: 50px / 25px;  
  }
  .each-service li {
    padding: 0 5px 0 5px;
  }
  .gym-newinfo {
    background-color: #aecdf7;
    padding-bottom: 5%;
    display:none
  }
  

  .gym-info {
  height: 800px;
  }
.gym-info h2 {
text-align: center;
color:hsl(196, 77%, 76%);
font-size: 30px;
padding-top: 5%;
}
.gym-info h4 {
text-align: center;
padding-top: 5%;
font-size: 25px;
padding-bottom: 3%;
}
.info {
text-align: center;
line-height: 30px;
}
.info1 {
  text-align: center;
  line-height: 20px;
}
.info2 {
  text-align: center;
  line-height: 20px;
}
.info-border {
  border-top: 2px solid #000000;
}
.blue {
  color: #5babe9da;
  padding: 0.5em;
  text-align: center;
}
.google {
  width:100%;
}
.g-map {
  text-align: center;
  height:550px;
}
.sp-footer {
  display: none;
}
/*特定*/
.about__intro {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 150px;
}

.table_info {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table_info tr {
  border-top: solid 1px #9e9e9f;
  border-bottom: solid 1px #9e9e9f;
}
.send-button {
  border: 1px solid #000;
  background-color: rgb(201, 196, 196);
}
.contact_done{
  margin-bottom: 25%;
  margin-top: 10%;
  text-align: center;
  font-size: 30px;
  border: 1px solid rgb(248, 247, 247);
  vertical-align: middle;
  color: white;
  background-color: #5db0dc;
}
.done {
 padding-bottom: 5%;
  padding-top: 5%;
}
.contact {
 left: 25%;
}
.box_titlekyk {
  padding: 1px;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  background-color: #EFEFEF;
  color: #000;
  text-align: center;
  border: 1px solid #595859;
  border-bottom: 0px;
  margin: 2em auto 0em auto;
}
.box_srcollbarkyk {
  overflow: auto;
  width: 100%;
  height: 200px;
  padding: 0.5em;
  border: 1px solid #595859;
  background-color: #FFFFFF;
  color: #000;
  font-size: smaller;
  margin: 0em auto 3em auto;
}
.btnbluekyk {
  width: 200px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px 0 10px;
  color: #fff;
  background-color: #5db0dc;
  border-radius: 5px;
  margin: 0 auto;
}
.copy img {
  width:300px;
}
.image-zone {
  width:100%;
  height:300px;
}
}
@media screen and (max-width: 772px) {
  .header-top {
    background-color: #5a9ec9;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: left;
    color: #fafafa;
    font-size: 6px;
    padding-left:10px;
   
  }

  .header_bg {
    background-color:#a8cae4;
    width: 100%;
    height: 80px;
  }
  
  .header_contents {
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
    
    justify-content: space-between;
    align-items: center;
  }
  .header_contents a {
    font-size: 25px;
    margin: 0 0 0 40px;
    color: #fafafa;
  }
  .h-image {
    width:250px;
    margin-top:-15px;
  }
  .header_nav_lists {
    display: flex;
  }
  .header_nav_lists li {
    margin: 0 40px 0 0;
  }
  .nav_link {
    font-size: 18px;
  }
  .menu-checkbox {
    display: none;
  }
  
  /* メニューボタンの装飾 */
  .menu-button {
    display: block;
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 200;
    height: 30px;
    width: 40px;
    color: #000;
    cursor: pointer;
  }
  .menu-button::before,
  .menu-button::after {
    content: '';
    transition: .3s;
  }
  .menu-button::before,
  .menu-button::after,
  .menu-button span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background-color: #494949bb;
  }
  .menu-button::before {
    top: 0;
  }
  .menu-button::after {
    bottom: 0;
  }
  .menu-button span {
    top: 50%;
  }
  
  /* メニューボタンのアニメーション */
  .menu-checkbox:checked ~ .menu-button::before {
    top: 50%;
    transform: rotate(45deg);
  }
  .menu-checkbox:checked ~ .menu-button::after {
    top: 50%;
    transform: rotate(-45deg);
  }
  .menu-checkbox:checked ~ .menu-button span {
    display: none;
  }
  
  /* ドロワーメニューの装飾 */
  .drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    width: 200px;
    transform: translateX(-100%);
    transition: .5s;
    background-color: #6bc0e8e0;
  }
  .drawer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .drawer-menu li {
    border-bottom: 1px dotted #ccc;
    
  }
  .drawer-menu a {
    display: block;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    color: white;
    font-size: 13px;
  }
  
  /* ドロワーメニューの開閉 */
  .menu-checkbox:checked ~ .drawer-menu {
    transform: translateX(0);
  }
  
  /* ドロワーメニューの背景 */
  .menu-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
  }
  .menu-checkbox:checked ~ .menu-background {
    display: block;
  }
  .area-list__table {
    display: none;
  }
  .area-list__map__wrap {
    display: none;
  }
  
  .main1 {
    background-image: url("/assets/yoga4.jpeg");
    background-blend-mode:lighten;
    background-position:  0;
    background-repeat: no-repeat;
    background-size: cover;
    height:320px;
    width: 100%;
  }
  .main-width {
    width: 100%;
  }
  .main-title1{
    font-size: 8vw;
    padding-left: 12%;
    padding-top: 80px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }
  .main-text {
   width: 100vw;
  }
  .main-title2 {
    font-size: 8vw;
    padding-top: 10px;
    padding-left: 6%;
    color:  #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .subtitle1 {
    font-size: 3vw;
    padding-left: 7%;
    color: #656566;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 18px;
    padding-bottom: 4px;
  }
  .subtitle2 {
    font-size: 3vw;
    padding-left: 10%;
    color: #656566;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 1%;
  }
 
  .part-title {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    font-family:Arial, Helvetica, sans-serif;
  }
  
  .responsive_btn {
    display: flex;
  }
  .header_bg {
    position: relative;
  }
  .header_nav {
    background: #323232;
    width: 100%;
    height: 100vh;
    padding: 80px 0 0 0;
    position: fixed;
    top: 0;
    right: -100%;
    transition: .5s;
  }
  .header_nav_lists {
    display: block;
    text-align: center;
  }
  .header_nav_lists li {
    margin: 0 0 40px;
    text-align: center;
  }
  .nav_link {
    font-size: 20px;
  }
  .menu-btn,
.menu-btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-btn {
	display: block;
	float: right;
	margin: 0 auto;
	position: relative;
	width: 40px;
	height: 30px;
}

.menu-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
}

.menu-btn span:nth-of-type(1) {
	top: 0;
}

.menu-btn span:nth-of-type(2) {
	top: 13px;
}

.menu-btn span:nth-of-type(3) {
	bottom: 0;
}
.sp-menu {
	display: none;
}

.sp-menu li {
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.sp-menu li a {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}
  .menu_active {
    right: 0;
  }
  .north {
    padding-left: 300px;
    width: 650px;
  }
  .east {
    padding-left: 200px;
    padding-top: 50px;
  }
  .central{
    padding-left: 200px;
    
  }
  
  table {
    border-collapse:  collapse;     /* セルの線を重ねる */
    text-align: center;
    width: 80px;
   
  }
.search {
  padding-top:50px;
}
.search-place {
  display: none;
}
.north {
  display: none;
}
.flex-container {
	display: flex;
	justify-content: center;
  padding-top: 60px;
}
.flex-item {
	margin: 5px auto;
  padding: 0 3% 0 3%;
	box-sizing: border-box;
	color: #666868;
}
.flex-item p {
  text-align: center;
  padding-top: 8%;
  font-size :15px;
  font-family: Arial, Helvetica, sans-serif;
}
.flex-item img {
 width: 100%;
}

.pickup {
  background-color: rgba(215, 229, 235, 0.548);
  padding-top: 10%;
  padding-bottom: 100px;
}
.ex-pickup {
  background-color: rgba(215, 229, 235, 0.548);
  padding-top: 10%;
  padding-bottom: 10%;
}
.pickup-w {
  background-color: rgba(215, 229, 235, 0.548);
  padding-top: 10%;
  padding-bottom: 100px;
}
#cardlayout-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 2em auto;
  max-width: 800px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  
}

/* リンクテキストの下線を非表示 */
a.card-link {
  text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
  display: block;
  max-width: 90%;
  height: auto;
  padding: 10px 6px 0px 30px;
  
}

.card-figure {
  display: inline-block; /* ここがポイント */
  height: 180px;
  margin: 0;
  padding: 0;
}

/* カードレイアウトのタイトル部分 */
.gym-name {
  margin: 0.6em 0 0;
  text-align: center;
  color: #50a8eb;
  font-size: 25px;
  padding-bottom: 2%;
}
.gym-phone{
  margin-left: 9%;
  font-size: 8px;
}
.gym-place {
  margin-left: 9%;
  margin-top: 3%;
  font-size: 8px;
}
.pickup-detail {
  text-align: center;
  margin-bottom: 2%;
  border: 2px solid #a8cae4;
  margin-left: 55%; /* 中央寄せにするため */
	margin-right: 15%; /* 中央寄せにするため */
  padding-top: 2%;
  padding-bottom: 2%;
  color:#a8cae4;
  font-family: Arial, Helvetica, sans-serif;
  
}
.pickup-detail a {
  color: #48a9f3;
}
.trainer {
  font-size: 0.5em;
  color: white;
  background: gray;
  border-radius: 2em;
  text-align: center;
  padding: 1em 2em;
  width: 35%;
  margin: 2em 2em;
}
.card-title {
  font-size: 9px;
  text-align: center;
  padding-top: 2em;
  padding-right: 7%;
  padding-left: 7%;
  line-height: 17px;
  font-family: Arial, Helvetica, sans-serif;
}
/* カードレイアウトの説明文部分 */
.card-text-tax {
  margin: 0;
  padding: 1em;
  margin-left: 4%;
  margin-top: 2%;
  color: #4c90c4;
  font-family: Arial, Helvetica, sans-serif;
}


/* カードレイアウトを1カラムで配置 */
.card-list {
  margin: 0.5em auto;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  max-width: 380px;
}

.card-container{
  max-width: 750px;
  height: 250px;
}

.card-text h3{
  font-size: 0.9em;
  padding-top: 5%;
  line-height: 17px;
  color: rgb(52, 160, 211);
}
.card-text h6{
font-size: 1em;
border-bottom: 1px solid #333;
padding-top: 5%;
padding-bottom: 3%;
color: rgb(57, 176, 231);
}
.card-text p{
  font-size: 0.1em;
  padding-top: 5%;
  
}  


.menu {
  background-color: #fafbfb;
  ;
  padding-bottom: 10%;
  padding-top: 5%;
}
.card-img{
  width: 100%;
  text-align: center;
  padding-left: 3%;
 padding-top: 4%;
}

.info-img{
  width:100%;
  height:90%;

}

.card-container{
  background: rgb(255, 255, 255);
  color: #fff;
  display: flex;
  margin: 20px auto;
  width: 95%;
  box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
  
}
.card-container a{
  text-decoration: none;
  color:rgb(100, 185, 224);
}

.card-text{
  width:100%;
  margin: 10px 20px;
  color: #000;
}
.card-text h2{
  padding-top: 10px;
  font-size: 0.1em;
}
.card-text p{
  font-size: 0.6em;
  line-height: 17px;
}
.card-img{
  width: 100%;
  text-align: center;
  padding-left: 3%;
 padding-top: 5%;
}

.info-img{
  width:100%;
  height:200px;

}
.info-detail {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #a8cae4;
  padding-top: 1%;
  padding-bottom: 2%;
  color:#a8cae4;
}


table {
  border-collapse:  collapse;     /* セルの線を重ねる */
  text-align: center;
}
.blocks {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  padding: 10%;
 }
 .service-width {
   width:100%;
 }
.monthly {
  padding-top: 10%;
  padding-bottom: 10%;
}
 .pickup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pickup__box li {
  width: 32%;
}
.m-pickup a {
  display: block;
  height: 100%;
  padding: 5px;
}
.pickup__title {
 
  font-size: 4vw;
}
.pickup__title {
  position: relative;
  border-bottom: 1px solid #9fa0a0;
  color: #6cc5e9c0;
  font-size: 10px;
  text-align: center;
}
.pickup__area {
  font-size: 11px;
  font-size: 2.93333vw;
  padding-bottom: 5px;
}
.pickup__box li {
  width: 16%;
  margin-bottom: 8px;
  border: 1px solid #9fa0a0;
  background: #fff;
}
.pickup__area {
  padding: 5px 0 8px 7px;
  background-size: 14px 18px;
  
  font-size: 6px;
  line-height: 1.38;
}
.pickup a {
  display: block;
  height: 100%;
  padding: 5px;
}
.pickup__wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 0;
  background: #f9f9f9;
}
 .pu-block table {
  background-color: #fafcfd;
  width: 100%;
 }
 .m-pickup {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.pickup__box li {
  width: 32%;
}
.pickup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
 .pu-block {
 
  margin-top: 20px;
  margin-left: auto;
 margin-right: auto;
 }
 .pu-block h4 {
   color: rgb(100, 185, 224);
   
  
 }

 .newinfo {
   padding-top:10%;
  padding-bottom: 100px;
}

.newgym {
  background-color: rgba(163, 211, 233, 0.582);
  padding-top: 10%;
  padding-bottom: 10%;
}
.aboutme {
  background-image: url("/assets/about1.jpg");
  background-blend-mode:lighten;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.about-width {
  width:100%;
  height: 500px;
}
.about-ttl {
  text-align: center;
  padding-top: 60px;
  color:#f7f7f7;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.about1 {
  text-align: center;
  padding-top: 30px;
  font-size: 30px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.about2 {
 text-align: center;
 padding-top: 20px;
  font-size: 30px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.about-sub1 {
  text-align: center;
  padding-top: 55px;
  font-size: 12px;
  color: #666868;
  font-family: Arial, Helvetica, sans-serif;
}
.about-sub2 {
  font-size: 12px;
  padding-top: 35px;
 text-align: center;
  color: #666868;
  font-family: Arial, Helvetica, sans-serif;
}
.about-sub3 {
  font-size: 12px;
  padding-top: 35px;
  color: #666868;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.about-sub4 {
  font-size: 12px;
  padding-top: 35px;
  color: #666868;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.about-detail {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 50px;
  margin-right: 20%;
  margin-left: 20%;
  font-size: 3vw;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  border : solid 1px #ffffff;
}
.about-detail a {
  color: #ffffff;
}

.news {
  text-align: center;
  padding-bottom: 5%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
   
}
.border {
  border-top: 2px solid #50a8eb;
 
}
.news__list a {
  display: block;
  padding: 10px 18px;
  border-bottom: 1px dotted #9fa0a0;
}
.news__list .date {
  margin-right: 3em;
  color: #3e3a39;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
}
.news__list .title {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 20px;
}
ul {
  list-style:none;
}

.footer {
  display: none;
}

  .sp-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  .footer_lists {
    color: white;
   padding: 8% 0 6% 5%;
    margin-top:10px;
    background-color: rgba(115, 196, 243, 0.884);
  }
  .footer_lists p {
    font-family: Arial, Helvetica, sans-serif;
  }
  .footer-icon {
    margin-top: -9%;
    margin-right: 5%;
  }
  
 
.sp-aboutus {
  background-color: #5bb2e7;
  margin-top:10% ;
  height: 200px;
  width:100%;
}
.sp-flex {
  font-size: 3vw;
}
.sp-flex {
  text-align: center;
  padding-top: 5%;
}
.sp-flex a {
  color: #ffffff;
}
.sp-flex h6 {
  color: #ffffff;
}
.footer-name h6{
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-align: center;
  padding-top: 7%;
}
.footer-name p {
  text-align: center;
  padding-top: 4%;
}
.menu-acordion {
  width:100%;
  border-top: 1px solid #707070;
}

.menu-acordion a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.733);
}

label {
  display: block;
  margin: 0 0 4px 0;
  padding : 15px;
  line-height: 1;
  cursor :pointer;
  border-bottom:1px solid rgb(121, 120, 120)
}
.menu-checkbox {
  display: none;
}
.ck {
  display: none;
}

.ex-pickup {
  display: none;
}

.menu-acordion ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-acordion li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
 
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li  {
  text-align: center;
  height: 54px;
  opacity: 1;
  border-bottom:1px solid rgba(5, 5, 5, 0.712);
}


/*県ページ*/

.each-pre {
  width:100%;
  height: 500px;
}
.each-text {
  width:100%;
}
.each-pre h1 {
  font-size: 30px;
  text-align: center;
  padding-top: 100px;
  color:#62aae0;
}
.each-pre h2 {
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
  color: #666868bd;
}
.each-pre h3 {
  font-size: 13px;
  text-align: center;
  padding-top: 2%;
  left: 38%;
  margin:2em auto;
  color: rgba(17, 17, 17, 0.459);
  width: 200px;
  height:30px;
  border:1px solid rgba(10, 10, 10, 0.562);
  background:rgb(255, 255, 255);
  -moz-border-radius: 50px / 25px;	/* 高さ÷2 */
  -webkit-border-radius: 50px / 25px;
  border-radius: 50px / 25px;
  display:none;
} 
.each-pre-menu {
  padding-top: -5%;
}
.prepu-title {
  text-align: center;
  padding-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #424444e0;
}
.pickup h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.ex-pickup h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.pickup-w h3 {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
}
.pre-newinfo {
background-color: #7bb1dbbb;
padding-top: 10%;
padding-bottom: 100px;
}
.pre-newinfo {
  display: none;
}

.preinfo-title {
  text-align: center;
    padding-top: 5%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 25px;
}
.pre-name {
  text-align: center;
  font-size: 30px;
  padding-top: 1%;
  color: #424444e0;
  padding-bottom: 2%;
}
.advertisement {
  height:200px;
  display: none;
}
#s {
  text-align: center;
  border: 1px solid #9fa0a0;
  width: 100px;
  height:100px;
  margin: 100px  0 0 200px;
}

.pre-about {
  height: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.pre-about h2 {
  text-align: center;
  font-size: 30px;
  color:#67aaddd7;
  padding-top: 5%;

}
.pre-about h3 {
  text-align: center;
  width:100%;
  font-size: 15px;
  padding-top: 6%;
  padding-bottom: 8%;
  color: #585656d2;
}
.about-text h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding-top: 6%;
  padding-bottom: 6%;
  color:#50a8eb
  
}
.about-text p {
  line-height: 25px;
  font-size: 14px;
  padding-bottom: 5%;
  color: #5e5c5cb7;
  font-family: Arial, Helvetica, sans-serif;
}
.about-border {
  border-bottom: 1px solid #8f9191b4;
}
.copy  {
  display: none;
}
.phone {
  display: none;
}
/*メニューページ*/
.menu-page {
  padding-top: 80px;
  padding-bottom: 50px;
}

/*個別ページ*/
.each-gym {
  height: 300px;
}
  .each-gym {
    height: 140px;
  }
  .each-gym h1 {
  text-align: center;
  padding-top: 20px;
  font-size: 40px;
  color: #48a9f3;
  
  }
  .each-gym h6 {
    text-align: center;
    padding-top: 1%;
    color: rgba(114, 111, 111, 0.705);
  }
  .gym-trainer {
    font-size:0.5em;
    padding: 0.8em;
    margin-top:5%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width:140px;
    height:20px;
    background:gray;
    border-radius: 50px / 25px;
    font-family: Arial, Helvetica, sans-serif;
    }
    .each-gym-width {
      width: 100%;
    }
    .each-gym-width h1{
      font-family: Arial, Helvetica, sans-serif;
     text-align: center;
     font-size: 8vw;
    }
    .album {
      margin: auto;
      background-color: white;
      position: relative;
    }
    
    .album img {
      width: 80%;
      animation-name: album;
      -webkit-animation-name: album;
      animation-duration: 10s;
      -webkit-animation-duration: 10s;
      animation-iteration-count: infinite;
      -webkit-animation-iteration-count: infinite;
      opacity: 0;
    }
    
    .album .img1 {
      display: block;
      margin: 0 auto;
      width: 300px!important;
      height: 300px!important;
    }
    
    .album .img2 {
      animation-delay: 3s;
      -webkit-animation-delay:3s;
      position: absolute;
      top: 0;
      left: 10%;
      width: 300px!important;
      height: 300px!important;
    }
    .album .img3 {
      animation-delay: 7s;
      -webkit-animation-delay:7s;
      position: absolute;
      top: 0;
      left: 10%;
      width: 300px!important;
      height: 300px!important;
    }
    
    
    @keyframes album {
      0% {
        opacity: 0;
      }
      
      12.5% {
        opacity: 1;
      }
    
      37.5% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }
    
    @-webkit-keyframes album {
      0% {
        opacity: 0;
      }
      
      12.5% {
        opacity: 1;
      }
    
      37.5% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }
    
    
  .info {
    line-height: 20px;
  }
  .info1 {
    line-height: 20px;
   
  }
  .info2 {
    line-height: 20px;
    
  }
    .course {
      height:650px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .course h2{
      border-bottom:1px solid #535252d3;
      padding-top: 10%;
      text-align: center;
      font-size: 22px;
      color:#499ad8;
      padding-bottom:50px;
    }
    .course-width {
      width:100%;
    }
    

    
    .plan_lists {
      display: flex;
      margin-top:20px;
    }

    .plan_lists1 li {
      padding:0.5em;
    }
    .recommend-plan {
      font-size: 10px;
      
      font-family: Arial, Helvetica, sans-serif;
    }
    
    .recommend-plan-bottom {
      font-size: 10px;
      
      font-family: Arial, Helvetica, sans-serif;
    }
    .recommend-plan-middle {
     
      font-size: 10px;
      font-family: Arial, Helvetica, sans-serif;
    }
    .plan-middle {
      padding: 20px;
      font-size: 12px;
      font-family: Arial, Helvetica, sans-serif;
    }
    .plan {
      color: #58a7e4;
      font-size: 16px;
      margin-top: 3%;
      padding: 10px;
      font-family: Arial, Helvetica, sans-serif;
    }
    .plan-border {
      border-bottom: 1px solid #9190909d;
      padding-bottom: 3%;
      text-align: center;
    }
    
    .plan-bottom {
      font-family: Arial, Helvetica, sans-serif;
          font-size: 13px;
          margin-top: 4%;
          padding: 10px;
      
        }
        .width {
          width:90%;
          margin-left: auto;
          margin-right: auto;
        }
    .plan-text {
      padding-top: 3%;
      line-height: 25px;
      color: #666969e5;
      font-family: Arial, Helvetica, sans-serif;
    }
    .service {
      background-color: #6bb7f1;
      height: 500px;
      width:100%;
    }
    .service h2 {
      color: #fafafa;
      text-align: center;
      padding-top: 8%;
      font-size: 35px;
    }
    .service h3 {
      color: #f7f5f5;
      text-align: center;
      padding-top: 2%;
      font-size: 25px;
    }
    .each-service {
      font-size:1em;
      font-family: Arial, Helvetica, sans-serif;
        padding: 1em;
        text-align: center;
        color: rgb(68, 180, 231);
        width:230px;
        height:50px;
        background:rgba(255, 255, 255, 0.863);
        -moz-border-radius: 50px / 25px;	/* 高さ÷2 */
        -webkit-border-radius: 50px / 25px;
        border-radius: 50px / 25px;  
    }
    .each-service li {
      padding: 0px 5px 0 5px;
    }
    .gym-newinfo {
      background-color: #aecdf7;
      padding-bottom: 10%;
      padding-top: 5%;
      display:none
    }
  
    .gym-info {
      padding-top:10%;
    height: 800px;
    width:100%;
    }
  .gym-info h2 {
  text-align: center;
  color:hsl(196, 77%, 76%);
  font-size: 30px;
  padding-top: 10%;
  }
  .gym-info h4 {
  text-align: center;
  padding-top: 5%;
  font-size: 25px;
  padding-bottom: 3%;
  }
 
  .info-border {
    border-top: 1px solid #9190909d;
    padding-top: 5%;
  }
  .blue {
    color: #5db0dc;
    padding: 0.1em 2em;
  }
  .google {
    width:100%;
  }
  .g-map {
    text-align: center;
    height:550px;
  }
/*プライバシー*/
.about__intro {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.title-simple--07 {
  
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.top-price__copy {
  color: #5db0dc;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

/*会社*/
.about__intro {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.table_info {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid black;
}
.table_info td {
  text-align: center;
  border-bottom: 1px solid black;
  font-size: 13px;
}
.table_info img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.contact_done{
  margin-bottom: 25%;
  margin-top: 10%;
  text-align: center;
  font-size: 20px;
  border: 1px solid rgb(248, 247, 247);
  vertical-align: middle;
  color: white;
  background-color: #5db0dc;
}
.done {
 padding-bottom: 5%;
  padding-top: 5%;
}
.contact {
 left: 25%;
}
.re-newinfo {
  display: none;
}
.ex-pickup {
  display: none;
}
.contact {
  left: 25%;
 }
 .box_titlekyk {
   padding: 1px;
   width: 100%;
   font-weight: bold;
   font-size: 14px;
   background-color: #EFEFEF;
   color: #000;
   text-align: center;
   border: 1px solid #595859;
   border-bottom: 0px;
   margin: 2em auto 0em auto;
 }
 .box_srcollbarkyk {
   overflow: auto;
   width: 100%;
   height: 200px;
   padding: 0.5em;
   border: 1px solid #595859;
   background-color: #FFFFFF;
   color: #000;
   font-size: smaller;
   margin: 0em auto 3em auto;
 }
 .btnbluekyk {
   width: 200px;
   font-weight: bold;
   text-decoration: none;
   display: block;
   text-align: center;
   padding: 8px 0 10px;
   color: #fff;
   background-color: #5db0dc;
   border-radius: 5px;
   margin: 0 auto;
 }
 .send-button {
  border: 1px solid #000;
  background-color: rgb(201, 196, 196);
}
.footer-name img {
  width:300px;
}
.footer-name p {
  color:#ffffff;
}
/* Form Layout */
.form-wrapper {
  background: #fafafa;
  color: #5e5e5e;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

.form-wrapper h1 {
  text-align: center;
  padding: 1em 0;
}

.form-wrapper form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #6db8e4;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}
/* 表示画面 */
#stage {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
}
/*全ての写真を水平一列に格納したdiv、#photosに,
スライドショーの animation を設定*/
#photos {
	position:absolute;
	top:0;
	width:100%;
	animation: imgPassToLeft0 17s infinite;
	-webkit-animation: imgPassToLeft0 17s infinite;
}
/*各写真の並び位置を設定
#photo1, #photo2, #photo3, #photo4, #photo5 */
#photo0 { left:  0%; }
#photo1 { left:100%; } 
#photo2 { left:200%; }
#photo3 { left:300%; }
#photo4 { left:400%; }
#photo5 { left:500%; }
#photo6 { left:600%; }
.pic { position:absolute;top:0;width:100%; }
/*写真サイズを可変に*/
.pic img { width:100%; }

/* 全てのラジオボタンを非表示に */
#back1,#back2,#back3,#back4,#back5,#next1,#next2,#next3,#next4,#next5{
	display: none;
}
/*送りボタン文字（＜、＞）の設定*/
.b_left span, .b_right span {
	position: absolute;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	font-weight: bold;
	opacity:0;
	top: 40%;
	color:#EEE;
}
.b_left span {
	left: 5%;;	
}
.b_right span {
	left: 85%;
}
/*ボタン文字hover時の設定*/
.pic:hover > label div span {
	opacity:1;
	color:#EEE;
}
.pic label div span:hover {
	color:#f00;
	cursor:pointer;
}
/* 各送りボタンクリック時のanimation設定 */
#next1:checked ~ #photos {
	animation: imgPassToLeft1 30s infinite;	
	animation-delay: -4.8s;
	-webkit-animation: imgPassToLeft1 30s infinite;	
	-webkit-animation-delay: -4.8s;
}
#next2:checked ~ #photos {
	
	
	animation: imgPassToLeft2 30s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToLeft2 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#next3:checked ~ #photos {
	animation: imgPassToLeft3 30s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToLeft3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#next4:checked ~ #photos {
	animation: imgPassToLeft4 30s infinite;
	animation-delay: -22.8s;
	-webkit-animation: imgPassToLeft4 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#next5:checked ~ #photos {
	animation: imgPassToLeft5 30s infinite;
	animation-delay: -28.8s;
	-webkit-animation: imgPassToLeft5 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back1:checked ~ #photos {
	animation: imgPassToRight1 30s infinite;
	animation-delay: -28.8s;
	-webkit-animation: imgPassToRight1 30s infinite;
	-webkit-animation-delay: -28.8s;
}
#back2:checked ~ #photos {
	animation: imgPassToRight2 30s infinite;
	animation-delay: -22.8s;
	-webkit-animation: imgPassToRight2 30s infinite;
	-webkit-animation-delay: -22.8s;
}
#back3:checked ~ #photos {
	animation: imgPassToRight3 30s infinite;
	animation-delay: -16.8s;
	-webkit-animation: imgPassToRight3 30s infinite;
	-webkit-animation-delay: -16.8s;
}
#back4:checked ~ #photos {
	animation: imgPassToRight4 30s infinite;
	animation-delay: -10.8s;
	-webkit-animation: imgPassToRight4 30s infinite;
	-webkit-animation-delay: -10.8s;
}
#back5:checked ~ #photos {
	animation: imgPassToRight5 30s infinite;
	animation-delay: -4.8s;
	-webkit-animation: imgPassToRight5 30s infinite;
	-webkit-animation-delay: -4.8s;
}
/* animation設定 */
@keyframes imgPassToLeft0 {
	0%  { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft1 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft2 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft3 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft4 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToLeft5 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@keyframes imgPassToRight1 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight2 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight3 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight4 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@keyframes imgPassToRight5 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToLeft0 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft1 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft2 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft3 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft4 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToLeft5 {
	0% { left:-100%; }
	16% { left:-100%; }
	20% { left:-200%; }
	36% { left:-200%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-400%; }
	76% { left:-400%; }
	80% { left:-500%; }
	96% { left:-500%; }
	100% { left:-600%; }
}
@-webkit-keyframes imgPassToRight1 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight2 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight3 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight4 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
@-webkit-keyframes imgPassToRight5 {
	0% { left:-500%; }
	16% { left:-500%; }
	20% { left:-400%; }
	36% { left:-400%; }
	40% { left:-300%; }
	56% { left:-300%; }
	60% { left:-200%; }
	76% { left:-200%; }
	80% { left:-100%; }
	96% { left:-100%; }
	100% { left:0%; }
}
}
