﻿

/*		Contents
---------------------------------------------------------------------------
	paging（ページング）
	widget_btn（ボタン）
	widget_access（アクセス）
	widget_contact（各種お問い合わせ）
	widget_list（投稿一覧）
	widget_entry（投稿詳細）
	widget_navi（ナビゲーション）
	widget_form（フォーム）
------------------------------------------------------------------------ */


/* ========================================================================
	paging（ページング）
======================================================================== */
.paging{
	padding:0 0 60px 0;
	text-align:center;
	font-size:1.4rem;
	font-weight:500;
	line-height:4.6rem;
}

.paging span,
.paging a{
	display:inline-block;
	margin:0 10px 10px;
	vertical-align:bottom;
}

.paging span.current,
.paging a{
	width:46px;
	background:#6CDEDB;
	border:2px solid #6CDEDB;
	border-radius:5px;
	color:#ffffff;
}

.paging a{
	color:#222222;
	background:#ffffff;
	text-decoration:none;
	transition-duration:0.2s;
}
.paging a:hover{ background:#6CDEDB; color:#ffffff; }

@media screen and (max-width:767px){
.paging{
	padding:0 0 20px 0;
	line-height:3.6rem;
}

.paging span,
.paging a{
	margin:0 5px 10px;
}

.paging span.current,
.paging a{
	width:36px;
}
}


/* ========================================================================
	widget_btn（ボタン）
======================================================================== */
.widget_btn{
	padding:0 0 60px 0;
	text-align:center;
}

.widget_btn a,
.widget_btn button,
.widget_btn input{
	display:inline-block;
	min-width:280px;
	padding:13px 34px;
	background:#6CDEDB;
	border:none;
	border-radius:5px;
	text-align:center;
	font-size:1.4rem;
	font-weight:500;
	color:#ffffff;
	line-height:2.4rem;
	letter-spacing:normal;
	text-decoration:none;
}

@media screen and (max-width:767px){
.widget_btn{
	padding:0 0 30px 0;
}

.widget_btn a,
.widget_btn button,
.widget_btn input{
	min-width:auto;
	width:100%;
	padding:13px 20px;
}
}


/* ========================================================================
	widget_access（アクセス）
======================================================================== */
.widget_access{
	padding:0 0 60px 0;
}

@media screen and (max-width:767px){
.widget_access{
	padding:0 0 30px 0;
}
}


/* ----------------------------------------
	tab
---------------------------------------- */
.widget_access .tab{
	position:relative;
	margin:140px 0 0 0;
}

.widget_access .tab > div{
	padding:30px 24px;
	border:1px solid #A88B54;
}

.widget_access .tab p{
	margin:0;
	padding:0;
}

@media screen and (max-width:767px){
.widget_access .tab{
	margin:0;
}

.widget_access .tab > div{
	padding:20px 15px;
}
}


/* btn
---------------------------------------- */
.widget_access .btn{
	position:absolute;
	top:-80px;
	left:0;
	width:100%;
	padding:0;
	z-index:1;
}

.widget_access .btn li{
	float:left;
	width:320px;
	padding:0;
	background:#ffffff;
	text-align:center;
}
.widget_access .btn li::before{ content:none; }
.widget_access .btn li:nth-child(2){ margin:0 20px; }

.widget_access .btn a{
	display:block;
	padding:1px 0 7px 0;
	background:#A88B54;
	border-top:7px solid #A88B54;
	border-left:1px solid #A88B54;
	border-right:1px solid #A88B54;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:2.0rem;
	font-weight:500;
	color:#ffffff;
	line-height:6.6rem;
	letter-spacing:normal;
	text-decoration:none;
}
.widget_access .btn a.selected{
	background:#ffffff;
	color:#A88B54;
}

@media screen and (max-width:767px){
.widget_access .btn{
	position:static;
	width:auto;
	margin:0 -5px;
}

.widget_access .btn::after{
	content:"";
	display:block;
	clear:both;
}

.widget_access .btn li{
	display:table;
	width:33.33%;
	padding:0 5px;
}
.widget_access .btn li:nth-child(2){ margin:0; }

.widget_access .btn a{
	display:table-cell;
	position:relative;
	padding:10px 0 15px 0;
	vertical-align:middle;
	font-size:1.2rem;
	line-height:1.6rem;
	z-index:1;
}

.widget_access .btn a::before{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:1px;
	background:#A88B54;
}
.widget_access .btn a.selected::before{ background:#ffffff; }
}

@media screen and (max-width:375px){
.widget_access .btn a{ font-size:1.1rem; }
}


/* map
---------------------------------------- */
.widget_access .tab .map iframe{
	border:2px solid #ffffff;
}

.widget_access .tab .map p{
	padding:10px 0 0 0;
}

@media screen and (max-width:767px){
.widget_access .tab .map iframe{
	height:240px;
}
}


/* ========================================================================
	widget_contact（各種お問い合わせ）
======================================================================== */
.widget_contact{
	padding:100px 0 80px 0;
	background:#A88B54;
	text-align:center;
}

.widget_contact h2{
	margin:0 0 40px 0;
	padding:0;
	background:none;
	font-size:2.6rem;
	font-weight:500;
	line-height:1;
}
.widget_contact h2::before{ content:none; }

.widget_contact p{
	padding:0 0 40px 0;
	color:#ffffff;
}

.widget_contact p a{
	color:#ffffff;
}

.widget_contact ul{
	margin:0 -10px;
	font-size:0;
	letter-spacing:normal;
}

.widget_contact ul li{
	display:inline-block;
	width:235px;
	margin:0 10px 20px;
}

.widget_contact ul li a{
	display:block;
	height:180px;
	padding:30px 0 0 0;
	background:#ffffff;
	border-radius:5px;
	font-size:1.7rem;
	color:#222222;
	line-height:1;
	letter-spacing:0.05em;
	text-decoration:none;
}

.widget_contact ul li img{
	display:block;
	margin:0 auto 20px;
}

@media screen and (max-width:767px){
.widget_contact{
	padding:30px 0 10px 0;
}

.widget_contact h2{
	margin:0 0 20px 0;
	font-size:2.0rem;
}

.widget_contact p{
	padding:0 0 20px 0;
}

.widget_contact ul{
	margin:0;
}

.widget_contact ul li{
	display:table;
	width:100%;
	margin:0 0 10px 0;
}

.widget_contact ul li a{
	display:table-cell;
	height:auto;
	padding:10px 0;
	font-size:1.5rem;
}

.widget_contact ul li img{
	display:inline-block;
	width:30px;
	margin:0 10px 0 0;
	vertical-align:middle;
}
}


/* ========================================================================
	widget_list（投稿一覧）
======================================================================== */
.widget_list{
	padding:0 0 20px 0;
	font-size:0;
	letter-spacing:normal;
}

.widget_list li{	
	display:inline-block;
	width:214px;
	margin:0 48px 40px 0;
	vertical-align:top;
	font-size:1.4rem;
}
.widget_list li:nth-child(4n){ margin-right:0; }

.widget_list a{
	display:block;
	color:#222222;
	text-decoration:none;
}

.widget_list h2,
.widget_list h3{
	margin:0 0 20px 0;
	padding:0;
	background:none;
	border-radius:0;
	text-align:left;
	font-size:1.4rem;
	font-weight:500;
	color:#222222;
	line-height:2.4rem;
}
.widget_list h2::before{ content:none; }

@media screen and (max-width:767px){
.widget_list{
	padding:0;
}

.widget_list li{	
	display:block;
	width:auto;
	margin:0 0 30px 0;
}

.widget_list h2,
.widget_list h3{
	margin:0 0 10px 0;
}

#photo-flower .widget_list,
#photo-view .widget_list{
	margin:0 -5px;
}

#photo-flower .widget_list li,
#photo-view .widget_list li{
	display:inline-block;
	width:50%;
	padding:0 5px;
}
}


