@charset "UTF-8";

/* =================================================================
reset
=================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.clear {
    float: none;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden}
.clearfix{min-height:1px;zoom:1}

.alphaout {
	opacity: 0.0;
	transform: scale(1.25,1.25);
}
.alphain {
	-webkit-transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:  all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
	opacity: 1.0;
	transform: scale(1.0,1.0);
	/*filter: drop-shadow(10px 10px 120px rgba(255,255,0,1));*/
}

.pc {
    display: inline-block;
}

br.sp {
    display: none;
}

@media screen and (min-width: 769px) {

    .pc {
        display: none;
    }

    br.sp {
        display: inline;
    }
}

input[type=text],
input[type=tel] ,
input[type=email],
textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

*{ min-height: 0vw; /* Safari clamp関数対策 */}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

.ef01_off {
  opacity: 0 !important;
  -webkit-transform: translate(0, 40px) !important;
  -ms-transform: translate(0, 40px) !important;
  transform: translate(0, 40px) !important;
}

.ef01_on {
  opacity: 1 !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.ef02_off {
  opacity: 0 !important;
  -webkit-transform: translate(0, 30px) !important;
  -ms-transform: translate(0, 30px) !important;
  transform: translate(0, 30px) !important;
}

.ef02_on {
  opacity: 1 !important;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.ef03_off {
  opacity: 0 !important;
  -webkit-transform: translate(0, 20px) !important;
  -ms-transform: translate(0, 20px) !important;
  transform: translate(0, 20px) !important;
}

.ef03_on {
  opacity: 1 !important;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* C O L O R
─────────────────────────────────────────*/	

html,
#wrapper{background-color: #fff;}
#header {background-color: rgba(255, 255,255,1);}
#header.fixed {background-color: rgba(255, 255,255,1);}

@media screen and (min-width: 1160px) {
    .headmenu li a {color: #000;}
	.headmenu li a:after {background-color: #000000;}
	.headmenu ul.second-level li a:after {background-color: #fff;}
	.headmenu ul.second-level li a:before {background-color: #FF0004;}
	.headmenu ul.second-level li a:hover:before {background-color: #FF0004;}
	.headmenu li a:hover:after {background-color: #000000;}
	.headmenu li.current a {color: #DFFCFF;}	
	.headmenu ul.second-level li a {color: #fff;}
}

.slidemenu__toggle__bar,
.slidemenu__toggle--active .slidemenu__toggle__bar{background-color: #fff;}
/*----- ハンバーガー ----*/
.slidemenu__toggle {background-color: #6FBF35;}
.slidemenu__toggle:after {color:#fff;}
.slidemenu__toggle--active:after {color:#fff;}
	
/*----- ul ----*/	
.slidemenu__nav {background-color:#6FBF35;}
ul.slidemenu__nav li.midashi > a {border: solid 1px #fff;}
ul.slidemenu__nav li a {color: #fff;}

@media screen and (min-width: 1024px) {
	/*----- ul ----*/	
    .slidemenu__nav {background-color:#6FBF35;}
}

#Contents {background-color: #fff;}
#Main {background-color: #fff;}

/* C O L O R  F O O T E R
─────────────────────────────────────────*/	
#footer {background-color: #6FBF35;}
address p {color: #fff;}
.footer-top h3 {color: #fff;}
.footer__nav li a {color: #fff;}
.footer-contact h4,
.footer-contact p{color: #fff;}

@media screen and (min-width: 1024px) {

    .footer__nav li a {color: #fff;}

}

#copyright {color: #fff;}

/* E F F E C T
─────────────────────────────────────────*/	
.followus,
#header,
#title{
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

ul.slidemenu__nav li a span,
ul.slidemenu__nav li a b:after {
     transition:none;
}

@media screen and (min-width: 769px) {

    .slidemenu__nav {
        transition:none;
    }
	
	.headmenu li a,
	#navigation,
	ul.slidemenu__nav li a span,
    ul.slidemenu__nav li a b:after {
        transition: .3s; 
    }

}

html, body {
	width: 100%;
    height: 100%;
}

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

body {
	font-family:"League Spartan", "Noto Sans JP", sans-serif;
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow: auto;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}

body.stopper0 { position:fixed;}

/*
===== link ==========================================
*/
a {
    color: #000;
    text-decoration: none;
}

a:focus, *:focus { outline:none; }

a:hover {
    color: #ccc;
}

.clear {
    float: none; clear: both;
    display: block;
    width: 0; height: 0;
    margin: 0; padding: 0;
    font-size: 0; line-height: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
	width: 0; height: 0;
    margin: 0; padding: 0;
    font-size: 0; line-height: 0;
}

#container {
	margin: 0px;
	width:100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	min-height: 100%;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	margin:0 auto;
	position: relative;
}

/* H E A D E R
─────────────────────────────────────────*/	

#header {
	position: fixed;
	width:100%;
	height: 60px;
	z-index: 21;
	/*border-top: solid 2px #330033;*/
}

.stopper #header {
	top: 0;
	left: 0;
}

#header h1,
#Instead_of_h1{
    position: absolute;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	top: 15px;
	left: 15px;
	color: #fff;
	display: none;
}

#header h1 a,
#Instead_of_h1 a{
    text-decoration: none;
	color: #F9DD00;
}

#header p {
   display: none;
}

#title {
    position: absolute;
    font-size: clamp(18px, 2vw, 18px);
    font-weight: 400;
	top: 6px;
	left: 20px;
	width: 100%;
	z-index: 3;
    max-width: 200px;
}

.fix-sticky{height:60px;}
#header.fixed + .fix-sticky{height:60px;}

@media screen and (min-width: 1024px) {

    #container {
        padding: 0;
    }

    #wrapper {
        width: 100%;
        margin:0 auto;
		padding: 0;
        position: relative;
    }
	
	#Normal #wrapper {
		min-height: 100%;
		padding-bottom: 250px;
    }
	
	#header {
	    position: fixed;
		width: 100%;
		height: 100px;
    }
	
	#header.fixed {
		height: 60px;
    }	
	
	#header h1,
	#Instead_of_h1{
	    position: relative;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
    }
	
	#header p {
	    display: block;
        font-size: 13px;
        line-height: 1.6;
        font-weight: 400;
        color: #fff;
		padding: 10px 0 0 0;
    }
	
	#header .container {
	    display: block;
        width: 100%;
		position: absolute;
        top: 50%;
        left: 0%;
        -webkit-transform: translateY(-50%) translateX(0%);
		transform: translateY(-50%) translateX(0%);
		padding: 0 20px 0 0;
	}
	
	.fix-sticky{height:100px;}
	#header.fixed + .fix-sticky{height:100px;}
    #header.second.fixed + .fix-sticky{height:0px;}
	
	#title {
        font-size: clamp(18px, 2vw, 28px);
        top: 15px;
        left: 40px;
        max-width: 300px;
    }
	
	#header.fixed #title {
		font-size: clamp(18px, 2vw, 20px);
        top: 6px;
        left: 30px;
        max-width: 200px;
    }

}

/* N A V I
─────────────────────────────────────────*/	

#headernavi {
    display: none;
}

@media screen and (min-width: 1160px) {

    #headernavi {
	    display: block;
        font-size: 0px;
        line-height: 0px;
        width: 100%;
    }

    .headmenu {
        text-align: right;
        padding-right: 130px;
    }

    .headmenu li {
        position:relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 35px 0 0;
    }

    .headmenu li a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height:100px;
        letter-spacing: 0.03em;
		position: relative;
    }
	
	.headmenu li a.nolink {
        pointer-events: none;
    }
	
	#header.fixed .headmenu li a {
        font-size: 15px;
        line-height:60px;
    }
	
	.headmenu li a figure {
	    display: inline-block;
		vertical-align: middle;
		width: 50px;
	}
	
	.headmenu li figure img {width: 100%;vertical-align: middle;}
	#header.fixed .headmenu li figure img {width: 100%;vertical-align: top;margin-top: 3px;}
	
	.headmenu li a:after {
	    position: absolute;
		bottom: 35px;
		left: 0;
	    content: '';
		display: block;
		width: 0;
		height: 0;
		transition: .25s;
	}
	
	.headmenu ul.second-level li a:after {
		bottom: 0px;
	}
	
	.headmenu ul.second-level li a:before {
	    position: absolute;
		top: 50%;
		margin-top: -3px;
		left: -22px;
	    content: '';
		display: block;
		width: 0;
		height: 0;
		transition: .25s;
		border-radius: 100%;
	}
	
	.headmenu ul.second-level li a:hover:before {
		width: 15px;
		height: 15px;
	}
	
	.headmenu li.contact a:after,
	.headmenu li.contact a:hover:after{
	    content: none;
	}
	
	.headmenu li.contact a figure {opacity: 1;transition: .4s;}
	.headmenu li.contact a:hover figure {opacity: 0.6;transition: .4s;}
	
	.headmenu li a:hover:after {
	    content: '';
		display: block;
		width: 100%;
		height: 1px;
	}
	
	#header.fixed .headmenu li a:after { 
        bottom: 0px;
    }
	
	.headmenu li.current a:hover:after {
	    content: none;
	}

    #navigation {
        display:block;
        font-size: 0px;
        line-height: 0px;
        width: 100%;
        margin: 0;
    }
	
	/* プルダウン ─────────*/
	ul.second-level {
        visibility: hidden;
        opacity: 0;
        z-index: 1;
		transition:all .6s cubic-bezier(.19,1,.22,1);
    }
	
	ul.second-level li {
	    text-align: left;
		margin: 2px 0;
    }
	
	.headmenu ul.second-level li a {
        display: block;
		font-size: 15px;
		position: relative;
		line-height: 2;
    }
	
	#header.fixed .headmenu ul.second-level li a {
        font-size: 15px;
        line-height: 2;
    }
	
	li.micro ul.second-level {
        position: absolute;
        top: 100px;
        left: 0;
        box-sizing: border-box;
        width: auto;
        padding: 25px 30px 25px 30px;
    }

    li.micro:hover ul.second-level {
        top: 80px;
        visibility: visible;
        opacity: 1;
    }
	
	#header.fixed li.micro:hover ul.second-level {
        top: 50px;
    }

    li.micro ul.second-level > li {
        width: 100%;
		padding: 0;
        border: none;
		white-space: nowrap;
    }	

}

