

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */




@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');
}



/* webフォントのちらつき対応 ---------------------------------------------- */


html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}






html {



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


body{


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

	line-height:150%;
	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;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	line-height:180%;    
	color:#333333;
	text-align:left;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 400;    
}	 

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




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

.container00{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

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

}

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

}

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

}

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



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

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


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


html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175),
    transform 3.5s cubic-bezier(0.155, 0.02, 0.115, 0.175);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}






/* 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;
}

}

