@charset "utf-8";

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

#header .sitename h1:before,
#header .sitename a:before {
    background: #fff;
    color: #000;
    content: "PR";
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 0 1rem;
    width: fit-content;
    margin: 155px auto 0px;
    height: auto;
    left: 36%;
}

/*lower_bottom*/
div#lower_bottom {
  max-width:100%;
  overflow: hidden;
  position: relative;
}
div#lower_bottom img.pc {
    max-width: 100%;
}
div#lower_bottom::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(25deg);
  transform: skewX(25deg);
}
div#lower_bottom:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

/* oki_20220729 */

.kanren {
    border: 1px solid #7a9cc2;
    padding: 20px 30px;
    margin: 50px auto;
    position: relative;
    box-sizing: border-box;
}
.midasi {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.kanren br {
    display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
    position: relative;
    overflow: hidden;
    height: 160px;
}
.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;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 5px auto;
    z-index: 2;
    padding: 3px 10px;
    background-color: #0d315a;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: "\7D9A\304D\3092\8AAD\3080";
}

.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: "\9589\3058\308B";
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }

}/*lower_end*/
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#header .sitename h1,
#header .sitename a {
    padding-top: 200px;
}
.map{
	text-align:center;
	}

.table-layout.temple th{
		width:25%;
	}
.wr01_table-scroll {
      width:100%;
      border-collapse: collapse;
}
.wr01_table-scroll table{
    width:100%;
}
.wr01_table-scroll thead th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-right:#FFF solid 1px;
      border-bottom:#FFF solid 1px;
}
.wr01_table-scroll thead th:last-child {
      border-right:#3EB1C6 solid 1px;
}
.wr01_table-scroll tbody th {
      background:#3EB1C6;
      color:#FFF;
      padding:10px 15px;
      border-bottom:#FFF solid 1px;
      vertical-align:top;
      width:15%;
}
.wr01_table-scroll tbody tr:last-child th {
      border-bottom:#3EB1C6 solid 1px;
}
.wr01_table-scroll tbody td {
      background:#FFF;
      padding:10px 15px;
      border-left:#3EB1C6 solid 1px;
      border-bottom:#3EB1C6 solid 1px;
      vertical-align:top;
}
#contents table tr th {
	 padding:10px;
}
.right_box {
    float: right;
    width: 55%;
    margin-right: 5px;
}

#contents .right_box ul {
    margin: 15px 0;
}
.left_box {
    float: left;
    width: 55%;
}
#contents .left_box ul {
    margin: 15px 0;
}
#index .left_box h4 {
    margin: 0;
	font-size: 17px;
padding: 10px 0 10px 45px;
}
#index .right_box h4 {
    margin: 0;
	font-size: 17px;
padding: 10px 0 10px 45px;
}
#index .box-head h3 {
    margin: 0;
    font-size: 18px;
    padding: 15px 0 15px;
    background: none;
    border-top: none;
    border-bottom: 2px solid #0d335b;
}
#index .box-body h4 {
font-size: 17px;
padding: 10px 0 10px 45px;
}

#contents .wr01_table-scroll .btn-web a {
    text-align: center;
    padding: 15px 40px 15px 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: url(img/linkbtn_arrow.png) no-repeat right 15px center #a40000;
	min-width: 30%;
    max-width: 160px;
}
#contents .wr01_table-scroll .btn-web a:hover {
        background: url(img/linkbtn_arrow.png) no-repeat right 15px center #1ead5e;
    }
body .inyou {
    font-size: 10px;
    word-wrap: break-word;
    line-height: 0px;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;
    color: #fff;
}

.wr01_table-scroll img {
    width: 100%;
	max-width:152px;
}
#contents .wr01_table-scroll table tr td,#contents .wr01_table-scroll table tr th{
		padding:15px;
	font-size: 16px;
	    font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#mv .mv-inner p {
    margin: 0 auto;
    max-width: 650px;
}
#mv .mv-inner {
    max-width: none;
}
#contents table tr td.ng {
    color: #3a97f7;
}
#contents table tr td.ok {
    color: #fd2727;
}
#contents table th.pc-th {
    width: 8%;
}
span.teraname {
    font-size: 22px;
}
.wr01_table-scroll td.ok img {
    width: 100%;
    max-width: 55px;
}
.wr01_table-scroll td.ng img {
    max-width: 55px;
    width: 100%;
}
span.catch {
    font-size: 12px;
}
#contents p span.bold {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fff 0%) repeat scroll 0 0;
    font-size: 14px;
}
#index p.type, #page p.type {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 8px 19px;
    color: #2c2c2f;
    border-top: solid 2px #7a9cc2;
    border-bottom: solid 2px #7a9cc2;
}
.data{
    padding: 0.5em 1em;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #0d315a;/*左線*/
    border-right: double 7px #0d315a;/*右線*/
}
.voice {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #f5f5f5;
}
.voice:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #f5f5f5;
    width: 0;
    height: 0;
}
.voice p {
    margin: 0; 
    padding: 0;
}
	
 .three-point{
	font-size: 11px;
}
	
 .type-point{
	 font-size: 17px;
	 font-weight: bold;
}
}

.example{
    padding: 10px;
    border: 1px solid #333;
    background: #f2f2f2;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#header .sitename h1:before,
#header .sitename a:before {
    margin-right: 5px;
}
.map{
	text-align:center;
}
.wr01_table-scroll{
    margin: 0px 0px 20px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
}
.wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;
    color: #fff;
}

.wr01_table-scroll tbody td p.btn-web {
    padding: 0;
}
#contents .btn-web a {
    display: -webkit-box;
    width: 90%;
}	

#index .box-head h3 {
    margin: 0;
    font-size: 18px;
    padding: 15px 0 15px;
    background: none;
    border-top: none;
    border-bottom: 2px solid #0d335b;
}
#contents p span.bold {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #fff 0%) repeat scroll 0 0;
    font-size: 16px;
}
	#contents table tr th, #contents table tr td{
		display:table-cell;
        word-break: break-all;
	}	

.wr01_table-scroll img {
    width:100%;
	max-width:152px;
}
.inyou {
	font-size:12px;
	word-wrap: break-word;
}
#contents table tr td.ng {
    color: #3a97f7;
}
#contents table tr td.ok {
    color: #fd2727;
}
#contents table th.pc-th {
    width: 8%;
}
span.teraname {
    font-size: 22px;
}
.wr01_table-scroll td.ok img {
    width: 100%;
    max-width: 55px;
}
.wr01_table-scroll td.ng img {
    max-width: 55px;
    width: 100%;
}
span.catch {
    font-size: 12px;
}
#index p.type, #page p.type{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 8px 19px;
    color: #2c2c2f;
    border-top: solid 2px #7a9cc2;
    border-bottom: solid 2px #7a9cc2;
}
.data{
    padding: 0.5em 1em;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #0d315a;/*左線*/
    border-right: double 7px #0d315a;/*右線*/
}
p.time_function {
    font-size: 12px;
}
 .three-point{
	font-size: 11px;
}
	
	
	
	
	
}