@charset "UTF-8";

/*===================
 Reset
===================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*===================
 Native
===================*/
/* editor */
.mainblock p, .mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/**/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
* {
  box-sizing:border-box;
}
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.f_en{
	font-family: 'Playfair Display', serif;
}
a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a, a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
}

/*==========================
	base
==========================*/
#header>.inner, #nav>.inner, #contents>.inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
#header>.inner{
	max-width:100%;
	width:100%;
}
/*==========================
	#header
==========================*/
#header.is-bgcolor {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

#header {

  position: fixed;
  top: 0;
  background: #fff;
  z-index: 100;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 25%;
  width: 257px;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.headerinner ul.pc {
  overflow: hidden;
  max-width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  gap:0 35px;
}

.headerinner .btn-style a{
	padding: 9px 0;
}
.headerinner .btn-style a:after{
	top:40%;
}
/*==========================
	#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

#nav {
  background: #fff;

}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg);
  text-align: center;
  padding: 1em;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title h2 {
  font-size: 36px;
  color: #352724;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.4;
  max-width: 100%;
  width: 1200px;
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  margin-bottom: 0.5em;
  text-align: left;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #44bcdd;
  text-decoration: underline;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 2.5em;
}

/*==========================
#side
==========================*/
.inq {
  position: fixed;
  z-index: 10;
}

/* totop */
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
}

.totop:hover {
  cursor: pointer;
}

/*==========================
#footer
==========================*/
#footer .cont01{
  padding: 60px 0;
}
#footer .cont02{
  padding: 60px 0;
  background: -webkit-linear-gradient(90deg, #cdf1f8 0%,#cdf1f8 30%,#e9f5d9 70%,#e9f5d9 100%);
  background: -moz-linear-gradient(90deg, #cdf1f8 0%,#cdf1f8 30%,#e9f5d9 70%,#e9f5d9 100%);
  background: linear-gradient(90deg, #cdf1f8 0%,#cdf1f8 30%,#e9f5d9 70%,#e9f5d9 100%);
}

body:not(.home) #footer {
  border-top: 1px solid #ccc;
}
#menu-footer-nav .menu-item-has-children:nth-child(1){
	margin-bottom:20px;
}
#menu-footer-nav .menu-item-has-children>.nav_title {
  width: 100%;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}
#menu-footer-nav .sub-menu li {
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  padding-left: 1em;
}

#menu-footer-nav .sub-menu li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

#menu-footer-nav .sub-menu li a {
  text-decoration: none;
  color: #333;
}

#menu-footer-nav .sub-menu li a:hover {
  color: #44bcdd;
  text-decoration: underline;
}

#footer .logo img{
	width:308px;
	max-width:80%;
}
#footer .logo{
  text-align: center;
  margin: 0 auto 30px;
}

.copyright {
  padding: 30px 0;
  line-height: 1.5;
  text-align: center;
  background: #fff;
}


/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 20px 50px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    float: right;
    margin-top: 15px;
  }

  #nav .inner {
    width: 100%;
    max-width: 100%;
  }

  /* PC用グローバルナビゲーション */
  #nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
#menu-header-nav{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

  #menu-header-nav>li {
    width: 150px;
    position: relative;
  }

  #menu-header-nav>li>a {
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 5px;
    color: #333;
    position: relative;
    z-index: 200;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: 200ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position:relative;
  }

  #menu-header-nav>li>a span.nav_span {
    font-size: 12px;
    display: block;
    color: #44bcdd;
  }

  #menu-header-nav>li>a:hover {
    color: #44bcdd;
    cursor: pointer;
  }
	  #menu-header-nav>li>a:before{
		  	      content: "";
	      display: block;
	      position: absolute;
	      bottom:0;
	      left:0;
	      right:0;
	      margin:0 auto;
	      width:100%;
	      height:1px;
