@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/
p{
    line-height: 180%;
    /*text-align: center;*/
}
h3 {
    color: #444;
    font-size: 110%;
    font-weight: bold;
    background: #fff;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    border-top: none;
    text-align: center;
}

.container {
    font-size: 105%;
}

.container_left{
	border-right: dotted 1px #cfcfcf;
}
.container_left,
.container_right{
	width: 490px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.container_left a,
.container_right a{
	color: #336699;
	text-decoration: none;
}
@media screen and (max-width:1000px) {
	.container_left{
		border-right: none;
	}
	.container_left,
	.container_right{
		width: 100%;
		padding: 20px;
	}
}

/*------------------------------画像・テキストカラム-------------------------------*/
.col_img{
    float: left;
    width: 80px;
}
.col_txt{
	position: relative;
    color: #444;
	margin-left: 100px;
}
.col_txt_title{
    color: #336699;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: dashed 1px #cfcfcf;
}
.col_txt_title>a{
    color: #336699;
    text-decoration: none;
}
.col_txt_detail>a{
    color: #444;
    text-decoration: none;
}
.col_txt_title>a:hover,
.col_txt_detail>a:hover{
	text-decoration: underline;
}

.col_2 {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3em;
   border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 1em 0; /* テキストが線にくっつかないよう余白を確保 */ 
}
.col_2_img {
    width: 27%;
    margin-right: 20px;
}
.col_2_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.col_2_txt {
    width: 71.2%;
}
h3.title{
    font-size: 1.3em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1.5em;
    padding: 0.3em 1em;
    color: #ffffff;
    background: linear-gradient(to right, #296197, #289a9c); 
}
h4.title {
    position: relative;
    padding-left: 15px;
    font-size: 1.2em;
}
h4.title:before {
    content: " ";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    background: linear-gradient(
    to bottom,
    #289a9c,    
    #296197 
  ); /* 縦グラデーション */
}
.special_pt{
    background-color: #dff0f0;
    padding: 1.5em;
    margin-bottom: 2em;
}
.special_pt ul{
    display: -ms-grid;
    display: grid;
    grid-gap: 1vw;
    gap: 1vw;
    -ms-grid-columns: (1fr) [ 3];
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin-bottom: 1em;
    margin-top: 0;
}    
 .special_pt ul li {
    /* width: 32%; */
    background-color: #fff;
    /* border: 2px #C01925 solid; */
     list-style: none;
     border: 1px solid #b4b4b5;
     border-radius: 0.8em;
    /*padding: 30px 20px;*/
}
.special_pt ul li .title{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    background: linear-gradient(to right, #296197, #289a9c);
    padding: 0.3em 0.5em;
    margin: 0;
    border-radius: 0.6em 0.6em 0 0;
}
.special_pt ul li .title span{
   font-size: 0.8em; 
}
.special_pt ul li img {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto 1em auto;
}
.special_pt ul li .desc {
    font-size: 1em;
    line-height: 1.3em;
}
.special_dt_inn{
    padding: 1em;
}


.special_pt.blue{
    background-color: #e0eef7;
    position: relative;
}
.special_pt.blue h3.title_blue{
    background: none;
    color: #296197;
    
}
.special_pt.blue p{
    font-size: 0.9em;
    line-height: 1.5em;
}
.char{
 position: absolute;
  top: -100px;     /* 上に飛び出す量 */
  left: 50%;                  /* 基準の中央に配置 */
  transform: translateX(-50%); /* 自身の幅の半分だけ戻す＝完全な中央寄せ */
  width: 25%;    /* お好みで調整 */
  pointer-events: none; /* クリック無効（必要なら） */
}

/*------------------------------TEXT05-------------------------------*/
.center_box{
    /*   border: solid 1px #cfcfcf;
    border-radius: 5px;*/
    background: #fff;
    /*margin: 0 20px 20px 20px;*/
    padding: 20px;
}
.center_box h4{
   margin-bottom: 0.3em;
}
.center_box p{
    font-size:0.83em;
    margin: 0.5em 0;
}
.center_box .center{
	text-align: center;
}
.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "▶";
    color: #c11920;
    top: 0px;
    left: 0;
    right: auto;
    line-height: 30px;
}
.center_box.color_beige{
	background: #f8f9e3;
}
.center_box.color_pink{
	background: #fbf7f4;
}
.pr_txt{
   text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}
@media screen and (max-width:1000px) {
	.center_box{
	    margin: 0 0 20px 0;
	    padding: 20px
	}
	.center_box img{
		width: 40%;
	}
    .pr_txt{
    font-size: 1.2em;
}
}

/*------------------------------メインビジュアル-------------------------------*/
.main_static{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.main_static.left{
	width: 680px;
}
.main_static .txt{
	color: #444;
}
    .main_static img{
        display: block;
        width: 100%;
    } 

.pc_hide {
    display: none !important;
}
.sp_hide {
    display: block !important;
}

@media screen and (max-width:1000px) {
	.main_static{
		margin: 85px 0 0 0;
		width: 100%;
	}
	.main_static .txt{
	    width: 100%;
	    font-size: 12px;
	    margin: 0;
	    padding: 20px;
	    background: #fff;
	}
    .pc_hide {
        display: block !important;
    }
    .sp_hide {
    display: none !important;
}
 
}

/*------------------------------ボタン-------------------------------*/
.bill,
.s_staff_new{
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.bill .btn>a,
.s_staff_new .btn>a{
	height: 45px;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 80px;
	border: solid 1px #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #cfcfcf;
}
.bill .btn>a span,
.s_staff_new .btn>a span{
	position: relative;
	padding-left: 25px;
}
.bill .btn>a span:before,
.s_staff_new .btn>a span:before{
	content: url(../../../img/common/ico_arrow_w.png);
	width: 20px;
	height: 20px;
	position: absolute;
    top: 2px;
    left: 0;
}
.bill .btn>a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #195824), color-stop(0.49, #117e2a), color-stop(0.00, #30ad25));
	background: -webkit-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -moz-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -o-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -ms-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: linear-gradient(to bottom, #30ad25 0%, #117e2a 49%, #195824 100%);
}
.bill .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #217d31), color-stop(0.49, #17ba3c), color-stop(0.00, #3bcc2e));
	background: -webkit-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -moz-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -o-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -ms-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: linear-gradient(to bottom, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
}
.s_staff_new .btn>a{
	font-style: italic;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa220), color-stop(0.49, #e0a138), color-stop(0.00, #ebe952));
	background: -webkit-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -moz-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -o-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: -ms-linear-gradient(top, #ebe952 0%, #e0a138 49%, #ffa220 100%);
	background: linear-gradient(to bottom, #ebe952 0%, #e0a138 49%, #ffa220 100%);
}
.s_staff_new .btn>a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffb54d), color-stop(0.49, #eac76c), color-stop(0.00, #fcf1a1));
	background: -webkit-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -moz-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -o-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: -ms-linear-gradient(top, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
	background: linear-gradient(to bottom, #fcf1a1 0%, #eac76c 49%, #ffb54d 100%);
}

.btn_box{
   text-align: center;
    margin: 1em auto;
    width: 40%;
}

.btn_red{
    text-decoration: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #c01920;
}

.order {
    text-align: center;
    margin-bottom: 4em;
}
.order.bt {
    margin-bottom: 10em;
}
.order a.btn {
    text-decoration: none;
    margin: 0 auto;
    display: block;
    color: #f15a24;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 10px;
    border: 2px solid #f15a24;
    border-radius: 10px;
    background-color: #fff;
}
.order .btn {
    width: 55%;
}
.order .btn:hover{
    opacity: 0.5;
}

.order02 {
    margin: 0 auto;
    width: 85%;
}
.order02 img {
    text-align: center;
    width: 100%;
    
}
@media screen and (max-width:1000px) {
	.bill,
	.s_staff_new{
		margin-top: 30px;
	}
	.bill .btn>a{
	    padding: 10px 15%;
	}
	.s_staff_new .btn>a{
		padding: 10px 5%;
	}
.btn_box{
    width: 100%;
}
    .btn_red{
    font-size: 14px;
}
    .order.bt {
    margin-bottom: 5em;
}
}
@media screen and (max-width: 767px) {
      .order.bt {
    margin-bottom: 1.5em;
}
}

/*------------------------------table01-------------------------------*/
.touroku{
	margin-bottom: 20px;
}
.touroku a{
	text-decoration: none;
	color: #336699;
}
.touroku a:hover{
	text-decoration: underline;
}
.touroku table{
	width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
.touroku table th,
.touroku table td.name{
    background: #EFE7E9;
	vertical-align: top;
	text-align: center;
	width: 80px;
}
.touroku table tr,
.touroku table th,
.touroku table td{
	padding: 10px;
    border: 1px solid #cfcfcf;
}
.touroku table td{
	background: #fff;
}
.touroku table td.name{
	background: #F8F4F5;
}
.touroku table td p.kenpo {
    margin: 5px 20px;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f2f2f2;
}
@media screen and (max-width: 1000px) {
	.touroku table tr,
	.touroku table th,
	.touroku table td,
	.touroku table td.name{
		display: block;
		width: 100%;
	}
	.touroku table th,
	.touroku table td{
		border: none;
		padding: 10px;
	}
	.touroku table th,
	.touroku table td.name{
		text-align: left;
	}
	.touroku table tr{
		padding: 0;
	}
	.touroku table tr+tr{
		border-top: none;
	}
	.touroku table td{
		padding-left: 20px;
	}
    .col_2_txt {
        width: 100%;
    }
    .col_2 {
    display: block;
    }
     .col_2_img {
    width: 100%;
    margin: 0 0 2em 0;
    }
 .special_pt ul{
     display: block;   
    }
    .special_pt ul li {
     margin-bottom: 1.5em;
        
}
    .order{
        margin-bottom: 3em;
    }
    .order .btn {
    width: 100%;
}
    .order a.btn {
        font-size: 0.95em;
        padding: 1.2em 0;
    }
    .order02{
        width: 100%;
    }
    .char {
    top: -120px;
    width: 35%;
}
   }
@media screen and (max-width: 767px) {
  .char {
    top: -50px;
    width: 35%;
}
}

/*------------------------------div05-------------------------------*/
.bt{
margin: 10px auto;
padding: 10px;
display: block;
}

.bt_img01{margin-right: 10px}
.bt_img02{margin-left: 10px}

.bt img{float: left}

.clr{clear: both;}

.img_center img{
margin: 0 auto 20px auto;
display: block;
/*max-width: 628px;*/
width: 100%;
}
p.small{
    font-size: 0.9em;
    text-align: right;
}
.bf_box{
    background: #F5E69D;
    margin-bottom: 2em;
}
.bf_box_inner{
    margin: 0 auto;
    text-align: center;
    padding: 3em 2em 2em 2em;
}

.bf_box_img{
    background: #fff;
    padding: 0.5em;
    border-radius: 10px;
    position: relative;
    margin-bottom: 2em;
}
.bf_box_img img{
    margin: 0;
    padding: 0;
}
.bf_box_inner .lavel{
    margin: 0 auto;
    background: #3E3A39;
    padding: 0.3em;
    border-radius: 10px;
    width: 20%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width:1000px) {
    .bf_box_inner .lavel{
      width: 35%;  
    } 
    .bf_box_img{
    padding: 0.8em;
    }
.img_center img{

width: 85%;
}
}
@media screen and (max-width:641px) {
    .bf_box_inner {
    margin: 0 auto;
    text-align: center;
    padding: 2em 0.8em 2em 0.8em;
}
    .bf_box_inner .lavel{
    width: 40%;
    font-size: 0.8em;    
    } 
}

/*------------------------------LINK-------------------------------*/
.link{
	list-style: none;
	margin: 0;
	padding: 0;
}
.link li{
	padding: 5px;
	margin-left: 20px;
}
.link li>a{
    position: relative;
    text-decoration: none;
    color: #336699;
    height: 18px;
    line-height: 18px;
}
.link li>a:hover{
	text-decoration: underline;
}
.link li>a:before{
    content: url(../../../img/common/ico_arrow.gif);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-left: 0;
    margin-top: -8px;
}
.link .align_left{
	text-align: left;
}
.link .align_right{
	text-align: right;
}
.link.border{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}
.col_3_link{
	margin: 0;
	padding: 0;
	list-style: none;
}
.col_3_link li{
	float: left;
	margin: 0 20px;
	padding: 5px;
}
.col_3_link  li>a{
	text-decoration: none;
	color: #336699;
}
.col_3_link  li>a:hover{
	text-decoration: underline;
}

/*------------------------------LI-01-------------------------------*/
.list_link_01{
	background: #fff;
    border: solid 1px #cfcfcf;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
    max-width: 980px;
}
.list_link_01 p{
	margin: 0;
}

.list_link_01>.link_btn{
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 0.9em;
    column-gap: 0.9em;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    grid-gap: 1vw;
    gap: 1vw;
}
.list_link_01>.link_btn li{
	list-style: none;
}
.list_link_01>.link li:last-child{
    margin-right: 0;
}
.list_link_01>.link_btn li a{
	width: 100%;
    display: block;
    color: #c01920;
    border: 2px solid #c01920;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
.list_link_01>.link_btn li a:hover{
    background-color: #de7b73;
    color: #ffffff;
    text-decoration: none;
}

.list_link_01>.link li a:before{
    content: url(../../../img/common/ico_link3.gif);
    position: absolute;
    background: none;
    width: 22px;
    height: 17px;
    top: 2px;
    left: 0;
}

@media screen and (max-width:1000px) {
	.list_link_01>.link li{
	    padding: 10px 5px;
	    margin-right: 5%;
	}
    
    .list_link_01>.link_btn{
        padding: 0 0.8em;
        grid-gap: 2vw;
        gap: 2vw;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 641px) {
    .list_link_01>.link_btn li a {
        font-size: 0.7em;
        padding: 0.7em;
    }
}

/*------------------------------注意事項-------------------------------*/

ul.notice{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}

ul.notice li{
    line-height: 180%;
}
