﻿@charset "UTF-8";

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

@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: 0;
  padding: 0;
}
@media(max-width:640px){
body {
  font-size: 16px;
  line-height: 1.6;
  }
center {
  text-align:left;
  }
br { 

  }
}
@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;
}
.imgspace2 {
  margin: 0 0 15px;
}
a.nohover:hover img {
  opacity: 1.0;
  filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}
a {
  color:#11335E;
  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,strong {
  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: dashed;
  border-color: #CCC;
  margin: 15px 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;
}

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

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

/*ドット付き箇条書き*/
.dot {
	padding:0;
}
.dot p {
	position: relative;
  margin-left: 1em;
}
.dot p::before {
	display: block;
	content: '';
	position: absolute;
	top: 0.5em;
	left: -0.8em;
	width: 0.3em;
	height: 0.3em;
	background-color: #333;
}

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

/* 改行制御 */
.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;
}


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

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

.resize80p{
  width:100%;
  max-width:80%;
}
@media screen and (max-width: 640px) {
.spresize60{
  width:100%;
  max-width:60px;
  }
}

/*-------------------------
フォント指定
--------------------------*/
.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;
}
.fontspace {
  letter-spacing: 2px;
}
.gothic {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
  line-height:1.5;
  letter-spacing: 0.03em;
}
.eng {
  font-family: 'Anton', sans-serif;
}
.nowrap {
  white-space: nowrap;
}

/*フォントカラー*/
.black {
  color:#000;
}
.gray {
  color:#CCC;
}
.white {
  color:#FFF;
}
.blue {
  color:#11335E;
}
.red {
  color:#CC0000;
}
.yellow {
  color:#F4C51D;
}

/*①*/
.fc01 {
  color:#74A442;
}
/*②*/
.fc02 {
  color:#D1712D;
}
/*③*/
.fc03 {
  color:#489196;
}

/*フォントサイズ*/
.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;
}
.big {
  font-size:2.6em;
  line-height: 100%;
}
@media(max-width:640px){
.M {
  font-size:1em;
  }
.L {
  font-size:1.2em;
  }
.LL {
  font-size:1.3em;
  }
.LLL {
  font-size:1.4em;
  }
.LLLL {
  font-size:1.8em;
  }
.big {
  font-size:2.4em;
  }
}

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

.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;
}