/*!
Theme Name:　southluck_pc
Theme URI: 
Description: southluck_PC
Author: southluck_PC
Author URI: 
Version: 1.0
*/
@charset "utf-8";

/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
	--main_color: #3093d8;
}


.under {
  background: linear-gradient(transparent 70%, #fff100 70%);
}

/*アンダーtopボタン*/
.pagetop {
	position: fixed;
	bottom: -200px;
	right: 20px;
	z-index:9999;
}
.pagetop a {
	display: block;
	width: 86px;
	height: 110px;
}

img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{	
	overflow-x:hidden;
	
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}



.header_top{
	width:100%;
	height:80px;
	position: relative;
}

header{
	width: 100%;
	height: 80px;
	border-top: 3px solid #3093d8;
	border-bottom:1px solid #f1f1f1;
	position: fixed;
	z-index: 500;
	background-color: rgba(255, 255, 255, 100);
}



p.sub_logo{
	width: 263px;
	height: 90px;
	position: absolute;
	top: -235%;
	left: 3%;
}

ul.main_nav {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	padding-top: 27px;
}
ul.main_nav li a{
	letter-spacing: 2px;
	font-size: 85%;
	color: #444;
	margin: 0 40px 0 0;
	}
ul.main_nav li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
ul.main_nav li a:hover {
	color: #1baad1;
}
ul.main_nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #1baad1;
  transition: .3s;
}
ul.main_nav li a:hover::after {
  width: 100%;
}

.sub_logo{
	width: 285px;
	height: 30px;
	position: fixed;
	left:0;
	top: 79px;
	z-index: 9998;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	border-radius:0 0 5px 0;
	background-color: rgba(255, 255, 255, 100);
}
p.logo{
	position: relative;
	left: 9px;
	top: -65px;
	z-index: 9999;
}

.sub_nav{
	width: 550px;
	height: 77px;
	position: fixed;
	right:0;
	top: 79px;
	border-left:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	z-index: 9999;
	border-radius:0 0 0 5px;
	background-color: rgba(255, 255, 255, 0.98);
}
.contact_banner_01{
	width: 160px;
	height: 65px;
	position: absolute;
	top: 3px;
	left: 10px;
}
.contact_banner_02{
	width: 160px;
	height: 65px;
	position: absolute;
	top: 3px;
	left: 185px;
}

.contact_banner_03{
	width: 160px;
	height: 65px;
	position: absolute;
	top: 3px;
	left: 360px;
}


.eria{
	width: 100%;
	height: auto;
	border-top:1px solid #CCC;
	position: relative;
}
p.eria_title{
	text-align: center;
	padding:80px 0 10px 0;
	font-size:196%;
	text-align:center;
	font-weight:800;
	color:#535353;
	letter-spacing:2px;
}
p.eria_text{
	text-align:center;
	width:1100px;
	margin:0 auto;
	padding:20px 20px 80px 20px;
	letter-spacing:2px;
	color:#535353;
}



#town_back{
	clear: both;
	width: 100%;
	height :140px;
	background:url(../img/footer_top_bk.png) center top no-repeat;
}

footer{
	width:100%;
	height:450px;
	background: #3093d8;
    background-size: 7px 7px;
}
.footer_center{
	width:1100px;
	height:450px;
	margin:0 auto;
	position:relative;
}

.footer_logo{
	width:270px;
	height:140px;
	top:30px;
	left:410px;
	position:absolute;
}

.footer_banner{
	width:330px;
	height:110px;
	position:absolute;
	right:0;
	top:40px;
}


/* =======================================
	NAV_01
======================================= */
ul.footer_nav_01{
	width:100%;
	position:absolute;
	top:204px;
}

ul.footer_nav_01 li {
}
ul.footer_nav_01 li a{
	float:left;
  　font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:77%;
	letter-spacing:3px;
	text-decoration:none;
    position: relative;
    display: inline-block;
    transition: .3s;
	margin-left:15px;
	margin-bottom:10px;
	color:#FFF;
}
ul.footer_nav_01 li a:hover{
	-webkit-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-moz-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;
	-ms-text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
    text-shadow: -1px 1px 4px #FFF, 1px -1px 4px #FFF;	
}

.footer_nav_01 li a::before,
.footer_nav_01 li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
}
.footer_nav_01 li a::before {
  top: -5px;
  left: 0;
}
.footer_nav_01 li a::after {
  bottom: -5px;
  right: 0;
}
.footer_nav_01 li a:hover::before,
.footer_nav_01 li a:hover::after {
  width: 100%;
}




p.footer_ad{
	text-align:center;
	color:#FFF;
	letter-spacing:2px;
	padding-top:250px;
}

/* =======================================
	コピーライト
======================================= */
#under_wrapper{
	width:100%;
	height:30px;
	background:#000;
}

#under_wrapper_center{
	width:1100px;
	height:30px;
	margin:0 auto;
}
p.copy{
	font-size:85%;
	text-align:center;
	line-height:30px;
	color:#FFF;
	letter-spacing:2px;
}

.mainviual{
	width: 100%;
	height: 380px;
	position: relative;
}
p.main_title{
	z-index: 100;
	text-align: center;
	line-height: 385px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}


/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/

