@charset "utf-8";
/* CSS Document */


body{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
margin:0;
color:#000;
min-width: 1024px;
}

img{
}

a{
    color:#000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	text-decoration:none;
	opacity:0.7;
}

p {
    font-size: 100%;
    /*letter-spacing: 0.2em;*/
    line-height: 160%;
    margin-bottom: 0.5em;
}

img {
  vertical-align: bottom;
}

/* common
---------------------------------------------------------- */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_end {
  justify-content: flex-end;
}

.only_pc {
  display:block;
}
.only_sp {
  display:none;
}

img.w100 {
  width: 100%;
  height: auto;
}

#wrapper {
	width:100%;
}

.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pml50 {padding-left: 50px;}


/* header
---------------------------------------------------------- */
header{
	display:flex;
	justify-content:space-between;
}
header h1 {
	margin:10px 0 10px 25px;
}





/* nav
---------------------------------------------------------- */
.only_pc nav ul{
	margin:14px 0 0;
}
.only_pc nav li{
	margin:0 33px 0 0;
}
.only_pc nav li a{
	display:block;
	padding:7px 0;
}

.only_pc nav li:last-child{
	background-color:#35548e;
	border-radius:25px;
}
.only_pc nav li:last-child a{
	color:#ffffff;
	padding:7px 20px;
}
 

.only_pc nav li:hover{
    transition: background-color 0.5s ease-out;
}




/* area_side_banner
---------------------------------------------------------- */
.area_side_banner {
	position:fixed;
  top: 298px;
	right:0;
	background-color:#FFF;
}



/* mainimg
---------------------------------------------------------- */
.mainimg_pc {
	width:100%;
	height:600px;
	background-size:cover;
	position:relative;
}
.mainimg_pc .box_txt {
	width:70px;
	height:320px;
	background-color:rgba(255,255,255,0.9);
	position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mainimg_pc .box_txt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mainimg_sp {
	width:100%;
	height:354px;
	background-size:cover;
	position:relative;
	z-index:-1;
}
.mainimg_sp .box_txt {
	width:47px;
	height:320px;
	background-color:rgba(255,255,255,0.9);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size:24px;
	text-align:center;
	padding:0 23px 0 0;
	position:absolute;
	top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}







/* footer
---------------------------------------------------------- */
.area_footer {
	text-align:center;
	padding:50px 0 60px;
}
.box_footer_logo {
	margin:0 0 40px;
}
.box_footer_address {
		margin:0 0 40px;
		font-size:14px;
}
.box_footer_address a {
	text-decoration:underline;
}

.box_footer_navi {
	font-size:18px;
	display:flex;
	justify-content:space-between;
	width:940px;
	margin:0 auto;
}
.box_footer_navi li {
	width:290px;
	border:1px solid #b4b5b5;
}
.box_footer_navi li:last-child {
	border:none;
	background-color:#333333;
}

.box_footer_navi li img {
	margin:0 5px 0 0;
}
.box_footer_navi li a {
	display:block;
	padding:13px 0;
}
.box_footer_navi li:last-child a {
	color:#ffffff;
}

.copyright {
	background-color:#f7f7f7;
	text-align:center;
	color:#888889;
	font-size:12px;
	padding:20px 0 18px;
}







/* ==========================================================================//
//
//　751px以上
//  ※TELリンク設定
//
// ========================================================================== */

@media screen and (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/* ==========================================================================//
//
//　750px以下
//
// ========================================================================== */

@media screen and (max-width: 750px) {
body {
  min-width: 100% !important;
}
.only_pc {
  display:none;
}

.only_sp {
  display:block !important;
}

  
/* header
---------------------------------------------------------- */
header{
  height: 100px;
	width:100%;
	justify-content:flex-start;
	border-bottom:8px solid #35548e;
	position: fixed;
	background-color:#fff;
}
header h1 {
    margin: 15px 52px 0 30px;
}
header .banner_header {
	margin:20px 0 0;
}

  
/* nav-スマホ
---------------------------------------------------------- */
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 108px;
  height: 104px;
  cursor: pointer;
  text-align: center;
	background-color:#35548e;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 48px;
  height  : 4px ;
  left    : 30px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 35px;
}
.hamburger span:nth-child(3) {
  top: 50px;
}
.hamburger:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 59px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(/assets/img/navi_menu_sp.png);
  background-size: contain;
  vertical-align: middle;
	position:absolute;
	top:70px;
	left:25px;
	z-index:9999;
}
.hamburger.active:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 59px;/*画像の幅*/
  height: 15px;/*画像の高さ*/
  background-image: url(/assets/img/navi_close_sp.png);
  background-size: contain;
  vertical-align: middle;
	position:absolute;
	top:70px;
	left:25px;
	
}


/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 36px;
  left: 28px;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 36px;
  background :#fff;/*×ボタン*/
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
	display:none;
}
nav.globalMenuSp.active {
	display:block !important;
  position: fixed;
  z-index : 2;
  top  : 104px;
  left : 0;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  background: #35548e;/*背景色*/
	height:100%;
	padding:3em 0 0;
}

nav.globalMenuSp.active ul {
  margin: 0 auto;
  width: 100%;
	padding:0;
}

nav.globalMenuSp.active ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp.active ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  /*background :#ddd;*//*リンク文字色boxのhover*/
}

nav.globalMenuSp.active ul li a {
  display: none;
}

nav.globalMenuSp.active ul li a {
  display: block;
  color: #fff;/*リンク文字色*/
  padding: 1.1em 0;
  text-decoration :none;
	font-size:4vw;
}
nav.globalMenuSp.active ul li:nth-child(5) a,
nav.globalMenuSp.active ul li:nth-child(6) a {
	display:inline-block;
	border:4px solid #fff;
  padding: 0.5em 0;
	width:70%;
	border-radius:5em;;
	margin:1em auto;
}
nav.globalMenuSp.active ul li:nth-child(7) a {
	display:inline-block;
	background:#fff;
	color:#35548e;
  padding: 0.5em 0;
	width:70%;
	border-radius:5em;
	margin:1em auto 0;
}


/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;

}
  
  
  
/* contents
---------------------------------------------------------- */
.contents_wrap {
	padding:108px 0 0;
}



  
/* footer
---------------------------------------------------------- */
.area_footer {
	padding:4em 0 0;
}
.box_footer_logo {
  margin: 0 auto 4em;
	width:30%;
}
.box_footer_logo img {
	width:100%;
	height:auto;
}

.box_footer_address {
	font-size:2vw;
  margin: 0 0 4em;
}

.box_footer_navi {
	display:block;
	width:100%;
	margin:0 auto;
}
.box_footer_navi li {
	width:100%;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-size:2.5vw;
}
.box_footer_navi li img {
	width:2em;
	height:auto;
	margin-bottom:0.1em;
}

.box_footer_navi li a {
	padding:1.6em 0;
}
.copyright {
	padding:20px 0 18px;
	font-size:2.5vw;
}



}
