@charset "utf-8";
/*
Theme Name: pc
Author: pc
Author URI: https://minigym365.jp/
Description: MINI GYM 365
*/


/*cssのリセット*/
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
 
body {
  line-height: 1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}
 
nav ul {
  list-style: none;
}
li{
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
 
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
 
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
 
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
 
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
 
del {
  text-decoration: line-through;
}
 
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
 
table {
  border-spacing: 0;
  border-collapse: collapse;
}
 
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}


/*サイト全体の基準となるCSSを記述*/
html{
  scroll-behavior: smooth;
}
 
body{
  font-family: source-han-sans-japanese,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
	color: #333;
	line-height: 1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	/*letter-spacing: 2px;*/
	letter-spacing: 0.8pt;
	text-shadow: 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
  background-color: #eee;
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
#wrapper{
	width:1000px;
  background-color: #FFFCF3;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px auto;
  border: solid 1px #b2b4b0;
}

header{
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #b2b4b0;
}
header ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
#header-logo{
  margin-bottom: 15px;
  padding-left: 20px;
}
#header-logo img{
  width: 320px;
}
#description{
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 20px;
}
#login-box{
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: stretch;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}
#login-box div{
  width: 150px;
  border: 2px solid #333333;
  position: relative;
}
#login-box div a{
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  color: #333;
  background-color: #d0ebf6;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
#login-box div a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
#login-box div a:hover {
  color: #fff;
}
#login-box div a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.space{
  display: block;
  width: 100%;
  height: 50px;
  background-color: #eee;
  border-bottom: solid 1px #b2b4b0;
}

#about-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}

#about-cont{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 50px;
}
#top-illust{
  width: calc(42% - 40px);
  padding-left: 40px;
}
#top-illust img{
  width: 100%;
}
#qa-list{
  width: calc(58% - 50px);
}
#qa-list ul{
  position: relative;
  z-index: 0;
}
#qa-list ul li{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#qa-list ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.point{
  color:#ef5264;
}


#img-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
h2{
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  padding-left:20px;
}
.sub-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 22px;
  margin-top: -10px;
  margin-bottom: 40px;
}
#img-box ul{
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-direction: row;
}
#img-box ul li{
  width: calc((100% / 3) - 20px);
  height: auto;
  overflow: hidden;
  border: 2px solid #333333;
}
#img-box ul li img{
  width: 100%;
  height: auto;
  transition: transform .6s ease;
  display: block;
}
#img-box ul li:hover img {
  transform: scale(1.1); /* 拡大 */
}
.right{
  font-weight: bold;
  text-align: right;
  padding: 10px;
}

#parking-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#parking-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: 50px;
}
#parking-box ul li{
  width: 40%;
  position: relative;
  z-index: 0;
}
#parking-box ul li img{
  width: 100%;
}
.parking-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin: 50px 0 0 50px;
}
.parking-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}

#map-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#map-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: 30px;
}
#map-box ul li{
  position: relative;
  z-index: 0;
}
#map-box ul li:nth-child(1){
  width: 50%;
}
#map-box ul li:nth-child(2){
  width: 40%;
}
#map-box ul li img{
  width: 100%;
}
.map-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin: 50px 0 0 50px;
}
.map-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}


#facility-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#facility-box ul{
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-direction: row;
  gap: 50px;
  padding: 0 50px;
}
#facility-box ul li{
  padding: 5px;
}
#facility-box ul li img{
  width: calc(100% - 40px);
  display: block;
  margin: 20px;
}
#facility-box ul li p{
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

#inbody-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
  position: relative;
  z-index: 0;
}
#inbody-box div{
  margin: 0 50px;
}
#inbody-box img{
  width: 856px;
}
.inbody-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin-top: 20px;
}
.inbody-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
#inbody-box div a{
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  color: #333;
  background-color: #d0ebf6;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  margin-top: 10px;
}
#inbody-box div a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
#inbody-box div a:hover {
  color: #fff;
}
#inbody-box div a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}


#machine-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#machine-box p.sub-title{
  margin-bottom: 70px;
}
#machine-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 50px 30px;
  padding: 0 50px;
  flex-wrap: wrap;
}
#machine-box ul li{
  position: relative;
  width: calc((100% - 200px) / 5);
  padding: 5px;
  border: 2px solid #333333;
  background-color: #ffffff;;
}
#machine-box ul li img{
  width: calc(100% - 40px);
  display: block;
  margin: 20px;
}
#machine-box ul li p{
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.part{
  position: absolute;
  top: -12%;
  left: 15%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100px;
  height: 30px;
  border: 2px solid #333333;
  background-color: #eee;
  font-weight: bold;
}
.youtube_link{
  color: ff0033;
  padding: 5px;
  margin: 5px;
}
.youtube_link a{
  text-decoration: none;
  text-shadow: none;
}


#manners-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#manners-box p.sub-title{
  margin-bottom: 50px;
}
#manners-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 30px 30px;
  padding: 0 50px;
  flex-wrap: wrap;
}
#manners-box ul li{
  position: relative;
  width: calc((100% - 150px) / 4);
  padding: 5px;
  border: 2px solid #333333;
  background-color: #ffffff;;
}
#manners-box ul li img{
  width: calc(100% - 60px);
  display: block;
  margin: 10px 30px;
}
#manners-box ul li p{
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.num{
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #333333;
  background-color: #eee;
  font-weight: bold;
}