.slidemenu {
    display: table;
    position:relative;
    z-index:100000;
    height: 100%;
    width: 100%;
}

.slidemenu__toggle__bar {
    display: block;
	margin: 0 auto;
    width: 30px;
    height: 2px;
	transition: .3s;
}

.slidemenu__toggle--active .slidemenu__toggle__bar {
	height: 2px;
	width: 30px;
}


.slidemenu__toggle__bar + .slidemenu__toggle__bar {
    margin-top: 7px;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(2) {
    opacity: 0;
}

.slidemenu__toggle--active .slidemenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	
/*----- ハンバーガー ----*/
.slidemenu__toggle {
    display: block;
    position:fixed; 
    top:0px;
    right:0px;
    z-index:5;
    padding: 0 0 0 0;
    width: 70px;
    height: 70px;
	outline: none;
	border: none;
	font-size: 16px;
}
	
.slidemenu__toggle:after {
    content:none;
    display:block;
    font-size:11px;
    font-weight:700;
    text-align: center;
    margin: 5px 0 0 0;
}
	
.slidemenu__toggle--active:after {
    content:none;
	margin: 20px 0 0 0;
}

.slidemenu__toggle--active .slidemenu__toggle__bar {
    margin: 0 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	
/*----- ul ----*/	
.slidemenu__nav {
    vertical-align: middle;
    display: table;
    text-align: center;
    width: 100%;
    height:100%;
    padding: 0 8% 0;
    top:-100%!important;
    left:0;
    overflow:auto;
    position:fixed;
}

ul.slidemenu__nav li.midashi {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}

ul.slidemenu__nav li.midashi ul {
    text-align: center;
}
    
.slidemenu__nav.slidemenu__nav--open {
    top:0!important;
    left:0;
}
	
.slidemenu__nav li {height: auto!important;}
.slidemenu__nav.slidemenu__nav--open li {display:block;}
	
ul.slidemenu__nav li {
    display: block;
    width: 100%;
    text-align: center;
}
	
ul.slidemenu__nav li.non {
    display: block;
}

ul.slidemenu__nav li a.nolink {
    pointer-events: none;
}

.slidemenu__nav > li {
    width: 100%;
    border-right: 0;
    position:relative;
}

ul.slidemenu__nav li a {
	display: block;
    padding:0;
    margin: 0px 0 10px 0;
	font-size:24px;
    font-size: clamp(24px, 2vw, 46px);
	font-weight: 700;
	line-height:1.4;
    letter-spacing: 0.03em;
}

ul.slidemenu__nav li > ul {
    padding-bottom: 10px;
}

ul.slidemenu__nav li a span {
	display: block;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.2em;
    font-family: "League Spartan", sans-serif;
    font-style: italic;
}

ul.slidemenu__nav li.title {
    display: none;
}

ul.slidemenu__nav li.title a {
    line-height: 0;
	font-size: 0;
	margin: 0;
}

ul.slidemenu__nav--open li.title {
    position: fixed;
	display: block;
	margin: 0;
	line-height: 0;
	font-size: 0;
	top: 14px!important;
    left: 20px!important;
    max-width: 180px;
}

ul.slidemenu__nav li.midashi.last-sns li {
    display: inline-block!important;
    width: 20%;
}

ul.slidemenu__nav li.midashi li figure {
    display: block;
    max-width: 30px;
    width: 100%;
    margin: 0 auto 2%;
}

.nolink figure img {
    opacity: 0.3;
}


@media screen and (min-width: 1024px) {

    /*----- ハンバーガー ----*/
    .slidemenu__toggle {
	    position: fixed;
        top:0px;
        right:0px;
        z-index:5;
        padding: 0 0 0 0;
        width: 120px;
        height: 120px;
        outline: none;
        border: none;
        font-size: 16px;
        border: none;
        border-radius: 0;
		cursor: pointer;
    }

    .slidemenu__toggle:after {
        content:none;
    }
	
	.slidemenu__toggle__bar {
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 2px;
    }
	
	.slidemenu__toggle__bar + .slidemenu__toggle__bar {
        margin-top: 10px;
    }

    .slidemenu__toggle--active .slidemenu__toggle__bar {
        margin: 0 0 0 -20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		height: 2px;
        width: 40px;
    }
	
	ul.slidemenu__nav li a {
        margin: 0px 0 3% 0;
    }
	
	ul.slidemenu__nav li.midashi {
        display: table-cell;
		vertical-align: middle;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    
    ul.slidemenu__nav li.midashi ul {
        text-align: center;
    }
    
    ul.slidemenu__nav li.midashi.last-sns {
    }
    
    ul.slidemenu__nav li.midashi:last-of-type {
        width: 100%;
        margin: 0;
    }
	
	ul.slidemenu__nav li.midashi > a {
	    font-size: 16px;
		font-weight: 400;
	    margin-bottom: 10%;
	}
    
    ul.slidemenu__nav li.midashi.last-sns > a {
        margin-bottom: 3%;
    }
	
	ul.slidemenu__nav li > li {
	    display: block!important;
		width: 100%;
	}
    
    ul.slidemenu__nav li.midashi.last-sns ul {
        margin: 0;
        padding: 0;
    }
    
    ul.slidemenu__nav li.midashi.last-sns li {
        display: inline-block!important;
        width: 10%!important;
    }
    
    ul.slidemenu__nav li.midashi:last-of-type li {
        display: block;
        padding-top: 0;
        width: 100%;
    }
    
    ul.slidemenu__nav li.midashi li figure {
        display: block;
        max-width: 36px;
        width: 100%;
        margin: 0 auto 2%;
    }
	
	ul.slidemenu__nav--open li.title {
        top: 28px!important;
        left: 40px!important;
        max-width: 220px;
    }
    
}

/* S I D E C O P Y
─────────────────────────────────────────*/

.sidecopy {display: none;}

@media screen and (min-width: 1160px) {

    .sidecopy {
        display: block;
		position: fixed;
        color: #000;
        font-size: 10px;
        font-weight: 400;
        top: 46%;
        right: 30px;
        margin-top: -100px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        letter-spacing: .2em;
        z-index: 10000;
    }

}

/* S N S
─────────────────────────────────────────*/	
.followus {
    position: fixed;
	width: 20px;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    bottom: 20px;
    right: 25px;
    -webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	vertical-align: 10%;
    letter-spacing: .1em;
}

#header.fixed .followus {bottom: 100px;}
.followus {display: none;}

@media screen and (min-width: 1160px) {

    .followus {display: inline-block;line-height: 23px;vertical-align: middle;}

    .followus figure {
	    position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-top: 10px;
        width: 20px;
    }

}

/* Firefox */
@-moz-document url-prefix() {
    .followus {
        line-height: 18px;
		right: 29px;
    }
}

/* C O N T E N T S
─────────────────────────────────────────*/	

#Contents {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#Main {
    width: 100%;
}

@media screen and (min-width: 1024px) {

    #Contents {
		width: 100%;
		padding: 0;
        margin: 0;
		position: relative;
		z-index: 0;
    }
	
	#Contents.wide {
		width: 100%;
		float: none;
	}
	
	#Main {
      width: 100%;
      height: 100%;
    }

}

