@charset "utf-8";
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color: #fff;
  z-index:100;
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 11;
}
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
.main_img{
	width: 100%;
	padding-bottom: 56.25%; 
	position: relative;
	 height: 0;
    overflow: hidden;
}
.main_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.main_img{
	width: 100%;
	padding-bottom: 56.25%; 
	position: relative;
	 height: 0;
    overflow: hidden;
}
#ytPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_img{
	background: url("../images/index/main_img.jpg");
	background-size: cover;
	 background-position: center;
	width: 100%;
	height: 100vh;
	position: relative;
}*/
.main_img .main_ttl{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width: 400px;
}

@media screen and (max-width: 550px){
.main_img .main_ttl{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width: 80%;
}
}
/*TOPタイトル*/
.top_ttl-sub{
	text-align: center;
	margin-bottom: 10px;
	font-size:125%;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.1em;
}
.top_ttl-sub::before{
	content: url("../images/index/bg_top_ttl01.png");
	margin-right: 10px;
}
.top_ttl-sub::after{
	content: url("../images/index/bg_top_ttl02.png");
	margin-left: 10px;
}
.top_ttl{
	text-align: center;
	margin-bottom: 40px;
	font-size: 175%;
	font-weight: 700;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 550px){
.top_ttl-sub{
	font-size:100%;
}	
.top_ttl{
	font-size: 150%;
}
}
/*リード*/
#read{
	position: relative;
	z-index: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}

	#read::before{
	background-image: url("../images/index/bg_sec01.svg");
	width: 80%;
	height: 100%;
	content: "";
	position: absolute;
	top: -100px;
	right: 0;
	z-index: -1;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
#read h2{
	margin-bottom: 20px;
	 font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 186%;
}
#read p{
	line-height: 2;
	 font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 113%;
	margin-bottom: 20px;
}
@media screen and (max-width: 1550px){
#read::before{
	width: 70%;
	height: 70%;
	top: -100px;
	right: 0;
}
}
@media screen and (max-width: 991px){
#read::before{
	width: 50%;
	height: 70%;
	top: -100px;
	right: 0;
}
}
@media screen and (max-width: 550px){
#read{
	padding-top: 100px;
	padding-bottom: 80px;
}	
#read::before{
	width: 80%;
	height: 70%;
	top: -100px;
	right: 0;
	background-size: 90%;
}	
#read h2{
	font-size: 125%;
}	
#read p{
	font-size: 100%;
}	
}
/*トップ　特集・コラム*/
#top_news{
	background:#E9FBFF;
	position: relative;
}
#top_news::before{
	content: "";
	width: 100%;
	height: 81px;
	background-image:url("../images/wv_sky.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top: -45px;
}
#top_news::after{
	content: "";
	width: 100%;
	height: 81px;
	background-image: url("../images/wv_sky2.png");
	position: absolute;
	background-position: center;
	bottom: -45px;
	z-index: 1;
}

@media screen and (max-width: 550px){
#top_news .news_box{
  margin-right:20px;
  margin-left:20px;
}
.news_wrap{
	 width: 100%;
    margin-left: auto;
	 margin-right: auto;
	position: relative;
	margin-bottom: 80px;
}
.news_slide{
	margin-bottom: 40px;
}
#top_news .news_box{
	max-width: 270px;
}
.slick-dots {
    bottom: -40px;
}	
.news_wrap .slick-dots li{
	margin:0;
}
.news_wrap .slick-dots li button:before{
	content:"";
	width: 10px;
	height: 10px;
	background:#000000;
	border-radius: 50px;
}
.news_wrap .slick-dots li.slick-active button:before{
	background:#4AA8AB;
	width: 10px;
	height: 10px;
}
.news_wrap .slider-prev{
	position:absolute;
	top:auto;
	bottom:-42px;
	left:calc(50% - 80px);
	display:block;
	width:16px;
	height:16px;
	border-top:2px solid #4AA8AB;
	border-left:2px solid #4AA8AB;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	z-index:1;
	/*opacity:0.25;*/
}
.news_wrap .slider-next{
	position:absolute;
	top:auto;
	bottom:-42px;
	right:calc(50% - 80px);
	display:block;
	width:16px;
	height:16px;
	border-top:2px solid #4AA8AB;
	border-right:2px solid #4AA8AB;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	z-index:1;
	/*opacity:0.25;*/
}	
}
/*TOPコース*/
#top_course ul.course_box{
	display: table;
}
#top_course ul.course_box li{
	display: table-cell;
	vertical-align: middle;
}

#top_course  ul.course_box li.course_box_ttl01{
	width: 70%;
	padding-right: 30px;
}
#top_course  ul.course_box li.course_box_ttl02{
	width: 70%;
	padding-left: 30px;
}
#top_course  ul.course_box li.course_box_img01,
#top_course  ul.course_box li.course_box_img02{
	width: 30%;
	text-align: center;
}
#top_course .course_box{
	margin-bottom: 40px;
}
#top_course .course_box h3{
	font-size: 186%;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-right: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
#top_course a:hover .course_box h3{
	color: #4AA8AB;
}
#top_course .course_box h3::after{
	content: url("../images/ico_go.svg");
	vertical-align: middle;
	position: absolute;
	top: 0;
    right: 0;
	width: 43px;
	height: 43px;
	
}
#top_course .course_box p{
	line-height: 1.7;
	font-size: 88%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
