@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*********************************************
/*
/* 5代目東海汽船マスコットガール連載企画CSS
/*
/********************************************/

.subpage-topimage-section {
  position: relative;
  height: 600px;
  width: auto;
  background-color: #f9d36e;
/*  background: url('../../img/topics/hozumin/main_img01.png') center 30% no-repeat; */
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
}

.subpage-logo_screen {
    padding-top: 40px;
}

.subpage-slogan {
  font-size: 50px;
  padding-top: 230px;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

.subpage-sub-slogan {
  font-size: 25px;
  padding-top: 40px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

p {
	letter-spacing: 0.2rem;
}

.radius {
	border-radius: 10px;
}

/** 囲み枠装飾 **/
.box_sp {
    position: relative;
    margin: 2em 0;
    padding: 30px 15px 15px;
    border: solid 1px #6d7327;
}
.box_sp .box-title {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #6d7327;
    color: #ffffff;
    font-weight: bold;
}
.box_sp p {
    margin: 0; 
    padding: 0;
}
/** 囲み枠装飾 **/

/** タブレット時 **/
@media screen and (max-width: 960px) {
    .subpage-topimage-section {
        height: 400px;
    }
}

/** スマートフォン時 **/
@media screen and (max-width: 767px) {
    .subpage-topimage-section {
        height: 350px;
    }
    
    .subpage-logo_screen {
        padding-top: 80px;
    }
}

.slider{
    margin: 0px 0px 20px 0px;
/*    margin: 20px auto; */
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* 本文 */
p.normal {
	letter-spacing: 0.2rem;
	text-align: justify; /* テキスト両端揃え */
}

/* 見出し */
h1.main_title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}

h2.main_title {
  text-align: left;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.8rem;
  line-height: 4.5rem;
}

h2.sub_title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

h3.sub_title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

h3.sub_title_lft {
  text-align: left;
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 415px) {
	h1.main_title {
	  text-align: center;
	  font-size: 2.5rem;
	  margin-top: 30px;
	  margin-bottom: 30px;
	  letter-spacing: 0.1rem;
	}
	
	h2.main_title {
	  font-size: 2.5rem;
	  letter-spacing: 0.8rem;
	  line-height: 4.0rem;
	}

	h2.sub_title {
	  text-align: center;
	  font-size: 2.2rem;
	  margin-bottom: 40px;
	  letter-spacing: 0.2rem;
	}

	h3.sub_title {
	  text-align: center;
	  font-size: 1.8rem;
	  margin-bottom: 40px;
	  letter-spacing: 0.2rem;
	}
	
	h3.sub_title_lft {
	  font-size: 1.8rem;
	  margin-bottom: 20px;
	  letter-spacing: 0.2rem;
	}
	
}

/* ページネーション */
.pager_moss .pagination_moss {
  text-align: center;
}

.pager_moss .pagination_moss li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
/*  border-radius: 10px; */
}


.pager_moss .pagination_moss li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager_moss .pagination_moss li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager_moss .pagination_moss li a:hover,
.pager_moss .pagination_moss li a.active{
  color: #fff;
  background: #6d7327;
}

@media only screen and (max-width: 767px){
  .pager_moss .pagination_moss li{
/*    display: none; */
  }

  .pager_moss .pagination_moss li.pre,
  .pager_moss .pagination_moss li.next{
    display: inline-block;
    width: 10%;
    height: 50px;
    text-align: center;
  }

  .pager_moss .pagination_moss li.pre a,
  .pager_moss .pagination_moss li.next a{
    width: 100%;
    text-align: center;
  }
}

.info_spot {
	position: relative;
	display: flex;
    margin: 2em 1em 4em;
    padding: 2em;	
	background-color: #af6fa2;
	color: #fff;
	border-radius: 10px;
}

.info_spot_txt h4 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
.info_spot_txt p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	text-align: justify; /* テキスト両端揃え */
}

.info_spot_img {
	flex: 0 150px;
}
.info_spot_txt {
	flex: 1;
	padding-left: 30px;
}
.info_spot_txt a {
	color: #fff;
}

@media (max-width: 600px) {
	.info_spot_txt h4 {
		padding: 10px 0 10px;
	}
	.info_spot {
		display: block;
	}
	.info_spot_img {
		padding: 20px;
	}
	.info_spot_txt {
		padding-left: 0;
	}
}