@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
  body {
    /*background-color: #00ff00; 緑色*/
  }
  h1, h2, h3, h4, p, table,dl {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
    width: 100%;
    margin: auto;
  }
  #header h1 img {
    max-width: 60%;
    margin: auto;
    display: block;
	  margin-bottom: 10px;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #171C61;
  }
  p.header_title_in {
    /*max-width: 1000px;*/
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 1em;
  }

	
	
  /*メイン画像*/
  /****************************************************************************/
  #info #main_img {
    width: 100%;
    height: auto;
    background: url("../img/info_top.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 2em;
    padding: 30px 0;
  }
  #main_img h2 {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0px 0px 5px #000000;
    letter-spacing: 3px;
  }
  #main_img h2 span {
    font-size: 0.5em;
    color: #fff;
    letter-spacing: 1px;
    font-weight: normal;
  }
  /*パンくずリスト*/
  #pankuzu {
    display: none;
  }
  #underpage_h3 {
    max-width: 1000px;
    margin: auto;
  }
  #underpage_h3 .page_sengen {
    text-align: center;
    color: #171C61;
    margin-bottom: 2em;
    line-height: 1.5;
  }
  #underpage_h3 {
    width: 90%;
    margin: auto;
  }
	
  table.price {
    width: 100%;
    font-size: 0.8em;
    margin-bottom: 2em;
  }
  .price th, .price td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
  }
  .price th {
    background: #f0f0f5;
  }
  .price th {
    width: auto;
  }
	
	
	
  #underpage_h3 h4 {
    color: #171C61;
    font-size: 1.2em;
    font-weight: bold;
    border-left: 10px solid #171C61;
    line-height: 1.5;
    padding-bottom: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 2em;
  }
	
	#underpage_h3 p,ul{
    font-size: 0.8em;
	}
	
	.small_text{
		margin-bottom: 2em;
		font-size: 80%;
	}
	
	
	.gray{
	background: #E2E2E2;
	padding: 1.5em;
	margin-bottom: 50px;
	line-height: 1.5;
}
.gray span{
	font-weight: bold;
}
.gray span::before{
	content:"●"
}

		.greet{
		margin-bottom: 30px;
		line-height: 2;
	}

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

	
	
	
  /*共通コンテンツ*/
  /***************************************************/
  #information, #underpage_h3 {
    margin-bottom: 50px;
    overflow: hidden;
    width: 90%;
    margin: auto;
  }
  #information {
    margin-bottom: 2em;
  }
  #information h3, #underpage_h3 h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #171C61;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #information h3 span, #underpage_h3 h3 span {
    color: #5e5e5e;
    font-size: 0.5em;
    font-weight: normal;
  }
  .none {
    display: none;
  }
  /*インフォメーション*/
  .cssgrid p {
    font-size: 0.8em;
  }
  /*フッター*/
  #footer {
    background: #171C61;
  }
  .footer_in {
    width: 90%;
    margin: auto;
  }
	#footer .foot_tel{
	font-size: 1em;
	margin-top: 1em;
	color: #FFFF00;
	font-weight: bold;
}
	
	.cssgrid4 {
  max-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;
  margin: auto;
  margin: 20px auto;
}


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

	
	#footer .brnone{
		display: block;
	}
	
  #footer ul {
    display: none;
  }
  #footer p.copy {
    text-align: center;
    font-size: 0.5em;
    color: #000;
    padding: 20px 0;
    background: #ffff;
  }
	
	 .googleCalendar iframe {
	 width: 100%;
  }
	.googlecal{
    width: 100%;
    margin: auto;
	font-size: 50%!important;
  }
  .googlecal {
    height: 450px;
    margin: auto;
  }
	
	
}