#top_course .course_box h3{
	font-size: 113%;
	margin-bottom: 20px;
	padding-bottom: 20px;
}	
}
@media screen and (max-width: 550px){	
#top_course ul.course_box{
	display: block;
	margin-bottom: 60px;
}
#top_course ul.course_box li{
	display: block;
	vertical-align: middle;
}

#top_course  ul.course_box li.course_box_ttl01{
	width: 100%;
	padding-right: 0;
}
#top_course  ul.course_box li.course_box_ttl02{
	width: 100%;
	padding-left: 0;
}
#top_course  ul.course_box li.course_box_img01,
#top_course  ul.course_box li.course_box_img02{
	width: 100%;
	text-align: center;
}
		
}
/*トップ　スポット情報*/
#top_spot ul li{
	
}
.spot_box{
	text-align: center;
}
a .spot_box{
	display: block;
}
.spot_box img{
	margin: 0 auto 10px auto;
	display: block;
}
a:hover .spot_box img{
	transform: scale(1.1)!important;
transition-duration: 0.3s!important;
	opacity: 1;
}
.spot_box h3{
	font-size: 125%;
	font-weight: 700;
}
@media screen and (max-width: 991px){	
#top_spot .spot_box{
	margin-bottom: 40px;
}	
}
@media screen and (max-width: 550px){	
#top_spot .spot_box h3{
	font-size: 113%;
	font-weight: 700;
}	
}
/*トップ　伊予市紹介*/
#movie{
	background:#EBF5E6;
	position: relative;
}
#movie::before{
	content: "";
	width: 100%;
	height: 81px;
	background-image:url("../images/wv_green.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top: -45px;
}
#movie::after{
	content: "";
	width: 100%;
	height: 81px;
	background-image: url("../images/wv_green2.png");
	position: absolute;
	background-position: center;
	bottom: -45px;
	z-index: 1;
}
/*トップ　カレンダー*/

.calendar_box{
	max-width: 800px;
	margin: 0 auto;
}
.c_search {
	padding-top: 20px;
}
.c_search form{
	margin: 0 0 0 auto;
	text-align: right;
}


/*エリア紹介*/
.top_area_box {
	max-width: 600px;
	background-color: #000000;
	position: relative;
	overflow:hidden;
}
.top_area_box h3{
	position: absolute;
	color: #FFFFFF;
	font-size: 186%;
	font-weight: 700;
	letter-spacing: 0.1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1;
}
.top_area_box h3 span{
	font-size: 50%;
}
.top_area_box a .top_area_img {
    opacity: 0.7;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}
.top_area_box a:hover .top_area_img{
    opacity: 1.0;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}
.top_area_box a:hover .top_area img{
   opacity: 1.0;
}
.top_area_img{
 transition:1s all;
}
.top_area a:hover .top_area_img{
    transform:scale(1.2,1.2);
  transition:1s all;
}
/*新着情報*/
ul.top_news_list{
	border-top: 1px dotted #000000;
	padding-top: 15px;
}
ul.top_news_list li{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #000000;
	line-height: 1.5;
}
ul.top_news_list li a{
	font-weight: 500;
}
ul.top_news_list li a:hover{
	color: #4AA8AB;
}
/*トップ　イベント情報とアクセスのボタン*/
ul.banner_list li .banner_box{
	border: 1px solid #000000;
	padding: 15px;
	 display: block;
	position: relative;
  z-index: 2;
  overflow: hidden;
	 outline: none;
	width: 100%;
}
ul.banner_list li .banner_box dl{
	display: table;
	vertical-align: middle; 
	width: 100%;
}
ul.banner_list li .banner_box dt{
	display: table-cell;
	width: 54px;
	vertical-align: middle;
}
ul.banner_list li .banner_box dd{
	display: table-cell;
	position: relative;
	padding: 0 2em;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: 700;
	font-size: 150%;
}
ul.banner_list li .banner_box dd span{
	font-weight: 700;
	font-size: 100%;
}
ul.banner_list li .banner_box dd:after{
	content: "\e900";
	font-family: 'icomoon';
	position:absolute;
	top:50%;
	right:0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-size: 63%;
}

.banner_box::before,
.banner_box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.banner_box,
.banner_box::before,
.banner_box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.banner_box:hover {
  color: #000;
}
.banner_box::after {
  top: -100%;
  width: 100%;
  height: 100%;
	left: 0;
}
.banner_box:hover::after {
  top: 0;
  background-color:  #E9FBFF;
}
.banner_box::before,
.banner_box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.banner_box,
.banner_box::before,
.banner_box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px){
ul.banner_list li .banner_box{
	margin-bottom: 20px;
	padding: 10px;
}
ul.banner_list li .banner_box dd{
	font-size: 100%;
	text-align: left;
}
	ul.banner_list li .banner_box dd span{
	margin-left: 10px;
}
}
/*トップ　バナー広告　*/
#top_ad h2,#top_link h2{
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
#top_ad h2::before,#top_link h2::before{
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	z-index: -1;
}
#top_link h2{
	font-size: 125%;
}
#top_link h2 span{
background: #FFFFFF;
	padding: 0.5em;
	font-weight: 700;
}
.ad_area{

}
ul.ad_list{
	margin-bottom: 20px;
  }
