@charset "utf-8";
/*===================
	PC
===================*/
/* page_links */
.page_links{
	padding-top: 35px;
}
.page_links li{
	margin-right: 10px;
}
.page_links li:last-child{
	margin-right: 0px;
}
.page_links li a {
    border: 1px solid #117b63;
    padding: 8px 5px;
    text-align: center;
    width: 240px;
    color: #117b63;
}
.page_links li a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../images/studytour/ankle.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    background-position: center;
}
.page_links ul.flex {
    /* margin: 0 auto; */
    justify-content: center;
}
/* about */
#about{
	padding-top: 70px;
}
#about .about_area{
	justify-content: space-between;
}
#about h2{
	text-align: left;
}
#about .about_txt h2::before {
    left: 0;
	-webkit-transform: none;
    transform: none;
}
#about .about_txt {
    /* float: left; */
    width: 52%;
}
#about dt {
    font-size: 18px;
    padding: 18px 0 10px;
}
#about .about_txt dl:first-of-type{
    margin-top: -18px;
}
#about .about_txt span{
    display: inline-block;
    font-size: 16px!important;
    margin-top: 0;
}
#about .about_txt h4 span{
    font-size: 18px!important;
    margin-top: 0;
}
#about .img_area {
    width: 44%;
    margin-left: 4%;
}
#about .img_area img {
    width: 100%;
    margin-bottom: 10px;
}
.study_link{
    margin-top: 10px;
}
.study_link a{
    display: inline-block;
    min-width: 260px;
    border: 1px solid #117b63;
    border-radius: 50px;
    padding: 10px 25px; 
    text-align: center;
    color: #117b63;
    font-weight: 500;
}
.study_link a::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/studytour/link.png) no-repeat;
    vertical-align: middle;
    margin-left: 10px;
    background-position: center;
}
/*親要素の最後に擬似要素を追加*/
#about .about_images ul::after {
	content: "";
	display: block;
	flex-basis: 32%;
}
.about_img_area img{
	height: 200px;
    object-fit: cover;
}
/* meeting */
#meeting{
	padding-top: 70px;
}
#meeting ul{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 45px;
}
#meeting ul li {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}
#meeting dt{
	padding-bottom: 5px;
}
#meeting dd{
	line-height: 1.4;
}
/* others */
#others{
	padding-top: 70px;
}
#others p {
    text-align: center;
}
#others .download{
    max-width: 1000px;
    margin: 50px auto 0;
}
#others .download > li{
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
#others .download > li:first-child{
    border-top: 1px solid #ccc;
}
.study_box{
    display: flex;
}
.study_box div:first-child{
    width: 65%;
    margin-right: 5%;
}
.study_box div:last-child{
    width: 30%;
}
.study_box div:last-child .video_img{
    display: block;
    position: relative;
    z-index: 1;
}
.study_box div:last-child .video_img::after{
    display: block;
    font-family:"Font Awesome 6 Free";
    content: "\f144";
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
.study_box h3{
    font-size: 18px;
}
#others .study_box p{
    text-align: left;
    padding: 8px 0;
}
#others .study_box span{
    font-size: 14px;
}
.study_box .databtn{
    margin-top: 15px;
    display: flex;
}
.study_box .databtn a{
    display: inline-block;
    background: #117b63;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    min-width: 270px;
}
.study_box .databtn a:first-child{
    margin-right: 10px;
}
.study_box .databtn a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/studytour/download.png) no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    background-position: center;
}
.study_box .databtn a:last-child::after{
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/studytour/video.png) no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    background-position: center;
}
/* contact */
#contact{
	padding-top: 70px;
	text-align: center;
	margin-bottom: 70px;
}
#contact .title h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/shochu/contact.png) no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    top: 3px;
    right: 107%;
}
#contact .title h3 {
    display: inline-block;
    position: relative;
}
#contact .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    background-color: #eee;
    padding: 10px 0 5px;
    letter-spacing: 0.05em;
}
#contact .txt {
    border: 4px solid #eee;
    margin-bottom: 35px;
    padding: 20px 0 25px;
}
#contact .txt p:first-child {
    font-size: 18px;
    font-weight: 500;
}
#contact .txt a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
#contact .txt a {
    font-size: 36px;
    font-weight: bold;
    color: #0d75ae;
}
#contact .txt p:last-child {
    font-weight: 400;
}
#contact .more_btn {
    width: 450px;
    line-height: 60px;
    border: 1px solid #0d75ae;
    background-color: #0d75ae;
    margin: auto;
}
.st_pamphlet{
    margin: 30px 0;
}
.st_pamphlet .pamphlet_area{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
        width: 100%;
    margin-left: auto;
}
.st_pamphlet .pamphlet_area img{
    display: block;
    width: 50%;
}
.st_pamphlet a{
    display: block;
    background: #117b63;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    max-width: 300px;
    margin: 15px auto 0;
}
/*===================
	SP
===================*/
@media only screen and (max-width: 1050px){
#contents {
    padding: 0px 20px;
}
.page_links ul.flex {
    /* margin: 0 auto; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_links li {
    margin-right: 0px;
    width: 49%;
}
.page_links li a {
	text-align: left;
    width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}
}
@media only screen and (max-width: 767px){
.page_links {
    padding-top: 40px;
}
.page_links li {
    width: 100%;
}
.page_links li a::before {
    width: 18px;
    height: 18px;
    background-size: 15px;
}
/* about */
#about {
    padding-top: 40px;
}
#about h2 {
    text-align: center;
}
#about .about_txt h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#about .about_area {
    flex-wrap: wrap;
    flex-direction: column;
}
#about .about_txt {
    /* float: left; */
    width: 100%;
}
#about .about_txt .footnote {
    font-size: 12px;
}
#about dt {
    font-size: 15px;
    padding-bottom: 5px;
}
#about .movie_area {
    width: 100%;
    margin-top: 40px;
}
#about .about_images {
    padding-top: 42px;
}
#about .about_images ul li {
        flex-basis: 48%;
    height: auto;
    margin-bottom: 20px;
}
.about_img_area img {
    height: 115px;
    /* object-fit: cover; */
}
#about .about_images ul li img.about_search {
    /* position: absolute; */
    width: 35px;
    height: 35px;
    padding: 8px;
