@charset "UTF-8";
@charset "UTF-8";
@charset "utf-8";

 html {
-webkit-text-size-adjust: 100%; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,img{ padding:0;
margin:0;
vertical-align:top;
text-align:left; word-break: normal;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}
fieldset,img {
border:0;
}
img {
vertical-align:bottom;
font-size:0;
line-height:0;
}
address,caption,cite,code,dfn,em,x_strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none; }
caption,th {
text-align:left; }
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
dl,dt,dd,ul,ol,x_li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td { }
main, article, aside, dialog, figure, footer, header,hgroup, nav, section {
display:block;
padding:0;
margin:0;
vertical-align:top;
text-align:left; word-break: normal;
overflow-wrap: break-word;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
}
table {
border-collapse: collapse;
} .cl:after{
content: ".";
display: block;
height: 0;
font-size:0;
clear: both;
visibility:hidden;
}
.cl{
display: inline-block; x_overflow:hidden;
} * html .cl{
height: 1%;
}
.cl{
display:block;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");  html {
font-size: 10px;
}
body {
position: relative;
font-size: 1rem;
line-height: 1.8;
font-family: 'Noto Serif JP', serif;
color: #FFF;
background: #0e1829;
-webkit-font-feature-settings: "palt";
-moz-font-feature-settings: "palt";
-ms-font-feature-settings: "palt";
-o-font-feature-settings: "palt";
font-feature-settings: "palt"; }
@media screen and (max-width: 767px) {
html {
font-size: 2.868vw;
}
body {
font-size: 1rem;
width: 100%;
min-width: 100%;
line-height: 1.7;
letter-spacing: .2em;
-webkit-font-feature-settings: "palt";
-moz-font-feature-settings: "palt";
-ms-font-feature-settings: "palt";
-o-font-feature-settings: "palt";
font-feature-settings: "palt";
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
left: 0;
}
}
* {
font-style: normal;
font-weight: 400;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #FFF;
text-decoration: none;
transition: .5s;
}
a:hover {
color: #FFF;
text-decoration: none;
transition: .5s;
opacity: 0.65;
}
main a {
color: #FFF;
text-decoration: none;
transition: .5s;
}
main a:hover {
color: #FFF;
text-decoration: none;
transition: .5s;
opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
text-decoration: none;
opacity: 0.65;
zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
opacity: 1.0;
zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
text-decoration: none !important;
display: inline-block;
}
img {
width: 100%;
height: auto;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
image-rendering: -webkit-optimize-contrast;
} .sp,
.sp_img {
display: none;
}
@media screen and (max-width: 767px) {
img {
max-width: none;
width: 100%;
height: auto;
}
.pc {
display: none;
}
.sp,
.sp_img {
display: block;
}
}   header {
position: absolute;
top: 0;
left: 0;
z-index: 5;
height: 180px;
width: 100%;
display: flex;
}
header::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 180px;
width: 100%;
background: linear-gradient(180deg, rgba(3,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
content: '';
}
header .logo {
margin-top: 45px;
margin-left: 65px;
width: 273px;
}
header nav {
margin-left: auto;
padding-top: 55px;
padding-right: 160px;
}
header nav ul {
display: flex;
}
header nav ul li {
font-size: 1.4rem;
}
header nav ul li:not(:last-of-type) {
margin-right: 1em;
}
@media screen and (max-width: 1340px) {  
header .logo {
margin-left: 35px;
}
}
@media screen and (max-width: 1040px) {  
header .logo {    
margin-top: 30px;
}
header nav {
display: none;
}
}
@media screen and (max-width: 767px) {
header {
height: 24.667vw;
}
header::before {
height: 24.667vw;
background: linear-gradient(180deg, rgba(3,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
header .logo {
margin-top: 4vw;
margin-left: 2.667vw;
width: 55vw;
}
} footer {
background: url(//hakusyakutei.jp/img/common/footer_bg.jpg) no-repeat center center;
background-size: cover;
padding-top: 100px;
padding-bottom: 60px;
}
footer .box {
display: flex;
flex-wrap: wrap;
}
footer .box .box_l {
margin-right: 20px;
}
footer .box .box_l .name {
font-size: 3.0rem;
margin-bottom: .3em;
}
footer .box .box_l address {
display: block;
font-size: 1.4rem;
margin-bottom: .8em;
}
footer .box .box_l .map_btn {
display: flex;
}
footer .box .box_l .map_btn a {
position: relative;
display: block;
background: #354664;
border: solid 1px #354664;
font-size: 1.4rem;
padding: .5em .8em;
padding-right: 3em;
}
footer .box .box_l .map_btn a::after {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5px;
width: 7px;
height: 10px;
background: url(//hakusyakutei.jp/img/common/arrow_w.svg) no-repeat center center;
background-size: cover;
content: '';
}
footer .box .box_l .map_btn a:hover {
background: #FFF;
border: solid 1px #354664;
color: #354664;
}
footer .box .box_l .map_btn a:hover::after {
background: url(//hakusyakutei.jp/img/common/arrow_b.svg) no-repeat center center;
background-size: cover;
content: '';
}
footer .box .box_r {
position: relative;
margin-left: auto;
display: flex;
padding-right: 40px;
}
footer .box .box_r::before {
position: absolute;
top: 0;
left: -60px;
width: 1px;
height: calc(100% + 10px);
background: rgba(110, 116, 127, .4);
content: '';
}
footer .box .box_r .f_acc {
display: none;
}
footer .box .box_r dl {
margin-right: 90px;
}
footer .box .box_r dl dt {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
color: #d8d1ab;
margin-bottom: .4em;
}
footer .box .box_r ul li {
font-size: 1.4rem;
}
footer .box .box_r ul li:not(:last-of-type) {
margin-bottom: .6em;
}
footer .copy {
display: block;
font-size: 1.0rem;
}
@media screen and (max-width: 1040px) {
footer .box .box_r {
padding-right: 0;
}
footer .box .box_r::before {
left: -30px;
}
footer .box .box_r dl {
margin-right: 40px;
}
}
@media screen and (max-width: 767px) { footer {
background: #000;
padding-top: 10vw;
padding-bottom: 20vw;
}
footer .box {
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding: 0 4%;
}
footer .box .box_l {
margin-right: 0;
margin-bottom: 10vw;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
footer .box .box_l .name {
font-size: 2.8rem;
}
footer .box .box_l address {
font-size: 1.4rem;
text-align: center;
}
footer .box .box_l .map_btn a {
font-size: 1.6rem;
padding: .5em .8em;
padding-right: 3em;
}
footer .box .box_l .map_btn a::after {
right: .4em;
width: calc(1em * .8);
height: calc(1.5em * .8);
}
footer .box .box_r {
margin-left: 0;
display: flex;
flex-direction: column;
padding-right: 0;
}
footer .box .box_r::before {
display: none;
}
footer .box .box_r dl {
margin-right: 0;
border-top: solid 1px #6d7788;
}
footer .box .box_r dl:last-of-type {
border-bottom: solid 1px #6d7788;
}
footer .box .box_r dl dt {
position: relative;
font-family: 'Noto Serif JP', serif;
font-size: 1.6rem;
color: #FFF;
margin-bottom: .4em;
}
footer .box .box_r dl dt label {
position: relative;
display: block;
padding: 1em 1.5em;
}
footer .box .box_r dl dt label::before ,
footer .box .box_r dl dt label::after  {
content: '';
display: block;
width: 4vw;
height: 3px;
background: #fff;
position: absolute;
right: 3vw;
top: 50%;
transform: translateY(-50%);
transition: opacity 1s;
}
footer .box .box_r dl dt label::after {
transform: translateY(-50%) rotate(90deg);
transition: transform 1s;
}
footer .box .box_r .f_acc:checked + dl dt label::before {
opacity: 0;
}
footer .box .box_r .f_acc:checked + dl dt label::after {
transform: translateY(-50%) rotate(180deg);
}
footer .box .box_r dl dd {
height: 0;
transition:.4s;
overflow: hidden;
}
footer .box .box_r .f_acc:checked + dl dd {
height: auto;
padding-left: 5%;
}
footer .box .box_r ul li {
font-size: 1.6rem;
border-bottom: solid 1px #6d7788;
}
footer .box .box_r dl dd ul li:last-of-type {
border-bottom: none;
}
footer .box .box_r ul li:not(:last-of-type) {
margin-bottom: 0;
}
footer .box .box_r ul li a {
position: relative;
display: block;
padding: 1em 1.5em;
}
footer .box .box_r ul li a::after {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: .4em;
width: calc(1em * .8);
height: calc(1.5em * .8);
background: url(//hakusyakutei.jp/img/common/arrow_w.svg) no-repeat center center;
background-size: cover;
content: '';
}
footer .copy {
padding-top: 15vw;
font-size: 1.1rem;
text-align: center;
}
} .side_btn {
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 5;
right: 0;
width: 60px;
}
.side_btn ul {
display: flex;
flex-direction: column;
}
.side_btn ul li:first-of-type {
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.side_btn {
position: fixed;
top: initial;
transform: inherit;
z-index: 5;
right: inherit;
left: 0;
bottom: 0;
width: 100%;
}
.side_btn ul {
display: flex;
align-items: flex-end;
flex-direction: row;
}
.side_btn ul li:first-of-type {
margin-bottom: 0;
width: 78.618vw;
}
.side_btn ul li:last-of-type {
width: calc(100% - 78.618vw);
}
.side_btn ul li img {
vertical-align: bottom;
}
} .menu_btn {
position: fixed;
top: 36px;
right: 36px;
z-index: 40;
width: 66px;
height: 48px;
cursor: pointer;
background: url(//hakusyakutei.jp/img/common/menu_off.png) no-repeat center center;
background-size: cover !important;
transition: .5s;
}
.menu_btn.is-active {
background: url(//hakusyakutei.jp/img/common/menu_on.png) no-repeat center center;
}
.menu_btn + .menu_box {
position: fixed;
z-index: 30;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, .9);
display: none;
justify-content: center;
align-items: center;
transition: all .2s;
margin: 0;
}
.menu_btn.is-active + .menu_box {
display: flex;
}
.menu_btn.is-active + .menu_box .box {
display: flex;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .nav {
display: flex;
margin-bottom: 100px;
}
.menu_btn.is-active + .menu_box .box .nav > ul {
margin-right: 120px;
}
.menu_btn.is-active + .menu_box .box .nav > ul:last-of-type {
margin-right: 100px;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li {
font-size: 2.4rem;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li:not(:last-of-type) {
margin-bottom: 1.5em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span {
display: block;
margin-bottom: .2em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span + ul {
padding-left: .5em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span + ul > li:not(:last-of-type) {
margin-bottom: .5em;
}
.menu_btn.is-active + .menu_box .box .nav .btn {
display: flex;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol {
margin-bottom: 50px;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li {
width: 260px;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li:first-of-type {
margin-bottom: 20px;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li a {
display: block;
border: solid 1px #FFF;
font-size: 1.8rem;
padding: .8em 1em;
text-align: center;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li a:hover {
border: solid 1px #FFF;
background: #FFF;
color: #0e1829;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl {
display: flex;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt {
display: none;
margin-bottom: 20px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select {
position:relative;
overflow:hidden;
display:inline-block;
width: 260px;
background:#fafafa;
border: solid 1px #dddddd;
color:#333;
margin:0;
padding:0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
width: 260px;
margin:0;
padding:5px 10px;
background:transparent;
border:0;
outline:none;
font-size:1.6rem;
line-height:1.5;
text-align:center;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select:before {
font-family: "Font Awesome 6 Free";
content: "\f107";
position:absolute;
z-index:2;
top: 50%;
-webkit-transform: translateY(-50%); transform: translateY(-50%);
right:0;
font-size:2.2rem;
line-height:1;
color:#FFF;
display: block;
text-align:center;
width:50px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select:after {
content:'';
position:absolute;
z-index:1;
top:0;
right:0;
display: block;
background:#aaaaaa;
width:50px;
height:100%;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li:not(:last-of-type) {
margin-bottom: 20px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a {
display: flex;
align-items: center;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a span ,
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a em {
display: block;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a span {
width: 40px;
margin-right: 10px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a em {
font-size: 2.0rem;
}
.menu_btn.is-active + .menu_box .box .logo_add {
display: flex;
align-items: center;
}
.menu_btn.is-active + .menu_box .box .logo_add .logo {
width: 410px;
margin-right: 30px;
}
.menu_btn.is-active + .menu_box .box .logo_add address {
display: flex;
flex-direction: column;
margin-right: 25px;
}
.menu_btn.is-active + .menu_box .box .logo_add address .add {
font-size: 1.8rem;
margin-bottom: .4em;
}
.menu_btn.is-active + .menu_box .box .logo_add address .add span {
margin-right: 1em;
}
.menu_btn.is-active + .menu_box .box .logo_add address .tel {
font-size: 3.0rem;
}
.menu_btn.is-active + .menu_box .box .logo_add address .tel span {
margin-right: 1em;
}
.menu_btn.is-active + .menu_box .box .logo_add .time {
font-size: 1.6rem;
}
@media screen and (max-height: 670px) {
.menu_btn.is-active + .menu_box .box .nav {
margin-bottom: 5vh;
}
.menu_btn.is-active + .menu_box .box .nav ul li:not(:last-of-type) {
margin-bottom: 1vh;
}
}
@media screen and (max-width: 1340px) {  
.menu_btn.is-active + .menu_box .box .nav {
padding: 0 20px;
justify-content: space-between;
}
.menu_btn.is-active + .menu_box .box .nav ul {
margin-right: 60px;
}
.menu_btn.is-active + .menu_box .box .nav ul:last-of-type {
margin-right: 40px;
}
.menu_btn.is-active + .menu_box .box .nav ul li {
font-size: 2.0rem;
}
.menu_btn.is-active + .menu_box .box .logo_add {
padding: 0 20px;
}
.menu_btn.is-active + .menu_box .box .logo_add .logo {
width: 300px;
margin-right: 20px;
}
.menu_btn.is-active + .menu_box .box .logo_add address {
margin-right: 20px;
}
.menu_btn.is-active + .menu_box .box .logo_add address .add {
font-size: 1.6rem;
}
.menu_btn.is-active + .menu_box .box .logo_add address .tel {
font-size: 2.0rem;
}
.menu_btn.is-active + .menu_box .box .logo_add .time {
font-size: 1.4rem;
}
}
@media screen and (max-width: 1140px) {  
.menu_btn.is-active + .menu_box .box .logo_add {
flex-wrap: wrap;
justify-content: center;
}
.menu_btn.is-active + .menu_box .box .logo_add .logo {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin-bottom: 10px;
}
.menu_btn.is-active + .menu_box .box .logo_add .logo a {
width: 300px;
}
}
@media screen and (max-width: 1040px) {  
.menu_btn {
top: 30px;
}
.menu_btn.is-active + .menu_box .box .nav ul {
margin-right: 40px;
}
.menu_btn.is-active + .menu_box .box .nav ul li {
font-size: 1.8rem;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li {
width: 180px;
}
}
@media screen and (max-width: 840px) {  
.menu_btn.is-active + .menu_box .box .nav ul li {
font-size: 1.6rem;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li a {
font-size: 1.6rem;
}
}
@media screen and (max-width: 767px) {
.menu_btn {
position: fixed;
top: 0;
right: 0;
z-index: 40;
width: 15.645vw;
height: 15.645vw;
cursor: pointer;
background: url(//hakusyakutei.jp/img/common/menu_off.jpg) no-repeat center center;
background-size: cover !important;
transition: .5s;
}
.menu_btn.is-active {
background: url(//hakusyakutei.jp/img/common/menu_on.jpg) no-repeat center center;
}
.menu_btn.is-active + .menu_box {
display: flex;
justify-content: flex-start;
align-items: flex-start;
overflow: auto;
height: 100vh;
}
.menu_btn.is-active + .menu_box .box {
display: flex;
flex-direction: column;
padding-top: 10vw;
padding-bottom: 10vw;
width: 100%;
}
.menu_btn.is-active + .menu_box .box .nav {
display: flex;
flex-direction: column;
margin-bottom: 10vw;
width: 100%;
}
.menu_btn.is-active + .menu_box .box .nav > ul {
margin-right: 0;
margin-bottom: .8em;
font-size: 1.8rem;
width: 100%;
}
.menu_btn.is-active + .menu_box .box .nav ul:last-of-type {
margin-right: 0;
}
.menu_btn.is-active + .menu_box .box .nav > ul:last-of-type {
margin-right: 0;
margin-bottom: 10vw;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li {
font-size: 1.8rem;
border-bottom: solid 1px #FFF;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li:not(:last-of-type) {
margin-bottom: .4em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span {
margin-bottom: .2em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span + ul {
padding-left: .5em;
}
.menu_btn.is-active + .menu_box .box .nav > ul > li span + ul > li:not(:last-of-type) {
margin-bottom: .2em;
border-bottom: solid 1px rgba(255, 255, 255, .5);
}
.menu_btn.is-active + .menu_box .box .nav > ul > li a {
display: block;
padding: .4em 0;
}
.menu_btn.is-active + .menu_box .box .nav .btn {
display: flex;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol {
margin-bottom: 5vw;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li {
width: 100%;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li:first-of-type {
margin-bottom: 5vw;
}
.menu_btn.is-active + .menu_box .box .nav .btn ol li a {
font-size: 1.6rem;
padding: .8em 1em;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl {
display: flex;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt {
display: block;
margin-bottom: 5vw;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select {
width: 100%;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select select {
width: 100%;
font-size:1.4rem;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select:before {
font-family: "Font Awesome 6 Free";
content: "\f107";
position:absolute;
z-index:2;
top: 50%;
-webkit-transform: translateY(-50%); transform: translateY(-50%);
right:0;
font-size:2.2rem;
line-height:1;
color:#FFF;
display: block;
text-align:center;
width:50px;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dt .select:after {
content:'';
position:absolute;
z-index:1;
top:0;
right:0;
display: block;
background:#aaaaaa;
width:50px;
height:100%;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li:not(:last-of-type) {
margin-bottom: 5vw;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a span {
width: 10vw;
margin-right: 5vw;
}
.menu_btn.is-active + .menu_box .box .nav .btn dl dd ul li a em {
font-size: 1.4rem;
}
.menu_btn.is-active + .menu_box .box .logo_add {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.menu_btn.is-active + .menu_box .box .logo_add .logo {
display: none;
}
.menu_btn.is-active + .menu_box .box .logo_add address {
display: flex;
flex-direction: column;
margin-right: 0;
margin-bottom: 5vw;
}
.menu_btn.is-active + .menu_box .box .logo_add address .add {
font-size: 1.6rem;
margin-bottom: .4em;
}
.menu_btn.is-active + .menu_box .box .logo_add address .add span {
display: block;
margin-right: 0;
}
.menu_btn.is-active + .menu_box .box .logo_add address .tel {
font-size: 2.0rem;
}
.menu_btn.is-active + .menu_box .box .logo_add address .tel span {
margin-right: 1em;
}
.menu_btn.is-active + .menu_box .box .logo_add .time {
font-size: 1.4rem;
line-height: 2.0;
}
} .f_common_btn {
background: #01050c;
border-top: solid 1px rgba(255, 255, 255, .1);
border-bottom: solid 1px rgba(255, 255, 255, .1);
}
.f_common_btn ul {
display: flex;
flex-wrap: wrap;
}
.f_common_btn ul li {
width: 50%;
}
.f_common_btn ul li a {
display: flex;
align-items: center;
justify-content: center;
font-size: 3.0rem;
line-height: 1em;
padding: 2.5em 1em;
}
.f_common_btn ul li a:hover {
background: rgba(255, 255, 255, .1);
} .f_banner_btn ul {
display: flex;
flex-wrap: wrap;
padding-top: 40px;
padding-bottom: 40px;
}
.f_banner_btn ul li {
width: 31.74%;
}
.f_banner_btn ul li:not(:last-of-type) {
margin-right: 2.39%;
}
@media screen and (max-width: 767px) { .f_common_btn {
display: none;
} .f_banner_btn ul {
display: flex;
flex-direction: column;
flex-wrap: wrap;
padding: 0 6%;
padding-top: 10vw;
padding-bottom: 10vw;
}
.f_banner_btn ul li {
width: 100%;
}
.f_banner_btn ul li:not(:last-of-type) {
margin-right: 0;
margin-bottom: 6vw;
}
} .page_title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
max-height: 815px;
background-size: cover !important;
}
.page_title h1 {
display: flex;
align-items: center;
justify-content: center;
}
.page_title h1 span {
display: block;
font-size: 4.8rem;
letter-spacing: .2em;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
-o-writing-mode: vertical-rl;
writing-mode: vertical-rl;
text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
.page_title {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
max-height: inherit;
background-size: cover !important;
}
.page_title h1 span {
font-size: 4.0rem;
}
} main {
display: block !important;
font-size: 1.8rem;
letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
main {
font-size: 1.4rem;
letter-spacing: .15em;
}
} .common_contact {
position: relative;
padding: 300px 20px 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.common_contact::after {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
clip-path: polygon(0 90%, 100% 3%, 100% 100%, 0% 100%);
background: #000a1a;
content: '';
}
.common_contact h2 {
font-size: 3.0rem;
margin-bottom: 1.2em;
}
.common_contact .comment {
margin-bottom: 1.2em;
font-size: 1.6rem;
}
.common_contact .tel {
margin-bottom: .2em;
}
.common_contact .tel a {
display: flex;
align-items: baseline;
}
.common_contact .tel a em ,
.common_contact .tel a span {
display: block;
}
.common_contact .tel a em {
font-size: 2.4rem;
}
.common_contact .tel a span {
font-size: 4.8rem;
}
.common_contact .time {
font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
.common_contact {
margin-top: 20vw;
padding: 15vw 4% 20vw;
}
.common_contact::after {
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
clip-path: polygon(0 90%, 100% 3%, 100% 100%, 0% 100%);
background: #000a1a;
content: '';
}
.common_contact h2 {
font-size: 2.0rem;
}
.common_contact .comment {
font-size: 1.4rem;
}
.common_contact .tel a em {
font-size: 1.8rem;
}
.common_contact .tel a span {
font-size: 3.8rem;
}
.common_contact .time {
font-size: 1.2rem;
}
} .w1480 {
width: 1520px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.w1200 {
width: 1240px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.mw1260 {
max-width: 1300px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.mw1200 {
max-width: 1240px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.mw1100 {
max-width: 1140px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.mw1000 {
max-width: 1040px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.w1000 {
width: 1040px;
margin: 0 auto;
}
.mw860 {
max-width: 920px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
.mw820 {
max-width: 860px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 1520px) {
.w1480 {
width: 100%;
}
}
@media screen and (max-width: 1240px) {
.w1200 {
width: 100%;
}
.w1480 .w1200 {
padding-left: 0;
padding-right: 0;
}
.mw1200 {
max-width: 100%;
}
.w1480 .mw1200 {
padding-left: 0;
padding-right: 0;
}
.mw1040 {
max-width: 100%;
}
}
@media screen and (max-width: 1040px) {
.w1000 {
width: 100%;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.w1480 {
padding-left: 4%;
padding-right: 4%;
}
.mw1260 {
padding-left: 4%;
padding-right: 4%;
}
.w1200 {
padding-left: 4%;
padding-right: 4%;
}
.mw1200 {
padding-left: 4%;
padding-right: 4%;
}
.mw1100 {
padding-left: 4%;
padding-right: 4%;
}
.mw1040 {
padding-left: 4%;
padding-right: 4%;
}
.mw1000 {
padding-left: 4%;
padding-right: 4%;
}
.w1000 {
padding-left: 4%;
padding-right: 4%;
}
.mw860 {
padding-left: 4%;
padding-right: 4%;
}
.mw820 {
padding-left: 4%;
padding-right: 4%;
}
} .ttl_h2 {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 130px;
}
.ttl_h2::after {
position: absolute;
bottom: -40px;
right: 0;
left: 0;
margin: 0 auto;
width: 100px;
height: 1px;
background: rgba(255, 255, 255, .4);
content: '';
}
.ttl_h2 em ,
.ttl_h2 span ,
.ttl_h2 i {
display: block;
}
.ttl_h2 em {
font-size: 1.6rem;
margin-bottom: .5em;
}
.ttl_h2 span {
font-size: 3.6rem;
}
.ttl_h2 i {
font-size: 2.0rem;
padding-top: .4em;
}
.ttl_h3 {
font-size: 2.8rem;
margin-bottom: 50px;
}
.ttl_h3-c {
text-align: center;
font-size: 2.8rem;
margin-bottom: 50px;
}
.ttl_h4 {
position: relative;
padding-left: 30px;
margin-bottom: .8em;
}
.ttl_h4::before {
position: absolute;
top: .9em;
left: 0;
width: 18px;
height: 1px;
background: #ffffff;
content: '';
}
@media screen and (max-width: 767px) {
.ttl_h2 {
margin-bottom: 20vw;
}
.ttl_h2::after {
position: absolute;
bottom: -10vw;
right: 0;
left: 0;
margin: 0 auto;
width: 20vw;
height: 1px;
background: rgba(255, 255, 255, .4);
content: '';
}
.ttl_h2 em ,
.ttl_h2 span {
display: block;
text-align: center;
}
.ttl_h2 em {
font-size: 1.6rem;
margin-bottom: .5em;
}
.ttl_h2 span {
font-size: 3.0rem;
letter-spacing: 0;
}
.ttl_h3 {
font-size: 2.8rem;
margin-bottom: 50px;
}
.ttl_h3-c {
text-align: center;
font-size: 2.8rem;
margin-bottom: 50px;
}
.ttl_h4 {
position: relative;
font-size: 1.6rem;
padding-left: 2.5em;
margin-bottom: .8em;
}
.ttl_h4::before {
position: absolute;
top: .9em;
left: 0;
width: 1.5em;
height: 2px;
background: #ffffff;
content: '';
}
} .anc:before {
position: relative;
z-index: -1;
padding-top: 10px;
margin-top: -10px;
display: block;
content: '';
}
@media screen and (max-width: 767px) {
.anc:before {
padding-top: 1vw;
margin-top: -1vw;
content: '';
}
}
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
width:100%;
padding: 1.4em 1em;
font-size:1.4rem;
background:#e5e7ec;
border: solid 1px #e5e7ec;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
outline: 0;
background:#FFF;
border: solid 1px #e5e7ec;
}
.form input[type="number"] {
text-align:center;
}
.form textarea {
height:180px;
}
.form textarea.textarea01 {
height:110px;
}
.form textarea.textarea02 {
height:180px;
}
.form input.input01 {
width:100%;
}
.form input.input02 {
width:160px;
}
.form input.input03 {
width:300px;
}
.form .select_box01 {
position:relative;
overflow:hidden;
display:inline-block;
min-width:360px;
min-width:20em;
background:#fafafa;
border: solid 1px #dddddd;
color:#333;
margin:0;
padding:0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.form .select_box01 select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
min-width:360px;
min-width:20em;
margin:0;
padding:10px 10px;
background:transparent;
border:0;
outline:none;
font-size:1.6rem;
line-height:1.5;
text-align:center;
}
.form .select_box01:before {
font-family: "Font Awesome 6 Free";
content: "\f107";
position:absolute;
z-index:2;
top: 50%;
-webkit-transform: translateY(-50%); transform: translateY(-50%);
right:0;
font-size:2.2rem;
font-weight: 700;
line-height:1;
color:#FFF;
display: block;
text-align:center;
width:50px;
}
.form .select_box01:after {
content:'';
position:absolute;
z-index:1;
top:0;
right:0;
display: block;
background:#aaaaaa;
width:50px;
height:100%;
}
.form .wpcf7-list-item {
display:inline-block;
margin:0 1.5em 0 0;
}
.form .wpcf7-list-item:last-of-type {
margin:0 ;
}
input[type=checkbox] {
appearance: none;
display: none;
}
input[type=checkbox] + span {
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
padding-left: 30px;
}
input[type=checkbox] + span:before {
position: absolute;
top: -.1em;
left: 0;
font-family: "Font Awesome 6 Free";
font-size: 2.0rem;
content: "\f096";
display: inline-block;
margin-right: 0.5em;
font-weight: 400;
color: #6e788a;
}
input[type=checkbox]:checked + span:before {
content: "\f14a";
font-size: 2.0rem;
font-weight: 400;
color: #FFF;
}
input[type=radio] {
appearance: none;
display: none;
}
input[type=radio] + span {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
input[type=radio] + span:before {
position: relative;
top: .1em;
font-family: "Font Awesome 6 Free";
font-size: 2.0rem;
content: "\f111";
display: inline-block;
margin-right: 0.5em;
font-weight: 400;
color: #6e788a;
}
input[type=radio]:checked + span:before {
content: "\f192";
font-size: 2.0rem;
font-weight: 400;
color: #FFF;
}
:-moz-placeholder {
color: #999ea5;
opacity: 1;
}
::-moz-placeholder {
color: #999ea5;
opacity: 1;
}
:-ms-input-placeholder {
color: #999ea5;
}
::-ms-input-placeholder {
color: #999ea5;
}
::-webkit-input-placeholder {
color: #999ea5;
}
::placeholder {
color: #999ea5;
}
.form .btn {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 50px;
}
.form .btn dl {
display: flex;
align-items: center;
justify-content: center;
}
.form .btn dl dt ,
.form .btn dl dd {
position: relative;
width:370px;
}
.form .btn dl dt span ,
.form .btn dl dd span {
display: none;
}
.form .btn dl dt {
margin-right: 50px;
}
.form .btn p {
position: relative;
width:370px;
}
.form .btn input ,
.form .btn button {
position:relative;
background: none;
border: solid 1px #FFF;
display:block;
cursor:pointer;
color:#ffffff;
padding: 1.2em 0;
text-decoration:none;
width:100%;
text-align:center;
font-size:2.0rem;
font-weight:500;
line-height:1.1;
margin:0;
text-decoration:none;
border-radius: 0;
appearance: none;
outline: 0;
}
.form .btn p::after ,
.form .btn dl dd::after {
position:absolute;
top: 50%;
transform: translateY(-50%);
right: 1em;
width: .45em;
height: .85em;
background: url(//hakusyakutei.jp/img/common/form_arrow.png) no-repeat center center;
background-size: cover;
content: '';
}
.form .btn dl dt::after {
position:absolute;
top: 50%;
transform: translateY(-50%) rotate(-180deg);
right: 0;
left: 1em;
width: .45em;
height: .85em;
background: url(//hakusyakutei.jp/img/common/form_arrow.png) no-repeat center center;
background-size: cover;
content: '';
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
text-decoration:none;
opacity:0.65;
filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -moz-opacity:0.65; -khtml-opacity: 0.65; zoom:1;
}
.wpcf7-spinner {
display: none !important;
}
@media screen and (max-width: 767px) {
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
width:100%;
padding: .8em 1em;
font-size:1.4rem;
}
.form textarea {
height:20vh;
}
.form textarea.textarea01 {
height:15vh;
}
.form textarea.textarea02 {
height:20vh;
}
.form input.input01 {
width:100%;
}
.form input.input02 {
width:60%;
}
.form input.input03 {
width:100%;
}
.form .select_box01 {
min-width:inherit;
width:50vw;
}
.form .select_box01 select {
min-width:inherit;
width:100%;
padding:10px 10px;
font-size:1.6rem;
}
.form .wpcf7-list-item {
display:block;
margin: 0;
margin-bottom: 4vw;
}
.form .wpcf7-list-item:last-of-type {
margin:0 ;
}
input[type=radio] + span {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
input[type=radio] + span:before {
position: relative;
top: .1em;
font-family: "Font Awesome 6 Free";
font-size: 2.0rem;
content: "\f111";
display: inline-block;
margin-right: 0.5em;
font-weight: 400;
color: #6e788a;
}
input[type=radio]:checked + span:before {
content: "\f192";
font-size: 2.0rem;
font-weight: 400;
color: #FFF;
}
.form .btn {
padding-top: 15vw;
}
.form .btn dl {
width:100%;
}
.form .btn dl dt ,
.form .btn dl dd {
width:48%;
}
.form .btn dl dt span ,
.form .btn dl dd span {
display: none;
}
.form .btn dl dt {
margin-right: 4%;
}
.form .btn p {
position: relative;
width:60%;
}
.form .btn input ,
.form .btn button {
position:relative;
background: none;
border: solid 1px #FFF;
display:block;
cursor:pointer;
color:#ffffff;
padding: .8em 0;
text-decoration:none;
width:100%;
text-align:center;
font-size:1.6rem;
font-weight:500;
line-height:1.1;
margin:0;
text-decoration:none;
border-radius: 0;
appearance: none;
outline: 0;
}
} .pagination {
padding-top: 50px;
}
.pagination .pagination-box {
text-align:center;
font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
position: relative;
display:inline-block;
font-size:1.6rem;
font-weight: 700;
width:32px;
height:32px;
line-height:1.8em;
text-align:center;
margin-right:10px;
color:#FFF;
border: solid 1px #FFF;
text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
display: inline-block;
font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
margin-right:0;
}
.pagination .pagination-box span.current {
background:#FFF;
border: solid 1px #FFF;
color:#0e1829;
font-weight: 700;
}
.pagination .pagination-box a:hover {
text-decoration:none;
opacity:0.65;
filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -moz-opacity:0.65; -khtml-opacity: 0.65; zoom:1;
}
@media screen and (max-width: 768px) {
.pagination {
padding:10vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
font-size:1.4rem;
width:4.694vw;
height:6.78vw;
line-height:4.694vw;
margin-right:1.304vw;
}
} .contents {
font-size:1.6rem;
}
.contents img {
width:auto;
max-width:100%;
height:auto;
}
.contents .thum_img {
text-align:left;
margin:0 auto;
margin-bottom:50px;
}
.contents .thum_img.width100 { padding: 0;}
.contents .thum_img.width90 { padding: 0 5%;}
.contents .thum_img.width80 { padding: 0 10%;}
.contents .thum_img.width70 { padding: 0 15%;}
.contents .thum_img.width60 { padding: 0 20%;}
.contents .thum_img.width50 { padding: 0 25%;}
.contents .thum_img.width40 { padding: 0 30%;}
.contents .thum_img.width30 { padding: 0 35%;}
.contents .thum_img.width20 { padding: 0 40%;}
.contents .thum_img.width10 { padding: 0 45%;}
.contents h1 {
font-size: 2em;
margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
display: block;
}
.contents figure {
margin: 1em 0;
}
.contents hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
.contents pre {
font-family: monospace, monospace;
font-size: 1em;
}
.contents abbr[title] {
border-bottom: 1px #FFF dotted;
text-decoration: none;
}
.contents b,
.contents strong {
font-weight: inherit;
}
.contents b,
.contents strong {
font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
font-family: monospace, monospace;
font-size: 1em;
}
.contents dfn {
font-style: italic;
}
.contents mark {
background-color: #eee;
color: #222;
}
.contents small {
font-size: 80%;
}
.contents sub,
.contents sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.contents sub {
bottom: -0.25em;
}
.contents sup {
top: -0.5em;
}
.contents audio,
.contents video {
display: inline-block;
}
.contents audio:not([controls]) {
display: none;
height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
.contents button,
.contents input {
overflow: visible;
}
.contents button,
.contents select {
text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
-webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
.contents fieldset {
border: 1px solid #FFF;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.contents legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
.contents progress {
display: inline-block;
vertical-align: baseline;
}
.contents textarea {
overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
height: auto;
}
.contents [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
.contents details,
.contents menu {
display: block;
}
.contents summary {
display: list-item;
}
.contents canvas {
display: inline-block;
}
.contents template {
display: none;
}
.contents [hidden] {
display: none;
}
.contents .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.contents .alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.contents .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
color: #333;
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
font-size: 15px;
font-size: 0.9375em;
font-weight: 400;
line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
clear: both;
line-height: 1.4;
margin: 0 0 0.75em;
padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
padding-top: 0;
}
.contents h1 {
font-size: 24px;
font-size: 1.5em;
font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
color: #FFF;
font-size: 20px;
font-size: 1.25em;
font-weight: 300;
}
.contents h3 {
color: #FFF;
font-size: 18px;
font-size: 1.125em;
font-weight: 300;
}
.contents h4 {
color: #FFF;
font-size: 16px;
font-size: 1em;
font-weight: 800;
}
.contents h5 {
color: #FFF;
font-size: 13px;
font-size: 0.8125em;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.contents h6 {
color: #FFF;
font-size: 15px;
font-size: 0.9375em;
font-weight: 800;
}
.contents p {
margin: 0 0 1.5em;
padding: 0;
}
.contents p:last-child {
margin: 0;
padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
font-style: italic;
}
.contents blockquote {
color: #FFF;
font-size: 18px;
font-size: 1.125em;
font-style: italic;
line-height: 1.7;
margin: 0;
overflow: hidden;
padding: 0;
}
.contents blockquote cite {
display: block;
font-style: normal;
font-weight: 600;
margin-top: 0.5em;
}
.contents address {
margin: 0 0 1.5em;
}
.contents pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375em;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
border-bottom: 1px dotted #FFF;
cursor: help;
}
.contents mark,
.contents ins {
background: #eee;
text-decoration: none;
}
.contents big {
font-size: 125%;
}
.contents blockquote {
quotes: "" "";
}
.contents q {
quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
content: "";
}
.contents :focus {
outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
font-weight: 700;
}
.contents hr {
background-color: #FFF;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
margin: 20px 0 1.5em 40px;
padding: 0;
}
.contents ul {
list-style: disc;
}
.contents ol {
list-style: decimal;
}
.contents li > ul,
.contents li > ol {
margin-bottom: 20px;
margin-left: 1.5em;
}
.contents dt {
font-weight: 700;
}
.contents dd {
margin: 0 1.5em 1.5em;
}
.contents table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
.contents thead th { padding-bottom: 0.5em;
}
.contents th {
padding: 0.4em;
text-align: left;
}
.contents tr { }
.contents td {
padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
padding-right: 0;
}
@media screen and (max-width: 768px) { .contents { }
.contents .thum_img.width100 { padding: 0;}
.contents .thum_img.width90 { padding: 0}
.contents .thum_img.width80 { padding: 0}
.contents .thum_img.width70 { padding: 0}
.contents .thum_img.width60 { padding: 0}
.contents .thum_img.width50 { padding: 0}
.contents .thum_img.width40 { padding: 0}
.contents .thum_img.width30 { padding: 0}
.contents .thum_img.width20 { padding: 0}
.contents .thum_img.width10 { padding: 0}
.contents button,
.contents input,
.contents select,
.contents textarea {
font-size: 18px;
font-size: 1.125em;
}
.contents h1 {
font-size: 30px;
font-size:calc( 1.875em * 0.9);
}
.contents h2,
.contents .home.blog .entry-title,
.contents .page .panel-content .recent-posts .entry-title {
font-size: 26px;
font-size:calc( 1.625em * 0.9);
}
.contents h3 {
font-size: 22px;
font-size:calc( 1.375rem * 0.9);
}
.contents h4 {
font-size: 18px;
font-size:calc( 1.125em * 0.9);
}
.contents h5 {
font-size: 13px;
font-size:calc( 0.8125em * 0.9);
}
.contents h6 {
font-size: 16px;
font-size:calc( 1em * 0.9);
}
.contents .entry-content blockquote.alignleft,
.contents .entry-content blockquote.alignright {
font-size: 14px;
font-size: 0.875em;
}
.contents img.alignleft {
float: left;
margin-right: 1.5em;
}
.contents img.alignright {
float: right;
margin-left: 1.5em;
}
.contents th {
display:block;
}
.contents tr { }
.contents td {
display:block;
}
}
.contents h1 {
border-bottom: solid 3px #FFF;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}
.contents h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #FFF;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#FFF;
}
.contents h2:before {
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: #FFF;
display: block;
border-radius: 3px;
content: '';
}
.contents h3 {
position: relative;
z-index: 2;
margin:0 0 1.2em 0;
padding:0;
font-size: 1.8rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#FFF; }
.contents h3 span {
position: relative;
font-weight:500;
background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #FFF;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#FFF;
}
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#FFF;
}
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#FFF;
border-bottom: dotted 1px #FFF;
} #ui-datepicker-div {
z-index: 5 !important;
}
.ui-widget {
font-size: 1.6rem !important;
}
.ui-datepicker td span ,
.ui-datepicker td a {
text-align: center !important;
} body.is-active > .gtranslate_wrapper > #gt_float_wrapper {
z-index: 1 !important;
}
@media screen and (max-width: 768px) {
body > .gtranslate_wrapper {
display: none !important;
}
}
  .kitsuke .page_title {
background: url(//hakusyakutei.jp/img/kitsuke/page_title.jpg) no-repeat center center;
height: 140px;
}
.kitsuke main h1 {
font-size: 4.8rem;
text-align: center;
padding-top: 120px;
padding-bottom: 150px;
}
.kitsuke main .catch {
padding-bottom: 170px;
line-height: 2.5;
}
.kitsuke main .catch p:not(:last-of-type) {
margin-bottom: 1.2em;
}
.kitsuke main .about {
margin-bottom: 120px;
}
.kitsuke main .about .img {
position: relative;
margin-bottom: -50px;
}
.kitsuke main .about .img::after {
position: absolute;
bottom: 0;
left: 0;
width: 815px;
height: 80px;
background: #0e1829;
content: '';
}
.kitsuke main .about .box {
padding-left: 40px;
}
.kitsuke main .about .box h2 {
position: relative;
z-index: 1;
font-size: 3.6rem;
margin-bottom: .2em;
}
.kitsuke main .about .box .comment {
padding-left: 15px;
}
.kitsuke main .about .box .comment p {
margin-bottom: .8em;
}
.kitsuke main .photo {
display: flex;
flex-wrap: wrap;
margin-bottom: 200px;
}
.kitsuke main .photo section {
width: 620px;
}
.kitsuke main .photo section:first-of-type {
margin-right: 20px;
}
.kitsuke main .photo section .img {
margin-bottom: 20px;
}
.kitsuke main .photo section h2 {
display: flex;
flex-direction: column;
padding: 0 10px;
margin-bottom: 15px;
}
.kitsuke main .photo section h2 span ,
.kitsuke main .photo section h2 em {
display: block;
}
.kitsuke main .photo section h2 span {
font-size: 2.4rem;
}
.kitsuke main .photo section h2 em {
font-size: 1.4rem;
}
.kitsuke main .photo section .price {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 0 10px;
}
.kitsuke main .photo section .price dl {
display: flex;
font-size: 2.4rem;
}
.kitsuke main .photo section .price dl:not(:last-of-type) {
margin-bottom: .4em;
}
.kitsuke main .photo section .price dl dt {
margin-right: .5em;
}
.kitsuke main .spot {
margin-bottom: 200px;
}
.kitsuke main .spot .box {
display: flex;
flex-wrap: wrap;
}
.kitsuke main .spot .box .img {
position: relative;
width: 620px;
margin-right: 30px;
}
.kitsuke main .spot .box .box_r {
width: calc(100% - (620px + 30px));
}
.kitsuke main .spot .box .box_r h2 {
font-size: 2.4rem;
margin-bottom: .8em;
}
.kitsuke main .spot .box .box_r .comment {
padding: 0 15px;
margin-bottom: 1.5em;
}
.kitsuke main .spot .box .box_r .btn {
padding: 0 15px;
display: flex;
}
.kitsuke main .spot .box .box_r .btn a {
display: block;
border: solid 1px #FFF;
padding: .8em 1.5em;
}
.kitsuke main .spot .box .box_r .btn a:hover {
border: solid 1px #FFF;
background: #FFF;
color: #0e1829;
}
.kitsuke main .form_box .note {
margin-bottom: 40px;
padding: 0 5px;
}
.kitsuke main .form_box .note ul li {
position: relative;
padding-left: 1em;
font-size: 1.6rem;
}
.kitsuke main .form_box .note ul li::before {
position: absolute;
top: 0;
left: .1em;
content: '・';
}
.kitsuke main .form_box .form table {
width: 100%;
}
.kitsuke main .form_box .form table tr th ,
.kitsuke main .form_box .form table tr td {
padding: .8em 1em;
border-top: solid 1px #6e788a;
border-bottom: solid 1px #6e788a;
}
.kitsuke main .form_box .form table tr th {
width: 270px;
}
.kitsuke main .form_box .form table tr th p {
padding-top: .8em;
}
.kitsuke main .form_box .form table tr th dl {
display: flex;
align-items: center;
padding-top: .4em;
}
.kitsuke main .form_box .form table tr th dl dt {
margin-right: .5em;
}
.kitsuke main .form_box .form table tr th dl dd {
margin-left: auto;
border: solid 1px #6883b1;
border-radius: .2em;
font-size: 1.6rem;
color: #6883b1;
padding: .2em .8em;
}
.kitsuke main .form_box .form table tr td {
width: calc(100% - 270px);
}
.kitsuke main .form_box .form table tr td .mail_box ul li:first-of-type {
margin-bottom: .5em;
}
.kitsuke main .form_box .form table tr td .caution01 {
padding: 0 1em;
padding-top: 1em;
}
.kitsuke main .form_box .form table tr td .caution01 ul li {
position: relative;
padding-left: 1.2em;
font-size: 1.4rem;
}
.kitsuke main .form_box .form table tr td .caution01 ul li::before {
position: absolute;
top: 0;
left: 0;
content: '※';
}
.kitsuke main .form_box .form table tr td .human {
display: flex;
flex-direction: column;
}
.kitsuke main .form_box .form table tr td .human dl {
display: flex;
align-items: center;
}
.kitsuke main .form_box .form table tr td .human dl:not(:last-of-type) {
margin-bottom: 15px;
}
.kitsuke main .form_box .form table tr td .human dl dt {
font-size: 1.4rem;
margin-right: 2em;
}
.kitsuke main .form_box .form .pp_box {
margin: 0 20px;
margin-top: 50px;
margin-bottom: 30px;
padding: 20px;
border: solid 1px #6e788a;
border-radius: .4em;
}
.kitsuke main .form_box .form .pp_box .pp_title {
text-align: center;
margin-bottom: .8em;
}
.kitsuke main .form_box .form .pp_box .comment {
font-size: 1.4rem;
}
.kitsuke main .form_box .form .pp_box .comment p:not(:last-of-type) {
margin-bottom: 1.2em;
}
.kitsuke main .form_box .form .pp_check {
display: flex;
align-items: center;
justify-content: center;
} .img .dots {
position: absolute;
bottom: .5em;
right: 0;
left: 0;
margin: 0 auto;
z-index: 5;
display: flex;
justify-content: center;
line-height: 1.1;
}
.img .dots .slick-dots {
position: relative;
bottom: inherit;
right: inherit;
left: inherit;
order: 2;
height: 15px;
line-height: 15px;
padding: 0;
display: flex;
align-items: center;
}
.img .dots .slick-dots li {
position: relative;
display: block;
width: 15px;
height: 15px;
margin: 0 6px;
}
.img .dots .slick-dots li button {
width: 15px;
height: 15px;
padding: 0;
cursor: pointer;
display: block;
}
.img .dots .slick-dots li button:before {
position: relative;
top: inherit;
left: inherit;
width: calc(100% - 4px);
height: calc(100% - 4px);
display: block;
content: '';
background: none;
border: solid 2px #FFF;
cursor: pointer;
}
.img .dots .slick-dots li.slick-active button:before {
background:#ffffff;
border: solid 2px #FFF;
}
@media screen and (max-width: 1340px) {
.kitsuke main .photo section {
width: calc((100% - 20px) / 2);
}
.kitsuke main .photo section:first-of-type {
margin-right: 20px;
}
}
@media screen and (max-width: 1040px) {
.kitsuke main .spot .box .img {
width: 50%;
margin-right: 30px;
}
.kitsuke main .spot .box .box_r {
width: calc(100% - (50% + 30px));
}
}
@media screen and (max-width: 940px) {
.kitsuke main .about .img::after {
width: 90%;
}
}
@media screen and (max-width: 767px) {
.kitsuke .page_title {
background: url(//hakusyakutei.jp/img/kitsuke/page_title_sp.jpg) no-repeat center center;
height: 30vw;
}
.kitsuke main h1 {
font-size: 3.2rem;
padding-top: 10vw;
padding-bottom: 10vw;
}
.kitsuke main .catch {
padding-bottom: 15vw;
line-height: 2;
font-size: 1.4rem;
}
.kitsuke main .catch p:not(:last-of-type) {
margin-bottom: 1.2em;
}
.kitsuke main .about {
margin-bottom: 20vw;
}
.kitsuke main .about .img {
position: relative;
left: -4%;
width: calc(100% + 8%);
margin-bottom: 10vw;
}
.kitsuke main .about .img::after {
display: none;
}
.kitsuke main .about .box {
padding-left: 0;
}
.kitsuke main .about .box h2 {
font-size: 3.2rem;
margin-bottom: .2em;
text-align: center;
}
.kitsuke main .about .box .comment {
padding-left: 0;
}
.kitsuke main .about .box .comment p {
margin-bottom: .8em;
}
.kitsuke main .about .box .comment ul li {
position: relative;
padding-left: 1.2em;
font-size: 1.2rem;
}
.kitsuke main .about .box .comment ul li:not(:last-child) {
margin-bottom: .6em;
}
.kitsuke main .about .box .comment ul li::before {
position: absolute;
top: 0;
left: 0;
content: '※';
}
.kitsuke main .photo {
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-bottom: 20vw;
}
.kitsuke main .photo section {
width: 100%;
}
.kitsuke main .photo section:first-of-type {
margin-right: 0;
margin-bottom: 15vw;
}
.kitsuke main .photo section .img {
margin-bottom: 5vw;
}
.kitsuke main .photo section h2 {
display: flex;
flex-direction: column;
padding: 0;
margin-bottom: 5vw;
}
.kitsuke main .photo section h2 span {
font-size: 2.0rem;
}
.kitsuke main .photo section h2 em {
font-size: 2.0rem;
}
.kitsuke main .photo section .price {
display: flex;
flex-direction: column;
align-items: flex-end;
padding: 0;
}
.kitsuke main .photo section .price dl {
display: flex;
font-size: 2.0rem;
}
.kitsuke main .photo section .price dl:not(:last-of-type) {
margin-bottom: .4em;
}
.kitsuke main .photo section .price dl dt {
margin-right: .5em;
}
.kitsuke main .spot {
margin-bottom: 20vw;
}
.kitsuke main .spot .box {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.kitsuke main .spot .box .img {
position: relative;
width: 100%;
margin-right: 0;
margin-bottom: 5vw;
}
.kitsuke main .spot .box .box_r {
width: 100%;
}
.kitsuke main .spot .box .box_r h2 {
font-size: 3.0rem;
margin-bottom: .8em;
}
.kitsuke main .spot .box .box_r .comment {
padding: 0;
margin-bottom: 1.5em;
}
.kitsuke main .spot .box .box_r .btn {
padding: 0 10vw;
display: flex;
}
.kitsuke main .spot .box .box_r .btn a {
display: block;
border: solid 1px #FFF;
padding: .8em 1.5em;
width: 100%;
text-align: center;
}
.kitsuke main .spot .box .box_r .btn a:hover {
border: solid 1px #FFF;
background: #FFF;
color: #0e1829;
}
.kitsuke main .form_box .note {
margin-bottom: 10vw;
padding: 0;
}
.kitsuke main .form_box .note ul li {
position: relative;
padding-left: 1em;
font-size: 1.4rem;
}
.kitsuke main .form_box .note ul li::before {
position: absolute;
top: 0;
left: .1em;
content: '・';
}
.kitsuke main .form_box .form table {
width: 100%;
}
.kitsuke main .form_box .form table tr th ,
.kitsuke main .form_box .form table tr td {
display: block;
padding: .8em 1em;
border-top: solid 1px #6e788a;
border-bottom: solid 1px #6e788a;
}
.kitsuke main .form_box .form table tr th {
width: 100%;
border-bottom: none;
}
.kitsuke main .form_box .form table tr th p {
padding-top: 0;
}
.kitsuke main .form_box .form table tr th dl {
display: flex;
align-items: center;
padding-top: 0;
}
.kitsuke main .form_box .form table tr th dl dt {
margin-right: .5em;
}
.kitsuke main .form_box .form table tr th dl dd {
margin-left: auto;
border: solid 1px #6883b1;
border-radius: .2em;
font-size: 1.2rem;
color: #6883b1;
padding: .2em .8em;
}
.kitsuke main .form_box .form table tr td {
width: 100%;
border-top: none;
}
.kitsuke main .form_box .form table tr td .mail_box ul li:first-of-type {
margin-bottom: .5em;
}
.kitsuke main .form_box .form table tr td .caution01 {
padding: 0;
padding-top: 1em;
}
.kitsuke main .form_box .form table tr td .caution01 ul li {
position: relative;
padding-left: 1.2em;
font-size: 1.4rem;
}
.kitsuke main .form_box .form table tr td .caution01 ul li::before {
position: absolute;
top: 0;
left: 0;
content: '※';
}
.kitsuke main .form_box .form table tr td .caution02 {
padding: 0;
padding-bottom: 1em;
}
.kitsuke main .form_box .form table tr td .caution02 p {
font-size: 1.4rem;
}
.kitsuke main .form_box .form table tr td .caution02 ul li {
position: relative;
padding-left: 1em;
font-size: 1.4rem;
}
.kitsuke main .form_box .form table tr td .caution02 ul li::before {
position: absolute;
top: 0;
left: .1em;
content: '・';
}
.kitsuke main .form_box .form .pp_box {
margin: 0;
margin-top: 5vw;
margin-bottom: 5vw;
padding: 4vw 3vw;
border: solid 1px #6e788a;
border-radius: .4em;
}
.kitsuke main .form_box .form .pp_box .pp_title {
text-align: center;
margin-bottom: .8em;
}
.kitsuke main .form_box .form .pp_box .comment {
font-size: 1.4rem;
}
.kitsuke main .form_box .form .pp_box .comment p:not(:last-of-type) {
margin-bottom: 1.2em;
}
.kitsuke main .form_box .form .pp_check {
display: flex;
align-items: center;
justify-content: center;
} .img .dots {
position: relative;
bottom: 0;
right: 0;
left: 0;
margin: 0 auto;
z-index: 5;
display: flex;
justify-content: center;
line-height: 1.1;
padding-top: 3vw;
}
.img .dots .slick-dots {
position: relative;
bottom: inherit;
right: inherit;
left: inherit;
order: 2;
height: 3vw;
line-height: 3vw;
padding: 0;
display: flex;
align-items: center;
}
.img .dots .slick-dots li {
position: relative;
display: block;
width: 3vw;
height: 3vw;
margin: 0 2vw;
}
.img .dots .slick-dots li button {
width: 3vw;
height: 3vw;
padding: 0;
cursor: pointer;
display: block;
}
.img .dots .slick-dots li button:before {
position: relative;
top: inherit;
left: inherit;
width: calc(100% - 4px);
height: calc(100% - 4px);
display: block;
content: '';
background: none;
border: solid 2px #FFF;
cursor: pointer;
}
.img .dots .slick-dots li.slick-active button:before {
background:#ffffff;
border: solid 2px #FFF;
}
}