@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.6
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*------------------------------------------
共通
------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

a[href^="tel:"] { cursor: default; }
.search-menu-icon::before { content: '\f095'; }
.home-menu-icon::before { content: '\f0e0'; }
.branch-menu-icon::before { content: '\f1ad'; }
.mgn_btm_0 { margin-bottom:0;}
.mgn_btm_5 { margin-bottom:5px;}
.mgn_btm_10 { margin-bottom:10px;}
.mgn_btm_15 { margin-bottom:15px;}
.mgn_btm_16 { margin-bottom:16px;}
.mgn_btm_17 { margin-bottom:17px;}
.mgn_btm_20 { margin-bottom:20px;}
.mgn_btm_30 { margin-bottom:30px;}
.mgn_btm_40 { margin-bottom:40px;}
.mgn_btm_50 { margin-bottom:50px;}
.mgn_btm_60 { margin-bottom:60px;}
.mgn_btm_70 { margin-bottom:70px;}
.mgn_btm_80 { margin-bottom:80px;}
.mgn_btm_90 { margin-bottom:90px;}
.mgn_btm_100 { margin-bottom:100px;}
.mgn_btm_120 { margin-bottom:120px;}
.mgn_btm_150 { margin-bottom:150px;}
.mgn_btm_200 { margin-bottom:200px;}
.mgn_top_5 { margin-top:5px;}
.mgn_top_10 { margin-top:10px;}
.mgn_top_15 { margin-top:15px;}
.mgn_top_20 { margin-top:20px;}
.mgn_top_28 { margin-top:28px;}
.mgn_top_30 { margin-top:30px;}
.mgn_top_36 { margin-top:36px;}
.mgn_top_40 { margin-top:40px;}
.mgn_top_50 { margin-top:50px;}
.mgn_top_60 { margin-top:60px;}
.mgn_top_70 { margin-top:70px;}
.mgn_top_80 { margin-top:80px;}
.mgn_top_90 { margin-top:90px;}
.mgn_top_100 { margin-top:100px;}
.mgn_top_120 { margin-top:120px;}
.pdd_lft_10 {padding-left:10px;}
.left {text-align:left;}
.center {text-align:center;}
.right {text-align: right;}
.br {padding-bottom:1em;}
.line0{line-height:0;}
li {list-style-type: none;}
.line_dotted {
	border-bottom: 1px dotted #BAD697;
	width: 1000px;
	margin: 0 auto;
}
.line_dashed {
	border-bottom: 1px dashed #BAD697;
	width: 100%;
	max-width:1000px;
	margin: auto;
}
#head a:hover img, #submenu a:hover img, .second_menu a:hover img{
	opacity:0.7;
}
body {
	background-color: #fff;
	color: #494843;
	line-height: 1.6;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.strong {font-weight: bold;}
.point {
	color: #6a8d49;
}
.attention {
	color:#6998CA;
	font-weight: normal;
	font-size:77%;
}

#head {
	display: flex;
	justify-content: center;
  align-items: center;
	height: 161px;
}
#head_logo {
	width: 254px;
	height:101px;
}
#head_banner {
	width: 746px;
	height: 81px;
	text-align: right;
}
#head_banner img {
	margin-left: 10px;
}
.page 
.entry-title {
  display: none;
}
.item-label {
	color: #79A154;
	font-size: 131%;
	display: block;
}
#navi {
	border-top :1px solid #F0F6E9;
	border-bottom :1px solid #F0F6E9;
	width: 100%;
	min-width:1000px;
}
#nav-in {
	width: 1000px;
	line-height: 0;
}
#navi item{
	font-size: 161.6%;
}
#navi-in li {
    display:inline-block;
}

#navi-in li a{
    display:block;
    padding:20px 25px;
}
#navi-in ul li {
	width: auto;
	font-family: "ten-mincho", serif;
	color: #79A154;
	margin-bottom:0;
}
#navi-in ul li a:hover {
	margin-bottom:0;
	margin-top:0;
	text-decoration: none;
}