ul.ad_list li{
	margin-bottom: 20px;
	text-align: center;

  }
/*
.ad_list .slick-slide {
    margin :  0px 10px;
    height : auto;
  }
.ad_list img{
  margin:0 auto;
}
.ad_list .slick-next {
  right: -30px;
}
.ad_list .slick-prev {
  left: -30px;
  z-index: 1;
}
.ad_list .slick-prev:before {
  content: url("../images/index/ico_prev.png");
}
.ad_list .slick-next:before {
  content: url("../images/index/ico_next.png");
}
.ad_list .slick-prev, .ad_list .slick-next {
    width: 20px;
    height: 38px;
}*/
.ad_info{
	border: 1px solid #000000;
	padding: 1em;
	display: table;
	width: 100%;
}
.ad_info h3{
	font-size: 125%;
	margin-bottom: 10px;
	line-height: 1.5;
}
.ad_info p{
	line-height: 1.7;
}
.ad_info a{
	color:#0957CF;
	text-decoration: underline;
}
.ad_info a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
@media screen and (max-width: 550px){
.ad_info h3{
	font-size: 113%;
}
}
/*トップ　2列バナー　*/

@media screen and (max-width: 768px){
#top_banner01 ul.banner_list li{
	margin-bottom: 20px;
}
}

/*トップ　ギャラリー　*/
#top_gallery{
	background:#E9FBFF;
	position: relative;
}
#top_gallery::before{
	content: "";
	width: 100%;
	height: 81px;
	background-image:url("../images/wv_sky.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top: -45px;
}


/*-------------------------------------*/
/*	ニュース関連（共通）	*/
/*-------------------------------------*/
/*スポット情報アイコン*/
#area .spot_box{
	margin-bottom: 40px;
}
#area .spot_box img {
    margin: 0 auto 5px auto;
    display: block;
}
@media screen and (max-width: 991px){	
#area .spot_box{
	margin-bottom: 20px;
}	
}
@media screen and (max-width: 550px){	
#area .spot_box h3{
	font-size: 100%;
	font-weight: 700;
}	
}

