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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

a{
	text-decoration: none;
	letter-spacing: 5px;
	transition: .3s;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .5;
	transition: .4s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#111;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
}
h2{
}
h3{	
}
h4{	
}
h5{	
}
h6{	
}
p{
  font-size: 15px;
  line-height: 21px;
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

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

.spbr{
  display: none;
}

.eng{
  font-family: 'Overpass', sans-serif;
  font-weight: bold;
}

/*==============================
共通
==============================*/

.titleBox{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.titleBox > img{
  margin-right: 10px;
}

.titleBox > h2{
  font-weight: 400;
  color: #37386c;
}

.barImg{
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 50px auto;
}

/*==============================
ヘッダ
==============================*/
header{
  height: 150px;
  width: 100%;
}

header > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}

header > ul li{
  margin-right: 20px;
}

header > ul li:first-of-type{
  padding: 0 30px;
  margin-right: auto;
}

header > ul li:last-of-type{
  margin-right: 0;
}

header > ul li a{
  display: block;
  text-align: center;
}

header > ul li a img{
  display: block;
  margin: 0 auto 5px;
}

header > ul li a p{
  font-weight: 500;
  color: #37386c;
  letter-spacing: 2px;
  line-height: 18px;
}

/*==============================
メイン
==============================*/


#guidWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.flowBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #f5f5f8;
  padding: 30px 15px;
}

.flowBox > div{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.flowBox h3{
  background-color: #37386c;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.flowTitle{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.flowTitle span{
  display: block;
  padding-top: 1px;
  padding-left: 10px;
  font-weight: 600;
  background-color: #37386c;
  color: #fff;
  width: 29px;
  height: 29px;
  margin-right: 5px;
}

.flowTitle h4{
  font-size: 21px;
  color: #37386c;
  font-weight: 400;
}

.flowBox > div  > p{
  margin-bottom: 15px;
  color: #37386c;
  font-weight: 400;
}

.cancelBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #fef3f0;
  padding: 30px 15px;
}

.cancelBox > div{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.cancelBox h3{
  background-color: #e60012;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.cancelBox > div > p{
  margin-bottom: 10px;
}

.cancelTable{
  background-color: #fff;
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.1);
  padding: 20px 15px;
}

.cancelTable h4{
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #37386c;
}

.cancelTable h4:before,
.cancelTable h4:after {
  content: "";
  height:3px;
  flex-grow: 1;
  background-color:#37386c;
}

.cancelTable h4:before {
  margin-right: 1rem;
}

.cancelTable h4:after {
  margin-left: 1rem;
}

.cancelTable table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cancelTable table td{
  font-size: 18px;
  color: #37386c;
  width: 60%;
  padding: 10px;
  padding-left: 15%;
  background-color: #efefef;
}

.cancelTable table tr td:last-of-type{
  width: 40%;
  padding-left: 0;
  padding-right: 15%;
}

.cancelTable table tr:nth-child(2n) td{
  background-color: #fff;
} 

.cancelTable > p{
  text-align: center;
  margin: 10px 0;
  color: #37386c;
}

.cautionBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #fef3f0;
  padding: 30px 15px;
}

.cautionBox > div{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.cautionBox h3{
  background-color: #e60012;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
}

.cautionBox h4{
  display: flex;
  align-items: center;
  color: #37386c;
  font-size: 21px;
  border-bottom: 3px solid #37386c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.cautionBox h4 img{
  margin-right: 10px;
}

.cautionBox > div > p{
  color: #37386c;
}

#aboutWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

#aboutWrap > div:nth-of-type(2){
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#aboutWrap > div:nth-of-type(2) > div{
  display: flex;
  justify-content: center;
}

#aboutWrap > div:nth-of-type(2) > h3{
  font-size: 42px;
  color: #37386c;
}

#aboutWrap > div:nth-of-type(2) > p{
  color: #37386c;
}

#contactWrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