background: #44bcdd;
    transition:0.2s;
    transform: scale(0, 1);
	  }
	  #menu-header-nav>li>a:hover:before{
		transform: scale(1, 1);
	 }
  #menu-header-nav>li>a:hover span.nav_span {
    color: #fff;
  }

  #menu-header-nav li {
    transition: .2s;
  }

  #menu-header-nav>li>ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    transition: .2s;
  }

  #menu-header-nav>li>ul.sub-menu {
    height: 0;
    overflow: hidden;
  }
  #menu-header-nav>li:hover>ul.sub-menu {
    height: auto;
    top: 100%;
  }

  #menu-header-nav>li:hover>ul.sub-menu>li {
    border-bottom: 1px solid #ccc;
  }

  #menu-header-nav>li>ul.sub-menu>li a {
    text-align: center;
    color: #333;
    padding: 12px 5px;
    display: block;
    background: #fff;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #44bcdd;
  }

  /*仕切りボーダー*/
  #menu-header-nav>li>a {
    position: relative;
    border-right: 1px solid #ccc;
  }

  #menu-header-nav li.nav01>a {
    border-left: 1px solid #ccc;
  }

  /* 幅広ナビ */
  #menu-header-nav>li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition: 200ms;
width: 100%;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: #e4f5f6;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #44bcdd;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* -------------------サブメニュータイトル */
  #menu-header-nav li .submenu-wrap .menutitle {
    text-align: left;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #44bcdd;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #44bcdd;
    padding-left: 0;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
    background: none;
    color: #44bcdd;
    text-align: left;
    border-right: none;
    display: block;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a:hover {
    background: #44bcdd;
  }

  /* ----------------------幅広サブメニュー */
  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    width: 24%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    position: relative;
    padding: 4px 10px 4px 20px;
    text-align: left;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 14px;
    left: 4px;
    border-top: solid 1px #44bcdd;
    border-right: solid 1px #44bcdd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav>li:hover .submenu-wrap ul.sub-menu li a:hover {
    text-decoration:underline;
    background: none;
    color: #44bcdd;
  }

  /* サブメニュー矢印 */
  #menu-header-nav li.has_children>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 6px solid #44bcdd;
  }


  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
#aside
==========================*/
  .inq {
    right: 0;
    top: 180px;
    width: 101px;
  }
.bnr_box a{
	display:block;
	margin-top:20px;
}
  /*-- ブログページ ------------*/
  .post-type-blog #main {
    float: left;
    width: 72%;
  }

  .post-type-blog #aside {
    float: right;
    width: 24%;
  }

  /*   -------------------------フッター */
  #footer #menu-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .menu-item-has-children:nth-child(1) {
    width:36%;
  }

  #footer .menu-item-has-children:nth-child(2) {
    width: 58%;
  }
	#footer .menu-item-has-children{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    vertical-align: middle;
  }

  #footer .menu-item-has-children:nth-child(1) .sub-menu {
    width: 49%;
  }
	  #footer .menu-item-has-children:nth-child(2) .sub-menu {
    width: 32%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
	#header{
		padding:20px;
	}
	.headerinner ul.pc{
		gap:0 10px;
		letter-spacing:0;
	}
.headerinner .btn-style a{
	font-size:14px;
	width:160px;
}
	.headerinner .btn-style a:after{
		right:8px;
	}
  #menu-header-nav>li:last-child ul.sub-menu {

  left: auto;right: 0;transform: none;}
	#menu-header-nav>li {
    width: 6em;
  }

  #menu-header-nav>li a,
  #menu-header-nav ul.sub-menu li a,
  #menu-header-nav>li>ul.sub-menu>li a {
    font-size: 14px;
  }
		.inq,
	.totop{
		width:70px;
	}
}

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

  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}
