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

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul,
ul,
li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
    cursor: pointer;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*loading*/

.lp-screen-text{
font-size: 1em!important;
}

/*--------------------------------------------------------------
Common:
----------------------------------------------------------------
*/

* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
	-moz-osx-font-smoothing:unset;
    font-size: 15px;
    line-height: 1.6;
    color: #252525;
    background-color: #f5f2ed;
	overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.clearfix{
clear: both;
}

a{
text-decoration: none;
}

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

/*header*/
.site-branding-container{
position: relative;
z-index: 10;
}
.site-branding{
position: fixed;
background-color: #fff;
width: 100%;
}
.fixed {
height: 100vh;
overflow: hidden;
}
.site-title{
padding: 10px;
}
.site-title a{
display: block;
line-height: 1;
}
.site-title svg{
width: 150px;
vertical-align: middle;
font-family: 'A1MinchoStd-Bold-83pv-RKSJ-H','A-OTF A1 Mincho Std','Noto Serif JP',serif;
font-size: 36px;
}
.site-title + p{
display: none;
}
.nav-mobile{
position: absolute;
top: 17px;
right: 15px;
display: block;
border: none;
background-color: transparent;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
cursor: pointer;
}
.nav-mobile span{
display: block;
width: 22px;
height: 2px;
background-color: #8f67ae;
}
.nav-mobile span:nth-child(1){
margin-top:0px;
}
.nav-mobile span:nth-child(2){
margin-top:5px;
}
.nav-mobile span:nth-child(3){
margin-top:-2px;
}
.nav-mobile span:nth-child(4){
margin-top:5px;
}

.open .nav-mobile span:nth-child(1){
opacity: 0;
}
.open .nav-mobile span:nth-child(2){
transform: rotate(45deg);
}
.open .nav-mobile span:nth-child(3){
transform: rotate(-45deg);
}
.open .nav-mobile span:nth-child(4){
opacity: 0;
}
.main-navigation{
display: none;
background-color: transparent;
}
.open .main-navigation{
height: calc(100vh - 60px);
overflow: scroll;
}
.main-menu{
position: relative;
}
.main-menu li{
border-bottom: #fff 1px solid;
background-color: #ddd7cc;
}
.main-menu li:first-child{
border-top: #fff 1px solid;
}
.main-menu li a{
display: block;
font-size: 15px;
padding: 15px;
color: #252525;
}
.main-menu li a span{
display: none;
}
.main-menu li.sp{
position: absolute;
display: block;
right: 0;
top:110px;
width: 70px;
height: 54px;
border: none;
background-color: transparent;
z-index: 100;
}
.menu-item-has-children{
position: relative;
display: block;
cursor: pointer;
width: 100%;
}
.menu-item-has-children a{
width: calc(100% - 100px);
}
.menu-item-has-children::after{
position: absolute;
content: "+";
top: 25px;
right: 20px;
display: block;
font-size: 24px;
color: #8f67ae;
line-height: 0;
}
.menu-item-has-children.open-menu::after{
transform: rotate(-45deg);
}
.sub-menu{
display: none;
}
.sub-menu li:last-child{
border-bottom: none;
}
.sub-menu li a::before{
content: "-";
padding-right: 0.5em;

}
/*contents*/
#site-content{
padding-top: 49px;
z-index: 1;
}


/*footer*/

.footer-nav-wrap{
background-color: #ddd7cc;
clear: both;
}
.footer-menu li a{
color: #252525;
}
.footer-menu li a::before{
content: "-";
padding-right: 0.5em;
}

.footer-menu li{
position: relative;
width: 50%;
float: left;
}
.footer-menu li a{
display: block;
padding: 10px 0;
}
.footer-menu li a::before{
content: "-";
padding-right: 0.5em;
}
.footer-menu li a:hover::before{
border-color: #8f67ae;
}
.footer-copyright{
display: block;
text-align: center;
font-size: 12px;
font-family:'A1MinchoStd-Bold-83pv-RKSJ-H', 'A-OTF A1 Mincho Std','Noto Serif JP', serif;
padding: 20px 0 94px;
}
.bottom-cta{
position: fixed;
bottom: -74px;
background-color: #563a7c;
width: 100%;
z-index: 10;
table-layout: fixed;
}
.bottom-cta.up-menu{
bottom: 0px;
}
.bottom-cta .section-inner{
padding: 0;
}
.bottom-cta .footer-tel,
.bottom-cta .footer-contact{
width: calc(50% - 20.5px);
float: left;
text-align: center;
padding: 10px;
}
.bottom-cta .footer-tel{
padding-top: 13px;
border-right: 1px #fff solid;
}
.bottom-cta .footer-contact{
padding: 11px 10px 7px;
}

.bottom-cta .footer-tel svg{
fill:#fff;
width: 25px;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
}

.bottom-cta .footer-tel a{
display: block;
color: #fff;
font-family: 'Roboto', sans-serif;
font-size: 20px;
line-height: 1;
font-weight: 600;
}
.bottom-cta .footer-contact svg{
fill:#fff;
width: 40px;
margin-top: -5px;
}
.bottom-cta .footer-contact a{
display: block;
}
.bottom-cta .footer-contact .tel-number{
display: block;
color: #fff;
margin-top: -10px;
font-size: 16px;
}


.page-top{
position: fixed;
bottom: 84px;
right: 10px;
width: 40px;
height: 40px;
background-color: #563a7c;
z-index: 9;
opacity: 0.8;
}
.page-top::after{
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom:#fff 2px solid;
border-right:#fff 2px solid;
top: 15px;
left: 11px;
}

.pc{
display: none;
}

.section-inner{
padding: 20px;
}
.anchor {
padding-top: 48px;
margin-top: -48px;
}