#contactWrap h3{
  width: 100%;
  background-image: url("../img/bar03.png");
  background-size: 100% 100%;
  font-size: 38px;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.formBox{
  background-image: url("../img/dotBack.png");
  background-size: cover;
  padding: 30px 15px;
  margin-bottom: 30px;
}

.formBox > div{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #37386c;
  border-radius: 10px;
  padding: 15px 30px;
}

.formBox > div table{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.formBox > div table th:first-of-type{
  width: 25%;
  font-size: 16px;
  color: #37386c;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
}

.formBox > div table td:last-of-type{
  width: 75%;
}

.formBox > div table td input,
.formBox > div table td textarea{
  border-radius: 10px;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f4eee5;
  width: 100%;
}

.formBox > div > form > input[type="submit"]{
  display: block;
  width: 212px;
  height: 47px;
  background-color: rgba(255,255,255,0);
  border: none;
  background-image: url("../img/button03.png");
  margin: 0 auto;
  cursor: pointer;
}

.telBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.telBox > div:last-of-type{
  display: flex;
  justify-content: space-between;
}

.telBtn{
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.telBtn > img{
  max-width: 100%;
  margin: 0 auto;
}

.telBtn > span{
  width: 50px;
  height: 50px;
  padding-left: 8px;
  padding-top: 8px;
  display: block;
  border: 1px solid #37386c;
  border-radius: 5px;
  color: #37386c;
  letter-spacing: 0;
  line-height: 15px;
}

.telBtn > div{
  width: calc(100% - 60px);
}

.telBtn > div h5{
  text-align: right;
  width: 100%;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 2px solid #37386c;
  color: #37386c;
  padding-bottom: 5px;
}

.telBtn > div p{
  width: 100%;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0;
  color: #37386c;
}

.timeBox{
  width: 49%;
  border: 2px dashed #37386c;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.timeBox p{
  color: #37386c;
}

.timeBox p:first-of-type{
  margin-right: 5px;
}
/*==============================
フッタ
==============================*/

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {

  article,header,footer{
    padding-right: 15px;
    padding-left: 15px;
  }
  header > ul li:first-of-type{
    margin-right: auto;
  }
  
  #guidWrap,#aboutWrap,#contactWrap{
    max-width: 600px;
  }
  
  #aboutWrap > div:nth-of-type(2) > div{
    flex-wrap: wrap;
  }
  
  #aboutWrap > div:nth-of-type(2) > div img{
    width: 80%;
    margin: 0 auto;
  }
  
  #aboutWrap > div:nth-of-type(2) > h3{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  
  #contactWrap h3{
    font-size: 26px;
  }
  
  .telBox > div:last-of-type{
    flex-wrap: wrap;
  }
  
  .telBtn,.timeBox{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
  header > ul li:first-of-type{
    padding: 0;
  }
  
  header > ul li a p{
    letter-spacing: 0;
    font-size: 14px;
    line-height: 14px;
  }
}

@media screen and (max-width: 600px){
  .titleBox{
    display: block;
    text-align: center;
  }
  .titleBox h2{
    font-size: 22px;
  }
  
  header{
    height: 80px;
    display: flex;
    align-items: center;
  }
  
  header > ul{
    padding-top: 0;
    align-items: center;
  }
  
  header > ul li{
    margin-right: 10px;
  }
  
  header > ul li img{
    width: 40px;
  }
  
  header > ul li:first-of-type{
    margin-right: auto;
  }
  
  header > ul li:first-of-type a img{
    width: 100px;
  }
  
  header > ul li a p{
    display: none;
  }
  
  .cancelTable table td{
    padding-left: 10px;
    width: auto;
  }
  
  .cancelTable table tr td:last-of-type{
    padding-right: 10px;
    width: auto;
  }
  
  .formBox > div table tr{
    display: flex;
    flex-wrap: wrap;
  }
  
  .formBox > div table th:first-of-type,
  .formBox > div table td:last-of-type{
    width: 100%;
  }
}

@media screen and (max-width: 500px){
}

@media screen and (max-width: 414px){
}

