@charset "utf-8";

/*PCSP共通設定*/

@media screen and (max-width: 900.9px) {.w900 {display: none;}}


/*759px以下*/

@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }
  .spnone {
    display: none;
  }
  /* CSS */
  #dirPathBlock, #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 12px;
    margin: 0 1%;
  }
  h2 {
    width: auto;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 3rem 0 0 0;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
    padding: 1rem 0;
    display: block;
    font-size: 1rem;
  }
  u {
    text-decoration-color: red;
  }
  /*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  /*link*/
  #link {
    background: #0068b7;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: auto;
  }
  .link li {
    display: block;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;  
    width: 90%;
    border-radius: 10px;
    transition: 0.2s;
    margin: 0.75rem auto;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/	
	#dc h3{
		margin:0 auto;
	}	
  section#dc {
        background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }	
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 1rem;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
#dc p.dc_date {
    font-size: 1.2rem;
}	
  /*menu*/
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: contain;
  }
  .menu_box {
    width: 100%;
    margin: 2rem auto 5rem;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    text-align: center;
  }
  section#\menu .pop {
position: absolute;
    top: -6px;
    width: 70%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .menu_img {
    width: 95%;
    height: auto;
    margin: 1rem auto 0;
    object-fit: cover;
  }
	

	h4 img{
    width: 24%;
    height: auto;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #0068b7 url(../images/line.jpg?update=20250306) no-repeat left top / 20px 200px;
    min-height: 110px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0;
    text-align: left;
	  line-height: 1.25;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.7rem!important;
  font-weight: normal!important;
}		
  .menu_middle_txt {
    font-size: 1.1rem;
	     line-height: 2; 
  }
  .menu_txt {
        padding: 20px 20px 50px;
    text-align: left;
	line-height: 1.5; 
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
.sub_title_box{
	padding: 20px 20px 0;
    text-align: left;
	line-height: 1.5; 
	}
	
.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
}	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
    text-align: left;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 40px 20px;
  }
  .acChild_caution {
    background: #e9e9e9;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_caution_red {
    background: #fef2f3;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 5px 0 4px;
    text-align: center;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
p.naiyoutxt img {
    padding: 1rem 0;
}	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}	
	
  .acChild_box ul li.koumoku {
    color: #FFF;
    padding: 4px 10px 3px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
  }
  .acChild_box ul li.naiyou {
    margin: 1rem 0 4rem 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    margin: 1rem 0;
	display: flex;
    align-items: center;  
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 100%;
  }
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  .table-wrap {
    overflow-y: scroll;
  }
  .table-wrap::-webkit-scrollbar {
    display: none;
  }
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 0 0 10px;
    white-space: nowrap;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  p.tblectxt {
    font-size: 0.8rem;
    color: #e60012;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }		
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
  section#news, section#request {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    padding: 0 0 2rem 0; 
  }
  section#pamph {
    background: #FFF;
    padding: 0 0 4rem 0;   
  }
  .request_box {
    margin: 3rem auto 6rem;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .request_txt {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .request_txt span {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    width: fit-content;
  }
  .request_txt h5 {
    font-size: 34px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  
	
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }	

#pamph ul {
	width: 90%;
    margin:auto;
    justify-content: space-evenly;
}
	
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}		
	
 /* #pamph ul li {
    width: 75%;	
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    padding: 10px 0;
	margin: auto;
}
	
#pamph ul li p{
    font-size: 25px;
    margin: 0 auto 2rem;
}
#pamph ul li img {
	width: 75%;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
}		
#pamph a {
    display: inline-block;
    line-height: 0;
    transition: 0.3s ease-in-out;
    margin: 0 auto 1rem ;
	  
  }
*/
	#pamph ul li{
		font-size: 20px;
		font-weight: bold;
		color: #282828;
		padding: 10px 0;
}
	
	
#pamph img.pamph_img{
		width: 90%;
		margin: auto;
	    margin: 3rem auto 1rem;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

 /*Tripa*/
#news h3 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 4rem 0 0;
}	
#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    width: 90%;
}

#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}


/*760px以上*/

