﻿@charset "UTF-8";

/*
Theme Name: Rimi Ugajin Homepage
Description: レスポンシブ用テーマ
*/

/**************************************************************************************************

共通

**************************************************************************************************/

.topbg{
	background-color: #EAE5E0;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title {
	margin:30px 0px 10px 0px;
	font-size:62px;
	text-align:center;
	letter-spacing:0px;
	line-height:1.0em;
	font-weight: 400;
}

.page_title {
	margin:60px 0px 10px 0px;
	font-size:30px;
	text-align:center;
	line-height:1.0em;
	letter-spacing:0px;
}

footer {
	margin:100px 0px 20px 0px;
	font-size:12x;
	letter-spacing:2px;
}

h1 {
	font-size:28px;
	margin-bottom:40px;
	letter-spacing:3px;
}

h3 {
	font-size:20px;
	margin-bottom:8px;
}

h4 {
	font-size:18px;
}

p.just {
	text-align:justify;
}

.ls-title {
	line-height:2.0;
	font-size: 20px;
	letter-spacing: 0px;
}

.ls-title2 {
	letter-spacing: 0px;
}

.lh-1_5 {
	line-height: 1.5;
}

/**************************************************************************************************

GLOBAL NAVIGATION

**************************************************************************************************/
/*.navbar {
	background-color: #EAE5E0 !important;
}*/


/**************************************************************************************************

トップページ
home

**************************************************************************************************/

.newslist li {
	list-style: none;
	padding:15px 10px;
	border-top:#b09a83 dashed 1px;
}

.newslist li:last-child{
	border-bottom:#b09a83 dashed 1px;
}

/**************************************************************************************************

投稿

**************************************************************************************************/

.blogtitle {
	font-size:20pt;
}

.blogContents {
	padding:30px 15px;
	border-bottom:#b09a83 solid 1px;
	margin-bottom:30px;
}

.backButtom {
	
	margin:30px 0px;
	text-align: right;
	padding:10px;
}

.thumbimg {
	width: 302px;
	height: 302px;
	display: flex;
    align-items: flex-end;
}

.thumbimg img {
	width: 278px;
	max-height: 278px;
	object-fit: contain;
	object-position: bottom; /* 下揃え */
}

/**************************************************************************************************

お問合せ

**************************************************************************************************/

ul.contactlist {
  list-style: '※';
}

ul.contactlist li {
  padding:0px 0 3px 5px ;
}


label {
	display: block;
	margin-bottom:0px;
}

input[type="text"]
{
	padding:5px;
	font-size:1.3em;
	width: 100%;
}

input[type="email"]
{
	padding:5px;
	font-size:1.3em;
	width: 100%;
}

textarea {
	padding:5px;
	font-size:1.3em;
	width: 100%;
}

.wpcf7 input[type="submit"] {
	margin: 20px auto;
	font-size:1.2em;
	letter-spacing: 10px;
	width:100%;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #EAE5E0;
	color:#000;
	transition: 0.3s;
}

.wpcf7-submit:hover {
	background: #cebfaa;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}

/**************************************************************************************************



**************************************************************************************************/


/**************************************************************************************************



**************************************************************************************************/



/**************************************************************************************************



**************************************************************************************************/


