/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}





html {

  font-family: noto-sans,sans-serif;
  font-weight: 400;
  font-style: normal;


  font-feature-settings : "palt";
  letter-spacing:1px;
    
     
}

*:first-child + html body {

    font-family: noto-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
  font-family: noto-sans,sans-serif;
  font-weight: 400;
  font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;
}

body a:focus{
	outline:none;
}



/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;

}	 

/* container ---------------------------------------------- */

.main_bg{
  background-color: #fff2ad;
}

.sub_bg{
  background:url("../img/bg.png") repeat;
}

.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}




.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}


.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:120px auto 0 auto;
	padding:60px 0;


}

.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:140px 0;
}




.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0 40px;

}





/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}



}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */



.main_bg{
  background-color: #fff2ad;
}

.sub_bg{
  background:url("../img/bg.png") repeat;
}

.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}

.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:70px auto 0 auto;
	padding:50px 0;


}



.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;
}





.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0 35px;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

/* header ---------------------------------------------- */


button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}



}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;

}	



/* container ---------------------------------------------- */



.main_bg{
  background-color: #fff2ad;
}

.sub_bg{
  background:url("../img/bg.png") repeat;
}

.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container01_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:60px auto 0 auto;
	padding:40px 0;


}



.container01_02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:80px 0;
}



.container02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 30px;

}



/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


/* header ---------------------------------------------- */


button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}


}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {






/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
max-width: 743px;
width: 100%;
height: auto;
text-align:center;
padding-right: 60px;
margin: 0 auto 15px;
/*position: absolute;
top: 64px;
left: 40px;*/
}



/* トップ   メイン ---------------------------------------------- */

.main_img{
  max-width: 642px;
  width: 100%;

  margin: 0px auto ;
}

.map_area{
  padding: 50px 50px;
  background:url("../img/bg.png") repeat;
  border-radius: 10px;
}

.map_title{
  width: 450px;
  height: 60px;

  font-size: 36px;
  font-weight: 700;
  text-align: center;

  background-color: #00437c;
  margin: 0px auto 30px;
  color: #fff;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   

  box-sizing: border-box;
  border-radius: 30px;
}


.map_area p{
  font-size: 16px;
  line-height: 160%;
}

.map_area p.map_txt{
  color: #00437c;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;

  text-align: center;

  margin-bottom: 10px;
}

.map_txt br.tb{
  display: none;

}


/* トップ   サブ ---------------------------------------------- */


.bnr_img{
  max-width: 630px;
  width: 100%;

  margin: 0px auto 80px;
}

.bnr_img a{
  display: block;
  width: 100%;
  transition: 0.3s;
}

.bnr_img a:hover{
  opacity: 0.8;
}



.footer_cont_area{
  width: 100%;
  max-width: 920px;
  margin: 0px auto;

}

.footer_cont{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.f_cont1{
  width: 200px;
  height: 60px;

  color: #073c6b;
  border: 1px solid #073c6b;

  background-color: #fff;

  font-size: 18px;
  line-height: 140%;
  font-weight: 700;

  padding: 5px;
  box-sizing: border-box;

  text-align: center;

  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   
}

.f_cont2{
  width: fit-content;
  font-size: 24px;
  font-weight: 700;

  color: #3f3a39;
}

.f_cont3{
  font-size: 17px;

  color: #3f3a39;
}

.f_cont3 span.tel{
  display: inline-block;
  width: 2em;
  text-align: center;
}


.f_cont3 span.b_font{
  font-size: 30px;
  font-weight: 700;
}

.f_cont3 a{
    color: #3f3a39;
    text-decoration: none;

}


/* MAP関連 ---------------------------------------------- */

.mapContainer{
    width: 100%;
}


.mapComponent {
    position: relative;
    width: 65%;
    float: left;
	height: 500px;
	box-sizing: border-box;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 500px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }


  .infowindow{
	border: none;
	font-size: 14px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 260px;
	height: 100%;
	max-height: 195px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }

  .infowindow h4{
	line-height: 180%;
	font-size: 18px;
	margin-bottom: 5px;
  }

  .infowindow .cat_name{
	padding:3px 6px 2px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 34%;
    float: right;
    margin: 15px auto;
    height: 500px;
    overflow-y: scroll;
    padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.9em;
    width: 95%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 10px;
    display: flex;

        background-color: #fff;

	transition: 0.3s;

  font-size: 16px;
  }

  #mapList li img.num_img{
	width: 24px;
	height: 30px;
	margin: 0 10px 0 0;
    
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
    transition: 0.3s;
  }

  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
	top: -3px !important;
	right: -3px !important;
  }
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }

  .gm-style-iw{
	max-height: none !important;
  }

  #mapList li div{
      display: flex;
      -webkit-align-items: center; 
      align-items: center; 
  }






