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

.mainbox{
  position: relative;
}
.center {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Shippori Antique B1", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}

h1{color:#037fde!important;
}


h2{
	margin-top: 50px !important;
	letter-spacing: 0.05em;
}
h3{
	font-size:2.9rem !important;
		letter-spacing: 0.05em;
}
h4{
	font-size:2.7rem !important;
		letter-spacing: 0.05em;
}
p {
	font-size:1.2em !important;
	letter-spacing: 0.05em;
}
li {
	font-size:1.2em !important;
	letter-spacing: 0.05em;
}
@media screen and (max-width:640px) {
	
.center {
	font-size: 1.8em !important;
	width: 80%;
}
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
@media screen and (max-width:640px) {

	}
table {
	width: 100%;
  margin: 20px auto;
}
.tbl-r02 th {
  background: #e4f2fd;
  border-bottom: solid 1px #ccc;
  color: #000000;
  padding: 10px;
  font-weight: 500;
	
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
	  width: 100%;
	}
	
  .tbl-r02 {
    width: 95%;
  }
  .tbl-r02 th {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
	  text-align: center;
  }

}
.box-gray{
	background-color: #e4f2fd;
	padding:1rem 0;  
	margin-bottom: 1rem; 
	text-align: center;

}
.box-gray p{
	margin: 0 !important ;
	padding:0 1rem;	
}
.font08{
	font-size: 0.8em;
}


h3{
	font-size:2.5rem !important;
		letter-spacing: 0.05em;
}
h4{
	font-size:2.3rem !important;
	letter-spacing: 0.05em;
	 padding-left: 1em;
     text-indent: -1em;
}
p {
	font-size:1.2em !important;
	letter-spacing: 0.05em;
}
li {
	font-size:1.2em !important;
	letter-spacing: 0.05em;
	padding-left: 1em;
    text-indent: -1em;
}
.underline {
	border-bottom: 3px solid #037fde;
	padding-bottom: 0.5rem;
}
/*メイン画像
-----------------------------------*/
.mainimg-pc img {
	width: 100vw;
	
}

.mainimg-sp img {
	width: 100vw;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: bottom;
}




/*メイン画像
-----------------------------------*/
@media screen and (max-width: 768px){
/* SP時は非表示 */
.mainimg-pc{ 
 display: none;
}
}


@media screen and (min-width: 768px){
/* PC時は非表示 */
.mainimg-sp{ 
 display: none;

}
}
@media screen and (max-width:640px) {
	h1{
		font-size: 1.6em !important;
		line-height: 1.2em !important;
		margin-bottom: 0 !important;
		
	}
	.telbox{
		font-size: 1.2em !important;
		width: 100% !important;
		line-height: 1.2em !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}

.col1 {
    display: block;
    flex: 1 1 auto;
    margin-left: 20px;
    max-width: 100%;
    width: 100%;
}
.col2 {
    display: block;
    flex: 1 1  auto;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
}
.row .col1.offset-95 {
    margin-left: 82.0%;
	

}
.row1 {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 90%;
}
.row2 {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.col1 {
    display: block;
    flex: 1 1 auto;
    margin-left: 0px;
	padding-left: 20px !important;
    max-width: 100%;
    width: 90%;
}
.col2 {
    display: block;
    flex: 1 1 auto;
    margin-left: 0px;
	padding-left: 0px !important;
    max-width: 100%;
    width: 100%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.col1 {
    margin-left: 1%;
	width: 100%;
	padding-left: 0px !important;
}
.col2 {
    margin-left: 1%;
}	

.col1:first-child { 
    margin-left: 0; 
}
.col2:first-child { 
    margin-left: 0; 
}
.row .col.span-25 {
    flex: 0 0 17.3333333333%;
    max-width: 17.3333333333%;
}
.row .col.offset-95 {
    margin-left: 82.0%;
}
｝
		