@charset "utf-8";
/* CSS Document */


body{
	font-family:'Hiragino Mincho Pro','ヒラギノ明朝 ProN','Yu Mincho', '游明朝',YuMincho,serif;
	background-image: url(../img/washibg.jpg);
}
/*.wrapper{
	width: 1000px;
	margin: 0 auto;
}*/
.blk_bg{
	background-color: #333;
	color: #fff;
	width: 100%;
}

header ul li a:hover{
	color:#ccc;
}
footer ul li a:hover{
	color:#ccc;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

header{
	
}
.header{
	display: flex;
	justify-content: center;
	align-items: center;
}


#hdr_flex{
	width: 100%;
	max-width: 540px;
	margin-left: 50px;
	
}

#hdr_flex img{
	width: 100%;
	max-width: 260px;
}
.top_img{
	width: 100%;
	max-width: 540px;
}
.ddmenu{
	writing-mode:vertical-rl;
}
.ddmenu li{
	margin-right:60px;
	font-size: 1.2em;
	font-weight: bold;
}
.ddmenu li a{
	
}

.gNav{
	display: none;
}

.menu {
  /* メニューの位置マイナス指定で画面外に */
  position: fixed;
  right: -70%;
  width: 50%;
  height: 100vh;
  /* メニューを縦に */
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color: rgba(212, 180, 117,0.85);
  transition: .3s;
}
.menu-list {
  width: 140px;
  /* メニューテキスト位置をリスト内中心に */
  padding: 20px 0;
  margin:10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	cursor: pointer;
	color:#8c8c8c;
	transition: .3s;
}
.menu-list a:hover {
	 background-color:transparent;
}

#fixed_btn{
	position: fixed;
	top:0;
	right: 72px;
	background-color: #1c1c1c;
	color: #fff;
	padding: 0.75em 1.1em;
}
.yoyaku{
	text-align: center;
	letter-spacing: 0.8em;
	font-feature-settings: "palt";
}
.tel{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 17px;
  right: 16px;
  /* ボタンの大きさ  */
  width: 48px;
  height: 32px;
  /* 最前面に */
  z-index: 20000;
  
}
.btn-line {
	display: block;
	position: relative;  /* バーガー線の位置基準として設定 */
	width: 100%;  /* 線の長さと高さ */
	height: 4px;
	background-color: #fff;  /* バーガー線の色 */
	transition: .2s;
}
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: .5s;
}

.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-16px);
}
.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(16px);
}

.btn_bg{
  position: fixed;
  top: 0;
  right: 8px;
  /* ボタンの大きさ  */
  width: 64px;
  height: 70px;
  /* 最前面に */
  z-index: 10000;
  background-color: #c1272d;
}
.menu.open {
	position: absolute;
	right: 0;
}
.btn-line.open {
	background-color: transparent;  	/* 真ん中の線を透明に */
}
.btn-line.open::before ,
.btn-line.open::after {
	content: "";
	background-color: #333;  /* 上下の線の色を変える */
	transition: .2s;
}
.btn-line.open::before {
	transform: rotate(45deg);  /* 上の線を傾ける */
}
.btn-line.open::after {
	transform: rotate(-45deg);  /* 下の線を傾ける */
}
button{
	
}


#kodawari{
	max-width: 1000px;
	width: 100%;
	color:#fff;
	margin: 0 auto;
	padding: 2em;
}

#kodawari h2{
	font-size: 2.0em;
	writing-mode:vertical-rl;
	margin: auto;
}

h2 span{
	color: #c1272d;
}

.flex{
	display: flex;
	margin-bottom: 4em;
}

.flex_p{
	width: 30%;
}
.kodawari_p{
	transform: translateX(-33%);
	line-height: 1.6em;
	
}

.tfr1{
	/*transform: translateX(40%)*/
}
.tfl1{
	transform: translateX(-35%)
}

#cource{
	margin: 2em 0 6em;
}
h2{
	margin: auto;
	font-size: 2.0em;
	font-weight: bold;
}
.cource_p{
	width: 50%;
	padding: 2em;
	margin:0 auto;
	background-color: #d5d6c0;
	display: flex;
	justify-content: center;
}
.kuwasiku{
	margin: 1em auto 0;
	padding-bottom: 0.2em;
	width: 160px;
	border-bottom: 1px solid #1c1c1c;
	font-size: 1.1em;
	font-weight: bold;
}
.kuwasiku:hover{
	color:#ccc;
	border-bottom: 1px solid #ccc;
}
#kuukan{
	
}

#kuukan h2{
	text-align: center;
	margin-bottom: 1em;
}

.sheet_map{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
}

.kuukan_p{
	width: 240px;
	line-height: 1.25em;
}
#kuukan .flex{
	margin: 2em auto;
	max-width: 520px;
	justify-content: space-between;
}

#access{
	text-align: center;
	margin: 0 auto 8em;
}
#access h2{
	margin-bottom: 1.5em;
}
iframe{
	width: 100%;
}

section{
	margin-bottom: 8em;
}


footer{
	margin: 0 auto;
	
}

.toiwase{
	width: 260px;
}

footer .flex{
	width: 560px;
	justify-content: space-between;
	align-items: center;
	margin: 2em auto;
	padding-top: 2em;
}

.toiwase_p1{
	letter-spacing: 0.655em;
	font-feature-settings: "palt";
}
.toiwase_p1{
	/*letter-spacing: 0.655em;*/
	font-feature-settings: "palt";
}
.web_yoyaku{
	background-color: #fff;
	color:#1c1c1c;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0.7em 0.8em;
	width: 320px;
	letter-spacing: 0.25em;
}
.reserve{
	margin: 0 auto;
	width: 340px;
	text-align: center;
}
.reserve p{
	margin: 0.5em auto;
}
.web_yoyaku:hover{
	background-color: #1c1c1c;
	color: #fff;
}
.yoyaku_p1{
	font-feature-settings: "palt";
	letter-spacing: 0.4em;
}
.yoyaku_p2{
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

table{
	margin: 4em auto;
}
tr{
	margin:1em;
	
}
td,th{
	text-align: left;
	padding:1em;
	border-bottom: 1px solid #fff;
}
th{
	padding-right:160px;
}

.kakuu{
	text-align: center;
	margin-bottom: 2em;
}

.ftr_img{
	opacity: 0.7;
	margin-right: 3em;
}

.ftr_flex{
	display: flex;
	align-items: center;
}
.ftr_nav{
	margin: auto;
}
footer nav ul li{
	margin: 2em 0;
	font-weight: bold;
}

.sns_logo{
	margin-right: 1em;
}
.sns_logo:hover{
	opacity: 0.7;
}
small p{
	margin-top: 2em;
}


.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }

#page-top {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #c1272d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.page-top_arrow {
    height: 15px;
    width: 15px;
    border-top: 3px solid #c1272d;
    border-right: 3px solid #c1272d;
    transform: translateY(20%) rotate(-45deg);
}

@media only screen and (max-width: 767px){
	.ddmenu li{
	margin-right:20px;
	font-size: 1.1em;
	font-weight: bold;
}
}