@charset "utf-8";
/* CSS Document */

.prep_box {
    background-color: #fff;
    padding: 1.5em 2em 0.5em;
    margin-bottom: 1em;
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    border: solid 2px #4776E5;
}

.prep_box ul {
    list-style: square;
}
.prep_box li {
    list-style-type: none;
}
.prep_box li::before {
    position: relative;
    top: -2px;
    left: -18px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background: #000;
}
.banner-background {
    /* background-color: #eaeef7;*/
   
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_text {
    text-align: center;
    width: 100%;
}
.section-background {
    background-color: #eaeef7;
    margin-top: 1em;
    padding-bottom: 1em;
}
.section-body {
    width: 100%;
    max-width: 990px;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.section-body_2 {
    width: 100%;
    max-width: 990px;
    padding: 3em 2.5em;
    box-sizing: border-box;
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
}
.section-title {
    text-align: center;
    margin: 0.5em 1em;
    line-height: 1.6;
}
.section-title span {
    border-bottom: solid 12px #1e4d9d;
    font-weight: bold;
    font-size: 180%;
}
.sub-section-title {
    margin-bottom: 1.5em;
    padding-bottom: 0;
}
.nav {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 2.7em 0 3em;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 4em;
    line-height: 2.7;
	
}
.nav-list {
   line-height: 3;
    margin: 0 1em;
}
.nav-list span{ border-bottom: 2px dotted #1e2182;}	
	
.nav-list a {
    font-weight: bold;
    color: #404040;
    font-size: 130%;
}
.soumatome-banner_box {
    width: 100%;
    max-width: 990px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.soumatome-banner {
    width: 20%;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.soumatome-banner_2 {
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 1em;
    border: 14px solid #fcf6eb;
    padding: 2em 1.5em;
}
.emphasized-text {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0;
}
.box27 {
    position: relative;
    margin: 3.5em 0;
    padding: 1em 1.2em;
    border: solid 14px #eaeef7;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -51px;
    left: -14px;
    height: 34px;
    line-height: 31px;
    border-radius: 5px 5px 0 0;
}
.box-title {
    padding: 3px 9px 0 12px;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    background-color: #1e4d9d;
}
.box27 p, .content-box p {
    margin: 0;
    padding: 0;
}
.Reception-btn {
    margin: 3em 0;
}
.Reception-btn_color01 {
    max-width: 100%;
    display: block;
    text-align: center;
    border-radius: 20px;
    padding: 1.5em 1em;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.4);
    font-size: 230%;
    font-weight: bold;
    background: linear-gradient(#6196db, #1c4d9d);
}
.Reception-btn a {
    color: #fff;
}
.Reception-btn_color01:hover, .question-btn a:hover {
    opacity: 0.6;
}
.cp_table2 *, .cp_table2 * :before, .cp_table2 * :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_table2 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}
.cp_table2 th, .cp_table2 td {
    padding: 10px;
    border: 1px solid #dddddd;
}
.cp_table2 th {
    text-align: left;
    background-color: #c5d1df;
}
.th_1 {
    width: 20%;
}
.th_2 {
    width: 10%;
}
.cp_table2 td {
    background-color: #fff;
}
.question-box {
    width: 100%;
    max-width: 990px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.question-text {
    width: 85%;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.question-img {
    width: 10%;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.question-area {
    background-color: #fcf6eb;
    padding: 2em 1.5em 1.2em;
    border-radius: 10px;
}
.question-btn {
    text-align: right;
    margin: 1em 0;
}
.question-btn a {
    background-color: #fcc851;
    padding: 0.8em 1.5em;
    text-align: right;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
}
.content-title {
    color: #1e2182;
    padding-bottom: 0.4em;
    font-size: 170%;
    font-weight: bold;
    line-height: 1.6;
}
.content-box {
    background-color: #eaf5f6;
    padding: 1.5em 2em;
}
.content-img {
    text-align: center;
    margin: 3em 0 1.5em;
}
.Reception-time {
    font-weight: bold;
    font-size: 150%;
}
.section-body ol {
    margin-left: 1.5em;
    padding-bottom: 0;
}
.red-1 {
    color: #d42d27;
}
.blue-1 {
    color: #1e4d9d;
    font-weight: bold;
    font-size: 120%;
}
.Reservation {
    background-color: #d42d27;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 10px;
    vertical-align: 6px;
}
.wrapAccordion {
    border: 2px solid #fcc851;
}
.panel-head {
    background-color: #fcc851;
}
.panel-head-title {
    font-weight: bold;
}
.panel-btn-icon {
    background-color: #fcc851;
}
.panel-btn-icon:before {
    background-color: #fcc851;
}
.table_a th {
    background-color: #c5d1df;
    color: #404040;
}
.table_a td {
    text-align: center;
}
.application ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: li;
}
.application ol li {
    text-indent: -1.8em;
    padding: 0 0 15px 1.2em;
}
.application ol li:before {
    color: #1e4d9d;
    font-size: 120%;
    font-weight: bold;
    counter-increment: li;
    content: counter(li) ". ";
}
.call-center {
    margin-bottom: 3.7em;
    background-color: #eaeef7;
    padding: 2em 1em;
    text-align: center;
}
.call-center p {
    padding-bottom: 0;
}
.call-center_text {
    font-size: 130%;
    font-weight: bold;
}
.call-center_text_2 {
    font-size: 110%;
}
.call-center_phone {
    color: #1e4d9d;
    font-size: 250%;
    font-weight: bold;
}
.call-center_phone a {
    color: #1e4d9d;
}

@media screen and (min-width: 680px) {
.pc {
    display: block;
}
.sp {
    display: none;
}
}

@media screen and (max-width: 680px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
}
.seiseki_ttl_l {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.seiseki {
    margin: 10px 5px;
    padding: 8px;
}
.seiseki_ttl_l {
    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


@media only screen and (max-width: 480px) {
.nav {
    line-height: 2.5;
    font-size: 80%;
}
.box27 {
    margin: 3em 0 3.5em;
}
.mt {
    margin-top: 0;
}
.soumatome-banner {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
}
.soumatome-banner_2 {
    width: 100%;
    margin: 0 0 1em;
}
.emphasized-text {
    font-size: 150%;
}
.Reception-btn a {
    font-size: 20px;
    border-radius: 10px;
    padding: 2em 1em;
    margin: 2em 0;
}
.cp_table2 th, .cp_table2 td {
    width: 100%;
    display: block;
    border-top: none;
}
.cp_table2 tr:first-child th {
    border-top: 1px solid #dddddd;
}
.question-text {
    width: 100%;
    margin-bottom: 0.5em;
}
.question-img {
    text-align: center;
    width: 100%;
    margin: 0 0 2em;
}
.question-area {
    padding: 1.5em 1.5em 0.2em;
}
.question-btn {
    margin: 2em 0;
    border-radius: 5px;
}
.question-btn a {
    border-radius: 5px;
}
.Reservation {
    line-height: 4;
}
.application ol li {
    text-indent: -1.5em;
    padding: 0 0 15px 1.5em;
}
.call-center_text {
    font-size: 120%;
}
.call-center_text_2 {
    font-size: 100%;
}
.call-center_phone {
    font-size: 235%;
}
}
 
.text-title {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  display: inline-block;
  padding: 1em 3em;
  border-radius: 0 100vh 100vh 0;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  line-height: 1.6;
  margin: 0 0 -1.5em -10px;
  background: #1731f4;
  color: #fff;
}
   
.text-title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid transparent;
  border-top: 10px solid #2134c7;
}   

@media only screen and (max-width: 768px) { 
  
  .text-title {
    font-size: 100%;
    padding: 1.2em 2.2em;
  }
	.section-title{font-size: 1em;}
  
}    
 .tokuten_cont{display: flex;flex-wrap: wrap; margin: 0 auto; justify-content: center;}
					  .tokuten_box{border: solid 2px #555454;margin: 10px;width: 43%;background: #ffffff;box-shadow: 2px 2px 4px gray;padding: 20px;}
					  .tokuten_img{margin: 10px auto;}
					  @media screen and (max-width: 640px){
						.tokuten_box{width: 100%;}  
					  }

  .cont_search{background:#232289;padding:34px 0 50px}.cont_search h2{color:#fff;background: none;border: none;text-align: center;font-size: 180%;margin-top: 0}.cont_search h2::before{background:#fff}.cont_search .btn-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:950px;margin:0 auto}@media screen and (max-width: 640px){.cont_search .btn-flex{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:320px;margin-bottom:0px}.cont_search .btn-flex .section-btn:not(:last-child){margin-bottom:20px}}.cont_search .btn-flex .section-btn:not(:last-child){margin-right:20px;margin-bottom:20px}@media screen and (max-width: 640px){.cont_search .btn-flex .section-btn:not(:last-child){margin-right:0}}.cont_search .btn-flex a{width:170px;background:#fff;color:#232289;-webkit-box-shadow:0px 6px 0px 0px #ADADAD;box-shadow:0px 6px 0px 0px #ADADAD}@media screen and (max-width: 640px){.cont_search .btn-flex a{width:150px}}.cont_search .btn-flex a:after{border-top:2px solid #232289;border-right:2px solid #232289}.cont_search .btn-flex a:hover{-webkit-box-shadow:0px 6px 0px 0px #232289;box-shadow:0px 6px 0px 0px #232289}
	.section-btn{text-align:center}.section-btn a{display:block;width:360px;height:70px;margin:0 auto;color:#fff;font-size:22px;font-weight:bold;line-height:1.4;text-align:center;border-radius:6px;background:#232289;-webkit-box-shadow:0px 6px 0px 0px #010036;box-shadow:0px 6px 0px 0px #010036;position:relative}.section-btn a:hover{-webkit-box-shadow:0px 1px 0px 0px #010036;box-shadow:0px 1px 0px 0px #010036;-webkit-transform:translate(0px, 5px);transform:translate(0px, 5px)}.section-btn a:after{content:'';position:absolute;display:block;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);top:0;bottom:0;right:20px;margin:auto}@media screen and (max-width: 640px){.section-btn a:after{right:12px}}.section-btn a span{width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.section-btn a span strong{font-size:30px}.section-btn .txt-note{margin-top:20px}@media screen and (max-width: 950px){.section-btn p{font-size:18px;margin-bottom:10px;padding:0 10px}.section-btn a{width:300px;height:80px;font-size:17px}.section-btn a span strong{font-size:28px}}@media screen and (max-width: 950px){.section-btn p{font-size:16px;margin-bottom:10px;padding:0 10px}.section-btn a{width:280px;height:70px;font-size:16px}.section-btn a:after{right:10px}.section-btn a span strong{font-size:26px}}.common_ttl{background:none;font-size:36px;font-weight:bold;text-align:center;position:relative;border:none;line-height:1.5;margin:0 0 35px;padding:0 0 20px;color:#000}.common_ttl:before{background:#000;content:'';display:block;width:38px;height:1px;position:absolute;bottom:0;left:0;right:0;margin:auto}@media screen and (max-width: 640px){.common_ttl{font-size:22px}}	
