@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 style info :ヘッダフッタ共通

=================================================================== */
/* フォントファイルを指定 */
/* IE */
/*
@font-face {
	font-family: rounded-mplus-2m-thin;
	src: url(font/rounded-mplus-2m-thin.eot);
}*/
/* Firefox, Opera, Safari */
/*
@font-face {
	font-family: rounded-mplus-2m-medium;
	src: url(../font/rounded-mplus-2m-medium.ttf) format("truetype");
}
*/
input{font-family:meiryo,sans-serif;}
input[type=submit],button{transition-duration:0.3s;}
a:hover img{opacity:0.6;transition-duration:0.3s;}

h1,h2,h3,h4,h5,h6{
/*	font-family: "rounded-mplus-2m-medium";*/
}
b {
	font-weight: bold;
}

.readme {
	color: #2b8df1;
	margin: 0 0 10px 0;
}
#overlay{
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1100;
    background: rgba(0,0,0,0.7);
}
#overlay img {
	z-index: 1101;
    position: absolute;
	top: 40%;
	left: 50%;
}



/*----------------------------------------------------
	入力エラー
----------------------------------------------------*/
.wd_input_error_message {
	color: #f60169 !important;
	display: block;
}
.wd_input_error {
	border: 1px solid #f60169 !important;
	background-color: #fdbdd8 !important;
}

/*----------------------------------------------------
	#wrapper　共通
----------------------------------------------------*/
#wrapper {
	width: 100%;
	margin:0 auto;
}
#wrapper_fixed {
	padding: 53px 0 0 0;
}
#header .inner_band,
#breadcrumbs .inner_band,
#footer .inner_band{
	overflow:hidden;
	clear:both;
	width:850px;
	margin:0 auto;
}
.inner_band_row{
	padding:5px 0;
	overflow:hidden;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header > .inner_band{
	background:#fff;
	z-index:1;
}
#header #mainlogo{
	float:left;
	padding:15px 0 20px;
}
/* 検索 */
.hd_search{
	float:right;
	width:300px;
	padding:35px 0 0;
}
.hd_search .txtbox{
	float:left;
	border-radius:50px 0 0 50px;
	margin:0;
	width:250px;
	height:25px;
	overflow:hidden;
}
.hd_search .btn{
	float:left;
	border-radius:0 50px 50px 0;
}

/* ----------------------------- */
/* モダンヘッダースタイル */
.modern-header {
	/* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	z-index: 1000;
	transition: all 0.3s ease;
  }
  
  .modern-header.scrolled {
	background: rgba(102, 126, 234, 0.95);
	backdrop-filter: blur(10px);
  }
  
  .header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
  }
  
  .logo-container {
	display: flex;
	align-items: center;
	/* ロゴコンテナの背景を透明にして、グラデーション背景と統一 */
	background: transparent;
	border-radius: 12px;
	padding: 5px;
	transition: all 0.3s ease;
  }
  
  .logo-container:hover {
	/* ホバー時に微細な背景効果を追加 */
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
  }
  
  .logo-container img {
	height: 80px;
	width: auto;
	transition: transform 0.3s ease;
	border-radius: 8px;
	padding: 8px 12px;
  }
  
  .logo-container:hover img {
	transform: scale(1.05);
	/* ホバー時に微細な光沢効果を追加 */
	box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  }
  
  .nav-menu {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  /* .nav-item {
	position: relative;
  } */

  .nav-icon {
	font-size: 1.2em;
	margin-bottom: 4px;
	transition: transform 0.3s ease;
  }
  
  .nav-link:hover .nav-icon {
	transform: scale(1.1);
  }
  
  .nav-text {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.5px;
  }
  
  /* モバイルメニューボタン */
  .mobile-menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	padding: 10px;
	border-radius: 8px;
	transition: background 0.3s ease;
  }
  
  .mobile-menu-toggle:hover {
	background: rgba(255, 255, 255, 0.1);
  }
  
  .mobile-menu-toggle span {
	width: 25px;
	height: 3px;
	background: #222;
	margin: 3px 0;
	transition: 0.3s;
	border-radius: 2px;
  }
  
  .mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
  }
  
  .mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
  }
  
  .mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
  }
  
  /* レスポンシブデザイン */
  @media (max-width: 768px) {
	.header-container {
		padding: 0 15px;
		min-height: 60px;
	}
	
	/* .logo-container img {
		height: 40px;
		padding: 6px 10px;
	}
   */
	#globalMenu ul{
		width: 70%;
	}
	#globalMenu li {
		margin: 0 0 5px 0 !important;
		width: 100%
	}
	#globalMenu li a {
		text-align: left !important;
	}
	#globalMenu li a span {
		display: inline-block !important;
		margin: 0 0 0 5px !important;
	}

	.nav-menu {
	  position: fixed;
	  /* top: 60px; */
	  left: -100%;
	  width: 100%;
	  height: calc(100vh - 60px);
	  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
	  background: #ededed;
	  flex-direction: column;
	  justify-content: flex-start;
	  padding-top: 20px;
	  transition: left 0.3s ease;
	  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	}
	
	.nav-menu.active {
	  left: 0;
	}
	
	.mobile-menu-toggle {
	  display: flex;
	}
	
	.nav-text {
	  font-size: 1em;
	}
  }
  
@media (max-width: 480px) {
	/* .header-container {
		padding: 0 10px;
	} */

	/* .logo-container img {
		height: 35px;
		padding: 5px 8px;
	} */

	/* .nav-link {
		width: 95%;
		padding: 15px;
	} */
}
  
  /* アニメーション */
  /* @keyframes fadeInDown {
	from {
	  opacity: 0;
	  transform: translateY(-20px);
	}
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  } */
  
  /* .modern-header {
	animation: fadeInDown 0.6s ease-out;
  } */
  
