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

/* font
=========================================== */
@font-face {/*Zen Kaku Gothic Antique*/
   font-family: "Zen Kaku Gothic Antique";
  src: url('../fonts/font/ZenKakuGothicAntique-Medium.ttf');
  src:
  url('../fonts/font/ZenKakuGothicAntique-Medium.woff2') format('woff2'),
  url('../fonts/font/ZenKakuGothicAntique-Medium.woff') format('woff'),
  url('../fonts/font/ZenKakuGothicAntique-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*Zen Kaku Gothic Antiqueボールド*/
  font-family: 'Zen Kaku Gothic Antique';
  src: url('../fonts/font/ZenKakuGothicAntique-Bold.ttf');
  src:
  url('../fonts/font/ZenKakuGothicAntique-Bold.woff2') format('woff2'),
  url('../fonts/font/ZenKakuGothicAntique-Bold.woff') format('woff'),
  url('../fonts/font/ZenKakuGothicAntique-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*Source Sans 3ボールド*/
  font-family: "Source Sans 3";
  src: url('../fonts/font/SourceSans3-Bold.ttf');
  src:
  url('../fonts/font/SourceSans3-Bold.woff2') format('woff2'),
  url('../fonts/font/SourceSans3-Bold.woff') format('woff'),
  url('../fonts/font/SourceSans3-Bold.ttf') format('truetype');
	font-weight: 700;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #000000;text-decoration: none;
}
a:hover, a:active {
	color: #000000;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #000000;
	background: #FFFEF8;
	font-size:16px;
	line-height:1.5;
	font-family: YakuHanJP,"Zen Kaku Gothic Antique", sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 300px;height: 63px;margin: 56px auto 0;}
.btn01 a {display: flex;align-items: center;width: 100%;height: 100%;padding: 0 60px 0 40px;background: #FFE0E6;border: 1px solid #FF7790;box-sizing: border-box;border-radius: 50px;box-shadow: 0px 4px 0px 0px rgba(233, 118, 140, 1);position: relative;}
.btn01 a .btn-text {font-size: 16px;font-weight: 700;color: #77410B;transition: 0.3s;}
.btn01 a .arrow {display: block;width: 34px;height: 33px;background-image: url("../img/common/btn_arrow.svg");background-repeat: no-repeat;background-position: center;background-size: contain;position: absolute;top: 50%;right: 15px;transform: translateY(-50%);}
.btn01 a:hover {text-decoration: none;background: #FFFFFF;}

.btn_contact {width: 212px;height: 52px;}
.btn_contact a {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;background: #FFFFFF;border: 1px solid #FF7790;border-radius: 50px;box-sizing: border-box;text-align: center;}
.btn_contact a .btn-text {font-size: 15px;font-weight: 700;color: #FF7790;}
.btn_contact a:hover {text-decoration: none;background: #FFE0E6;}

.title01 {font-size: 32px;line-height: 1;font-weight: 700;color: #77410B;text-align: center;padding-top: 42px;box-sizing: border-box;position: relative;margin-bottom: 56px;}
.title01::before {content: "";display: block;width: 108px;height: 18px;background: url("../img/common/title_icon01.png") no-repeat center;background-size: contain;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.title01 .sub {display: block;font-size: 16px;line-height:1.75;color: #000000;font-weight: 500;margin-top: 16px;}

.title02 {text-align: center;margin-bottom: 32px;}
.title02 span {display: inline-block;padding: 0 45px;box-sizing: border-box;font-size: 28px;line-height: 1.3;font-weight: 700;color: #FF7790;position: relative;}
.title02 span::before, .title02 span::after {content: "";display: block;width: 23px;height: 23px;background: url("../img/common/title_icon02.png") no-repeat center;background-size: contain;position: absolute;top: 50%;transform: translateY(-50%);}
.title02 span::before {left: 0;}
.title02 span::after {right: 0;}

.tel_box {color: #1AA899;}
.tel_box .tel {line-height: 1;}
.tel_box .tel a {color: #1AA899;}
.tel_box .tel a .num {display: block;font-size: 22px;line-height: 1;}
.tel_box .tel-text {font-size: 15px;line-height: 1;margin-top: 12px;}
.tel_box .tel-text .none {display: none;}

.insta_btn {width: 60px;height: 60px;}
.insta_btn a {display: block;width: 100%;height: 100%;background: #FFFFFF;border-radius: 50%;position: relative;}
.insta_btn a img {display: block;width: 40px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.insta_btn a:hover {text-decoration: none;opacity: 0.8;}

.under-cont > section {padding: 100px 0 160px;}
.under-cont > section:first-child {padding-top: 56px;}

/*ウェブフォント*/
.medium{font-weight: 500;}
.bold{font-weight: 700;}

.common_text {line-height: 1.75;}

.text_uppercase {text-transform: uppercase;}
.text_capitalize {text-transform: capitalize;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.sans {font-family: "Source Sans 3";font-weight: 700;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-line {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;transform: rotate(90deg);margin: 10px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-line {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-line {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.pink {color: #FF7790;}
.brown {color: #77410B;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 100px;min-width:1200px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #FFFFFF;}
#header .header_inner {width: 1100px;height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;margin: 0 auto;}
#header .header_inner .logo_box {width: auto;position: relative;z-index: 1;}
#header .header_inner .logo {width: 370px;}
#header .header_inner .logo a {display: block;width: 100%;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.8;}

#header .header_inner .right {width: calc(100% - 370px);height: 100%;justify-content: flex-end;position: relative;padding-top: 11px;box-sizing: border-box;}
#header .header_inner .right .right_top {height: 45px;justify-content: flex-end;align-items: center;margin-right: 148px;}
#header .header_inner .right .right_top .tel_box {color: #15AD68;text-align: right;}
#header .header_inner .right .right_top .tel_box .tel a {color: #15AD68;}
#header .header_inner .right .right_top .tel_box .tel-text {margin-top: 4px;}
#header .header_inner .right .right_top .insta_btn {width: 45px;height: 45px;margin-left: 10px;}
#header .header_inner .right .right_top .insta_btn a img {width: 30px;}

#header .header_inner .right .right_top .btn_contact {width: 116px;height: 68px;position: absolute;top: 11px;right: 0;}
#header .header_inner .right .right_top .btn_contact a {background: #FF7790;border-radius: 20px;}
#header .header_inner .right .right_top .btn_contact a .btn-text {font-size: 16px;color: #FFFFFF;transition: 0.3s;}
#header .header_inner .right .right_top .btn_contact a:hover {background: #FFFFFF;}
#header .header_inner .right .right_top .btn_contact a:hover .btn-text {color: #FF7790;}

/*gnav*/
.gnav {height: 30px;margin-top: 4px;margin-right: 148px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 32px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: block;line-height: 1.875;}
.gnav > ul > li > a:hover {text-decoration: none;opacity: 0.8;}

/* main */
/*-------------------------------------------*/
#main.home_main {width: 100%; height: 800px;position: relative;}
#main.home_main .main_img {width: 100%;height: 100%;background: url("../img/main/main_img.jpg") no-repeat center top;background-size: cover;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#main.home_main .wrap {height: 100%;}
#main.home_main .main_title {font-size: 32px;position: absolute;top: 371px;left: 0;z-index: 1;}
#main.home_main .main_title::before {content: "";display: block;width: calc(100% + 50px);height: calc(100% + 44px);background: rgba(253, 253, 255, 0.4);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
#main.home_main .point-list {position: absolute;bottom: 63px;left: 0;}
#main.home_main .point-list .point01 {display: block;width: 240px;padding: 24px;box-sizing: border-box;background: #FFFDF0;border-radius: 30px;box-shadow: 0px 4px 20px 0px rgba(166, 152, 136, 0.1);margin-right: 16px;}
#main.home_main .point-list .point01:last-child {margin-right: 0;}
#main.home_main .point-list .point01 .title01 {font-size: 24px;padding-top: 0;padding-bottom: 26px;margin-bottom: 16px;}
#main.home_main .point-list .point01 .title01::before {width: 85px;height: 14px;top: auto;bottom: 0;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;padding: 205px 0 32px;position: relative;}
#main.kasou::before {content: "";display: block;width: 1920px;height: 284px;background: url("../img/main/kasou_bg.png") no-repeat center top;background-size: contain;position: absolute;top: 0;left: 50%;transform: translateX(-50%);z-index: -1;}
#main.kasou .main_title {font-size: 32px;text-align: center;color: #77410B;}

/*パンくず*/
div#bread {width: 100%;padding-top: 24px;}
ul.bread-list {font-size:14px;justify-content: flex-start;}
ul.bread-list li {line-height: 20px;margin-right: 20px;position: relative;}
ul.bread-list li::after{content: "";display: block;width: 6px;height: 8px;background: url("../img/common/bread_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;right: -13px;transform: translateY(-50%);}
ul.bread-list li a {text-decoration:none;line-height: 20px;}
ul.bread-list li:first-child a {display: inline-block;padding-left: 24px;box-sizing: border-box;position: relative;}
ul.bread-list li:first-child a::before{content: "";display: block;width: 16px;height: 14px;background: url("../img/common/icon_bread.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li:last-child {margin-right: 0;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* TOPへ戻る */
/*-------------------------------------------*/
div#top-link { position: absolute; left: 0; top: 0; opacity: 0; z-index: -20; }

div#page-top { position: fixed; right: 15px; bottom: 15px; opacity: 0; z-index: -2; transition: 0.3s; }

div#page-top a {display: block;width: 50px;height: 50px;background: #FF7790;border-radius: 50%;position: relative;box-shadow: 2px 2px 4px 0px hsla(51, 28%, 76%, 0.5);}

div#page-top a:hover {opacity: 0.7;}

div#page-top img {display: block;width: 14px; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

.fixed div#page-top { z-index: 50; opacity: 1; }

/* footer */
/*-------------------------------------------*/
#map-sec {padding: 107px 0 105px;position: relative;}
#map-sec::before {content: "";display: block;width: 100%;height: 512px;background: url("../img/common/bg_map.png") no-repeat center top;background-size: contain;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#map-sec .map_box { width: 100%; height: 300px;border-radius: 30px;overflow: hidden;position: relative;z-index: 1;box-shadow: 0px 4px 20px 0px hsla(32, 14%, 59%, 0.1); }
#map-sec .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#footer {padding: 64px 0 178px;background: #E3F6F4;position: relative;}
#footer::before {content: "";display: block;width: 100%;height: 178px;background: url("../img/common/bg_footer.png") no-repeat center bottom;background-size: contain;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#footer .logo {width: 370px;margin-bottom: 40px;}
#footer .logo a {display: block;width: 100%;}
#footer .logo a:hover {text-decoration: none;opacity: 0.8;}

#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;}
#footer .footer_box .left {width: 387px;}
#footer .footer_box .left .address {margin-bottom: 16px;}
#footer .footer_box .left .info-table tr th, #footer .footer_box .left .info-table tr td {padding: 2px 0;box-sizing: border-box;border-bottom: 1px solid #B5E5E0;line-height: 1.75;}
#footer .footer_box .left .info-table tr th {width: 80px;text-align: right;}
#footer .footer_box .left .info-table tr td {padding-left: 8px;}
#footer .footer_box .left .info-table tr td .midashi {display: inline-block;width: 50px;margin-right: 10px;}
#footer .footer_box .left .cnt01 {justify-content: space-between;align-items: center;margin-top: 32px;}
#footer .footer_box .left .cnt02 {display: block;margin-top: 18px;}
#footer .footer_box .left .cnt02 .insta_btn {display: none;}

#footer .footer_box .right {width: 530px;}
.navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > .navs-list00 {margin-right: 40px;}
.navs-list > .navs-list00:last-child {margin-right: 0;}
.navs-list > .navs-list00 > a {display: block;padding-left: 40px;box-sizing: border-box;line-height: 1.75;position: relative;margin-bottom: 19px;}
.navs-list > .navs-list00 > a::before {content: "";display: block;width: 33px;height: 33px;background: url("../img/common/nav_icon.png") no-repeat center;background-size: contain;position: absolute;top: -2px;left: 0;}
.navs-list > .navs-list00 > a::after {content: "";display: block;width: calc(100% - 35px);height: 1px;background: #B5E5E0;position: absolute;bottom: -3px;left: 35px;}
.navs-list > .navs-list00 .sp-nav li {padding-left: 32px;box-sizing: border-box;position: relative;margin-bottom: 8px;}
.navs-list > .navs-list00 .sp-nav li:last-child {margin-bottom:0;}
.navs-list > .navs-list00 .sp-nav li::before {content: "";display: block;width: 16px;height: 3px;background: #B5E5E0;position: absolute;top: 12px;left: 8px;}
.navs-list > .navs-list00 .sp-nav li a {display: block;font-size: 15px;line-height: 1.75;}
.navs-list > .navs-list00 a:hover {text-decoration: none;opacity: 0.8;}

#footer .footer_box .right .link_list {justify-content: flex-end;margin-top: 32px;}
#footer .footer_box .right .link_list li {display: flex;align-items: center;}
#footer .footer_box .right .link_list li::after {content: "";display: inline-block;width: 3px;height: 16px;background: #B5E5E0;margin: 0 22px;}
#footer .footer_box .right .link_list li:last-child::after {display: none;}
#footer .footer_box .right .link_list li a {display: block;font-size: 15px;line-height: 1.75;}
#footer .footer_box .right .link_list li a:hover {text-decoration: none;opacity: 0.8;}

#footer .copyright {font-size: 14px;line-height: 1.75;margin-top: 40px;}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
