@charset "utf-8";

/* ------------------------------------ タグ設定 ------------------------------------ */
html { font-size: 62.5%; }

body {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}
a img {
	border: none;
}
p {
  margin-bottom: 10px;
}

/* ------------------------------------ clearfix ------------------------------------ */
.cf:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
    line-height:0;
}
.cf {
    display:inline-block;
}
/* \*/
.cf {
    display:block;
}
/* */

/* --------------------------- link --------------------------- */
a {
	color: #03C;
	text-decoration: none;
}
a:hover {
	color: #06F;
	text-decoration: underline;
}
a.textlinkUl {
	text-decoration: underline;
}
a img {
	border:none;
	border:0
}
a:hover img.link { 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* --------------------------- フォント --------------------------- */

.futomin {
  font-family: "a-otf-futo-min-a101-pr6n","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* --------------------------- 画像 --------------------------- */
@media screen and (max-width: 768px){
  img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
  }
}
.photo-type01 {
  border: 10px solid #FFF;
  box-shadow:2px 2px 5px 3px #b9b9d2;
  -moz-box-shadow:2px 2px 5px 3px #b9b9d2;
  -webkit-box-shadow:2px 2px 5px 3px #b9b9d2;
}

@media screen and (max-width: 768px){
	br.sp_none {
		display: none;
	}
}


/* ボディ 
------------------------------------------------------------------ */


body {
  position: relative;

}


/* ヘッダー
------------------------------------------------------------------ */
header {
  width: 100%;
  top: 0;
  color: #68767E;
}

header .header {
}
header .header .header__heading {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #B6BFCC;
}
header .header .header__heading > div {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
	header {
	  height: 80px;
	}
	header .header {
	  width: 100%;
	  z-index: 3;
	  position: relative;
	  background-color: transparent;
	}
	header .header h1 {
	  text-align: left;
	  font-size: 100%;
	  line-height: 1;
	  padding: 10px 0px 10px 10px;
	  color: #CCC; }
	header .header .header__heading {
	  position: absolute;
	  width: 100%;
	  z-index: 3;
    background-color: #fff;
  }
}
@media screen and (max-width: 720px) {
  header {
    height: 70px;
  }
}


/* ロゴ */
header .header h1 {
  text-align: center;
  padding: 20px 0 15px;
  float: left;
}
header .header h1 span {
  padding-left: 7px;
}
header .header h1 img {
  vertical-align: top;
}

@media screen and (max-width: 1300px) {
  body > header nav {
    margin-left: 380px;
  }
}
@media screen and (max-width: 1060px) {
  body > header nav {
    margin-left: 360px;
  }
}
@media screen and (max-width: 768px) {
	header .header h1 {
		padding: 0;
		padding-left: 10px;
		margin:10px 0 10px;
		text-align: left;
	}
	header .header h1 img {
		height: 43px;
		padding: 3px;
	}
}
@media screen and (max-width: 400px) {
  header .header h1 img {
    width: 200px;
    height: auto;
  }
}
.contact_box {
  float: right;
  max-width: 400px;
  text-align: center;
}
.contact_box p {
  border-bottom: 1px solid #68767E;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .header .contact_box {
    margin-right: 70px;
  }
}
@media screen and (max-width: 720px) {
  .contact_box {
    float: none;
    margin: auto;
  }
  .header .contact_box {
    display: none;
  }
}

/* グローバルナビの位置調整 */
/*header .nav-content {
	overflow: hidden;
}
*/
header .nav-content ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header .nav-content ul li {
	display: inline;
	font-size: 100%;
}
header .nav-content ul li a {
	color: #68767E;
	display: inline-block;
	padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  header .nav-content {
	position: absolute;
	width: 100%;
	top: -735px;
	z-index: 2;
	-webkit-transition: 1.5s top;
			transition: 1.5s top; }
  header .nav-content ul {
	  width: 100%;
  }
  header .nav-content ul {
    display: block;
  }
  header .nav-content ul li {
    float:none;
    display: block;
    font-size: 22px;
    /*font-size: 2.2rem;*/
  }
  header .nav-content ul li a {
    text-align: center;
    display: block;
    padding: 20px 0px;
    color: #666;
    background-color: #FFF;
    border-bottom: 1px solid #BBB;
  }
  header .is-open .nav-content {
    top: 60px;
  }
}

/* 電話番号 
header .header .tell {
	position: absolute;
	top: 50px;
}*/


/* ナビゲーション スマホ用パーツＰＣ時非表示
----------------------------------------------------- */




/* ナビゲーション スマホ用表示時
----------------------------------------------------- */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #js-cover {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 60px;
    opacity: 0;
    z-index: 1;
  }
  .menu-button {
    width: 40px;
    height: 48px;
    display: block;
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 12px;
  }
  .menu-button i {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #68767E;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
    margin-bottom: 25px;
  }
  .menu-button i:before,
  .menu-button i:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	border-radius: 3px;
	background: #68767E;
	position: absolute;
	-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: all 0.3s !important;
			transition: all 0.3s !important; }
  .menu-button i:before {
	-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
			transform: translateY(8px); }
  .menu-button i:after {
	-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
			transform: translateY(-8px); }

  .is-open .menu-button i {
	background: none; }
  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }
}


