@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-image: url("img/2023/mv_bg.png");
    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;
	padding-top: 30px;
}
.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;*/
	border: 2px solid #ccc;
}
/*.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;
}
.seiseki ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.seiseki ol li {
    padding-left: 35px;
    line-height: 1.6em;
    background-repeat: no-repeat;
    background-size: 30px auto;
    margin-bottom: 15px;
}
.seiseki ol li:nth-child(1) {
    background-image: url(https://www.ichishin.co.jp/event/c/tabid/1056/img/icon/01.png);
}
.seiseki ol li:nth-child(2) {
    background-image: url(https://www.ichishin.co.jp/event/c/tabid/1056/img/icon/02.png);
}
.seiseki ol li:nth-child(3) {
    background-image: url(https://www.ichishin.co.jp/event/c/tabid/1056/img/icon/03.png);
}
.seiseki ol li:nth-child(4) {
    background-image: url(https://www.ichishin.co.jp/event/c/tabid/1056/img/icon/04.png);
}
.seiseki_ttl_s {
    color: #253692;
    font-size: 18px;
    font-weight: bold;
}
.seiseki_ttl_b {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}	

@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;}
  
}  
	
.nav_area {
    padding: 30px 0
}

.nav-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	border-bottom: none;
}

.nav-item {
    margin: 15px auto;
    float: left;
    width: calc(45% - 20px);
    position: relative;
}

.nav-item a {
    display: block;
    background-color: #eee;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 3px 3px #668AD8;
    font-size: 17px;
}

.nav-item::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #668AD8;
    border-right: 2px solid #668AD8;
    transform: translate(0, -50%) rotate(45deg);
}
.nav-item .contact {
    display: block;
    background-color: #eee;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 3px 3px #668AD8;
    font-size: 18px;
	line-height: 1.3;
	font-weight: bold
					  }
					  .nav-item .contact span{
					  font-size: 0.7em;
						  font-weight: normal;
					  }		  
				  
		@media screen and (max-width: 767px) {
			.nav-item {
    margin: 10px auto;
    float: left;
    width: 95%;
   
}
			.nav-item a{height: 40px;}
			.nav-item.or01.nav-item a{font-size: 0.9em;}
				.nav-item.or01{
					order: 2;
					
				}
				.nav-item.or02{
					order: 3;
				}
				.nav-item.or03{
					order: 1;
				}
				.nav-item.or04{
					order: 4;
				}
				.nav-item.or05{
					order: 5;
				}
				.nav-item.or06{
					order: 6;
				}
				
				
				
			}	
			.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
   /* border: 2px solid #2589d0;*/
}

.box-019 > div {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #2589d0;
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #2589d0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}	
					  .red-l{color:#d42d27;font-size: 1.2em; }	

	