/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign,FiveColorVariations
Version: simple 1.1
Base Color Variations: beige
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@import url("custom.css");
@import url("custom-sp.css");

@charset "utf-8";
/* CSS Document */

/* ヘッダー エリア */
.pc{
	width: 100%;
/* 	position: fixed; */
	z-index: 200;
}
.description_box {
  width: auto;
  margin-top: 0px;
  padding: 0;
  float: left;
}

.description {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  padding-left: 17px;
}

.logo {
  width: auto;
  height: auto;
  margin: 0;
  float: left;
}

.header_contact {
  width: 396px;
  height: 100px;
  margin: 0;
  padding-left: 10px;
  float: right;
  margin-top: 3px;
}

.header_contact img {
  margin-top: -3px;
}

/* グローバルナビ エリア */
#nav {
  width: 1000px;
  height: 60px;
}

#nav li {
  width: auto;
  height: 60px;
  float: left;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  width: auto;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 10px 10px 20px;
  clear: both;
  color: #462852;
  background: linear-gradient(#f8f8f8, #e6e6e6);
  border-top: 1px solid #e6e6e6;
  background-repeat: repeat-x;
  /* text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #e6e6e6, 0 0 10px #e6e6e6, 0 0 10px #e6e6e6; */
}

#content h2 {
    width: auto;
    font-size: 23px;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 10px;
    padding: 12px 10px 10px 20px;
    clear: both;
    color: #462852;
    background: linear-gradient(#f8f8f8, #e6e6e6);
    border-top: 1px solid #e6e6e6;
    background-repeat: repeat-x;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 0 10px #e6e6e6, 0 0 10px #e6e6e6, 0 0 10px #e6e6e6; */
}

#content h2.top_content_h2{
  background: none;
  border: 0;
  font-size: 47px;
  padding: 0px;
  font-family: Lora, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", serif;
  letter-spacing: 0.1em;
  color: #573207;
  text-align: center;
  margin: 0 0 30px;
}

  @media screen and (max-width: 768px) {
  #content h2.top_content_h2{
    font-size: 6.3vw;
	text-align: center;
  }
  }

.top_contact_block_logo{
  padding: 0px;
    margin-top: 40px;
    display: inline-block;
}

#content h3 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 4%;
    margin-bottom: 10px;
    padding: 5px 10px;
    clear: both;
    color: #462852;
    border-left: 4px solid #e6e6e6;
    /* text-shadow: 0 2px 2px rgb(0 0 0 / 12%); */
}


#content h2 span,
#content h3 span { 
  font-size: 16px;
  font-weight: normal
}

#content h4, 
#content h5, 
#content h6 {
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6%;
    margin-bottom: 10px;
    padding: 10px;
    clear: both;
    color: #004c91;
    /* background-image: url(images/h4_bg.png); */
    background-repeat: repeat-x;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #1aa9e1;
}

#content h1 a {
  font-family: "ＭＳ 明朝";
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #004c91;
}

#content h2 a,
#content h3 a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #004c91;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover {
  text-decoration: underline;
}

#content .post {
}

/* 新着情報 エリア */
#content .news_title { 
  width: auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #a58878;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content .news_title a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}

#content .news_title a:hover {
  color: #a58878;
}

#content .news {
  width: auto;
  max-height: 150px;
  padding: 20px 10px 0 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-bottom: 4px solid #a58878;
}

#content .news li {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
  display: table;
  border-bottom: 1px solid #999999;
}

#content .news li p.entry_header {
  float: left;
}

#content .news li p.entry_header span {
  font-family: "ＭＳ Ｐゴシック";  
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 1px 7px;
  margin: 0;
  line-height: 0;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fe8121;
}

/*追加部分*/
.strength img {
    margin-bottom: 8%;
}

.strength_s img {
    margin-bottom: 8%;
}

.maru {
    margin-bottom: 3%;
}
.maru ul li {
    font-size: 20px;
    color: #5c2f0d;
    margin-top: 1.5%;
}

.maru ul li strong {
  background-image: url(https://eikou-chiin.com/wp-content/uploads/2021/04/check_mark-2.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 7px 4px;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 5px;
  padding-left: 38px;
  line-height: 36px;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* サイドバー エリア */
#sidebar h3 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 8px 0 8px 15px;
  color: #ffffff;
  background-image: url("images/h3_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}

#sidebar h3 a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #014099;
}

/* フッター エリア */
#footer_in .box_left {
  width: 460px;
  height: auto; 
  padding: 40px 0 10px 0;
  float: left;
}

#footer_in .box_left p {
  font-size: 14px;
  margin-top: 30px;
}

#footer_in .box_right {
  width: 510px;
  height: auto; 
  padding: 20px 0 0 0;
  float: right;
}

#footer_in .box_right p {
  font-size: 14px;
  margin-top: 1px;
}

.copyright {
  width: 1400px;
  height: auto; 
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #626d33;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  clear: both;
  background-color: #none;
  border: 1px solid #e6e6e6;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 10px 30px;
  background-image: url("images/nav_icon.png");
  background-position: 13px 15px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #014099;
}

#sidebar #widget-area .widget-container h3 {
  width: auto;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  padding: 13px 15px;
  color: #462852;
  background: linear-gradient(#f8f8f8, #e6e6e6);
  border-top: 1px solid #e6e6e6;
  /* text-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 0 10px #e6e6e6, 0 0 10px #e6e6e6, 0 0 10px #e6e6e6; */
  
}

#sidebar #widget-area .widget-container h3 a {
  color: #462852 !important;
  text-decoration: none !important;
}

#sidebar #widget-area .widget-container a:link {
  text-decoration: underline;
  outline:none;
  color: #333333;
}

#sidebar #widget-area .widget-container a:active {
  text-decoration: none;
  color: #014099;
}

#sidebar #widget-area .widget-container a:visited {
  text-decoration: underline;
  color: #333333;
}

#sidebar #widget-area .widget-container a:hover {
  text-decoration: none;
  color: #014099;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#left_sidebar #widget-area .widget-container .rss-widget-icon,
#right_sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

#left_sidebar #widget-area .widget-container .textwidget ul li,
#right_sidebar #widget-area .widget-container .textwidget ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

#left_sidebar #widget-area .widget-container .textwidget a,
#right_sidebar #widget-area .widget-container .textwidget a,
#left_sidebar #widget-area .widget-container .textwidget a:active,
#right_sidebar #widget-area .widget-container .textwidget a:active,
#left_sidebar #widget-area .widget-container .textwidget a:visited,
#right_sidebar #widget-area .widget-container .textwidget a:visited,
#left_sidebar #widget-area .widget-container .textwidget ul li a,
#right_sidebar #widget-area .widget-container .textwidget ul li a,
#left_sidebar #widget-area .widget-container .textwidget ul li a:active,
#right_sidebar #widget-area .widget-container .textwidget ul li a:active,
#left_sidebar #widget-area .widget-container .textwidget ul li a:visited,
#right_sidebar #widget-area .widget-container .textwidget ul li a:visited {
  font-weight: normal;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
  display: none;
}

#respond a {
  font-weight: bold;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #a58878;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  margin-bottom: 20px;
  color: #dc143c;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* 追加CSS テキストウィジェット エリア */
.side_menu01 {
  width: 260px;
  height: auto;
  margin: 5px 0 0 0;
  display: table;
}

.side_menu01 p.side_menu01_title {
  width: 260px;
  height: 36px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
  background-color: #f2f4fe; 
  border-top: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-left: 1px solid #ff8040;
}

.side_menu01 p.side_menu01_title span.side_menu01_subtitle {
  font-size: 14px;
  font-weight: normal;
}

.side_menu01 ul li a {
  text-decoration: none !important;
}

.side_info {
  width: 260px;
  height: auto;
  margin-bottom: 20px;
  padding: 8px;
  display: table;
  border: 1px solid #e6e6e6;
}

.side_info p {
  font-size: 12px;
  color: #523200;
}

.side_info p span {
  margin-left: 65px;
}

.side_info .access_map {
  width: auto;
  height: auto;
  margin: 10px 0 5px 0;
  display: table;
}

