@charset "utf-8";
/*----------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td ,figure{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: 100%;
}

a, a:link {
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited, a:hover, a:active {
  color: inherit;
}

* {
  box-sizing: border-box;
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  font-feature-settings: palt;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.bg{
	position: relative;
	width: 100%;
	height: 100%;
}
.bg::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/bg.svg") no-repeat;
	background-position: top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/*------------------------------------------------------------
PCメニュー
------------------------------------------------------------*/
header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100px;
	position: absolute;
	border-bottom: 1px solid #fff;
	z-index: 1;
}
.logoArea{
	margin: 22px 0 0 1vw;
    position: fixed;
	width: 100%;
	max-width: 260px;
	z-index: 11;
}

.gmenu ul {
	display: flex;
	justify-content: space-between;
	z-index: 10;
	width: 600px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translate( -2em,-50%);
}

.gmenu ul li a {
  font-size: 1.6rem;
  color: #fff;
  transition:  all ease .5s;
  -webkit-transition:  all ease .5s;
  -moz-transition:  all ease .5s;
/*	margin-right:1em;*/
}
.gmenu ul li a:hover{
  opacity: .5;
  transition:  all ease .5s;
  -webkit-transition:  all ease .5s;
  -moz-transition:  all ease .5s;
}
/*----------------------------------------------------------------------
foot
----------------------------------------------------------------------*/
.foot .foot-ttl{
	font-size: 2rem;
}
.foot .txt01{
	margin-bottom: 20px;
}
.foot .tel{
	width: 100%;
	max-width: 400px;
	margin-bottom: 22px;
}
/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer{
	padding: 30px 7%;
}

footer .footerArea{
	display: flex;
	justify-content: space-between;
}
footer .footerArea .cnt{
	width: 50%;
	position: relative;
}



footer .foot-logo img{
	width: 100%;
	max-width: 50%;
	margin-bottom: 22px;
}
footer .C_name{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

footer .footerArea .cnt .menu-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-bottom: 66px;
	align-items: center;
}

footer .copy{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	
}
footer .menu-list a:hover{
	opacity: .5;
}
footer .contactBtn{
	border: solid #16284D 1px;
	padding: 2% 3%;
	border-radius: 33px;
	background: #16284D;
	color: #fff;
}
footer .contactBtn{
	border: solid #16284D 1px;
	padding: 2% 3%;
	border-radius: 33px;
	background: #16284D;
	color: #fff;
}


@media all and (min-width: 821px) and (max-width: 996px){
	.gmenu ul {
    width: 52vw;
}
.gmenu ul li a {
  font-size: 1.4vw;
}
}

/*----------------------------------------------------------------------
①820px以上
----------------------------------------------------------------------*/


