img{
	max-width: 100%;
	height: auto;
	width :auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

body{
	color: #333;
  background-color: #fff;
  /*ゴシック*/
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  /*明朝*/
/*明朝*/
/*font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
*{
  padding:0px;
  margin: 0px;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


a{
  color: #666666;
  text-decoration: none;
}

li{
  list-style: none;
}

a:hover {
  opacity: 0.7;
}
a p:hover{
	opacity: 0.7;
}
a img:hover{
	opacity: 0.7;
}

.container{
max-width: 980px;
  margin: 0 auto;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


header{
  width: 100%;
  height: auto;
}

.pc_nav{
  width: 100%;
}
.pc_nav .h_icons{
  padding: 20px 0;
  border-bottom: 2px solid #2284a2;
}
.pc_nav .h_logo{
  width: 70%;
  float: left;
}

.pc_nav .h_tel{
  width: 30%;
  float: right;
}
.global_menu li{
  width: 16.6%;
  font-size: 16px;
  font-weight: bold;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 20px 0;
}
.global_menu li:last-child{
    border-right: 1px solid #ccc;
}
.global_menu li a {
  color: #555;
  width: 100%;
  display: block;
}



footer{
  width: 100%;
}
footer .f_main_navi{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
footer .f_main_navi li{
  width: 16.6%;
  font-size: 16px;
  font-weight: bold;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 20px 0;
}
footer .f_main_navi li:last-child{
  border-right: 1px solid #ccc;
}
footer .f_main_navi li a{
  color: #555;
  width: 100%;
  display: block;
}
footer .f_map_arae{
  width:100%;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
footer .f_gmap{
  width: 41%;
  float: left;
}
footer .f_maptext{
  width: 55%;
  float: right;
  margin-left: 30px;
}
footer .f_maptext h3{
  font-size: 18px;
  color: #008080;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
footer .f_maptext p{
  line-height: 1.8;
  font-size: 14px;
}

footer .f_sub{
  padding: 20px 0;
  /* border-top: 1px solid #ccc; */
}
footer .f_link{
  float: left;
  font-size: 14px;
}
footer .f_link a{
  color: #193872;
  position: relative;
  padding-left: 15px;
}
footer .f_link a::before{
  position: absolute;
  top: 6px;
  left: 0;
  width:6px;
  height: 6px;
  content: "";
  border-top: 2px solid #e60113;
  border-right: 2px solid #e60113;
  transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
}
footer .copyright{
  float: right;
  font-size: 12px;
}

footer iframe.youtube {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}



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





@media screen and (min-width:768px) and (max-width:959px) {
/*　画面サイズが768pxから959pxまではここを読み込む　*/

}
@media screen and (max-width:639px) {
.container{
	width: 95%;
	margin: auto;
}

/*　640pxはここを読み込む　*/
footer .f_main_navi{
	border-bottom: none;
	border-top: 1px solid #ccc;
}
footer .f_main_navi .container{
	width: 100%;
}
footer .f_main_navi li{
	width: 33.33%;
	border: none;
	border-bottom: 1px solid #ccc;
}
footer .f_main_navi li:last-child{
	border-right: none;
}
footer .f_main_navi li:nth-child(2),
footer .f_main_navi li:nth-child(5){
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
footer .f_gmap{
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 40px;
}
footer .f_maptext{
	width: 100%;
	float: none;
	margin-left: 0;
}
footer .f_link{
	float: none;
	text-align: center;
	margin: 10px 0;
}
footer .copyright{
	float: none;
	text-align: center;
	font-size: 12px;
}
}

@media screen and (max-width:480px) {
/*　480pxはここを読み込む　*/
}

@media screen and (max-width:320px) {
/*　320pxはここを読み込む　*/
}











@media screen and (min-width:640px) and (max-width:959px) {
  /*640px〜959pxのすべて非表示
  タブレットのみ非表示*/
.Tab-none{
  display: none;
}
}
@media screen and (max-width:639px) {
  /*639px小さいのものすべて非表示
  スマホ非表示*/
.SP-none{
  display: none;
}
}
@media screen and (min-width:640px) {
  /*640pxより大ききものすべて非表示
  PC非表示
  */
.PC-none{
  display: none;
}
}

.link {
  color: #00f;
}