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

/* =============================================================================
   Reset
   ========================================================================== */

*{
	padding:0px;
	margin:0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	overflow:hidden;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img{
	vertical-align:middle;
}
form {
	margin: 0px;
	padding: 0px;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid #DDD;
	position: relative;
	background: url(/img/icon_arrow.svg) no-repeat right 10px center / 10px;
}
input[type="checkbox"],
input[type="radio"]{
  border-color: #DDD;
}



/* =============================================================================
   Base
   ========================================================================== */

body {
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height:1.8;
	color:#333;
	background-color:#FFF;
	letter-spacing:0.025em;
}

.sp{
	display: none;
}

#wrapper {
}

#container{
	padding: 4% 0;
}

.container{
	width:1380px;
	margin:0 auto;
	overflow:hidden;
}

.photo{
	text-align:center;
}

.thum{
	float:left;
}

.thumr{
	float:right;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.title{
	text-align: center;
	letter-spacing: 0.75rem;
    font-size: 2.33rem;
	color: #FF7F00;
	font-weight: 700;
	text-indent: 0.75rem;
}

.more {
	display: inline-block;
	background: url(/img/btn_arrow.svg) #edf2fe no-repeat right 10px center / 4px;
}

.more a {
	display: block;
	padding: 10px 50px;
}


/* =============================================================================
   Header
   ========================================================================== */

#header {
	padding: 15px 40px;
}

#logo {
	float: left;
}

#logo img {
}

#logo a img {
	transition: 0.5s;
}

#logo a:hover img {
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

#base{
	border-top :1px solid #DDD;
	border-bottom :1px solid #DDD;
	font-size: 0.77rem;
	padding: 0.5% 0;
}

#base h1{
	float: left;
	
}

#breadcrumb{
	float: right;
}

#breadcrumb ol{	
}

#breadcrumb li{
	float: left;
	text-align: right;
}

#breadcrumb li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px; /*左右に余白*/
}

#breadcrumb li:last-child::after{
	display: none;
}

#breadcrumb li a{
}


/* =============================================================================
   Navi
   ========================================================================== */

#gnavi {
	float: right;
	width: 708px;
	margin: 40px 0 0;
}

#gnavi ul {	
	overflow: hidden;
}

#gnavi li {
    float: left;
}

#gnavi li:last-child {
    margin-right: 0;
	margin-left: 20px;
}

#gnavi li a {
    padding: 10px 20px;
}

#gnavi li a:hover{
	color:#FF7F00;
}

#hamburger{
}


/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 30px;
    z-index: 5000;
}
.menu__line{
    background: #10003F;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
	width: 80%;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
	 background: #FFF; 
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
	 background: #FFF; 
}

/*gnav*/
.gnav{
	background: rgba(255,127,0,0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
	background: url(/img/nav_bg.png) no-repeat center top / cover;
}
.gnav__menu{
	padding-top: 12vh;
}
.gnav__menu__item{
    margin: 12% 0 12% -4%;
}
.gnav__menu__item a{
    color: #fff !important;
    font-size: 1rem;
    text-decoration: none;
    transition: .5s;
	letter-spacing: 0.2rem;
}
.gnav__menu__item a:hover{
    color: #666;
}
.gnav__menu__item::before{
	content: '';
	display: inline-block;
	padding: 0 25px 0 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: -5px 0 0;
}

.item_01::before{
	background: url(/img/icon_01.svg) no-repeat center top / contain;	
}

.item_02::before{
	background: url(/img/icon_02.svg) no-repeat center top / contain;	
}

.item_03::before{
	background: url(/img/icon_03.svg) no-repeat center top / contain;	
}

.item_04::before{
	background: url(/img/icon_04.svg) no-repeat center top / contain;	
}

.item_05::before{
	background: url(/img/icon_05.svg) no-repeat center top / contain;	
}

.item_06::before{
	background: url(/img/icon_06.svg) no-repeat center top / contain;	
}

.item_07::before{
	background: url(/img/icon_07.svg) no-repeat center top / contain;	
}

.item_08::before{
	background: url(/img/icon_08.svg) no-repeat center top / contain;	
}


/* =============================================================================
   Side
   ========================================================================== */

form{
}

.select{
	padding: 10px;
	width: calc(100% - 2px);
}

.text{
	padding: 10px;
	width: 60%;
}

.checkbox{
	margin: 0 10px;
}

.textarea{
	padding: 10px;
	width: calc(100% - 22px);
	height: 100px;
}

#side{
	width: 300px;
	float:left;
	text-align: center;
}

.box{
	margin: 0 0 6%;
	text-align: left;
}

.box:last-of-type{
	margin: 0;
}

.box h3{
	background-color:#FFEBC8;
	color:#FF7F00;
	padding:2% 4%;
}

