<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

html, body { margin:0; padding:0;}

h1, h2, h3, h4, h5, h6,{
	margin:0;
	padding:0;
	border:0;
	font-weight:bold;
	font-style:normal;
	font-size:100%;
	line-height: 1.7;
	font-family:inherit;
	text-align:left;
}


p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height: 1.7;
	font-family:inherit;
	text-align:left;
	letter-spacing:0.1em;
}


table {
	border-collapse:collapse;
	border-spacing:0;
}

ul { list-style:none;}

blockquote:before, 
blockquote:after { content:""; }

a { outline:none; text-decoration: none;}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#pagetop{ position: fixed; bottom: 40px; right: 2%; z-index: 101; display: none;}
#pagetop img{ width: 90%;}

/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */

.wf-notosansjapanese { font-family: "Noto Sans JP"; }

@font-face {
  font-family: 'URWDINCond-XLight';
  font-style: normal;
  src: local("URWDINCond-XLight"), url("../fonts/URWDINCond-XLight/39DD54_0_0.woff") format("woff");
  src: local("URWDINCond-XLight"), url("../fonts/URWDINCond-XLight/39DD54_0_0.ttf") format("truetype")
}


body {
  color: #333;
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  


#wrapper{
    text-align:left;
    position: relative;
    overflow: hidden;/*隰弱�菴咏區*/
}

html {
font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
 }

h1{
}

a { outline:none; color: #333;}


/*逕ｻ蜒宿over縺ｧ諡｡螟ｧ*/
.zoomIn img{
  transform: scale(1);
  transition: .2s ease-in-out;/*遘ｻ繧雁､峨ｏ繧矩溘＆繧貞､画峩縺励◆縺��ｴ蜷医�縺薙�謨ｰ蛟､繧貞､画峩*/
}

.zoomIn a:hover img{/*hover縺励◆譎ゅ�螟牙喧*/
  transform:scale(1.1,1.1);
  transition:1s all;
}

p:first-child {
    margin-top: 0;
}

p {
    margin-bottom: 21px;
}

.mask{
    display: block;
    line-height: 0;/*陦後�鬮倥＆繧�0縺ｫ縺吶ｋ*/
    overflow: hidden;/*諡｡螟ｧ縺励※縺ｯ縺ｿ蜃ｺ繧玖ｦ∫ｴ�繧帝國縺�*/
    justify-content:space-around;
}

img{
  width:100%;
  height: auto;
}

.zoomIn{
    width:100%;
    margin: 0 auto;/*荳ｭ螟ｮ謠�∴*/
}


/*flex*/
.flex_box {
    background-color: #eee;     /* 閭梧勹濶ｲ謖�ｮ� */
    padding:  0;             /* 菴咏區謖�ｮ� */
    display: flex;              /* 繝輔Ξ繝�け繧ｹ繝懊ャ繧ｯ繧ｹ縺ｫ縺吶ｋ */
    align-items:stretch;        /* 邵ｦ縺ｮ菴咲ｽｮ謖�ｮ� */
    justify-content:space-between;
}
 
.flex_item {
    padding: 10px;
    color:  #fff;               /* 譁�ｭ苓牡 */
    margin:  10px;              /* 螟門�縺ｮ菴咏區 */
    border-radius:  5px;        /* 隗剃ｸｸ謖�ｮ� */
    width: 33.33333%;                 /* 蟷�欠螳� */
}
 
.flex_item:nth-child(1) {
    background-color:  #053291; /* 閭梧勹濶ｲ謖�ｮ� */
}
 
.flex_item:nth-child(2) {
    background-color:  #053291; /* 閭梧勹濶ｲ謖�ｮ� */
}
 
.flex_item:nth-child(3) {
    background-color: #053291; /* 閭梧勹濶ｲ謖�ｮ� */
}
 
.flex_item:nth-child(4) {
    background-color:  #053291; /* 閭梧勹濶ｲ謖�ｮ� */
}

/* -------------------------------------------------------------------------------- */
/*	2. Custom code
/* -------------------------------------------------------------------------------- */

.logo_contents{
	float:left;
	height:62px;
	position:absolute;
	top:-15px;
}

@media only screen and (max-width: 959px) {
.logo_contents{
	display:none;
}
}

.homebtn{
	display:none;
}

@media only screen and (max-width: 959px) {
.homebtn{
	display:block;
}
}


ul.header_submenu{
	float:right;
}

ul.header_submenu li{
	float:left;
	margin:8px 0 0 0;
	border-right:1px solid #ccc;
	padding:0 10px;
	font-size:12px;
}
@media screen and (max-width: 959px) {
ul.header_submenu li{
	margin:3px 0 3px 0;
	color:#f5f5f5;
}
ul.header_submenu li a{
	margin:3px 0 3px 0;
	color:#f5f5f5;
}
}

ul.header_submenu li:last-child {
     border-right:none;
	 padding:0 0 0 10px;
}
@media screen and (max-width: 959px) {
ul.header_submenu li:last-child {
	 padding:0 10px 0 10px;
	 	color:#f5f5f5;
}
}


#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 0;
	z-index: 9999;
	background-color:#fff;
	min-width: 1280px;
    padding: 0 60px;
}
@media screen and (max-width: 1024px) {
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	line-height: 0;
	z-index: 9999;
	background-color:#fff;
	min-width: 1024px;
    padding: 0 5px;
}
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0;
	background: rgba(255,255,255,0.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
box-shadow: 0 5px 3px -3px rgba(0,0,0,0.05);
}


@media screen and (max-width: 959px) {
#top-head{
		width: 100%;
		padding: 0;
		min-width: unset;
	}
#top-head {
	margin-top: 0;
	position: relative !important;/*繝倥ャ繝繝ｼ蝗ｺ螳夊ｧ｣髯､*/
	top: 0 !important;
	transition: none;
	}
}

/*sp縺ｮ繧ｫ繝ｼ繝医�繧ｿ繝ｳ菴咲ｽｮ*/
.cart{
	position: absolute;
	top: 12px;
	right: 60px;
}

@media screen and (max-width: 413px) {
.cart{
	right: 55px;
}
}

@media screen and (max-width: 374px) {
.cart{
	right: 45px;
}
}


/*繝医ャ繝励�繝ｼ繧ｸ縺ｮ繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ*/
.mainvisual{
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color:#ffffff;
  position:relative;
  top:-90px;
}

/* 繝医ャ繝励�繝ｼ繧ｸ縺ｮ繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ繧ｹ繝ｩ繧､繝窶� */
.slider{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
.slider{
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden;*/
  width: 100%;
  height: 450px;
  background-color: #fff;
}
}


