@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

#c-modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6);
}
#c-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 600px;
    height: 450px;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 10px 10px 10px 10px;
}
#c-modal_close {
    padding: 0px 0px 0px 5px;
    cursor: pointer;
    color: #fff;
}
#modal-p {
    padding: 0px 0px 0px 5px;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width: 480px) {
.details-card {
    display: none;
}
}

@media screen and (max-width: 480px) {
#c-modal_bg, #c-modal, #c-modal_close, #modal-p {
    display: none;
}
}
.st-list {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px!important;
    padding-left: 5px!important;
}
/*top・pglink*/
#S-link1 {
    padding-top: 140px;
    margin-top: -140px;
}
.page-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    font-size: 80%;
    z-index: 2;
}
.page-top a {
    background: rgba(54,48,44,1.00);
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 12px 0;
    text-align: center;
    display: block;
    border-radius: 30px;
}
.page-top a:hover {
    text-decoration: none;
    background: rgba(127,118,110,1.00);
}
/*------------------------------------------------*/

.st-mi {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: .4em .75em;
    background-color: #555555;
    border-radius: 6px;
    color: #fff;
	font-size: 22px !important;
}
.st-smi {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

@media screen and (max-width:480px) {
.st-menu {
    display: none;
}
}
.mbm {
    background-image: url("./../images/cl01-3.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 5px;
    height: 100vh;
}
.jumbotron {
    background-image: url("./../images/sp-h01.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    height: 350px;/*overflow:hidden!important;*/
}
.jumbotron2 {
    background-image: url("./../images/sp-h02.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    height: 350px;
}
body {
    font-family: "Rounded Mplus 1p", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    background-image: url("./../images/bk02.png");
	/*font-size: 16px !important;
	font-weight: 300 !important;
	min-height: 2000px;
	padding-top: 30px;
    */
	
}
.bt-mo {
    margin-bottom: 2vh;
}
.bg-style {
    background-color: #36302C;
    box-shadow: 0px 2px 4px black;
    -webkit-box-shadow: 0px 2px 4px black;/*background: url(../images/h01.jpg);
    background-repeat: repeat-x;*/
}
.btn-primary {
    color: #fff;
    background-color: #CFC59B!important;
    border-color: #E5DAAD!important;
}
.m01 {
    font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";/*font-size: 16px !important;
	font-weight: 300 !important;
	min-height: 2000px;
	padding-top: 30px;*/
    position: relative;
    color: #ffffff;
    background: #403D3C;
    line-height: 1;
    margin: 20px 0px 40px 0px;
    padding: 10px 5px 10px 20px;
    box-shadow: 2px 4px 5px 0px #d9dce0;
    border-top: 3px solid #7F766E;
    text-align: left;
    font-size: 22px !important;
}
.m01::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 30px rgba(158,141,129,1.00);
}
.m02 {
    font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";/*font-size: 16px !important;
	font-weight: 300 !important;
	min-height: 2000px;
	padding-top: 30px;*/
    position: relative;
    color: #ffffff;
    background: #403D3C;
    line-height: 1;
    margin: 0px 0px 40px 0px;
    padding: 10px 5px 10px 20px;
    box-shadow: 2px 4px 5px 0px #d9dce0;
    border-top: 3px solid #7F766E;
    text-align: left;
    font-size: 22px !important;
}
.m02::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 30px rgba(158,141,129,1.00);
}
.bk-01 {
    background: rgba(255,255,255,0.8);
}
.bk-02 {
    background: rgba(255,255,255,1.00);
}
.f-sl {
    height: 50px;
    background: #ffffff;
}
.nav-item {
    text-shadow: -1px -1px 0 rgba(0,0,0,0.69);
}
.card {
    border: none;
}

@media screen and (max-width: 480px) {
.alert .alert-ori {
    width: 98%;
}
}
.alert-ori {
    color: #383d41;
    background-color: #E9E7E9;/*border-color: #E7E6DA*/
}
.alert-ori2 {
    color: #383d41;
    background-color: #ECECEC;/*border-color: #E7E6DA*/
}
.py-4 {
    padding-top: 2rem!important;
    padding-bottom: 1.5rem!important;
}
.py-5 {
    padding-top: .5em!important;
    padding-bottom: 2rem!important;
}
/*.alert-ori2 {
    color: #383d41;
    background-color: #E9E7E9;
   border-color: #E7E6DA
}*/

/*footer--------------------------------------------------------------------------*/


.col_white_amrc {
    color: #ACACAC;
}
footer {
    max-width: 100%;
    /*background: url(../images/h01.jpg);*/
    background-color: #403D3C;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
    color: #ACACAC;
    overflow: hidden!important;
}
.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}
footer p {
    font-size: 13px;
    color: #ACACAC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.mb10 {
    padding-bottom: 15px;
}
.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
    color: #acacac;
}
.footer_ul_amrc li a:hover {
    color: #E5DAAD;
    text-decoration: none;
}
.if-link a {
    color: #acacac;
}
.if-link a:hover {
    color: #E5DAAD;
    text-decoration: none;
}
.fleft {
    float: left;
}
.padding-right {
    padding-right: 10px;
}
.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}
.footer_ul2_amrc li p {
    display: table;
}
.footer_ul2_amrc li a:hover {
    text-decoration: none;
}
.footer_ul2_amrc li i {
    margin-top: 5px;
}
.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li {
    display: inline;
}
.foote_bottom_ul_amrc li a {
    color: #ACACAC;
    margin: 0 12px;
}
.social_footer_ul {
    display: table;
    margin: 0 auto 0 auto;
    list-style-type: none;
}
.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}
.social_footer_ul li a {
    color: #ACACAC;
    border: 1px solid #CCC;
    padding: 8px;
    border-radius: 50%;
}
.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}
.my-small {
    font-size: 0.9em;
/*0.8倍の大きさに*/}
.link-f {
    padding-right: 5px;
}
.cl_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}
.cl_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}
.cl_ul li a {
    color: #ACACAC;
    border: none;
    padding: 8px;
    border-radius: 50%;
}
/*.ul_link {
	padding-top: 80px;
    margin-bottom: 20px;
}

@media screen and (max-width: 780px){
	.ul_link {
	padding-top: 0px;
    margin-bottom: 0px;
}	
}*/
/*top_end*/