/*検索ボックス*/
/*アコーディオン*/
.add_item {
  color: #000000;
  /*cursor: pointer;*/
  display: block;
  font-weight: 500;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #808080;
	background: #E9FBFF;
}
a.add_link:focus {
  color: #000000;
  text-decoration: none;
}
.add_link {
  color: #000000;
  display: block;
  padding: 0.7em 0 0.7em 1em;
  position: relative;
  font-size: 125%;
}
.add_link:after {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #808080;
}
.add_link.on:after {
  content: "\f139";
}
.search_box{
	background: #E9FBFF;
	margin-bottom: 40px;
	padding: 30px;
	border-radius: 5px;
}
.add_item .search_box {
  display: none;
	margin-bottom: 0;
}
.search_box button,.search_box input{
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
.search_box dl {
	display: table;
	width: 100%;
	font-size: 88%;
	margin-bottom: 20px;
}
.search_box dt{
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}
.search_box dt img{
	vertical-align: middle;
}
.search_box  input{
  display: none;
}
.search_box dd input{
    display:inline-block;
    position: relative;
}
.search_box dd input{
    opacity: 0;
    position: absolute;
    left: 0;
}
.search_box dd label span {
    padding: 0.6em 1em 0.4em 1em;
    border-radius: 5px;
    background: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
	color: #4AA8AB;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	margin: 3px;
	border: 1px solid #4AA8AB;
}
.search_box dd label span:hover,
.search_box dd label input:checked + span {
     background: #4AA8AB;
	color: #FFFFFF;
}

.search_box .submit_wrap{
	width: 160px;
	height: 36px;
	background:  #454545;
	color: #FFFFFF;
	margin: 20px 0 0 auto;
}
.search_box input[type="submit"]{
	position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 0.7em 1em 0.5em 1em;
  /* 色の指定 */
  background:  #454545;
  font-weight: 400;
  transition: 0.3s;
  color: #FFFFFF;
	border: 1px solid #454545;
}
.search_box input[type="submit"]:hover{
	background: #FFFFFF;
	color: #454545;
}

@media screen and (max-width: 768px){
.add_link {
  font-size: 100%;
}	
.search_box{
	background: #E9FBFF;
	padding: 20px;
}	
	.search_box dt,.search_box dd{
	width: 100%;
	display: block;
}
	.search_box dt{
	margin-bottom: 10px;
		text-align: center;
}
.search_box dt{
	width: 100%;
	display: block;
}	
.search_box .submit_wrap{
	width: 160px;
	height: 36px;
	background:  #454545;
	color: #FFFFFF;
	margin: 0 auto;
}
}

/*ニュース一覧*/
ul.news_list.row {
    margin-left: -20px;
    margin-right: -20px;
}
ul.news_list .col-sm-4,ul.news_list  .col-md-4, ul.news_list .col-xs-12{
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
ul.news_list{
}
ul.news_list > li{
	margin-bottom: 40px;
}
.news_box  .news_img {
overflow: hidden;
width: 100%;
	margin-bottom: 10px;
}
.news_box  .news_img a img{
	    margin: 0 auto;
	display: block;
transition-duration: 0.5s;
}
.news_box  .news_img {
	/*background-color:#4AA8AB;*/
	text-align: center;
}
.news_box  .news_img a:hover img{
	transform: scale(1.2);
transition-duration: 0.5s;
	opacity: 1;
}
.news_box h3{
	font-weight: 500;
	margin-bottom: 0;
	font-size: 113%;
}
.news_box h3 a:hover{
	color: #4AA8AB;
}
.news_box p{
	margin-bottom: 10px!important;
	line-height: 1.7;
	font-size: 88%!important;
}
@media screen and (max-width: 768px){
ul.news_list.row {
    margin-left: -15px;
    margin-right: -15px;
}	
ul.news_list .col-sm-4,ul.news_list  .col-md-4, ul.news_list .col-xs-12{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.news_box h3{
	font-size: 100%;
}
.news_box p{
	font-size: 88%;
	margin-bottom: 10px!important;
	line-height: 1.7;
}	
}
/*カテゴリーアイコン　日付*/
.news_box  ul{
	
}
.news_box  ul li{
	display: inline-block;
	margin-bottom: 10px;
}
.news_box ul li.cat_link a{
	 margin: 3px 3px 3px 0;
}
.news_box ul li .day{
	font-size: 88%;
	text-align: right;
}
.day{
	color: #4AA8AB;
}
 .no_label{
	font-size: 75%;
	display: inline-block;
	padding: 0.4em 1em;
	line-height: 1;
	border-radius: 5px;
	 background: #E60012;
	 color: #FFFFFF;
}
 a.cat{
	font-size: 75%;
	display: inline-block;
	padding: 0.4em 1em;
	line-height: 1;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	 letter-spacing: 0.08em;
}
/*赤*/
a.cat.important{border: 1px solid #CC0000;color: #FFFFFF;background: #CC0000;}
a.cat.important:hover{border: 1px solid #CC0000;color: #CC0000;background: #FFFFFF;}

/*黄色*/
a.cat.spot,a.cat.iyo,a.cat.information{border: 1px solid #E7D053;color: #FFFFFF;background: #E7D053;}
a.cat.spot:hover,a.cat.iyo:hover,a.cat.information:hover{border: 1px solid #E7D053;color: #E7D053;background: #FFFFFF;}
/*オレンジ*/
a.cat.hakken,a.cat.nakayama,a.cat.cat02{border: 1px solid #EB6644;color: #FFFFFF;background: #EB6644;}
a.cat.hakken:hover,a.cat.nakayama:hover,a.cat.cat02:hover{border: 1px solid #EB6644;color: #EB6644;background: #FFFFFF;}
/*紫*/
a.cat.column,a.cat.cat03{border: 1px solid #925E88;color: #FFFFFF;background: #925E88;}
a.cat.column:hover,a.cat03:hover{border: 1px solid #925E88;color: #925E88;background: #FFFFFF;}
/*水色*/
a.cat.futami,a.cat.cat04{border: 1px solid #00B7EE;color: #FFFFFF;background: #00B7EE;}
a.cat.futami:hover,a.cat04:hover{border: 1px solid #00B7EE;color: #00B7EE;background: #FFFFFF;}

a.cat.autumn{border: 1px solid #A48D76;color: #FFFFFF;background: #A48D76;}
a.cat.autumn:hover{border: 1px solid #A48D76;color: #A48D76;background: #FFFFFF;}
a.cat.winter{border: 1px solid #925E88;color: #FFFFFF;background: #925E88;}
a.cat.winter:hover{border: 1px solid #925E88;color: #925E88;background: #FFFFFF;}
a.cat.summer{border: 1px solid #EB6644;color: #FFFFFF;background: #EB6644;}
a.cat.summer:hover{border: 1px solid #EB6644;color: #EB6644;background: #FFFFFF;}
a.cat.spring{border: 1px solid #E7D053;color: #FFFFFF;background: #E7D053;}
a.cat.spring:hover{border: 1px solid #E7D053;color: #E7D053;background: #FFFFFF;}


a.cat.stay{border: 1px solid #ef858c;color: #FFFFFF;background: #ef858c;}
a.cat.stay:hover{border: 1px solid #ef858c;color: #ef858c;background: #FFFFFF;}
a.cat.gourmet{border: 1px solid #f29a76;color: #FFFFFF;background: #f29a76;}
a.cat.gourmet:hover{border: 1px solid #f29a76;color: #f29a76;background: #FFFFFF;}
a.cat.shop{border: 1px solid #f9c270;color: #FFFFFF;background: #f9c270;}
a.cat.shop:hover{border: 1px solid #f9c270;color: #f9c270;background: #FFFFFF;}
a.cat.tourism{border: 1px solid #c1db81;color: #FFFFFF;background: #c1db81;}
a.cat.tourism:hover{border: 1px solid #c1db81;color: #c1db81;background: #FFFFFF;}
a.cat.culture{border: 1px solid #5dc2d0;color: #FFFFFF;background: #5dc2d0;}
a.cat.culture:hover{border: 1px solid #5dc2d0;color: #5dc2d0;background: #FFFFFF;}
a.cat.activity{border: 1px solid #6c9bd2;color: #FFFFFF;background: #6c9bd2;}
a.cat.activity:hover{border: 1px solid #6c9bd2;color: #6c9bd2;background: #FFFFFF;}

/*タグアイコン*/
.tag{
	font-size: 88%;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	margin-right: 10px;
}
.tag a{
	color: #9A9898;
}
.tag a:hover{
	color: #4AA8AB;
}
/*#event .tag::before{
	content: url("../images/page/ico_point02.png");
	margin-right: 5px;
	vertical-align: middle;
	height: 17px;
}*/
.tag::before{
	content:"\f292";
	margin-right: 5px;
	vertical-align: middle;
	height: 17px;
	 font-family: FontAwesome;
	color: #4AA8AB;
	font-size: 90%;
}
@media screen and (max-width: 768px){
.news_box  ul li.cat_link{
	margin-bottom: 5px;
}
.news_box ul li.cat_link a{
	margin-right: 10px;
}
 .no_label{
	font-size: 69%;
}	
.news_box ul li.day{
	font-size: 75%;
	text-align: right;
}
}
/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 88%;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.9em 1em!important;
	margin: 3px;
	display: inline-block;
	color:#333333!important;
	background:#E9FBFF;;
	border: none!important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 50px;
	font-size: 113%;
	font-style: italic;
	font-weight: 600;
}
.wp-pagenavi span{
	color:#333333;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 1em 1.1em;
	margin: 3px;
	display: inline-block;
	border: none!important;
	color:#FFFFFF;
	background:#333333;
	border-radius: 50px;
	font-size: 113%;
	font-style: italic;
	font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #313131!important;
}
.wp-pagenavi a:hover{
	border: none!important;
	color: #FFFFFF!important;
	text-decoration: none!important;
	background:#333333;
}
.wp-pagenavi a:hover span{
	color:#FFFFFF;
}
.wp-pagenavi span {
    border: none!important;
}
/*関連バナー*/
ul.kanren_list{
	
}
ul.kanren_list li{
	
}
ul.kanren_list li .kanren_box{
	border: 1px solid #343434;
	padding: 15px;
	 display: block;
	position: relative;
  z-index: 2;
  overflow: hidden;
	 outline: none;
	width: 100%;
	margin-bottom: 20px;
}
ul.kanren_list li .kanren_box dl{
	display: table;
	vertical-align: middle; 
	width: 100%;
}
ul.kanren_list li .kanren_box dt{
	display: table-cell;
	width: 30%;
	overflow:hidden; 
}
ul.kanren_list li .kanren_box dt img{
	transition-duration: 0.5s;
}
ul.kanren_list li .kanren_box:hover dt img{
	transform:scale(1.2,1.2);
  transition-duration: 0.5s;
}
ul.kanren_list li .kanren_box dd{
	display: table-cell;
	position: relative;
	padding: 0 3em 0 1em;
	text-align: center;
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: 700;
}
ul.kanren_list li .kanren_box dd:after{
	content: "\e900";
	font-family: 'icomoon';
	position:absolute;
	top:50%;
	right:0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-size: 63%;
}

.kanren_box::before,
.kanren_box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kanren_box,
.kanren_box::before,
.kanren_box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.kanren_box:hover {
  color: #000;
}
.kanren_box::after {
  top: -100%;
  width: 100%;
  height: 100%;
	left: 0;
}
.kanren_box:hover::after {
  top: 0;
  background-color:  #E9FBFF;
}
.kanren_box::before,
.kanren_box::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kanren_box,
.kanren_box::before,
.kanren_box::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 768px){
ul.kanren_list li .kanren_box{
	margin-bottom: 20px;
	padding: 10px;
}
ul.kanren_list li .kanren_box dd{
	font-size: 88%;
	text-align: left;
}
}

/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
#page p{
	margin-bottom: 20px;
	line-height: 1.7;
	font-size: 100%;
}
@media screen and (max-width: 768px){
	#page p{
	font-size: 88%;
}
}
/*--------------------------------
	固定ページ共通　サブイメージ
*/
#sub_img{
	width: 100%;
	margin: 0 auto;	
	position: relative;
	height: 400px;
	background-size: cover;
	background-position: center center;
	/*background: #4AA8AB;*/
}
.sub_about{
	background-image: url("../images/page/subimg_about.jpg");
}
.sub_local{
	background-image: url("../images/page/subimg_local.jpg");
}
.sub_spot{background-image: url("../images/page/subimg_spot.jpg");}
.sub_stay{background-image: url("../images/page/subimg_stay.jpg");}
.sub_gourmet{background-image: url("../images/page/subimg_gourmet.jpg");}
.sub_shop{background-image: url("../images/page/subimg_area.jpg");}
.sub_tourism{background-image: url("../images/page/subimg_tourism.jpg");}
.sub_culture{background-image: url("../images/page/subimg_culture.jpg");}
.sub_activity{background-image: url("../images/page/subimg_activity.jpg");}

.sub_pickup{
	background-image: url("../images/page/subimg_pickup.jpg");
}
.sub_news{
	background-image: url("../images/page/subimg_news.jpg");
}
.sub_course{
	background-image: url("../images/page/subimg_course.jpg");
}
.sub_event{
	background-image: url("../images/page/subimg_event.jpg");
}
.sub_galley{
	background-image: url("../images/page/subimg_gallery2.jpg");
}
.sub_access{
	background-image: url("../images/page/subimg_access.jpg");
}
#sub_inner{
	width: 301px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#sub_plate{
	width: 301px;
	height: 114px;
	margin: 0 auto;
	position: relative;
	display: table;
	background-image: url("../images/page/bg_subttl.png");
	background-repeat: no-repeat;
	background-position: center;
}
#sub_plate .sub_ttl{
	color: #FFFFFF;
	text-align: center;
	font-size: 88%;
	position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#sub_img h2{
	color: #FFFFFF;
	text-align: center;
	font-size: 186%;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.2em;
	font-weight: 500;
}
#sub_img h2 span{
	font-size: 70%;
	letter-spacing: 0.1em;
	font-weight: 500;
	 text-transform: capitalize;  /* 先頭文字だけ大文字化 */
}
@media screen and (max-width: 768px){
#sub_img{
	width: 100%;
	margin: 0 auto;	
	position: relative;
	height: 150px;
	background-size: cover;
}	
#sub_inner{
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}	
#sub_plate{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	display: table;
	background-image: url("../images/page/bg_subttl.png");
	background-position: center;
	background-size: contain;
	}	
#sub_img h2{
	font-size: 113%;
}
#sub_img h2 span{
	font-size: 69%;
}
}
@media screen and (max-width: 550px){
	#sub_plate{
	width: 100%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	display: table;
	background-image: url("../images/page/bg_subttl.png");
	background-size: 70%;
	background-position: center;
}
}
/*--------------------------------
	伊予市について
*/
#about01{
	position: relative;
	z-index: 0;
	padding-top: 80px;
	padding-bottom: 80px;
}

	#about01::before{
	background-image: url("../images/index/bg_sec01.svg");
	width: 80%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
#about01 h2{
	margin-bottom: 20px;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 186%;
	text-align: center;
}
#about01 p{
	line-height: 2;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 113%;
	margin-bottom: 20px;
}
@media screen and (max-width: 1550px){
#about01::before{
	width: 70%;
	height: 70%;
	top: 0;
	right: 0;
}
}
@media screen and (max-width: 991px){
#about01::before{
	width: 50%;
	height: 70%;
	top:0;
	right: 0;
}
}
@media screen and (max-width: 550px){
#about01{
	padding-top: 100px;
	padding-bottom: 80px;
}	
#about01::before{
	width: 80%;
	height: 70%;
	top: 0;
	right: 0;
}	
#about01 h2{
	font-size: 125%;
}	
#about01 p{
	font-size: 100%;
}	
}
/*.txt_box{
	max-width: 500px;
	margin: 0 auto;
}*/

#about02{
	background:#EBF5E6;
	position: relative;
}
#about02::before{
	content: "";
	width: 100%;
	height: 81px;
	background-image:url("../images/wv_green.png");
	background-repeat: repeat-x;
	background-position: center;
	position: absolute;
	top: -45px;
}
#about02::after{
	content: "";
	width: 100%;
	height: 81px;
	background-image: url("../images/wv_green2.png");
	position: absolute;
	background-position: center;
	bottom: -45px;
	z-index: 1;
}
#about02 h3{
	font-size: 113%;
	font-weight: 700;
	text-align: center;
}

#about02 h2,#about03 h2{
	font-size: 163%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
#about02 p,#about03 p{
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}
#about03{
	background:#E9FBFF;
	position: relative;
}
#about03::before {
    content: "";
    width: 100%;
    height: 81px;
    background-image: url(../images/wv_sky.png);
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: -45px;
}

@media screen and (max-width: 550px){
#about01 h2 img{
	width: 80%;
}	
#about01 p{
	font-size: 100%;
}
#about02 h2,#about03 h2{
	font-size: 138%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}	
}
/*--------------------------------
	特産品
*/
#local .news_img{
	position: relative;
}
#local .news_img .nintei_mark{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
}
#local .news_box h3{
	margin-bottom: 5px;
}
#local .news_box p{
	font-size: 100%;
}
@media screen and (max-width: 550px){
#local .news_img .nintei_mark{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 70px;
}	
}
/*--------------------------------
	モデルコース
*/
#course_wrapper{
	width: 95%;
	margin: 0 0 0 auto;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color:#706645;
  font-size: 88%;
  background:#F0EBDB;
  border-radius: 5px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #F0EBDB;
}
#course_wrapper::before{
	content: url("../images/page/05_start.png");
	position: absolute;
	left: -20px;
	top: 8px;
}
#course_wrapper::after{
	content: url("../images/page/05_goal.png");
	position: absolute;
	left: -15px;
	bottom: 2px;
}
#course_wrapper section{
	border-left:  1px solid #4AA8AB;
	padding-left: 30px;
	padding-bottom: 40px;
}
#course_wrapper section.course_fuki{
	border-left:  1px solid #4AA8AB;
	padding-left: 30px;
	padding-bottom: 0;
}
#course_wrapper h2.course_ttl{
	font-size: 150%;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}