/* F O O T E R
─────────────────────────────────────────*/	

#footer {
	width: 100%;
	height: auto;
	font-size: 12px;
	clear: both;
	position: relative;
	z-index: 1;
}

#footer .container {
    position: relative;
	z-index: 0;
}

#footer .container:before,
#footer .container:after{
    content: '';
	position: absolute;
	background-size: 240px 240px;
	width: 240px;
	height: 240px;
	z-index: 3;
}

/*
#footer .container:before {
	background-image: url("../images/share/bg-contact-r.svg");
	opacity: 0;
}

#footer .container:after {
	bottom: 0;
	right: -30px;
	background-image: url("../images/share/footer_back.svg");
	opacity: 1;
}
*/

.footer-top-wrapper {
    position: relative;
	z-index: 2;
}

.footer-top,
.footer-under {
    position: relative;
    height: auto;
    padding: 40px 4%;
}

.footer-top {z-index: 3;}
.footer-under {z-index: 3;}

address {
    text-align: center;
}

address p {
    position: relative;
	font-size: 13px;
	line-height: 1.4;
    padding: 0 0 5px 45px;
	letter-spacing: 0.1em;
}

address p span {
    position: absolute;
	margin-left: -40px;
}

.footer-top h3 {
    font-size: 11px;
	line-height: 1.6;
	margin-top: 10px;
	text-align: center;
}