@media screen and (min-width: 760px) {
  /* CSS */
  main {
    color: #282828;
    font-size: 16px;
	  box-sizing : border-box;
  }

  #wrapper {
    line-height: 1.231;
  }
  #dirPathBlock, h1, .iframe_end-content_gadget, #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }
  /*panlist&back*/
  #dirPathBlock, #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
	
	
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
  h2 {
    width: auto;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
  .inner {
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
    padding: 5rem 0;
    display: block;
	  position: relative;
	z-index: 2;
  }
	
	
  u {
    text-decoration-color: red;
  }
  /*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #title {
    width: 100%;
    background: #FFF url(../images/main.jpg?update=20250306) no-repeat 50% 50%;
    background-size: cover;
    height: 550px;
  }
	
	
  /*link*/
  #link {
    background: #0068b7;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    width: 95%;
    max-width: 970px;
    margin: auto;
  }
  .link ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: auto;
  }
  .link li {
    display: block;
    width: 300px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: 0.2s;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/
	#dc h3{
		margin: 3rem auto 0;
	}	
  section#dc {
        background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }	
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 20px;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
	#dc p.dc_date{
		font-size: 25px;
        color: #3d3d3d;
        text-align: center;
        font-weight: bold;
	}	

  /*menu*/	
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: cover;
  }
  .menu_box {
    width: 100%;
    margin: 5rem auto;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
  }
  section#\menu .pop {
position: absolute;
    top: -25px;
    left: 20px;
    width: 35%;
    z-index: 2;
  }
  .menu_img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28%;
    border-radius: 20px;
  }

	h4 img{
    width: 17%;
    height: auto;
    padding-right: 5px;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 10px 240px 5px 20px;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: bold;
    background: #0068b7 url('../images/line.jpg?update=20250306') no-repeat left top / 20px 150px;
    height: 100px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0 0;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.8rem!important;
  font-weight: normal!important;
}	
  .menu_middle_txt {
    font-size: 1.2rem;
  }
  .menu_txt {
    padding: 20px 20px 80px;
    width: 63%;
	line-height: 1.5;
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
	.sub_title_box{
	padding: 20px 20px 0;
    width: 63%;
	line-height: 1.5;
	}
	.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
	}
	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1.1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 40px 20px;
  }
  .acChild_box ul, .acChild_caution ul, .acChild_caution_red ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px 0;
  }
  .acChild_caution {
    background: #e9e9e9;
  }
  .acChild_caution_red {
    background: #fef2f3;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 7px 20px 6px;
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}		
  .acChild_box ul li.koumoku {
    color: #FFF;
    padding: 4px 10px 3px;
    width: 11%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 15px 0 0;
    border-radius: 5px;
    font-weight: bold;
  }
  .acChild_box ul li.naiyou {
    width: 85%;
    margin: 4px 0 20px 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 90%;
    margin: 10px;
	display: flex;
    align-items: center;  
  }
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 10px 0;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }	
	
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
	
  section#news, section#request {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
	 padding: 0 0 5rem 0; 
  }
  section#pamph {
    background: #FFF;
  }
  .request_box {
    display: flex;
    width: 100%;
    margin: 5rem auto;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 400px;
    height: 300px;
	padding: 20px;  
  }
  .request_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 20px;
  }
  .request_txt span {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    width: fit-content;
  }
  .request_txt h5 {
    font-size: 35px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  
  
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }
	
#pamph ul li {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding: 10px 0;
    width: 25%;
}
#pamph ul li p{
	padding: 10px 0;
}
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}	
	
/*#pamph ul li img {
    width: 85%;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.18);
	transition: 0.3s ease-in-out;
	position:relative;
	top:0;
}	*/	
 /* #pamph a {
    display: inline-block;
    line-height: 0;
    transition: 0.3s ease-in-out;
    margin: 0 auto 1rem ;	  
  }
	
#pamph ul li:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
	top:-10px;
	transition:0.3s;
}
*/
#pamph ul {
    display: flex;
    max-width: 970px;
    margin: auto;
    justify-content: center;
    gap: 30px;
}	
	
#pamph img.pamph_img{
		width: 250px;
		margin: auto;
	    margin: 3rem auto;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 5px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
	
.bgimg_l {
    position: absolute;
    width: 100%;
    text-align: start;
}
.bgimg_l img {
    position: relative;
    bottom: 25rem;
    left: 0;
    z-index: 0;
    width: 35vw;
}	
.bgimg_r {
    position: absolute;
    width: 100%;
    text-align: end;
}
.bgimg_r img {
    position: relative;
    bottom: 25rem;
    right: 0;
    z-index: 0;
    width: 35vw;
}	
  /*Tripa*/
.newsbg{
		position: relative;
		z-index: 3;
}	
#news h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 7rem 0 3rem;
}	
#news div.newsinnner div img {
    width: 200px;
    height: 125px;
}	
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    display: flex;
    max-width: 970px;
}
  #news div.newsinnner div p {
    padding: 0 1rem 0 0;
	line-height: 0; 
  }
  #news div.newsinnner div p img {
    width: 200px;
    object-fit:cover;
    line-height: 0;
  }
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}