.navi-in > ul .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  list-style: none;
  padding: 0;
  background-color: #ffffff;
  z-index: 99;
  text-align: left;
	overflow: hidden;
}
#menu-header {
	width: 1000px;
	margin: 0 auto;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: #ffffff;
	margin-bottom: 0;
	padding: 0;
}
#menu-header ul{
	display: flex;
	border-bottom: 1px solid #F0F6E9;
}
#menu-header ul li{
	font-size: 116%;
	display:inline-block;
}
#menu-header ul li a:link {
  color: #608043;
	text-decoration: none;
}
#menu-header ul li a:visited {
  color: #608043;
}
#menu-header ul li a:hover {
  color: #608043;
	border-bottom:1px solid #ff0000;
}
#menu-header ul li a:active {
  color: #608043;
}
#menu-item-49 a{
	font-size:93%;
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 125px;
}
#menu-item-49 a:hover{
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 125px;
	background-color: #F2F7EB;
}
#menu-item-42 a{
	font-size:93%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 166px;
}
#menu-item-42 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 166px;
	background-color: #F2F7EB;
}
#menu-item-308 a{
	font-size:93%;
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 251px;
}
#menu-item-308  a:hover{
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 251px;
	background-color: #F2F7EB;
}
#menu-item-682 a{
	font-size:93%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 228px;
}
#menu-item-682 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 228px;
	background-color: #F2F7EB;
}
#menu-item-48 a{
	font-size:85%;
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 371px;
}
#menu-item-48  a:hover{
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 371px;
	background-color: #F2F7EB;
}
#menu-item-47  a{
	font-size:85%;
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 238px;
}
#menu-item-47 a:hover{
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 238px;
	background-color: #F2F7EB;
}
#menu-item-40 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-40 a:hover{
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-41 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-41 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-173 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-173 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-199 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-199 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-242 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-242 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-253 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-253 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-265 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-265 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 282px;
	background-color: #F2F7EB;
}
#menu-item-364 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 261px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-364 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 261px;
	background-color: #F2F7EB;
}
#menu-item-365 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 261px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-365 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 261px;
	background-color: #F2F7EB;
}
#menu-item-954 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-954 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	background-color: #F2F7EB;
}
#menu-item-366 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-366 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	background-color: #F2F7EB;
}
#menu-item-419 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 371px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-419 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 371px;
	background-color: #F2F7EB;
}
#menu-item-420 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 371px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-420 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 371px;
	background-color: #F2F7EB;
}
#menu-item-432 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-432 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	background-color: #F2F7EB;
}
#menu-item-1268 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-1268 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 251px;
	background-color: #F2F7EB;
}
#menu-item-932 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-932 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	background-color: #F2F7EB;
}
#menu-item-540 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-540 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	background-color: #F2F7EB;
}
#menu-item-541 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-541 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	background-color: #F2F7EB;
}
#menu-item-683 a{
	font-size:85%;
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	border-top: 1px solid #F0F6E9;
}
#menu-item-683 a:hover{
	letter-spacing: 0.2em;
	line-height: 20px;
	display:inline-block;
	text-align: left;
	width: 228px;
	background-color: #F2F7EB;
}
#menu-item-1480 a{
	font-size:93%;
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 145px;
}
#menu-item-1480 a:hover{
	letter-spacing: 0.1em;
	line-height: 20px;
	display:inline-block;
	text-align: center;
	width: 145px;
	background-color: #F2F7EB;
}
.navi-in .has-icon {line-height:60px;}
.top-has-sub {display:none;}
.navi-in ul .menu-item-has-children a::after {
	color:#79A154;
	top:20px;
}
.date-tags  {
	display: none;
}
.content-in {
	width:100%;
	margin: 0 auto;
	padding:0;
}
.main{
	padding: 0;
	border:none;
}

