@charset "utf-8";



html {
	font-size: 46%;
}
@media screen and (min-width:544px) {
html {
	font-size: 51.5%;
}
}
@media screen and (min-width:768px) {
html {
	font-size: 57%;
}
}
@media screen and (min-width:992px) {
html {
	font-size: 62.5%;
}
}
body {
	font-family: "Noto Sans","Noto Sans Japanese","Noto Sans CJK JP", sans-serif;
	font-weight: 300;
	font-size: 17px;
	font-size: 1.7rem;
	line-height:1.7;
	text-align:justify;
	color: #16160e;
}
@media screen and (min-width:768px) {
body {
    letter-spacing: 0.01em;
}
}
body a {
	color: #16160e;
	text-decoration:none;
}
body a:hover {
	opacity: 0.7;
}
body img {
	width:100%;
	height:auto;
	vertical-align:middle;
}
body .text {
	line-height:1.85;
}
body .descript {
	line-height:1.25;
}
body .ind1 {
	padding-left:1em;
}
body .ind2 {
	padding-left:2em;
}
body .ind3 {
	padding-left:2em;
}
body .ind-1 {
	text-indent: -1em;
}
body .ind-2 {
	text-indent: -2em;
}
body .ind-3 {
	text-indent: -3em;
}
body .shorten1 {
    letter-spacing: -1px;
}
body .shorten2 {
    letter-spacing: -2px;
}
body .shorten5 {
    letter-spacing: -0.5px;
}
body #pagetop {
	position: fixed;
	bottom: 35px;
	right: 15px;
    width: 40px;
	z-index: 999;
}
@media screen and (min-width:768px) {
body #pagetop {
    width: 60px;
}
}



header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 12px 10px 9px 10px; 
	background: rgba(22,22,14,.0);
	z-index: 200;
}
header.black {
	background: rgba(255,255,255,0.9);
}
header #header_logo {
	float: right;
    color: #16160e;
    padding-bottom: 0.5rem;
    margin-right: 4.5%;
    text-align: right; 
}



footer {
	width: 100%;
	background-image: url(/images/bg002.png);
	color: #16160e;
	padding: 20px 0;
    border-top: solid 8px #C8B9A3;
}
footer .blocked-3 .footer_nav {
    margin-bottom: 1em;
}
footer .blocked-3 .footer_nav ol li {
    margin-bottom: 0.3em;
}
footer .blocked-2 img {
    max-width: 240px;
}
@media screen and (min-width:768px) {
footer .blocked-2 img {
    max-width: 304px;
}
}
footer .copyright {
	justify-content: center;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
}



