﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://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: 16px;
    background-color:#FFF;
    overflow-x: hidden;
    width:100%;
    height:100%;
    margin: 0px;
    padding: 0px;
}
@media(max-width:640px){
body {
    font-size: 15px;
    }
br { 
    display:none;
    }
center {
    text-align:left;
    }
}
@media(max-width:740px){
.spnone {
   display:none;
    }
}

b {
    font-weight:700;
}
.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);
}
a {
    color:#F36F33;
    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: #CCC;
  margin: 5px 0;
}
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;
}
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;
}

/* 画像デバイス切り替え */
.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;
  }
}

a.anchor{
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

/*=================================================
共通パーツ
=================================================*/
#wrapper {
    width:100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.content {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

/*-------------------------
ヘッダー
--------------------------*/
header {
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.headwrap{
  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: flex-start;
  align-items: center;
}
.headlogo {
  width:100%;
  max-width:200px;
  margin:0 20px 0 0;
}
.headinfo {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  text-align: right;
}
.logo{
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 640px) {
header {
  padding: 20px 0;
  }
.logo{
  width: 100%;
  max-width: 140px;
  }
}
@media screen and (max-width: 640px) {
.headinfo {
  display: none;
  }
}

/*-------------------------
ターゲット(640px以下で縦列切り替え)
--------------------------*/
.target {
  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;
}
.target li{
  width:50%;
  margin:0 20px 0 0;
}
.target li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 640px) {
.target {
  flex-direction: column;
  display:block;
  }
.target li {
  width:100%;
  margin:0 0 30px 0;
  }
.target li:last-child{
  margin:0 0 0 0;
  }
}

/*-------------------------
吹き出しコメント
--------------------------*/
.balloon_comment {
  position: relative;
  padding: 20px;
  background-color: #FFEBCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-right:15px;
}
.balloon_comment::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  border-left: 15px solid #FFEBCC;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media(max-width:640px){
.balloon_comment {
  padding: 15px;
  margin-right:10px;
  }
.balloon_comment::before{
  right: -10px;
  top: 30px;
  margin-top: -10px;
  border-left: 10px solid #FFEBCC;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  }
}

/*-------------------------
フォーム枠
--------------------------*/
#form {
    width:100%;
    height: 100%;
    padding: 30px 0 30px;
    margin: 50px 0 40px;
  background: #F0EFEE;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#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:#F36F33;
  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:1.2em;
  cursor: pointer;
  padding: 8px 18px 10px 20px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  background: #F36F33;
  line-height: 100%;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  cursor: pointer;
  letter-spacing: 1px;
  margin:20px 0;
  display: inline-block;
}

/*-------------------------
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: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.photocircle{
     border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.resize180{
    width:100%;
    max-width:180px;
}

/*-------------------------
フォント指定
--------------------------*/
.b {
    font-weight:bold;
}
.underline {
    text-decoration: underline;
}
.wideline {
    line-height:2.0;
}
.narrowline {
    line-height:1.4;
}
.fontspace {
    letter-spacing: 2px;
}
.right {
    text-align:right;
}
@media(max-width:960px){
.right {
    text-align:left;
    }
}
.left {
    text-align:left;
}
.gothic {
  font-family: "Noto Sans Japanese", sans-serif;
    line-height:1.6;
}
.eng {
  font-family: 'Quicksand', sans-serif;
}

.copyright {
    font-family: 'Quicksand', sans-serif;
    line-height:100%;
    font-size: 0.8em;
    color: #999999;
    padding: 30px 0 20px
}
@media screen and (max-width: 640px) {
.copyright {
    font-size: 0.7em;
  }
}

.black {
    color:#000;
}
.gray {
    color:#999;
}
.white {
    color:#FFF;
}
.red {
    color:#CC0000;
}
.orange {
  color:#F36F33;
}
.orange2 {
  color:#FF9900;
}

.S {
    font-size:14px;
}
.M {
    font-size:18px;
}
.L {
    font-size:20px;
}
.LL {
    font-size:24px;
}
.LLL {
    font-size:30px;
}
.LLLL {
    font-size:36px;
}
.big {
    font-size:42px;
    line-height: 1.2;
}
.huge {
    font-size:54px;
    line-height: 1.2;
}
@media(max-width:640px){
.S {
    font-size:12px;
    }
.M {
    font-size:16px;
    }
.L {
    font-size:16px;
    }
.LL {
    font-size:18px;
    }
.LLL {
    font-size:20px;
    }
.LLLL {
    font-size:24px;
    }
.big {
    font-size:30px;
    }
.huge {
    font-size:36px;
    }
}

/*-------------------------
余白
--------------------------*/
/*html記述 <div class="spacer"><!—-></div>*/
.spacer {
    clear: both;
    width: auto;
    height: 40px;
}
@media(max-width:640px){
.spacer {
    height: 30px;
    }
}
.spacer100 {
    clear: both;
    width: auto;
    height: 100px;
}
.spacer80 {
    clear: both;
    width: auto;
    height: 80px;
}
.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;
}
.spacer5 {
    clear: both;
    width: auto;
    height: 5px;
}

/* ---------------------------------------
フォームスタイリング
------------------------------------------ */
/* 項目名 */
.formitem {
  margin:1.5em 0 0.5em;
  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 #CCC;
  -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 #CCC;
  -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[type="radio"] , 
input[type="checkbox"]{
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  margin:0 10px 15px 3px;
}
label {
  margin-right:1em;
  white-space: nowrap;
  cursor:pointer;
}

/* ボタン */
/* @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: 10px 18px 12px 20px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  background: #231F20;
  line-height: 100%;
  border: 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  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;
}