﻿SUL/*
Theme Name: BUENA VISTA HOUSE
Theme URI: http://buenavista-himaka.jp/
Description: BUENA VISTA HOUSE Responsible Web Design バージョン
Author: Inamoto co. ltd.
Author URI: http://iinamotto.com/
Version: 0.1
*/

/*
スマホ: 320px - 540px 
タブレット: 540 - 980px
PC: 980px以上　最大1600px
*/
 
/* 共通の設定 */

/*---------- Tag ----------*/

html {
	background: #fff;
}

body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  color: #222;
  max-width: 1600px;
  width: 100%;
  margin: 10px auto -10px;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

a:link { color: #36c; }

a:visited { color: #669; }

a:hover,a:active { color: #000; }

em {
  color: #c22;
}

/* ---------- Div ---------- */

/* コンテナ */
#container {
  max-width: 100%;
  overflow: hidden;
	padding : 0 10px;
}

/* ヘッダー */
#header {
	margin: 20px 0;
}

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


#header-title #logo {
	float: left;
	max-width: 10%;
}

#header-title #logo img {
	margin: 10px 20px;
}

#header-title #site-title {
	float: left;
	margin-left: 50px;
	line-height: 1em;
}
#site-title {
	padding-top: 20px;
}

/* ナビゲーション(トップページ以外) */

#nav {
  height: 44px;
	clear: both;
}
#nav ul {
	list-style: none;
	margin-left: 10px;
}
#nav li {
  float: left;
  margin-right: 20px;
}
#nav li a {
  text-decoration: none;
  color: #444;
  display: block;
  padding: 8px 10px;
}
#nav li a:hover {
  background: #eee;
}


/* Youtube */

.youtubebox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #000;
  margin: 10px 0;
}

.youtubebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* トップページ */

#top-header {
	position: relative;
}

#top-header-title {
	position: absolute;
	top : 20px;
	color: #fff;
	text-shadow: 1px 1px 0 #999;
}

#top-header-title #logo {
	float: left;
	max-width: 10%;
}

#top-header-title #logo img {
	margin: 10px 20px;
}

#top-header-title #top-site-title {
	float: left;
	margin-left: 50px;
	line-height: 1em;
}

#top_navi {
	position: absolute;
	bottom: 10px;
	right:  20px;
}

#top_navi ul {
	line-height: 2em;
	list-style: none;
}

#top_navi li a {
	font-size: 120%;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 1px 1px 0 #999;
}

/* 固定ページ */

#metaslider-id-136 {
	margin: 0 auto;
}

/* お問合せ */

.wpcf7-form {
  padding: 10px;
  margin: 1em auto;
  background: #e0f0e0;
}

.wpcf7-form input {
  max-width: 100% !important;
}

.wpcf7-form textarea {
  width: 100% !important;
}

.wpcf7-submit {
  width: 100px;
  height: 50px;
}

/* 投稿 */

#contents {
    margin: 0 auto;
	padding: 0 30px;
}

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

.post_content {
}

.post p {
  margin: 1em 0;
}

.post h2 {
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	margin: 50px;
}

.post h3 {
	font-size: 140%;
	font-style: italic;
	font-weight: 600;
}

.post h4 {
	font-size: 120%;
	font-weight: 600;
}

/* 記事内の画像 */


.wp-caption {
  border: solid 1px #aaa;
  text-align: center;
  padding-top: 5px;
}

.wp-caption p {
  margin: 0;
}

.cb {
  clear: both;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}


/* フッター */

#footer {
	margin-top: 50px;
	padding: 20px;
	width: 100%;
}

#footer-left {
  float: left;
	width: 58%;
}

#footer-right {
  float: right;
	width: 38%;
}

#footer h2 {
	font-size:180%;
}

#footer h3 {
	color: #FF6622;
}

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


/*  トップページ　*/

.date {
  color: #1d2088;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* スマホのスタイル */



/* タブレットのスタイル */
 
@media all and (min-width: 760px) {
  
p.thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
	
	.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
  
/* PCのスタイル */
 
@media all and (min-width: 980px) {
  


}