#course_wrapper section:first-of-type h2.course_ttl::before{
	content: none;
}
#course_wrapper h2.course_ttl::before{
	content: "";
	width: 15px;
	height: 15px;
	background: #4AA8AB;
	border-radius: 50px;
	position: absolute;
	left:-38px;
	top: 1.2em;
}
#course_wrapper h2 span.course_no{
	font-size: 200%;
	font-weight: 500;
	margin-right: 10px;
}
#course_wrapper h2 span.furi{
	font-size: 70%;
}
#course_wrapper .news_img{
	text-align: center;
}
#course_wrapper .course_time{
	background: #E9FBFF;
	padding: 1em;
	border: 1px solid #4AA8AB;
	text-align: center;
	font-size: 125%;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#course_wrapper .course_time img{
	margin-right: 10px;
}
.memo_box{
	border:  4px solid #4AA8AB;
	padding: 1em;
	margin-bottom: 40px;
}
.memo_box h3{
	font-weight: 700;
	color: #4AA8AB;
	letter-spacing: 0.1em;
}
.memo_box h3::before{
	content: "\f040";
	 font-family: FontAwesome;
	margin-right: 5px;
}
.memo_box p{
	margin-bottom: 0!important;
}
@media screen and (max-width: 768px){
	#course_wrapper h2.course_ttl{
	font-size: 125%;
	margin-bottom:  10px;
}
#course_wrapper h2 span.course_no{
	font-size: 180%;
}
#course_wrapper .course_time{
	font-size: 113%;
}
}
@media screen and (max-width: 550px){
}
/*--------------------------------
	ギャラリー
*/
/*タブ切り替え全体のスタイル*/
.gallery_box {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 60px;
  border-bottom: 3px solid #4AA8AB;
  background-color: #E9FBFF;
  line-height: 60px;
  font-size: 150%;
  text-align: center;
  color: #000000;
  display: block;
  float: left;
  font-weight: 700;
  transition: all 0.2s ease;
	cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item img {
	vertical-align: middle;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 0 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#movie:checked ~ #movie_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.gallery_box input:checked + .tab_item {
  background-color: #4AA8AB;
  color: #000000;
}
/*ギャラリーリスト*/
ul.gallery_list li{
	margin-bottom: 30px;
}
ul.gallery_list li iframe{
	margin: 0 auto;
	display: block;
}


/*モダールウインドウ1*/
#cboxOverlay {
    background: #DAD5C4;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
#cboxNext {
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -25px;
    background: url(popup//next.png) no-repeat top right;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
}
#cboxPrevious {
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -25px;
    background: url(popup/prev.png) no-repeat top left;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
}
#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: url("popup/close.png") no-repeat top center;
    width: 40px;
    height: 50px;
    text-indent: -9999px;
}
#cboxContent {
    background: none;
}
#cboxLoadedContent {
    border: none;
    background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {outline:0;}
