/*
Theme Name:  taiankaku_gym
Template:  understrap
*/



/*全体*/
.wrapper,
main{
	padding: 0 !important;
}
p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 10pt;
	line-height: 24px;
	text-align: justify;
	text-justify: inter-ideograph;
}
ul{
	margin-bottom: 0 !important;
	padding-top: 7px;
	padding-bottom: 7px;
}
a:hover{
	opacity: 0.6 !important;
	text-decoration: none !important;
	color: #B52121 !important;
}
@media screen and (max-width:767px) {
	/*.col-4,.col-12{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}*/
}

/*タイトル*/
.title_block{
	text-align: center !important;
}
.title_block h1{
	font-family: Andale Mono;
	margin-top: 40pt;
	letter-spacing: 5px;
}
.title_line{
	border-top: solid 1px #A08552;
	width: 100px;
	margin: 0 auto !important;
}
.title_block p{
	margin-top: 0;
	text-align: center !important;
}
@media screen and (max-width:767px) {
	.title_block h1{
		margin-top: 25px;
		margin-bottom: 5px;
		font-size: 25pt;
	}
	.title_block p{
		margin: 5px auto;
		width: 330px;
	}
	.title_line{
		width: 80px !important;
	}
}

/*固定ページ　内容表示*/
.entry-title,
.post-edit-link{
	display: none;
}