.footer-top .footer-title {
	width: 300px;
	margin: 15px auto 20px;
    font-size: clamp(18px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.footer-top .footer-title img {
    margin: 0 auto;
    max-width: 140px;
    width: 100%;
}

.footer-title figcaption {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0;
    white-space: nowrap;
    font-weight: 400;
}

.footer-under {
	z-index: 3;
}

.footer__nav {
    padding: 0 0 40px 0;
}

.footer__nav li {
    display: block;
	margin: 0 0 20px;
}

.footer__nav li a {
    display: block;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.footer-contact {
    position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 1000;
	margin: 40px 0 0;
}

.footer-contact p{
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}

.footer-contact h4 {
    font-family: "League Spartan", sans-serif;
    display: block;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    margin: 0 0 10px;
	padding: 0;
    line-height: 1;
    text-align: center;
}

.footer-contact h4 img {
    width: 200px;
	text-align: right;
}

.footer-contact header,
.footer-contact .btnbox {
    display: inline-block;
	vertical-align: top;
}

.footer-contact header {
    width: 100%;
}

.footer-contact .btnbox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footer-contact .btnbox a {
    display: block;
    margin: 20px auto 0;
    padding: 0;
    width: 100px;
}

.followus-footer {
    padding-bottom: 25px;
}

.followus-footer figure {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    margin-right: 10px;
}

@media screen and (min-width: 1024px) {

    .followus-footer {display: none;}
    
    .footer-top .footer-title {
        width: 100%;
        margin: 15px auto 20px;
        font-size: clamp(18px, 2vw, 28px);
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
    }

    .footer__nav li a {
        display: block;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
	
	.footer-contact {
        position: absolute;
        top: 30%;
        right: 6%;
        width: 40%;
        font-size: 0;
        line-height: 0;
        margin: 0 0 0;
    }
	
	.footer-contact header {
        width: 70%;
    }
    
    .footer-contact h4 {
        text-align: right;
    }
	
    .footer-contact p{
        text-align: right;
        font-size: 13px;
        line-height: 1.4;
    }
	
	.footer-contact h4 img {
        width: 200px;
        text-align: right;
    }

    .footer-contact .btnbox {
        width: 30%;
        margin: -2% 0 0;
        padding: 0 0 0 5%;
    }

    .footer-contact .btnbox a {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100px;
    }
	
	.footer-contact .btnbox a:hover {
        width: 120px;
        margin: -10px 0 0 -10px;
    }

}

/* ========== ページトップ =========== */

#page-scroll {
  display: inline-block;
  position: fixed;
  width: 100%;
  max-width: 40px;
  padding: 0px;
  bottom: 20px;
  right: 18px;
  z-index: 10;
  text-align: center;
  background-color: rgba(255,255,255,0);
  transition:all .6s cubic-bezier(.19,1,.22,1);
  cursor: pointer;
}

#copyright {
    position: absolute;
	width: 100%;
	bottom: 20px;
    right: auto;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0.15em;
    text-align: center;
}

/*横向き対応*/
@media screen and (max-width:926px) and (orientation: landscape) {

  .is-mobile .footer__nav {
  }
   
}

@media screen and (min-width: 1024px) {

    #footer {
        width: 100%;
		height: 400px;
    }
	
	.footer-top {
        padding: 20px 10%;
    }
	
    .footer-under {
        padding: 20px 10%;
    }
	
	.footer-top {
        height: 300px;
    }

    .footer-under {
        height: 180px;
		padding-bottom: 0;
    }
	
	.footer-top h3 {
        font-size: 13px;
        line-height: 1.6;
        margin-top: 30px;
        text-align: left;
    }
	
	.footer-top .footer-title {
        margin: 3% 0 20px;
        text-align: center;
        max-width: 200px;
    }
	
	.footer__nav {
        padding: 0 0 0 0;
    }
	
	.footer__nav li {
        display: inline-block;
        vertical-align: top;
        margin-right: 25px;
    }
	
	address {text-align: left;}
	address p span {
	    left: 0;
		margin-left: 0;
    }
    
    #copyright {
        position: absolute;
        width: auto;
        bottom: 16%;
        right: 10%;
        font-weight: 400;
        font-size: 11px;
        letter-spacing: 0.15em;
    }

}


