@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
    scroll-behavior: smooth;
}

body {
  line-height: 1;
}
body {
  color: #333;
  font-family: "Kiwi Maru", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  color: #000;
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: ;
  cursor: pointer;
}

ul, ol {
  list-style: ;
	margin-left: 1em;
	margin-bottom: 18px;
}
img {
  vertical-align: middle;
}


.header {
	background: #fff;
	width: 100%;
}
.header-pc {
	display: block;
	width: 100%;
	height: 120px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-sp {
  display: none;
}

.header-logo {
	width: 320px;
}
.header-logo img {
	width: 100%;
	height: auto;
}
.header-pc nav ul {
	display: flex;
	justify-content: ;
	width: px;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.header-pc nav li {
	margin: 0;
	padding: 0;
	margin-left: clamp(0.25rem, -0.65rem + 3vw, 1.75rem);
	font-size: clamp(0.875rem, 0.725rem + 0.5vw, 1.125rem);
}
.header-pc nav li a {
	text-decoration: none;
}
.header-pc nav li:first-child {
  margin-left: 10px;
}


.footer {
	width: 100%;
	height: ;
	padding: 0;
}
.footer footer {

}

.footer1 {
	background: #fffbf9;
	width: 100%;
	padding: 30px 0;
}
.footer1-inner-box {
	width: 980px;
	max-width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.footer-left {
	width: 35%;
}
.footer-right {
	width: 65%;
}
.footer1 .tel {
	font-size: 24px;
	color:#03629c;
}
.footer-google-map {
	width: 100%;
	margin: 0;
}
.footer-google-map iframe {
	width: 100%;
	height: 360px;
}

.footer2 {
	background: #03629c;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 60px 0;
}
.footer-logo {
	width: 300px;
	margin: 0px auto 30px;
}
.footer-logo img {
	width: 100%;
	height: auto;
}
.footer2 a {
	color: #fff;
	text-decoration: underline;
}

.footer2 nav ul {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 30px auto 60px;
	max-width: 96%;
}


.copyright {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

.header .reservation-btn {
	margin: 0;
}
.footer .reservation-btn {
	margin: 20px auto;
}



.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    transform: translateY(20%) rotate(-45deg);
}

.pc-contents {
	display: block;
}
.sp-contents {
	display: none;
}


a.btn_14 {
	display: block;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 260px;
	height: ;
	margin: auto;
	padding: 10px 0;
	background: #fff;
	color: #03629c;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	border: 1px solid #03629c;
	line-height: 100%;
}
a.btn_15 {
	display: block;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 260px;
	height: ;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	color: #03629c;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	border: 1px solid #03629c;
	line-height: 100%;
}

a.btn_14::before,
a.btn_15::before{
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #03629c;
}
a.btn_14::after,
a.btn_15::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #03629c;
}
a.btn_14:hover,
a.btn_15:hover{
	background: #d4eef7;
	color: #27acd9;
}
.txt-center {
	text-align: center;
}
.txt-size80per {
	font-size: 80%;
}
.txt-size60per {
	font-size: 60%;
}
.txt-size120per {
	font-size: 120%;
}
.txt-size150per {
	font-size: 150%;
}
.txt-bold {
	font-weight: bold;
}
.txt-red {
	color:#f00;
}

.kadomaru30 {
	border-radius:30px;
}
.kadomaru30rt {
	border-radius: 0 30px 0 0;
}

.flex-box {
	display: flex;
	justify-content: flex-start;
}
.u-img-radius-left {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../common_images/img_radius-bottom-left.png") no-repeat center center/contain;
}
.u-img-radius-left-pink {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../common_images/img_radius-bottom-left_pink.png") no-repeat center center/contain;
}
.pos-br {
	position: absolute;
	bottom: 0;
	right: 0;
}


.content-box-w100per {
	width: 100%;
	max-width: 96%;
	margin: 0px auto 90px;
	background: ;
}
.content-flex-box {
	display: flex;
	justify-content: space-between;
	margin: 0px auto 30px;
	width: 100%;
	
}
.content-w48persent {
	width: 48%;
	
}
.content-w48persent img {
	width: 100%;
	height: auto;
}
.content-w58persent {
	width: 58%;
	
}
.content-w62persent {
	width: 62%;
	
}
.content-w38persent {
	width: 38%;
	
}
.content-w38persent img {
	width: 100%;
	height: auto;
}

.triangle3 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #03629c;
	margin: 36px auto 36px;
}


.view{
    transform: translateY(60px);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.view img{
    vertical-align: middle;
}
.view.js-on{
    transform: translateY(0px);
    opacity: 1;
}

@media screen and (max-width: 1280px) {
	.header-logo {
		width: 280px;
	}
	.header nav li {
		
		
	}
}
	
@media screen and (max-width: 959px) {
	.header nav li {
		
		
	}
	a.btn_14 {
		width: 200px;
	}
}


@media screen and (max-width: 480px) {
	.pc-contents {
		display: none;
	}
	.sp-contents {
		display: block;
	}
	
	html {
    scroll-padding-top: 80px;
}
.pagetop {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
}
.pagetop__arrow {
    height: 8px;
    width: 8px;
}

  .header {}
  .header-pc {
    display: none;
  }
  .header-sp {
    display: block;
    width: 100%;
    height: 70px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .contents {
    padding-top: 80px;
  }
  .header-logo-sp {
    margin: 18px 10px 0;
    text-align: center;
  }
  .header-logo-sp img {
    width: 200px;
    height: auto;
  }
	
	.content-flex-box {
		 display: block;
	}
	.content-w58persent {
		width: 100%;
	}
	.content-w38persent {
		width: 100%;
	}
	.content-w62persent {
		width: 100%;
	}

/* フッター */
	.footer1-inner-box {
		display: block;
	}
	.footer-left {
	width: 100%;
}
.footer-right {
	width: 100%;
}
	
	.footer2 nav ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer2 nav ul li {
		margin: 0 12px;
	}
 
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #03629c;
    border-radius: 6px;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
	
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 70px;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s; /*アニメーション設定*/
    border-top: solid 2px #03629c;
  }
  .menu-content ul {
    margin: 10px auto 20px;
    padding: 0px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #03629c;
    list-style: none;
  }
.menu-content ul li a,
.main-nav-sp-title {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #03629c;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
.menu-content ul li a::before,
.main-nav-sp-title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #03629c;
    border-right: solid 2px #03629c;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
	
/*アコーディオンで現れるエリア*/
.main-nav-sp-box {
    display: none;/*はじめは非表示*/
    background: #fdf7eb;
  	margin:0 3% 3% 3%;
    padding: 3%;
}
}