.article h1{
	line-height:0;
}
.article h2{
	width: 1000px;
	font-size: 180%;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin: 0 auto;
	padding: 120px 0 30px 0;
	text-align: left;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: transparent;
	font-weight: normal;
}
.article h2:nth-of-type(n+2){
  padding: 30px 0 30px 0;
}
.article h3{
	width: 1000px;
	font-size: 180%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 100px 0 30px 0;
	text-align: left;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: transparent;
	font-weight: normal;
	border: none;
}
.wpcf7-form h3{
	width: 1000px;
	font-size: 180%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	text-align: left;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: transparent;
	font-weight: normal;
	border: none;
}
.article h4{
	width: 1000px;
	font-size: 180%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: left;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: transparent;
	font-weight: normal;
	border: none;
}
.flow{
	width: 1000px;
	font-size: 180%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: left;
	font-family: "ten-mincho", serif;
	color: #79A154;
	background-color: transparent;
	font-weight: normal;
	border: none;
}
.content {
	margin-top: 0;
}
.entry-content {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.entry-content p{
	width: 1000px;
	margin: 0 auto;
}

/*------------------------------------------
トップ
------------------------------------------*/

#top_wrap  {
	width: 100%;
	height: 667px;
	margin: 0 auto;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/top_bg.jpg");
	text-align:center;
}
#top_container{
	width:1000px;
	margin: 0 auto;
	text-align: center;
}
#top_txt {
	float:left;
	text-align: left;
	width: 566px;
	color: #fff;
	font-size:108%;
	text-shadow:2px 2px 2px #4D76A5;
}
#top_txt h2 {
	line-height:1.8;
	padding: 110px 0 25px;
	letter-spacing: 0.23em;
	color: #fff;
}

#top_txt .area {
	box-sizing: border-box;
	padding: 15px 20px;
	margin: 100px 0 0;
	background-color: rgba( 255, 255, 255, 0.15 );
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 90%;
	font-weight:lighter;
	box-shadow:2px 2px 2px rgba(77,118,165,0.1);
	text-shadow:1px 1px 1px #6382a3;
}
#top_txt .area h2 {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#top_txt .area .line {
	border-bottom: 1px dashed #fff;
	box-shadow:1px 1px 1px rgba(77,118,165,0.3);
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top_txt .area .line0 {
	border-bottom: 0 dashed #fff;
	width: 100%;
}
#top_txt .area ul, li{ 	
	padding-left:0;
    display: inline;
}
#top_txt .area ul, li a:link{ 	
	color: #fff;
	text-decoration:none;
}
#top_txt .area ul, li a:visited{ 	
	color: #fff;
	text-decoration:none;
}
#top_txt .area ul, li a:hover{ 	
	color: #fff;
	text-decoration:underline;
}
#top_txt .area ul, li a:active{ 	
	color: #fff;
	text-decoration:none;
}
#top_img{
	float:left;
	width: 434px;
	height: 667px;
}
#top_menu_wrap {
	width: 100%;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4px;
}
.top_menu {
	width: 1000px;
	height: 281px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 0;
}
.top_menu .r {
	text-align:right;
}
#contents_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#contents {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.subtit{
	width: 100%;
	font-size: 210%;
	letter-spacing: 0.2em;
	text-align: center;
	font-family: "ten-mincho", serif;
	color: #79A154;
	margin: 0 auto;
}
#top_reason_wrap h2{
	padding: 0;
   background: none;
	width: 100%;
	font-size: 210%;
	text-align:center;
	letter-spacing: 0.2em;
	font-family: "ten-mincho", serif;
	color: #79A154;
	margin: 0 auto;
	line-height: 2;
}
#top_reason_wrap h2 .r{text-align: right;}
.caption{
	font-size:138.5%;
	letter-spacing: 0.1em;
	font-family: "ten-mincho", serif;
	color: #79A154;
}