.gallery_inner{

}
.modaal-container {
    background: none;
    box-shadow: none;
}
.modaal-content-container {
    padding: 0;
}
.modaal-close:before, .modaal-close:after {
    background: #000000;
}
.modaal-wrapper .modaal-close {
    border: none;
    background: #ffffff;
    padding: 0;
    -webkit-appearance: none;
}
a.kiyaku_link{
	font-size: 88%;
	margin: 30px 0 0 0;
	display: block;
	text-decoration: underline;
}
@media screen and (max-width: 768px){
.tab_item {
  width: calc(100%/2);
  line-height: 60px;
  font-size: 100%;
}
}
/*-------------------------------------*/
/*	プライバシーポリシー・サイトマップ等　*/
/*-------------------------------------*/
.sitemap  {

}
.sitemap a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 400;
	font-size: 113%;
}
.sitemap a:hover {
	text-decoration: none;
	color: #4AA8AB;
	text-decoration: underline;
}
.sitemap ul > li > ul {
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: 48px;	
}
 
.sitemap ul > li > ul > li {
  margin-bottom: 1em;
  position: relative;
}
 
.sitemap ul > li > ul > li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + 1em);
  border-left: 1px solid #999999;
}
 
.sitemap ul > li > ul > li:last-child::before {
  height: calc(1em + .2em);
}
 
