@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
line-height: 1.6rem;
}
.img_center img {
    padding-bottom: 5px;
}

.sansho, .sansho a {
    font-size: 10px;
    color: #999999;
    word-break: break-all;
    text-decoration: none;
}
.sansho a:hover {
opacity: unset;
}
.l-footer-bottom__copy a:before {
    content: "【PR】";
}

.l-header-logo {
    display: flex;
    align-items: center;
}

.l-header-logo:before {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
    margin-right: 0.3rem;
    padding: 0 0.1rem;
    min-width: max-content;
}

p.time_function {
    font-size: 12px;
}
dt {
    font-weight: bold;
}
.sansho a {
    font-size: 10px;
    color: #999999;
    text-align: center;
    word-break: break-all;
    text-decoration: none;
	overflow-x: scroll;
    word-break: inherit;
    overflow-y: hidden;
    margin: 10px 0;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
    display: block;

}
.sansho a:hover {
opacity: unset;
	}
.sansho a::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.sansho a::-webkit-scrollbar {
    height: 5px;
}
.sansho a::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.l-contents-area table.toptable thead th,
.l-contents-area table.toptable tbody th,
.l-contents-area table.toptable td {
	font-weight: bold;
}
table.toptable {
    text-align: center;
    width: 88%;
    margin: 0 auto 100px;
	    border-top: unset;
}
.l-contents-area table.toptable td,
.l-contents-area table.toptable th {
    width: 18%;
}
table.toptable td.toptabletd1,
table.toptable th.toptableth1 {
    width: 22%;
}
.selection-box-title {
    text-align: center;
}


/*------2022.05.24-oki------*/

.kanren {
    border:1px solid #b9935a;
	background:#FFf;
	padding: 1.2rem;
	margin-top: 2rem;
    position: relative;
    box-sizing: border-box;
}
.midasi {
	font-size: 1.6rem;
	font-weight: 900;
	border-bottom: 1px solid #b9935a;
	padding-bottom: 0.3rem;
	color: #b9935a;
}
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 140px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #b9935a;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.l-main-area .official h4 span {
    background: transparent;
    color: #333;
}
.l-main-area .official h5 {
    border-left: none;
    padding: 0.1rem 0 0.1rem 1.2rem;
    font-size: 2rem;
    line-height: 1.4;
    color: #ff9188;
}
ul.column_record {
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 2px #b9935a;
    margin-bottom: 15px;
    background: #fff;
}
ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #b9935a;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
/*2022.11.10*/
.custom-table .custom-th .btn-web a {
    width: 150px;
    min-width: initial;
    max-width: initial;
	padding: 10px 42px;
	font-size:1.5rem;
}
.custom-table .custom-th .btn-web {
	margin:auto 0;
}
.custom-th{
	display: flex;
	flex-direction: column;
}
.custom-th p:not([class]) {
	min-height:76px;
	display: table-cell;
  vertical-align: middle;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
    /*/////////////PC用のCSSをここに作成してください。/////////////*/ /*/////////////必ず中括弧の中に作成してください。/////////////*/
	.l-header-logo {
		padding: 0 0 0 107px;
	} 
	.l-mv__text01 p {
        font-size: 3.4rem;
    }
	
	.lower-bottom p.caption {
    width: 60%;
}
	.selection-box {
    padding: 5rem 1.5rem 0.2rem;
}
	
.sp {
    display: none;
}	
    .l-main-area--low .lead {
        font-size: 1.8rem;
        color: #05a6f7;
        font-weight: bold;
    }

    .caption {
        font-size: 1.1rem;
        color: #2D2D2D;
    }

    .l-parts02-header p {
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
    }

    .l-contents-area p {
        margin: 1em auto;
        max-width: 100%;
    }

    .l-contents-area p.catch {
        font-weight: bold;
        color: #ff8c82;
        font-size: 1.9rem;
    }

    .instagram-photo:first-child {
        margin-left: 0rem;
        margin: 0 15px 20px 0;
    }

    .instagram-photo {
        margin-left: 0rem;
        width: calc((100% - -15px - 30px) / 2);
        margin: 0 0 20px 0;
    }

    .instagram {
        display: flex;
        flex-wrap: wrap;
    }

    .instagram .instagram-media.instagram-media-rendered {
        height: 400px;
    }
.wr06_table-row {
      width:100%;
      border-collapse: collapse;
}
.wr06_table-row table{
    width:100%;
}
.wr06_table-row thead th {
      color:#FFF;
      padding:10px 15px;
      border-right:#FFF solid 1px;
      border-bottom:#FFF solid 1px;
}
.wr06_table-row tbody th {
      color:#FFF;
      padding:10px 15px;
      border-bottom:#FFF solid 1px;
      vertical-align:top;
}
.wr06_table-row tbody td {
      background:#FFF;
      padding:10px 15px;
      vertical-align:top;
}
	.official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}