/* 追加CSS トップページ エリア */
.appeal {
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding-top: 20px;
  border-top: 2px solid #ff8040;
  border-bottom: 4px solid #ff8040;
  display: table;
}

.appeal li {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #523200;
  margin-bottom: 20px;
  padding-left: 35px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr01_icon.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
}

.bnr01 {
  width: 700px;
  height: auto;
  display: table;
}

.bnr01 ul {
  width: 700px;
  height: 570px;
  padding: 115px 0 0 115px;
  background-image: url("bnr01_bg.png");
  background-repeat: no-repeat;
}

.bnr01 ul li {
  width: auto;
  height: auto;
  font-family: "ＭＳ Ｐ明朝";
  font-size: 24px;
  font-weight: bold;
  color: #523200;
  margin: 0 0 27px 0;
  padding: 0;
}

.bnr01 p {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.bnr03 {
  width: 700px;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 9px;
  background-color: #f5f5f5;
  border-left: 1px solid #ff8040;
  border-right: 1px solid #ff8040;
  border-bottom: 1px solid #ff8040;
  display: table;
}

.bnr03_01 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("bnr03_01.png");
  background-repeat: no-repeat;
}

.bnr03_02 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("bnr03_02.png");
  background-repeat: no-repeat;
}

.bnr03_03 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("https://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_03.png");
  background-repeat: no-repeat;
}

.bnr03_04 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_04.png");
  background-repeat: no-repeat;
}

.bnr03_05 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_05.png");
  background-repeat: no-repeat;
}

.bnr03_06 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 250px 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_06.png");
  background-repeat: no-repeat;
}

.bnr03_07 {
  width: 680px;
  height: 187px;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 95px 0 0 40px;
  background-image: url("http://www.atlas.lifework-jpn.com/wp-content/uploads/2016/05/bnr03_07.png");
  background-repeat: no-repeat;
}

.bnr04 {
  width: 700px;
  height: auto;
  margin-bottom: 30px;
  padding: 20px 20px 2px 20px;
  background-image: url("bnr04_bg.png");
  background-repeat: repeat;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: table;
}

.bnr04 ul li {
  min-height: 65px;
  font-size: 30px;
  font-weight: bold;
  color: #ec6900;
  line-height: 34px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 29px;
  padding: 0 0 0 80px;
}

.bnr04 ul li span {
  color: #112988;
}

