﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');


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

b {
  font-weight:bold !important;
}
strong {
  font-weight:bold !important;
}

.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:#222;
  text-decoration:underline;
  font-weight: 600;
}
a:hover,
a:active {
  text-decoration:none;
}
a:hover img{
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition:all 0.3s ease;
}

/* 自動リンク無効 */
.linknone {
  pointer-events: none;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

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;
}
sup {
  font-size: 60%;
  vertical-align: super;
}
sub {
  font-size: 60%;
  vertical-align: sub;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol	{
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin: 0;
}

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

/*インデント*/
.indent {
  padding: 0 0 0 1em;
}

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

/* 区切り線付きリンク */
.sepline {
  line-height: 2em !important;
}
.sepline li {
	display:inline;
	list-style-type:none;
	padding-right:10px;
	padding-left:10px;
}
.sepline li:first-of-type {
	padding-left:0;
}
.sepline li+li {
	border-left:1px solid #999;
}
.sepline a {
  font-weight: normal;
  color: #205985;
  text-decoration: none;
}
.sepline a:hover{
  text-decoration: underline;
}

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

/* 中央寄せ */
.center {
  text-align: center;
}
.pccenter {
  text-align: center;
}
@media(max-width:767px){
.pccenter {
  text-align: left;
  }
}
@media(max-width:767px){
.spcenter {
  text-align: center;
  }
}
@media(max-width:480px){
.spcenter480 {
  text-align: center;
  }
}

/* 改行制御 */
.pcbr {
  display:block;
}
@media(max-width:767px){
.pcbr {
  display:none;
  }
}
.spbr {
  display:none;
}
@media(max-width:767px){
.spbr {
  display:block;
  }
}
.spbr480 {
  display:none;
}
@media(max-width:480px){
.spbr480 {
  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;
  }
}

/*アンカーリンク調整*/
.anchor {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}
@media screen and (max-width: 1000px) {
.anchor {
  padding-top: 120px;
  margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
.anchor {
  padding-top: 64px;
  margin-top: -64px;
  }
}


/*========================
共通パーツ
========================*/
#wrapper {
  width:100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}
main {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  padding-top: 180px;
}
section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
}
.content840 {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
}
.content640 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1000px) {
main {
  padding-top: 142px;
  }
}
@media screen and (max-width: 767px) {
main {
  padding: 48px 0;
  padding-top: 100px;
  }
section {
  padding: 0 24px;
  }
}

/*-------------------------
画像をトリミングしてサムネイル表示
--------------------------*/
.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;
}

/*-------------------------
動画埋め込み
--------------------------*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie video {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------------
画像装飾・リサイズ
--------------------------*/
.imgframe {
  border: 1px solid #BDBDAE;
}
.photoframe {
  border:1px solid #AAA;
  padding:5px;
  background-color:#FFF;
  box-shadow: 0px 6px 6px -5px rgba(0,0,0,0.3);
}
@media screen and (max-width: 640px) {
.photoframe {
  padding:2px;
  }
}
.photoradius{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.photocircle{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

/*画像サイズ調整*/
.resize640{
  width:100%;
  max-width:640px;
}
.resize480{
  width:100%;
  max-width:480px;
}
.resize420{
  width:100%;
  max-width:420px;
}
.resize380{
  width:100%;
  max-width:380px;
}
.resize320{
  width:100%;
  max-width:320px;
}
.resize300{
  width:100%;
  max-width:300px;
}
.resize240{
  width:100%;
  max-width:240px;
}

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

/*-------------------------
フォント指定
--------------------------*/
.b {
  font-weight:bold !important;
}
.normal {
  font-weight:normal !important;
}
.exb {
  font-weight:900 !important;
}
.underline {
  text-decoration: underline;
}
.wideline {
  line-height:2.0;
}
.narrowline {
  line-height:1.5;
}
.fontspace {
  letter-spacing: 2px;
}
.nowrap {
  white-space: nowrap;
}
.gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
.quicksand {
  font-family: 'Quicksand', sans-serif;
}
.monst {
  font-family: "Montserrat", sans-serif;
}
.josefin {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2em;
  line-height: 100%;
}
.abel {
  font-family: 'Abel', sans-serif;
  font-size: 1.2em;
  line-height: 100%;
}

.black {
  color:#111;
}
.gray {
  color:#BDBDAE;
}
.white {
  color:#FFF;
}
.red {
  color:#D83500;
}
.orange {
  color:#FF8000;
}
.navy {
  color:#243046;
}
.pink {
  color:#CB6A41;
}

/*マーカー*/
.mk_yellow {
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #FFE558 0%) repeat scroll 0 0;
  padding: 0 2px;
}

/*光彩アウトライン*/
.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;
}

/*フォントサイズ*/
.SSS {
  font-size:0.75em;
  line-height: 1.3;
}
.SS {
  font-size:0.85em;
  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;
  line-height: 1.6;
}
.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){
.S {
  font-size:0.9em;
  }
.M {
  font-size:1.1em;
  }
.L {
  font-size:1.15em;
  }
.LL {
  font-size:1.3em;
  }
.LLL {
  font-size:1.6em;
  }
.LLLL {
  font-size:1.8em;
  }
.huge {
  font-size:2.2em;
  }
}

/*-------------------------
余白
--------------------------*/
/*html記述 <div class="spacer"><!—-></div>*/
.spacer {
  clear: both;
  width: auto;
  height: 42px;
}
.sectionspace {
  clear: both;
  width: auto;
  height: 64px;
}
.period {
  clear: both;
  width: auto;
  height: 15px;
}
@media(max-width:767px){
.spacer {
  height: 24px;
  }
.sectionspace {
  height: 48px;
  }
.period {
  height: 12px;
  }
}

.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;
}
.spacer12 {
  clear: both;
  width: auto;
  height: 12px;
}
.spacer10 {
  clear: both;
  width: auto;
  height: 10px;
}
.spacer8 {
  clear: both;
  width: auto;
  height: 8px;
}
.spacer5 {
  clear: both;
  width: auto;
  height: 5px;
}
.spacer3 {
  clear: both;
  width: auto;
  height: 3px;
}