/* ----------------------------------------
	photo
---------------------------------------- */
.widget_list .photo{
	overflow:hidden;
	position:relative;
	width:214px;
	height:142px;
	margin:0 0 20px 0;
	border-radius:5px;
}

.widget_list .photo img{
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%); /* Android */
	transform:translateY(-50%);
}

@media screen and (max-width:767px){
.widget_list .photo{
	width:auto;
	height:auto;
	margin:0 0 10px 0;
	border-radius:0;
	text-align:center;
}

.widget_list .photo img{
	position:static;
	width:auto;
	border-radius:5px;
	-webkit-transform:none; /* Android */
	transform:none;
}
}


/* ----------------------------------------
	cat
---------------------------------------- */
.widget_list .cat{
	text-align:right;
	line-height:2.0rem;
}

.widget_list .cat a{
	display:inline-block;
	padding:0 16px;
	background:#A88B54;
	border-radius:10px;
	vertical-align:top;
	font-size:1.2rem;
	color:#ffffff;
}


/* ----------------------------------------
	btn
---------------------------------------- */
.widget_list .btn{
	cursor:pointer;
	transition-duration:0.2s;
}
.widget_list .btn:hover img{ opacity:0.8; }


/* ----------------------------------------
	popup
---------------------------------------- */
.widget_list .popup{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	cursor:pointer;
	z-index:20;
}

