﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=Abel');
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/earlyaccess/sawarabimincho.css');


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

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

/* 画像上下余白 */
.imgspace {
  margin: 15px 0;
}
.imgspace2 {
  margin: 0 0 15px;
}
.imgspace3 {
  margin: 15px 0 0;
}

a {
  color:#C09320;
  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;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dotlist li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}

*, *: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とスマホで画像切り替え */
.pc {
  display:block;
}
.sp {
  display:none;
}
@media(max-width:640px){
.pc {
  display:none;
  }
.sp {
  display:block;
  }
}
/* スマホで改行 */
.spbr {
  display:none;
  }
@media screen and (max-width: 640px) {
.spbr {
  display:block;
  }
}


/*=================================================
全体レイアウト
=================================================*/
#wrapper {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.content {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 2カラムレイアウト */
.column {
  width:100%;
  margin: 0;
  padding:40px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
}
.columnmain {
  box-sizing: border-box;
  width:100%;
  max-width: 640px;
  margin: 0 30px 0 0;
  padding: 0;
}
.columnmenu {
  box-sizing: border-box;
  width:100%;
  max-width:300px;
  margin: 0;
  padding: 0;
}
.columnmenu a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 840px) {
.columnmenu {
  max-width:200px;
  }
}
@media screen and (max-width: 767px) {
.column {
  flex-direction: column;
  display: block;
  }
.column li {
  width:100%;
  }
.columnmain {
  max-width:100%;
  margin: 0 0 40px 0;
}
.columnmenu {
  max-width:100%;
  }
}


/*=================================================
共通ヘッダー
=================================================*/
h1 {
  font-size: 0.7em;
  line-height: 1.4;
  padding: 0;
  background: #FFF;
}
header {
  width: 100%;
  height: 560px;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../img/common/header.png);
}
header img {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media(max-width:1024px){
header img {
  max-width: 100%;
  padding: 0 20px;
	}
}
@media(max-width:840px){
header {
  height: 420px;
	}
}
@media(max-width:640px){
header {
  height: 320px;
	}
}
@media(max-width:420px){
header {
  height: 220px;
	}
}


/*=================================================
共通ナビゲーション
=================================================*/
nav {
  width: 100%;
  padding: 0;
  margin: 0;
  background: -moz-linear-gradient(top, #D3B362, #C09320);
  background: -webkit-linear-gradient(top, #D3B362, #C09320);
  background: linear-gradient(to bottom, #D3B362, #C09320);
}
#navmenu {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
#navmenu li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:20px 10px;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #FBE5EC;
}
#navmenu li:last-child{
  border-right: none;
}
#navmenu li a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  display: block;
  font-size: 1.2em;
  line-height: 1.3;
}
@media(max-width:767px){
#navmenu li {
  padding:15px 5px;
	}
#navmenu li a {
  font-size: 0.8em;
	}
}


/*=================================================
メイン情報枠(左カラム)
=================================================*/
/* テキスト＋画像横並び(960px以下で縦列切り替え) */
.media {
  width:100%;
  margin: auto;
  padding:15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items: flex-start;
}
.media_img {
  width:100%;
  max-width:200px;
  padding-left: 20px;
}
.media_text {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
}
@media screen and (max-width: 960px) {
.media {
  flex-direction: column;
  display:block;
  }
.media_img {
  padding-left: 0;
  padding-top: 15px;
  margin: 0 auto;
  }
}


/*=================================================
メニュー枠(右カラム)
=================================================*/
/*-------------------------
お問い合わせ
--------------------------*/
.contact {
  background: #FFF;
  padding: 20px 20px 0;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 840px) {
.contact {
  padding: 20px 0 0;
  }
}


/*=================================================
フッター
=================================================*/
footer{
 width: 100%;
 text-align: center;
 padding: 30px 20px 20px;
}
@media screen and (max-width: 640px) {
footer{
  font-size: 0.9em;
  }
}

/*=================================================
項目タイトル
=================================================*/
.title {
  position: relative;
  padding: 12px 20px 14px 25px;
  background: #6E9010;
  margin: 20px 0 30px;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.4;
  font-weight: 600;
  font-size: 1.4em;
  color: #FFF;
}
.title::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
@media(max-width:640px){
.title {
  padding: 8px 15px 10px 20px;
  margin: 15px 0 25px;
  font-size: 1.2em;
  }
}


/*=================================================
ページ上部へジャンプ
=================================================*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border: 2px solid #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#000;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:960px){
#jumptop{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}


/*=================================================
ボタン
=================================================*/
.btn {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1em;
  cursor: pointer;
  padding: 8px 10px 8px 12px;
  text-decoration: none;
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  line-height: 100%;
  border: 1px solid #FFF;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin:12px 0;
  display: inline-block;
  transition: all .3s;
}


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

.resize420{
  width:100%;
  max-width:420px;
}
.resize160{
  width:100%;
  max-width:160px;
}


/*=================================================
フォント指定
=================================================*/
.b {
  font-weight:bold;
}
.underline {
  text-decoration: underline;
}
.wideline {
  line-height:2.0;
}
.narrowline {
  line-height:1.6;
}
.fontspace {
  letter-spacing: 2px;
}
.nowrap {
  white-space: nowrap;
}
.rightfix {
  text-align: right;
}
.gothic {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.4;
}
.mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}
.eng {
  font-family: 'Abel', sans-serif;
  line-height: 100%;
}

/*フォントカラー*/
.orange {
  color:#FF6600;
}
.yellow {
  color:#FFE066;
}
.red {
  color:#CC3300;
}
.gray {
  color:#666;
}
.white {
  color: #FFF;
}
.black {
  color: #000;
}
.brown {
  color: #493E00;
}
.green {
  color: #339999;
}
.color {
  color: #C09320;
}

/*フォントサイズ*/
.SS {
  font-size:0.7em;
}
.S {
  font-size:0.9em;
}
.M {
  font-size:1.1em;
}
.L {
  font-size:1.2em;
}
.LL {
  font-size:1.4em;
}
.LLL {
  font-size:1.8em;
}
.LLLL {
  font-size:2em;
}

@media(max-width:640px){
.M {
  font-size:1em;
  }
  .L {
  font-size:1.1em;
  }
  .LL {
  font-size:1.2em;
  }
  .LLL {
  font-size:1.5em;
  }
  .LLLL {
  font-size:1.8em;
  }
}


/*=================================================
スペーサー
=================================================*/
/*html記述 <div class="spacer"><!—-></div>*/
.spacer {
  clear: both;
  width: auto;
  height: 40px;
}
@media(max-width:640px){
.spacer {
  height: 30px;
  }
}
.spacer50 {
  clear: both;
  width: auto;
  height: 50px;
}
.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;
}
.spacer5 {
  clear: both;
  width: auto;
  height: 5px;
}