/* 繧ｹ繝ｩ繧､繝繝ｼ逕ｻ蜒� */
.slider .image{
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/*
  竭�繧ｹ繝ｩ繧､繝臥判蜒�
  陦ｨ遉ｺ縺吶ｋ逕ｻ蜒上ｒ螳夂ｾｩ
*/
.slider .image:nth-of-type(1){
  background-image: url(../img/bg1.jpg);
}
.slider .image:nth-of-type(2){
  animation-delay: 8s;
  background-image: url(../img/bg2.jpg);
}
.slider .image:nth-of-type(3){
  animation-delay: 16s;
  background-image: url(../img/bg3.jpg);
}

/*
  竭｡繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ險ｭ螳�
  animation-duration縺ｮ縺ｿ螟画峩
*/
.slider .image{
  animation-name: anime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 24s;  /* 竭�縺ｧ險ｭ螳壹＠縺歛nimation-delay繧貞粋險医ｒ謖ｿ蜈･ */
}

/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ螳夂ｾｩ */
@keyframes anime {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

/*繧ｭ繝｣繝�メ繧ｳ繝斐�*/
.catchcopy{
  position:relative;
  top:40%;
  left:0;
  z-index:999;
  width:500px;
}

@media screen and (max-width: 959px) {
.catchcopy{
  position:relative;
  top:450px;
  left:0;
  z-index:999;
  width:100%;
}
}

.catchcopy_01{
  background: rgba(255,255,255,0.7);
  font-size:36px;
  padding:20px;
  font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  font-weight:nomal;
}

@media screen and (max-width: 480px) {
.catchcopy_01{
  font-size:26px;
}
}

.catchcopy_02{
  background: rgba(255,255,255,0.7);
  font-size:16px;
  padding:20px;
  font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
.catchcopy_02{
  padding:0 20px 20px 20px;
  font-size:14px;
}
}


/**/

.button {
    width: 100px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background: #008DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 蟇ｾ蠢�*/
    -moz-border-radius: 5px;/* for Firefox 蟇ｾ蠢�*/
}

.contents{
	clear: both;
	width:100%;
	background-color:#fff;
}

.contents_inner{
	max-width: 1200px;
	margin:0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 959px) {
.contents_inner{
	width:100%;
}
}

.contents_inner_sub{
	max-width: 1200px;
	margin:0 auto;
	padding: 25px 0;
}
@media screen and (max-width: 959px) {
.contents_inner_sub{
	width:100%;
}
}


.contents_inner_mainvisual{
	margin:0 auto;
	padding: 90px 0 0 0;
}

@media screen and (max-width: 959px) {
.contents_inner{
	width:100%;
	padding: 20px 20px 50px 20px;
	float:left;

}

.contents_inner_mainvisual{
	width:100%;
	padding: 0;
	height:45em;

}

}

.contents_g{
	clear: both;
	width:100%;
	background-color:#f7f8fb;
}

.contents_dg{
	clear: both;
	width:100%;
	background-color:#666;
}

.contents_nv{
	clear: both;
	width:100%;
}


.contents_p{
	clear: both;
	width:100%;
	background-color:#5f2294;
	color:#f5f5f5
}

.contents_pl{
	clear: both;
	width:100%;
	background-color:#6771b2;
	color:#f5f5f5
}


/*footer*/

address{
	text-align:center;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	margin:0;
	clear: both;
	padding:20px 0;
}

.contents_half{
	width:49%;
	float:left;
}

@media screen and (max-width: 959px) {
.contents_half{
	width:100%;

}
}

.inner{
	padding:10px 0;
}

.footer_inner{
	width:1200px;
	margin:0 auto;
	padding: 50px;
	display: flex;
}

@media screen and (max-width: 1024px) {
.footer_inner{
	width:1024px;
	margin:0 auto;
	padding: 50px;
	display: flex;
}
}

@media screen and (max-width: 959px) {
.footer_inner{
	width:100%;
	margin:0 auto;
	padding: 20px;
	display:block;
}
}

dl.footer_add dt{
	text-align:left;
	margin:0 0 15px 0;
	font-size:16px;
}
@media screen and (max-width: 959px) {
dl.footer_add dt{
	text-align:center;
}
}

dl.footer_add dt.catch{
	text-align:left;
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:normal;
}
@media screen and (max-width: 959px) {
dl.footer_add dt.catch{
	text-align:center;
}
}

dl.footer_add dd{
	text-align:left;
	font-weight:normal;
	margin:0;
	font-size:12px;
	line-height:1.2;
	margin:0 0 5px 0;
}
@media screen and (max-width: 959px) {
dl.footer_add dd{
	text-align:center;
}
}

@media screen and (max-width: 480px) {
.br::before {
	content: "\A" ;
	white-space: pre ;/*繧ｹ繝槭�縺�縺第隼陦�*/
}
}

.br-pc::before {
	content: "\A" ;
	white-space: pre ;/*pc縺�縺第隼陦�*/
}

@media screen and (max-width: 480px) {
.br-pc::before {
	display: none;
}
}

.footer_sns{
	float:left;
}
@media screen and (max-width: 959px) {
.footer_sns{
	width:100%;

}
.footer_link_sns{
	width:120px;
	margin:0 auto;
}
}

ul.footer_link_sns li{
	float:left;
	margin:10px 20px 10px 0;
}


ul.footer_link_sns li:last-child {
	float:left;
	margin:10px 0 10px 0px;
}

@media screen and (max-width: 959px) {
ul.footer_link_sns li:last-child {
	float:float;
	margin:10px 0 10px 0px;
}
}

ul.footer_link li{
	float:left;
	margin:10px 20px 10px 0;
}


ul.footer_link li:last-child {
	float:left;
	margin:10px 0 10px 0px;
}

@media screen and (max-width: 959px) {
ul.footer_link li:last-child {
	float:none;
	margin:10px 0 20px 0px;
}
}

.gray {color: gray}
.navy {color: #053291}


/*footer bt_onlinestore*/
ul.footer_link li{
}
ul.footer_link li.bt_onlinestore_footer a {
  display: block;
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid #6771b2;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(
    to right,
    #6771b2 0%,
    #6771b2 50%,
    #053291 50%,
    #053291 100%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

ul.footer_link li.bt_onlinestore_footer a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #6771b2;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}

ul.footer_link li.bt_onlinestore_footer a:hover{
    background-position: 0 0;
}

ul.footer_link li.bt_onlinestore_footer a:hover:before{
    transform-origin: 0% 50%;
  transform: scaleX(1);
}

/*googlemap*/

.googlemaps {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position:relative;	
}

.googlemaps iframe {
  width: 100%;
  height: 640px;
  margin-top: -170px;
}

.gotomap{
		background-color: #fff;
		padding:5px 10px;
		width:150px;
		height: 30px;
		position:absolute;
		bottom: 20px;
		left:10px;
		top:260px;
}

/*loading*/
/* 逕ｻ髱｢蜈ｨ菴薙�險ｭ螳� */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background: #fff;
}
/* 繝医ャ繝誉繝ｭ繝ｼ繝�ぅ繝ｳ繧ｰ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ險ｭ螳� */
#splash {
/*fixed縺ｧ蜈ｨ髱｢縺ｫ蝗ｺ螳�*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:#6771b2;
  text-align:center;
  color:#fff;
}

/* Loading逕ｻ蜒丈ｸｭ螟ｮ驟咲ｽｮ縲*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading 繧｢繧､繧ｳ繝ｳ縺ｮ螟ｧ縺阪＆險ｭ螳壹*/
#splash_logo img {
  width:500px;
}

@media screen and (max-width: 480px) {
#splash_logo img {
  width:300px;
}
}

/* 荳句ｱ､_繝ｭ繝ｼ繝�ぅ繝ｳ繧ｰ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ險ｭ螳� */
#splash_secondary {
/*fixed縺ｧ蜈ｨ髱｢縺ｫ蝗ｺ螳�*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:#ffffff;
  text-align:center;
  color:#fff;
}

/* Loading逕ｻ蜒丈ｸｭ螟ｮ驟咲ｽｮ縲*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading 繧｢繧､繧ｳ繝ｳ縺ｮ螟ｧ縺阪＆險ｭ螳壹*/
#splash_logo img {
  width:500px;
}