#aside .sideinner {
	overflow:hidden;
	margin-bottom:20px;
}
------------------*/

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

  /* スマホ */
  .pc {
    display: none !important;
  }
  .page-title {
    padding: 1.5em 1em;
    height: auto;
  }
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    width: 100%;
  }

  #header>.inner {
    width: 100%;
    max-width: 100%;
  }

  #header .headerinner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header h1 {
    width: 200px;
    max-width: 42%;
    margin: auto 20px !important;
  }

  .headerinner ul {
    max-width: 50%;
    width: 270px;
    z-index: 100;
    float: right;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .headerinner ul li {
    float: left;
    width: 33.3333%;
    display: block;
    border-left: 1px solid #fff;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav.fixed {
    /*.fixedの指定を初期化して無効に。スマホに影響させないため*/
    position: inherit !important;
    top: auto !important;
  }

  /* メニューボタン */
  #toggle {
    display: block;
  }

  #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
    padding: 0;
    border: none;
  }

  #toggle img {
    max-height: 100%;
  }

  #toggle a:hover {
    background: none !important;
  }

  /* #menu-header-nav ------*/
  #menu-header-nav, #menu-header-nav>.sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    top: 0;
    overflow-y: scroll;
max-height: 82vh;
  }

  #nav ul li>a br {
    display: none;
  }

  #nav ul li {
    display: block;
    background: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }

  #nav ul li a {
    display: block;
    padding: 14px 6px 14px 15px;
    width: 100%;
    position: relative;
    color: #333333;
  }
  #nav .menu-header-nav-inner>li>a:before {
    content: "-";
    padding-right: 6px;
  }

  #nav li a:hover {
    background: #d7f3ee;
    text-decoration: none;
    cursor:pointer;
  }

   #nav a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav li.has_children>a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav li.has_children .sub-menu a::after {
    height: 5px;
    width: 5px;
  }
	  #menu-header-nav>li>a span.nav_span {
    color: #44bcdd;
		  padding-left:1em;
  }
	  #menu-header-nav>li>a:hover span.nav_span {
    color: #fff;
  }
	  #nav .submenu-wrap .menutitle {
    display: block;
    padding: 0;
    background: #44bcdd;
    color: #fff;
    font-weight: bold;
    padding: 14px 6px 14px 15px;
  }

  /*   タイトルにリンクがある場合 */
  /*   #nav .submenu-wrap .menutitle {
  padding:0;
  } */
  #nav .submenu-wrap .menutitle a {
    color: #fff;
  }

  #nav ul li .sub-menu {
    background: #f9f6f0;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
  }

  #nav .sub-menu {
    background: #f9f6f0;
  }

  #nav .sub-menu li a {
    padding-left: 25px;
  }

  #nav .sub-menu:last-child li:last-child {
    border-bottom: none;
  }

/*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 0;
  }

  /*==========================
  #side
  ==========================*/
  .inq {
    right: 0;
    bottom: 0;
    width: 100%;
  }

/*   .totop {
    position: fixed;
    bottom: 22vw;
    width: 15%;
  }
 */

  .inq .bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }

/*   .inq .bnr_box>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  } */
/*並列に並べる場合*/
.totop{
	height:62px;
	}
@media screen and (max-width: 767px) {
.totop{
	height: 50px;
  }		
}


.inq .bnr_box>* {
				 display: flex;
				 align-items: flex-end;
				 margin-right: 50px;
	             height: 50px;
				 }
	.inq .bnr_box a img {
		height: 50px;
	}

  /*==========================
  #footer
  ==========================*/
  #footer .cont01,
	#footer .cont02{
    padding: 30px 0;
  }

  #footer .column+.column {
    margin-top: 30px;
  }

  #footer li.menu-item-has-children:nth-child(1),
  #footer li.menu-item-has-children:nth-child(2) {
    width: 100%;
	  display: flex;
flex-wrap: wrap;
justify-content:flex-start;
  }

  #footer .sub-menu {
width:49%;
  }

  #footer .sub-menu li {
    width: 100%;
  }

  #footer .logo {
    margin-bottom: 20px;
  }

  .copyright {
    padding: 1.2em 10px 22vw 10px;
  }
}

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

  /* スマホ480px */
  /*==========================
  #contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}

/* タブレットのみ表示 */
@media screen and (min-width: 1240px) {
	.tb{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.tb{
		display:none;
	}
}
