﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');


/*=================================================
基本スタイル
=================================================*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  background-color:#F5ECE3;
  overflow-x: hidden;
  width:100%;
  height:100%;
  margin: 0;
  padding: 0;
}
@media(max-width:640px){
body {
  font-size: 15px;
  line-height: 1.7;
  }
center {
  text-align:left;
  }
}
@media(max-width:640px){
.spnone {
 display:none;
  }
.spcenter {
  text-align:center;
  }
}

.centerfix {
  text-align:center;
}
.rightfix {
  text-align:right;
}

img {
  max-width: 100%;
  height: auto;
  width /***/:auto;
  vertical-align:middle;
  border:none;
  -ms-interpolation-mode: bicubic;
}

/*画像余白*/
.imgspace {
  margin: 15px 0 15px;
}
.imgspace2 {
  margin: 0 0 15px;
}
.imgspace3 {
  margin: 15px 0 0;
}
@media screen and (max-width: 640px) {
.imgspace {
  margin: 12px 0 12px;
  }
.imgspace2 {
  margin: 0 0 12px;
  }
.imgspace3 {
  margin: 12px 0 0;
  }
}

/*画像リンクhover無効*/
a.nohover:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}

a {
  color:#000;
  text-decoration:underline;
  font-weight: bold;
}
a:hover,
a:active {
  text-decoration:none;
}
a:hover img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition:all 0.3s ease;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  border:0;
  font-size:100%;
  font-weight:normal;
}
nav, section, article, aside, span, figure, figcaption {
  width: 100%;
  margin:0 auto;
  padding:0;
}
p {
  margin:0;
  padding:0;
  font-size:100%;
  text-decoration:none;
}
hr {
  width: 100%;
  border-width: 1px 0 0 0; 
  border-style: solid;
  border-color: #C7BCB2;
  margin: 8px 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*丸囲み数字リスト*/
ol {
  counter-reset: original-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
  line-height: 1.65;
  padding-left: 1.6em;
  margin-bottom: 0.2em;
  position: relative;
}
ol li:before {
  content: counter(original-counter);
  counter-increment: original-counter;
  background-color: #555;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  width: 1.4em;
  color: #FFF;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
ol p{
  margin-left:1.6em;
  margin-bottom: 0.4em;
}

/*IE6*/
*html ol li span  {
left: -1.25em;
}

/*米印*/
.kome {
	padding: 5px 0;
}
.kome p {
 margin-left:1em;
 text-indent:-1em;
}

/*ダイヤマーク*/
.diamond {
	padding: 5px 0;
}
.diamond p {
	position: relative;
  margin-left: 1em;
}
.diamond p::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: -1em;
	width: 0.5em;
	height: 0.5em;
	background-color: #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

/* 画像デバイス切り替え */
.pc {
  display:block;
}
.sp {
  display:none;
}
@media(max-width:767px){
.pc {
  display:none;
  }
.sp {
  display:block;
  }
}

/* 改行制御 */
.pcbr {
  display:block;
  }
@media(max-width:640px){
.pcbr {
  display:none;
  }
}
.spbr {
  display:none;
}
@media(max-width:640px){
.spbr {
  display:block;
  }
}

/* アンカーリンク位置調整 */
.anchor{
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}
@media(max-width:960px){
.anchor{
  display: block;
  padding-top: 124px;
  margin-top: -124px;
  }
}
@media(max-width:480px){
.anchor{
  display: block;
  padding-top: 84px;
  margin-top: -84px;
  }
}

/*=================================================
共通パーツ
=================================================*/
#wrapper {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

/*-------------------------
汎用テーブル
--------------------------*/
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0.5em 0 1.2em;
}
.table th{
  font-weight: normal;
  line-height: 100%;
  text-align: left;
  padding: 0.5em 0.8em;
  line-height: 1.65;
  border: 1px solid #999;
  background-color: #F3F3F3;
}
.table td{
  font-weight: normal;
  line-height: 100%;
  text-align: left;
  padding: 0.5em 0.8em;
  line-height: 1.65;
  border: 1px solid #999;
}
@media screen and (max-width: 480px) {
.table {
  font-size: 0.9em;
  }
.table th{
  padding: 0.3em 0.5em;
  }
.table td{
  padding: 0.3em 0.5em;
  }
}

/* ---------------------------------------
画像をトリミングしてサムネイル表示
------------------------------------------ */
.trim {
  overflow: hidden;
  position: relative;
  padding-top: 64%;
  z-index: 999;
  }

.trim img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*-------------------------
GoogleMap埋め込み
--------------------------*/
.googlemap {
  position: relative;
  padding-top: 60%;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}
.googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------
YouTube動画埋め込み
--------------------------*/
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding:0;
  height: 0;
  overflow: hidden;
}
.youtube iframe,  
.youtube object,  
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 100%;
}

