@charset "UTF-8";
/*
Theme Name: xeory_extension-child
Theme URI: https://xeory.jp/extension
Description: Child theme for the Xeory
Author: バズ部
Author URI: https://bazubu.com/
Template: xeory_extension
Version: 0.2.6
*/
/* all display
-------------------------------------------------- */
body {
  color: #555;
  background: #f8f4e6;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

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

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

/* ----------------------------------
TOP
---------------------------------- */
#header { background: #3b4552; height: 60px; }
#header #logo {
  height: 60px;
  line-height: 60px;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header-right { height: 60px; }

body.home #main_visual {
  background-image: url(https://mental-golf.hkd1.com/wp-content/uploads/2022/04/main_bg.jpg);
  background-color: #000;
  /* 画像の下地色 */
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
body.home #main_visual .main_logoArea {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_logoArea .main_logoinner {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}
.main_logoArea .main_logoinner .main_logoimg { padding-top: 40%; }
.main_logoinner .main_logoimg img { max-width: 100%; width: 100%; height: auto; vertical-align: bottom; }

body.home #front-contents .c_text .c_btn a {
  width: 50%;
}
body.home #front-contact { background: #f8f4e6; }
body.home #front-contact .c_box_inner p { color: #555; }
body.home #content { padding-top: 0; }

body.home .front-main-cont .front-cont-header .cont-ruby {
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
}
body.home .front-loop { border: none; margin: 0; }
body.home .front-loop.front-main-cont h2 { padding: 0; border: none; }
body.home #front-contents .c_box { border-bottom: none; }

/* 動画 ---------- */
.main_videoArea {
  margin: 0 auto;
  padding: 0 0 80px;
}
.main_videoArea .wrap { padding-top: 80px; }
.main_videoArea .videoArea_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.videoArea_col .video_txtarea { width: 45%; font-size: 1.05em; }
.video_txtarea p { margin-bottom: 1.2em; }
.video_txtarea .videotxt_ul {
  margin-bottom: 1.5em;
  background: #fff;
  padding: .5em;
  color: #47B39D;
  border-radius: 5px;
  font-weight: bold;
}
.videoArea_col .top_video { width: 50%; }

.top_video .top_video_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.top_video .top_video_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 投稿 ---------- */
aside.post-author,
aside#comments,
.post-meta-area .post-meta-comment { display: none; }
#side {
  background: #fff;
  border: 1px #e5e5e5 solid;
  padding: 30px 20px;
}
#side h2 { 
  background: #3B4552; 
  color: #fff;
  padding: 8px 10px;
}
#side ul { padding-top: 1em; }
.side-widget a {
  color: #5e5e5e;
}
.side-widget a:hover {color: #5e5e5e; text-decoration: none; }
.side-widget ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #c6bea6;
}
.side-widget { padding-bottom: 10px; }
.single-post article .post-title { margin-bottom: 0; }
.single-post article .post-sns,
.single-post article .post-footer { display: none; }
.single-post article .post-content { padding: 30px 64px 120px; }


/* ----------------------------------
FOOTER
---------------------------------- */
#footer .footer-01 { padding: 10px 0; }
#footer .wrap {
  padding: 8px 0;
}
#footer-brand-area { padding-bottom: 20px; margin-bottom: 20px; }
#footer-brand-area .footer-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-brand-area .footer-logo img { max-width: 185px; }



@media screen and (max-width: 991px) {
  .main_videoArea .videoArea_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .videoArea_col .video_txtarea { width: 100%; }
  .videoArea_col .top_video {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 0
  }
}


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