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

.under_mv h2 {
  background: url(../img/bg_h2.png) no-repeat 50% 50%;
  background-size: cover;
}

.under_main .inner .floatL,
.under_main .inner .floatR {
  width: 48%;
  padding: 10px 1%;
  text-align: left;
  line-height: 1.2;
}

.about_img_box img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .under_main .inner .floatL,
  .under_main .inner .floatR {
    width: 100%;
  }
}

.under_main .inner .floatL img,
.under_main .inner .floatR img {
  width: 100%;
}

.under_main .inner p.txt_floar {
  text-align: left;
  color: #f38f1e;
}
.under_main .inner p.txt_floar span {
  color: #333333;
}

.under_main .inner h4.supoirt_h4 {
  width: 100%;
  text-align: center;
  color: #338105;
}

.under_main .inner ul.sub_btn {
  overflow: hidden;
}
.under_main .inner ul.sub_btn li {
  float: left;
  width: 184px;
  box-sizing: border-box;
  margin-right: 10px;
  border: 1px solid #ff668b;
  text-align: center;
  color: #ff668b;
  font-weight: 600;
  font-size: 1.6rem;
}
.under_main .inner ul.sub_btn li:last-child {
  margin-right: 0;
}

.under_main .inner ul.sub_btn li a {
  color: #ff668b;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s easet;
  transition: all 0.4s ease;
  padding: 15px 0;
}

.under_main .inner ul.sub_btn li a:hover {
  color: #fff;
  background: #ff668b;
}
.num_box {
  counter-reset: number; /* この要素ごとに数字をリセットする */
}
.under_main .inner .kyouyuu_box {
  overflow: hidden;
  text-align: center;
}
.under_main .inner .kyouyuu_box > img {
  width: 551px;
  margin: 0 auto;
  display: block;
}
.under_main .inner .kyouyuu_box .box {
  float: left;
  width: 460px;
  margin-right: 20px;
  padding: 10px 5px;
}
.under_main .inner .kyouyuu_box p {
  text-align: left;
}
.under_main .inner .kyouyuu_box .box:nth-child(even) {
  margin-right: 0;
}

.under_main .inner .kyouyuu_box .long {
  width: 950px;
  margin-right: 0;
  padding: 10px 5px;
  overflow: hidden;
}

.under_main .inner .kyouyuu_box .long img {
  display: block;
  margin-right: 30px;
  float: left;
}
.under_main .inner .kyouyuu_box .long img:nth-of-type(2) {
  margin-right: 0px;
}
.under_main .inner .kyouyuu_box h5 {
  text-align: center;
  color: #1b1464;
  position: relative;
  display: inline-block;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 10px;
}
.under_main .inner .kyouyuu_box h5:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -1px;
  left: -42px;
  font-weight: bold;
  background: #1b1464;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: #fff;
}
.under_main .inner .accordionbox {
  width: 96%;
  background: #dceae0;
  margin: 10px auto;
  padding: 20px 2%;
}
.under_main .inner .accordionlist dt {
  display: block;
  background: #fff;
  padding: 10px 0 10px 5px;
  margin-top: 20px;
}
.under_main .inner .accordionlist dt .title p > span {
  color: #338105;
  font-size: 2.8rem;
  margin-right: 30px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.under_main .inner .accordionlist dd > span {
  color: #bd272d;
  font-size: 2.8rem;
  margin-right: 30px;
  display: block;
  width: 50px;
  float: left;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
}
.under_main .inner .accordionlist dd > p {
  float: right;
  width: 91%;
}
.under_main .inner .accordionlist dt:first-child {
  border-top: none !important;
}
.under_main .inner .accordionlist dt .title {
  padding-left: 10px;
  float: left;
  width: 90%;
}
.under_main .inner .accordionlist dt .title p {
  width: 100%;
}
.under_main .inner .accordionlist dd {
  display: none;
  background: #faffe6;
  padding: 10px 0 10px 15px;
  overflow: hidden;
}
.under_main .inner .accordion_icon,
.under_main .inner .accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.under_main .inner .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px !important;
  float: right;
  margin-right: 5px;
  top: 14px;
}
.under_main .inner .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #338105;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.under_main .inner .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.under_main .inner .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.under_main .inner .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.under_main .inner .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.under_main .inner .accordionlist table {
  width: 80%;
  margin: 10px auto;
}
.under_main .inner .accordionlist table tr th,
.under_main .inner .accordionlist table tr td {
  border: 1px solid #222;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.under_main .inner .accordionlist table tr th {
  background: #caf1fc;
  width: 20%;
}
.under_main .inner .accordionlist table tr td {
  background: #fff;
  width: 30%;
}
.under_main .inner .accordionlist table tr td span {
  font-size: 1.2rem;
}
.under_main .inner .accordionbox h4 {
  text-align: center;
  margin: 20px auto 0px;
  color: #ff668b !important;
}