@media screen and (max-width: 480px) {
#splash_logo img {
  width:300px;
}
}


/* fadeUp繧偵☆繧九い繧､繧ｳ繝ｳ縺ｮ蜍輔″ */
/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ蝗樊焚繧呈ｱｺ繧√ｋCSS*/

.count2{  
  animation-iteration-count: 2;/*縺薙�謨ｰ蟄励ｒ蠢�ｦ∝屓謨ｰ蛻�↓螟画峩*/
}

/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ繧ｹ繧ｿ繝ｼ繝医�驕�ｻｶ譎る俣繧呈ｱｺ繧√ｋCSS*/

.delay-time{  
  animation-delay: 0.5s;
}

/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ閾ｪ菴薙′螟牙喧縺吶ｋ譎る俣繧呈ｱｺ繧√ｋCSS*/

.change-time{  
  animation-duration: 4.5s;/*縺薙�謨ｰ蟄励ｒ螟牙喧縺輔○縺溘＞譎る俣縺ｫ螟画峩*/
}

/*蜍輔″縺ｮ縺阪▲縺九￠縺ｮ襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ蜷� 縺ｯ縺倥ａ縺ｯ髱櫁｡ｨ遉ｺ縺ｫ*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce{
    opacity:0;
}

/*繝医ャ繝励�繝ｼ繧ｸ縲home-news*/
.home-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.home-news&gt;.head {
  width: 290px
}

.home-news&gt;.head .headding-primary {
  margin-bottom: 45px
}

.home-news&gt;.wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  width: calc(100% - 290px)
}

.home-news&gt;.wrap .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.home-news&gt;.wrap .list&gt;a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px
}

.home-news&gt;.wrap .list&gt;a:hover {
  opacity: 0.7
}

.home-news&gt;.wrap .list&gt;a time {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  color: #053291;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 85px;
  font-weight:700;
}

.home-news&gt;.wrap .list&gt;a .title {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em
}

.post-wrap .home-news.list {
  display: block;
  width: 73.8%
}

.post-wrap .home-news.list&gt;.wrap {
  margin-top: 0;
  width: 100%
}

@media screen and (max-width: 736px) {
.home-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .home-news&gt;.head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
  }
  .home-news&gt;.head .headding-primary {
    margin-bottom: 0
  }
  .home-news&gt;.wrap {
    margin-top: 0;
    width: 100%
  }
  .home-news&gt;.wrap .list&gt;a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0
  }
  .home-news&gt;.wrap .list&gt;a time {
    font-size: 12px;
    margin-bottom: 5px
  }
  .home-news&gt;.wrap .list&gt;a .title {
    font-size: 12px
  }
  
  .post-wrap .home-news.list {
    width: 100%
  }
}


.headding-primary span {
  display: block
}

.headding-primary .en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.headding-primary .ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-weight: 500;
  /*letter-spacing: 0.1em*/
  color:#053291;
}

span.ja a:hover{
	text-decoration:none;
}

@media screen and (max-width: 959px) {
  .headding-primary .en {
    font-size: 16px;
    letter-spacing: 0.026em;
  }
  .headding-primary .ja {
    font-size: 26px
  }
 }

.button-more {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: inline-block;
  padding-right: 32px;
  position: relative
}

.button-more:hover {
  opacity: 0.7
}

.button-more:hover .arrow {
  right: -5px
}

.button-more:hover .arrow_wt {
  right: -5px
}

.button-more span {
  line-height: 1.1;
  font-size: 14px;
  letter-spacing: 0.026em
}

.button-more a span {
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: 0.026em;
  color:#fff;
}

.button-more .arrow {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 7px;
  left: auto;
  border-bottom: 1px solid #000;
  height: 5px;
  width: 20px
}

.button-more .arrow::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 1px;
  left: auto;
  background-color: #000;
  content: '';
  height: 1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 6px
}

@media screen and (max-width: 959px) {
.button-more {
    padding-right: 20px
  }
  .button-more span {
    font-size: 13px
  }
  .button-more .arrow {
    bottom: 4px;
    width: 15px
  }
  .button-more .arrow::after {
    bottom: 0;
    width: 3px
    }
}

/*逋ｽ縺�泙蜊ｰ*/
.button-more .arrow_wt {
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 7px;
  left: auto;
  border-bottom: 1px solid #fff;
  height: 5px;
  width: 20px
}

.button-more .arrow_wt::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 1px;
  left: auto;
  background-color: #fff;
  content: '';
  height: 1px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 6px
}

@media screen and (max-width: 959px) {
.button-more {
    padding-right: 20px
  }
  .button-more span {
    font-size: 13px
  }
  .button-more .arrow_wt {
    bottom: 4px;
    width: 15px
  }
  .button-more .arrow_wt::after {
    bottom: 0;
    width: 3px
    }
}


/*section-primary*/
.section-primary {
  padding: 128px 0 0
}
@media screen and (max-width: 959px) {
.section-primary {
    padding: 50px 0 0;
    }
}

/*繝医ャ繝励�繝ｼ繧ｸ縲蟄ｦ逕滓恪�晄蕗譚舌→縺�≧閠�∴*/
.home-attraction {
  overflow: hidden;
  position: relative;
}

.home-attraction&gt;.image {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding-right: 630px;
  width: 100%;
  z-index: -1;
}

.home-attraction&gt;.image img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1525px) and (max-width: 1366px) and (max-width: 1255px) {
  .home-attraction&gt;.image {
    padding-right: 380px
  }
  .home-policy .image {
    padding-left: 430px
  }
  .home-policy .content {
    width: 60.5%
  }
}

@media screen and (max-width: 1525px) and (max-width: 1366px) and (max-width: 1255px) and (max-width: 736px) {
  .home-attraction&gt;.image {
    padding-left: 20px;
    padding-right: 0;
    position: relative;
    width: 100%
  }
  .home-attraction&gt;.image::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    content: '';
    height: 32px;
    width: 80%
  }
  .home-policy .image {
    padding-left: 20px;
    position: relative;
    width: 100%
  }
  .home-policy .image::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    content: '';
    height: 32px;
    width: 80%
  }
  .home-policy .content {
    margin-top: 25px;
    padding: 0 20px;
    width: 100%
  }
}

.home-attraction&gt;.head {
  padding-right: 6.25%;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 736px) {
.home-attraction&gt;.head {
    margin-bottom: 25px;
    padding: 0 20px;
    text-align: left
  }
}

.home-attraction&gt;.content {
  background-color: #fff;
  float: right;
  padding: 100px 7.6vw 5%;
}
@media screen and (max-width: 736px) {
.home-attraction&gt;.content {
    padding: 0 5.6vw 3%;
  }
}