.sitemap ul > li > ul > li::after {
  content: "";
  position: absolute;
  top: .6em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #999999;
}

/*-------------------------------------*/
/*	新着情報
/*-------------------------------------*/
dl.topics_list{
		margin-bottom: 40px;
}
dl.topics_list dt{
	font-weight: normal;
}
dl.topics_list dd{
	border-bottom: 1px dotted #000000;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
dl.topics_list dd a{
	display: block;
}
dl.topics_list dd a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
ul.topics_info li{
	float: left;
}
ul.topics_info li.day{
	margin-right: 10px;
}

/*-------------------------------------*/
/*	記事
/*-------------------------------------*/
#meta_box{
	margin-top: 40px;
}
#meta_box .single_ttl{
	background: #F8F8F5;
	padding: 1.3em 1em 0.8em 1em;
	margin-bottom: 20px;
}
#meta_box .single_ttl span{
	font-size: 88%;
	display: block;
    margin-bottom: 5px;
}
#meta_box .single_ttl h2{
	font-weight: 700;
	font-size: 186%;
}
#meta_box ul{
	margin-bottom: 20px;
}
#meta_box ul li{
	margin-bottom: 20px;
	display: inline-block;
}
#meta_box ul li a.cat{
	margin-right: 5px;
}
#meta_box ul li span.day{
	color: #666666;
	margin-left: 10px;
}
/*目次*/
.mokuji {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px auto;
   background: #e9fbff;
    border: 1px solid #4aa8ab;
	padding: 1em 2em;
	border-radius: 5px;
}
.mokuji h3 {
	font-size: 113%;
	margin-bottom: 10px;
	color: #999999;
}
.mokuji h3::before {
	 content: "\f0ca";
	font-family: FontAwesome;
	margin-right: 5px;
}
.mokuji a {
	text-decoration: none;
	color: #1C8688;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.mokuji a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.mokuji ol {
    padding-left: 0;
    list-style: none;
    counter-reset: section;
}
.mokuji ol li{
    margin-bottom: 15px;
}
.mokuji ol li span{
   margin-right: 0.5em;
}
.child_ol {
padding-top: 15px;
}
.child_ol li {
    padding-left: 1.5em;
}
.thumb{
	margin-bottom: 40px;
}
.read{
	text-align: center;
	margin-bottom: 40px;
	font-weight: 400;
}
.tag_box{
	padding: 40px 0;
}
@media screen and (max-width: 768px){
.mokuji {
	padding: 1em 1.5em;
}	
#meta_box{
	margin-top: 20px;
}	
	#meta_box .single_ttl h2{
	font-size: 138%;;
}
#meta_box ul{
	margin-bottom: 0;
}	
	ul.news_list.single > li {
    margin-bottom: 20px;		
}
	ul.news_list.single > li .news_box {
		border-bottom: 1px dotted #000000;	
}	
}

