/*
Theme Name: child-pc
Template: project-pc
*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
li, ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
}
html, body {
  width: 100%;
  height: 100%;
}
img {
  display: block;
}

/* -----------------------------------------------------------
ヘッダー&フッター（COMMON）
----------------------------------------------------------- */
/* -- FLEX-- */
.common {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* --- COMMON ヘッダー、フッター --- */
.common {
  	margin: 20px auto 30px;
  	width: 1000px;
}
.common p, .common li {
  	line-height: 1.3;
}
.common .logo {
    padding-top: 10px;
  	width: 30%;
}
.common nav {
  	width: 70%;
  	text-align: right;
}
.common_ft {
	background: url(./images/common/ft_bg.png) no-repeat right 10px;
  	margin: 20px auto;
  	width: 1000px;
}
.common_ft .ft_logo {
    margin: 0 auto;
    padding-top: 30px;
  	width: 30%;
}
footer {
    background: #060C4A;
}
.common_ft .inner {
    color: #fff;
    font-size: 13px;
    padding-top: 50px;
}
.common_ft .top_btn {
    margin-top: 5px;
}
.common_ft .top_btn a {
    display: block;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 3.0em;
    position: relative;
    text-align: center;
	width: 240px;
}
.common_ft .btn01 a {
    border: 5px solid #fff;
	color: #fff;
}
.common_ft .btn01 a:hover {
	background: #fff;
	color: #060C4A;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.common_ft .btn02 a {
    border: 5px solid #00b900;
	color: #00b900;
}
.common_ft .btn02 a:hover {
	background: #00b900;
	color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.common_ft li {
    line-height: 1.5em;
}
.common_ft li::before {
    content: "■";
    margin-right: 5px;
}
.common_ft .box {
    text-align: center;
}
.common_ft .tel {
    font-size: 35px;
    line-height: 1.0em;
    margin-bottom: 5px;
}
.hd-top {
    border-top: none !important;
}

/* -----------------------------------------------------------
共通
----------------------------------------------------------- */
.top_btn {
    margin: 2rem 0 0;
}
.top_btn img {
    display: inline;
}
.top_btn a:after {
    font-family: FontAwesome;
    content: " \f054";
    position: absolute;
    right: 10px;
}

/* -----------------------------------------------------------
ブログ
----------------------------------------------------------- */
/* ---- トップページ（ブログ） ---- */
.top-blog {
	padding: 30px 0;
}
.top-blog h2 {
	font-size: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.top-blog .inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-blog .date {
  	width: 20%;
}
.top-blog .text {
  	width: 80%;
}
.top-blog .text a {
  	color: #333;
}
.top-blog .text a:hover {
  	color: #ed5925;
    text-decoration: underline;
}
/* ---- トップページ（新着情報） ---- */
.top-news {
	padding: 30px 0;
}
.top-news h2 {
	font-size: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
.top-news .inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-news .date {
  	width: 20%;
}
.top-news .text {
  	width: 80%;
}
.top-news .text a {
  	color: #333;
}
.top-news .text a:hover {
  	color: #ed5925;
    text-decoration: underline;
}

/* -----------------------------------------------------------
nav
----------------------------------------------------------- */
.g_menu {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.g_menu {
    margin-left: auto;
    width: 250px;
}
.g_menu li {
    line-height: 3.0em;
}
.g_menu a {
    color: #060C4A;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.g_menu a:hover {
    color: #A51C30;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.g_menu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #a12e29;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.g_menu a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* -----------------------------------------------------------
top_img
----------------------------------------------------------- */
.top_img {
	background: url(./images/slide/mv_01.jpg) no-repeat center 0;
    height: 550px;
}
.top_img .point01 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.5em;
    margin-bottom: 20px;
    padding-top: 250px;
}
.top_img .point01 span {
    background: #151515;
    padding: 20px;
}

/* -----------------------------------------------------------
Cont01
----------------------------------------------------------- */
.cont01 h2 {
    background: #1D3156;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding: 40px 0;
    text-align: center;
}
.cont01 .wrapper {
    padding: 40px 0;
    align-items: center;
}
.cont01 img {
	width: 500px;
}
.cont01 .box {
	width: 450px;
}
.cont01 .box h3 {
    color: #1D3156;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

/* -----------------------------------------------------------
Cont02
----------------------------------------------------------- */
.cont02 {
	background: #F7F7F7;
	padding: 70px 0;
}
.cont02 .wrapper {
	padding: 10px;
}
.cont02 h2 {
    color: #1D3156;
	text-align: center;
    margin-bottom: 70px;
}
.cont02 h2 span {
	font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    position: relative;
}
.cont02 h2 span::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 5px;
    left: 35%;
    background: #1D3156;
}
.cont02 .box {
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    width: 31%;
}
.cont02 .box .inner {
    padding: 20px 15px;
}
.cont02 .box h3 {
    color: #1D3156;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.cont02 .box p {
    font-size: 14px;
    margin: 0;
}

/* -----------------------------------------------------------
Cont03
----------------------------------------------------------- */
.cont03 {
	padding: 70px 0;
}
.cont03 .wrapper {
	padding: 10px;
}
.cont03 h2 {
    color: #1D3156;
	text-align: center;
    margin-bottom: 70px;
}
.cont03 h2 span {
	font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    position: relative;
}
.cont03 h2 span::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 5px;
    left: 35%;
    background: #1D3156;
}
.cont03 .box {
	background: #F7F7F7;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    margin: 0 auto 30px;
    padding: 20px 30px;
    width: 100%;
    align-items: center;
}
.cont03 img {
	width: 400px;
}
.cont03 .box .inner {
	width: 50%;
}
.cont03 .box h3 {
    color: #1D3156;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.cont03 .box p {
    margin: 0;
}

/* -----------------------------------------------------------
Cont04
----------------------------------------------------------- */
.cont04 h2 {
    background: #1D3156;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding: 40px 0;
    text-align: center;
}
.cont04 .wrapper {
    padding: 40px 0;
    align-items: center;
}

.b-none {
	background: none !important;
}
/* -----------------------------------------------------------
Cont05
----------------------------------------------------------- */
.cont05 {
	background: #F7F7F7;
    font-size: 14px;
	padding: 70px 0;
}
.cont05 .wrapper {
	padding: 10px;
}
.cont05 h2 {
    color: #1D3156;
	text-align: center;
    margin-bottom: 70px;
}
.cont05 h2 span {
	font-size: 28px;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    position: relative;
}
.cont05 h2 span::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 5px;
    left: 35%;
    background: #1D3156;
}
.cont05 .box {
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    width: 31%;
}
.cont05 .box .inner {
    padding: 20px 15px;
}
.cont05 .box h3 {
    color: #1D3156;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.cont05 .box p {
    margin: 0;
}
.cont05 a {
    color: #060C4A;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.cont05 a:hover {
    color: #A51C30;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.cont05 a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #a12e29;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.cont05 a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/* -----------------------------------------------------------
サイドバー
----------------------------------------------------------- */
.side_contact {
    border: #1f3c53 2px solid;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.side_contact h3 {
    border-bottom: #7b4442 1px solid;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.side_contact p {
    font-size: 10px;
    margin-bottom: 5px;
}
.side_contact .point01 {
    font-size: 18px;
    font-weight: 700;
}
.side_contact .inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.side_contact .side_btn01 a,
.side_contact .side_btn02 a {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.8em;
    text-align: center;
    position: relative;
}
.side_contact .side_btn01 a {
    border: 1px solid #8a3141;
    background: #8a3141;
}
.side_contact .side_btn02 a {
    border: 1px solid #00ba00;
    background: #00ba00;
}
.side_contact .side_btn01 a:hover {
	background: #fff;
	color: #8a3141;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.side_contact .side_btn02 a:hover {
	background: #fff;
	color: #00ba00;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.side_contact .side_btn01 a:after,
.side_contact .side_btn02 a:after {
    font-family: FontAwesome;
    content: " \f054";
    position: absolute;
    right: 10px;
}
.side_contact .point02 {
    margin: 10px 0;
}
.side_contact .point02 span {
    font-size: 11px;
    font-weight: 700;
    margin-left: 10px;
}


/* -----------------------------------------------------------
料金テーブル（スマホスクロール）
----------------------------------------------------------- */  
.scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.scroll-table tbody {
    width: 100%;
    display: table;
}
.scroll-table th, .scroll-table td {
    vertical-align: middle;
    font-size: 75%;
    padding: 10px
}
.scroll-table th {
    background: #f4f5f8;
    text-align: center;
}
.scroll-table td:last-child {
    text-align: right;
}
.scroll-table .fixed01 {
    position: sticky;
    left: 0;
    background: #f4f5f8;
}
@media screen and (max-width: 480px) { 
.scroll-table {
    position: relative;
}
.scroll-table table {
  overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/15px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/15px 100%;
  background-repeat: no-repeat;
}
.scroll-table tbody {
  background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%;
  background-repeat: no-repeat;
  background-attachment: local;
}
.scroll-table::before {
    content: "スクロールできます";
    display: block;
    text-align: right;
    padding-right: 30px;
    font-size: 80%;
    color: #666;
    margin-bottom: 10px;
}
.scroll-table::after {
	content: "";
    position: absolute;
    right: 10px;
    top: 5px;
	width: 15px;
	height: 4px;
	transform: skew(45deg);
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
}
.no-scroll-table table {
    white-space: nowrap;
}
.no-scroll-table table tbody {
    width: 100%;
    display: table;
}
.no-scroll-table th, .no-scroll-table td {
    vertical-align: middle;
    font-size: 75%;
}
.no-scroll-table th {
    background: #f4f5f8;
    text-align: center;
}
.no-scroll-table td:last-child {
    text-align: right;
}
.no-scroll-table .fixed01 {
    background: #f4f5f8;
}