@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
 /*
Theme Name: bunyu
*/

html, body {
  overflow-x: hidden;
}

main {
	background-color: #fff;
	position: relative;
        margin: 65px 0 0;
}

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

.post-link {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 35px auto;
}
.post-link a {
  color: #000;
}


main .page-title {
  border-bottom: solid 1px #777;
  font-size: 1.75rem;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.mainslider {
 　position: relative;
 　height: 100vh !important;
 　 z-index: 1;
}	

html {
	font-size: 70%;
}

body {
	background:/* #cacaca; #32312E*/ 
	background-size: cover;
	color: #333;
	text-align: center;
	font-size: 1.9rem;
	font-family: Raleway, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	
}

*, *::before, *::after {
 box-sizing: border-box;
}

h2 {
	color:#2b2b2b;
}

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

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #666;
}

.flex {
  display: flex;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e7eb;
}

.bold {
	font-weight:bold;
}

.slider  {
   object-fit: contain;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
	position: relative;
	display: inline-block;
	margin: 30px 0 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-size: 3rem;
}
.heading::before, .heading::after {
 content: '';
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
 border-bottom: 1px solid #c90004;
}
.heading::before {
 bottom: 5px;
}
.button {
	display: inline-block;
	width: 330px;
	padding: 20px;
	margin: 5px;
	border-radius: 4px;
	background-color: #363636;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.4rem;
	border: 1px solid rgba(114, 114, 114, 0.4);
}
.button:hover {
	/*opacity: 0.9;*/
	border: 1px solid rgba(114, 114, 114, 0.4);
	background-color: rgba(255, 255, 255, 0.05);
	color: #333;
}
.button-showy {
	background-color: #926DAC;
}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
	    line-height: 1;
}


.buttons .button {
	margin: 10px;
}

/* --------------------------------
 * ↑
 * -------------------------------- */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	
/* --------------------------------
 * コンテンツ
 * -------------------------------- */
	
.site-title h1{
	font-size: 2rem;
	padding: 0;
	border-bottom:#000 solid;
	line-height: 1.3;
	
}

.site-title a{
	color: #000;
 
}
.banner{
    background-color: #2b2b2b;
    min-height: 140px;
    text-align: center;
	
}
.banner h1{
    color: #fff;
    border-bottom:none;
    line-height: 2.5;
     margin: 0;
    
}
.banner .slug {
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
}

.site-title {
	font-size: 1.9rem;
	background-color: #fff;
	padding:0 10px 40px;
    position: relative;
    display: inline-block;
    margin: 15px 0;
    text-align: left;
    width: 80%;
}
}

.site-contents {
	white-space:nowrap;
	overflow:hidden;
	margin: 0 auto;
}

 .site-contents {
 font-size: 1.7rem;
}
 .site-contents::before, .site-contents::after {
 display: block;
 width: 80%;
 margin: 10px auto;
}


	
	
/* --------------------------------
 * about
 * -------------------------------- */
.about {
	margin: 60px 0 0;
	background-color: #fff;
	color: #333;
}
.about-text {
	margin: 30px 0;
	line-height: 2.5;
}
.about-text span {
	color:#926DAC;
}

/* --------------------------------
 * お知らせ
 * -------------------------------- */
#newsBox{
  padding: 20px 10px;
    margin: 5px 17px;
    letter-spacing: 1px;
    font-size: 1.4rem;
    border: 1px solid rgb(89, 81, 83);
}



#newsBox a {
  text-decoration: none;
  color: #000;
  font-size: 1.7rem;
}

#newsBox p {
  padding: 0;
  margin: 0;
}
#newsBoxbutton {
    display: inline-block;
  　padding: 5px 10px;
    margin: 5px 17px;
    border-radius: 4px;
    background-color: #363636;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 1.4rem;
    border: 1px solid rgba(114, 114, 114, 0.4);
}

/* --------------------------------
 * 入会希望
 * -------------------------------- */
#hope {
  background:  #2b2b2b;
  padding: 10px;
 
}
#hope p{
  color: #fff;
 
}
#hope .button{
	background-color: #fff;
	color: #000;
	transition: 0.3s;
}

#hope .button:hover {
    background-color: #fff;
	color: #c7000c;
}

/* --------------------------------
 * 会員紹介
 * -------------------------------- */

.member-table {
  width: 100%;
  border-collapse: collapse;
}

.member-table th,
.member-table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.member-table th {
  background: #f5f5f5;
}

.member-table a:hover {
  color: #666;
}
/* --------------------------------
 * footer
 * -------------------------------- */

.fh5co-social-icons a {
	padding: 4px 8px;
	color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
	font-size: 34px;
	color: #f1b400;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
	text-decoration: none;
	color: #000;
	text-decoration: none !important;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 1.2rem;
  background: #cacaca; 
  
}
#footer li a {
  font-size: 1.2rem;
  color: #2b2b2b;
  transition: 0.3s;
}
#footer li a:hover {
    opacity: 0.7;
}

#footer .content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .item {
  width: 30%;
}
#footer .footer-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#footer .footer-title img {
    width: 200px;
    background-color: #cacaca;
    padding: 5px;

}


#footer .menu-list {
  border-bottom: solid  1px #777;
}
#footer .menu-list > li {
  border-top: solid  1px #777;
  padding: 15px;
  text-align: left;
}
#footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  footer
  -------------------------------------------*/
  #footer .content {
    flex-direction: column;
  }
  #footer .item {
    width: 100%;
    margin-bottom: 30px;
  }
}



/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 1024px) {
 body {
 background-image: none;
}
}
@media (max-width: 768px) {
 body {
 font-size: 1.4rem;
}
p{
 font-size: 1.4rem;
}

 .post-link {
    width: 100%;
    font-size: 1.4rem;
}
 .heading {
 margin-top: 20px;
 font-size: 2.5rem;
}
 .button:hover {
 opacity: 1;
}
.banner {
    height: auto;
}
.banner h1{
    line-height: auto;
    
}
 .site-contents {
 font-size: 1.7rem;
}
 .site-contents::before, .site-contents::after {
 display: block;
 width: 80%;
 margin: 10px auto;
}
 .site-title {
 font-size: 2.5rem;
}

  /* --- about --- */
.about-text {
 line-height: 1.8;
}
 
/* --- page --- */
 .site-contents {
 font-size: 1.7rem;
}
 .site-contents::before, .site-contents::after {
 display: block;
 width: 80%;
 margin: 10px auto;
}

  /* --- contact --- */
  .contact {
 padding-bottom: 80px;
}
 .contact-form {
 width: 80%;
}

.cc {
	max-width:100%;
}