@media all and (min-width: 821px) {
  .pc {
    display: block ;
  }
  .sp {
    display: none ;
  }
.sph{
		display: none;
	}
.pcMenu {
    display: block;
  }
  .spMenu {
    display: block;
  }
.menu {
    height: 30px;
    position: fixed;
    right: 2em;
    top: 2em;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
	
	
.index .menu {
    height: 30px;
    position: fixed;
    right: 3em;
    top: 2em;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
	
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 2em;
	top: 1em;
	border: 1px solid #fff;
	border-radius: 50%;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: .5px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 10px;	
	}
  .menu__line--center {
    top: 15px;
  }
  .menu__line--bottom {
    bottom: 9px;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 13px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
  /*gnav*/
  .gnav {
    background:url("../img/mihama/img-10.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(22,40,77,.6);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
	 justify-content: center;
  }
  .gnav__menu {
	  text-align: center;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
  }

	.menu_ttl{
	font-size: 12rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
	}
	.menu__jp{
	margin-left: 40px;
	}
}


/*----------------------------------------------------------------------
③820px以下
----------------------------------------------------------------------*/
@media all and (max-width: 820px) {
header{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0;
	z-index: 9999999999;
	border-bottom: none;
}
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block!important;
  }
.sph{
		display: none!important;
	}

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
	
.menu {
    height: 30px;
    position: fixed;
    right: 18px;
    top: 35px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
  }
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	background: #333;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 0;	
	}
  .menu__line--center {
    top: 13px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
	

  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
  }

  /*gnav*/
  .gnav {
    background:url("../img/img-foot.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
  }
.gnav__menu {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
  }
.menu_ttl{
	font-size: 8rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
	}
	.menu__jp{
	margin-left: 40px;
	}
.logoArea {
	display: inline-block;
	margin: 20px 0 0 3vw;
    position: relative;
	width: 100%;
	max-width: 260px;
	z-index: 11;
}
	
/*----------------------------------------------------------------------
foot
----------------------------------------------------------------------*/
.foot .foot-ttl{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 11px;
}
.foot .txt01{
	margin-bottom: 20px;
}
.foot .tel{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 22px;
}
/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
footer{
	padding: 30px 7%;
}

footer .footerArea{
	display: flex;
	justify-content: space-between;
}
footer .footerArea .cnt{
	width: 50%;
	position: relative;
}



footer .foot-logo img{
	width: 100%;
	max-width: 80%;
	margin-bottom: 5px;
}
.foot_h2{
	color: rgba(22, 40, 77);
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}
footer .C_name{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

footer .footerArea .cnt .menu-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-bottom: 66px;
	align-items: center;
}

footer .copy{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	
}
footer .menu-list a:hover{
	opacity: .5;
}
footer .contactBtn{
	border: solid #16284D 1px;
	padding: 2% 3%;
	border-radius: 33px;
	background: #16284D;
	color: #fff;
}
footer .contactBtn{
	border: solid #16284D 1px;
	padding: 2% 3%;
	border-radius: 33px;
	background: #16284D;
	color: #fff;
}
footer{
	color: #333;
	padding: 30px 2%;
}

footer .footerArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
footer .footerArea .cnt{
	width: 100%;
	position: relative;
}

footer .C_name{
	width: 100%;
	max-width: 300px;
	margin-bottom:5px;
}

footer .footerArea .cnt .menu-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-top: 30px;
}

footer .copy{
	text-align: center;
	position: relative;
	font-weight: 700;
	margin-top: 22px;
}
	
.menu {
        height: 30px;
        position: fixed;
        right: 1.7em;
        top: 2em;
        width: 40px;
        z-index: 99;
        cursor: pointer;
  }
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
	right: 1em;
	top: 1em;
	border-radius: 50%;
	background: none;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 8px;	
	}
  .menu__line--center {
    top: 14px;
  }
  .menu__line--bottom {
    bottom: 8px;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 12px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
	

  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
  }

  /*gnav*/
  .gnav {
    background:url("../img/mihama/img-10.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(22,40,77,.6);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
  }
.gnav__menu {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
	  text-align: center;
  }
.logoArea {
	display: inline-block;
	margin: 20px 0 0 3vw;
    position: relative;
	width: 100%;
	max-width: 260px;
	z-index: 11;
}
.menu_ttl {
        font-size: 6rem;
      	font-family: din-condensed, sans-serif;
        margin: 0;
        letter-spacing: 0.01em;
        position: relative;
        font-weight: 100;
    }
	.menu__jp{
	margin-left: 10px;
		margin-top: 15px;
		font-size: 2.4rem;
	}
}

@media all and (max-width: 590px) {
.sph{
		display: block!important;
	}
.logoArea {
	display: inline-block;
	margin: 20px 0 0 3vw;
    position: relative;
	width: 100%;
	max-width: 200px;
	z-index: 11;
}
footer .C_name{
	width: 100%;
	max-width: 80%;
}
footer 	.address{
		text-align: left;
	}
footer 	.address a{
	color: #333 !important;
	}
}