/*--====== index ======--*/
#content_01{
	width: 90%;
	max-width: 1100px;
	margin: 60px auto 120px;
	display: flex;
	justify-content: space-between;
}
#content_01 .sidebar_box{
	width: 20%;
}
#content_01 .sidebar_box .log_title,
.wrapper .sidebar_box .log_title{
	font-size: 120%;
	background: #3093d8;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	margin-bottom: 10px;
}
#content_01 .sidebar_box li,
.wrapper .sidebar_box li{
	margin-bottom: 5px;
}
#content_01 .sidebar_box li a,
.wrapper .sidebar_box li a{
	color: #535353;
	letter-spacing: 1px;
}
#content_01 .content_box{
	width: 75%;
}
#content_01 .blog_box li{
	border-bottom: 1px dashed #1baad1;
	width: 100%;
	transition: 0.3s;
}
#content_01 .blog_box li:hover{
	border-bottom: 1px dashed #F30;
}
#content_01 .blog_box li a{
	width: 100%;
	display: flex;
	align-items: flex-end;
	color: #535353;
	margin-bottom: 10px;
}
#content_01 .blog_box li a .date{
	margin-right: 10px;
}
#content_01 .blog_box li a .title{
	font-size: 130%;
}
.wp-pagenavi a,
.wp-pagenavi span{
	border: none !important;;
}
.pages{
	background: #3093d8;
	color: #fff;
	border-radius: 5px;
}
.first{
	color: #535353;
}
.last{
	color: #535353;
}
.previouspostslink{
	
}
.current{
	background: #3093d8;
	color: #fff;
	border-radius: 5px;
}
.larger.page,
.previouspostslink,
.nextpostslink{
	color: #707070;
}
/*--====== index end ======--*/
/*--====== singel  ======--*/
.wrapper{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1100px;
	margin: 60px auto 30px;
}
.wrapper #contents{
	max-width: 75%;
}
.wrapper .sidebar_box{
	width: 20%;
}
.prev_box{
	width: 70%;
	margin: 0 auto 70px;
}
#prev_next{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
}
#prev_next a{
	color: #535353;
}
#prev,
#next{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 45%;
	transition: 0.3s;
	cursor: pointer;
}
#prev_title,
#next_title{
	transition: 0.3s;
}
#prev:hover,
#next:hover{
	background: var(--main_color);
	color: #fff;
}
#prev:hover #prev_title,
#next:hover #next_title{
	color: #fff;
}
#prev{
	border-right: 1px solid var(--main_color);
}
#next{
	border-left: 1px solid var(--main_color);
}
#prev_title,
#next_title{
	color: var(--main_color);
}
.top_btn{
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	padding: 10px 40px;
	border-radius: 50px;
	border: 2px solid var(--main_color);
	transition: 0.3s;
	cursor: pointer;
}
.top_btn a{
	color: #535353;
}
.top_btn:hover{
	background: var(--main_color);
}
.top_btn:hover a{
	color: #fff;
}

.single_blog{
	.content{
		width: 100%;
		height: auto;
	}

	.center{
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		clear: both;
		padding-bottom: 180px;
	}


	& h1.wp_title{font-size: 2.5em;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
		background: linear-gradient(to right, #00c6ff, #0072ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		margin: 40px 0;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}

	& h2.wp_title_01{
		font-size: 1.6em;
		font-weight: bold;
		letter-spacing: 2px;
		background: linear-gradient(to right, #00c6ff, #0072ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 20px 0 0 0;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}


	& h3.wp_title_02{
		font-size: 1.4em;
		font-weight: bold;
		letter-spacing: 2px;
		background: linear-gradient(to right, #00c6ff, #0072ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 20px 0 0 0;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}
	& h4.wp_title_03{
		font-size: 1.4em;
		font-weight: bold;
		letter-spacing: 2px;
		background: linear-gradient(to right, #00c6ff, #0072ff);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 10px 0 0 0;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	}
		
	& p.wp_text{
		font-size: 1.3em;
		letter-spacing: 2px;
		line-height: 1.8;
		text-align: justify;
		color: #333;
	}

	& p.wp_text a{
		margin: 30px 0;
			display: inline-block;
			background: linear-gradient(to right, #0072ff, #00c6ff);
			color: #fff;
			padding: 0.8em 1.6em;
			border-radius: 6px;
			font-size: 1.1em;
			text-decoration: none;
			font-weight: bold;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
			transition: background 0.3s ease, transform 0.2s ease;
	}

	& ul.wp_list{
		list-style: none;
		margin-top: 5px 0 10px 0;
		padding: 1.2em;
		background-color: #f5faff;
		border: 1px solid #cce5ff;
		border-radius: 8px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
		font-size: 1.05em;
		line-height: 1.8;
		font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
		color: #333;
	}
	& ul.wp_list li{
		position: relative;
		padding-left: 1em;
		margin-bottom: 0.6em;
		letter-spacing: 2px;
		color: #535353;
	}





	.wp_custom-table {
		width: 100%;
		border-collapse: collapse;
		margin: 10px 0;
		font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
		border-radius: 8px;
		overflow: hidden;
	}

	.wp_custom-table thead tr {
		background: linear-gradient(to right, #0072ff, #00c6ff);
		color: #fff;
	}

	.wp_custom-table th,
	.wp_custom-table td {
		padding: 1em;
		text-align: left;
		border-bottom: 1px solid #e0e0e0;
	}

	.wp_custom-table tbody tr:nth-child(even) {
		background-color: #f9f9f9;
	}

	.wp_custom-table tbody tr:nth-child(odd) {
		background-color: #ffffff;
	}

}
/*--====== singel end ======--*/