@media screen and (max-width: 1366px) and (max-width: 1255px) {
  .home-attraction&gt;.content {
    padding: 70px 4.5vw 3%;
    width: 60%;
  }
}

@media screen and (max-width: 1366px) and (max-width: 1255px) and (max-width: 736px) {
  .home-attraction&gt;.content {
    float: none;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
.for-large {
    display: none;
  }
}
.for-small {
  display: none;
}
@media screen and (max-width: 736px) {
.for-small {
    display: block
  }
}


.headding-secondary {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1475px) {
  .headding-secondary {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1475px) and (max-width: 1255px) {
  .headding-secondary {
    font-size: 28px;
  }
}

@media screen and (max-width: 1475px) and (max-width: 1255px) and (max-width: 736px) {
  .headding-secondary {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.chapter.contact .chapter-content .text-primary {
  margin-bottom: 35px;
}

.text-primary {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.text-primary.read {
  line-height: 2.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
.text-primary.read {
  padding:0 20px;
}
}

.text-primary.center {
  text-align: center;
}

.text-primary.white {
  color: #fff;
}

.button-flat {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  border: 1px solid #053291;
  border-radius: 32px;
  display: inline-block;
  padding: 22px 0 23px;
  text-align: center;
  width: 420px;
  font-weight:500;
}

.button-flat:hover {
  background-color: #053291;
  text-decoration: none;
}

.button-flat:hover span {
  color: #fff
}

.button-flat span {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em
}

.button-flat span.en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 18px
}

.button-flat.white {
  border: 1px solid #fff
}

.button-flat.white:hover {
  background-color: #fff
}

.button-flat.white:hover span {
  color: #053291
}

.button-flat.white span {
  color: #fff
}
@media screen and (max-width: 1150px) {
  .button-flat {
    width: 350px
  }
}

@media screen and (max-width: 1150px) and (max-width: 736px) {
  .button-flat {
    padding: 17px 0 16px;
    width: 100%
  }
}

/*繝医ャ繝励�繝ｼ繧ｸ*縲豁ｴ蜿ｲ/
.test{
 padding: 0 20px;
}
.homeintroduction&gt;.image {
  background: url(../img/bg_introduction.jpg) no-repeat center center;
  background-size: cover;
  height: 495px;
  position: relative;
  width: 100%
}

.home-introduction&gt;.image img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 774px
}

.home-introduction&gt;.inner {
  margin-top: -30px;
  position: relative;
  z-index: 2
}

.home-introduction&gt;.inner .headding-primary {
  margin-bottom: 45px
}

@media screen and (max-width: 736px) {
.home-introduction&gt;.image {
    background: url(../img/bg_introduction.jpg) no-repeat center center;
    background-size: cover;
    height: 185px
  }
  .home-introduction&gt;.image img {
    width: 273px
  }
  .home-introduction&gt;.inner {
    margin-top: -15px;
    padding: 0 20px
  }
  .home-introduction&gt;.inner .headding-primary {
    margin-bottom: 25px
  }
}

.headding-tertiary {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 35px
}

@media screen and (max-width: 736px) {
.headding-tertiary {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px
  }
}


/*繝医ャ繝励�繝ｼ繧ｸ縲繧ｵ繧ｹ繝�リ繝薙Μ繝�ぅ*/
.home-policy {
  padding-top: 55px;
  position: relative
}

.home-policy .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  overflow: hidden;
  padding-left: 650px;
  width: 100%;
  max-height: 710px;
  z-index: -2
}

.home-policy .image img {
  height: auto;
  width: 100%
}

.home-policy .head {
  padding-left: 6.25%
}

.home-policy .content {
  background-color: #fff;
  padding: 100px 0 0 6.25%;
  position: relative;
  width: 48.2%
}

@media screen and (max-width: 736px) {
.home-policy {
    padding-top: 0
  }
  .home-policy .head {
    padding: 0 20px
  }
}

@media screen and (max-width: 1525px) {
  .home-policy .image {
    padding-left: 580px
  }
  .home-policy .content {
    padding-bottom: 0;
    width: 55%
  }
}

@media screen and (max-width: 1525px) and (max-width: 1366px) {
  .home-policy .image {
    padding-left: 510px
  }
  .home-policy .content {
    width: 58%
  }
}

@media screen and (max-width: 1525px) and (max-width: 1366px) and (max-width: 1255px) {
  .home-policy .image {
    padding-left: 430px
  }
  .home-policy .content {
    width: 60.5%
  }
}

@media screen and (max-width: 736px) {
  .home-policy .image {
    padding-left: 20px;
    position: relative;
    width: 100%
  }
  .home-policy .image::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    content: '';
    height: 32px;
    width: 80%
  }
  .home-policy .content {
    margin-top: 25px;
    padding: 0 20px;
    width: 100%
  }
}
}

/*繝医ャ繝励�繝ｼ繧ｸ縲3繧ｫ繝ｩ繝�*/
.home-blog&gt;.head {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.home-blog&gt;.wrap {
  width: 100%
}

.home-blog&gt;.wrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.home-blog&gt;.wrap .list .item {
  margin-right: 4.25%;
  width: 30.5%
}

.home-blog&gt;.wrap .list .item:last-child {
  margin-right: 0
}

.home-blog&gt;.wrap .list .item a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: block
}

.home-blog&gt;.wrap .list .item a:hover {
  opacity: 0.7
}

.home-blog&gt;.wrap .list .item a .eyecatch {
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 67.4%;
  position: relative;
  width: 100%
}



.home-blog&gt;.wrap .list .item a time {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  display: block;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 10px
}

.home-blog&gt;.wrap .list .item a .title {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px
}

@media screen and (max-width: 736px) {
.home-blog {
    margin: 0;
    width: 100%
  }
  .home-blog&gt;.head {
    padding: 0 20px
  }
  .home-blog&gt;.wrap {
    padding-bottom: 30px;
    position: relative
  }
  .home-blog&gt;.wrap .swiper-pagination {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
  }
  .home-blog&gt;.wrap .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    margin: 0 4px;
    width: 6px
  }
  .home-blog&gt;.wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000
  }
  .home-blog&gt;.wrap .list .item a .eyecatch {
    margin-bottom: 13px
  }
  .home-blog&gt;.wrap .list .item a time {
    font-size: 12px;
    margin-bottom: 2px
  }
  .home-blog&gt;.wrap .list .item a .title {
    font-size: 12px;
    margin-bottom: 0
  }
  .home-blog&gt;.wrap .list .item a .button-more {
    display: none
  }
}

.content-wrap {
  max-width: 1680px;
  margin: 0 auto;
  width: 87.5%
}

@media screen and (max-width: 736px) {
.content-wrap {
    margin: 0 ;
    width: auto
  }
}

/*繝医ャ繝励�繝ｼ繧ｸ縲WEB縺ｧ豕ｨ譁�*/
.home-guidance {
  background-color: #6771b2;
  padding: 115px 0 126px;
  text-align: center
}

.home-guidance&gt;.head {
  margin-bottom: 40px
}

.home-guidance&gt;.head span {
  color: #fff;
  display: block
}

.home-guidance&gt;.head span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: 0.1em
}