.tw01{

}


.tw01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
/*    
    background: #EFC2C3;*/
}

.tw01 ul li:nth-child(3n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 15px;

}

.tw01_img{
  margin-top: 50px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
  }
  
.tw01_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -50px;
    left: 15px;

    z-index: 9;
}


.tw01_img_pin img{
    width: 60px;

}




.tw01_cat{
    margin-bottom: 15px;
}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 14px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{
    height: 250px;
}

.tw01_in dl dt{
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 15px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 15px;
}

.tw01_in dl dd table th{
    width: 45px;
	padding:5px 0px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:15px;
	line-height:160%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 15px;
    line-height: 170%;

}



/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:18px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 160%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

.privacy a:hover{
    color: #000000;
    text-decoration:none;
}


}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
max-width: 580px;
width: 100%;
height: auto;
text-align:center;
padding-right: 40px;
margin: 0 auto 10px;
/*position: absolute;
top: 64px;
left: 40px;*/
}



/* トップ   メイン ---------------------------------------------- */

.main_img{
  max-width: 642px;
  width: 100%;

  margin: 0px auto ;
}

.map_area{
  padding: 30px 30px;
  background:url("../img/bg.png") repeat;
  border-radius: 10px;
}

.map_title{
  width: 400px;
  height: 50px;

  font-size: 28px;
  font-weight: 700;
  text-align: center;

  background-color: #00437c;
  margin: 0px auto 20px;
  color: #fff;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   

  box-sizing: border-box;
  border-radius: 25px;
}

.map_area p{
  font-size: 15px;
  line-height: 160%;
}

.map_area p.map_txt{
  color: #00437c;
  font-size: 17px;
  line-height: 140%;
  font-weight: 700;

  text-align: center;

  margin-bottom: 0px;
}

.map_txt br.tb{
  display: inline;

}



/* トップ   サブ ---------------------------------------------- */


.bnr_img{
  max-width: 560px;
  width: 100%;

  margin: 0px auto 70px;
}

.bnr_img a{
  display: block;
  width: 100%;
  transition: 0.3s;
}

.bnr_img a:hover{
  opacity: 0.8;
}



.footer_cont_area{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;

}

.footer_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.footer_cont_area .footer_cont:last-child{
  margin-bottom: 0px;
}


.f_cont1{
  width: 180px;
  height: 50px;

  color: #073c6b;
  border: 1px solid #073c6b;

  background-color: #fff;

  font-size: 16px;
  line-height: 140%;
  font-weight: 700;

  text-align: center;

  padding: 5px;
  box-sizing: border-box;

  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center; 

  margin-bottom: 10px;

}

.f_cont2{
  width: fit-content;
  font-size: 22px;
  font-weight: 700;

  color: #3f3a39;

  margin-bottom: 10px;
}

.f_cont3{
  font-size: 16px;

  color: #3f3a39;
}

.f_cont3 span.tel{
  display: inline-block;
  width: 2em;
  text-align: center;
}


.f_cont3 span.b_font{
  font-size: 28px;
  font-weight: 700;
}

.f_cont3 a{
    color: #3f3a39;
    text-decoration: none;

}

/* MAP関連 ---------------------------------------------- */


.mapContainer{
    width: 100%;
}