/*cast-str*/
.our-team-main {
    width: 100%;
    height: auto;
    border-bottom: 5px #323233 solid;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin-bottom: 28px;
}
.our-team-main img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 90px;
}
.our-team-main h3 {
    font-size: 20px;
    font-weight: 700;
}
.our-team-main p {
    margin-bottom: 0;
}
.team-back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px 0 15px;
    text-align: left;
    background: #fff;
}
.team-front {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 15px;
    bottom: 0px;
    transition: all 0.5s ease;
}
.our-team-main:hover .team-front {
    bottom: -200px;
    transition: all 0.5s ease;
}
.our-team-main:hover {
    border-color: #777;
    transition: 0.5s;
}
section {
    padding: 1px 0;
}
.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}
.card-img img {
    width: 100%;
    height: auto;
    display: block;
}
.card-img span {
    position: absolute;
    top: 15%;
    left: 20%;
    background-color: hsla(0,0%,100%,0.62);
    padding: 6px;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}
.card-img span h4 {
    font-size: 14px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}
.card-desc {
    padding: 1.25rem;
    margin-bottom: 10px;
}
.card-desc .c-t01 {
    color: #000000;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}
.card-desc .c-t02 {
    color: #000000;
    font-weight: 0.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}
.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.btn-card {
    background-color: #403D3C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .3rem 1.2rem;
    font-size: .8rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: #867F7D;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}

/* End card section */

@media only screen and (max-width: 480px) {
.lg-sp img {
    width: 80%;
}
}
.tel {
    color: #fff;
}
.pg-txt {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.m-s01 {
	font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";
    position: relative;
    text-align: left;
	padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
    font-size: 22px !important;
}

.m-s02 {
	font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";
    position: relative;
    text-align: left;
padding: .25em 0 .25em .75em;
  border-left: 6px solid #ccc;
    font-size: 24px !important;
}

.c-n01{font-size: 20px !important;
}

.pg-img {
	position: relative;
    text-align:center;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.ca-sp {
	margin-bottom: 30px;
}
.telop {
	font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";
	position: relative;
	text-align: left;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: 30px !important;
}
.telop_text {
	font-family: "Rounded Mplus 1c", "Noto Sans Jp", "游ゴシック Medium", "游ゴシック体";
	position: relative;
	text-align: left;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
	font-size: 18px !important;
}