.home-guidance&gt;.head span.en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 26px;
  letter-spacing: 0.026em;
  line-height: 1;
  text-indent: 0.026em
}

.home-guidance&gt;.post {
  display: block;
  margin-bottom: 50px
}

.home-guidance&gt;.post time {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  letter-spacing: 0.05em;
  text-indent: 0.05em
}

@media screen and (max-width: 736px) {
.home-guidance {
    padding: 41px 0 40px
  }
  .home-guidance&gt;.head {
    margin-bottom: 20px
  }
  .home-guidance&gt;.head span.ja {
    font-size: 28px;
    margin-bottom: 5px;
    padding:0 20px;
  }
  .home-guidance&gt;.head span.en {
    font-size: 20px
    padding:0 20px;
  }
  .home-guidance&gt;.post {
    margin-bottom: 25px
  }
  .home-guidance&gt;.post .text-primary {
    font-size: 11px;
    text-align: center
  }
  .home-guidance .button-flat {
    padding: 12px 0;
    width: 221px
  }
  .home-guidance .button-flat span {
    font-size: 11px
  }
}

.bt_container{
	padding:10px;
}

.link_container{
	padding:20px;
}

.tel span.num {
    font-size: 34px;
    font-family: URWDINCond-XLight;
  }

/*facebook*/

.home-club {
  background-color: #6771b2;
  border-radius: 5px;
  margin-bottom: 125px;
  padding: 10px
}

.home-club&gt;.inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 115px 90px 95px;
  text-decoration:none;
}

.home-club&gt;.inner:hover .button-flat {
  background-color: #6771b2;
}

.home-club&gt;.inner:hover .button-flat span {
  color: #fff
}

.home-club&gt;.inner .head .title {
  margin-bottom: 35px
}

.home-club&gt;.inner .head .title span {
  color: #6771b2;
  display: block
}

.home-club&gt;.inner .head .title span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 12px
}

.home-club&gt;.inner .head .title span.en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 53px;
  letter-spacing: 0.026em
}

.home-club&gt;.inner .head .text-primary {
  color: #6771b2;
}

.home-club&gt;.inner .for-midi {
  display: none
}

.home-club&gt;.inner .button-flat {
  border: 1px solid #88a6a9
}

.home-club&gt;.inner .button-flat span {
  color: #6771b2;
}

.home-club&gt;.inner .button-flat:hover {
  background-color: #fff;
  text-decoration:none;
}

.home-club&gt;.inner .button-flat:hover span {
  color: #6771b2;
}

@media screen and (max-width: 736px) {
.home-club {
    margin: 0 20px 40px;
    padding: 5px;
    display:inline-block;/*菫ｮ豁｣*/
  }
  .home-club&gt;.inner .head .title {
    margin-bottom: 20px;
    text-align: center
  }
  .home-club&gt;.inner .head .text-primary {
    font-size: 12px;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    text-align: center;
    color: #6771b2;
  }
  .home-club&gt;.inner .button-flat span {
    font-size: 11px
  }
}

@media screen and (max-width: 1440px) {
  .home-club&gt;.inner {
    padding: 105px 60px 85px
  }
}

@media screen and (max-width: 1440px) and (max-width: 1330px) {
  .home-club&gt;.inner {
    padding: 85px 45px 65px
  }
}

@media screen and (max-width: 1440px) and (max-width: 1330px) and (max-width: 736px) {
  .home-club&gt;.inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }
}

@media screen and (max-width: 1365px) {
  .home-club&gt;.inner .head .title span.ja {
    font-size: 18px
  }
  .home-club&gt;.inner .head .title span.en {
    font-size: 48px
  }
  .home-club&gt;.inner .for-midi {
    display: block
  }
  .home-club&gt;.inner .button-flat {
    width: 300px
  }
}

@media screen and (max-width: 1365px) and (max-width: 736px) {
  .home-club&gt;.inner .head .title span.ja {
    font-size: 13px;
    margin-bottom: 15px
  }
  .home-club&gt;.inner .head .title span.en {
    font-size: 33px;
    line-height: 1
  }
  .home-club&gt;.inner .button-flat {
    padding: 12px 0;
    width: 221px
  }
}














@media screen and (max-width: 736px) {
.button-flat span {
    font-size: 13px
  }
}

/*footer*/
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float:right;
}

@media screen and (max-width: 768px) {
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  display: flex;
  width:100%;
  padding:50px 60px;
  
}
}


@media screen and (max-width: 736px) {
.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  float:none;
  width:100%;
  
}
}

.footer-nav&gt;.wrap {
  margin-right: 80px
}

@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap {
  margin-right: 0
}
}

.footer-nav&gt;.wrap:last-child {
  margin-right: 0
}

.footer-nav&gt;.wrap .list {
  margin-bottom: 45px
}

@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list {
  margin-bottom: 45px;
  text-align:center;
}
}

.footer-nav&gt;.wrap .list:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list:last-child {
  margin-bottom: 45px;
  text-align:center !important;
}
}

.footer-nav&gt;.wrap .list&gt;a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: inline-block
}

.footer-nav&gt;.wrap .list&gt;a:hover {
  opacity: 0.7
}

.footer-nav&gt;.wrap .list .parent span {
  display: block
}

.footer-nav&gt;.wrap .list .parent span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px
}

@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list .parent span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  text-align:center;
}
}

.footer-nav&gt;.wrap .list .parent span.en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  color: #88a6a9;
  font-size: 15px;
  letter-spacing: 0.03em
}
@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list .parent span.en {
  text-align:center;
}
}

.footer-nav&gt;.wrap .list .child {
  margin-top: 20px
}

@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list .child {
  margin-top: 20px;
    text-align:center;
}
}

.wt{
  color:#fff;
}

.footer-nav&gt;.wrap .list .child .item {
  margin-bottom: 15px
}
@media screen and (max-width: 736px) {
.footer-nav&gt;.wrap .list .child .item {
  text-align:center;
}
}


.footer-nav&gt;.wrap .list .child .item:last-child {
  margin-bottom: 0
}

.footer-nav&gt;.wrap .list .child .item&gt;a {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 14px;
  position: relative
}

.footer-nav&gt;.wrap .list .child .item&gt;a:hover {
  opacity: 0.7
}

.footer-nav&gt;.wrap .list .child .item&gt;a::after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #000;
  content: '';
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px
}

.contents_footer_info{
	width:30%;
}

@media screen and (max-width: 768px) {
.contents_footer_info{
	width:100%;
}
}

.contents_footer_nav{
	width:70%;
}
@media screen and (max-width: 768px) {
.contents_footer_nav{
	width:100%;
}
}

@media screen and (max-width: 736px) {
}


/*繝壹�繧ｸ蜀�Μ繝ｳ繧ｯ*/
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*荳句ｱ､*/
#first{
	margin:50px 0 0 0 ;
}

@media screen and (max-width: 736px) {
#first{
	margin:0 ;
}
}

.chapter .chapter-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
  padding: 25px 0 35px
}

.chapter .chapter-content&gt;.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px
}

.chapter .chapter-content&gt;.nav .list {
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}


.chapter .chapter-content&gt;.nav .list:first-child {
  border-left: none
}