.bnr04 ul li.bnr04_01 {
  background-image: url("bnr04_icon01.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_02 {
  background-image: url("bnr04_icon02.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_03 {
  background-image: url("bnr04_icon03.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_04 {
  background-image: url("bnr04_icon04.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_05 {
  background-image: url("bnr04_icon05.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.bnr04 ul li.bnr04_06 {
  background-image: url("bnr04_icon06.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}


table.type04 {
  background-color:#369;
  color:#fff;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;}
table.type04 th {
  color:#fff;
    width: 147px;
    padding: 10px;
   font-weight: bold;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type04 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 3px solid #369;
}


table.type03 th {
    width: 147px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.type03 td {
    width: 349px;
    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mgn_b30 {
    margin-bottom: 30px;
}

.pc img.intyou {
    float: right;
    width: 38%;
    margin-bottom: 20px;
}

.top-content.first-block .top-link-botan {
    clear: both;
}

.goaisatu {
    padding: 0 0;
}

.syorei-icon {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

ul.syorei-icon-list {
    display: inline-block;
    float: none;
}

.top-point img {
    margin-bottom: 0;
}

.float-box img {
    width: 100%;
    margin: auto;
}

.post img.granma {
    float: right;
    width: 45%;
}

/**********************************
テーブルデザイン
***********************************/
table {
    width: 100%;
    border-collapse: collapse;
}
table .color {
    background-color: #f89c27;
    color: #fff;
}
table td {
    border: 1px solid #FFCA86;
    padding: 10px 0;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
}

span.wpcf7-list-item {
display: block;
}

.voice {
    width: 600px;
    margin: 20px auto;
    border: 1px solid #2877C6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    clear: both;
    overflow: hidden;
}
.voice-content {
    width: 370px;
    float: right;
    margin-left: 10px;
    padding-top: 5px;
}
.voice-title {
    border-bottom: solid 2px #2877C6;
    padding: 5px 5px;
}
.voice-title p {
    font-size: 16px;
    color: #DC143C;
    margin: 0px;
}
.voice-local {
    border-bottom: solid 2px #2877C6;
    padding: 5px 5px;
}
.voice-text {
    padding: 10px;
}
.attention {
    font-size: 10px;
    color: #D90000;
    margin: 10px;
}

.voice-img {
    width: 150px;
    margin: 0;
}

.side02 ul{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    background-color: #none;
   
}

.tenpo p {
    border-bottom: 1px #666 dashed;
    line-height: 3em;
}
.pc-dn{
  display: none;
}

@media screen and (max-width: 640px){
  .pc-dn{
    display: block;
  }
  #footer{
    border-top: 3px solid #e8a21c;
  }
  #footer_in{
    background-color: #e8a21c;
  }
}
.main-img{
  background-image: url(http://kounosushi-sekkotuin.com/wp-content/uploads/2017/01/main_visual_bg.png);
}
.main-img img{
  width: 1400px;
  margin: auto;
}
#content h2{
  font-size: 19px;
}
.conpany_box{
    width: 100%;
    overflow: hidden;
    background-color: #00117408;
    padding: 45px 0px;
    background-image: url(https://eikou-chiin.com/wp-content/uploads/2020/08/footer_bg.png);
    background-position: 0 top;
    background-repeat: repeat-x;  
}
.gloup_text{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 50%;
    background: linear-gradient(#e6a6ff, #b081c3);
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    padding: 0.5em;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom: 45px;  
}
.conpany{
width:1000px;
    overflow: hidden;
    margin: auto; 
}
.conpany ul li {
    float: left;
    width: 22.6666%;
    border: solid 1px #e0dbd6;
    border-radius: 10px;
    padding: 15px;
    margin-right: 30px;
    background-color: #fff;
    height: 330px;
    position: relative;
}
.conpany ul li:last-child{
  margin-right:0px; 
}
.conpany ul li:last-child{
  margin-right:0px; 
}
.Induction_box{
    border-radius: 50px;
    background: linear-gradient(#e6a6ff, #b081c3);
    color: white;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    position: absolute;
    bottom: 30px;
    width: 195px;
}
.logo_img{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.group_img{
   width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.Induction_box a{
    text-decoration: none;  
  color:#fff;
  padding: 10px;
  text-align:center;
  display:block;
  position:relative;
  font-weight:bold;
}

.Induction_box a:hover{
  opacity:0.5;
}
.conpany ul a:hover{
  opacity:0.5;
}
.Induction_box a::after {
    content: " ";
    display: inline-block;
    border: 7px solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
    right: 7%;
    top: 36%;
}

@media screen and (max-width: 767px){
.conpany_box .conpany ul li{
  height: auto;
}
.Induction_box {
    font-size: 14px;
    position: relative;
    bottom: 0;
    width: auto;
}
}

.page-id-1198 .yugami-ru{
  display: none;
}
.page-id-1284 .yugami-ru{
  display: none;
}

.zenbu{
    max-width: 1280px;
    margin: auto;
  font-size: 18px;
    color: #5c2f0d;
    line-height: 1.5em;
}

.onayami img{
    margin: auto;
    padding: 70px 0;
    background-color: #f0f9fd;
}

.onayami{
      background-color: #f0f9fd;
}

.zutu-headline{
    margin: auto;
  text-align: center;
}

.zkaizen{
    margin-top: -40px;
  float: right;
  width: 58%;
  line-height: 35px;
}

.zkaizen-img img{
    float: left;
  width: 38%;
  margin-top: 20px;
}

.text-align{
    text-align: center;
}

.z-aida{
    margin-top: -35px;
} 

.z-syurui{
   text-align: center;
   line-height: 35px;
} 

.z-syurui img{
   display: inline;
}

.zsejutu{
    margin-top: -40px;
  float: right;
  width: 58%;
  line-height: 35px;
}

.zsejutu-img img{
    float: left;
  width: 38%;
  margin-top: 20px;
}

.zsejutu2{
    margin-top: -40px;
  float: left;
  width: 58%;
  line-height: 35px;
}

.zsejutu2-img img{
    float: right;
  width: 38%;
  margin-top: 20px;
  margin-bottom: 45px;
}

.kuhaku{
    padding-top: 20px; 
}

.maru-z {
    margin: -15px 0px 13px 0px;
}
.maru-z ul li {
    font-size: 20px;
    color: #5c2f0d;
  text-align: center;
}

.maru-z ul li strong {
  background-image: url(https://eikou-chiin.com/wp-content/uploads/2021/04/check_mark-2.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: 7px 4px;
  border-bottom: dotted 2px #ccc;
  padding-bottom: 5px;
  padding-left: 38px;
  line-height: 36px;
  text-align: center;
}

.area_all{
   overflow: hidden;
   margin-top: -45px;
   text-align: center;
}

.zutuu{
   float: left;
   width: 48%;
}

.sofuto{
   float: right;
   width: 48%;
}
.page-id-1815 .yugami-ru{
  display: none;
}
.zutu-headline-sub{
    margin: auto;
  width: 48%;
}

.z-block{
  text-align: center;
  
}
.z-block-1{
    padding-bottom: 1px;
  background-color: #f0f9fd;
}
  .z-syurui-aaa{
    margin: auto;
  }

.z-syurui-aaa img{
    margin: auto;
    width: 30%;
  }
.takasa{
   line-height: 35px;
}
@media screen and (max-width: 640px){
  .zkaizen-img{
    width: 100%;
    margin: 0;
        padding: 0;
  }
  .zkaizen{
    width: 100%;
  }
  .zkaizen-img img {
    width: 100%;
}
  .zsejutu-img{
    width: 100%;
  }
  .zsejutu{
    width: 100%;
  }
  .zsejutu2{
    width: 100%;
  }
  .zsejutu2-img{
    width: 100%;
  }
  .zutuu{
    width: 100%;
    height: auto;
  }
  .sofuto{
    width: 100%;
    height: auto;
  }
  .zsejutu2-img img{
    width: 100%;
    margin: 0;
        padding: 0;
  }
  .zsejutu-img img{
    width: 100%;
      margin: 0;
        padding: 0;
  }
  .zutu-headline {
        margin-bottom: -30px;
}
  .z-syurui img {
    display: inline;
    margin-bottom: -15px;
}
  .zutu-headline-sub{
    margin: auto;
  width: 100%;
  display: inline-block;
}
  .z-block{
  margin-bottom: 70px;
}
.z-syurui{
   text-align: left;
  font-size: 14px;
    line-height: 1.7em;
}   
  .maru-z ul li {
    font-size: 14px;
    color: #5c2f0d;
    margin-top: 1.5%;
    text-align: left; 
}
  .onayami img{
  width: 95%;
    padding: 50px 0 50px;
}
  .onayami{
  margin: auto;
  background-color: #f0f9fd;
  }
  .area_all{
  width: 100%;
  }
  .zenbu{
    width: 90%;
    margin: auto;
    }
  .onayami{
  
  }
  .zsejutu2{
  font-size: 14px;
    line-height: 1.7em;
}
  .zsejutu{
    font-size: 14px;
    line-height: 1.7em;
  }
  .zkaizen{
    font-size: 14px;
    line-height: 1.7em;
  }
  .z-syurui-aaa{
    margin: auto;
  }
  .z-syurui-aaa img{
    margin: auto;
    width: 80%;
  }
.z-block-1 {
    margin-bottom: 50px;
    text-align: center;
    background-color: #f0f9fd;
    padding-top: 50px;
  margin-top: -15px;
}
  
}

/*2022-02-01｜追記*/
#content .btn_share__content ul {
    display: flex;
    flex-wrap: wrap;
}
#content .btn_share__content li {
  overflow: hidden;
    width: calc( 100% / 3 - 10px );
    margin-right: 10px;
    padding: 0;
}
#content .btn_share__content li a {
    text-decoration: none;
}
#copyTarget {
    /* display: none; */
    position: absolute;
    width: 300px;
    left: -1000px;
    /* height: 0; */
    /* font-size: 0; */
}
#content .btn_share__content ul li button#Copy {
    border: unset;
    background: unset;
    padding: 0;
}
.share-modal-close{
    color: #e82424;
    display: inline-block;
    margin-top: 5px;
}

@media screen and (max-width: 640px) {
  #content .btn_share__content li {
      width: calc( 50% - 10px );
      margin: 0 10px 10px 0;
      padding: 0;
  }
  .group_img {
    width: 100%;
    margin: auto;
    margin-bottom: 14px;
	height: 110px;
  }
}

/*2022/02/03|追記*/
@media screen and (max-width: 375px){
.Induction_box a {
    font-size: 12px;
}
.conpany .Induction_box a::after {
    right: 6%;
    top: 38%;
    content: " ";
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #FFFFFF;
    position: absolute;
}
}









/*2023/03/28 追記*/
.wrapper_top {
    width: 100% !important;
    padding: 0px !important;
}

/*HOME追加ここから*/
@media screen and (min-width: 768px){
    #main_visual {
        background-image: url(images/main-back.webp);
    }
}
.line_p {
    line-height: 1.6em;
}
.line_p p {
    margin-bottom: 14px;
}
@media screen and (max-width: 640px){
    .line_p {
        line-height: 1.6em;  
    }
}

.home_block {
    width: 100%;
}
.home_block_inner {
    max-width: 1150px;
    margin: auto;
    padding: 34px 10px 26px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .home_block_inner {
        padding: 38px 10px 32px 10px;
    }
}

.home_block01 {
    margin-top: 0;
    background-color: #fafafa;
}
.home_block01_t {
    text-align: center;
    font-size: 50px;
  font-weight: normal;
}
@media screen and (max-width: 640px){
    .home_block01_t {
        font-size: 25px;
        font-weight: bold;
    }
}
@media screen and (max-width: 420px){
    .home_block01_t {
        text-align: left;
    }
}
.home_block01_t2 {
    line-height: 1.4em;
}
.home_block01 ul {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    list-style: none;
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 767px){
    .home_block01 ul {
        max-width: 500px;
        margin: auto;
        margin-top: 40px;
    }
}
.home_block01 ul li {
    width: 20%;
    padding: 0px 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (min-width: 768px){
    .home_block01 ul li.home_block01_none {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .home_block01 ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    .home_block01 ul li.home_block01_none {
        width: 25%;
    }
}
.home_block01 ul li img {
    border: 1px solid #a7a7a7;
    margin-bottom: 15px;
    border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
}
.home_block01 ul li p {
    text-align: center;
}
@media screen and (max-width: 363px){
    .br_home_block01 {display: none;}
    .home_block01 ul li p {
        text-align: left;
    }
}
.home_block01 .cont {
    color: #000;
    margin-top: 40px;
}
.home_block01 .cont p {
    text-align: center;
}
@media screen and (max-width: 680px){
    .home_block01 .cont p {
        text-align: left;
    }
}
.home_block01 .cont .home_block01_t {
    margin-top: 40px;
}


.home_block02_t {
    font-size: 50px;
    margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 640px){
    .home_block02_t {
        font-size: 25px;
        font-weight: bold;
    }
}
.home_block02 .left {
    width: 60%;
    float: left;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.home_block02 .right {
    width: 38%;
    float: right;
    text-align: center;
}
.home_block02 .img {
    max-width: 420px;
    padding-top: 25px;
}
@media screen and (max-width: 768px){
    .home_block02 .left {
        width: 100%;
    }
    .home_block02 .right {
        display: none;
    }
    .home_block02 .img {
        max-width: 400px;
        margin: auto;
        margin-bottom: 20px;
        padding-top: 0px;
    }
}


.home_block03 {
    background-color: #fafafa;
}
.home_block03 .home_block_inner {
    max-width: 800px;
    margin: auto;
}
.home_block03_btn {
  position: relative;
  width: fit-content;
  margin-top: 30px;
  padding: 0 40px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 4em;
  font-size: 16px;
  background: url(./images/icon_btn.webp) no-repeat center right 14px;
  background-color: #413247;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home_block03_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home_block03_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_block03_t {
    font-size: 50px;
    text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 640px){
    .home_block03_t {
        font-size: 25px;
        font-weight: bold;
    }
}
.home_block03 ul {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    list-style: none;
    text-align: center;
}
.home_block03 ul li {
    width: 33%;
    padding: 0px 15px;
    margin: 40px 0px 0px 0px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 767px){
    .home_block03 ul li {
        width: 50%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 485px){
    .home_block03 ul li {
        width: 100%;
    }
}
.home_block03 ul li.home_block03_none04 {
    width: 16.5%;
}
@media screen and (max-width: 767px){
    .home_block03 ul li {
        padding: 0px 5px;
    }
    .home_block03 ul li.home_block03_none04 {
        display: none;
    }
    .home_block03 ul li.home_block03_none06 {
        width: 25%;
    }
    .home_block03 ul li.home_block03_none08 {
        width: 25%;
    }
}
@media screen and (min-width: 768px){
    .home_block03 ul li.home_block03_none06 {
        display: none;
    }
    .home_block03 ul li.home_block03_none08 {
        display: none;
    }
}
@media screen and (max-width: 486px){
    .home_block03 ul li.home_block03_none04 {
        display: none;
    }
    .home_block03 ul li.home_block03_none06 {
        display: none;
    }
    .home_block03 ul li.home_block03_none08 {
        display: none;
    }
}
.home_block03_no1 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(./images/home_block03_no1.webp) no-repeat top 5px left;
}
.home_block03_no2 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(./images/home_block03_no2.webp) no-repeat top 5px left;
}
.home_block03_no3 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(./images/home_block03_no3.webp) no-repeat top 5px left;
}
.home_block03_no4 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(./images/home_block03_no4.webp) no-repeat top 5px left;
}
.home_block03_no5 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(./images/home_block03_no5.webp) no-repeat top 5px left;
}
@media screen and (min-width: 769px){
  .home_block03_no1 {
    font-size: 22px;
    background: url(./images/home_block03_no1.webp) no-repeat top 16px left;
  }
  .home_block03_no2 {
    font-size: 22px;
    background: url(./images/home_block03_no2.webp) no-repeat top 16px left;
  }
  .home_block03_no3 {
    font-size: 22px;
    background: url(./images/home_block03_no3.webp) no-repeat top 16px left;
  }
  .home_block03_no4 {
    font-size: 22px;
    background: url(./images/home_block03_no4.webp) no-repeat top 16px left;
  }
  .home_block03_no5 {
    font-size: 22px;
    background: url(./images/home_block03_no5.webp) no-repeat top 16px left;
  }
}
@media screen and (max-width: 768px){
  .home_block03_no1, .home_block03_no2, .home_block03_no3, .home_block03_no4, .home_block03_no5 {
        font-size: 22px;
  }
}
@media screen and (max-width: 640px){
  .home_block03_no1, .home_block03_no2, .home_block03_no3, .home_block03_no4, .home_block03_no5 {
    padding: 0px 0px 15px 38px;
        font-size: 20px;
        background-size: 30px auto;
  }
}
.home_block03_details {
    color: #000;
    margin-top: 10px;
}

.home_block04_t {
    font-size: 40px;
    margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (max-width: 640px){
    .home_block04_t {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
    }
}
.home_block04 .left {
    width: 60%;
    float: left;
    margin-top: 0px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.home_block04 .right {
    width: 36%;
    float: right;
    margin-top: -40px;
    text-align: center;
}
@media screen and (max-width: 767px){
    .home_block04 .left {
        width: 100%;
        margin-top: 0px;
    }
    .home_block04 .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .home_block04 .img {
        max-width: 412px;
        margin: auto;
    }
}
.home_block04_btn {
    position: relative;
    width: 100%;
    margin-top: 50px;
    height: 54px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 3.5em;
    font-size: 16px;
    background: url(./images/icon_btn.webp) no-repeat center right 14px;
    background-color: #a56bbb;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px){
    .home_block04_btn {
        margin-top: 30px;
    }
}
.home_block04_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.home_block04_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_block04 ul {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    list-style: none;
    text-align: center;
    margin-top: 40px;
}
.home_block04 ul li {
    width: 25%;
    padding: 1px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 640px){
    .home_block04 ul li {
        width: 50%;
    }
}

.home_block05 {
  background-color: #fafafa;
}
.home_block05_inner {
  max-width: 800px;
  margin: auto;
}
.home_block05_t {
  color: #a56bbb;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .home_block05_t {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.home_block05_btn {
  position: relative;
  padding: 14px 25px;
  max-width: 260px;
  width: 100%;
  margin: 25px auto 0;
  height: 54px;
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: url(./images/icon_btn.webp) no-repeat center right 14px;
  background-color: #a56bbb;
  box-shadow: 0 1px 5px 1px #86868666;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home_block05_btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home_block05_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*HOME追加ここまで*/


/*初めての方へここから*/
.hajimete_t {
    text-align: center;
    font-size: 50px;
    padding: 40px 0px;
}
@media screen and (max-width: 640px){
    .hajimete_t {
        font-size: 25px;
        font-weight: bold;
        padding: 20px 0px;
    }
}
.hajimete {
    width: 100%;
    padding: 60px 30px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 640px){
    .hajimete {
        padding: 30px 10px;
    }
}
.hajimete_back {
    background-color: #fafafa;
}
.hajimete_a_l {
    width: 37%;
    float: left;
}
.hajimete_a_r {
    width: 63%;
    float: right;
    padding-left: 40px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.hajimete_b_l {
    width: 63%;
    float: left;
    padding-right: 40px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.hajimete_b_r {
    width: 37%;
    float: right;
}
@media screen and (max-width: 640px){
    .hajimete_a_l {
        width: 100%;
    }
    .hajimete_a_r {
        width: 100%;
        padding-left: 0px;
    }
    .hajimete_b_l {
        width: 100%;
        padding-right: 0px;
    }
    .hajimete_b_r {
        width: 100%;
    }
}
.hajimete_block_no1 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no1.webp) no-repeat top 5px left;
}
.hajimete_block_no2 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no2.webp) no-repeat top 5px left;
}
.hajimete_block_no3 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no3.webp) no-repeat top 5px left;
}
.hajimete_block_no4 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no4.webp) no-repeat top 5px left;
}
.hajimete_block_no5 {
  color: #000;
  padding: 0px 0px 15px 64px;
  background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no5.webp) no-repeat top 5px left;
}
@media screen and (min-width: 769px){
  .hajimete_block_no1 {
    font-size: 22px;
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no1.webp) no-repeat top 16px left;
  }
  .hajimete_block_no2 {
    font-size: 22px;
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no2.webp) no-repeat top 16px left;
  }
  .hajimete_block_no3 {
    font-size: 22px;
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no3.webp) no-repeat top 16px left;
  }
  .hajimete_block_no4 {
    font-size: 22px;
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no4.webp) no-repeat top 16px left;
  }
  .hajimete_block_no5 {
    font-size: 22px;
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/hajimete_block_no5.webp) no-repeat top 16px left;
  }
}
@media screen and (max-width: 768px){
  .hajimete_block_no1, .hajimete_block_no2, .hajimete_block_no3, .hajimete_block_no4, .hajimete_block_no5 {
        font-size: 22px;
  }
}
@media screen and (max-width: 640px){
  .hajimete_block_no1, .hajimete_block_no2, .hajimete_block_no3, .hajimete_block_no4, .hajimete_block_no5 {
    padding: 0px 0px 15px 38px;
        font-size: 20px;
        background-size: 30px auto;
  }
}
.hajimete_block_details {
    color: #000;
    margin-top: 10px;
}