.under_main .inner ul.interview_index {
  overflow: hidden;
}
.under_main .inner ul.interview_index li {
  float: left;
  width: 48%;
  padding: 20px 1%;
  position: relative;
}

.under_main .inner ul.interview_index li img {
  width: 100%;
}

/*.under_main .inner ul.interview_index li:last-child {
	position: relative;
		text-align: center;
	vertical-align: middle;

}
.under_main .inner ul.interview_index li:last-child img{
	width: 70%;
	}*/
.interview .inner {
  background: none;
}
.under_main .inner .interview_box {
  background: none;
  overflow: hidden;
}
.under_main .inner h2 img {
  width: 100%;
}
.under_main .inner .interview_box h3 {
  border-bottom: dotted #ff7ba8 2px;
  padding-bottom: 20px;
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.under_main .inner .interview_box h3 span {
  background: #ff7ba8;
  padding: 8px 10px;
  line-height: 1;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.under_main .inner .box_02 h3 {
  border-bottom: dotted #57a9fd 2px;
}
.under_main .inner .box_02 h3 span {
  background: #57a9fd;
}
.under_main .inner .box_03 h3 {
  border-bottom: dotted #89c23e 2px;
}
.under_main .inner .box_03 h3 span {
  background: #89c23e;
}
.under_main .inner .box_04 h3 {
  border-bottom: dotted #f38e1f 2px;
}
.under_main .inner .box_04 h3 span {
  background: #f38e1f;
}
.under_main .inner .box_05 h3 {
  border-bottom: dotted #b097ff 2px;
}
.under_main .inner .box_05 h3 span {
  background: #b097ff;
}
.under_main .inner .box_07 h3 {
  border-bottom: dotted #4252da 2px;
}
.under_main .inner .box_07 h3 span {
  background: #4252da;
}
.under_main .inner .box_08 h3 {
  border-bottom: dotted #d6548f 2px;
}
.under_main .inner .box_08 h3 span {
  background: #d6548f;
}

.under_main .inner .interview_box h3 span:before,
.under_main .inner .interview_box h3 span:after {
  display: none;
}
.under_main .inner .interview_box .interview_one {
  overflow: hidden;
  background: url(../img/bg_interview_dotted_blue.png) 0 0 repeat-y;
  margin-top: 30px;
}
.under_main .inner .interview_box .interview_one .floatR {
}

.under_main .inner .interview_box .interview_one img {
  width: 300px;
}
.under_main .inner .interview_box .interview_no_01 p {
  width: 560px;
}
.under_main .inner .interview_box .interview_no_02 {
  background: #ffebf3;
}
.under_main .inner .box_02 .interview_no_02 {
  background: #e9fffe;
}
.under_main .inner .box_03 .interview_no_02 {
  background: #effcd2;
}
.under_main .inner .box_04 .interview_no_02 {
  background: #f9ebde;
}
.under_main .inner .box_05 .interview_no_02 {
  background: #e9e9ff;
}
.under_main .inner .box_07 .interview_no_02 {
  background: #dee1f5;
}
.under_main .inner .box_08 .interview_no_02 {
  background: #f4e9ee;
}
.under_main .inner .interview_box .interview_no_03 p {
  width: 560px;
}
.under_main .inner .interview_box .interview_no_03 {
  background: url(../img/bg_interview_dotted_blue.png) 100% 0 repeat-y;
}
.under_main .inner .box_02 .interview_no_01 {
  background: url(../img/bg_interview_dotted_green.png) 0 0 repeat-y;
}
.under_main .inner .box_02 .interview_no_03 {
  background: url(../img/bg_interview_dotted_green.png) 100% 0 repeat-y;
}
.under_main .inner .box_03 .interview_no_01 {
  background: url(../img/bg_interview_dotted_orcer.png) 0 0 repeat-y;
}
.under_main .inner .box_03 .interview_no_03 {
  background: url(../img/bg_interview_dotted_orcer.png) 100% 0 repeat-y;
}
.under_main .inner .box_04 .interview_no_01 {
  background: url(../img/bg_interview_dotted_purple.png) 0 0 repeat-y;
}
.under_main .inner .box_04 .interview_no_03 {
  background: url(../img/bg_interview_dotted_purple.png) 100% 0 repeat-y;
}
.under_main .inner .box_05 .interview_no_01 {
  background: url(../img/bg_interview_dotted_pink.png) 0 0 repeat-y;
}
.under_main .inner .box_05 .interview_no_03 {
  background: url(../img/bg_interview_dotted_pink.png) 100% 0 repeat-y;
}
.under_main .inner .box_07 .interview_no_01 {
  background: url(../img/bg_interview_dotted_pink.png) 0 0 repeat-y;
}
.under_main .inner .box_07 .interview_no_03 {
  background: url(../img/bg_interview_dotted_pink.png) 100% 0 repeat-y;
}
.under_main .inner .box_08 .interview_no_01 {
  background: url(../img/bg_interview_dotted_purple.png) 0 0 repeat-y;
}
.under_main .inner .box_08 .interview_no_03 {
  background: url(../img/bg_interview_dotted_purple.png) 100% 0 repeat-y;
}

.under_main .interview_bg {
  background: url("../img/bg_interview_box.png") repeat 50% 50%;
}

.under_main .inner .interview_box p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 10px 2%;
}
.under_main .inner .interview_box img.floatR {
  margin-right: 30px;
}
.under_main .inner .interview_box img.floatL {
  margin-left: 30px;
  margin-right: 10px;
}
.under_main .inner .interview_box img.floatL + p {
}
.under_main .inner .interview_box p.interview_back {
  border: 2px solid #a60713;
  width: 200px;
  border-radius: 30px;
  text-align: center;
  margin: 30px auto 0;
  background: #fff;
}

.under_main .inner .interview_box p.interview_back a {
  color: #a60713;
}
.under_main .inner .hp_box {
  overflow: hidden;
  border-bottom: #ddb871 2px dotted;
  padding-bottom: 15px;
}

/*.under_main .inner .hp_box .floatR{
	width: 60%;
}*/

.under_main .inner .hp_box .floatL {
  width: 40%;
}
.under_main .inner .hp_box .floatL img {
  width: 100%;
}
.under_main .inner ul.pink {
}

.under_main .inner ul.pink li {
  color: #ff668b;
  position: relative;
  padding-left: 30px;
  margin-left: 7px;
}
.under_main .inner ul.pink li:before {
  content: "●";
  color: #ff668b;
  position: absolute;
  left: 11px;
}

.under_main .inner .before_after_box {
  overflow: hidden;
  text-align: center;
}

.under_main .inner .before_after_box img {
  width: 46%;
  display: block;
  margin: 0 auto;
}
.under_main .inner .before_after_box img.arrow {
  width: 200px;
  margin: 20px auto;
}

/*.under_main .inner .room_box .floatL,
.under_main .inner .room_box .floatR{
	width: 49%;
	margin: 0 auto;
	
	
}*/
.room .inner h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  color: #f38f1e;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 60px;
}
.room .inner h4.pink {
  color: #ff668b;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 50px;
}
.room .inner h4.pink:before {
  position: absolute;
  content: url(../img/bg_room_h4_before.png);
  left: -104px;
  top: -13px;
}
.room .inner h4.pink:after {
  position: absolute;
  content: url(../img/bg_room_h4_after.png);
  right: -85px;
  top: -13px;
}

