@charset "utf-8";
/*
Theme Name:MAAYA
Theme URI:https://hindi.indian-maaya.com/
Description:MAAYA child
Template:maaya
Author:Country Farm Co., Ltd.
Author URI:https://countryfarm.co.jp
Version:1.4.4
Text Domain:cfc
*/


/* ----------------------------------------------------------------------
 トップページ　（ヘッダースライダー以外）
---------------------------------------------------------------------- */

/* ボックスコンテンツ */
#index_box_content { 
  width:100%;
  height: auto !important;
  display: flex;
  flex-wrap: wrap !important;
  justify-content: space-between;
}
#index_box_content .item {
  width:-webkit-calc(100% / 4) !important;
  width:calc(100% / 4) !important;
  height: auto !important;
  float:none !important;
  position: static !important;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
  display: flex !important;
}
#index_box_content a { 
  display:block; 
  width:100%; 
  height:100%; 
  position: static !important;
  background:#fff;
  display: flex !important;
  flex-flow: column !important;
}
#index_box_content .image_wrap { 
  display:block; 
  width:100%; 
  height:300px; 
  position:relative; 
  z-index:1; 
  overflow:hidden;
}
#index_box_content .image { 
  width:100%; 
  height:100% !important; 
  display:block; 
  overflow:hidden; 
  position:relative; 
  z-index:2; 
}
#index_box_content .title { 
  width:100%; 
  height:60px; 
  line-height:60px; 
  text-align:center; 
  position:absolute; 
  top: auto !important; 
  bottom: 0px !important; 
  left:0px; 
  z-index:3;
}
#index_box_content .desc {
  width:100%;
  height: auto !important;
  line-height:2 !important;
  border-right:none !important;
  position: static !important;
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
  display: flex;
}
#index_box_content .desc p {
  width:100%; 
  padding:30px !important;
  position: static !important;
  top: auto !important; 
  -ms-transform: none !important; 
  -webkit-transform: none !important; 
  transform: none !important; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
  display:block;
}
#index_box_content .item:last-child { border-right:none; }

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

#index_box_content .item {
  width:-webkit-calc(100% / 2) !important;
  width:calc(100% / 2) !important;
}

#index_box_content .item:nth-child(2) {
  border-right:none !important;
}

}
@media screen and (max-width: 767px) {
#index_box_content { 
  display: flex;
  flex-flow: column !important;
}
#index_box_content .item {
  width:100% !important;
  border-right:none !important;
  border-bottom:none !important;
}

}


/* 追加 */

.pc_logo_text {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 500;
}

.mobile_logo_text {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: 500;
}

.widget_headline {
    background: #0075ea !important;
}

.index_news .item a .date {
    color: #F60 !important;
}

#page_no_side { margin-bottom:50px !important; }

@media screen and (max-width:750px) {
  #page_no_side { margin-bottom:30px !important; }
}

/* table */
.tablist th {
	text-align:left;
	white-space:nowrap;
}

.m_tab1 {
	width: 100% !important;
	box-sizing: border-box !important;
	border-collapse: collapse;
    border-spacing: 0;
	border:none !important;
	border-top: solid 1px #B6AFAC !important;
	border-left: solid 1px #B6AFAC !important;
}

.m_tab1 th {
	width:25%;
	background-color: #F5EAEA !important;
	border:none !important;
	border-right: solid 1px #B6AFAC !important;
	border-bottom: solid 1px #B6AFAC !important;	
}

.m_tab1 td {
	text-align:left;
	border:none !important;
	border-right: solid 1px #B6AFAC !important;
	border-bottom: solid 1px #B6AFAC !important;	
}

.m_tab2 {
	width: 100% !important;
	box-sizing: border-box !important;
	border-collapse: collapse;
    border-spacing: 0;
	border:none !important;
	border-top: solid 1px #B6AFAC !important;
	border-left: solid 1px #B6AFAC !important;
}

.m_tab2 th {
	width:25%;
	text-align:left;
	background-color: #F5EAEA !important;
	border:none !important;
	border-right: solid 1px #B6AFAC !important;
	border-bottom: solid 1px #B6AFAC !important;	
}

.m_tab2 td {
	text-align:left;
	border:none !important;
	border-right: solid 1px #B6AFAC !important;
	border-bottom: solid 1px #B6AFAC !important;	
}

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

.m_tab1 {
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	
}

.m_tab1 th {
    display: block !important;
    width: auto !important;
}

.m_tab1 td {
    display: block !important;
    width: auto !important;
}