.hajimete_mese {
    width: 100%;
    background-color: #fafafa;
    margin-top: 60px;
    padding: 60px 105px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 767px){
    .hajimete_mese {
        padding: 30px 10px;
        margin-top: 30px;
    }
}
.hajimete_mese .img {
    float: left;
    margin: 10px 40px 40px 0px;
}
.hajimete_mese p {
    line-height: 2em;
    margin-bottom: 30px !important;
}
@media screen and (max-width: 640px){
    .hajimete_mese .img {
        width: 100%;
    }
}
/*初めての方へここまで*/


/*お問い合わせここから*/
.contact_block {
  max-width: 1000px;
  margin: 80px auto 80px;
}
@media screen and (max-width: 767px){
    .contact_block {
        padding: 0px 10px;
        -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    }
}
.contact_block01 {
}
.contact_block_logo {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
}
@media screen and (max-width: 640px){
    .contact_block_logo {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}
.contact_block01 .left {
    width: 50%;
    float: left;
    padding-right: 10px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.contact_block01 .right {
    width: 50%;
    float: right;
    padding-left: 10px;
    padding-top: 16px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 640px){
    .contact_block01 .left {
        width: 100%;
        padding-right: 0px;
    }
    .contact_block01 .right {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
    }
}

.contact_block02 {
    margin-top: 40px;
    padding: 0px 20px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.contact_block02 .left {
    width: 50%;
    float: left;
    padding: 0px 10px 0px 0px;
    text-align: center;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.contact_block02 .right {
    width: 50%;
    float: right;
    padding: 0px 0px 0px 10px;
    text-align: center;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .contact_block02 {
        margin-top: 20px;
    }
    .contact_block02 .left {
        width: 100%;
        padding: 0px;
    }
    .contact_block02 .right {
        width: 100%;
        padding: 0px;
        margin-top: 20px;
    }
}


.contact_phone_btn {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 32px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 8px;
    background: url(http://eikou-chiin.com/okazakiminami/wp-content/uploads/2024/03/contact_phone.png) no-repeat center center;
    border: none;
    /*cursor: pointer;*/
    border: 1px solid #9a68a9;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.okazaki .contact_phone_btn {
  background: url(./images/contact_phone.png) no-repeat center center;
}
.okazaki-two .contact_phone_btn {
  background: url(./images/contact_phone.png) no-repeat center center;
  background-size: 335px;
}
.okazaki-two .contact_line_btn {
  background: url(./images/contact_line.svg) no-repeat center left 210px, #00c100;
  padding-left: 90px;
}
.okazaki-two .contact_mail_btn {
  padding-top: 38px;
  padding-left: 74px;
  font-size: 18px;
}
@media screen and (max-width: 767px){
.okazaki-two .contact_phone_btn {
  background: url(./images/contact_phone.png) no-repeat center center;
  background-size: 315px;
}
.okazaki-two .contact_line_btn {
  background: url(./images/contact_line.svg) no-repeat center left 38px, #00c100;
  padding-left: 74px;
}
.okazaki-two .contact_mail_btn {
  padding-top: 35px;
  padding-left: 0;
  font-size: 20px;
}
}
@media screen and (max-width: 767px){
    .contact_phone_btn {
        font-size: 20px;
        padding-top: 36px;
        background: url(./images/contact_phone.svg) no-repeat center center;
    }
}
@media screen and (max-width: 432px){
    .contact_phone_btn {
        background-size: 90% auto!important;
    }
}
.contact_phone_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_mail_btn {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 32px;
    padding-left: 40px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 8px;
    background: url(./images/contact_mail.svg) no-repeat center left 30px, #413247;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px){
    .contact_mail_btn {
        font-size: 20px;
        padding-top: 36px;
        background: url(./images/contact_mail.svg) no-repeat center left 38px, #413247;
    }
}
@media screen and (max-width: 460px){
    .contact_mail_btn {
        background: none;
        padding-left: 0px;
        background-color: #413247;
    }
}
.contact_mail_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.contact_mail_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_line {
    width: 100%;
    margin-top: 20px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.contact_line_btn {
    position: relative;
    width: 100%;
    height: 100px;
    padding-top: 32px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    border-radius: 8px;
    background: url(./images/contact_line.svg) no-repeat center left 300px, #00c100;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px){
    .contact_line_btn {
        font-size: 20px;
        padding-top: 36px;
        background: url(./images/contact_line.svg) no-repeat center left 30px, #00c100;
    }
}
@media screen and (max-width: 460px){
    .contact_line_btn {
        font-size: 20px;
        background: none;
        background-color: #00c100;
    }
}
.contact_line_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
.contact_line_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*お問い合わせここまで*/


/*お問い合わせ下メニュー*/
.site_menu_block {
    margin-top: 60px;
}
@media screen and (max-width: 640px){
    .site_menu_block {
        margin-top: 0px;
    }
}
.site_menu_block ul {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    list-style: none;
    text-align: center;
}
.site_menu_block ul li {
    /*width: 40%;*/
    padding-left: 0px;
    line-height: 2em;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;    
}
.site_menu_block ul li ul li {
    width: 100%;
    padding-left: 20px;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.menu-item {
    background: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/nav_icon.png) no-repeat top 10px left;
}
.menu-item a {
    color: #454545;
}
.menu-item a:hover {
    color: #b42f2f;
}
.menu_add {
    width: 52%;
    padding-right: 30px;
}
.menu_list {
    border-left: 1px solid #ccc;
    width: 24%;
}

/*0517追加バナー用*/
.contact_campaign_bnr , .instbn{
  width: 100%;
}
.contact_campaign_bnr img , .instbn .instbn_img{
  width: 100%;
  margin: 20px auto;
}
/*0517追加バナー用ここまで*/


.conpany_box {
    margin-top: 40px;
}

/*電話リンク無効化*/
@media only screen and (min-width: 769px) {
    .notel {
        pointer-events: none;
    }
}

@media screen and (max-width: 767px){
    .pc_set {display: none;}
}


/*2023/06/23|追記*/
#blog {
  max-width: 1200px;
  height: auto;
  text-align: justify;
  background-repeat: no-repeat;
  border-color: #fff;
  margin: 0 auto;
  padding-top: 4rem;
}
#blog .blog_in {
  padding: 2rem 3rem 2.5rem 3rem;
  box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
  border-radius: 10px;
  background-color: #fff;
}
#blog .blog_in ul li {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem;
  text-decoration: none;
}
#blog .blog_in ul li p {
  margin-bottom: 0;
}
#blog .blog_in ul li a.news_des {
  color: #333;
  text-decoration: none;
}
#blog .blog_in ul li a.news_des:hover {
  color: #f90;
  border-bottom: solid 1px #f90;
}
#blog .list_button {
  text-align: center;
  background-repeat: no-repeat;
  padding: 2rem 2rem 4rem 2rem;
}
#blog .list_button .list_button_in {
  text-align: center;
}
#blog .list_button .list_button_in a {
  color: rgba(255,255,255,1.00);
  font-size: 1rem;
  background-color: #ff9933;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  border: solid;
  border-width: 1px;
  border-color: #ff9933;
  display: inline-block;
  width: 300px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  outline: none;
  border-radius: 4px;
}
#blog .list_button .list_button_in a:hover {
  color: #ff9933;
  background-color: #fff;
}
.first-bnr{
  padding-top: 4%;
}