.chapter .chapter-content&gt;.nav .list&gt;a, .chapter .chapter-content&gt;.nav .list&gt;p {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #053291;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 20px;
  opacity: 0.5;
  text-indent: 0.1em
}

.chapter .chapter-content&gt;.nav .list&gt;a span, .chapter .chapter-content&gt;.nav .list&gt;p span {
  display: inline-block;
  padding: 2px 0 10px
}

.chapter .chapter-content&gt;.nav .list&gt;a.current, .chapter .chapter-content&gt;.nav .list&gt;p.current {
  opacity: 1
}

.chapter .chapter-content&gt;.nav .list&gt;a.current span, .chapter .chapter-content&gt;.nav .list&gt;p.current span {
  border-bottom: 1px solid #053291
}

.chapter .chapter-content&gt;.nav .list&gt;a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1
}

.chapter .chapter-content&gt;.nav .list&gt;a span {
  position: relative;
  opacity: 1;
  font-weight:600;
  clor:: #053291;
}

.chapter .chapter-content&gt;.nav .list&gt;a span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #6771b2;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.chapter .chapter-content&gt;.nav .list&gt;a:hover {
  opacity: 1
}

.chapter .chapter-content&gt;.nav .list&gt;a:hover span::after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.chapter.philosophy {
  margin-bottom: 120px
}

.chapter.philosophy .chapter-content {
  border-bottom: none;
  margin-bottom: 55px;
  padding: 25px 0 0
}

.chapter.philosophy .eyecatch {
  background: url(../images/introduction/bg-introduction.jpg) no-repeat center center;
  background-size: cover;
  height: 515px;
  width: 100%
}

.chapter.contact .chapter-content {
  display: block
}

.chapter.contact .chapter-content .headding-primary {
  margin-bottom: 75px
}

.chapter.contact .chapter-content .text-primary {
  margin-bottom: 35px
}

.chapter.contact .chapter-content .tel span {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-right: 30px
}

.chapter.contact .chapter-content .tel span.num {
  font-size: 38px
}

.chapter.faq .chapter-content {
  border-bottom: none;
  margin-bottom: 0;
  padding: 25px 0 0
}

@media screen and (max-width: 736px) {
.chapter .chapter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px;
    padding: 0;
    width: auto;
    border-bottom: none
    
  }
  .chapter .chapter-content&gt;.nav {
    padding-top: 0;
    width: 100%
  }
  .chapter .chapter-content&gt;.nav .list {
    width: 50%;
    padding:0 5px;
  }
  .chapter .chapter-content&gt;.nav .list&gt;a, .chapter .chapter-content&gt;.nav .list&gt;p {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.03em;
    text-align: center;
    text-indent: 0.03em
  }
  .chapter .chapter-content&gt;.nav.curriculum .list {
    width: 27%
  }
  .chapter .chapter-content&gt;.nav.curriculum .list:nth-child(1) {
    width: 46%
  }
  .chapter .chapter-content&gt;.nav.guidance .list span {
    letter-spacing: 0
  }
  .chapter.philosophy {
    margin-bottom: 35px
  }
  .chapter.philosophy .chapter-content {
    margin-bottom: 35px;
    padding: 0
  }
  .chapter.philosophy .eyecatch {
    background: url(../images/introduction/bg-introduction-sp.jpg) no-repeat center center;
    background-size: cover;
    height: 225px
  }
  .chapter.contact .chapter-content .headding-primary {
    margin-bottom: 35px
  }
  .chapter.contact .chapter-content .text-primary {
    margin-bottom: 25px
  }
  .chapter.contact .chapter-content .tel span {
    margin-right: 20px
  }
  .chapter.contact .chapter-content .tel span.num {
    font-size: 34px
  }
  .chapter.flow {
    margin-bottom: 30px;
    padding: 90px 0 0
  }
  .chapter.flow&gt;.content-wrap {
    padding-bottom: 30px
  }
  .chapter.flow .chapter-content {
    margin-bottom: 30px
  }
  .chapter.flow .contents .title {
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 15px
  }
  .chapter.childcare, .chapter.aomushi-club {
    margin-bottom: 35px
  }
  .chapter.childcare .chapter-content .nav .list, .chapter.aomushi-club .chapter-content .nav .list {
    width: 50%
  }
  .chapter.childcare .chapter-content .nav .list:nth-child(3), .chapter.aomushi-club .chapter-content .nav .list:nth-child(3) {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
  }
  .chapter.childcare .chapter-content .nav .list:nth-last-child(-n+2), .chapter.aomushi-club .chapter-content .nav .list:nth-last-child(-n+2) {
    margin-top: 10px
  }
}

.headding-quaternary {
 /*margin-bottom: 55px*/
}

.headding-quaternary span {
  display: block
}

.headding-quaternary span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight:500;
  color: #053291;
}

.headding-quaternary span.en {
  font-family: URWDINCond-XLight;
  line-height: 1.1;
  font-size: 21px;
  letter-spacing: 0.05em;
font-weight:500;
}

h3.title span.ja {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  font-weight:500;
  color: #053291;
}

/*onlinestore*/

table.list {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table.list tr {
  background: #f7f8fb;
  border: 1px solid #fff;
  padding: 10px;
}
table.list th,
table.list td {
	padding: 15px;
	text-align: left;
	font-size:14px;

}

table.list td {
	line-height:1.4;
	padding:15px 10px;
}

table.list th {
  text-transform: uppercase;
  background: #6771b2;
  	color:#fff;
  	text-align:center;
}

@media screen and (max-width: 767px) {
table.list th {
  width:100%;
}
}

table.list th.light {
  text-transform: uppercase;
  background: #e8eaf4;
  	color:#333;
}

@media screen and (max-width: 640px) {
  table.list {
    border: 0;
	width:100%;
	margin:0 auto;
  }
  table.list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.list tr {
    border-bottom: 3px solid #fff;
    display: block;
    margin-bottom: 10px;
  }
  table.list td {
    border-bottom: 2px solid #fff;
    display: block;
    text-align: right;
	padding:0;
    padding:15px;
 }
 
 
 
  table.list td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.list td:last-child {
    border-bottom: 0;
  }
  table.list th.light {
  background: #f7f8fb;
  font-weight:600;
}
  
}

.bgcolor_blue{
background-color:#6771b2;
}

.maru{
color:#6771b2;
font-size:26px;
}

.mainasu{
color:#6771b2;
font-size:20px;
}

/*繝輔Ξ繝�け繧ｹ繝懊ャ繧ｯ繧ｹ*/
.chapter_item {
  width: 100%;
}

.chapter_item-box {
  padding: 10px 10px 10px 20px;
  margin:10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 767px) {
.chapter_item-box {
  padding: 5px 5px 5px 10px;
  margin:5px;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}
}

.chapter_item-title {
  margin: 0;
  font-weight: 600;
}

.chapter_item-title a {
  position: relative;
  display: inline-block;
}
.chapter_item-title a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #053291;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  text-decoration:none;
}
.chapter_item-title a:hover::after {
  transform: scale(1, 1);
 }

.chapter_item-title a:hover{
  text-decoration:none;
  color:#053291;
}

.nav_pagelink {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}