.box .inner{
	padding: 5%;
}

.box .obj{
	text-align:center;
}

.box label{
	display:block;
	margin: 0 0 2%;
}

.button {
    border: none;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 4% auto;
    padding: 15px 0;
	width:80%;
	background: #FF7F00;
	font-family:"Noto Serif JP", sans-serif;
	color: #FFF;
	transition: .3s;
}

.button:hover{
	opacity: 1.0;
	background-color: #FFF;
	border:1px solid #FF7F00;
	color: #FF7F00; !important;
}



/* =============================================================================
   Motion
   ========================================================================== */

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(31,40,111,0.9);
	z-index: 10000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	position: absolute;
	right: 2%;
	top: 2%;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center / 100% auto;
	color: transparent;
	outline: none;
	z-index: 10000;
	width:2%;
	height:4%;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 54%;
	height: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	/* border-top:1px solid #FFC767; */
}

.overlay ul li {
	height: 20%;
	height: calc(100% / 5);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:inline-block;
	width:100%;
	text-align:center;
	text-indent:2%;
}

.overlay ul li a {
	font-size: 1em;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (max-width: 320px){
.overlay ul li a {
	font-size: 0.75rem;
}
}

.overlay ul li a::before{
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.genericon{
	vertical-align:middle;
	display:inline;
}
.genericon:before{
	/* content: '\f429';
	color:#FFF; */
	margin:0 2% 0 0;
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

#navi {
    position: fixed;
    right: 2.2%;
    top: 1%;
	z-index:5500;
}
#trigger-overlay{
	border:none;
	background:none;
}
#navi span {
    background-color: #333;
    display: block;
    height: 1px;
    margin: 30% 0;
    width: 26px;
}
#navi span:last-of-type {
    margin-bottom: 20%;
}

#navi .menu {
    font-size: 0.55rem;
    line-height: 1;
    text-align: center;
}

#nav-menu{
}

.nav-tel{
}

.nav-time{
}


/* =============================================================================
   Footer
   ========================================================================== */

#footer {
    width: 100%;
	text-align:center;
	padding:3% 0 2%;
	border-top:1px solid #DDD;
}

#footer .photo a img {
	transition: 0.5s;
}

#footer .photo a:hover img {
	filter:Alpha(opacity=40) ;
	opacity:0.4 ;
	-moz-opacity:0.4;
}

#footer ul {
	padding: 2% 0;
}

#footer ul li {
	display:inline-block;
	margin:0 1%;
	font-size: 0.88rem;
}

#footer ul li a {
}

address {
    font-size: 0.55rem;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.33rem;
}


/* =============================================================================
   Link
   ========================================================================== */

a {
	transition: color .3s;
	text-decoration:none;
}

#gnavi .link a, #footer ul a, .texteffect a {
	position: relative;
	display: inline-block;
	transition: .3s;
}

#gnavi .link a::after, #footer ul a::after, .texteffect a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #10003F;
	transition: .3s;
}

#gnavi .link a:hover::after, #footer ul a:hover::after, .texteffect a:hover::after {
	width: 100%;
}

a:link, a:hover ,a:visited{   
	color:#333;
}


/* =============================================================================
   Device
   ========================================================================== */

@media screen and (max-width: 768px){
	.pc {
		display: none;
	}
	.sp{
		display: block;
	}
	body{
		font-size: 14px;
	}
	img{
		width: 100%;
	}
	#header{
		padding: 2% 0;
		po
	}
	#logo {
		float: none;
	}
	#logo img{
		width: 40%;
	}
	#gnavi{
		display:none;
	}
	.overlay .overlay-close {
		width:8%;
		height:4%;
	}
	.container {
		width: 96%;
	}
	.title{
		font-size: 1rem;
		letter-spacing: 0.45rem;
		text-indent: 0.45rem;
	}
	#base {
		font-size: 0.55rem;
		padding: 2% 0;
	}
	#base h1{
		float: none;
		margin: 0 0 1%;
	}
	#breadcrumb{
		float: none;
	}
	.more {
		display: table;
		margin: 0 auto;
	}
	#side{
		margin: 0 0 10%;
	}
	.box {
	    margin: 0 0 2%;
		font-size: 0.78rem;
	}
	.box h3 {
		padding: 1% 4%;
	}
	.box .inner {
		padding: 2% 5%;
	}
	.box label {
		margin: 0 0 1%;
	}
	.button {
		padding: 15px 80px;
		font-size: 0.88rem;
	}
	#footer {
		padding: 8% 0 4%;
	}
	#footer .photo img{
		width: 40%;
	}
	#footer ul{
		padding: 6% 0;
	}
	#footer ul li{
		font-size:0.55rem;
	}
}