.mapComponent {
    position: relative;
    width: 100%;
    float: none;
	height: 500px;
	box-sizing: border-box;

	margin-bottom: 50px;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 500px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }



  .infowindow{
	border: none;
	padding: 2px;
	font-size: 13px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 240px;
	height: 100%;
	max-height: 180px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }

  .infowindow h4{
	line-height: 180%;
	font-size: 16px;
	margin-bottom: 5px;
  }
  
  .infowindow .cat_name{
	padding:3px 5px 2px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 100%;
	margin: 20px auto;
    float: none;
	height: 300px;
	overflow-y: scroll;
	padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.9em;
    width: 98%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 10px 10px;
    display: flex;

    background-color: #fff;

      font-size: 15px;

  }

  #mapList li img.num_img{
	width: 24px;
	height: 30px;
	margin: 0 10px 0 0;
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
	transition: 0.3s;
  }
    
  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
    border:none !important;
	top: -3px !important;
	right: -3px !important;
  }
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }

  #mapList li div{
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
}


.tw01{

}


.tw01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
   
/*    background: #EFC2C3;*/
}

.tw01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 12px;

}

.tw01_img{
  margin-top: 35px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
}

.tw01_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -35px;
    left: 15px;

    z-index: 9;
}

.tw01_img_pin img{
    width: 45px;

}




.tw01_cat{
    margin-bottom: 14px;

}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 7px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 13px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{
    height: 250px;
}

.tw01_in dl dt{
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 12px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 15px;
}

.tw01_in dl dd table th{
    width: 40px;
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 14px;
    line-height: 160%;

}


/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:18px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:15px;
    line-height: 160%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

.privacy a:hover{
    color: #000000;
    text-decoration:none;
}


}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
max-width: 380px;
width: 100%;
height: auto;
text-align:center;
margin: 0 auto 10px;
padding-right: 30px;

box-sizing: border-box;
/*position: absolute;
top: 64px;
left: 40px;*/
}



/* トップ   メイン ---------------------------------------------- */

.main_img{
  max-width: 642px;
  width: 100%;

  margin: 0px auto ;
}

.map_area{
  padding: 20px 20px;
  background:url("../img/bg.png") repeat;
  border-radius: 10px;
}

.map_title{
  width: 280px;
  height: 40px;

  font-size: 20px;
  font-weight: 700;
  text-align: center;

  background-color: #00437c;
  margin: 0px auto 20px;
  color: #fff;

  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;   

  box-sizing: border-box;
  border-radius: 20px;
}


.map_area p{
  font-size: 14px;
  line-height: 160%;
}

.map_area p.map_txt{
  color: #00437c;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;

  text-align: left;

  margin-bottom: 0px;
}

.map_txt br.tb{
  display: none;

}


/* トップ   サブ ---------------------------------------------- */


.bnr_img{
  max-width: 500px;
  width: 100%;

  margin: 0px auto 60px;
}

.bnr_img a{
  display: block;
  width: 100%;
  transition: 0.3s;
}

.bnr_img a:hover{
  opacity: 0.8;
}



.footer_cont_area{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;

}