/*header-----------------------------------------------------------*/
.header_block a{
	font-family: Andale Mono;
	color: #fff;
	text-align: center !important;
	font-weight: 600;
}
.header_block2 a{
	font-family: Andale Mono;
	color: #000;
	text-align: center !important;
	font-weight: 600;
}
.header_block3 a{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #fff;
	text-align: center !important;
	font-weight: 600;
}
.header_block3 a:hover{
	color: #fff !important;
}
.header_block{
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.header_block2{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.header_block3{
	background-color: #B52121;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/*ハンバーガーメニュー======================*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 25px;
  top   : 15px;
  width : 38px;
  height: 38px;
  cursor: pointer;
  text-align: center !important;
	background-color: #fff;
	margin: 0 auto !important;
	border-radius: 50px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 20px;
  height  : 2px ;
  left    : 9px;
  background : #000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 11px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 25px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 17px;
  background : #000;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 17px;
  background : #000;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#CCCACA;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
@media screen and (max-width:767px) {
	/*SNS*/
	.HMsns{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.HMsns ul{
		display: inline-block !important;
	}
	.HMsns a.btn-sns--facebook,
	.HMsns a.btn-sns--instagram,
	.HMsns a.btn-sns--twitter{
		background: none;
	}
	.HMsns .fa-facebook-f,
	.HMsns .fa-instagram,
	.HMsns .fa-twitter{
		color: #fff;
		font-size: 20pt;
	}
	
	
}


/*footer------------------------------------------------------------*/
.footer_block{
	background-color: #000;
	padding-top: 60pt;
}
.footer_block .col-4{
	margin-bottom: 40pt;
}
.footer_block2{
	background-color: #000;
	text-align: center;
}
.footer_block2 li{
	color: #fff;
	font-size: 10pt;
	display: inline-block;
	opacity: 0.6;
}
.footer_block2 a{
	color: #fff !important;
}
.footer_block2 ul{
	list-style: none;
	padding-left: 0;
	opacity: 0.6;
}
.footer_block3{
	text-align: center;
	color: #A08552;
	font-size: 8pt;
	background-color: #000;
	padding-top: 10pt;
	padding-bottom: 10pt;
}
@media screen and (max-width:767px) {
	.footer_block{
		padding-top: 45px;
	}
	.footer_block .col-4{
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 45px;
	}
}

/*front-page------------------------------------------------------------*/
/*トップバナー======================*/
@media screen and (max-width:767px) {
	
	.front_sp1{
		max-width: 100% !important;
	}
}
.top_il1{
	width: 450px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
}
@media screen and (max-width:767px) {
	.top_il1{
		width: 250px;
		opacity: 0.3;
	}
}
/*○○について======================*/
.about_block1{
	margin-top: 40pt;
}
/*about1.3*/
.about1 img,
.about3 img{
	box-shadow:  0 5px 5px 0 #707070;
}
.about1 h2,
.about3 h2{
	color: #A08552;
	font-weight: 600;
	margin-top: 30pt;
}
.about1 p,
.about3 p{
	font-size: 11pt;
	margin-top: 20pt;
	padding-left: 15pt;
	padding-right: 15pt;
}
.about1 h2,
.about1 p,
.about3 h2,
.about3 p{
	padding-left: 15pt;
}
.about3{
	margin-top: 55pt;
}
@media screen and (max-width:767px) {
	.about_block1{
		margin-top: 25px !important;
	}
	.col-6{
		padding-right: 0;
		padding-left: 0;
	}
	.about1 img,
	.about3 img{
		max-width: 200px !important;
		box-shadow:  0 5px 5px 0 #707070;
	}
	.about1 h2,
	.about3 h2{
		margin-top: 5px;
		font-size: 13pt;
		padding-left: 0;
		padding-right: 10px;
	}
	.about1 p,
	.about3 p{
		font-size: 8pt;
		margin-top: 10px;
		padding-left: 0;
	}
	.about3{
		margin-top: 20px;
	}
	
	
}
/*about2*/
.about2 img{
	box-shadow:  0 5px 5px 0 #707070;
}
.about2{
	margin-top: 55pt;
}
.about2 h2{
	color: #A08552;
	font-weight: 600;
	margin-top: 30pt;
}
.about2 p{
	font-size: 11pt;
	margin-top: 20pt;
}
.about2 h2,
.about2 p{
	padding-right: 5px;
}
@media screen and (max-width:767px) {
	.about2{
		margin-top: 20px;
	}
	.about2 img{
		max-width: 200px !important;
		box-shadow:  0 5px 5px 0 #707070;
	}
	.about2 h2{
		margin-top: 5px;
		font-size: 13pt;
		padding-left: 10px;
		padding-right: 0;
	}
	.about2 p{
		font-size: 8pt;
		margin-top: 10px;
		padding-left: 10px;
	}
}
/*ジム機器紹介======================*/
.area_block1{
	background-color: #000;
	margin-top: 40pt;
}
@media screen and (max-width:767px) {
	.area_block1{
		margin-top: 30px;
	}
}
/*タイトル*/
.area_block1 .title_block h1{
	color: #fff;
	margin-top: 120pt;
}
.area_block1 .title_block p{
	color: #fff;
}
.area_txt1{
	color: #fff;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 50%;
	margin: 50pt auto 0 auto !important;
}
.top_il2{
	width: 450px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}
@media screen and (max-width:767px) {
	.area_block1 .title_block h1{
		margin-top: 25px !important;
		font-size: 22pt;
	}
	.area_block1 .title_block p{
		font-size: 8pt;
		width: 190px;
		margin: 10px auto 0 auto !important;
	}
	.area_txt1{
		width: 100px;
		margin: 15px auto 0 auto !important;
		text-align: justify !important;
		text-justify: inter-ideograph !important;
	}
}
/*area_block2*/
.area_block2{
	background-color: #000;
}
.top_il3{
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.5;
}
.area_block2 h3,
.area_block2 p,
.area_block2 a{
	text-align: center !important;
	color: #fff;
}
.area_block2 h3{
	padding-top: 200pt;
	font-weight: 600;
	font-size: 18pt;
}	
.area_block2 p{
	padding-top: 15pt;
	text-align: left !important;
	width: 400px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	.area_block2 img{
		padding-top: 30px;
	}
	.top_il3{
		width: 100px !important;
	}
	.area_block2 h3{
		font-size: 13pt;
		padding-top: 45px !important;
		padding-right: 15px;
	}
	.area_block2 p{
		padding-top: 5px;
		font-size: 10pt;
	}
	.area2_txt{
		padding-right: 15px;
	}
	
	
}
/*area_block3*/
.area_block3{
	padding-top: 55pt;
	padding-bottom: 7em;
	background-color: #000;
	text-align: center !important;
	color: #fff;
}
.top_il4{
	width: 300px;
	position: absolute;
	bottom: 45%;
	opacity: 0.5;
}
.area_block3 h3{
	padding-top: 15pt;
	font-weight: 600;
	font-size: 15pt;
}	
.area_block3 p{
	width: 350px;
	margin: 0 auto;
}
.item_block2{
	padding-top: 45pt;
	padding-left: 70pt !important;
	padding-right: 70pt !important;
}
.item_block{
	margin-top: 50pt;
}
.item11 img{
	width: 100px;
}
.item11p{
	width: 500px !important;
	padding-top: 15pt;
}
@media screen and (max-width:767px) {
	
}
/*お知らせ======================*/
.top_il5{
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	opacity: 0.5;
}
.title_block .title_news{
	padding-top: 50pt;
}
.news_block{
	margin-top: 30pt;
}
.top_news_block{
	padding: 15pt 55pt;
	background-color: #fff;
	border-bottom: solid 1px #C3C3C3;
}
.the_date{
	text-align: center;
	color: #606060;
	opacity: 0.8;
}
.the_title a,
.yajirusi a,
.a_more a{
	color: #212529;
}
.a_more{
	margin-top: 30pt;
	text-align: center;
}
@media screen and (max-width:767px) {
	.top_il5{
		width: 250px;
		opacity: 0.3;
	}
	.news_block{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		font-size: 10pt;
	}
	.news_block .col-4,
	.news_block .col-7{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.top_news_block{
		padding: 25px 10px 25px 10px;
	}
	.yajirusi a{
		position: absolute;
		bottom: 10%;
	}
}
/*アクセス======================*/
.access_block{
	background-image: url("img/access_img1.png");
	max-width: 100% !important;
	margin-top: 60pt;
	padding-bottom: 80pt;
}
.access_block .title_news,
.access_block p{
	color: #fff;
}
.access_txt{
	background-color: #fff;
	padding-top: 10em;
}
.access_block2 .col-4 p{
	padding-left: 6em;
}
.access_block2{
	margin-top: 30pt;
}
.access_block2 .col-4{
	padding-left: 0;
	padding-right: 0;
	height: 450px;
}
.access_block2 p{
	color: #212529;
}
.access_block2 iframe,
.access_block2 object,
.access_block2 embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width:767px) {
	.access_block{
		max-width: 425px !important;
	}


/*page-terms 施設利用規約------------------------------------------------------------*/
.terms_block{
	margin-top: 50pt;
	margin-bottom: 50pt;
}
@media screen and (max-width:767px) {
	.terms_block{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.terms_block .col-md-8{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/*page-privacy 個人情報保護方針------------------------------------------------------------*/
.privacy_block{
	margin-top: 50pt;
	margin-bottom: 50pt;
}
@media screen and (max-width:767px) {
	.privacy_block{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.privacy_block .col-md-8{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

/*page-faq よくある質問------------------------------------------------------------*/
.faq_block{
	margin-top: 50pt;
	margin-bottom: 50pt;
}
/*Q＆A内容*/
.txt_qa{
	margin-top: 40pt;
}
.txt_qa label{
	background-color: #fff;
	border: solid 1px #fff; 
	padding: 10px 12px;
	width: 100% !important;
}
.box_w{
	margin-bottom: 0 !important;
}
.ct1_title,
.ct2_title,
.ct3_title,
.ct4_title{
	margin-bottom: 0 !important;
	font-weight: bold;
}
.qa_block{
	margin-top: 35pt;
}
#ct2_title,
#ct3_title,
#ct4_title{
	margin-top: 30pt;
}
@media screen and (max-width:767px) {
	.txt_qa{
		margin-top: 25px !important;
		padding-left: 25px;
		padding-right: 25px;
	}
}

/*質問・回答内容表示と非表示ーーーーーーーーーーー*/
/*====================================================================
アコーディオン
====================================================================*/
.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  color: #000;
  font-size: 26px;
  font-weight: 500;
	letter-spacing: normal;
  padding: 10px 15% !important;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {/*＋マーク*/
  display: block;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative !important;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {/*inner_box*/
  display: none;
  padding: 10px 15%;
	background-color: #fff;
	margin-bottom: 25pt;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
p.ct1_q,
p.ct2_q,
p.ct3_q,
p.ct4_q{
	font-size: 10pt !important;
	font-weight: 500;
}
p.ct1_a,
p.ct2_a,
p.ct3_a,
p.ct4_a{
	font-size: 10pt !important;
}
.icon_A{
	margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 10px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 10px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


/*archive お知らせページ------------------------------------------------------------*/
.news_block{
	margin-top: 50pt;
	margin-bottom: 50pt;
}
/*ページナビ*/
.news_navi{
	margin-top: 20pt;
	margin-bottom: 50pt;
}
.news_navi:hover{
	color: #9A7C11;
}
.col-12 .wp-pagenavi{
	text-align: center;
}
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #312C2C;
	background-color: #fff;
    padding: 4px 10px;
}
.wp-pagenavi span.current {
    border-color: #312C2C;
}
@media screen and (max-width: 767px) {
	.col-3,.col-7,.col-2{
		padding-right: 0;
		padding-left: 0;
	}
	.news_navi{
		margin-bottom: 55px !important;
	}
}

/*single お知らせ（個別）ページ------------------------------------------------------------*/
.post_page .title{
	text-align: center;
	font-size: 30pt;
	margin-top: 60pt;
	margin-bottom: 45pt;
}
.post_page ul{
	padding-left: 0;
	color: #A09D9D;
	font-size: 10pt;
}
.post_page ul a{
	color: #A09D9D;
}
.post_page li{
	display: inline-block
}
.post_nav{
	margin-top: 45pt;
	margin-bottom: 60pt;
}
@media screen and (max-width:767px) {
	.post_page .title{
		margin-top: 45px;
		margin-bottom: 45px;
		font-size: 15pt;
		padding-left: 30px;
		padding-right: 30px;
	}
	.post_page .col-md-8{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.post_page ul{
		padding-left: 15px;
		padding-right: 15px;
	}
	.post_page p{
		padding-left: 15px;
		padding-right: 15px;
	}
	.post_nav{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 45px;
		margin-bottom: 45px;
	}
}

/*page-contact お問い合わせページ------------------------------------------------------------*/
.contact_block{
	background-image: url("img/contact_img1.png");
	background-size: cover;
	color: #fff;
	height: 25em;
}
.contact_block .title_block{
	margin-top: 45pt;
}
.form_block{
	margin-top: 40pt;
	margin-bottom: 40pt;
}
.contact_txt{
	margin-top: 25pt;
	margin-bottom: 55pt;
	text-align: center;
}
@media screen and (max-width:767px) {
	.contact_block{
		width: 410px;
		height: 200px;
	}
	.form_block{
		margin-top: 35px;
		margin-bottom: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact_txt{
		margin-top: 20px;
		margin-bottom: 45px;
	}
}
/*お問い合わせ　詳細*/
.wpcf7 input[type=submit] {
    color: #000 !important;
    border-color: #000 !important;
	height: 60px !important;
}
.wpcf7 input[type=submit]:hover{
    color: #fff !important;
    border-color: #000 !important;
	background-color: #000 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #B52121;
	text-align: center;
	padding: 8px 20px;
	margin-top: 10pt;
	margin-bottom: 30pt;
}
span.wpcf7-list-item {
    display: block !important;
}
a.checkbox{
	color: #000 !important;
}
@media screen and (max-width:767px) {
	
}

/*page-rack 使い方------------------------------------------------------------*/
.howto_block1{
	background-color: #000000;
	color: #fff;
	padding-bottom: 60pt;
	margin-bottom: 55pt;
}
.howto_block1 .row{
	margin-top: 55pt;
}
.howto_block1 h3{
	margin-top: 7em;
}
.howto_block1 .col-4 p{
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
@media screen and (max-width: 767px) {
	.top_il3{
		width: 200px;
		opacity: 0.5;
	}
	.howto_block1{
		padding-bottom: 45px;
		margin-bottom: 35px;
	}
	.howto_block1 h3{
		margin-top: 45px;
		font-size: 18pt;
		font-weight: 600;
	}
}
/*使い方*/
.howto1{
	padding-bottom: 30pt;
}
.howto1 h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: 600;
}
.howto1 p{
	font-size: 8pt;
}
.howto_block3{
	background-color: #E5E5E5;
	padding-top: 30pt;
}
@media screen and (max-width: 767px) {
	.howto1{
		padding-bottom: 10px;
	}
	.howto1 .col-6{
		padding-left: 12px;
		padding-right: 12px;
	}
}

























