﻿@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/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');


/*=================================================
基本スタイル
=================================================*/
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;
  background-image:url(../img/common/leaf_header.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:contain;
}
@media(max-width:640px){
body {
  font-size: 0.95em;
  line-height: 1.7;
  }
}
@media(max-width:640px){
.spnone {
 display:none;
  }
}

b {
  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: #BBB;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
hr {
  margin: 20px 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: 2px;
}

/* 画像デバイス切り替え */
.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: 160px;
  margin-top: -160px;
}
@media screen and (max-width: 1000px) {
a.anchor{
  display: block;
  padding-top: 128px;
  margin-top: -128px;
  }
}
@media screen and (max-width: 767px) {
a.anchor{
  display: block;
  padding-top: 84px;
  margin-top: -84px;
  }
}

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

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

.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;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------
画像装飾・リサイズ
--------------------------*/
.photoframe {
  border:1px solid #CCC;
  padding:5px;
  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%;
}

/*画像サイズ調整*/
.resize740{
  width:100%;
  max-width:740px;
}
.resize640{
  width:100%;
  max-width:640px;
}
.resize480{
  width:100%;
  max-width:480px;
}
.resize420{
  width:100%;
  max-width:420px;
}
.resize360{
  width:100%;
  max-width:360px;
}
.resize320{
  width:100%;
  max-width:320px;
}
.resize240{
  width:100%;
  max-width:240px;
}
.resize200{
  width:100%;
  max-width:200px;
}

/*スマホでの画像サイズ調整*/
@media screen and (max-width: 640px) {
.spresize240{
  width:100%;
  max-width:240px;
  }
}

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

.black {
  color:#000;
}
.gray {
  color:#999;
}
.white {
  color:#FFF;
}
.red {
  color:#D93600;
}
.blue {
  color: #00A3D9;
}
.orange {
  color:#FF8000;
}
.green {
  color:#7FBE25;
}

/*下線マーカー*/
.mk_yellow {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF26 0%) repeat scroll 0 0;
}

/*光彩アウトライン*/
.glow{
  text-shadow:0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF,0 0 2px #FFF;
}

/*フォントサイズ*/
.SS {
  font-size:0.75em;
  line-height: 1.5;
}
.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;
  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){
.L {
  font-size:1.1em;
  }
.LL {
  font-size:1.2em;
  }
.LLL {
  font-size:1.4em;
  }
.LLLL {
  font-size:1.6em;
  }
.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;
}