/*20230912追加分ここから*/

.top_title_store{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  margin-bottom:60px;
}
.top_title_store h2{
  font-size: 35px;
  background:none;
  border:none;
  color: #2B2B2B;
  padding:0;
  margin: 0 0 10px;
  text-align:center;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 2.5px;
}
.top_title_store p{
  font-size: 28px;
  display:inline-block;
  margin-bottom: 5px;
  font-weight: 900;
  letter-spacing: 2px;
}
.top_title_store::after{
    content:'';
    width:100px;
    height:3px;
    display:block;
    background: #b67ccc;
}

#top_content_01 {
    position:relative;
}

#top_content_01:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 320px;
    background: #b67ccc63;
}

#top_content_01 .wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content: center;
  gap: 0 130px;
}
#top_content_01 .wrap li{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:center;
  justify-content:flex-start;
  max-width:450px;
  width:35%;
}
#top_content_01 .wrap li figure{
  position:relative;
  height:auto;
  width:95%;
  left:5%;
}
#top_content_01 .wrap figure img{
  width:100%;
  height:auto;
}
#top_content_01 .wrap .t_cnt01_txt{
  width: 95%;
  margin-right: 5%;
  background:#FFF;
  display:block;
  padding: 20px 20px 20px;
  position:relative;
  top:-30px;
}
#top_content_01 .wrap .t_cnt01_txt p{
  margin-bottom: 12px;
}
#top_content_01 .wrap .t_cnt01_txt a{
  text-decoration:none;
  display: block;
}
#top_content_01 .wrap .t_cnt01_txt a:hover{
  opacity: 0.75;
}
#top_content_01 .wrap .t_cnt01_txt h3{
  color: #9e4abd;
  font-size:20px;
}
#top_content_01 .wrap .t_cnt01_txt p.btn{
  max-width: 230px;
  width: 100%;
  height: 48px;
  text-decoration:none;
  display:flex;
  flex-direction: row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
  background-color: #b67ccc;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 10px;
}
#top_content_01 .wrap .t_cnt01_txt p.c_change{
  color: #fff;
}
#top_content_01 .wrap .t_cnt01_txt p.btn span{
  font-weight:500;
  font-size:16px;
  letter-spacing:1.5px;
  display:flex;
  width:100%;
  text-align:center;
  position:relative;
  color:#fff;
  flex-direction:row;
  padding-left:8px;
  flex-wrap:nowrap;
  align-content:center;
  justify-content: center;
  align-items:center;
}
#top_content_01 .wrap .t_cnt01_txt p.btn span::before{
  border-left:3px solid;
  border-top:3px solid;
  border-color:#ffffff;
  content:"";
  height:9px;
  position:absolute;
  right: 20px;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  width:9px;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.telbtn {
  background: #ff972b;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.tel-btn {
  background: none;
  /* color: red;*/
  height: auto;
  margin-top: 15px;
  max-width: 280px;
  font-size: 30px;
  align-items: flex-end;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.address {
  /* color: #fff;*/
  height: auto;
  text-align: left;
  padding: 0 8px 12px;
  max-width: 100%;
  margin-bottom: 0;
  background: none;
}
#top_content_01 ul.wrap li:nth-child(2) .t_cnt01_txt p.btn.address {
  padding-bottom: 12px;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.tel-btn span {
  color: #cb2222;
  width: auto;
  font-size: 30px;
  line-height: 28px;
  display: inline-block;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.tel-btn b {
  color: #9e4abd;
  display: inline-block;
}
#top_content_01 .wrap .t_cnt01_txt p.btn.tel-btn span::before {
  display: none;
}

/*20230912追加分ここまで*/
/*20230919追加分ここから*/
.shop01 .inner {
    display: flex;
    justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.cover {
    width: calc( 50% - 15px );
    padding: 2%;
  border-radius: 7px;
    background: linear-gradient(#f2f2f2, #E6E6E6);
    border: 1px solid #e6e6e6;
}
/*20230919追加分ここまで*/
/*20230921追加分ここから*/
.page-id-2761 ul.shop_menu {
  width: 100%;
  height: auto;
  margin: 0;
}

.page-id-2761 .shop_menu li{
  width: 50%;
  height: auto;
  margin: 0;
}
li.cover_img img {
    border-radius: 7px;
}

li.cover_content_tit {
    color: #413247;
    margin: 13px 15px 0;
    font-size: 18px;
}
.page-id-2761 li.cover_content {
  color: #333;
  margin: 0 15px 15px;
  font-size: 16px;
}
.page-id-2761 #content .cover_content p{
    margin: 0;
  color: #333;
}
.page-id-2761 .shop_menu li:first-child {
  float: left;
}
.page-id-2761 .shop_menu li:first-child a{
  color: #413247;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ffffff;
  background-image: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/shop_tel_icon.png);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.page-id-2761 .shop_menu li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.95vw, 15px);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  padding: 15px 0 15px 1vw;
  display: block;
}
.page-id-2761 .shop_menu li:last-child{
  float: right;
}
.page-id-2761 .shop_menu li:last-child a {
  color: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #b081c3;
  background-image: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/shop_home_icon.png);
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 16px;
}