.nav_pagelink .chapter_item {
  width: 25%;
}
@media screen and (max-width: 767px) {
.nav_pagelink .chapter_item {
  width: 50%;
}
}

/*譁ｰ逹諠��ｱ*/
.post-content {
  display: block;
  width: 73.8%
}

@media screen and (max-width: 767px) {
.post-content {
  display: block;
  width: 100%
}
}

.post-content .post time {
  font-family: URWDINCond-XLight;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px
}

.post-content .post .title {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  padding-bottom: 50px
}

.post-content .post .content .eyecatch {
  margin-bottom: 50px;
  width: 100%
}

.post-content .post .content .eyecatch img {
  height: auto;
  margin: 0;
  width: 100%
}

.post-content .post .content p {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.3
}

.post-content .post .content img {
  height: auto;
  max-width: 100%;
  margin: 20px 0;
  width: auto
}

.post-content .post .content iframe {
  max-width: 100%
}

.page-navi {
  margin-top: 95px;
  position: relative;
  height: 20px;
  width: 100%
}

.page-navi&gt;li {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  display: inline-block
}

.page-navi&gt;li a {
  font-family: URWDINCond-XLight;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 0.026em;
  line-height: 1
}

.page-navi&gt;li.all {
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  width: 80px
}

.page-navi&gt;li.all a {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em
}

.page-navi&gt;li.prev, .page-navi&gt;li.next {
  bottom: -2px
}

.page-navi&gt;li.prev {
  left: 0;
  padding-left: 30px
}

.page-navi&gt;li.prev::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5px;
  left: 0;
  background-color: #000;
  content: '';
  height: 1px;
  width: 20px
}

.page-navi&gt;li.prev::before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 7px;
  left: 0;
  background-color: #000;
  content: '';
  height: 1px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  width: 6px
}

.page-navi&gt;li.next {
  right: 0;
  padding-right: 30px
}

.page-navi&gt;li.next::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 5px;
  left: auto;
  background-color: #000;
  content: '';
  height: 1px;
  width: 20px
}

.page-navi&gt;li.next::before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 7px;
  left: auto;
  background-color: #000;
  content: '';
  height: 1px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  width: 6px
}

/*譚醍伐蝣ゅ↓縺､縺�※*/
.logoimage{
	max-width:800px;
	margin:0 auto;
}

.pct_nagaya{
	float:right;
	width:50%;
	margin:0 0 50px 50px;
}

@media screen and (max-width: 767px) {
.pct_nagaya{
	float:right;
	width:100%;
}
}

.chapter_items_col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chapter_items_col3 .item {
  width: 30%;
  margin-bottom:30px;
}
@media screen and (max-width: 767px) {
.chapter_items_col3 .item {
  width: 100%;
}
}

h3.title {
	color:#333333;
}

.item a:hover{
	text-decoration:none;
}

@media screen and (max-width: 767px) {
h3.title{
	margin:10px 0 ;
}
}
.button-more{
	color:#053291;
	font-weight:600;
}


.access-map {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 100px;
  margin-bottom: 85px
}

.access-map .content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 95px
}

.access-map .content .text-primary {
  margin-bottom: 0
}

.access-map .map {
  height: 550px;
  width: 100%
}

.access-map .map iframe {
  height: 100%;
  width: 100%
}

@media screen and (max-width: 767px) {
.access-map {
    margin: 0 0 30px;
    padding-bottom: 45px
  }
  .access-map .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
  }
  .access-map .content .text-primary {
    margin-bottom: 35px
  }
  .access-map .map {
    height: 440px;
    margin-top:20px;
  }
  .access-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 50px
  }
  .access-area .text .list-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
  }
  .access-area .text .list-primary .item {
    width: 95px
  }
  .access-area .image {
    width: 100%
  }
}


/*繧ｳ繝ｳ繝�Φ繝�ヨ繝��*/
.introduction-lunch {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
  padding-bottom: 100px
}

.introduction-lunch&gt;.text .headding-quaternary {
  margin-bottom: 40px
}

.introduction-lunch&gt;.text .text-primary {
  line-height: 2
}

.introduction-lunch&gt;.text&gt;.wrap .list p {
  font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 20px;
  position: relative
}

.introduction-lunch&gt;.text&gt;.wrap .list p span {
  margin-left: 10px;
  opacity: 0.5
}

.introduction-lunch&gt;.text&gt;.wrap .list p::after {
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #5f8c90;
  border-radius: 2px;
  content: '';
  height: 4px;
  width: 4px
}

.introduction-lunch&gt;.image {
  width: 100%;
  margin-left:30px;
}

.introduction-lunch&gt;.image img {
  height: auto;
  width: 100%
}

.introduction-history {
  margin-bottom: 90px
}

@media screen and (max-width: 736px) {
.introduction-lunch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 20px 30px;
    padding-bottom: 30px;
    width: auto
  }
  .introduction-lunch&gt;.text .headding-quaternary {
    margin-bottom: 25px
  }
  .introduction-lunch&gt;.text .text-primary {
    line-height: 2;
    letter-spacing: 0.08em;
    margin-bottom: 15px
  }
  .introduction-lunch&gt;.text&gt;.wrap {
    margin-bottom: 25px
  }
  .introduction-lunch&gt;.text&gt;.wrap .list:nth-child(1) {
    margin-bottom: 10px
  }
  .introduction-lunch&gt;.text&gt;.wrap .list p {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 10px
  }
  .introduction-lunch&gt;.text&gt;.wrap .list p span {
    display: block;
    margin-left: 0
  }
  .introduction-lunch&gt;.text&gt;.wrap .list p::after {
    top: 10px
  }
  .introduction-lunch&gt;.image {
    width: 100%;
     margin-left:0;
  }
}

.textbox{
	width:400px;
}

@media screen and (max-width: 736px) {
.textbox{
	width:100%;
}
}

/*FAQ*/

.displayNone {
  display: none;
}

.answer {
	padding: 10px 10px 20px 10px;
	text-align: left;
	background-color:#f7f8fb;
}

.answer p {
	font-size:14px
}

.answer a{
	text-decoration:underline;
}

.switch {
	cursor:pointer;
	padding:10px 40px 10px 10px;
	font-size: 16px;
	border-bottom: 3px dotted #e8eaf4;
	position: relative;
	text-align: left;
	font-weight:500;
	margin:10px 0 0 0;
	color:#053291;
}

.accordion .switch:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #6771b2;
  border-right: 2px solid #6771b2;
  transform: translateX(-50%) rotate(135deg);

}

.accordion .switch.open:after {
  transform: translateX(-50%) rotate(-45deg);
   top: 35%;
}

/*蟾ｦ繝�く繧ｹ繝亥承逕ｻ蜒�*/
.pct_contents{
	float:right;
	width:50%;
	margin:0 0 50px 50px;
}

@media screen and (max-width: 767px) {
.pct_contents{
	float:right;
	width:100%;
	margin:0 0 20px 0;
}
}
/*2繧ｫ繝ｩ繝�*/
.introduction-facility {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  padding-bottom: 120px
}

.introduction-facility&gt;.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.introduction-facility&gt;.wrap .list {
  margin-bottom: 70px;
  margin-right: 4.2%;
  width: 47.9%
}

