@charset "UTF-8";

/* kyoutu body
----------------------------------------- */
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
height: 100%;
font-size: 62.5%;
}
body {
margin: 0 auto;
padding: 0;

width: 100%;
height: 100%;

font-size: 1.8rem;/* 18px*/
-webkit-text-size-adjust: 100%;
font-family: verdana,"游ゴシック Medium",YuGothic,YuGothicM,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-style: normal;
color: #333333;
line-height: 2;
letter-spacing: 0.8pt;

background-color: #ffffff;
word-wrap: break-word;
overflow-wrap: break-word;
}
_:lang(x)::-ms-backdrop, .selector {
	font-family: verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



a {
text-decoration: none;
outline: none;
color: #538055;
}
a:hover {
color: #f56945;
text-decoration: underline;
-moz-transition: all 1s;
-webkit-transition: all 1s;
transition: all 1s;	
}

h1 {
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
}

h2 {
font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
line-height: 1.3;
}
ul, li {
list-style-type: none;
}
hr {
margin-bottom: 30px;
border: 1px solid #bfbfbf;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}

u {
text-decoration: none;
border-bottom: 3px double #e64b1e;
}

img {
border: none;
max-width: 100%;
height: auto;
}
section {
clear:both;
}
::selection {
background: #f5c53a;
color: #4d452e;
}
::-moz-selection {
background: #f5c53a;
color: #4d452e;
}
.inner {
width: 94%;
margin: 0 auto;
padding-bottom: 50px;
}
.innerS {
width: 60%;
margin: 0 auto;
padding-bottom: 80px;
}
.green {
color: #1ba135;
border-bottom-color: #1ba135;
}
.blue {
color: #29abe2;
border-bottom-color: #29abe2;
}
.brown {
color: #8c6239;	
border-bottom-color: #8c6239;	
}
.red {
color: #c1272d;
border-bottom-color: #c1272d;
}

/* header
----------------------------------------- */

#header {
margin-right: auto;
margin-left: auto;
padding: 0 0;
width: 100%;
z-index: 9999;
}
#header .headerWrap {
margin-right: auto;
margin-left: auto;
padding: 0 0;
}
#header h1 {
margin: 0;
display: inline-block;
vertical-align: middle;
}
#header h1 a {
margin: 0 0;
padding: 0 0;
display: block;
color: #B3B3B3;
}
#header h1 a:hover {
color: #333333;
text-decoration: none;
-moz-transition:color linear .5s;
-webkit-transition:color linear .5s;
transition:color linear .5s;	
}

/* fontCgange
-------------------------------*/
#fontChange {
text-align: right;
}

.fontSize {
padding-top: 0.2em;
padding-bottom: 0.2em;
line-height: 2;
background: -moz-linear-gradient(left, rgba(255,214,152,1) 0%, rgba(255,153,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,214,152,1) 0%,rgba(255,153,0,1) 100%);
background: linear-gradient(to right, rgba(255,214,152,1) 0%,rgba(255,153,0,1) 100%);
}

#fontChange .changeBtn {
display: inline-block;
border: 2px solid #ffffff;
border-radius: 10px;
text-align: center;
font-weight: bold;
cursor: pointer;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#fontChange .changeBtn:hover {
background: #fff39a;
}
#fontChange .changeBtn.active {
background: #ffffff;
}
#fontL {
width: 65px;
}
#fontM {
margin: 0 5px 0 5px;
width: 50px;
}
#fontS {
width: 35px;
}


/* primaryNavi
-------------------------------*/
.primaryNav .tel {
color: #538055;
}


/* global Navi
-------------------------------*/
#gnav #nav > li {
position: relative;
overflow: hidden;
}
#gnav #nav > li::after {
content: '';
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
bottom: -20px;
right: -20px;
transform: rotate(-45deg);
z-index: 10;
background: #ffffff;
}
#gnav li:hover {
background: rgba(255,152,0,0.2);
-webkit-transition: all .5s;
transition: all .5s;
}


/* main
----------------------------------------- */
#main {
clear: both;
margin-right: auto;
margin-left: auto;
}

#Alert {
width: 100%;
display: block;
}



/* slider
----------------------------------------- */
.bx-wrapper {
position: relative;
clear: both;
}

.bx-controls {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}

.bx-prev, 
.bx-next {
width: 60px;
height: 100%;
display: block;
position: absolute;
top: 0;
color: rgba(255,255,255,0.8);
font-size: 3rem;
text-align: center;
z-index: 99;
}
.bx-prev {
right: 0;
}
.bx-next {
left: 0;
}
.bx-prev:hover, 
.bx-next:hover {
color: rgba(255,255,255,0.8);
background: rgba(255,255,255,0.8);
}
.bx-next span, 
.bx-prev span {
display: none;
}
.bx-prev::before {
font-family: "Font Awesome 5 Free";
content: '\f105';
position: absolute;
top: 45%;
right: 20%;
font-weight: 900;
}
.bx-next::before {
font-family: "Font Awesome 5 Free";
content: '\f104';
position: absolute;
top: 45%;
left: 30%;
font-weight: 900;
}


/* footer
----------------------------------------- */
#footer {
margin: 0;
padding: 0;
clear: both;
width: 100%;
text-align: center;
}
#footer .footerWrap {
clear: both;
width: 100%;
display: inline-block;
background: url(/theme/advision_design01/img/bk_footer.png) no-repeat 50% 50%;
background-size: cover;
}
#footer address {
margin-top: 1em;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
padding-top: 	5em;
padding-bottom: 5em;
background: rgba(255,255,255,0.7);
text-align: center;
}
#footer address img {
margin-bottom: 0.5em;
}

#footer .copyright {
padding: 1em;
width: 100%;
display: block;
background: rgba(139,214,143,0.7);
color: #274532;
}

#footer .primaryNavFoot {
padding: 1em;
font-weight: bold;
}

#footer .primaryNavFoot span {
line-height: 1;
color: #ff9900;
}
#footer .primaryNavFoot a:hover {
text-decoration: none;
}





/* pageTop
----------------------------------------- */
#pageTop {
position: fixed;
bottom: 20px;
right: 20px;
text-align: center;	
}
#pageTop a {
display: block;
z-index: 999;
width: 54px;
height: 54px;
line-height: 54px;
background: rgba(255,255,255,0.6);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
#pageTop a:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}
#pageTop span {
display: inline-block;
margin: 0 auto 0 auto;
font-size: 1.3rem;
color: #333333;
}
#pageTop .fas {
-moz-text-shadow: 2px 2px 0 #cccccc;	
-webkit-text-shadow: 2px 2px 0 #cccccc;	
text-shadow: 2px 2px 0 #cccccc;	
}