/*----------------------------------------------------
	グローバルメニュー
----------------------------------------------------*/

#globalMenu {
	overflow:hidden;
	padding: 15px 0;
	float: right;
}
#globalMenu ul{
	overflow: hidden;
	margin: 0 auto;
}
#globalMenu li {
	float:left;
	margin: 0 0 0 10px;
}
#globalMenu li a {
	font-weight: bold;
	display:block;
	color: #ffffff;
	text-align: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	padding: 5px;
	transition: all 0.3s ease;
	border-radius: 8px;
	margin: 0 5px;
	min-width: 80px;
}
#globalMenu li a:hover {
    text-decoration: none;
	color: #222;
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#globalMenu li a i {
	font-size: 1.8em;
	margin: 6px 0 0 0;
}
#globalMenu li a span {
	display: block;
	font-size: 0.8em;
	margin: 2px 0 0 0;
}
#globalMenu li a.active {
    text-decoration: none;
	color: #222;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	margin:20px auto;
	overflow:hidden;
	width:100%;
}
#contents .common_headline {
	background: #404040 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 30px;
	margin-bottom: 20px;
	padding: 10px 15px;
}
#main{
	width: 850px;
	margin:0 auto 10px auto;
}
/*#main .thecontent {
	padding: 10px;
}
*/
/*----------------------------------------------------
	検索ボックス
----------------------------------------------------*/

.top_search_wrap{
	/* box-shadow:0 0 100px rgba(0,0,0,0.15) inset;  */
	overflow:hidden;
	/* padding:30px 40px; */
	margin:0 0 10px 0;
	border-radius:10px;
}
/* タイトル */
.top_search_wrap .title{
	margin:0 0 20px;
	overflow:hidden;
	text-align: center;
}
.top_search_wrap .title h1{
	font-size:1.7em;
	letter-spacing:2px;
	text-align:center;
	margin:0 20px 0 0;
	line-height:1em;
}
.top_search_wrap .title .txt{
	padding:5px 0 0;
	text-align:center;
}

/* テキストボックス */
.top_search_wrap .input_box{
	margin:0 0 10px;
	clear:both;
	padding:15px 20px;
	overflow:hidden;
	/* background:#eeece8; */
	background:repeating-linear-gradient(45deg, #EFEFEF, #EFEFEF 10px, #fcfcfc 10px, #fcfcfc 20px);

}
.top_search_wrap .input_box .textbox{
	border:2px solid #d3c594;
	font-size:1.5em;
	width: 100%;
	float:left;
}
.top_search_wrap .input_box .btn{
	font-size:1.2em;
	padding:6px 20px;
	cursor: pointer;
}
.top_search_wrap img {
	width: 100%;
}
/*googleカスタム検索*/
.gsc-control-cse * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.gsc-control-cse table td {
	border: none;
	padding: 0px;
}
td.gsc-search-button {
/*	width: auto !important;*/
	display: none;
}

/* 最近検索された夢 */

.top_search_kw{
	background:repeating-linear-gradient(45deg, #EFEFEF, #EFEFEF 10px, #fcfcfc 10px, #fcfcfc 20px);
}
.search_keyword_wrap{
	clear:both;
	padding:25px 30px;
}
.search_keyword_wrap h2{
	font-size:1.2em;
	margin:0 0 10px;
	font-weight: bold;
}
.search_keyword_wrap h2 i{
	color:#113184;
	margin:0 5px 0 0;
}
ul.search_key_lset{
	overflow:hidden;
	background-color: #ffffff;
	padding: 10px;
}
ul.search_key_lset li{
	float:left;
	margin:0 10px 5px 0;
}


/* -----------------------------------------------------------
	#aside
		サイド
----------------------------------------------------------- */

#aside{
	width:850px;
	margin: 0 auto;
	padding:10px;
}
.right_ad{
	margin:0 0 30px;
	text-align:center;
}



/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */

/* pagetop　*/
/*.page_top_wrap{
	width:900px;
	margin:0 auto;
}
*/
.page_top {
	position: fixed;
	bottom: 2px;
	right: 0px;
	line-height: 1em;
	text-align: center;
	border-radius:5px;
	background-color: rgba(89,89,89,0.7);
/*
	display:block;
	float:right;
	border:1px solid #ccc;
	margin:0 0 10px;
*/	
}
.page_top a {
    display: block;
    padding: 5px;
    text-decoration: none;
	color: #fff;
	text-align: center;
}
.page_top a span {
	display: block;
	font-size: 0.6em;
	font-weight: bold;
}
#footer {
	clear:both;
	overflow:hidden;
	padding:20px 0;
	background:#ececec;
}

#footer{
}
/* リンク　*/
#footer ul.footer_link{
	float:left;
}
#footer ul.footer_link li{
	float:left;
	margin:0 10px 0 0;
}

#footer ul.footer_link li a{
	color:#000;
	text-decoration:none;
	font-size:0.8em;
}
/* copyright */
#footer .copyright {
	font-size:0.8em;
	float:right;
}