/* F O R M
─────────────────────────────────────────*/	

input, textarea, select {
	font-size: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

input[type=text], input[type=email], input[type=password],input[type=button] {
	width: 100%;
	padding: 15px 15px;
	border: solid 1px #AFAFAF;
	background-color: #fff;
	-webkit-appearance: none!important;
	border-radius: 5px;
	line-height: 1.6em;
	vertical-align:middle;
	position:relative; 
}

input[type="checkbox"],
input[type="radio"] { 
     vertical-align:middle;
	 position:relative;
	 border:none; 
     top:-2px;
     top:0\9;
     margin-right:2px; 
     margin-right: 0\9; 
}

select { 
	width: 62%;
	padding: 15px 15px;
	border: solid 1px #AFAFAF;
	background-color: #fff;
	-webkit-appearance: none!important;
	border-radius: 5px;
	line-height: 1.6em;
	vertical-align:middle;
	position:relative; 
}

textarea {
	width: 100%;
	border: solid 1px #AFAFAF;
	height: 184px;
	background-color: #fff;
	-webkit-appearance: none!important;
	border-radius: 3px;
	padding: 12px 12px;
}

textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus {
	outline: none;
	background-color: #EFFFFC;
}

input[type=reset], input[type=submit] {}
input[type=reset]:hover, input[type=submit]:hover {}

input.button_submit,
button.button_submit{
    display: block;
    background-color: #ff960b;
	width: 96%;
	max-width: 360px;
	height: 60px;
	padding: 0 80px 0 80px;
	margin: 0 auto;
	-webkit-appearance: none!important;
	border-radius: 60px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}

p#form_submit input.button_submit,
p#form_submit button.button_submit{
    display: inline-block;
    background-color: #ff960b;
	width: 96%;
	max-width: 360px;
}