.widget_list .popup dl{
	position:relative;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%); /* Android */
	transform:translate(-50%, -50%);
	width:560px;
	padding:30px;
	background:#ffffff;
	border-radius:5px;
	font-size:1.8rem;
	line-height:2.8rem;
}

.widget_list .popup dl dt{
	font-weight:500;
}

.widget_list .popup dl dt img{
	display:block;
	margin:0 auto 20px;
	border-radius:5px;
}

@media screen and (max-width:767px){
.widget_list .popup{
	padding:0 15px;
}

.widget_list .popup dl{
	width:100%;
	padding:15px;
	font-size:1.5rem;
	line-height:2.5rem;
}

.widget_list .popup dl dt img{	
	margin-bottom:10px;
}
}


/* ========================================================================
	widget_entry（投稿詳細）
======================================================================== */
.widget_entry .aligncenter{ display:block; margin:0 auto 30px; }
.widget_entry .alignright{ float:right; margin:0 0 0 30px; }
.widget_entry .alignleft{ float:left; margin:0 30px 0 0; }

.widget_entry strong{
	font-weight:500;
}

.widget_entry p{
	margin:0 0 60px 0;
	padding:0;
}
.widget_entry table p{ margin:0; }

.widget_entry p::after{
	content:"";
	display:block;
	clear:both;
}

.widget_entry ul,
.widget_entry ol{
	padding:0 0 40px 0;
	line-height:2.5rem;
	counter-reset:number;
}

.widget_entry ul li,
.widget_entry ol li{
	position:relative;
	padding:0 0 20px 24px;
}
.widget_entry ol li{ padding-left:1.5em; text-indent:-1.5em; }

.widget_entry ul li:before{
	content:"";
	position:absolute;
	top:5px;
	left:0;
	width:14px;
	height:14px;
	background:#6CDEDB;
}

.widget_entry ol li:before{
	counter-increment:number;
	content:counter(number)".";
	padding:0 0.5em 0 0;
	font-weight:500;
	color:#6CDEDB;
}

@media screen and (max-width: 767px){
.widget_entry .aligncenter,
.widget_entry .alignright,
.widget_entry .alignleft{
	display:block;
	float:none;
	margin:0 auto 10px;
}

.widget_entry iframe{
	height:600px;
}

.widget_entry p{
	margin:0 0 30px 0;
}

.widget_entry ul,
.widget_entry ol{
	padding:0 0 20px 0;
	font-size:1.5rem;
}

.widget_entry ul li{
	padding:0 0 10px 22px;
}

.widget_entry ol li{
	padding-bottom:10px;
}

.widget_entry ul li:before{
	top:6px;
	width:12px;
	height:12px;
}

.widget_entry .scroll{
	overflow-x:scroll;
	margin:0 0 30px 0;
}

.widget_entry .scroll table{
	width:600px !important;
    margin:0 auto;
}

.widget_entry .scroll table th,
.widget_entry .scroll table td{
	display:table-cell;
}
}


/* ----------------------------------------
	gallery
---------------------------------------- */
.widget_entry .gallery{
	margin:0 -15px !important;
}

.widget_entry .gallery-icon img{
	border:none !important;
}

.widget_entry .gallery-item{
	margin:0 !important;
	padding:0 15px 60px;
}

.widget_entry .gallery-caption{
	padding:30px 0 0 0;
	text-align:left;
	line-height:3.2rem;
}