.footer_cont{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.footer_cont_area .footer_cont:last-child{
  margin-bottom: 0px;
}

.f_cont1{
  width: 180px;
  height: 50px;

  color: #073c6b;
  border: 1px solid #073c6b;

  background-color: #fff;

  font-size: 14px;
  font-weight: 700;

  padding: 5px;
  box-sizing: border-box;

  text-align: center;

  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;  

  margin-bottom: 10px;
}

.f_cont2{
  width: fit-content;
  font-size: 18px;
  font-weight: 700;

  color: #3f3a39;

  margin-bottom: 10px;
}

.f_cont3{
  font-size: 15px;

  color: #3f3a39;
}

.f_cont3 span.tel{
  display: inline-block;
  width: 2em;
  text-align: center;
}


.f_cont3 span.b_font{
  font-size: 24px;
  font-weight: 700;
}

.f_cont3 a{
    color: #3f3a39;
    text-decoration: none;

}


/* MAP関連 ---------------------------------------------- */

.mapContainer{
    width: 100%;
}

.mapComponent {
    position: relative;
    width: 100%;
    float: none;
	height: 450px;
	box-sizing: border-box;

	margin-bottom: 40px;
  }
  
  #map_canvas {
    position: absolute;
    top: 0;
    margin: 20px auto 10px;
    width: 100%;
    height: 450px;
    box-shadow: 10px 10px 10px rgba(190, 190, 190, 0.4);
    /* add for mobile click event */
    cursor:pointer;
  }

  .infowindow{
	border: none;
	font-size: 12px;
  }

  .infowindow img{
	display: block;
	width: 100%;
	max-width: 180px;
	height: 100%;
	max-height: 135px;
	margin: 0px auto 5px;

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
  }
  
  .infowindow h4{
	line-height: 180%;
	font-size: 14px;
	margin-bottom: 5px;
  }

  .infowindow .cat_name{
	padding:2px 4px;
	background-color: #E43E31;
	color: #FFFFFF;

	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	-moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius: 3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
  }
  
  .mapList{
    width: 100%;
	margin: 20px auto;
    float: none;
	height: 200px;
	overflow-y: scroll;
	padding: 5px 0px 5px;
  }
  
  #mapList {
    margin: 0px auto;
    padding: 0;
    font-size: 0.8em;
    width: 95%;
  }
  
  #mapList li {
    border: 1px solid #ccc;
    cursor: pointer;
    list-style-type: none;
    padding: 5px 5px;
    display: flex;

    background-color: #fff;

      font-size: 14px;
  }

  #mapList li img.num_img{
	width: 24px;
	height: 30px;
	margin: 0 5px 0 0;
  }
  
  #mapList li:hover {
    transform: scale(1.02, 1.02);
	transition: 0.3s;
  }
    
  .clicked {
    background-color: #ccc;
  }
  
  button.gm-ui-hover-effect{
    border:none !important;
	top: -3px !important;
	right: -3px !important;
  }
  
  
  button.gm-ui-hover-effect:focus{
	outline:0;
  }

  .gm-style-iw-d{
	max-height: none !important;
  }

  .gm-style-iw{
	max-height: none !important;
  }

  #mapList li div{
      display: flex;
      -webkit-align-items: center; 
      align-items: center; 
  }




.tw01{

}


.tw01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 60px;
   
/*   background: #EFC2C3;*/
}

.tw01 ul li:nth-child(2n){
    margin-right: 0%;
}


.tw01_img_in{
    position: relative;
    margin-bottom: 15px;

}

.tw01_img{
  margin-top: 30px;
  
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
  
}

.tw01_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw01_img_pin{
    position: absolute;
    top: -30px;
    left: 15px;

    z-index: 9;
}

.tw01_img_pin img{
    width: 40px;

}




.tw01_cat{
    margin-bottom: 14px;

}

.tw01_cat ul{
    text-align: center;
}

.tw01_cat ul li{
    float: none;
    display: inline-block;
    margin-right: 8px;
    padding: 5px 15px;
    color: #FFFFFF;
    
    border-radius: 10px;
    
    font-size: 13px;
    line-height: 100%;
    
    width: auto;
    height: auto;
    float: none;

    margin-bottom: 0px; 
  
}


.tw01_cat ul li:last-child{
     margin-right: 0%;
}


.tw01_cat_bg01{
    background: #000e49;
}

.tw01_cat_bg02{
    background: #ff6e04;
}

.tw01_cat_bg03{
    background: #e43e31;
}


.tw01_in{

}

.tw01_in dl dt{
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 12px;
}




.tw01_in dl dd table{
    width: 100%;
    margin-bottom: 13px;
}

.tw01_in dl dd table th{
    width: 40px;
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}

.tw01_in dl dd table td{
	padding:5px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;

	border-bottom:1px dotted #a09f9f;

	color:#000000;
}


.tw01_in dl dd p{
    font-size: 14px;
    line-height: 160%;

}


/* プライバシー ---------------------------------------------- */


.privacy{
}

.privacy dt {
    font-size:16px;
    line-height: 160%;
    margin-bottom: 8px;
    font-family: 'noto500';
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;
}

.privacy a{
    color: #000000;
    text-decoration: underline;

}

.privacy a:hover{
    color: #000000;
    text-decoration:none;
}

}