top: -10px;
    right: -5px;
    /* z-index: 99; */
}
#meeting {
    padding-top: 60px;
}
#meeting ul {
    margin: 0 auto 25px;
}
#meeting ul li {
    /* border-bottom: 1px solid #ddd; */
    padding: 15px 5px;
}
#others {
    padding-top: 60px;
}
#contact {
    padding-top: 50px;
    margin-bottom: 60px;
}
#contact .more_btn {
    width: 100%;
    max-width: 260px;
    line-height: 40px;
}
#contact .title {
    font-size: 20px;
}
#contact .title h3::before {
    width: 30px;
    height: 30px;
    top: 1px;
    right: 105%;
}
#contact .txt {
    border: 4px solid #eee;
    margin-bottom: 30px;
    padding: 20px 0 25px;
}
#contact .txt p:first-child {
    font-size: 14px;
    /* font-weight: 500; */
}
#contact .txt a {
    font-size: 26px;
}
.study_link a{
    display: inline-block;
    min-width: 100%;
    border: 1px solid #117b63;
    border-radius: 50px;
    padding: 10px; 
    text-align: center;
    color: #117b63;
    font-weight: 500;
}
#about .img_area {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
}
.study_box{
    display: block;
}
.study_box div:first-child{
    width: 100%;
    margin-right: 0%;
}
.study_box div:last-child{
    margin-top: 10px;
    width: 100%;
}
.study_box .databtn{
    display: block;
    }
.study_box .databtn a{
    display: inline-block;
    background: #117b63;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    min-width: 100%;
}
.study_box .databtn a:first-child{
    margin-right: 0;
    margin-bottom: 10px;
}
.st_pamphlet .pamphlet_area{
    display: block;
    max-width: 800px;
    margin: 0 auto;
        width: 100%;
    margin-left: auto;
}
.st_pamphlet .pamphlet_area img{
    display: block;
    width: 100%;
}
}