@charset "utf-8";
/* トップページ */
.font-mon{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.font-qui{
	font-family: "Quicksand";
	font-weight: 200;
}


.line_b {
    border-bottom: 1px solid #9fa0a0;
}
.txt_grn {
    color: #aec555;
}
.logo_l {
    background: url("../images/img_yamaguchi_cl_01.png") no-repeat top left;
    background-size: 35px auto;
    padding-left: 50px;
    display: inline-block;
	    min-height: 50px;
}
.tbl_a th, .tbl_a td {
    padding: 10px;
}
.tbl_a th {
    color: #f3b2c1;
    font-weight: normal;
}
.tbl_news {
	max-width: 700px;
}
.btn_news {
    display: flex;
}
.btn_news a {
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-top: auto;
}
.btn_news a::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 4px );
    right: 15px;
    content: "";
}
.bg, .bg__b {
    position: relative;
}
.bg::before {
    position: absolute;
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    width: 409px;
    height: 557px;
    content: "";
    left: 0;
    top: 10%;
    z-index: 0;
}
.bg::after {
    position: absolute;
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    width: 409px;
    height: 557px;
    content: "";
    right: 0;
    top: calc( 50% - 278.5px );
    z-index: 0;
}
.bg__b::before {
    position: absolute;
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    width: 409px;
    height: 557px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 0;
}
.bg > div {
    position: relative;
    z-index: 1;
}
.txt_tate {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.relative {
    position: relative;
}
.ttl_rinen {
    content: '';
    border: 1px solid #444;
    padding: 35px 15px;
    position: absolute;
    top: 0;
    left: 35px;
    background: #fff;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.pic_cir {
    border-radius: 10px;
}
.pic_shadow {
    box-shadow: 0 0 10px #ccc;
}
.txt_red {
    color: #B10002;
}
.txt_s_pc {
    font-size: 1.6rem;
}
.bg__grad {
    background: -moz-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: -webkit-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: linear-gradient(to bottom right, #f4f3e3, #fcf0f1);
}
a.box {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    height: 100%;
}
a.box:hover {
    background: #ffedf6;
}

a.box_2 {
	border: 1px solid #aec555;
    color: #aec555;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}
a.box_2:hover {
    background: #ffedf6;
}

.td_cc{
	text-align:center;
	vertical-align:middle;	
}
.td_lc{
	text-align: left;
	vertical-align: middle;		
}

.txt_-1{
	text-indent:1em;
}



.icon__ser {
    display: inline-block;
    margin-top: -30px;
    vertical-align: middle;
    padding-right: 12px;
}
.pt10 {
    padding-top: 10px !important;
}

.ronbun{
	line-height: 1.5;
	margin-top: 20px;
}

.ronbun li{
	margin-left: 10px;
	list-style: square;
}
.info{
	font-size: 0.85em;
	line-height:1.2em;
	padding-top: 6px;
	color: #A10E10;
}


.title{
	font-weight: bold;
	margin-bottom: 5px;
}


@media screen and (max-width: 768px) {
.ttl_rinen {
    padding: 15px 5px;
    left: inherit;
    right: 10px;
}
.txt_tate p {
    line-height: 1.4;
}
.icon__ser {
    margin-top: -8px;
    padding-right: 5px;
    width: 45px;
vertical-align: bottom;
}
a.box p {
    line-height: 1.4;
}
.btn_news a {
    width: auto;
    padding: 10px 35px 10px 10px;
}
.btn_news {
    display: block;
}
.bg::before {
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    background-size: 100% auto;
    width: 45%;
    top: 1%;
}
.bg::after {
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    background-size: 100% auto;
    width: 45%;
    top: 40%;
}
.bg__b::before {
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat bottom left;
    background-size: 100% auto;
    width: 45%;
    bottom: 2%;
}
.bg__grad .flex-container.col3 > div {
    margin-bottom: 7%;
}
}
/* 下層ページ */
.link_pink a {
    color: #e7869c;
}

.tbl_b {
    border: 2px solid #444;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tbl_b th, .tbl_b td {
    border: 1px solid #444;
    padding: 10px 30px;
}
.tbl_b th {
    background: #ffedf6;
    text-align: center;
}
.tbl_b tr:nth-child(odd) {
    background: #f8fff7;
}
.tbl_b tr td:last-child {
    text-align: right;
}
#mv{
	position: relative;
}
#mv h2{
	position: absolute;
	width: 100%;
	padding: 10px 5%;
	bottom: 5%;
	    background: -moz-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: -webkit-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: linear-gradient(to bottom right, #f4f3e3, #fcf0f1);
	opacity: 0.9;
}
@media screen and (max-width: 768px) {
	#mv h2{
		position: inherit;
	}
.tbl_b {
    width: 100%;
	min-width: 500px;
}
.tbl_b th, .tbl_b td {
    padding: 5px 10px;
}
.tbl_wrap{
    overflow-x: scroll;
}
}
/* Footer */
footer {
    position: relative;
}
footer::before {
    position: absolute;
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    width: 409px;
    height: 557px;
    content: "";
    left: 0;
    top: calc( 50% - 278.5px );
    z-index: 0;
}
footer > div {
    position: relative;
    z-index: 1;
}
.ttl__box__grn {
    border: 1px solid #aec555;
    color: #aec555;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: bold;
}
footer .list li {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
footer .list li::before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 4px );
    left: 0;
    content: "";
}
.tbl_c td {
    padding: 10px;
    border-bottom: 1px solid #aec555
}
.tbl_c {
    border-top: 1px solid #aec555;
    width: 100%;
}
address {
    background: -moz-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: -webkit-linear-gradient(top left, #f4f3e3, #fcf0f1);
    background: linear-gradient(to bottom right, #f4f3e3, #fcf0f1);
    padding: 3%;
    text-align: center;
    font-size: 1.4rem;
}
#page_top {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 9999;
}
#web_rsv {
    position: fixed;
    bottom: 5%;
    left: 0%;
    z-index: 9999;
}	



