@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

#body-inside{
	overflow-x: hidden;
	position: relative;
	top: 0;}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color: #000000;
}
.overimg:hover {
	opacity:0.5;
}
.contents , .pankuzu{
	width:1000px;
	margin:0 auto;
}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.w90per{
	width: 90%;
	margin: 0 auto;
}
.w80per{
	width: 80%;
	margin: 0 auto;
}
.w40per{
	width: 40%;
	margin: 0 auto;
}
.w60per{
	width: 60%;
	margin: 0 auto;
}
.w50per{
	width: 50%;
	margin: 0 auto;
}
.w48per{
	width: 48%;
	margin: 0 auto;
}
.w48per img{
	width: 100%;}


a {
	color:#727171;
	text-decoration:none;
}
a:hover {
	color:#C00;
}




h2{
	margin: 0px auto;
	font-size: 30px;
	font-weight:bold;
	
}


h3 {
	margin-bottom:0em;
	font-size:18px;
	margin-top:0em;
}

h4 {
	font-size:16px;
	font-weight:bold;

}

h5 {
	margin-bottom:0.25em;
	font-size:20px;
	font-weight:bold;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0;
	line-height: 2;
}

img {
	vertical-align:bottom;
}

em , strong , .bold{
font-weight: bold;
}

ul,ol,dl {
	margin:0 0 0em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:none;
}
li {
	margin-left:0em;
}

li a{
	text-decoration:none;
	}


table {
	width:100%;
	margin-bottom:1em;

}

th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #ddd;
	background:#f0edec;
}
td {
	padding:10px;
	text-align:left;
	border-bottom:1px solid #ddd;
}

.center{
	text-align:center;
	}

.tl{
	text-align:left;
	}
.f-left{float: left;}
.f-right{float: right;}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	width:1000px;
	margin: 0 auto;
}
h1 {
	font-size:14px;
	padding: 20px 0px 10px 0px;
	color: #333333;
	width: 100%;
}
.f-left_top{float: left;}
header #g_menu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.top_right{width: 20%;float: right;margin: 4% 0% 2%;}
#logo img{margin: 1% 0% 1% 0%;height: 40px;}



nav.g_menu {
	float: left;
	width:79%;
	margin-left: -1.5%;
	z-index: 999;
}


nav.g_menu ul li {
float: left;
padding: 10px 2%;
font-weight: normal;
font-size: 14px;
}
nav.g_menu ul li a{color: #333333;}


.clear{
	clear: both;
}
.instagram_mark{height: 40px;margin-right: 2%;}
/*================================================
 *  フッター
 ================================================*/

.foot_logo{width: 25%;margin: 0 auto;}
.foot_logo img{width: 100%;}
.foot_link ul li{display: inline-block;float: left;margin-right: 3%;}
.foot_link a:hover{color:#C00;}
.footer_map{width: 60%;margin: 0% auto;padding-top: 5%;}
footer {
	clear:both;
	padding:2% 0;
	font-size:14px;
	text-align:left;
	background-color:#86AAC1;
	color: #ffffff;
}

.spnone{
	display: block;
}
.sponly{
	display: none;
}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
.flexbox ,.flexbox-04 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	}
.flexbox::after{
  content:"";
  display: block;
  width:30%;
}
.flexbox-04::after{
  content:"";
  display: block;
  width:22%;
}
.flexbox-04:before {
    content: "";
    display: block;
    width: 22%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}
.box-item03 img{width: 100%;}
.box-item03{width: 25%;display: inline-block;margin:1% 0 0;height: auto;}
.bk-img {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image:url("../img/no_image.svg");
}


.bg_navy{background-color: #171c61;}
.bg_white{background-color: #ffffff;}
.bg_gray{background-color: #EFF3F2;}
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */


.img100 img{width: 100%;}
a[href^="tel:"] { pointer-events: none; }

.white_box{background-color: #fff;opacity: 0.8; border-radius: 15px;text-align: center;padding: 5%;}

.contact_back{background: url("../img/contact_back.jpg");background-repeat: no-repeat;background-size: cover;background-position: top center; height: 600px;padding-top: 15%;margin-top: 10%;}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
body {
	font-size:12px;
	line-height:1.6;
}	
a[href^="tel:"] { pointer-events: auto; }
	.pankuzu{width: 98%;font-size: 12px;margin-left: 2%;}	
.spnone{
	display: none;
}
.sponly{
	display: block;
}	
.f-left{float: none;}
.f-right{float: none;}
nav.g_menu {
		display:none;
}
h1 {
	font-size:12px;
	line-height: 1.4;
	width: 80%;
	padding: 10px 0px 0px 10px;
}
p {
	margin:0;
	line-height:1.6;
}
header {
	background: #fff;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.top_right{display: none;}
#logo img{float: left;width: 80%;margin: 2% 3%;}
.w100per{
	width: 100%;
	margin: 0 auto;
}
.contents {
		width:80%;
		margin:0 auto;
		}
.w90per , .w80per , .w50per , .w48per ,.w40per,.w60per{
	width: 100%;
	margin: 0 auto;
}
.w60per img{
	width: 100%;margin-top: 5%;
}
h2{
	margin: 0px auto;
	font-size: 18px;
	font-weight:bold;
	padding-bottom:10px;
	line-height: 1.4;
}
h3 {
	margin-bottom:0em;
	font-size:14px;
	margin-top:0em;
	line-height: 1.4;
}
.center{
	text-align:left;
	}
.totop{
		overflow:hidden;
		}



.sp_mb50{margin-bottom: 10%;}


/*================================================
 *  フッター
 ================================================*/
.foot_menu{background-image: url("../img/footer_back.svg");background-repeat: no-repeat;background-size: contain;}
.foot_logo{width: 50%;margin: 0 auto;}
.foot_logo img{width: 100%;}
.foot_link ul li{display: inline-block;float: left;margin-right: 3%;}
.foot_link a:hover{color:#C00;}
.footer_map{width: 100%;margin: 0% auto;padding-top: 5%;}
footer {
	clear:both;
	padding:2% 0;
	font-size:14px;
	text-align:left;
	background-color:#86AAC1;
	color: #ffffff;
}

}