@media screen and (max-width: 767px){
.widget_entry .gallery{
	margin:0 !important;
}

.widget_entry .gallery br{
	display:none;
}

.widget_entry .gallery-item{
	float:none !important;
	width:auto !important;
	padding:0 0 30px 0;
}

.widget_entry .gallery-caption{
	padding:20px 0 0 0;
	font-size:1.5rem;
	line-height:2.5rem;
}
}


/* ----------------------------------------
	column1
---------------------------------------- */
.widget_entry .column1{
	padding:0 0 30px 0;
}

.widget_entry .column1 img{
	display:block;
	margin:0 auto 30px;
	border-radius:20px;
}

.widget_entry .column1 p{
	margin-bottom:30px;
}

@media screen and (max-width: 767px){
.widget_entry .column1{
	padding:0 0 10px 0;
}

.widget_entry .column1 img,
.widget_entry .column1 p{
	margin-bottom:20px;
}
}


/* ----------------------------------------
	column2
---------------------------------------- */
.widget_entry .column2{
	overflow:hidden;
}

.widget_entry .column2 .block{
	float:left;
	width:484px;
	padding:0 0 30px 0;
}
.widget_entry .column2 .block:nth-child(2){ float:right; }

.widget_entry .column2 img{
	display:block;
	margin:0 auto 30px;
	border-radius:20px;
}

.widget_entry .column2 p{
	margin-bottom:30px;
}

@media screen and (max-width: 767px){
.widget_entry .column2 .block{
	float:none;
	width:auto;
	padding:0 0 10px 0;
}
.widget_entry .column2 .block:nth-child(2){ float:none; }

.widget_entry .column2 img,
.widget_entry .column2 p{
	margin-bottom:20px;
}
}


/* ========================================================================
	widget_navi（ナビゲーション）
======================================================================== */
.widget_navi{
	overflow:hidden;
	padding:0 0 80px 0;
}

.widget_navi li{
	float:left;
	width:238px;
	margin:0 16px 20px 0;
}
.widget_navi li:nth-child(4n){ margin-right:0; }

.widget_navi a{
	display:block;
	background:#6CDEDB;
	border-radius:5px;
	text-align:center;
	font-size:1.4rem;
	font-weight:500;
	color:#ffffff;
	line-height:5.0rem;
	letter-spacing:normal;
	text-decoration:none;
}

@media screen and (max-width:767px){
.widget_navi{
	margin:0 -5px;
	padding:0 0 20px 0;
}

.widget_navi li{
	display:table;
	width:50%;
	margin:0 0 10px 0;
	padding:0 5px;
}

.widget_navi a{
	display:table-cell;
	padding:8px 5px;
	vertical-align:middle;
	line-height:2.4rem;
}
}


/* ========================================================================
	widget_form（フォーム）
======================================================================== */
.mw_wp_form .widget_form .horizontal-item + .horizontal-item{ margin:0; }
.mw_wp_form .widget_form .error{ padding:0 0 5px 0; }

.widget_form label{
	display:inline-block;
	margin:5px 30px 5px 0 !important;
	line-height:4.0rem;
}

.widget_form .size_S{ width:200px; }
.widget_form .size_M{ width:400px; }
.widget_form .attention{ color:#dd0000; }

.widget_form th{
	width:340px !important;
	padding:15px 82px 15px 30px;
	text-align:left;
	white-space:normal;
}

.widget_form th span{
	float:right;
	width:42px;
	margin:1px -52px 0 0;
	background:#F7B007;
	border-radius:5px;
	text-align:center;
	font-size:1.3rem;
	font-weight:500;
	color:#ffffff;
	line-height:2.3rem;
}

.widget_form td{
	padding:15px 30px;
	text-align:left;
}

.widget_form td p.note{
	padding:5px 0 5px 1.0em;
	text-indent:-1.0em;
}

.widget_form a{
	display:inline-block;
	padding:5px 0;
}

.mw_wp_form_confirm .widget_form p.note,
.mw_wp_form_confirm .widget_form a,
.mw_wp_form_confirm .widget_form a + br{
	display:none;
}

@media screen and (max-width: 767px){
.widget_form label{
	margin:0 20px 0 0 !important;
}

.widget_form .size_S,
.widget_form .size_M{ width:100%; }

.widget_form th{
	width:auto !important;
	padding:10px 67px 10px 15px;
}

.widget_form td{
	padding:10px 15px;
}
}