#top_reason_wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #ECF4E3;
	padding-top: 100px;
	padding-bottom: 70px;
	text-align: center;
	color: #5e615a;
}
#top_reason_wrap p .subtit {
	text-align:left;
}
.top_reason {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
	display: inline-flex;
	justify-content: space-between;
}
.top_reason div{
	width: 440px;
	text-align: left;
}
.top_reason h3{
	font-size: initial;
	margin:0;
	padding: 0;
	width: 100%;
	font-size: 138.5%;
	margin-top: 10px;
	margin-bottom:10px;
}
.top_reason p{
	width: 100%;
}
#submenu_wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
#submenu_wrap h2 {
	width: 100%;
    font-size: initial;
    margin: 0;
    padding: 0;
	font-size: 138.5%;
	line-height: 2;
	margin: 0 0 15px;
}
#submenu_wrap p {width:100%;}
#submenu{
	width: 920px;
	margin: 0 auto;
	vertical-align: bottom;
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 0;
}
#map_wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 70px;
}
#map{
	width: 920px;
	margin: 0 auto;
	vertical-align: bottom;
	justify-content: space-between;
	margin-bottom: 0;
}
#map_wrap h2{
	padding: 0;
   background: none;
	width: 100%;
	font-size: 210%;
	line-height: 2;
	text-align:center;
	letter-spacing: 0.2em;
	font-family: "ten-mincho", serif;
	color: #79A154;
	margin: 0 auto;
}
#submenu div {
	width: 270px;
}
.submenu_text{
	width: 270px;
	text-align: left;
	line-height: 1.6;
}
#news_wrap {
	width: 100%;
	background-color: #ECF4E3;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 0;
	margin-bottom: 0;
}
#news_wrap h2{
	padding: 0;
   background: none;
	width: 100%;
	font-size: 210%;
	line-height: 2;
	text-align:center;
	letter-spacing: 0.2em;
	font-family: "ten-mincho", serif;
	color: #79A154;
	margin: 0 auto;
}
#news {
	width: 1000px;
	margin: 0 auto;
	line-height: 1.6;
	margin-top: 10px;
	color: #5e615a;
}
#news p {
	margin-bottom: 0;
	padding-bottom:0;
}
.date {
	color: #79A154;
	font-weight: bold;
}
.block1000 {
	width: 1000px;
	text-align: left;
}
.ect-entry-card a:hover{
	color:#6998CA;
	text-decoration:underline;
}
.whatsnew hr {display:none;}