.official {
    padding: 20px 55px!important;
    background: #f5f5f559!important;
    border-radius: 30px 30px 30px 30px!important;
}
.official .partTtl:before{
display:none;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
         .heading {
             font-weight: bold!important;
             color: #b9935a;
         }

         ul.column_record {
             display: block;
             width: 90%;
             margin: auto;
             max-height: 300px;
             overflow-y: scroll;
             padding: 10px;
             border: solid 2px #b9935a;
             margin-bottom: 15px;
         }
         ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #b9935a;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;margin:0px;}

.mini{
	font-size:10px;
	text-align:right;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.pink-bold {
    color: #ff8d85;
    font-weight: bold;
    font-size: 1.2em;
}
/*20210705*/
.bottom_3sen{
	display:none !important;
	}
	
/*20210705 END*/	
/*20210902*/
p.emp {
    padding: 0.1rem 0 0.1rem 1.2rem;
    font-size: 2rem;
    line-height: 1.4;
    border-left: solid 1px #ff9188;
	margin-top: 60px;
}
/*20210902 END*/	
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/ /*/////////////必ず中括弧の中に作成してください。/////////////*/ 
	.l-footer-bottom__inner {
    width: 100%;
    display: block;
}
	.l-footer-bottom__copy {
		padding: unset;
	}
	.l-header-logo {
  padding: 0 18px 0 66px;
}
	
	.l-mv__text01 p {
        font-size: 6vw;
    }

    .l-main-area--low .lead {
        font-size: 1.8rem;
        color: #05a6f7;
        font-weight: bold;
    }

    .caption {
        font-size: 1.1rem;
        color: #2D2D2D;
    }

    .l-parts02-header p {
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
    }

    .l-contents-area p.catch {
        font-weight: bold;
        color: #ff8c82;
        font-size: 1.9rem;
    }

    .l-parts02-header p {
        font-size: 1.6rem;
    }

    .instagram-photo {
        margin-bottom: 2rem;
        /* height: auto; */
    }

    .instagram .instagram-media.instagram-media-rendered {
    height: 80vw;
}
.wr06_table-row table {
    width: 100%;
    border-top: none;
}
.wr06_table-row thead {
      display: none !important;
}
.wr06_table-row tbody th {
      display:block;
      color:#fff;
      font-weight: bold !important;
}
.wr06_table-row tbody td {
      display:block;
}
.wr06_table-row tbody td::before {
      content: attr(label);
      font-weight: bold;
      display: block;
      background: #f5f5f5;
      padding: 4px;
}
	.official{
  background: #f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}


}
.official .partTtl:before{
display:none!important;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}


	.fb-container {
		width: 500px!important;
	}
		 .heading {
             font-weight: bold!important;
             color: #b9935a;
         }
ul.column_record {
    display:block;
    width: 100%;
    margin:auto;
    max-height:300px;overflow-y: scroll;
    padding:10px;
    border: solid 2px #b9935a;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #b9935a;
    margin-bottom:10px; padding:0px 0px 5px 0px;
}

ul.column_record li::before {
    content:none;
}
ul.column_record li span.day {
    font-size:small;
    display:block;
    background:none;
    color:#000;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.pink-bold {
    color: #ff8d85;
    font-weight: bold;
    font-size: 1.2em;
}
/*20210705*/
.l-header-right {
	display: none !important;
	}
.bottom_3sen{
	display:flex;
	justify-content:space-between;
	font-size:11px;
	width: 100%;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 15;
	background:#fff;
}

.btn_box{
	display:flex;
	justify-content:center;
	margin-bottom:.5em;
}
.bottom_3sen_kuchikomi{
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:.5em 0;
}
.bottom_3sen_cname{
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background:#d8edf3;
}

.bottom_3sen_box{
	margin: 0;
	padding: 0;
	width:33%;
	border:1px solid;
}

.bottom_3sen .btn-web_new,
.bottom_3sen .btn-tel_new{
width:50%;
text-align:center;

}

.btn-web_new a {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:.7em;
	text-decoration:none;
}
.btn-web_new a:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.btn-web_new a:active {
	position:relative;
	top:1px;
}
.btn-tel_new a {
	box-shadow:inset 0px 1px 0px 0px #3dc21b;
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	background-color:#44c767;
	border-radius:3px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:.7em;
	text-decoration:none;
}
.btn-tel_new a :hover {
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	background-color:#5cbf2a;
}
.btn-tel_new a :active {
	position:relative;
	top:1px;
}
.is-fixed {
  display: none!important;
}/*20210705 END*/	
	
p.time_function {
    padding-left: 10px;
}	
/*20210902*/
p.emp {
    padding: 0.1rem 0 0.1rem 1.2rem;
    font-size: 2rem;
    line-height: 1.4;
    border-left: solid 1px #ff9188;
}
/*20210902 END*/		
.l-contents-area table.toptable tr {
    display: table-row;
}
.l-contents-area table.toptable thead th, .l-contents-area table.toptable tbody th, .l-contents-area table.toptable tbody td {
    display: table-cell;
}
.pc {
    display: none;
}	
.scroll {
    overflow-x: scroll;
	    margin-bottom: 70px;
}	

.scroll table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}	
.l-contents-area table.toptable th {
    font-size: 14px;
}	
table.toptable {
    margin: 0 auto;
}
p.scrolltext {
    text-align: center;
    font-weight: bold;
	font-size: 14px;
}	
.selection .scroll {
    margin-bottom: 48px;
}
	.selection-box {
    padding: 0rem 1rem 1rem;
}
	
	
	
	
	
}
