﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900');


/*=================================================
基本スタイル
=================================================*/
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: 18px;
  background-color:#FFF;
  overflow-x: hidden;
  width:100%;
  height:100%;
  margin: 0px;
  padding: 0px;
}
@media(max-width:640px){
body {
  font-size: 15px;
  line-height: 1.6;
  }
}
@media(max-width:740px){
.spnone {
 display:none;
  }
}

b {
  font-weight:700;
  font-weight: bold;
}
.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;
}
a.nohover:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}
/*画像リンク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: #A7A2A1;
  margin: 8px 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol	{
  position: relative;
  margin:0;
  padding:0
}
ol li  {
  list-style: none;
  list-style-position:outside;
  margin:0;
  padding-left:1.25em
}
ol li span {
  position: absolute;
  left:0;
  margin:0
}
/*IE6*/
*html ol li span  {
  left: -1.25em;
}

*, *: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;
}

/*箇条書き*/
.kajo {
	padding: 0;
}
.kajo p {
 margin-left:1em;
 text-indent:-1em;
  margin-bottom: 3px;
}

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

/* 改行制御・中央寄せ */
.pcbr {
  display:block;
}
.pccenter {
  text-align: center;
}
@media(max-width:640px){
.pcbr {
  display:none;
  }
.pccenter {
  text-align: left;
  }
.spcenter {
  text-align: center;
  }
}
.spbr {
  display:none;
}
@media(max-width:640px){
.spbr {
  display:block;
  }
}

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

/* アンカーリンク位置調整 */
a.anchor{
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

/*=================================================
共通パーツ
=================================================*/
#wrapper {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
section {
  padding: 0 25px;
  }
}
.content640 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}


/*=================================================
汎用パーツ
=================================================*/
/*-------------------------
ボタン
--------------------------*/
/*朱背景角丸*/
.btn_red {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 10px 12px 12px 12px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  background: #D2592F;
  line-height: 100%;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  margin:5px 0;
  display: inline-block;
}

/* グレー枠線角丸 */
.btn_gray {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:0.9em;
  cursor: pointer;
  padding: 10px 12px 12px 12px;
  text-decoration: none;
  color: #79796A;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  background: #FFF;
  line-height: 100%;
  border: 1px solid #79796A;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  margin:5px 0;
  display: inline-block;
}
.btn_gray:hover {
  background: #79796A;
  color: #FFF;
}
@media screen and (max-width: 640px) {
.btn_gray {
  padding: 8px 10px 10px 10px;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#333;
  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;
  }
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(640px以下で縦列切り替え) */
.col2 {
  width:100%;
  height: auto;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  align-items:stretch;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像＋テキスト／幅1:2＆中央揃え (640px以下で縦列切り替え) */
.column {
  width:100%;
  margin: 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: flex-start;
}
.column_img {
  flex: 1;
  margin:0 30px 0 0;
}
.column_text {
  flex: 2;
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 15px 0;
  text-align: center;
  }
}

/*-------------------------
GoogleMap埋め込み
--------------------------*/
.googlemap {
  position: relative;
  padding-top: 60%;
  height: 0;
  overflow: hidden;
}
.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: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.photocircle{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.resize240{
  width:100%;
  max-width:240px;
}

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

.black {
  color:#000;
}
.gray {
  color:#999;
}
.white {
  color:#FFF;
}
.red {
  color:#D2592F;
}
.yellow {
  color:#F2AF3B;
}

/*フォントサイズ*/
.SS {
  font-size:0.75em;
  line-height: 1.5;
}
.S {
  font-size:0.9em;
  line-height: 1.6;
}
.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:2.5em;
  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:2em;
  }
}

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

/* ---------------------------------------
フォームスタイリング
------------------------------------------ */
/* 項目名 */
.formitem {
  margin:0 0 0;
  font-weight:bold;
  font-size:1.1em;
}

/* 入力・選択欄 */
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='number'],
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
}
select::-ms-expand {
  display: none;
}
textarea{
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  width:100%;
  outline: none;
  border: 1px solid #AAA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#FFF;
  padding:0.5em;
  font-size:1.2em;
  height:140px;
}
input:focus,
select:focus,
textarea:focus {
  background:#F5F5F5;
}

input::placeholder,
textarea::placeholder {
	color: #CCC;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #CCC;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #CCC;
}

/* ラジオボタン・チェックボックス */
input[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin:10px 8px 8px 0;
}
label {
  margin-right:0.8em;
  white-space: nowrap;
  cursor:pointer;
  display: inline-block;
}

/* ボタン */
/* @import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css'); */
input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1.3em;
  cursor: pointer;
  padding: 15px 20px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background: #333;
  line-height: 100%;
  border: 0;
  cursor: pointer;
  letter-spacing: 1px;
  margin:20px 0;
}

/* 必須項目アイコン */
.hissu {
  font-size:0.75em;
  line-height:100%;
  color:#FFF;
  background-color:#CC3300;
  padding:2px 5px 1px;
  margin-left:7px;
  font-weight:normal;
  vertical-align:middle;
}