div .whatsnew dt{color:#79A154; font-weight:bold;}
.whatsnew dl{border-bottom:1px dashed #BAD697; padding:10px;}
#news_wrap a{color:#79A154; text-decoration:none;}
#news_wrap a:link{color:#79A154; text-decoration:none;}
#news_wrap a:hover{color:#79A154; text-decoration:none;}
.whatsnew a dd {color:#79A154; text-decoration:underline;}
.whatsnew a:link dd{color:#79A154; text-decoration:underline;}
.whatsnew a:visited dd{color:#79A154; text-decoration:none;}
.whatsnew a:hover dd{color:#79A154; text-decoration:none;}
.article dd {margin-left:0; margin-bottom:20px;}
/*------------------------------------------
第二階層
------------------------------------------*/
a:link {
	color: #6998CA;
	text-decoration: none;
}
a:visited {
  color: #6998CA;
	text-decoration: none;
}
a:hover {
   color: #6998CA;
	text-decoration: underline;
}
a:active {
  color: #6998CA;
	text-decoration: none;
}
.header-container-in {
	margin: 0 auto;
	width: 100%;
}
#second_menu_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4px;
}
.second_menu {
	width: 1000px;
	height: 281px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 0;
}
.uwaki_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/uwaki_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.tap_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/tap_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.iede_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/iede_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.stalker_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/stalker_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.credit_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/credit_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.ijime_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/ijime_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.about_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/about_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.privacy_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/privacy_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.recruit_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/recruit_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.news_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/news_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.flow_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/flow_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.faq_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/faq_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.voice_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/voice_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.mail_wrap {
	box-sizing: border-box;
	width: 100%;
	background: url("https://ami-z.com/wp-content/uploads/2019/02/mail_bg.gif");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.price_wrap {
	background: url("https://ami-z.com/wp-content/uploads/2019/12/tit_price_bg.jpg");
	margin: 0 auto;
	text-align: center;
	padding: 0;
	line-height:0;
	margin-bottom: 0;
}
.box1000 {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	display: flex;
 flex-wrap: wrap;
}

.box1000  li {float: left;width:48%;}
.check {
    box-sizing: border-box;
    width:100%;
    background: url(https://ami-z.com/wp-content/uploads/2019/02/check.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
	padding-bottom:20px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.news_article_wrap {
	width: 100%;
	box-sizing: border-box;
}
.news_article_img {width:460px; padding-right:40px;}
.news_article_text{width:500px;}
.news_article_img img{width:460px; margin-bottom:20px;}
.icon_q {
	    box-sizing: border-box;
    width: 100%;
    background: url(https://ami-z.com/wp-content/uploads/2019/02/q_icon.png);
	color: #779C53;
	font-size: 1.8em;
    background-repeat: no-repeat;
	background-position: top left;
    padding-left: 65px;
	padding-bottom: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .icon_q{
    background-image: url("https://ami-z.com/wp-content/uploads/2019/02/q_icon@2x.png");
	  background-size:48px;
  }
}
.icon_a {
	    box-sizing: border-box;
    width: 100%;
    background: url(https://ami-z.com/wp-content/uploads/2019/02/a_icon.png);
    background-repeat: no-repeat;
	background-position: top left;
    padding-left: 65px;
}
.popup-supp {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  display: block;
  width: 30%;
}

.popup-open img {
  width: 100%;
  height: auto;
  border: solid 1px #d3d0d0;
  pointer-events: none;
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 500px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
  width: 100%;
  height: auto;
  border: solid 1px #d3d0d0;
  pointer-events: none;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .icon_a{
    background-image: url("https://ami-z.com/wp-content/uploads/2019/02/a_icon@2x.png");
	  background-size:48px;
  }
}
.voice_container {
display: flex;
width: 1000px;
margin: 0 auto;
}
.voice_img20 {
margin-right:20px;
width:200px;
min-height:190px;
background: no-repeat url("https://ami-z.com/wp-content/uploads/2019/02/f20.png");
background-size:190px;
}
.voice_img30 {
margin-right:20px;
width:200px;
min-height:190px;
background: no-repeat url("https://ami-z.com/wp-content/uploads/2019/02/f30.png");
background-size:200px;
}
.voice_img40 {
margin-right:20px;
width:200px;
min-height:190px;
background: no-repeat url("https://ami-z.com/wp-content/uploads/2019/02/f40.png");
background-size:200px;
}
.voice_img60 {
margin-right:20px;
width:200px;
min-height:190px;
background: no-repeat url("https://ami-z.com/wp-content/uploads/2019/02/f60.png");
background-size:190px;
}
.voice_img40m {
margin-right:20px;
width:200px;
min-height:175px;
background: no-repeat url("https://ami-z.com/wp-content/uploads/2019/02/m40.png");
background-size:190px;
}
.voice_img img {width:200px;}
.voice_text {padding:20px;}
.arrow_box {
	width: 800px;
	position: relative;
	background: #FFFFFF;
	border: 2px solid #cccccc;
	text-align: left;
	border-radius: 8px;
padding: 20px;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 90px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 12px;
	margin-top: -12px;
}
.arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #cccccc;
	border-width: 15px;
	margin-top: -15px;
}
.arrow_box p {
width:100%;
}
.voice_prof {
width:100%;
text-align:right;
font-size:76%;
}
#form_btn {display: flex;}
.container input[type='submit'] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #6998CA;
}
/*------------------------------------------
投稿
------------------------------------------*/
.no-sidebar .content .main {
	width:100%;
	margin:0 auto;
}

.wp-block-media-text {

	width:1000px;
	margin: 0 auto;
	align-items: flex-start;
}
.wp-block-media-text__content{height:100%;}
.wp-block-media-text__content p {width:100%;align-items: flex-start;}
.entry-card, .related-entry-card {
	width:1000px;
	margin:0 auto;
}
.archive-title {display:none;}
.post .entry-title {
	    width: 1000px;
    font-size: 180%;
    letter-spacing: 0.2em;
    line-height: 1.6;
    text-align: left;
    font-family: "ten-mincho", serif;
    color: #79A154;
    background-color: transparent;
    font-weight: normal;
	margin:120px auto 30px;;
	display: table;
}
.under-entry-content {
	width:1000px;
	margin: 0 auto;
}
.breadcrumb {
	width:1000px;
	margin: 0 auto 10px;
}
.cat-label {
	background-color: #79A154;
	border: 0;
	color: #fff;
	font-weight:bold;
	opacity: 0.9;
}
.wp-block-media-text{
	margin-bottom:30px;
}
.under-entry-content a:hover {
   color: #6998CA;
	text-decoration: none;
}

/*------------------------------------------
フッター
------------------------------------------*/
.wrap {
	width: 100%;
}
#foot_wrap {
	width: 100%;
	min-height: 300px;
	height: auto;
	background: #79A154;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
#foot_container ul {
	list-style-type: none;
	background-image:none;
	padding-left:0;
	margin: 0;
	margin-bottom: 10px;
}
#foot_container li {
	list-style-type: none;
	background-image:none;
	padding-left:0;
	line-height: 2.4;
	display: block;
}
#foot_container {
	width: 1000px;
	height: auto;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
#foot_wrap .sdgs{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
.foot_tit {
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
#foot_container a:link {
  color: #FFF;
	text-decoration: none;
}
#foot_container a:visited {
  color: #FFF;
	text-decoration: none;
}
#foot_container a:hover {
  color: #FFF;
	text-decoration: underline;
}
#foot_container a:active {
  color: #FFF;
	text-decoration: none;
}
#foot_l {
	float: left;
	width: 300px;
	font-size: 86%;
	text-align: left;
}
#foot_c {
	float: left;
	width: 350px;
	font-size: 86%;
	text-align: left;
}
#foot_r {
	float: left;
	width: 350px;
	font-size: 86%;
	text-align: left;
}
.footer-bottom {
	border-top: 1px solid #C0CFAD;
	text-align: center;
	color: #DFE6D6;
	padding: 10px;
	font-size: 77%;
}
#footer {
	margin:0;
	padding: 0;
}