.introduction-facility&gt;.wrap .list:nth-child(2n) {
  margin-right: 0
}

.introduction-facility&gt;.wrap .list:nth-last-child(-n+2) {
  margin-bottom: 0
}

.introduction-facility&gt;.wrap .list .image {
  margin-bottom: 35px;
  width: 100%
}

.introduction-facility&gt;.wrap .list .image img {
  height: auto;
  width: 100%
}

.introduction-facility&gt;.wrap .list .data .headding-quinary {
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .introduction-facility {
    margin-bottom: 30px;
    padding-bottom: 30px
  }
  .introduction-facility&gt;.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .introduction-facility&gt;.wrap .list {
    margin: 0 0 45px;
    width: 100%
  }
  .introduction-facility&gt;.wrap .list:nth-last-child(-n+2) {
    margin: 0 0 45px
  }
  .introduction-facility&gt;.wrap .list:last-child {
    margin-bottom: 0
  }
  .introduction-facility&gt;.wrap .list .image {
    margin-bottom: 20px
  }
}

/*3繧ｫ繝ｩ繝�*/
.introduction-facility {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 70px;
  padding-bottom: 120px
}

.introduction-facility&gt;.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.introduction-facility&gt;.wrap .list3col {
  margin-bottom: 70px;
  margin-right: 4.2%;
  width: 30%
}

.introduction-facility&gt;.wrap .list3col:nth-child(3n) {
  margin-right: 0
}

.introduction-facility&gt;.wrap .llist3col:nth-last-child(-n+3) {
  margin-bottom: 0
}

.introduction-facility&gt;.wrap .list3col .image {
  margin-bottom: 35px;
  width: 100%
}

.introduction-facility&gt;.wrap .list3col .image img {
  height: auto;
  width: 100%
}

.introduction-facility&gt;.wrap .list3col .data .headding-quinary {
  margin-bottom: 15px
}

@media screen and (max-width: 767px) {
  .introduction-facility {
    margin-bottom: 30px;
    padding-bottom: 30px
  }
  .introduction-facility&gt;.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .introduction-facility&gt;.wrap .list3col {
    margin: 0 0 45px;
    width: 100%
  }
  .introduction-facility&gt;.wrap .list:nth-last-child(-n+3) {
    margin: 0 0 45px
  }
  .introduction-facility&gt;.wrap .list3col:last-child {
    margin-bottom: 0
  }
  .introduction-facility&gt;.wrap .list3col .image {
    margin-bottom: 20px
  }
}


.youtube {
  position: relative;
     padding-bottom: calc(315 / 560 * 100%);
}
.youtube iframe {
 position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}

.box_border{
border: 1px #ddd solid;
}



/* !Base Fonts -------------------------------------------------------------- */
/* link */

a {
	color: #053291;
	text-decoration: none;
}
a:hover,
a:active,
a:focus { color: #6771b2; text-decoration: underline;}

.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  78%;}/* base 12px -&gt;  8px */
.fzS   { font-size:  85%;}/* base 12px -&gt; 10px */
.fzM   { font-size: 100%;}
.fzL   { font-size: 115%;}/* base 12px -&gt; 14px */
.fzLL  { font-size: 130%;}/* base 12px -&gt; 16px */
.fzLLL { font-size: 143%;}/* base 12px -&gt; 18px */
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}
.note{ font-size:  85%;}
/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/*繝ｪ繧ｹ繝医繧､繝ｳ繝�Φ繝医繝槭�繧ｯ縺ｪ縺�*/

ul.listmark{
	margin-bottom:30px;
}

.listmark {
	margin-left: 0;
	padding: 0;
	list-style: none;
}
	.listmark &gt; li {
	  padding-left: 1em;
	  text-indent: -1em;
	  margin-bottom:0.8em;
	}
	.listmark &gt; li * {
	  text-indent: 0;
	}

/*繝ｪ繧ｹ繝医笳�*/

ul.listbasic{
	list-style-type: disc;
	padding-left:20px;
	margin-bottom:30px;
}

ul.listbasic li{
	margin-bottom:15px;
}


/*繝ｪ繧ｹ繝医逡ｪ蜿ｷ*/
ol{
	padding-left:20px;
	margin-bottom:30px;
 }
ol li{
	margin-bottom:15px;
}

/* color*/
.muratado_blue{
	color:#6771b2;
}

.infobox{
	background-color:#f7f8fb;
	padding:30px;
	margin:0 0 50px 0;
	color: #053291;
	font-size:16px;
	border-radius: 5px;
}


.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  78%;}/* base 12px -&gt;  8px */
.fzS   { font-size:  85%;}/* base 12px -&gt; 10px */
.fzM   { font-size: 100%;}
.fzL   { font-size: 115%;}/* base 12px -&gt; 14px */
.fzLL  { font-size: 130%;}/* base 12px -&gt; 16px */
.fzLLL { font-size: 143%;}/* base 12px -&gt; 18px */
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/* !Width ------------------------------------------------------------------- */
/* 960px Grid */
.w960   { width: 960px;}
.w800	{ width: 800px;}
.w640	{ width: 640px;}
.w480	{ width: 480px;}
.w320	{ width: 320px;}
.w160	{ width: 160px;}
.wAuto	{ width: auto;}
.w50	{ width: 50px;}

.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 100%;}
/*.wMax   { width: 100%;}*/

.w03per { width: 3%  !important;}
.w05per { width: 5%  !important;}
.w06per { width: 6% !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.w25per { width: 25% !important;}
.w30per { width: 30% !important;}
.w35per { width: 35% !important;}
.w40per { width: 40% !important;}
.w45per { width: 45% !important;}
.w50per { width: 50% !important;}

/* !height ------------------------------------------------------------------- */
.hAuto	{ height: auto;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide  { display: none;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}

.flL { float: left;}
.flR { float: right;} 

/* !JavaScript -------------------------------------------------------------- */
.over { /* 繝ｭ繝ｼ繝ｫ繧ｪ繝ｼ繝舌�蜻ｼ縺ｳ蜃ｺ縺礼畑 */ }
.png  { /* DD_belatedPNG.js蜻ｼ縺ｳ蜃ｺ縺礼畑 */ }
.js_popup_width_height  {}
.js_page_print   {}
.js_window_close {}

/* !Margin ------------------------------------------------------------------ */
/* 豎守畑(繝ｬ繧ｹ繝昴Φ繧ｷ繝悶�縺ｨ縺阪�蜃ｺ譚･繧九°縺弱ｊ菴ｿ逕ｨ縺励↑縺�) */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.mlm2em {margin-left:-2em !important;}
.mb8em {margin-bottom:8em !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb100 { padding-bottom:100px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl1em { padding-left: 1em !important;}
.pl2em { padding-left: 2em !important;}


.nbL { border-left:none; !important;}

.bb {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

/* !Text setting -------------------------------------------------------------- */
.italic { font-style: italic;}
.indent_min01 { text-indent: -0.5em;}

/* Modifier -------------------------------------------------------------- */

.only-sp { display: none; }
	@media screen and (max-width:959px) {
		.only-pc { display: none; }
		.only-sp { display: block; }
	}
</pre></body></html>