@media screen and (max-width: 768px) {
footer::before {
    background: url("../images/img_yamaguchi_cl_02.png") no-repeat;
    background-size: 100% auto;
    width: 45%;
    top: 5%;
}
.ttl__box__grn {
    margin-top: 30px;
    margin-bottom: 10px;
}
iframe {
    max-height: 300px;
}
.tbl_c td {
    padding: 5px;
}
#page_top {
    bottom: 2%;
    right: 2%;
    max-width: 17%;
}
#web_rsv {
    bottom: 2%;
    left: 0%;
    max-width: 20%;
}	
.fot_nav {
    width: 80% !important;
    margin: 30px 10% 0 10%;
}
address {
    font-size: 1.2rem;
}
}
/* header */
header nav {
    width: 100%;
    height: 65px;
    position: relative;
}
.drawer {
    display: flex;
    flex-direction: row;
    align-items: center ;  /*center*/
    justify-content: flex-end;
    position: relative;
}
.navbar_toggle {
    z-index: 9999;
}
.navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #5c6b80;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    z-index: 1000;
    position: relative;
}
.menu ul li {
    padding: 2em;
    border-bottom: 1px solid #CCC;
}
/*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(246,197,208,0.70);
    width: 70%;
    margin-left: 31%;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
header {
    padding: 1% 0 0 1%;
}
.navbar_toggle.main .tab_close {
    display: none;
}
.navbar_toggle.main .tab_menu {
    display: block;
}
.navbar_toggle.main.open .tab_menu {
    display: none;
}
.navbar_toggle.main.open .tab_close {
    display: block;
}

@media screen and (max-width: 768px) {
header {
    padding: 0 1%;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 99999;
}
	main{
		margin-top: 50px;
	}
header h1 {
    padding-bottom: 5px;
	display: none;
}
.menu ul li {
    padding: 1.5em 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #fff;
    margin-left: 18%;
    font-size: 1.6rem;
}
.drawer img {
    max-height: 43px;
}
.drawer > a.navbar_brand {
    width: 50%; /*57%*/
    box-sizing: border-box;
    padding: 10px;
}
.navbar_toggle.sub {
    padding: 2em 1em;
}
.drawer {
    align-items: flex-start;
    height: 50px;
	    justify-content: space-between;
}
header nav {
    height: 50px;
}
.navbar_brand img {
    max-height: 33px;/*25px*/
}
}

@media screen and (min-width: 769px) {
header nav {
    display: flex;
    flex-direction: row;
    height: 75px;
    justify-content: space-between;
}
.navbar_toggle {
    display: none;
}
.menu {
    width: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu ul {
    height: 75px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu ul li {
    padding: 0 10px;
    border-bottom: none;
}
.menu ul li.pc img {
    height: 75px;
}
.drawer {
    width: 290px;
}
header {
    padding: 2% 0 0 2%;
}
}

/* slide */
#slideL {
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: -560px;
    width: 600px;
    height: 300px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: rgba(255,255,255,0.90)
}
#slideL .slide-inner {
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    height: 300px;
    width: 100%;
    justify-content: space-between;
}
#slideL .slide-inner .txt_tate {
    background: #c1d968;
    padding: 10px;
    height: 100%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	  display: flex;
  justify-content: center;
  align-items: center;
}
#slideL .slide-inner .schedule{
	width: 100%;
    box-sizing: border-box;
    padding: 0 4% 0 8%;
}
main{
	position: relative;
}
@media screen and (max-width: 768px) {
#slideL .slide-inner .txt_tate{
	width: 10%;
}
#slideL{
    margin-left: 0px;
    width: 100%;
    left: -90%;
    top: 10px;
    height: 150px;
}
}