#blog-box{
  padding: 20px 0px 100px 0;
  border-bottom: solid 1px #b2b4b0;
}
#blog-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 30px 30px;
  padding: 0 50px;
  flex-wrap: wrap;
}
#blog-box ul li{
  position: relative;
  width: calc((100% - 100px) / 3);
  border: 2px solid #333333;
  background-color: #ffffff;;
}
#blog-box ul li a{
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  transition-duration: .4s;
  z-index: 2;
  color: #333;
  padding: 5px;
}
#blog-box ul li a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -25%;
  right: 0;
  width: 150%;
  padding-top: 150%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
#blog-box ul li a:hover {
  color: #fff;
}
#blog-box ul li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
#blog-box ul li img{
  width: calc(100% - 10px);
  display: block;
  margin: 5px;
}
#blog-box ul li p{
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
#blog-box ul li p.post-title{
  margin: 7px;
  height: 4.5rem;
}
#blog-box ul li p.single-date{
  text-align: center;
  vertical-align: middle;
  margin: 5px;
}


#join-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
  position: relative;
  z-index: 0;
}
#join-box div{
  margin: 0 50px;
}
#join-box img{
  width: 856px;
}
.join-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin-top: 20px;
  width: 816px;
}
.join-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}

#payment-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
  position: relative;
  z-index: 0;
}
#payment-box div{
  margin: 0 50px;
}
.payment-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin-top: 20px;
  width: 816px;
}
.payment-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}
.payment-txt span{
  font-weight: bold;
}


#contact-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#contact-box ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  margin-left: 50px;
}
#contact-box ul li{
  position: relative;
  z-index: 0;
}
#contact-box ul li:nth-child(1){
  width: 20%;
}
#contact-box ul li:nth-child(2){
  width: 50%;
}
#contact-box ul li img{
  width: 100%;
  border: 2px solid #333333;
}
.contact-txt{
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #333333;
  background-color: #ffffff;
  margin: 30px 0 0 50px;
}
.contact-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #333333;
  background-color: #ffffff;
}


#others-box{
  padding: 20px 0px 50px 0;
  border-bottom: solid 1px #b2b4b0;
}
#others-box div{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  gap: 30px 30px;
  padding: 0 50px;
  flex-wrap: wrap;
}
#others-box div a{
  position: relative;
  width: calc((100% - 100px) / 2);
  border: 2px solid #333333;
  background-color: #ffffff;;
  display: block;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  transition-duration: .4s;
  z-index: 2;
  color: #333;
  padding: 5px;
}
#others-box div a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: -25%;
  right: 0;
  width: 150%;
  padding-top: 150%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
#others-box div a:hover {
  color: #fff;
}
#others-box div a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}
#others-box div a img{
  width: calc(100% - 14px);
  display: block;
  margin: 5px;
}
.others-txt{
  font-weight: bold;
  font-size: 12px;
  margin: 5px;
  text-align: center;
}


#single-box{
  font-size: 17px;
  line-height: 2;
  padding: 20px 100px 50px 100px;
  border-bottom: solid 1px #b2b4b0;
}
#single-box img{
  border: 2px solid #333333;
  width: calc(100% - 4px);
  margin: 20px 0;
}
#single-box iframe{
  width: 760px;
  margin: 20px;
}

#single-box h1{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  padding: 0px 20px;
}
#single-box h2{
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  border-top: solid 1px #b2b4b0;
  padding: 20px;
}
#single-box p.sub-title{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 2px;
  margin: 0px 0px 40px 20px;
  display: inline-block;
}
#single-box p{
  margin: 0px 20px;
}
#single-box a{
  color: #025f85;
  border-bottom: dotted 2px;
  text-decoration: none;
}

#single-box a{
  position: relative;
  cursor: pointer;
}
#single-box a::before {
  background: #0291cb;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#single-box a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}


footer{
  padding: 30px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
footer div{
  width: 150px;
  border: 2px solid #333333;
  position: relative;
}
footer div a{
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  color: #333;
  background-color: #d0ebf6;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}
footer div a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
footer div a:hover {
  color: #fff;
}
footer div a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}


/*pager*/
.pager{
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: -.4em;
    font-family: source-han-sans-japanese,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dots {
  padding-right: 5px;
}

a.page-numbers,
.pager .current{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 6px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -pie-border-top-left-radius: 3px;
    -pie-border-top-right-radius: 3px;
    -pie-border-bottom-right-radius: 3px;
    -pie-border-bottom-left-radius: 3px;
    behavior: url(/PIE.htc);
    color: #2f3850;
    text-align: center;
    letter-spacing: normal;
    vertical-align: middle;
    height: 2rem;
    width: 2rem;
}
 
.pager .current{
  cursor: default;
    background: #eee;
    border-bottom: 0;
  line-height: 2rem;
  padding: 10px
}
.pager a{
    border-bottom: 2px solid #eee;
    line-height: 2rem;
  padding: 10px
}
 
.pager a:hover{
    background:#fafafa;
    text-decoration:none
}

.more_blog{
  position: relative;
  margin: 30px 80px 0 0
}
.more_blog a{
  border: 2px solid #333333;
  width: 200px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-shadow: none;
  color: #333;
  background-color: #d0ebf6;
  padding: 10px 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  transition-duration: .4s;
  z-index: 2;
}
.more_blog a::after {
  background: #025f85;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
 
.more_blog a:hover {
  color: #fff;
}
.more_blog a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}