.under_main .inner .room_box h5 {
  color: #338105;
  position: relative;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 10px;
  margin-left: 50px;
  margin-top: 20px;
}
.under_main .inner .room_box h5:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -1px;
  left: -42px;
  font-weight: bold;
  background: #338105;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  color: #fff;
  text-align: center;
}
.relative {
  position: relative;
}
.shisetsu_rinen {
  background: url(../../../about/parts/img/bg_shisetsu.jpg);
  height: 33em;
}

.kaigokango_rinen {
  background: url(../../../about/parts/img/bg_shisetsu_2.jpg);
  height: 20em;
  background-size: cover;
  background-position: center;
}
.kaigokango_rinen .bg_white {
  margin-top: 40px;
}

.shisetusu_rinen_table table {
  border-collapse: collapse;
  /*  border: 1px solid rgba(0,0,0,.1);*/
  table-layout: fixed;
  width: 100%;
  border: none;
}

.shisetusu_rinen_table th,
.shisetusu_rinen_table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8em;
  text-align: center;
  border: none;
}
.shisetusu_rinen_table th {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", "sans-serif";
  color: white;
  font-weight: bold;
  font-size: 25px;
}
/*見出し　文字*/
.td_height {
  height: 0.8em;
  font-size: 25px;
  color: #3e1701;
}