p#backbutton input.button_submit,
p#backbutton button.button_submit{
    display: inline-block;
    background-color: #ff960b;
	width: 96%;
	max-width: 360px;
}

.doubleblock {text-align: center;}

.doubleblock input.button_submit,
.doubleblock button.button_submit{
    display: inline-block;
	width: 48%;
	max-width: 360px;
	height: 60px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 16px;
}

input.button_submit,
button.button_submit{
     background-image: url("../images/icon/icon-arrow.svg");
	 background-size: 30px 30px;
	 background-repeat: no-repeat;
	 background-position: 95% 50%;
	 transition:all .6s cubic-bezier(.19,1,.22,1);
}

input.button_submit:hover,
button.button_submit:hover{
    background-color: #FFC06C;
	color: #000;
	background-position: 95% 50%;
}

button.button_submit.backs {
	 background-image: url("../images/icon/icon-arrow-left.svg");
	 background-position: 5% 50%;
}

button.button_submit.backs:hover{
    background-color: #FFC06C;
	color: #000;
	background-position: 5% 50%;
}

input.mini {
    width: 120px!important;
}

div.submitter {
    margin-top: 10%;
}

.submitbox {
   text-align: center;
   margin: 5% auto 10%;
}

.submitbox input.button_submit {
   margin: 0 auto;
   text-align: center;
}

