@charset "UTF-8";

/*--------------------------------------------------------
モバイル用レイアウト（640px以下の解像度のスクリーン含む）
--------------------------------------------------------*/

@media
only screen and (max-width : 640px){


/*--------------------------------------------------------
サイト全体の共通設定
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

textarea,input{ max-width: 95%; }

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }


/*●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #9cc;
}


/*--------------------------------------------------------
エリアの設定
--------------------------------------------------------*/

#container{
	padding-top: 0;
	padding-bottom: 0;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: relative;
	top: 0;
	height: auto;
	font-size: 1.0em;
}

#top-menu{
	float: none;
}

#top-menu li{
	text-align: left;
	display: block;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*●ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{

}

#header .header-logo{ 
	display:table-cell;
	float:none;
	padding-right:10px;
	}

#header .header-logo img{
	min-width:150px;
	height:auto;
	padding:5px;
	}

#header h1{
	display:table-cell;
	float:none;
	vertical-align:middle;
	width:calc(90%-160px);
	padding-top: 0.5em;
	font-size: 1em;
}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

#global-nav dt{
	padding-left: 2.5em!important;
	background: url(./images/icon/icon-arrow05.png) 1em center no-repeat #99ccff;
	color: #fff;
	font-size: 1.4em;
}

#global-nav #global-nav-in .menu-wrap{ display:none; }

#global-nav #global-nav-in #menu{ margin-bottom: 0; }

#global-nav #global-nav-in #menu,
#global-nav #global-nav-in #menu li{
	width: 100%;
	border: 0;
}

#global-nav #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu li{
	border-bottom: 1px solid #fff;
	background-color: #fff;
	white-space: normal;
}

#global-nav #global-nav-in #menu li.first{ border-left: 0; }

#global-nav #global-nav-in #menu ul{
	position: static;
	width: auto;
	padding-left: 10%;
}

#global-nav #global-nav-in #menu ul li{ width: 100%; }

#global-nav #global-nav-in #menu ul li:last-child{ border-bottom: 0; }

/*メニューのデザイン*/
#global-nav #global-nav-in #menu li a:link,
#global-nav #global-nav-in #menu li a:visited,
#global-nav #global-nav-in #menu li a:hover,
#global-nav #global-nav-in #menu li a:active{ background: url(./images/icon/icon-arrow04.png) 1em 1em no-repeat #eeebd8; }

#global-nav #global-nav-in #menu ul li a{ width: auto; }

#global-nav .btn-gnav{
	display:block;
	padding: 0.5em;
	cursor: pointer;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image .catch-copy{ font-size: 1.4em; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

.post{padding: 0 2%;width:96%;}


/*●最新情報の回り込みを解除*/
#main-contents dl.news dt,
#main-contents dl.news dd.cat,
#main-contents dl.dl-style01 dt{ float: none; }

#main-contents dl.news dt{ margin-bottom: 0.4em; }

#main-contents dl.news dt,
#main-contents dl.dl-style01 dt{
	padding-right: 1em;
	padding-left: 1em;
}

#main-contents dl.news dd.cat{
	display: inline-block;
	width: auto;
	margin: 0 1em 0.5em;
	padding: 0.3em 1em;
}

#main-contents dl.news dd,
#main-contents dl.dl-style01 dd{ 
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 1em;
}

/*●Tableをブロック表示に*/
#main-contents .table-style01,
#main-contents .table-style01 thead,
#main-contents .table-style01 tbody,
#main-contents .table-style01 tfoot,
#main-contents .table-style01 tr,
#main-contents .table-style01 th,
#main-contents .table-style01 td{ display: block; }

#main-contents .table-style01 th,
#main-contents .table-style01 td{
	float: left;
	width: 100%!important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}

#main-contents .table-style01{ /zoom : 1; }
#main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }

.box-wrap .box-l,
.box-wrap .box-r{
	float: none;
	width: 100%;
}


/*Youtube動画*/
#main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

#main-contents .v-wrap iframe,
#main-contents .v-wrap object,
#main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

/*折り畳み*/


.sub-column .showSubConts,
.sub-column .showSidebar{
	display: block!important;
}

.col1 .sub-column .ranking .item-img,
.col2 #sub-contents .ranking .item-img,
.col2r #sub-contents .ranking .item-img,
.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: none;
	padding-right: 0;
}

.col1 .sub-column .banner li,
.col2 #sub-contents .banner li,
.col2r #sub-contents .banner li{
	display: block;
	margin-right: 0;
}

.sub-column dl.search-box{ width: 100%; }

.sub-column dl.search-box dt{
	margin-right: 0;
	margin-bottom: 0.4em;;
	width: 100%;
}

.sub-column dl.search-box dt,
.sub-column dl.search-box dd{ float: none; }


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer .footer-menu ul{
	float: none;
	width: 100%;
}

#footer .area01,
#footer .area02{
	float: none;
	width: 100%;

}

.copyright{ padding-bottom: 10px;margin-bottom: 0; }

.copyright span{ display: block; }


/*------------------------------------------------------------
WordPress用
-------------------------------------------------------------*/

#main-contents .sb{
	text-align: left;
}

