@charset "UTF-8";
/*-----------------------------------------------
Theme Name: XeoryExtensionChild
Theme URI: http://xeory.jp/extension
Description: Xeory拡張テーマ 子テーマ
Template: xeory_extension
Author: Taku
Author URI: http://bazubu.com/
-----------------------------------------------*/
@import url('../xeory_extension/style.css');

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px
* desktop / laptop / tablet / phone
---------------------------------------- */


#header {
  background-color: #fff;
}

/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
  background: #fff;
}

/* ----------------------------------------
* frontpage
---------------------------------------- */

body.home {
	background: none !important;
}

body.home #main_visual {
  color: #000;
  background-color: #ffe7cf;
  background-position: right 10% !important; /*　over write to custom-headr.php */
  /*background-size: auto !important;*/
  background-repeat: no-repeat;
}

body.home #main_visual .wrap {
	padding-top: 0 !important;
	text-align: left;
	height: 100%;
	position: relative;
}

body.home #main_visual h2 {
  color: #000;
  font-weight:bold;
}

body.home div#main_visual h2, body.home div#main_visual p {
  display: block;
  padding: 20px;
}

body.home div#main_visual p {
	margin-left: 0;
	position: absolute;
	width:60%;
	bottom: 5vh;
	right: 0;
	line-height: 1.5;
	font-size: 1.0em;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;/*角の丸み*/
	
}

body.home .front-loop .popular_post_box {
	width: auto;
}

body.home #content {
	background: none !important;
}


/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 991px) {
 body.home .front-loop .popular_post_box {
   width:auto;
 }
 
 body.home #main_visual h2 {
   font-size: 4.5vh;
 }

}

@media screen and (max-width: 767px) {
  body.home #main_visual {
  	background-image:url(https://heat-stroke.grus.tokyo/wp-content/uploads/2020/06/GRS103-01_front_angle_facing_left_500x500_opt.jpg) !important;
    background-position: center 30% !important; /*　over write to custom-headr.php */
    background-size: 45vh !important;
    background-repeat: no-repeat;
  }
  body.home #main_visual h2 {
  	font-size: 5vw;
  }
  body.home div#main_visual p {
	margin-left: 0;
	position: absolute;
	width:80vw;
	bottom: 2vh;
	line-height: 1.6;
	font-size:1.0em;
	font-weight:normal;
  }
}


/*********************
**  Contact Form
**********************/

.contactFormContainer {
	padding: 10px;
	border-radius: 10px;
	border:1px solid #fff;
	background-color: #fff;
}

.contactFormWrapper div {

	padding: 5px;
}

.contactFormWrapper {
	overflow: hidden;
	background-color: #fff;
	padding-bottom:20px;
	border-bottom:0.5px dotted #ccc;
}

.contactItemTitle {
	width: 30%;
	float:left;
	text-align: right;
}

.contactFormTag {
	width:70%;
	float:right;
}

body.home #front-contact .c_box_inner input[type=submit] {
	margin:20px auto;
}

/* ----------------------------------------
* post
---------------------------------------- */
body.home .front-loop h2 {
	font-weight: bold;
	font-size:1.8em;
}

.table-wrap {
	white-space:normal;
	overflow-x: auto;
}

.imgSizeAdjust80pc img {
  width:80% !important;
  height:auto !important;
}

/* ----------------------------------------
* footer
---------------------------------------- */
#footer {
	color: #000;
}

#footer a {
  color: #000;
}

.footer-01 {
  background: #fff;
}

.footer-02 {
  background-color: #eee;
  border-top: 1px solid #ddd;
}

/* ----------------------------------------
* apps
---------------------------------------- */
iframe#twitter-widget-0 html body div#app div:first-child　{
width: auto !important;
min-width: auto !important;
}