@charset "utf-8";
/* CSS Document */

:root {
	--color-base: #4e84c2;
	--color-base2: #39485c;
	--color-text: #30416b;
	--color-link: #4e84c2;
	--color-bg: #eaeef1;

	--px12: 75%;
	--px13: 81.25%;
	--px14: 88%;
	--px15: 94%;

	--px16: 100%;
  --px17: 106%;
  --px18: 113%;
	--px19: 119%;

  --px20: 125%;
  --px21: 131.3%;
  --px22: 138%;
  --px23: 144%;
  --px24: 150%;
  --px25: 156.4%;
  --px26: 162.5%;

  --px30: 187.5%;

  --px70: 438%;

	--font-inter: 'Inter', sans-serif;
	--font-barlow: 'Barlow', sans-serif;

	--transition: .3s;
}

/* ---------------------------------------------
　elements initialization 
------------------------------------------------ */

body{
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
	line-height:1.7;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body, button, input, textarea, select {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
	font-size:1.6rem;
  font-weight: 500;
}

a img, fieldset, img{
	border:0;
	vertical-align:top;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul{
	margin:0;
	padding:0;
}

abbr, acronym{
	border:0;
}

address, caption, cite, code, dfn, em, th, strong, var{
	font-style:normal;
	font-weight:normal;
}

caption, th{
	text-align:left;
}

code, kbd, pre, samp, tt{
	font-family:monospace;
	line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt{
		font-size:108%;
	}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

input, select, textarea{
	font-size:100%;
}

ol, ul, li{
	list-style:none;
}

q:before, q:after{
	content:'';
}

table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

hr{
	display: none;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

*, *: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-center,
._textc {
	text-align: center;
}

._textl {
	text-align: left;
}

._textr {
	text-align: right;
}

/* 非表示だがスクリーンリーダーでは読み上げる */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: var(--transition);
}

.screen-reader-text:focus {
	left: 6px;
	top: 6px;
	height: auto;
	width: auto;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 23px 14px;
	background: #f0f0f1;
	color: #2271b1;
	z-index: 100000;
	line-height: normal;
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 60%);
}

/* ------ form --------------------------------- */

button, fieldset, form, input, 
label, legend, select, textarea{  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:5px 0px 7px;  
	vertical-align:baseline;  
}  

input, textarea{
	vertical-align:middle;
	padding:5px;
}

textarea{
	width: 98%;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align:baseline;
	margin-right:3px;
}


/* ------ font --------------------------------- */

html { font-size: 62.5%; }

body{
	font-size: 16px;
	color: var(--color-text);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

* html body             { font-size:87%;  } /* lte ie6 */
*:first-child+html body { font-size:87%;  } /* ie7 */
html>/**/body           { font-size:87%;  } /* ie8 */
html:not(:target) body  { font-size:16px; } /* modern browser */



/* ------ links color -------------------------- */

a:link,
a:visited,
a:hover,
a:active{
	color: var(--color-link);
	text-decoration: none;
	transition: var(--transition)
}

.content p > a { color:#07AFF5; }
.content p > a:hover,.content p > a:active{ 
	color:#082687;
}

@media screen and (min-width: 769px) {
	.content p > a[href*="tel:"] { color:inherit; }
}


/* ------ clearfix scheme ---------------------- */

div:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html div             { zoom:1; } /* IE6 */
*:first-child+html div { zoom:1; } /* IE7 */

/* ---------------------------------------------
　acms.css初期化
------------------------------------------------ */

#adminBox {
	margin-bottom: 0 !important;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

.acms-entry .entry-container {
	margin-left: 10px;
	margin-right: 10px;
}

.acms-entry .entry-container2{
	padding-left:10px;
	padding-right:10px;
}


.acms-entry blockquote {
	margin-top: 20px !important;
}

[class*='column-gf-map-'] {
  margin-bottom: 20px;
	margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
	text-align:left;
}
/* ファイル配置（右） */
.column-gf-file-right {
	text-align:right;
}
/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}
/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left, 
.column-gf-video-left {
  display: inline;
  float: left;
}
/* YouTube配置 (右) */
.column-gf-youtube-right, 
.column-gf-video-right {
  display: inline;
  float: right;
}
/* YouTube配置 (中央) */
.column-gf-youtube-center, 
.column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}
.acms-entry [class*="column-gf-youtube-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.acms-entry [class*="column-gf-video-"] {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}


.js-smartPhoto {
	display: block;
	max-width: 100%;
}

.js-smartPhoto img {
	max-width: 100%;
}