/** パンくずリスト **/
#breadcrumbs {
	margin-top:10px;
	margin-bottom:30px;
}
.rcrumbs {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:300;
	line-height: 16px;
	white-space: nowrap;
}
.rcrumbs > ul {
	padding: 0;
	list-style: none;
}
.rcrumbs > ul > li {
	overflow: hidden;
	display: none;
}
.rcrumbs > ul > li.show {
	display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
.rcrumbs a {
	text-decoration: none;
	color:#81d4cb;
}
.rcrumbs .divider {
	color: #bbb;
	padding: 0 5px;
}



/** 共通 **/
h1 {
    font-size: 15px;
	font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
h2 {
    font-size: 42px;
	font-size: 4.2rem;
    font-weight: 600;
    color: #EA5506;
    line-height: 1.3;
}
@media screen and (min-width:544px) {
h2 {
    font-size: 65px;
	font-size: 6.5rem;
}
}
h3 {
    font-size: 23px;
	font-size: 2.3rem;
    font-weight: 500;
    color: #3a8dde;
}
h3:before {
    content: url(/images/base/blanc.png);
    vertical-align: -20px;
    margin-left: -6px;
}
h4 {
    width: 100%;
  	font-weight: 500;
	font-size: 34px;
	font-size: 3.4rem;
    color: #EA5506;
    border-bottom: dotted 3px #AC9675;
    margin-bottom: 0.4em;
    text-align: center;
    line-height:1.25;
    padding-bottom: 10px;
}



/** 共通設定（ページ上部画像） **/
.titlephoto_outer {
	position: relative;
}
.titlephoto_outer .titlephoto {
	overflow: hidden;
    height: 210px;
    position: relative;
}
@media screen and (min-width:544px) {
.titlephoto_outer .titlephoto {
    height: 320px;
}
}
@media screen and (min-width:768px) {
.titlephoto_outer .titlephoto {
    height: 470px;
}
}
@media screen and (min-width:992px) {
.titlephoto_outer .titlephoto {
    height: 600px;
}
}
.titlephoto_outer .copy {
	position: absolute;
    top: 20px;
    left: 10px;
	width: 46%;
}
@media screen and (min-width:544px) {
.titlephoto_outer .copy {
    top: 30px;
    left: 20px;
    font-size: 33px;
	font-size: 3.3rem;
}
}
@media screen and (min-width:768px) {
.titlephoto_outer .copy {
    top: 40px;
    left: 30px;
    font-size: 45px;
	font-size: 4.5rem;
}
}
@media screen and (min-width:992px) {
.titlephoto_outer .copy {
    top: 50px;
    left: 40px;
    font-size: 53px;
	font-size: 5.3rem;
}
}
.titlephoto_outer .copy img {
  max-width: 473px;
}


/** 共通設定（コンテンツタイトル） **/
.contentstitle {
    flex-flow: column wrap;
    justify-content: center;
	margin-bottom: 26px;
}
.contentstitle p:first-child {
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 1px;
    text-align: center;
}
.contentstitle p:first-child:after {
	content: "\A･･";
	white-space: pre ;
}
.contentstitle p {
    text-align: center;
	padding: 0px 1.5em;
}



/** トップページ **/
#home .concept_outer {
	width: 100%;
	background-image: url(/images/bg001.png);
    padding-top: 60px;
	padding-bottom: 70px;
    border-top: solid 25px #C8B9A3;
}
@media screen and (min-width:768px) {
#home .concept_outer {
    border-top: solid 45px #C8B9A3;
}
}
#home .concept_outer .catchcopy {
    margin-bottom: 1.5em;
    text-align: center;
    justify-content: center;
}
#home .concept .blocked-2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1em;
}
#home .concept .blocked-2 img {
    max-width: 240px;
}
@media screen and (min-width:768px) {
#home .concept .blocked-2 img {
    max-width: 304px;
}
}
#home .concept .blocked-3 p:first-child {
    font-size: 40px;
	font-size: 4.0rem;
    font-weight: 600;
    margin-bottom: 0.1em;
}



#home .service_outer {
    width: 100%;
    background: #fff;
    padding: 60px 0px;
    border-top: solid 8px #f8f8f8;
}
#home .service01 .blocked-0 {
    margin-bottom: 1em;
}
#home .service02 {
    align-items: stretch;
}
#home .service02 .blocked-1 {
    margin-bottom: 1.5em;
    background-image: url(/images/bg002.png);
    border-radius: 15px;
    padding: 2em;
}
#home .service02 .blocked-1 h4 i {
    font-size: 41px;
	font-size: 4.1rem;
    vertical-align: -0.2em;
    margin-right: 0.1em;
}
#home .service02 .blocked-1 ul {
    width: 100%;
}
#home .service02 .blocked-1 ul li {
    font-size: 28px;
	font-size: 2.8rem;
    margin-left: 13px;
}
#home .service02 .blocked-1 ul li.descript {
    font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.35;
    margin-top: 8px;
    margin-bottom: 10px;
}
#home .service02 .blocked-1 ul li span {
    font-size: 20px;
	font-size: 2.0rem;
}
#home .service02 .blocked-1 ul li.set {
    font-weight: 500;
    color: #EA5506;
    line-height: 1.1;
    margin-bottom: 8px;
}
#home .service02 .blocked-1 ul div {
    width: 100%;
    padding: 5px 10px;
    border: solid 3px #EA5506;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#home .service02 .blocked-1 ul div li {
    margin-left: 0px;
}



#home .access_outer {
    padding: 60px 0px;
    background-image: url(/images/bg001.png);
    border-top: solid 8px #f8f8f8;
    border-bottom: solid 8px #f8f8f8;
}
#home .access p:first-child {
    font-size: 24px;
	font-size: 2.4rem;
}
#home .access p:last-child {
    margin-bottom: 20px;
}
#home .access .blocked-2 .descript {
   margin-top: 0.5em;
}
#home .access .blocked-3 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: flex;
}
#home .access .blocked-3  iframe,
#home .access .blocked-3  object,
#home .access .blocked-3  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



#home .add_outer {
    padding: 60px 0px;
    background: #f8f8f8;
     font-size: 11px;
	font-size: 1.1rem;
 }
#home .add_outer .blocked-2 {
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
#home .add_outer .blocked-2 {
    margin-bottom: 0px;
}
}
@media screen and (min-width:768px) {
#home .add_outer .blocked-0 {
    margin-bottom: 10px;
}
}