/*-------------------------
画像装飾・リサイズ
--------------------------*/
.photoframe {
  border:1px solid #CCC;
  padding:3px;
  background-color:#FFF;
}
.photoradius{
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.photocircle{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.resize80p{
  width:100%;
  max-width:80%;
}
.resize640{
  width:100%;
  max-width:640px;
}
.resize420{
  width:100%;
  max-width:420px;
}

/*-------------------------
フォント指定
--------------------------*/
.b {
  font-weight:bold;
}
.normal {
  font-weight:normal !important;
}
.underline {
  text-decoration: underline;
}
.wideline {
  line-height:2.0;
}
.narrowline {
  line-height:1.6;
}
.narrowline2 {
  line-height:1.4;
}
.narrowline3 {
  line-height:1.2;
}
.fontspace {
  letter-spacing: 2px;
}
.gothic {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
}
.eng {
  font-family: 'Quicksand', sans-serif;
  line-height:1.5;
}
.nowrap {
  white-space: nowrap;
}

/*フォントカラー*/
.black {
  color:#000;
}
.brown {
  color:#837569;
}
.brown2 {
  color:#C7BCB2;
}
.white {
  color:#FFF;
}
.yellow {
  color:#FFD972;
}
.red {
  color:#EE6352;
}
.blue {
  color:#108CCF;
}

/*フォントサイズ*/
.SS {
  font-size:0.7em;
  line-height: 1.5;
}
.S {
  font-size:0.9em;
  line-height: 1.5;
}
.M {
  font-size:1.1em;
}
.L {
  font-size:1.2em;
}
.LL {
  font-size:1.4em;
}
.LLL {
  font-size:1.8em;
  line-height: 1.5;
}
.LLLL {
  font-size:2em;
  line-height: 1.4;
}
.huge {
  font-size:3.2em;
  line-height: 1.2;
}
@media(max-width:640px){
.M {
  font-size:1em;
  }
.L {
  font-size:1.1em;
  }
.LL {
  font-size:1.2em;
  }
.LLL {
  font-size:1.3em;
  }
.LLLL {
  font-size:1.5em;
  }
.huge {
  font-size:2.4em;
  }
}

/*-------------------------
余白
--------------------------*/
/*html記述 <div class="spacer"><!—-></div>*/
.spacer {
  clear: both;
  width: auto;
  height: 30px;
}
.sectionspace {
  clear: both;
  width: auto;
  height: 60px;
}
.period {
  clear: both;
  width: auto;
  height: 12px;
}
@media(max-width:640px){
.spacer {
  height: 25px;
  }
.sectionspace {
  height: 40px;
  }
.period {
  height: 10px;
  }
}

.spacer60 {
  clear: both;
  width: auto;
  height: 60px;
}
.spacer50 {
  clear: both;
  width: auto;
  height: 50px;
}
.spacer40 {
  clear: both;
  width: auto;
  height: 40px;
}
.spacer30 {
  clear: both;
  width: auto;
  height: 30px;
}
.spacer25 {
  clear: both;
  width: auto;
  height: 25px;
}
.spacer20 {
  clear: both;
  width: auto;
  height: 20px;
}
.spacer15 {
  clear: both;
  width: auto;
  height: 15px;
}
.spacer10 {
  clear: both;
  width: auto;
  height: 10px;
}
.spacer8 {
  clear: both;
  width: auto;
  height: 8px;
}
.spacer5 {
  clear: both;
  width: auto;
  height: 5px;
}