@media screen and ( min-width:769px ) {
  .page-id-2761 .shop_menu li a.sp{
    display: none;
  }
}
@media screen and ( max-width:768px ) {
  .page-id-2761 .shop_menu li:first-child a{
    color: #413247;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #ffffff;
    background-image: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/shop_tel_icon.png);
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
  }

  .page-id-2761 .shop_menu li:last-child a {
    color: #ffffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #b081c3;
    background-image: url(https://eikou-chiin.com/wp-content/themes/amaterasu/images/shop_home_icon.png);
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
  }

  .page-id-2761 .shop_menu li a.pc{
    display: none;
  } 
  .cover {
    width: 100%;
    padding: 2%;
    margin: 2% 0;
  }
}
/*20230921追加分ここまで*/

/* 2023/0915お問い合わせ追加 */
#content .contact_block_logo h2.okazaki-title{
  font-size: 40px;
  text-align: center;
  color: #462852;
  margin-bottom: -1.5rem;
  background: none;
  border-top: none;
}
@media screen and (max-width: 769px){
#content .contact_block_logo h2.okazaki-title{
  font-size: 35px;
  text-align: center;
  margin-bottom: -2rem;
  margin-top: 3rem;
}
}
/* 2023/0915お問い合わせ追加 */
/* 2023/1004お問い合わせ追加 */
label.footer_cont_tel img {
  width: 100%;
}

img.gaikan {
    border-radius: 8px;
    margin: 15px 0;
}

a.footer_line_bnr {
    margin: 15px 0;
}

.footer_cont_box table.table {
    margin: 15px 0 5px;
  border-radius: 7px;
}

.footer_cont_box span {
    display: inline-block;
    width: 100%;
  font-size: 18px;
    padding: 5px 0 3px;
    font-weight: bold;
    color: #462852;
  text-align: center;
    border-bottom: 1px dotted #462852;
}

.footer_cont_box {
    display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}

.footer_content.page-contact {
    width: 360px;
    padding: 10px 15px;
}

.footer_content th {
    width: 80px;
}

.footer_content table.table td {
    font-size: 14px;
    padding: 6px;
}


/* 2023/1004お問い合わせ追加 */

@media screen and (max-width: 768px){
  #blog {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  #blog .blog_in {
      width: 90%;
      margin: auto;
      padding: 1rem 1rem 1.5rem 1rem;
      box-shadow: 0px 0px 10px rgb(0,0,0,0.25);
      border-radius: 10px;
  }
  #blog .list_button {
    padding: 2rem 2rem 0rem 2rem;
  }
  #blog .list_button .list_button_in a {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    width: 200px;
  }
  /*20230912追加分ここから*/
  #top_content_01 .wrap {
      flex-wrap: wrap;
  }
  #top_content_01 .wrap li {
    width: 95%;
  }
  #top_content_01 .wrap li {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 3%;
    margin-bottom: 5%;
  }
  #top_content_01 .wrap li::before {
    content: '';
    background: #b67ccc63;
    display: block;
    height: 65%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #top_content_01 .wrap .t_cnt01_txt p.btn.tel-btn {
    font-size: 25px;
  }
  #top_content_01:after {
    content: unset;
  }
  /*20230912追加分ここまで*/
/* 2023/1004お問い合わせ追加 */
  
.footer_content.page-contact {
    width: 100%;
    padding: 10px;
}
/* 2023/1004お問い合わせ追加 */
}


a:hover img.op{
  opacity:0.8;
  filter:alpha(opacity=10);
  -ms-filter: “alpha( opacity=10 )”;
}

/* 2024/0301お問い合わせの文字変更 */
@media screen and (max-width: 500px){
  #content .contact_block_logo h2.okazaki-title{
    font-size: 28px;
    margin-bottom: 15px;
  }
}

/* 2024/0302 TOPのスライド */

.top-slide{
  position: relative;
  width: 65%;
/*  max-height: 550px; */
    height: calc(100vh - 184px);
  overflow: hidden;
/*  margin: 0 auto; */
}

@media screen and (max-width: 768px){
  .top-slide{
    width: 100%;
    height: 370px;
    top: 42%;
    top: 0%;
  }
}

.slide-image {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: anime 30s linear infinite;
}
  