a.button_submit {
    display: block;
	text-align: center;
    background-color: #ff960b;
	width: 96%;
	max-width: 460px;
	padding: 20px 80px;
	margin: 0 auto;
	-webkit-appearance: none!important;
	border-radius: 60px;
	border: none;
	cursor: pointer;
	font-size: 24px;
	line-height: 1.4;
	color: #000;
}

a.button_submit.mini {
	width: 96%;
	background-color: #2c3766;
	max-width: 300px;
	padding: 12px 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

a.button_submit {
     background-image: url("../images/icon/icon-arrow.svg");
	 background-size: 30px 30px;
	 background-repeat: no-repeat;
	 background-position: 5% 50%;
	 transition:all .6s cubic-bezier(.19,1,.22,1);
}

a.button_submit.mini {
	 background-size: 30px 30px;
	 background-position: 5% 50%;
}

a.button_submit:hover {
    background-color: #FFC06C;
	color: #000;
	background-position: 95% 50%;
}

@media screen and (min-width: 1024px) {

    select { 
        width: 30%;
    }
	
	input.button_submit {
	    margin: 0;
	}

}

/* G O O G L E M A P / Y O U T U B E
─────────────────────────────────────────*/	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	margin-top:20px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

#Videoclips .videoWrapper {
	margin: 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------------------------*/
/*	ページナビ
/*-------------------------------------------*/

#pagebute-wrap {
    width: 100%;
	max-width: 1500px;
	margin: 60px auto;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: center;
}
	
#pagebute-wrap span,
#pagebute-wrap a {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.4em;
	padding: 20px 20px;
	margin: 5px;
	border: solid 1px #D8D8D8;
	border-radius: 5px;
}

#pagebute-wrap span.page-numbers.dots {
}

#pagebute-wrap a.page-numbers {
    color: #333333;
    text-decoration: none;
    background-color: #FFFFFF;
}

#pagebute-wrap a.prev {
	color: #333333;
	text-decoration: none;
	white-space: normal;
}
	
#pagebute-wrap a.next {
	color: #333333;
	text-decoration: none;
	white-space: normal;
}

#pagebute-wrap span.current,
#pagebute-wrap a:hover.page-numbers,
#pagebute-wrap a:hover.prev,
#pagebute-wrap a:hover.next {
    color: #FFFFFF;
	background-color:#DFFCFF;
	border: solid 1px #DFFCFF;
}

/* -- for JavaScript 縺薙％縺九ｉ -------------------------------------------------------------------------------- */


form#mail_form dl dt span {
	font-size: 11px;
	font-weight: 400;
	color: #CC0000;
	display: inline-block;
}

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional{
	display : none;
	float : left;
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	border-radius : 3px;
}

form#mail_form dl dt span.required{
	background : rgba( 255, 50, 50, 0 );
}

form#mail_form dl dt span.optional{
	background : rgba( 255, 255, 255, 0 );
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top: 7px;
	padding:0 0 0 20px;
}


span.loading{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

@-webkit-keyframes load-circle{
	0%{
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100%{
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle{
	0%{
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100%{
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

div#confirm_field{
	max-width : 1140px;
	width : 100%;
	margin : 0px auto;
	padding : 10px 0;
	background : #ffffff;
}

div#confirm_field{
	display : none;
}

div#confirm_field h2{
	width : 90%;
	margin : 0 auto;
	padding : 15px 0;
	font-size : 16px;
	text-align : center;
	line-height: 1.6em;
	font-weight: 400;
	color: #FF0000!important;
}

div#confirm_field dl{
	width : 94%;
	margin : 0 auto;
	overflow : hidden;
	border:none!important;
}

div#confirm_field dl dt:last-of-type,
div#confirm_field dl dd:last-of-type {border-bottom:1px solid #cccccc;}

div#confirm_field dl dt{
	clear : both;
	width : 30%;
	float : left;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	text-align : right;
	color: #1a1a1a!important;
}

div#confirm_field dl dd{
	width : 65%;
	float : right;
	border-top : 1px solid #cccccc;
	padding : 15px 0;
	color: #1a1a1a!important;
}

p#form_submit,
p#backbutton{
    margin: 20px auto;
    text-align: center;
}