.article-footer {
	display: none;
}
.copyright {margin:0;}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	#content-in{margin-bottom: 45px;}
	#head {display:none;}
		.article h2{
		box-sizing : border-box;
		font-size: 150%;
		width: 100%!important;
		padding:10px;
		line-height:1.5;
		margin-top:10px;
		letter-spacing:0;
}
.article h3{
	box-sizing : border-box;
	font-size: 150%;
	width: 100%;
	padding:10px;
	line-height:1.5;
	letter-spacing:0;
}
	#second_menu_wrap {line-height:0;}
.entry-content p{width:100%;}
	.voice_container{width:100%;}
	.voice_img30{display:none;}
	.voice_img40{display:none;}
	.voice_img50{display:none;}
	.voice_img60{display:none;}
	.voice_img20{display:none;}
	.voice_img40m{display:none;}
	.arrow_box{width:100%;
	border:0;}
	.content-in {padding-bottom: 40px;}
#foot_wrap{width:100%;}
#foot_container{width:100%;}
.top_menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	display: inline-flex;
	justify-content: space-between;
	margin-top: 4px;
	margin-bottom: 0;
	line-height: 0;
}
#footer {display:none;}
#foot_wrap {display:none;}
	#head {height:126px;}
#head_banner  {display:none;}
	#head_logo {width:100%;text-align:center;}
	#navi {display:none;}
	#main{padding:0;}
	#main h2,h3, p{padding:10px;}
	#news_wrap{padding-top:20px; padding-bottom:0;}
	#submenu_wrap {padding-bottom:0; margin-top:0; padding:0; border-top: 1px solid #fff;}
	#submenu_wrap div {margin:0; padding:0;}
	#submenu_wrap img{vertical-align:bottom;}
	#submenu_wrap h2{padding:0; line-height:0; margin:0;}
	#map_wrap{padding-bottom:20px}
	#map{margin:0 auto;width:98%;}
	#news {width:100%;}
	.subtit{font-size:186%; letter-spacing:0; padding:0;}
	.footer-bottom{margin:0;}
	.box1000 {width:100%;}