.img-01{
  background-image: url('http://eikou-chiin.com/okazakiminami/wp-content/uploads/2025/03/bg-img01.png');
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
  
.img-02{
  background-image: url('http://eikou-chiin.com/okazakiminami/wp-content/uploads/2025/10/staff-img.png');
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
  
.img-03{
  background-image: url('http://eikou-chiin.com/okazakiminami/wp-content/uploads/2024/03/s08.jpg');
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.img-04{
  background-image: url('http://eikou-chiin.com/okazakiminami/wp-content/uploads/2024/03/S__9748529_0.jpg');
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.img-05{
  background-image: url('http://eikou-chiin.com/okazakiminami/wp-content/uploads/2024/03/s04-1.jpg');
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
/* 	background-position: 0 45px; */
}
  
@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* 2024/0322 TOP・スタッフ紹介のメインカラー変更 */

#txt_green, .txt_green {
	color: #626d33!important;
}
.abox.txt_green {
	background: linear-gradient(60deg, #f2ae83 70%, #f4c992 70%, #f99459);
}

.txt_white {
	color: #FFFFFF!important;
}

.home_block03_btn {
	background-color: #FFFFFF;
	color: #626d33;
}

.Induction_box.green, .gloup_text.green {
	background: none;
	background-color: #626d33;
}

#global_navi_in ul li a {
	color: #626d33;
}

#global_navi_in ul li {
	border-bottom: 1px solid #626d33;
}

#three__reason__Wrap__mv {
	background-image: url("/sunrise/toyonaka.site/wp-content/uploads/2026/04/23675052_m.jpg");
}

#footer.green {
	border-top: 5px solid #ff6c12;
    background: linear-gradient(white, white, #D3E6DA);
}

.page-contact {
	border: 2px solid #626d33;
}


.centeralight{
  display: flex;
  justify-content: center;
}

.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
/*  padding-top: 56.25%;*/
  position: relative;
  aspect-ratio: 3 / 2;
  max-width: 800px;
  margin-bottom: 3rem;
}


.ytube iframe {
  width: 100%;
  height: 100%;
/*
	height: 80%;
     width: 60%;
   left: 20%;
    position: absolute;
    top: 0;*/
  }

.ytube iframe a {
    /* lityを動かすためにiframeを覆う */
/*     height: 80%;
   width: 60%;
   position: absolute;
    top: 0;
     left: 20%;*/
  }

@media screen and (max-width: 768px) {
/*
	.ytube {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
	}
    .ytube iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
*/
    .ytube iframe a {
      /* lityを動かすためにiframeを覆う */
/*		
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;*/
    }
}
/* トップページ限定キャンペーン */
.first_price{
	margin: 0 auto;
	margin-top: 20px;
}
.first_price_box{
    width: 65%;
    padding: 50px 0;
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
    margin: 0 auto;
}
.first_price_box a.line_btn {
   margin: 0 auto;
    color: #ffffff;
    background: rgb(6 151 58 / 80%);
    text-decoration: none;
    padding: 20px 70px;
    display: inline-block;
    margin-right: 30px;
	display: inline-block;
}
.first_price_box a.web_btn{
	margin: 0 auto;
    color: #ffffff;
    background: rgb(49 32 0 / 70%);
    text-decoration: none;
    padding: 20px 90px;
    display: inline-block;
}

.first_price_box p {
    color: #a56bbb;
    text-align: center;
    margin: 0 !important;
    margin-bottom: 15px !important;
    color: #626d33 !important;
    font-weight: 700;
}


.first_price_detail {
    font-size: 80px;
    line-height: 80px;
}
.first_price_detail span {
    font-size: 18px;
}
.including_counseling {
    font-size: 20px;
}
.price_name {
    font-size: 36px;
}
.btn_box{
	text-align: center;
}
@media screen and (max-width: 768px) {
    .first_price_box {
        width: 100%;
        box-shadow: none;
    }
    .otameshi {
        font-size: 16px;
    }
    .price_name {
        font-size: 24px;
    }
.sp-br {
        display: block;
    }
.first_price_detail {
        font-size: 60px;
        line-height: 60px;
    }
.btn_box{	
	display: flex;
    flex-wrap: wrap;
	}
.first-line, .first-web{
		width: 100%;
		text-align: center;
	margin:10px;
	}
}
/* ギャラリーサイズ指定 */
#gallery-1 img{
	height: 200px;
}
@media screen and (max-width: 768px) {
#gallery-1 img{
	height: 85px;
	}
}
/* 症例ページ動画 */
.center-video {
  text-align: center;
}
.center-video video{
  width: 50%;
}
.center-video video {
  display: inline-block;
}
@media screen and (max-width: 768px) {
.center-video video{
  width: 70%;
}
}

/* アクセス */

.access {
  position: relative;
}

.access::before {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  width: 300px;
  height: 700px;
  top: 0;
  left: 0;
  z-index: -1;
}

.access_box {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2%;
}

#content .access_box h2 {
  font-size: 40px;
  text-align: center;
  color: #5f5d5d;
  background: none;
  border-top: none;
  margin: 0 0 25px;
}

.access_box_content {
  width: 60%;
  margin: 0 0 0 auto;
}

.access_box_img {
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  background-image: url("/sunrise/toyonaka.site/wp-content/uploads/2026/04/staff.jpeg");
  background-position: 45% 25%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.access_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access_box_content p:first-child {
  font-size: 20px;
}

.google_map iframe {
  width: 100%;
}
/* 選ばれる理由 */
ul.one-reason-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    width: 100%;
    margin-top: 2em;
}
ul.one-reason-list li {
    width: 100%;
    font-size: 15px;
    color: #5c2f0d;
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.one-reason-list li figure {
    width: 30%;
}
.one-reason-list li p {
    width: 67%;
    text-align: left;
    font-size: 17px;
    line-height: 1.9;
}
ul.one-reason-list li span {
    color: #462852;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
 @media screen and (max-width:768px) {
ul.one-reason-list li{
flex-wrap: wrap;
justify-content: center;
}
.one-reason-list li figure{
width: 80%;
}
.one-reason-list li p{
width: 100%;
}
 }
/* メインイメージ下エリア */
.feature-section {
  padding: 80px 20px;
  background: #f8f8f8;
}
.feature-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1140px;
  margin: 0 auto 80px;
}
.feature-wrap.reverse {
  flex-direction: row-reverse;
}
.feature-img img {
  width: 100%;
  max-width: 500px;
}
.feature-text {
  flex: 1;
}
#content .feature-title {
  font-size: 37px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e4754f;
  padding-bottom: 10px;
  background: none;
  border-top: none;
  margin-top: 0;
  color: #e4754f;
}
#content .highlight {
  display: inline-block;
  color: red;
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.6;
}
#content .highlight span {
  background: #626d33;
  color: #fff;
  padding: 1px 8px 3px;
  margin: 0 3px;
  line-height: 2;
  font-weight: 500;
}
.bold{
    font-weight: 800;
}

/*メインイメージ下エリア */
@media screen and (max-width: 768px) {
  #content .feature-title {
    font-size: 5.2vw;
    text-align: center;
    padding: 0;
    margin: 20px 0 10px;
    border: 0;
  }
  .feature-wrap {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .feature-wrap.reverse {
    flex-direction: column;
    margin: 40px 0 0;
  }
  .feature-img img {
    max-width: 100%;
  }
  .highlight{
    padding: 0;
  }
  .feature-section {
    padding: 60px 20px;
    background: #fff5f5;
  }
}