img.alignleft,
img.alignright{
	float: none;
	display: block;
	padding: 0;
	margin: auto;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.page-top a{
	display: block;
	border: 0;
	border-top: 1px solid #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: url(./images/common/bg-pagetop.png) 20px center no-repeat #c8c8c8;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */


#main-contents h2.post-title,.archive-title{
	padding: 5px 5% 8px 0;
	font-size: 1.2em;
	line-height:1.2;
}


dl.t1,dl.t2,dl.t3,dl.t4,dl.t5 {
	-webkit-background-size: auto 25px;
	-moz-background-size: auto 25px;
	-o-background-size: auto 25px;
	background-size: auto 25px;
	}

dl.real-hawaii dt {
	float:none;
	width:100%;
	height:240px;
	overflow:hidden;
	}

dl.real-hawaii dt img {
	width:100%;
	height:auto;
	}

dl.real-hawaii dd {
	margin-left:0;
	padding:15px 5% 0px 5%;
	}

dl.real-hawaii dd h3 {
	padding: 0 0 0 15px;
	margin-bottom:5px;
	font-size:1.2em;
	background: url(./images/ya1.png) no-repeat left;
	-webkit-background-size:10px auto;
	-moz-background-size:10px auto;
	-o-background-size:10px auto;
	background-size:10px auto;
	}

dl.real-hawaii dd p {
	font-size:0.8em;
	margin-bottom:-5px;
	}

h2.pad20 {margin-top:30px;margin-bottom:10px;}

img.topics1,img.topics2 {
	float:none;
	width:100%;
	margin-top:10px;
	}

img.topics1 {margin-right:0%;}

#mm-form {
	width: 98%;
	padding: 0px 1% 20px 1% ;
	}

#mm-form th {
	width: 40%;
	font-size:12px;
	}

input.touroku_name {
	width:80%;
	height:20px;

	font-size:14px;
	}

input.touroku_mail {
	width:100%;
	height:20px;
	font-size:14px;
	}

#mm-form input#confirm {
	width:100%;
	margin-top:5px;
	}

.sub-column #sidebar-in .ph-time .timej_label {width:200px;}


#footer .footer-menu2{
	width: 100%;
	}

#footer .footer-menu2 ul li{
	width: 24%;
	padding: 0 0% 0 0%;
	}

/*--------------------カテゴリページ--------------------*/

h2.cat-title {
	font-size:1.1em;
	margin-bottom:5px;
	}

.nextread {
	float:right;
	}

.nextread a {
	display:block;
	width:270px;
	padding:5px 10px;
	background:url(./images/bg1.png) repeat-x;
	border-radius:5px;
	font-size:0.8em;
	color:#FFF;
	text-align:center;
	    -webkit-transition: 0.3s ease-in-out;
	       -moz-transition: 0.3s ease-in-out;
	         -o-transition: 0.3s ease-in-out;
	            transition: 0.3s ease-in-out;
	}

.nextread a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
}


.post-eyecatch {
	margin: 0 20px 10px 0!important;
	width:100px;
	height:100px;
	overflow:hidden;
	}

.post-eyecatch img {
	width:100%;
	height:auto;
	}

ul.sns .line a,ul.sns .twitter a,ul.sns .facebook a,ul.sns .hatebu a {background-position:center;}

#main-contents ul.sns li a {padding: 10px 5px;font-size: 0;}

/*--------------------固定ページ--------------------*/

.pad30 {margin-top:20px;}


/*--------------------投稿ページ--------------------*/



body.single #main-contents .contents .article h3 {
	font-size: 1.1em;
	}

}


@media only screen and (max-width : 540px){

dl.real-hawaii dt {
	height:200px;
	overflow:hidden;
	}

.sub-column #sidebar-in .ph-time .timej_label {width:160px;}

.pagetop{
	right: 15px;
	bottom: 30px;
	}

.pagetop a{
	width:90px;
	height:120px;
	}

}

@media only screen and (max-width : 440px){

dl.real-hawaii dt {
	height:160px;
	overflow:hidden;
	}

.sub-column #sidebar-in .ph-time .timej_label {width:120px;}

#footer{font-size: 1.2em;}

.pagetop{
	right: 10px;
	bottom: 20px;
	}

.pagetop a{
	width:75px;
	height:100px;
	}

h2.cat-title {font-size:1em;}

.honbun {font-size:0.7em;}

.honbun p {display:none;}

.post-eyecatch {margin: 0 10px 5px 0!important;}

.single-cat a {
	padding:2px 3px;
	font-size:0.6em;
	margin-right:3px;
	}

body.single #main-contents .contents .article h3 {
	margin-bottom:10px;
	padding: 5px 3%;
	font-size: 1.1em;
	}

#main-contents h4{
	margin: 0 0 1em;
	padding: 0.3em 0.4em;
	border-left: 9px solid #0086ff;
	font-size:1.1em;
	}

#main-contents h5{
	margin: 0 0 1em;
	padding: 0 0.3em 0.3em;
	font-size:1.1em;
	}

}

@media only screen and (max-width : 360px){

dl.real-hawaii dt {
	height:120px;
	overflow:hidden;
	}

.sub-column #sidebar-in .ph-time .timej_label {width:100px;}

#footer{font-size: 1.1em;}

.pagetop{
	right: 5px;
	bottom: 10px;
	}

.pagetop a{
	width:60px;
	height:80px;
	}

h2.cat-title {font-size:0.9em;}

.honbun {font-size:0.6em;}

}

@media not screen and (1) { .page-top { position: static; } }/* Opera10以上 */


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