/*夢日記のモーダル*/
.wdbb_modal .inner .twitter, 
.wdbb_modal .inner .facebook, 
.wdbb_modal .inner .google {
	color: #ffffff;
	border-radius: 5px;
	padding: 5px 20px;
	font-weight: bold;
	font-size: 1.1em;
}
.wdbb_modal .inner .twitter i, 
.wdbb_modal .inner .facebook i, 
.wdbb_modal .inner .google i {
	font-size: 1.3em;
}
.wdbb_modal .inner .twitter {background-color: #1da1f2;}
.wdbb_modal .inner .facebook {background-color: #4267b2;}
.wdbb_modal .inner .google {background-color: #dc4e41;}

.wdbb_modal .inner .info {
/*
	margin: 0 20px 0 0;
*/
	padding: 5px;
	background-color: #f6f6f6;
	border-radius: 5px;
}
.wdbb_modal .inner .info p {
	margin: 0 0 5px 0;
}
.wdbb_modal .inner h3 {
	color: #333;
	padding: 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.5em;
}
.wdbb_modal .inner .sns_box, 
.wdbb_modal .inner .signup_box {
	margin: 0 0 20px 0;
	padding: 5px;
}
.wdbb_modal .inner .signup_box div {
	margin: 0 0 10px 0;
}
.wdbb_modal .inner .sns_box li {
	margin: 0 0 10px 0;
}
.wdbb_modal .inner .sns_box li a {
	display: inline-block;
	width: 250px;
	text-align: center;
}
/*共通モーダル*/
.wdbb_modal .inner {
	padding: 10px;
}
.wdbb_modal .inner .border {
	margin: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
}

.wdbb_modal .inner .border:before, .wdbb_modal .inner .border:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.wdbb_modal .inner .border:before {
	margin-right: .4em;
}
.wdbb_modal .inner .border:after {
	margin-left: .4em;
}



.wdbb_modal .inner input[type=text], 
.wdbb_modal .inner input[type=password] {
	margin: 0 0 10px 0;
	width: 100%;
}
.wdbb_modal .inner a:hover {
    text-decoration: none;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.wdbb_modal .inner .comment_form {
	margin: 0 0 10px 0;
}
.wdbb_modal .inner .comment_form dt {
	font-weight: bold;
	padding: 0.4em 0.5em;
	color: #494949;
	background-color: #f4f4f4;
	border-left: solid 5px #7db4e6;
	margin: 0 0 5px 0;
}
.wdbb_modal .inner .comment_form dd {
	margin: 0 0 10px 0;
}
.wdbb_modal .inner .comment_form dd textarea {
	width: 100%;
	height: 100px;
}
.wdbb_modal .inner .comment_form dd label {
	margin: 0 10px 0 0;
}
.wdbb_modal .inner .comment_form dd label input {
	vertical-align: top;
	margin: 2px 0 0 0;
}

/*----------------------------------------------------
	タイトル
----------------------------------------------------*/



/* ピンク */

.t_color01{
	background: #f397ac;
}
/*
.t_color01:before{
	border: 1.2em solid #de8297;
	border-left: 1.2em solid transparent;
}
.t_color01:after {
	border: 1.2em solid #de8297;
	border-right: 1.2em solid transparent;
}
.t_color01 .ribbon-content:before,.t_color01 .ribbon-content:after {
	border-color: #c96d82 transparent transparent transparent;
}
*/

/* きいろ */

.t_color02{
	background: #ffbe73;
}
/*
.t_color02:before{
	border: 1.2em solid #eba554;
	border-left: 1.2em solid transparent;
}
.t_color02:after {
	border: 1.2em solid #eba554;
	border-right: 1.2em solid transparent;
}
.t_color02 .ribbon-content:before,.t_color02 .ribbon-content:after {
	border-color: #d18b3a transparent transparent transparent;
}
*/

/* みずいろ */

.t_color03{
	background: #7dd2de;
}
/*
.t_color03:before{
	border: 1.2em solid #66b9c6;
	border-left: 1.2em solid transparent;
}
.t_color03:after {
	border: 1.2em solid #66b9c6;
	border-right: 1.2em solid transparent;
}
.t_color03 .ribbon-content:before,.t_color03 .ribbon-content:after {
	border-color: #4da2ae transparent transparent transparent;
}
*/

/* むらさき */

.t_color04{
	background: #c57ed9;
}
/*
.t_color04:before{
	border: 1.2em solid #ab60c0;
	border-left: 1.2em solid transparent;
}
.t_color04:after {
	border: 1.2em solid #ab60c0;
	border-right: 1.2em solid transparent;
}
.t_color04 .ribbon-content:before,.t_color04 .ribbon-content:after {
	border-color: #89409e transparent transparent transparent;
}
*/

.rib_ttl {
	color: #ffffff;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
/*
.rib_ttl {
	font-size: 25px;
	width: 85%;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 15px 0; 
	margin: 1em auto 2em; 
	border-radius:5px;
}
.rib_ttl:before, .rib_ttl:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -0.6em;
	z-index: -1;
}
.rib_ttl:before {
	left: -1.5em;
	border-right-width: 0.9em;
	border-left-color: transparent;
}
.rib_ttl:after {
	right: -1.5em;
	border-left-width: 0.9em;
	border-right-color: transparent;
}
.ribbon-content:before, .ribbon-content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	bottom: -0.6em;
}
.ribbon-content:before {
	left: 0;
	border-width: 0.6em 0 0 0.6em;
}
.ribbon-content:after {
	right: 0;
	border-width: 0.6em 0.6em 0 0;
}
*/



.star01{
	font-size:1.3em;
	margin:0 0 15px;
	padding:8px 0 10px 0;
	border-bottom:8px solid #e9e9e9;
	color:#787777;
	border-radius:10px;
	clear:both;
}

.star01 i{
	color:#679ae7;
	margin:0 3px 0 0;
}
.star02{
	font-size:1.3em;
	margin:0 0 15px;
	padding:4px 0 0 25px;
	background:url(/wp-content/themes/yumeuranai-yakata/images/common/ico_star02.png) 0 0 no-repeat;
	color:#787777;
}
/*
.gray_back{
    position: relative;
    color: #000;
    font-size: 1.7em;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 4px;
	background:#e8e8e8;
}
.gray_back:after{
    content: '';
    position: absolute;
    border-top: 10px solid #e8e8e8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50px;
}
*/
.single_posts .update_time {
	text-align: right;
	color: #7B7B7B;
	font-size: 0.8em;
	margin: 5px 5px 0 0;
}

.single_posts .title{
    color: #222;
    font-size: 1.4em;
    line-height: 30px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;

}
/*
.single_posts .title:after{
    content: '';
    position: absolute;
    border-top: 10px solid #DDE6FE;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 50px;
}
*/







/*----------------------------------------------------
	ページング
----------------------------------------------------*/


.wp-pagenavi {
	clear: both;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none!important;
	color: #000!important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	border:1px solid #ddd;
}
.wp-pagenavi .pages{
	background:#eee;
	color:#333!important;
}
.wp-pagenavi span.current {
	color: #FFFFFF!important;
	border:1px solid #43435B;
	background-color: #43435B;
}
.wp-pagenavi a:hover{
	text-decoration: none;
	background:#f4f4f4;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #FFF;
}
#pagenavi_box {
}
#pagenavi_box{
	text-align: center;	
}




/*----------------------------------------------------
	 パンくず
----------------------------------------------------*/

#breadcrumbs{
	overflow:hidden;
	font-size:0.8em;
	padding: 0 ;
	margin:0 0 5px;
	line-height:1em;
}
#breadcrumbs li{
	float:left;
	margin:0 0px 0px 0;
	font-size:0.85em;
}
.breadcrumb_top .home i{
	margin:-5px 0 0;
}
#breadcrumbs li a{
	color:#000;
}