/*　ページャー（共通）*/
ul#pager{
	width: 100%;
	height: 80px;
	padding-top: 40px;
	margin-bottom: 80px;
	display: table;
	table-layout: fixed;
	border-top: 1px dotted  #454545;
}
ul#pager li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul#pager li a{
	color: #454545;
	font-weight: 400;
	display: block;
	font-size: 100%;
}
ul#pager li a:hover{
	opacity: 0.7;
}
ul#pager li.page_prev a{
	text-align: left;
}
ul#pager li.page_next a{
	text-align: right;
}
ul#pager li.page_back a{
	text-align: center;
	border:1px solid #454545;
	display:inline-block;
	background:#FFFFFF;
	color:#454545!important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	padding: 0.7em 2.5em;
	position: relative;
	text-decoration: none!important;
	line-height: 1;
	font-size: 88%;
}
ul#pager li.page_back a:hover{
	background:#454545;
	text-decoration:none!important;
	border:1px solid #454545;
	color: #FFFFFF!important;
	opacity: 1.0!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: alpha(opacity=100)!important;
}
ul#pager li.page_next a span,ul#pager li.page_prev a span{
	font-weight: 400;
}
ul#pager li a img{
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	ul#pager{
	table-layout:auto;
}
ul#pager li a{
	color: #454545;
	font-weight: 400;
	display: block;
	font-size: 100%;
}	
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/

.submit_btn_wrap{
	position:relative;
	width:300px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 1em 1.5em;
	display:inline-block;
	border:none;
	font-size:113%;
	text-align:center;
	background: #4AA8AB;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	border: 2px solid #4AA8AB;
}
.submit_btn:hover{
	background: #FFFFFF;
	text-decoration:none;
	color:#4AA8AB;
}
.back_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	border:none;
	font-size:100%;
	text-align:center;
	background: #AAAAAA;
	color:#000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	margin-bottom: 30px;
}

.back_btn:hover{
	color:#FFFFFF;
	background:#4A4A4A;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
.form_area h3{
	margin-top: 40px;
}
.form_area h3:first-of-type{
	margin-top: 0;
}
.form_area input::-webkit-input-placeholder{
	color: #989898;
}
.form_area input:-ms-input-placeholder{
	color: #989898;
}
.form_area input::-ms-input-placeholder{
	color: #989898;
}
.form_area input::placeholder{
	color: #989898;
}

.must{
	margin:0 0 0 10px;
	padding:0.2em 1.5em;
	display:inline-block;
	color:#cf5e9b;
	border: 1px solid #cf5e9b;
	font-size:12px;
	font-weight: 300;
	border-radius: 3px;
}

.privacy_box {
    border: 1px solid #000000;
	margin-bottom: 40px;
	margin-top: 40px;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 40px;
	font-size: 100%;
}
.privacy_inner h4 {
    margin-bottom: 30px;
	color: #727171;
	font-size: 100%;
	font-weight: 500;
}
.privacy_inner h4::before{
	content: "●";
	color: #00699A;
	font-size: 88%;
	margin-right: 5px;
}
.privacy_inner ul li{
	margin-bottom: 5px;
	line-height: 1.7;
	padding-left: 20px;
	position: relative;
	font-size: 88%;
}
.privacy_inner ul li::after{
	content:"・";
    vertical-align: middle;
	display: block;
	left: 0;
	top: 0;
	position: absolute;
}
.policy_check{
	font-size: 100%;
	text-align: center;
}
.form_area :focus {
  outline: solid 2px #00699A;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: none;
	font-family: inherit;
	font-size:100%;
	padding: 0.7em;
	margin:0;
	background-color: #ECECEC;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
	font-size: 100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04 { width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
.form_area select.select_fomr_01 {
	width: 70%;
}
.form_area select.select_fomr_02 {
	width: 100%;
}
.form_area label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size: 100%;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
	.privacy_inner {
    padding: 10px;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	 ul.form_list li{
  margin-bottom: 20px;
}
	 ul.form_list li:last-child{
  margin-bottom: 0;
}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	.form_area select.select_fomr_01 {
	width: 100%;
}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	}