@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p, table,dl {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #171C61;
	  text-align: center;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 250px;
		margin: auto;
		display: block;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 1.2;
  }
  .header_right p.tellink span {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    /*font-weight: bold;*/
  }
  .header_right p.top_kensaku a {
    display: block;
    background: #fff;
    padding: 0.3em;
    letter-spacing: 0.3em;
    font-size: 1.5em;
    margin-left: 20px;
    border-radius: 3px;
  }
  .header_right p.top_kensaku a::before {
    content: "▶︎";
    font-size: 0.5em;
    vertical-align: middle;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
    background: url("../img/header_top.png") top center no-repeat;
  }
  /*メイン画像*/
  /****************************************************************************/
  #info #main_img {
    width: 100%;
    height: auto;
    background: url("../img/info_top.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 5px;
    padding: 70px 0;
  }
	
  #main_slider {
    clear: both;
  }
  #main_img h2 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #000000;
    letter-spacing: 3px;
  }
  #main_img h2 span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
  }
  /*パンくずリスト*/
  #pankuzu {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px;
    color: #5e5e5e;
  }
  #pankuzu p {
    font-size: 12px;
  }
  #underpage_h3 {
    max-width: 1000px;
    margin: auto;
  }
  #underpage_h3 .page_sengen {
    text-align: center;
    color: #171C61;
    margin-bottom: 50px;
  }
	
	
  .m30 {
    margin-bottom: 30px;
  }
	
	.price {
    width: 100%;
    margin-bottom: 70px;
  }
  .price th, .price td {
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
	
	.price th{
		font-weight: bold;
	}
	
	table.price td a:link{
		color: #171C61!important;
		text-decoration: underline!important;
	}

	.greet{
		margin-bottom: 50px;
		line-height: 2;
	}
	
	
	
  /*共通コンテンツ*/
  /***************************************************/
  #information {
    margin-bottom: 80px;
    overflow: hidden;
    clear: both;
  }
	
	#underpage_h3{
    margin-bottom: 80px;
    overflow: hidden;
    clear: both;
	}
	
  #information h3, #underpage_h3 h3 {
    font-size: 32px;
    font-weight: bold;
    color: #171C61;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #underpage_h3 h3#precautions_red {
    font-size: 32px;
    font-weight: bold;
    color:red;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
	
	
  #information h3 span, #underpage_h3 h3 span {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: normal;
  }
  /*ディスプレイnone*/
  .none {
    display: none;
  }
	
.small_text{
	font-size: 0.8em;
	margin-top: 1em;
}
	
}


/*スケジュール*/

	.googlecal iframe{
		width: 100%!important;
		margin: auto;
		margin-bottom: 50px!important;
		overflow: hidden!important;
	}
.googlecal{
			width: 100%;
}

.gray{
	background: #E2E2E2;
	padding: 2em;
	margin-bottom: 50px;
	line-height: 2;
}
.gray span{
	font-weight: bold;
}
.gray span::before{
	content:"●"
}


/*noneレスポンシブ*/

/*よくあるご質問*/

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 20px 80px 20px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #C30D23;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}


ul.point{
	margin-bottom: 3em;
}

ul.point li{
	margin-bottom: 5px;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	list-style: inside;
}

.tenimotu{
	padding: 30px;
	background-color: #fffbe3;
	margin-bottom: 3em
}


/*noneレスポンシブ*/
.cssgrid2 {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
  margin: auto;
margin-bottom: 50px;
}
.cssgrid2 div {
  /*margin-bottom: 1.5rem;*/
}
.cssgrid2 > div img {
  width: 100%;
  margin-bottom: 5px;
}
.cssgrid2 > div p {
  text-align: center;
  font-size: 0.8em;
  color: #717071;
}

/*フォントアウェイサム*/
.fa-stack{
	font-size: 0.5em;
	margin-bottom: 0.3em;
}
/*フェードインエフェクト*/
    .fadein_anim {
        animation-name: fadein;
        animation-duration: 2s;
    }
    @keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }




/*レイアウト*/
.footer_in {
 background: #171C61;
  padding: 40px 0;
}
#footer .foot_logo img{
	max-width: 250px;
	margin-bottom: 10px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer .foot_tel{
	font-size: 1.2em;
	margin-top: 1em;
	color: #FFFF00;
	font-weight: bold;
}

#footer .foot_tel span{
	font-size: 1.5em;
	color: #FFFF00;
}

#footer .foot_tel a{
	color: #FFFF00!important;
}

#footer .footer_ul {
  width: 100%;
	background: #12114E;
}
#footer ul {
  max-width: 1000px;
  padding: 10px 0;
  overflow: hidden;
  margin: auto;
}
#footer ul li a {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 0.8em;
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  padding: 20px 0;
}
	#footer .brnone{
		display: none;
	}

	.cssgrid4 {
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1.5em;
  margin: auto;
  margin: 30px auto;
}

.cssgrid4 > div {
}

/*.cssgrid4 > div a p {
	text-align: center;
	padding: 5px;
	color: #1e2d56!important;
}*/
.cssgrid4 > div a p {
	color: #12114E!important;
}

.cssgrid4 div a{
	background: #fff;
	border-radius: 100px;
    overflow: auto;
    padding: 5px;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    color: #12114E!important;
}
.cssgrid4 div a:hover{
  background: #FFFF00;
  color: #1e2d56!important;
}




/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 100%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 100px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

#page-top .fas{
	color: #fff;
}