.box1000  li{width:100%;}
	.block1000 {width:100%;}
	.entry-card, .related-entry-card {width:100%;}
	input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {width:100%;}
	.date{padding:10px;}
	#top_menu_wrap {padding:0; margin:0;}
	#top_menu_wrap h2 {padding: 0; margin: 0; line-height:0;}
	#top_menu_wrap .article h2{
  padding: 0;
}
	#top_menu_wrap .article h2:nth-of-type(n+2){
  padding: 0;
}
	#top_menu_wrap img {border-bottom: 1px solid #FFF;}
	.submenu_text{
	width: 100%;
	padding:10px;
	text-align: left;
	line-height: 1.6;
}
#top_reason_wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
	color: #5e615a;
	border-bottom: 1px solid #79A154;
}
	#top_reason_wrap div .subtit {
	text-align:left;
	font-size:123%;
}
#top_reason_wrap p .subtit {
	text-align:left;
	font-size:186%;
}
	#top_reason_wrap h2 {
		font-size: 153.9%;
		line-height: 1.6;
	}
#top_reason_wrap h3 {
	text-align:left;
		border-top: 1px solid #79A154;
		font-size: 123.1%;
}
	.reason_tit{color:#79A154; font-size:153.9%; font-family:"ten-mincho", serif;letter-spacing: 0.1em; line-height:1.6;padding-bottom: 10px;}
	.caption{
		color: initial;
	font-size: initial;
	text-shadow: initial;
	font-size:123.1%;
	font-family: "ten-mincho", serif;
	color: #79A154;
}
	#map_wrap .subtit{
	text-align:center;
	font-size:153%;
}
	#news_wrap {
		background-color: #fff;
	}
#news_wrap .subtit {color: #79A154;
    font-size: 153.9%;
    font-family: "ten-mincho", serif;
    letter-spacing: 0.1em;
    line-height: 1.6;
	}
	.post .entry-title {width:100%;}
	.under-entry-content {width:100%;}
	.search-menu-content {width:300px;}
	.wp-block-media-text {width:100%; display:table!important;}
.wp-block-media-text__media{width:100%; display:table;}
	.breadcrumb{display:none;}
.wp-block-media-text__content {padding:0;}
	.post .entry-title{margin:0;}
	.wp-block-media-text__content{padding:0!important;}
	.article dl {margin:0;}
	.icon_q{background-position-y: 10px;}
	.icon_a{background-position-y: 10px;}