/* スライダー
------------------------------------------------------------------ */
/*前矢印のアイコンフォント*/
.sp-next-arrow:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}
/*後矢印のアイコンフォント*/
.sp-previous-arrow:before {
    font-family: FontAwesome !important;
  content: '\f104' !important;
}


/* メイン
------------------------------------------------------------------ */

#contents {
	padding: 0 0 0;
	overflow: hidden;
	text-align: left;
}
.home #contents {
	width: auto;
}
#contents section {
  max-width: 960px;
  margin:auto;
}
@media screen and (max-width: 768px) {
  #contents section {
    width: 94%;
    margin: 0 3%;
  }
}
#contents #main {
	float: right;
	width: 800px;
}
@media screen and (max-width: 768px) {
	#contents {
		width: 100%;
	}
	#contents #main {
		float: none;
		margin: 0 10px;
		width: auto;
	}
}


/* サイドカラム */
#contents aside {
	float: left;
	width: 160px;
	padding-top: 60px;
}
#contents aside .side_menu img {
	width: 100%;
	height: auto;
}
#contents aside ul li {
	list-style: none;
}
@media screen and (max-width: 768px) {
	#contents aside {
	  float: none;
	  width: 100%;
	  padding-top: 0;
	}
	#contents aside ul {
		overflow: hidden;
	}
	#contents aside ul li {
		float: left;
	}
}
@media screen and (max-width: 999px) {
	#contents aside ul {
		max-width: 765px;
		margin:auto;
	}
	#contents aside ul li:nth-child(4n) {
		margin-right: 8px;
	}
	#contents aside ul li {
		margin: 0 10px 20px;
	}
}
@media screen and (max-width: 764px) {
	#contents aside ul {
		max-width: 510px;
	}
}
@media screen and (max-width: 509px) {
	#contents aside li {
		margin: 8px;
		width: 45%;
		
	}
}
@media screen and (max-width: 399px) {
	#contents aside li {
		width: 44.3%;
	}
}
@media screen and (max-width: 333px) {
	#contents aside li {
		width: 43.5%;
	}
}


/* 見出し */
.page_title {
  height: 100px;
  background: url(../images/share/bg_page_image.jpg) no-repeat center top;
  padding-top: 60px;
}
.page_title h2 {
  background-color: #fff;
  text-align: center;
  max-width: 960px;
  height: 56px;
  padding-top: 14px;
  margin:  auto;
  /* box-shadow */
  box-shadow:0px 5px 8px -1px #9c9c9c;
  -moz-box-shadow:0px 5px 8px -1px #9c9c9c;
  -webkit-box-shadow:0px 5px 8px -1px #9c9c9c;
  font-size: 2.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page_title h2 {
    font-size: 2.4rem;
    padding-top: 16px;
    height: 54px;
  }
}
h3 {
  background: url(../images/share/icon01.png) left bottom no-repeat;
  border-bottom: 1px solid #B9DF78;
  padding-top: 5px;
  padding-left: 50px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}


/* ちっちゃいモニタ */

/* スマホ */
@media screen and (max-width: 480px) {
	body {

	}
	header h1 {
		padding: 10px 0 20px;
		margin: 0;
		text-align: center;
	}
}




/* footer */
footer {
	clear: both;
	padding: 10px 0px 0px;
	text-align: left;
	background: #E2EAF2;
	overflow: hidden;
  color: #68767E;
}
footer .footer {
}
footer .footer nav a {
  color: #68767E;
  display: inline-block;
	padding: 10px 30px;
}
  @media screen and (max-width: 420px) {
    footer .footer nav a {
      padding: 5px 15px;
    }
  }
footer .footer nav {
	max-width: 1000px;
  margin: auto;
}
footer .footer nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer nav.footer_nav li {
  margin-bottom: 8px;
  list-style: none;
}
footer .footer_info {
  border-top: 1px solid #B6BFCC;
  padding-top: 20px;
}
footer .footer_info > div {
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer .footer_info > div {
    padding: 0 3%;
  }
}
footer .footer_logo {
  float: left;
  max-width: 290px;
}
@media screen and (max-width: 720px) {
  footer .footer_logo {
    float: none;
    margin: auto;
  }
}
footer .copyright {
  text-align: left;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top:1px solid #B6BFCC;
  }
}