#breadcrumbs li a.home{
	font-size:1.4em;
}
#breadcrumbs li a:hover{
	color:#aaa;
}

#breadcrumbs li .ar{
	margin:0 10px;
	font-size:1.3em;
	color:#666;
}


/*----------------------------------------------------
	テキスト
----------------------------------------------------*/
.red{
	color:#ce0303;
	font-weight:700;
}

table{
	margin: 0px 0 0px;
	width:100%;
}
table th{
	padding: 13px ;
	background:#F7F7F7;
	border:1px solid #ddd;
	text-align:left;
	line-height:1.2em;
	font-weight:700;
}
table td{
	border:1px solid #ddd;
	padding: 13px ;
	line-height:1.4em;
	word-wrap:break-word;
	overflow:auto;

}

/* テーブルパーツ */

.hissu{
	background-image:url(/wp-content/themes/yumeuranai-yakata/images/hissu.png);
	background-position: 95% center ;
	background-repeat: no-repeat;
}
th .mini{
	font-size:0.8em;
	display:block;
}
td .mini{
	font-size:0.8em;
}
td.comfirm{
	font-size:0.9em;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.new{
	color:#eb272f;
	font-size:0.8em;
	margin:0 5px  ;
}
.nowrap{
	white-space: nowrap;
}

/*----------------------------------------------------
	form
----------------------------------------------------*/

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea,select{
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
input[type=text].search-input {
	border:none;
}

input:focus,textarea:focus{
/*	box-shadow:0 0 2px rgba(0,141,255,0.8);*/
	/* outline: 1px solid #0c7ede;
	box-shadow:0 0 5px #6fb1e6; */
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

textarea{
	min-height: 50px;
}

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/

.txtA{
	margin:0 0 10px;
}
.txtB{
	margin:0 0 30px;
}

/* 黒リンクの場合 hover */

.newsArchive .post a:hover{
	text-decoration:underline;
	color:#aaa;
}

.pcmb50{
	margin:0 0 50px;
}
.orange{color:#ea6f3a;font-weight:700;}

/* 見つかりませんでした。など */
.message_area{
	padding:30px 10px;
}

/* 余白調整 */
.tb_content_pdng{
	padding:20px 0;
}
.pdng10{
	padding:10px;
}
.section{
	margin:0 0 20px;
	overflow:hidden;
}

/*----------------------------------------------------
	エラー
----------------------------------------------------*/

.alert{
	border-radius:5px;
	padding:10px;
	margin:20px 0;
}
.alert_danger{
	background:#fcf1f1;
	border:1px solid #f2d4d4;
	color:#cd1616;
}
.alert_success{
	background:#f5fcf1;
	border:1px solid #d1e5c9;
	color:#319a02;
}
.alert_caution {
	background-color: #fffef2;
	border-color: #ebe3cc;
	color: #099a09;
}
.form_item_error{
	display:block;
	color:#CA2424;
	font-size:0.9em;
	margin:0 5px 2px;
	font-weight:700;
}


/*----------------------------------------------------
	各種ボタン
----------------------------------------------------*/
/*デフォルトボタン*/
.default_btn {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #c9c9c9;
	color: #929292;
	font-weight: bold;
}

/*登録ボタン*/
.regist_btn {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #f4b121;
	color: #ffffff;
	font-weight: bold;
}
/*会員登録*/
.signup_btn {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #e31414;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
}
/*ログイン*/
.login_btn {
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #5a5a5a;
	color: #ffffff;
	font-weight: bold;
}

/*fixed夢日記のボタン*/
.diary_btn {
	position: fixed;
	bottom: 50px;
	right: 0px;
	line-height: 1em;
	text-align: center;
	border-radius:5px;
	background-color: #0084ff;
}
.diary_btn.nologin {
	background-color: rgba(255,177,25, 0.9);
}
.diary_btn.login {
	background-color: rgba(0,132,255, 0.9);
}
.diary_btn a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
	color: #fff;
	text-align: center;
}
.diary_btn a i {
	font-size: 2em;
}
.diary_btn a span {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}

/*fixedマイページのボタン*/
.mypage_btn {
	position: fixed;
	bottom: 130px;
	right: 0px;
	line-height: 1em;
	text-align: center;
	border-radius:5px;
	background-color: rgba(172,172,172, 0.8);
}
.mypage_btn a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
	color: #fff;
	text-align: center;
}
.mypage_btn a i {
	font-size: 2em;
}
.mypage_btn a span {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}


/*----------------------------------------------------
	sns
----------------------------------------------------*/

ul.sns_space{
	overflow:hidden;
	text-align:center;
	margin: 30px 0;
}
ul.sns_space li{
	height:40px;
	width:40px;
	border-radius:100%;
	margin:0 1px 0 0;
	display:inline-block;
	position:relative;
}
ul.sns_space li a{
	width:40px;
	height:40px;
	border-radius:100%;
	padding:0px 0 0;
	display: table-cell;
	color:#fff;
	text-align:center;
	font-size:1.3em;
	position:relative;
}
ul.sns_space li.facebook a{background:#4660a4;}
ul.sns_space li.twitter a{background:#1da5e2;}
ul.sns_space li.pocket a{background:#df5667;}
ul.sns_space li.hatena a{background:#5279e7;}
ul.sns_space li.google a{background:#dc5043;}
ul.sns_space li.line a{background:#00c300;}
ul.sns_space li a i,
ul.sns_space li a img{
	vertical-align: middle;
}


/*----------------------------------------------------
	 お問合わせフォーム
----------------------------------------------------*/
.mailform .hissu {
	float: right;
	display: inline-block;
	width: 25px;
}

/*----------------------------------------------------
	お知らせセクション
----------------------------------------------------*/

/* お知らせセクション（トップページ） */
.news-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    margin: 40px 0;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.news-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.news-container {
    position: relative;
    z-index: 1;
}

.news-header {
    text-align: center;
    margin-bottom: 30px;
}

.news-title {
    color: #fff;
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.news-title i {
    margin-right: 15px;
    color: #ffd700;
}

.news-date {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1em;
    margin: 0;
}

.news-date i {
    margin-right: 8px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.news-link {
    display: flex;
    align-items: center;
    padding: 25px;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.news-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.news-icon i {
    color: #fff;
    font-size: 1.5em;
}

.news-info {
    flex: 1;
    min-width: 0;
}

.news-item-title {
    color: #2d3748;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.news-meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.publish-date {
    color: #718096;
    display: flex;
    align-items: center;
}

.publish-date i {
    margin-right: 5px;
    color: #667eea;
}

.news-excerpt {
    color: #4a5568;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
}

.news-detail {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #667eea;
    font-weight: 600;
    margin-left: 20px;
}

.detail-text {
    margin-right: 8px;
    font-size: 0.9em;
}

.news-footer {
    text-align: center;
    margin-top: 30px;
}

.news-all-link {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.news-all-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.news-all-link i {
    margin-right: 8px;
}

/* お知らせアーカイブページ */
.news-archive-section {
    background: #fff;
    border-radius: 20px;
    margin: 40px 0;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-archive-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #f7fafc;
}

.news-archive-title {
    color: #2d3748;
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.news-archive-title i {
    margin-right: 15px;
    color: #667eea;
}

.news-archive-description {
    color: #718096;
    font-size: 1.1em;
    margin: 0;
    line-height: 1.6;
}

.news-archive-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-archive-item {
    margin-bottom: 30px;
}

.news-archive-article {
    background: #f8fafc;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.news-archive-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
}

.news-archive-link {
    display: flex;
    align-items: center;
    padding: 30px;
    text-decoration: none;
    color: inherit;
}

.news-archive-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.news-archive-icon i {
    color: #fff;
    font-size: 1.8em;
}

.news-archive-info {
    flex: 1;
    min-width: 0;
}

.news-archive-item-title {
    color: #2d3748;
    font-size: 1.4em;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.news-archive-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9em;
    flex-wrap: wrap;
    gap: 15px;
}

.news-archive-meta time {
    color: #718096;
    display: flex;
    align-items: center;
}

.news-archive-meta time i {
    margin-right: 5px;
    color: #667eea;
}

.news-archive-excerpt {
    color: #4a5568;
    font-size: 1em;
    line-height: 1.6;
    margin: 0;
}

.news-archive-detail {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #667eea;
    font-weight: 600;
    margin-left: 20px;
}

.news-archive-pagination {
    margin-top: 40px;
    text-align: center;
}

.news-archive-pagination .page-numbers {
    display: inline-block;
    padding: 12px 18px;
    margin: 0 5px;
    background: #f8fafc;
    color: #4a5568;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.news-archive-pagination .page-numbers:hover,
.news-archive-pagination .page-numbers.current {
    background: #667eea;
    color: #fff;
    border-color: #667eea;
}

.news-archive-pagination .prev,
.news-archive-pagination .next {
    font-weight: 600;
}

.news-archive-empty {
    text-align: center;
    padding: 60px 20px;
}

.empty-icon {
    font-size: 4em;
    color: #cbd5e0;
    margin-bottom: 20px;
}

.empty-title {
    color: #2d3748;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.empty-description {
    color: #718096;
    font-size: 1.1em;
    line-height: 1.6;
    margin: 0 0 30px 0;
}

.empty-link {
    display: inline-flex;
    align-items: center;
    background: #667eea;
    color: #fff;
    padding: 15px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.empty-link:hover {
    background: #5a67d8;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.empty-link i {
    margin-right: 8px;
}

/* お知らせ詳細ページ */
.news-single-section {
    background: #fff;
    border-radius: 20px;
    margin: 40px 0;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-single-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid #f7fafc;
}

.news-single-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 0.9em;
    flex-wrap: wrap;
    gap: 20px;
}

.news-single-meta time {
    color: #718096;
    display: flex;
    align-items: center;
    background: #f8fafc;
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.news-single-meta time i {
    margin-right: 5px;
    color: #667eea;
}

.news-single-title {
    color: #2d3748;
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.news-single-title i {
    margin-right: 15px;
    color: #667eea;
}

.news-single-thumbnail {
    margin: 20px 0;
}

.news-thumbnail-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-single-content {
    margin-bottom: 40px;
}

.news-content-wrapper {
    color: #2d3748;
    font-size: 1.1em;
    line-height: 1.8;
}

.news-content-wrapper h1,
.news-content-wrapper h2,
.news-content-wrapper h3,
.news-content-wrapper h4,
.news-content-wrapper h5,
.news-content-wrapper h6 {
    color: #2d3748;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

.news-content-wrapper h1 { font-size: 1.8em; }
.news-content-wrapper h2 { font-size: 1.6em; }
.news-content-wrapper h3 { font-size: 1.4em; }
.news-content-wrapper h4 { font-size: 1.2em; }
.news-content-wrapper h5 { font-size: 1.1em; }
.news-content-wrapper h6 { font-size: 1em; }

.news-content-wrapper p {
    margin: 0 0 20px 0;
}

.news-content-wrapper ul,
.news-content-wrapper ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.news-content-wrapper li {
    margin-bottom: 8px;
}

.news-content-wrapper blockquote {
    background: #f8fafc;
    border-left: 4px solid #667eea;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.news-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.news-single-footer {
    border-top: 3px solid #f7fafc;
    padding-top: 30px;
}

.news-single-navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-navigation-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.news-prev-link,
.news-next-link {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.news-prev-link:hover,
.news-next-link:hover {
    background: #667eea;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.news-prev-link i,
.news-next-link i {
    font-size: 1.2em;
    margin: 0 10px;
}

.nav-text {
    font-size: 0.8em;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
}

.nav-title {
    font-weight: 600;
    font-size: 1em;
}

.news-back-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-archive-link,
.news-home-link {
    display: inline-flex;
    align-items: center;
    background: #667eea;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}
.news-archive-link.back-article {
	background: #f8fafc;
}

.news-archive-link:hover,
.news-home-link:hover {
    background: #5a67d8;
    color: #fff;
    text-decoration: none;
    /* transform: translateY(-1px); */
}
.news-archive-link.back-article:hover {
	background: #f8fafc;
}

.news-archive-link i,
.news-home-link i {
    margin-right: 8px;
}

/*----------------------------------------------------
	モダン検索セクション
----------------------------------------------------*/

/* モダン検索セクション */
.modern-search-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    margin: 40px 0;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.modern-search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="search-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23search-grain)"/></svg>');
    opacity: 0.3;
}

.search-container {
    position: relative;
    z-index: 1;
}

/* 検索ヘッダー */
.search-header {
    text-align: center;
    margin-bottom: 40px;
}

.search-title-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.search-title {
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.search-title i {
    color: #ffd700;
    font-size: 1.2em;
}

.search-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.search-hint {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.search-hint i {
    color: #ffd700;
}

/* 検索フォームセクション */
.search-form-section {
    margin-bottom: 40px;
}

.search-form-wrapper {
    max-width: 500px;
    margin: 0 auto 30px auto;
}

/* モダン検索フォーム */
.modern-search-form {
    position: relative;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 20px 25px;
    font-size: 1.1em;
    color: #2d3748;
    outline: none;
    font-family: inherit;
}

.search-input::placeholder {
    color: #a0aec0;
    font-style: italic;
}

.search-submit {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    color: #fff;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.search-submit:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
    transform: scale(1.05);
}

.search-submit i {
    font-size: 1.2em;
}

/* 検索例 */
.search-examples {
    text-align: center;
    margin-top: 30px;
}

.examples-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1em;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.examples-title i {
    color: #ffd700;
}

.example-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.example-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.example-tag:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.example-tag i {
    font-size: 0.8em;
    color: #ffd700;
}

/* 検索統計 */
.search-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
}

.search-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat-item i {
    font-size: 1.5em;
    color: #ffd700;
    margin-bottom: 5px;
}

.stat-number {
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    font-size: 0.9em;
    opacity: 0.8;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .modern-search-section {
        margin: 20px 0;
        padding: 30px 20px;
        border-radius: 20px;
    }
    
    .search-title {
        font-size: 2em;
        flex-direction: column;
        gap: 10px;
    }
    
    .search-subtitle {
        font-size: 1.1em;
    }
    
    .search-input-wrapper {
        border-radius: 25px;
    }
    
    .search-input {
        padding: 15px 20px;
        font-size: 1em;
    }
    
    .search-submit {
        padding: 15px 20px;
        font-size: 1em;
    }
    
    .example-tags {
        gap: 8px;
    }
    
    .example-tag {
        padding: 8px 12px;
        font-size: 0.8em;
    }
    
    .search-stats {
        gap: 20px;
    }
    
    .stat-item {
        min-width: 80px;
    }
    
    .stat-number {
        font-size: 1.5em;
    }
    
    .stat-label {
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {
    .modern-search-section {
        padding: 25px 15px;
    }
    
    .search-title {
        font-size: 1.8em;
    }
    
    .search-subtitle {
        font-size: 1em;
    }
    
    .search-hint {
        font-size: 0.8em;
    }
    
    .search-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-item {
        flex-direction: row;
        gap: 10px;
    }
    
    .stat-number {
        font-size: 1.3em;
    }
}

/*----------------------------------------------------
	検索履歴ドロップダウン
----------------------------------------------------*/

.search-history-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    z-index: 1000;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.search-history-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.search-history-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.search-history-item:last-child {
    border-bottom: none;
}

.search-history-item:hover,
.search-history-item.focused {
    background: rgba(102, 126, 234, 0.1);
}

.search-history-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #2d3748;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 12px;
}

.search-history-link:hover {
    color: #667eea;
    text-decoration: none;
}

.search-history-link i {
    color: #a0aec0;
    font-size: 0.9em;
    width: 16px;
    text-align: center;
}

.search-history-text {
    flex: 1;
    font-size: 0.95em;
}

/* 検索フォームの状態クラス */
.search-input-wrapper.focused {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 1);
}

.search-input-wrapper.has-content .search-submit {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
}

.search-submit.hovered {
    transform: scale(1.05);
}

.example-tag.hovered {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.example-tag.clicked {
    transform: scale(0.95);
}

/*----------------------------------------------------
	モダンフッター
----------------------------------------------------*/

/* モダンフッター */
.modern-footer {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%) !important;
    color: #fff !important;
    padding: 0 !important;
    margin-top: 60px !important;
    position: relative !important;
    overflow: hidden !important;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-grain)"/></svg>');
    opacity: 0.3;
}

.footer-container {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* フッターメイン */
.footer-main {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 40px !important;
    padding: 60px 0 40px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* フッターセクション */
.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-info {
    grid-column: 1;
}

.footer-menu {
    grid-column: 2;
}

.footer-community {
    grid-column: 3;
}

.footer-info-links {
    grid-column: 4;
}

/* フッターロゴ */
.footer-logo {
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    border-radius: 12px;
    padding: 15px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.footer-logo-link {
    display: inline-block;
    transition: all 0.3s ease;
}

.footer-logo-link:hover {
    transform: translateY(-2px);
}

.footer-logo img {
    max-height: 60px;
    width: auto;
    border-radius: 6px;
    display: block;
}

/* フッター説明 */
.footer-description {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    font-size: 0.95em !important;
}

/* SNSセクション */
.footer-social {
    margin-top: auto !important;
}

.social-title {
    color: #fff !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.social-title i {
    color: #ffd700 !important;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9em;
    font-weight: 500;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-link.twitter:hover {
    background: rgba(29, 161, 242, 0.2);
    border-color: rgba(29, 161, 242, 0.5);
}

.social-link.facebook:hover {
    background: rgba(66, 103, 178, 0.2);
    border-color: rgba(66, 103, 178, 0.5);
}

.social-link.instagram:hover {
    background: rgba(225, 48, 108, 0.2);
    border-color: rgba(225, 48, 108, 0.5);
}

.social-link i {
    font-size: 1.1em;
}

/* フッターメニュー */
.footer-menu-title {
    color: #fff !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-menu-title i {
    color: #ffd700 !important;
}

.footer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-menu-list li {
    margin-bottom: 12px !important;
}

.footer-menu-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 8px 0 !important;
    font-size: 0.95em !important;
}

.footer-menu-link:hover {
    color: #ffd700 !important;
    text-decoration: none !important;
    transform: translateX(5px) !important;
}

.footer-menu-link i {
    width: 16px !important;
    text-align: center !important;
    font-size: 0.9em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease !important;
}

.footer-menu-link:hover i {
    color: #ffd700 !important;
}

/* フッターボトム */
.footer-bottom {
    padding: 30px 0 !important;
}

.footer-bottom-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9em !important;
}

.footer-copyright p {
    margin: 0 !important;
}

/* ページトップボタン */
.footer-back-to-top {
    display: flex;
    align-items: center;
}

.back-to-top-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9em;
    font-weight: 500;
}

.back-to-top-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top-link i {
    font-size: 1.1em;
    color: #ffd700;
}

/* 既存のフッタースタイルを上書き */
#footer.modern-footer {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%) !important;
    color: #fff !important;
    padding: 0 !important;
    margin-top: 60px !important;
    position: relative !important;
    overflow: hidden !important;
}

#footer.modern-footer .inner_band {
    display: none !important;
}

#footer.modern-footer .footer_link {
    display: none !important;
}

#footer.modern-footer .copyright {
    display: none !important;
}

/* 個人情報保護方針・利用規約ページのモダンデザイン */
#privacyArea,
#kiyakuArea,
.page .section:has(#privacyArea),
.page .section:has(#kiyakuArea) {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

#privacyArea::before,
#kiyakuArea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

#privacyArea .section,
#kiyakuArea .section,
.page .section:has(#privacyArea) .section,
.page .section:has(#kiyakuArea) .section {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #667eea;
    transition: all 0.3s ease;
    position: relative;
}

#privacyArea .section:hover,
#kiyakuArea .section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

#privacyArea .section p,
#kiyakuArea .section p {
    color: #2d3748;
    line-height: 1.8;
    margin: 0 0 15px 0;
    font-size: 1rem;
}

#privacyArea .section p:last-child,
#kiyakuArea .section p:last-child {
    margin-bottom: 0;
}

#privacyArea .bold,
#kiyakuArea .bold {
    color: #2d3748;
    font-weight: 700;
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
}

#privacyArea .bold::after,
#kiyakuArea .bold::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 1px;
}

#privacyArea h3,
#kiyakuArea h3 {
    color: #1a202c;
    font-size: 1.5em;
    font-weight: 700;
    margin: 40px 0 20px 0;
    padding: 15px 25px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    position: relative;
}

#privacyArea h3::before,
#kiyakuArea h3::before {
    content: '📋';
    margin-right: 10px;
    font-size: 1.2em;
}

#privacyArea ul,
#kiyakuArea ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#privacyArea ul li,
#kiyakuArea ul li {
    position: relative;
    padding: 12px 0 12px 25px;
    margin-bottom: 8px;
    color: #4a5568;
    line-height: 1.6;
    border-left: 3px solid #e2e8f0;
    transition: all 0.3s ease;
}

#privacyArea ul li:hover,
#kiyakuArea ul li:hover {
    border-left-color: #667eea;
    background: rgba(102, 126, 234, 0.05);
    padding-left: 30px;
}

#privacyArea ul li::before,
#kiyakuArea ul li::before {
    content: '•';
    position: absolute;
    left: 8px;
    color: #667eea;
    font-weight: bold;
    font-size: 1.2em;
}

#privacyArea ul.child li,
#kiyakuArea ul.child li {
    padding-left: 35px;
    font-size: 0.95em;
    color: #718096;
    border-left: 2px solid #cbd5e0;
}

#privacyArea ul.child li::before,
#kiyakuArea ul.child li::before {
    content: '◦';
    left: 18px;
    color: #a0aec0;
}

#privacyArea .contactbox,
#kiyakuArea .contactbox {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

#privacyArea .contactbox::before,
#kiyakuArea .contactbox::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { transform: rotate(0deg); }
    50% { transform: rotate(180deg); }
}

#privacyArea .contactbox .bold,
#kiyakuArea .contactbox .bold {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 15px;
    display: block;
}

#privacyArea .contactbox .bold::after,
#kiyakuArea .contactbox .bold::after {
    background: rgba(255, 255, 255, 0.3);
}

#privacyArea .contactbox address,
#kiyakuArea .contactbox address {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-style: normal;
    margin: 0;
}

#privacyArea .contactbox a,
#kiyakuArea .contactbox a {
    color: #ffd700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

#privacyArea .contactbox a:hover,
#kiyakuArea .contactbox a:hover {
    color: #fff;
    text-decoration: underline;
}

#kiyakuArea .tR {
    text-align: right;
    font-weight: 700;
    color: #2d3748;
    font-size: 1.1em;
    margin-top: 40px;
    padding: 20px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

/* ページ全体のスタイル調整 */
.page section {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page .common_headline {
    text-align: center;
    color: #2d3748;
    font-size: 2.2em;
    font-weight: 700;
    margin: 40px 0;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.page .common_headline::before {
    content: '📄';
    margin-right: 15px;
    font-size: 1.2em;
}

.page .common_headline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffd700 0%, #ffed4e 100%);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #privacyArea,
    #kiyakuArea,
    .page .section:has(#privacyArea),
    .page .section:has(#kiyakuArea) {
        padding: 20px 15px;
        margin: 0 10px;
        border-radius: 15px;
    }
    
    #privacyArea .section,
    #kiyakuArea .section,
    .page .section:has(#privacyArea) .section,
    .page .section:has(#kiyakuArea) .section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    #privacyArea h3,
    #kiyakuArea h3 {
        font-size: 1.3em;
        padding: 12px 20px;
        margin: 30px 0 15px 0;
    }
    
    #privacyArea .contactbox,
    #kiyakuArea .contactbox {
        padding: 25px 20px;
        margin-top: 30px;
    }
    
    #privacyArea ul li,
    #kiyakuArea ul li {
        padding: 10px 0 10px 20px;
    }
    
    #privacyArea ul.child li,
    #kiyakuArea ul.child li {
        padding-left: 30px;
    }
    
    .page .common_headline {
        font-size: 1.8em;
        padding: 15px;
        margin: 20px 0;
    }
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }
    
    .footer-info {
        grid-column: 1 / -1 !important;
    }
    
    .footer-menu {
        grid-column: 1 !important;
    }
    
    .footer-community {
        grid-column: 2 !important;
    }
    
    .footer-info-links {
        grid-column: 1 / -1 !important;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        margin-top: 40px;
    }
    
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 40px 0 30px 0;
    }
    
    .footer-info,
    .footer-menu,
    .footer-community,
    .footer-info-links {
        grid-column: 1;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-menu-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 30px 0 20px 0;
    }
    
    .footer-menu-list {
        grid-template-columns: 1fr;
    }
    
    .social-links {
        flex-direction: column;
        align-items: center;
    }
    
    .social-link {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
}

/*----------------------------------------------------
	フッターアニメーション
----------------------------------------------------*/

/* フッターアニメーション */
.modern-footer.animated {
    animation: footerFadeIn 0.8s ease-out;
}

@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* フッターメニューアイテムのフェードイン */
.footer-menu-link.fade-in {
    animation: menuItemFadeIn 0.6s ease-out forwards;
}

@keyframes menuItemFadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* SNSリンクのスライドイン */
.social-link.slide-in {
    animation: socialSlideIn 0.6s ease-out forwards;
}

@keyframes socialSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ページトップボタンの表示/非表示 */
.back-to-top-link {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.back-to-top-link.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ホバー効果の強化 */
.footer-menu-link.hovered {
    transform: translateX(8px);
    color: #ffd700;
}

.footer-menu-link.hovered i {
    color: #ffd700;
    transform: scale(1.1);
}

.social-link.hovered {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.back-to-top-link.hovered {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* ロゴホバー効果 */
.footer-logo-link.logo-hover {
    transform: translateY(-3px) scale(1.05);
}

/* フォーカス表示 */
.footer-menu-link.focused,
.social-link.focused,
.back-to-top-link.focused {
    outline: 2px solid #ffd700;
    outline-offset: 2px;
}

/* モバイルレイアウト */
.footer-menu-list.mobile-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 480px) {
    .footer-menu-list.mobile-layout {
        grid-template-columns: 1fr;
    }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .news-section {
        margin: 20px 0;
        padding: 20px;
        border-radius: 15px;
    }
    
    .news-title {
        font-size: 1.8em;
    }
    
    .news-link {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .news-icon {
        margin: 0 0 15px 0;
    }
    
    .news-detail {
        margin: 15px 0 0 0;
    }
    
    .news-archive-section {
        margin: 20px 0;
        padding: 20px;
    }
    
    .news-archive-title {
        font-size: 2em;
    }
    
    .news-archive-link {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .news-archive-icon {
        margin: 0 0 15px 0;
    }
    
    .news-archive-detail {
        margin: 15px 0 0 0;
    }
    
    .news-single-section {
        margin: 20px 0;
        padding: 20px;
    }
    
    .news-single-title {
        font-size: 1.8em;
    }
    
    .news-navigation-links {
        flex-direction: column;
    }
    
    .news-prev-link,
    .news-next-link {
        min-width: auto;
    }
    
    .news-back-links {
        flex-direction: column;
        align-items: center;
    }
}