.interview_bg2 {
  background: #a60713;
  opacity: 0.8;
}

.bg_white {
  background: white;
  opacity: 0.8;
  display: inline-block;
  padding: 2em;
}

.houshin {
  font-size: 20px;
  color: #a61514;
}

@media screen and (max-width: 767px) {
  .under_main .inner .hp_box .floatR {
    width: 96%;
  }

  .under_main .inner .hp_box .floatL {
    width: 96%;
  }
  .under_main .inner .before_after_box img {
    width: 98%;
  }
  .under_main .inner .room_box .floatL,
  .under_main .inner .room_box .floatR {
    width: 98%;
    margin: 0 auto;
  }
  .room .inner h4.pink:before,
  .room .inner h4.pink:after {
    display: none;
  }
}

.room_list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.room_list ul {
  width: 80%;
  margin: 0 auto;
}
.room_list ul li {
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 80px;
  border: 1px solid #ff3956;
  color: #ff3956;
  border-radius: 40px;
  box-sizing: border-box;
  margin: 0 20px 20px;
  padding: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .room_list ul {
    width: 100%;
    margin: 0 auto;
  }
  .room_list ul li {
    width: 100%;
    margin: 0 0 20px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .td_height {
    font-size: 16px;
  }
}

.under_main .inner .kasanbox {
  padding-bottom: 20px;
}

.under_main .inner .kasanbox h3 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  margin-top: 40px;
}

.under_main .inner .kasanbox h4 {
  padding: 2px;
  margin-top: 30px;
  background: aliceblue;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
  font-size: 25px;
}

.under_main .inner .kasanbox h5 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  margin-top: 22px;
  font-size: 22px;
}

.under_main .inner .kasanbox h6 {
  text-align: left;
  font-size: 19px;
}

/*メイン
------------------------------------------------------------------*/