@media screen and (max-width: 768px) {
  .text-body img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.text-body img{
	max-width: 500px;
	margin: 0 auto;
}
/* 追記 トップアクセスエリア */
@media screen and (min-width: 769px){
.access_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0;
  background-color: #ffffff;
}

.access_info .inner_title {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 50px auto;
  padding: 0;
}

.access_info .inner_title span {
  width: 320px;
  font-size: 18px;
  line-height: 1.0em;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0 0.6em 0;
  border-radius: 30px;
  background-color: #ff6c12;
  position: relative;
  display: block;
}

.access_info .inner_title span::after {
  width: 940px;
  content: "";
  position: absolute;
  top: 50%;
  left: 340px;
  border-top: 2px solid #ff6c12;
}

.access_info .inner {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.access_info .inner .left {
  width: 40.234375%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
  border-bottom: 1px dotted #d5d5d5;
}

.access_info .inner .left ul li:nth-child(1) {
  margin-bottom: 30px !important;
  border: none;
}

.access_info .inner .left ul li:nth-child(2) {
  border-bottom: 1px solid #a9a9a9;
}

.access_info .inner .left ul li:nth-child(4) {
  padding-left: 35px;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/train_icon.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
}

.access_info .inner .left ul li:nth-child(5) {
  padding-left: 35px;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/parking_icon.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
}

.access_info .inner .left ul li strong {
  font-size: 22px;
  color: #1a1e3d;
  background: linear-gradient(transparent 50%, #dcf5ff 50%);
}

.access_info .inner .left ul li a img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .access_info .inner .left ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: left;
  padding: 15px 0;
  margin: 0;
}

.access_info .inner .right {
  width: 54.6875%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul li {
  width: 100%;
  height: auto;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  border: none;
}

.access_info .inner .right ul li:first-child {
  margin-bottom: 14px;
  padding: 105px 0 20px 0;
  border-bottom: 1px solid #a9a9a9;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/access_info_bg.png");
  background-position: right 20px top;
  background-repeat: no-repeat;
}

.access_info .inner .right ul li a {
  font-family: "arial";
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ff6c12;
  padding-left: 55px;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/phone_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}

.access_info .inner .right ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.access_info .inner .right ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4em;
  text-align: left;
  color: #ff6c12;
}

.access_info .inner .right ul li p span {
  font-size: 14px;
  font-weight: normal;
  color: #ff6c12;
  display: block;
}

.access_info .inner .right table {
  width: 100%;
  height: auto;
  margin-top: 12px;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.access_info .inner .right table tr{
  border-bottom: 1px solid #bbbbbb;
}

.access_info .inner .right table tr:last-child{
  border-bottom: 0;
}

.access_info .inner .right table th {
  height: auto;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  padding: 15px 0;
  color: #5c2f0d;
}

.access_info .inner .right table th:nth-child(1),
.access_info .inner .right table td:nth-child(1) {
  width: 35%;
}

.access_info .inner .right table td {
  height: auto;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
  color: #5c2f0d;
  border: none;
}

.access_info .inner .right table tr:nth-child(3) td:nth-child(1) {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  color: #372201;
  padding: 13px 0;
}
}
/* 追記 ここまで */
/* フッター追記 */
.shin-footer_in {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}
.shin-footer_box01 {
    width: 40%;
}
.shin-footer_info {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.shin-footer_box02 {
    width: 55%;
	margin-top: 5rem;
}
.shin-footer_box02 li {
    width: 35%;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    list-style: none;
    padding: 0;
}
.footer-menu li a {
    text-decoration: none;
}
@media (max-width: 768px) {

.shin-footer_box01,
.shin-footer_box02 {
    width: 100%;
	margin-top: 0;
}
.footer-menu {
    grid-template-columns: 1fr;
}
.sp .btn_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.sp .btn_box a {
    text-align: center;
}
}
/* 追記ここまで*/
/* トップ料金エリア追記*/

.trial_plan {
  background: #f8f8f8;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}
.trial_inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.trial_flow-p{
font-size: 20px;
	color: #fff!important;
	text-align: center;
}
.trial_title {
  background: #123d66;
  display: inline-block;
  padding: 15px 40px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  color: #fff !important;
}
.trial_flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.trial_circle {
  width: 150px;
  height: 150px;
  background: #ddd;
  color: #123d66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
	font-size: 20px;
}
.trial_plus {
  font-size: 28px;
  font-weight: bold;
}
.trial_notes {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
.trial_notes p{
    color: #fff !important;
}
.trial_price_box {
  border: 2px solid #fff;
  padding: 0px 20px;
  margin-top: 40px;
  text-align: center;
}
.trial_limit {
  background: #123d66;
  display: inline-block;
  padding: 12px 30px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff!important;
}
.trial_price_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.trial_normal {
  font-size: 22px;
}
.trial_arrow {
  font-size: 40px;
}
.trial_big {
  font-size: 80px;
  font-weight: bold;
}
.trial_big span {
  font-size: 36px;
}
.trial_bottom_text {
  margin-top: 20px;
  font-size: 14px;
	max-width: 640px;
    margin: 0 auto;
}
.trial_bottom_text p{
  color: #fff!important;
}
.btn_block, .btn_box {
    padding: 2rem;
}
	.pc{
	display: block;
	}
.sp{
	display:none;
}
.home #footer{
	display: none;
}
@media (max-width: 768px) {
  .trial_circle {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
	.trial_plus {
    font-size: 19px;
    font-weight: bold;
}
	.trial_flow {
    flex-wrap: nowrap;
	gap: 8px;
	}
  .trial_big {
    font-size: 50px;
  }
  .trial_price_row {
    flex-direction: row;
  }
  .trial_normal {
    font-size: 15px;
}
}
/* 追記ここまで*/
/* 追記 ここから */
@media screen and (max-width: 768px){
.access_info {
  width: 100%;
  height: auto;
  margin: 0 0 60px;
  padding: 10px 10px 0px 20px;
  background-color: #ffffff;
}

.access_info .inner_title {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
}

.access_info .inner_title span {
  width: 65.10416666%;
  font-size: 3.8vw;
  line-height: 1.0em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 0.8em 0 0.6em 0;
  border-radius: 30px;
  background-color: #4eb1e6;
  display: block;
}

.access_info .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.access_info .inner .left {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
  border-bottom: 1px dotted #d5d5d5;
}

.access_info .inner .left ul li:nth-child(1) {
  text-align: center;
  margin-bottom: 3.90625% !important;
  border: none;
}

.access_info .inner .left ul li:nth-child(4) {
  padding-left: 6.0vw;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/train_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

.access_info .inner .left ul li:nth-child(5) {
  padding-left: 6.0vw;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/parking_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

.access_info .inner .left ul li strong {
  font-size: 4.7vw;
  color: #1a1e3d;
  background: linear-gradient(transparent 50%, #dcf5ff 50%);
}

.access_info .inner .left ul li a img {
  width: 78.125%;
  height: auto;
  margin: auto;
  padding: 0;
}

#content .access_info .inner .left ul li p {
  font-size: 3.5vw;
  font-weight: normal;
  padding: 15px 0;
  margin: 0;
}

.access_info .inner .right {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0 0;
}

.access_info .inner .right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul li {
  width: 100%;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
  border: none;
}

.access_info .inner .right ul li:first-child {
  margin-bottom: 3.90625%;
}

.access_info .inner .right ul li a {
  font-family: "arial";
  font-size: 10.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ff6c12;
  padding-left: 10.0vw;
  background-image: url("https://sunrise-seikotsuin.com/sunrise/toyonaka.site/wp-content/uploads/2026/04/phone_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 8.0vw;
}

.access_info .inner .right ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.access_info .inner .right ul li p {
  font-size: 3.5vw;
  font-weight: normal;
  line-height: 1.6em;
  text-align: left;
  color: #ff6c12;
}

.access_info .inner .right ul li p span {
  font-size: 3.0vw;
  font-weight: normal;
  color: #ff6c12;
  display: block;
}

.access_info .inner .right table {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.access_info .inner .right table tr {
  border-bottom: 1px solid #bbbbbb;
}

.access_info .inner .right table tr:last-child{
  border-bottom: 0;
}

.access_info .inner .right table th {
  height: auto;
  font-size: 3.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 15px 0;
  color: #5c2f0d;
}

.access_info .inner .right table th:nth-child(1),
.access_info .inner .right table td:nth-child(1) {
  width: 27%;
}

.access_info .inner .right table td {
  width: calc(100% / 11);
  height: auto;
  font-size: 3.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding: 15px 0;
  color: #5c2f0d;
  border: none;
}

.access_info .inner .right table tr:nth-child(3) td:nth-child(1) {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #372201;
  padding: 13px 0;
}

.pc{
  display: none;
}
.sp{
  display: block;
}
	.home_block03_btn{
		margin: 0 auto;
	}
}

/* 追記 ここまで */