.slicknav_menu { 
			background-color: #FFF;
			background: url(https://ami-z.com/wp-content/uploads/2019/04/logo_sp.png) left top no-repeat;
    background-size: 172px 35px;
			background-position: top 10px left 10px;
			
  }


.slicknav_btn {background-color: #fff; border: solid 1px #79A154;}
.slicknav_menu .slicknav_menutxt {text-shadow: none;
		color: #79A154;font-size:0;}
.slicknav_menu .slicknav_menutxt:before{
    font-size: 12px;
		content:"メニュー";
		line-height:1.5em;
}

	.slicknav_menu .slicknav_icon-bar {background-color:#79A154;
	text-shadow: none;
	-webkit-box-shadow: none;}
	.slicknav_menu img {
		height: 34px;
	margin: 5px 5px 6px;}
	a .slicknav_arrow {color:#79A154;}
	.menu-item{border-top: 1px solid #79A154;}
	.slicknav_nav .slicknav_arrow {line-height: 0.2em; font-weight:bold;}

	.slicknav_nav .menu-item a{border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .menu-item :link {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .menu-item :visited {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .menu-item :hover {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .menu-item :active {border-radius:0; text-decoration:none; background-color: #fff;}
	
	.slicknav_nav .slicknav_row a {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .slicknav_row:link {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .slicknav_row:visited {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .slicknav_row:hover {border-radius:0; text-decoration:none; background-color: #fff;}
	.slicknav_nav .slicknav_row:active {border-radius:0; text-decoration:none; background-color: #fff;}
	.sub-menu .menu-item a{border-radius:0; text-decoration:none; background-color: #fff;}
	.sub-menu .menu-item :link{border-radius:0; text-decoration:none; background-color: #fff;}
	.sub-menu .menu-item :visited{border-radius:0; text-decoration:none; background-color: #fff;}
	.sub-menu .menu-item :hover{border-radius:0; text-decoration:none; background-color: #fff;}
	.sub-menu .menu-item :active{border-radius:0; text-decoration:none; background-color: #fff;}
	#sptel {position:fixed; bottom:0; left:0; display: flex; z-index:100; border-top: 1px solid #fff;}
	#sptel img {vertical-align:bottom;}
	.go-to-top-button {display:none;}
	table .about {width: 100%;}
	th {width: 50%;}
	td {width: 50%;}
	.wpcf7c-elm-step2 {margin-right: 20px;}
	.slicknav_nav{border-bottom:1px solid #79A154;}
}
.top-has-sub {display:none;}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

	
}


/* CTA 20260416追加 */
.contact_cta_box {
	position: relative;
	background: url("../../uploads/2026/04/bg.jpg") center/cover no-repeat;
	padding: 80px 20px;
	color: #494843;
}

.contact_cta_box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
			rgba(236, 244, 227, 0.7) 0%,
			rgba(121, 161, 84, 0.7));
}

.contact-inner {
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-weight: 600;
}

/* タイトル */
.contact-title {
	font-size: 35px;
	margin-bottom: 55px;
	font-weight: 700;
	color: #494843;
}

.contact-title span {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
}

.contact-box {
	display: flex;
	justify-content: space-between;
}

.contact-item {
	flex: 1;
	padding: 20px;
	position: relative;
}

/* 区切り線 */
.contact-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

/* アイコン */
.icon_box {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_box img {
	width: 32px;
	height: 32px;
}

/* ボタン */
a.contact_btn {
	color: #494843;
}

.contact_btn {
	display: inline-block;
	margin-top: 15px;
	padding: 7px 35px 7px 20px;
	min-width: 220px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	color: #494843;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	position: relative;
	transition: background 0.3s ease, color 0.3s ease;
}

.contact_btn::before {
	content: "";
	border-style: solid;
	color: #494843;
	border-width: 0px 0px 1px 6px;
	position: absolute;
	top: 45%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
}

.contact_btn::after {
	content: "";
	border-style: solid;
	color: #494843;
	border-width: 0px 0 1px 20px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.contact_btn:hover {
	opacity: 0.7 !important;
	transition: 0.3s ease-in-out;
}

.tel_pc {
	display: block;
	font-size: 23px;
	margin-top: 10px;
	font-weight: 700;
}

.tel_sp {
	display: none;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {

	.contact_cta_box {
		padding: 80px 20px 150px;
		color: #494843;
	}

	.contact-box {
		flex-direction: column;
	}

	.contact-item:not(:last-child)::after {
		display: none;
	}

	.contact_btn {
		display: inline-block;
		margin-top: 15px;
		padding: 10px 35px 7px 20px;
	}

	.tel_pc {
		display: none;
	}

	.tel_sp {
		display: block;
	}
}