.m_tab2 {
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.m_tab2 th {
    display: block !important;
    width: auto !important;
}

.m_tab2 td {
    display: block !important;
    width: auto !important;
}

}

/* anchor */

div.anchor {
    display:block !important;
    height:100px !important;
    margin:-100px 0 0 !important;
}

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

div.anchor {
    display:block !important;
    height:80px !important;
    margin:-80px 0 0 !important;
}
}

/*:target::before {
    content:"" !important;
    display:block !important;
    height:100px !important;
    margin:-100px 0 0 !important;
}
*/
/* button */

p.c_button {
	display: flex;
	justify-content: center;
}

p.c_button a {
    font-size: 20px;
    display: block;
    min-width: 250px;
    height: 60px;
    line-height: 60px;
	text-align:center;
	color:#ffffff; 
	background: #A21616;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

p.c_button a:hover { 
	color:#ffffff;
	opacity: 0.6;
}

p.pdf {
	display: flex;
	margin-top:20px !important;
}

p.pdf a {
    font-size: 15px;
	font-weight:bold;
    display: flex;
	justify-content: center;
    min-width: 280px;
    height: 60px;
    line-height: 60px;
	text-align:center;
	color:#A21616;
	border: solid 1px #A21616;
	
}


/* photo */
.post_content ul.photolist {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: flex;
  list-style:none;
  flex-wrap: wrap;
  width:100%;
  margin:0;
}

.post_content ul.photolist li {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  width:50%;
  padding:0 1% 1% 1% ;
  list-style:none;
  justify-content: center;
}

.post_content ul.photolist li img {
  width:100%;
}

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

.post_content ul.photolist {
  margin-left:0;
}

}


/* activity */
.post_content div.activity {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width:100%;
  margin:0;
}

.post_content div.activity div:nth-child(1) {
  width:40%;
}

.post_content div.activity div:nth-child(1) img {
  width:100%;
}

.post_content div.activity div:nth-child(2) {
  width:60%;
  padding-left:30px;
}

.post_content div.activity div:nth-child(2) p {
  margin-bottom:10px !important;
}

.post_content div.activity div:nth-child(2) ul {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: flex;
  list-style:none;
  flex-wrap: wrap;
  width:100%;
  margin:0;
}

.post_content div.activity div:nth-child(2) ul li {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  width:25%;
  padding:0 1% 1% 1% ;
  list-style:none;
  justify-content: center;
}

.post_content div.activity div:nth-child(2) ul li a{
  width: auto;
  padding-top: 75%;
  position: relative;
  display:block;
}

.post_content div.activity div:nth-child(2) ul li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

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

.post_content div.activity {
  flex-flow: column;
}

.post_content div.activity div:nth-child(1) {
  width:100%;
  margin-bottom:20px;
}

.post_content div.activity div:nth-child(2) {
  width:100%;
  padding-left:0px;
}

}



/* コンタクトフォーム７ */
/* Contact Form7 */

.wpcf7 {
    width: 100%;
	box-sizing: border-box;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #ddd;
    background: #fafafa;
}

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 !important;
	font-size:16px !important;
}

.contact7 * { box-sizing: border-box; }

.contact7 dt {
	font-weight: normal;
}

.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}


/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
	
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px !important;
}

.contact7 dt {
	width: 35%;
	padding: 10px;
	text-align:right;
	}
.contact7 dd {
	width: 65%;
	padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 15px !important;
}

.contact7 dt {
	width: 100%;
	padding: 10px 10px 0;
	text-align:left;
	}
.contact7 dd {
	width: 100%;
	padding: 10px;
	}
}

form.sent div.box_contact_form{
	display:none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpcf7-response-output{
	font-size:18px !important;
	color:#F00 !important;
}

/*--------------------------------------
コンバージョンアップボタン 緑色（中央寄せ）
--------------------------------------*/
.button1,
a.button1,
button.button1 {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.button1-wrap {
  margin: 30px 0;
  text-align: center; 
}

a.button1-c {
    font-size: 1.15rem;
    width: 100%;
    position: relative;
    padding: 0.25rem 1.5rem 0.5rem 1.5rem;
    color: #fff !important;
    background: #C00;
    -webkit-box-shadow: 0 5px 0 #900;
    box-shadow: 0 5px 0 #900;
}

a.button1-c span {
  font-size: 0.8rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #C00;
  border: 2px solid #C00;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff !important;
  background: #C00;
  -webkit-box-shadow: 0 2px 0 #900;
  box-shadow: 0 2px 0 #900;
}

a.button1-c:hover:before {
  left: 2rem;
}