/*
Theme Name: goshiki2026
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: wordpressdotorg
Author URI: http://wordpress.org/
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
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;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#172b33;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; background-color:#f5f7f7; color:#172b33; letter-spacing: 1px;
	font-size:16px; line-height: 22px;
	-webkit-text-size-adjust: 100%;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	background:#fff;
	transition: all .5s ease;
	-webkit-transition:all .5s ease;
	z-index: 2;
}
#wrap {
	width: 62.5%;
	min-width: 980px;
	margin: 20px auto 30px;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000000;
}
.center-text {
    text-align: center;
}
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 3;
}
.overlay::after {
  content: "この部分をクリックで閉まります";
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.center-text {
	text-align: center;
	margin: 30px 0;
}
table {
	width:94%;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:2px;
	font-size: 16px;
}
tr {
	display:table-row;
	border: solid 1px #dcdcdc;
}
th {
font-weight: normal;
text-align: left;
padding: 10px 15px;
white-space: nowrap;
display: table-cell;
line-height:38px;
}
td {
padding: 10px 15px;
display: table-cell;
vertical-align: inherit;
	border-left: solid 1px #dcdcdc;
}
#back_to_top {
	text-align: right;
	margin-right: 50px;
}
#back_to_top a {
	position: fixed;
   bottom: 20px;
   right: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 60px;
   height: 60px;
   background: #000;
}
.arrow{
   width: 10px;
   height: 10px;
   border-top: 3px solid #fff;
   border-right: 3px solid #fff;
   transform: rotate(-45deg);
   margin-top: 5px;
}
li {
	list-style: none;
}
input, textarea {
	border: solid 1px #A0A0A0;
	padding: 6px 10px;
}
.h2-01 {
	font-size: 36px;
	font-weight: bold;
	padding: 70% 0 5% 2.5%;
}
.h2-02 {
	font-size: 64px;
	font-weight:bold;
	margin: 0 0 58px 0px;
    letter-spacing: 0;
}
.h2-03 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 60px;
}
.h2-04 {
	font-size: 32px;
	font-weight: bold;
	padding: 100px 0 0 120px;
	margin-bottom: 34px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.h2-05 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 60px;
}
.h2-06 {
	font-size: 28px;
	font-weight: bold;
	color: #919c44;
	padding: 18px 0px;
	background-color: #fff;
	border-radius: 30px;
	display: block;
	width: 480px;
	margin: 0 auto 30px;
}
.h2-07 {
	font-size: 48px;
	font-weight: bold;
	line-height: 58px;
	margin-bottom: 50px;
}
.h2-08 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 34px;
	text-align: center;
}
.h2-09 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(188,188,188,1.00);
    padding-bottom: 10px;
}
.qa-sp {
	color: #a82b3a;
}
.h3-01 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
.h3-02 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.h3-03 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 50px;
}
.h3-04 {
	font-size: 36px;
	font-weight: bold;
	padding: 200px 0 0 50px;
	color: #fff;
}
.h3-05 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 30px;
    padding-top: 50px;
}
.h3-06 {
	font-size: 46px;
	font-weight: bold;
	margin: 50px 0 30px;
	line-height: 60px;
}
.h3-07 {
	font-size: 32px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 50px 0 0 30px;
	margin-bottom: 30px;
}
.h3-08 {
	text-align: center;
	margin-bottom: 50px;
}
.h3-09 {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 60px;
}
.h3-10 {
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 1px;
	padding-bottom: 8px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.h4-01 {
	font-size: 18px;
	font-weight: bold;
	padding: 120px 0 0 110px;
	margin-bottom: 24px;
}
.h4-02 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #654848;
    margin-bottom: 20px;
}
.h4-03 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #172b33;
	margin: 30px 0 20px;
}
.h4-04 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 160px 0 0;
	margin-bottom: 20px;
}
.h4-05 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.h4-06 {
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 50px;
}
.h4-07 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 550px;
	margin: 30px auto;
	background-color: #172b33;
	border-radius: 46px;
	padding: 16px 0;
	line-height: 32px;
}
.h4-07-sp, .h4-08-sp {
	font-size: 15px;
}
.h4-08 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 550px;
	margin: 30px auto;
	background-color: #ad5660;
	border-radius: 46px;
	padding: 16px 0;
	line-height: 32px;
}
.shirabiso {
    font-size: 44px;
}
.reservation-right-inner a {
    color: #fff;
}




/*==========サイドメニュー============*/
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 470px;
  height: 100%;
  padding: 100px 0 50px;
  text-align: left;
  font-size: 16px;
  background:rgba(0,0,0,0.90);
  z-index: 1;
    overflow-y: scroll;
    color: #fff;
}
.side-open #container,
.side-open .overlay {
  -webkit-transform: translate3d(-470px, 0, 0);
  transform: translate3d(-470px, 0, 0);
}
.side-menu-btn {
  position: fixed;
  top: 20px;
  right: 26px;
  width: 50px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}
.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 50px;
	height: 40px;
}
.point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 3px;
	margin: auto;
	background: #d0a981;
	transition: all .3s;
}
.point.top {
	top: 0;
}
.point.mid {
	top: 0;
	bottom: 0;
}
.point.bot {
	bottom: 0;
}
.menu {
	color: #d0a981;
	padding-top: 4px;
    padding-left: 2px;
	text-align: center;
}
.side-open .side-menu-btn:hover .top, .side-open .top {
	width: 56px;
	height: 1px;
	background: #fff;
	transform-origin: left top;
	transform: rotate(45deg);
}
.side-open .mid {
	opacity: 0;
}
.side-open .side-menu-btn:hover .bot, .side-open .bot {
	width: 56px;
	height: 1px;
	background: #fff;
	transform-origin: left top;
	transform: rotate(-45deg);
}
.navi-li {
	margin: 20px 0 30px 30px;
	border-bottom: solid 0.6px rgba(159,159,159,1.00);
	padding-bottom: 6px;
}
.navi-li a, .child-li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.child-li {
	margin: 14px 0 14px 30px;
	overflow: hidden;
}
.navi-li ul {
	padding-left: 30px;
	font-size: 11px;
}
ul {
	overflow: hidden;
}


/*==========header============*/

#header {
	width: 100%;
	position: relative;
}
#child-header {
	width: 100%;
	background-color: #ecede9;
	height: 110px;
	position: relative;
}
#header video {
	width: 100%;
	height: auto;
}
.logo {
	position: absolute;
	top: 3%;
	left: 2%;
}
#child-header .logo {
	position: absolute;
	top: 5%;
	left: 2%;
}
.top-text {
	position: absolute;
	top: 36%;
	right: 5%
}
.top-text1 {
	margin-bottom: 16px;
}
.top-reservation {
	position: absolute;
	width: 600px;
	bottom: 8%;
	left: 50%;
	margin-left: -300px;
	border: solid 1px #fff;
	display: flex;
}
.reservation-left {
	position: relative;
	color: #fff;
	width: 48%;
	height: 120px;
	margin-right: 2%;
	text-align: center;
}
.reservation-left-inner {
	text-align: center;
	padding-top: 30px;
}
.reservation-left::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1%;
	content:"";
	width: 0.5%;
	height: 100%;
	background-color: #fff;
}
.reservation-right {
	width: 48%; 
	height: 120px;
}
.reservation-right-inner {
	display: block;
	background-color: #654848;
	color: #fff;
	text-align: center;
	padding: 24px 30px;
	width: 220px;
	margin: 30px auto 0;
}
.child-header-info {
	width: 28%;
	position: absolute;
	top: 2%;
	right: 94px;
	display: flex;
}
.sns-link {
	width: 164px;
	display: flex;
	justify-content: space-around;
	padding-top: 6%;
}
.child-header-info .reservation-right-inner {
	margin: 3% auto 0;
}
.sp-menu {
    display: none;
}




/*==========予約フォーム============*/
.booking {
	width: 750px;
	font-size: 15px;
}
.booking tr {
	border:solid 1px #848484;
}
.booking tr th, .booking tr td {
	padding: 6px 12px;
	line-height: 20px;
}
.booking tr th {
	background-color:#F9F9F9;
}
.booking tr td {
	border-left: solid 1px #848484;
}
.require {
	font-size: 12px;
	color: #F54687;
}
.form-text01 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.5px;
    text-align: left;
    clear: both;
	padding-top: 10px;
}
.form-course {
	width: 200px;
	height: 28px;
}
.form-day {
	width: 124px;
}
.form-number {
	width: 88px;
}
.form-hotel {
	width: 200px;
	font-size: 15px;
}
.form-check, submit {
	text-align: center;
}
.thanks {
    width: 800px;
    margin: 150px auto 20px;
}


/*==========footer============*/
.map {
	width: 100%;
	height: auto;
}
#footer {
	width: 100%;
	height: auto;
}
.ft-link-area {
	width: 100%;
	margin: 26px 0 40px;
}
.ft-link {
	width: 50%;
	min-width: 320px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}
.ft-link li {
	width: 23%;
	margin: 10px 0;
}
.ft-link li img {
	width: 100%;
	height: auto;
}
.ft-copy {
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
}
.ft-inner {
    width: 72%;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ft-info {
    width: 36%;
	padding-top: 100px;
}
.ft-logo {
    margin-bottom: 20px;
}
.ft-menu {
    width: 64%;
	display: flex;
	flex-wrap: wrap;
}
.ft-menu-inner {
	width: 50%;
}
.ft-menu-inner li {
	margin: 10px 0;
}
.ft-menu-inner-child {
	padding-left: 20px;
}



/*==========top-page============*/

.top-content01 {
	width: 100%;
	max-width: 1920px;
	margin: 80px auto 100px;
	display: flex;
}
.top-content01-left {
	width: 24%;
	margin-left: 1%;
}
.top-content01-right {
	width: 75%;
}
.top-content01-right-inner01, .top-content01-right-inner02 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}
.top-content01-right-inner01 li {
	width: 30%;
	max-width: 439px;
	height: auto;
}
.top-content01-right-inner02 li {
	width: 30%;
	max-width: 439px;
	height: auto;
}
.top-content01-right-inner01 img, .top-content01-right-inner02 img, .graph-img img {
	width: 100%;
	height: auto;
}
.top-content01-left p {
	padding-left: 2.5%;
	font-size: 20px;
	line-height: 32px;
}
.graph {
	width: 60%;
	margin: 150px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.graph-img {
	width: 38%;
	height: auto;
	margin-right: 7%;
}
.graph-text {
	width: 48%;
	padding: 7% 0 0 7%;
}
.insta {
    width: 100%;
    margin: 80px 0;
}
.insta ul {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.insta ul li {
    width: 15%;
    aspect-ratio:1/1;
    height: auto;
    margin: 20px 0;
}
.insta ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.insta_btn2 {
	margin: 20px auto;
	display: block;
	width: 110px;
}
.news {
	margin-bottom: 150px;
}
.posts2 {
	width: 50%;
	max-width: 660px;
	min-width: 300px;
	margin: 30px auto;
}
.posts-list02 {
	margin: 14px 0 20px;
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 10px;
}
.ev-posts-text02 {
	width: 100%;
	display: flex;
	line-height: 34px;
}
.entry-date {
	width: 30%;
}
.entry-title03 {
	width: 70%;
}



/*==========child-page============*/

#child-main {
	margin-bottom: 150px;
}
.child-main-inner {
	min-height: 1000px;
	width: 100%;
	max-width: 1920px;
}
.course-top {
	width: 72%;
	height: 67vh;
	max-height: 676px;
	margin: 0 auto 0px;
	position: relative;
}
.course {
	position: absolute;
	width: auto;
	height: 100%;
	right: 0;
}
.course img {
	width: auto;
	height: 100%;
}
.course-info {
	position: absolute;
	width: 518px;
	top: 20vh;
	left: 10%;
    font-size: 20px;
    line-height: 32px;
}
.course-catch {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.course-info-box {
	border: solid 3px #000;
	padding: 20px 30px;
}
.monthly-calendar {
    width: 100%;
    margin: 1.5em auto;
}
.week-title.sun {
    background-color: #E8527C;
    color: #fff;
}
#booking-form {
    width: 54%;
    margin: 80px auto 50px; 
}
.please {
	margin-bottom: 40px;
	line-height: 30px;
}
.accordion {
	width: 480px;
	margin: 0 auto 100px;
	border-radius: 12px;
	text-align: center;
}
.acc-title {
    cursor: pointer;
    padding: 30px 0;
    background: #2d2d2d;
    margin: 0;
	border-radius: 12px;
	color: #fff;
}
.acc-title.open {
    background: #ddd;
	color: #1E1E1E;
}
.acc-content {
    padding: 30px 20px;
    border: 1px solid #eee;
	width: 900px;
	margin-left: -240px;
	text-align: left;
}
.acc-content p, .about-top-inner-right p {
	margin-bottom: 20px;
}
.course-flow {
	width: 100%;
	margin: 100px auto;
	background-color: #ecede9;
	padding: 80px 0;
}
.course-flow-inner {
	width: 840px;
	margin: 0px auto;
}
.course-flow-dl {
	width: 100%;
	margin: 80px 0;
}
.course-flow-dl dl {
	width: 100%;
	margin: 10px 0;
	position: relative;
	display: flex;
	justify-content: space-around;
	height: 50px;
}
.flow-time {
	width: 16%;
}
.flow-place {
	width: 30%;
}
.course-flow-dl dl dd {
	width: 50%;
}
.border {
	position:absolute;
    left:20px;
    top:10%;
    background:#172b33;
    width:1px;
    height:60%;
}
.season-dl {
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: space-around;
}
.season-dl dt {
	width: 8%;
	margin-right: 4%;
	text-align: center;
}
.season-dl dd {
	width: 88%;
}
.season-sp {
	display: block;
	background-color: #363636;
	color: #fff;
	padding: 18px 0;
	border-radius: 8px;
}
.about-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/about/about-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about2-top {
	width: 100%;
	height: 100vh;
	background-color: #d1d9cf;
	margin-top: -110px;
}
.about3-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/about/about04-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about4-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/about/about05-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about5-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/about/belongings-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about6-top {
	width: 100%;
	height: 100vh;
	background-color: #172b33;
	color: #fff;
	margin-top: -110px;
}
.about7-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/about/conditions-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about8-top {
	width: 100%;
	height: 100vh;
	background-color: #919c44;
	color: #fff;
	margin-top: -110px;
}
.about9-top {
	width: 100%;
	margin: 60px 0 150px;
	text-align: center;
	padding: 50px 0;
}
.about10-top {
	width: 100%;
	height: 100vh;
	background-image:url("img/company/company-top.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-top: -110px;
}
.about11-top {
	width: 100%;
	margin: 60px 0 100px;
	text-align: center;
	padding: 50px 0;
}
.about12-top {
	width: 100%;
	margin: 60px 0 60px;
	text-align: center;
	padding: 50px 0;
}
.about-top-inner {
	width: 64%;
	padding-top: 20%;
	margin: 0px auto;
	display: flex;
    flex-wrap: wrap;
}
.about2-top-inner {
	width: 84%;
	padding-top: 10%;
	margin: 0px auto;
	display: flex;
}
.about6-top-inner {
	width: 64%;
	padding-top: 10%;
	margin: 0px auto;
	display: flex;
    flex-wrap: wrap;
}
.about8-top-inner {
	width: 74%;
	padding-top: 13%;
	margin: 0px auto;
}
.about-top-inner-left {
	width: 30%;
	margin-right: 2%;
}
.about2-top-inner-left {
	width: 32%;
	margin-right: 2%;
	max-width: 599px;
}
.about-top-inner-right {
	width: 68%;
}
.about2-top-inner-right {
	width: 66%;
	line-height: 32px;
}
.about-content1 {
	width: 80%;
	margin: 180px auto;
	display: flex;
	flex-wrap: wrap;
}
.about-content1-img {
	width: 33%;
	max-width: 640px;
	height: auto;
	margin-right: 2%;
}
.about-content1-text {
	width: 65%;
}
.about-content2 {
	width: 100%;
	margin: 100px auto;
	background-image: url("img/about/about-content01-back.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
}
.about-content2-inner {
	display: flex;
	justify-content: space-around;
	color: #fff;
}
.about-content2-inner-left {
	width: 24%;
	text-align: center;
}
.about-content2-inner-right {
	width: 72%;
	display: flex;
	justify-content: space-around;
}
.about-content2-inner-right li {
	width: 31%;
	aspect-ratio: 1 / 1.51;
	max-width: 388px;
	background-repeat: no-repeat;
}
.about-content2-li01 {
	background-image: url("img/about/about-img03.png");
}
.about-content2-li02 {
	background-image: url("img/about/about-img04.png");
}
.about-content2-li03 {
	background-image: url("img/about/about-img05.png");
}
.about-content2-inner-right li p {
	padding: 0 12px;
}
.about2-top-inner-left img {
	width: 100%;
	height: auto;
}
.about2-content1 {
	width: 64%;
	margin: 100px auto;
}
.about2-dl {
	width: 100%;
	display: flex;
	border-bottom: solid 1px #848484;
	padding-bottom: 20px;
	margin-bottom: 34px;
}
.about2-dl dt {
	width: 18%;
	margin-right: 2%;
}
.about2-dl dd {
	width: 80%;
}
.content1-text-img {
	margin: 50px 0 20px 150px;
}
.about-top-inner-first {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
.about-top-inner-first2 {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}
.about-top-inner-second {
    text-align: center;
    font-size: 20px;
    width: 100%;
    line-height: 32px;
}
.about-top-inner-second2 {
	width: 60%;
    text-align: left;
    border: solid 1px #fff;
	padding: 20px;
	margin: 0 auto;
}
.belongings-list, .conditions-list {
    margin: 140px auto;
    width: 64%;
}
.list-top {
    background-color:rgba(233,233,233,1.00);
    font-weight: bold;
}
.center {
    text-align: center;
}
.fee {
    width: 100%;
    margin: 140px 0;
}
.red {
    background-color: #ae3131;
    padding: 50px 0;
    
}
.reviews {
    width: 94%;
    max-width: 1920px;
    margin: 140px auto;
}
.reviews-inner {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
.reviews-list {
    width: 29%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 1%;
    border: solid 1px #172b33;
    border-radius: 10px;
    font-size: 15px;
}
.reviews-icon {
    width: 30%;
    text-align: center;
}
.reviews-text {
    width: 70%;
}
.reviews-evaluation {
    margin-bottom: 20px;
}
.link-area {
    width: 100%;
    max-width: 1920px;
    margin: 140px 0;
}
.link-area-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.link-area li {
    width: 33.33%;
}
.calendar {
    width: 60%;
    margin: 140px auto;
}
.calendar-top {
    display: block;
    width: 50%;
    margin: 30px auto;
    border: solid 1px #654848;
    padding: 2%;
    text-align: center;
}
.learn-top-text {
	font-size: 20px;
	line-height: 32px;
}
.about-content8 {
	width: 70%;
	margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
}
.about-content8-text {
	width: 58%;
	margin-right: 2%;
	font-size: 20px;
	line-height: 38px;
}
.about-content8-img {
	width: 27%;
	max-width: 368px;
}
.content8-sp {
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
}
.about-content8-2 {
	width: 100%;
	margin: 140px auto;
	background-color: #d1d9cf;
	padding: 100px 0;
	
}
.about-content8-2-inner {
	width: 50%;
	margin: 100px auto;
}
.about-content8-2-inner2 {
	width: 60%;
	margin: 100px auto;
	border:double 3px #654848;
	color: #654848;
	padding: 2%;
}
.about-content8-3 {
	width: 55%;
	margin: 140px auto;
}
.about-content8-3-top {
	width: 100%;
	aspect-ratio :1/0.486;
	background-image: url("img/learn-img2.png");
	background-size: contain;
	margin: 0 0 50px;
	color: #fff;
}
.content8-text {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
.banner {
	text-align: center;
	margin: 50px 0;
}
.qa-content {
	width: 50%;
	margin: 150px auto;
}
.qa-dl {
	margin-bottom: 70px;
	width: 100%;
}
.qa-dl dt {
	width: 94%;
	background-image: url("img/qa-icon1.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6%;
	line-height: 30px;
	margin-bottom: 22px;
	font-weight: bold;
}
.qa-dl dd {
	width: 86%;
	background-image: url("img/qa-icon2.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 6%;
	line-height: 30px;
	margin: 14px 0 14px 8%;
}
.company-content1 {
	width: 100%;
	margin: 150px 0;
}
.company-content1-inner {
	width: 100%;
	margin: 50px 0 0px;
	display: flex;
	flex-wrap: wrap;
}
.company-content1-01, .company-content1-02, .company-content1-03, .company-content1-04 {
	width: 25%;
	color: #fff;
	padding: 2% 1% 4%;
}
.company-content1-01 {
	background-color: #ad5660;
}
.company-content1-02 {
	background-color: #9fa862;
}
.company-content1-03 {
	background-color: #76ae9e;
}
.company-content1-04 {
	background-color: #ad9c4f;
}
.company-content2 {
	width: 100%;
	height: 800px;
	background-position: center;
	background-image: url("img/company/company-content-back.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin: 150px 0;
}
.company-content2-inner {
	width: 86%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 80px 0;
}
.fukuri {
	width: 46%;
	padding: 2%;
	border-top: solid 20px #172b33;
	background-color: #fff;
}
.kensyu {
	width: 46%;
	padding: 2%;
	border-top: solid 20px #ad5660;
	background-color: #fff;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
	left: 50%;
	margin-left: -29%;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: all .5s ease-in-out;
  transform: translateX(-96%);
  background: #eb6877;
}
a.btn-flat:hover:before {
  transform: translateX(0%);
}
.company-content2-dl {
	width: 100%;
	margin-bottom: 24px;
	display: flex;
}
.company-content2-dl dt {
	width: 20%;
	margin-right: 2%;
}
.company-content2-dl dd {
	width: 78%;
}
.company-content2-dl dd p {
	margin-bottom: 24px;
}
.bold {
	font-weight: bold;
}
.start {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 60px;
}
.vacancy {
	text-align: center;
}
.contact-content {
	width: 55%;
	min-width: 320px;
	margin: 100px auto;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #172b33;
	padding: 2rem 10rem;
	left: 50%;
	margin-left: -161.5px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background:#3F4A6E;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 4rem;
}
.wpcf7-form th {
	background-color:#F1F1F1;
}
.wpcf7 input, .wpcf7 textarea { 
	width: 100%;
}
.privacy {
	width: 50%;
	margin: 100px auto;
	min-width: 320px;
	line-height: 34px;
}
.sumaho {
		text-align: center;
	}
.guide {
    width: 98%;
    margin: 120px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.guide li {
    width: 23%;
    height: auto;
    margin: 14px 0;
}
.guide li img {
    width: 100%;
    height: auto;
}
.learn-contact {
    text-align: center;
    margin: 30px 0;
}
.learn-contact a.btn-flat {
    left: 0;
    margin-left: 0;
}
.news-page {
    width: 50%;
    margin: 60px auto;
    line-height: 32px;
    min-width: 620px;
}




/* 1200px以下 */
@media only screen and (max-width:1024px){
	#header {
		aspect-ratio:1/1;
	}
	#header video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
    #child-header {
        height: 100px;
    }
    .child-header-info {
        width: 38%;
        right: 9%;
    }
	.h2-01 {
		padding: 4% 0 4% 2.5%;
	}
    .h2-02 {
        margin: 0 0 30px 0;
        font-size: 58px;
    }
    .h2-03 {
        font-size: 16px;
    }
    .h2-04 {
        padding: 34px 0 0 10px;
    }
    .h2-09 {
        font-size: 22px;
    }
    .h3-04 {
        padding: 110px 0 0 0;
    }
	.h3-05 {
		font-size: 28px;
	}
    .h3-06 {
        font-size: 38px;
    }
    .h3-07 {
        font-size: 28px;
    }
    .h3-08 img {
        width: 70%;
        height: auto;
    }
	.h3-09 {
		font-size: 36px;
		line-height: 44px;
	}
    .h4-07, .h4-08 {
        font-size: 22px;
        margin: 20px auto;
        line-height: 28px;
    }
    .h4-07-sp, .h4-08-sp {
        font-size: 13px;
    }
	.logo {
		width: 180px;
	}
	.logo img, .top-text1 img {
		width: 100%;
		height: auto;
	}
	.top-text {
		width: 500px;
		top: 48%;
	}
	.top-reservation {
		width: 500px;
		margin-left: -250px;
		font-size: 14px;
	}
	.reservation-left, .reservation-right {
		height: 100px;
	}
	.reservation-left-inner {
		padding-top: 18px;
	}
	.reservation-right-inner {
		margin: 20px auto 0;
	}
	.graph {
		width: 86%;
		margin: 100px auto;
	}
	.graph-text {
		padding: 6% 0 0 0;
	}
	.top-content01 {
		flex-wrap: wrap;
	}
	.top-content01-left {
		width: 99%;
		margin-bottom: 40px;
	}
	.top-content01-right {
        width: 100%;
    }
	.link-area {
		width: 96%;
		margin: 100px auto;
	}
	.link-area-inner {
		margin: 0 auto;
	}
	.ft-link {
		width: 70%;
	}
	.ft-inner {
		width: 96%;
		font-size: 13px;
	}
    .sns-link {
        width: 40%;
    }
    .reservation-right-inner {
        width: auto;
        padding: 16px 24px;
        font-size: 12px;
    }
    .about-top, .about3-top, .about4-top {
        height: 660px;
    }
    .about-top-inner {
        width: 92%;
    }
    .about-content1 {
        justify-content: space-around;
        margin: 100px auto;
    }
    .about-content1-img {
        width: 76%;
        margin: 30px 0;
    }
    .about-content1-text {
        width: 100%;
    }
    .about-content2-inner {
        flex-wrap: wrap;
    }
    .about-content2-inner-left, .about-content2-inner-right {
        width: 100%;
    }
    .about-content2-inner-left {
        margin-bottom: 24px;
    }
    .about-content2-inner-right {
        flex-wrap: wrap;
    }
    .about-content2-inner-right li {
        width: 48%;
        margin: 20px 0;
    }
    .about2-top-inner {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .about2-top-inner-left {
        width: 60%;
        margin: 48px 0 20px;
    }
    .about2-top-inner-right {
        width: 100%;
        line-height: 26px;
    }
    .about2-content1 {
        width: 86%;
    }
    .about2-dl dt {
        width: 28%;
    }
    .aobut2-dl dd {
        width: 72%;
    }
    .course-top {
        width: 100%;
        height: 74vh;
        max-height:none;
    }
    .course {
        height: 64%;
    }
    .course img {
        width: auto;
        height: 100%;
        max-width: none;
    }
    .course-info {
        top: 38vh;
    }
    .course-info-box {
        padding: 12px 20px;
    }
    .course-catch {
        margin-bottom: 18px;
    }
    .acc-content {
        width: 770px;
        margin-left: -146px;
        padding: 2% 1%;
    }
    .reviews-icon {
        width: 36%;
    }
    .reviews-text {
    width: 96%;
    font-size: 13px;
    line-height:17px;
    }
    .link-area li {
        width: 56%;
        margin: 14px 0;
    }
    .calendar {
        width: 94%;
    }
    .course-flow-inner, .belongings-list, .conditions-list {
        width: 90%;
    }
    .about5-top, .about6-top, .about7-top, .about8-top, .about10-top {
        height: 60vh;
    }
    .about8-top-inner {
        padding-top: 18%;
        width: 90%;
    }
    .learn-top-text {
        font-size: 18px;
    }
    .about-top-inner-second2 {
        width: 94%;
    }
    .about-content8 {
        width: 90%;
    }
    .content8-sp {
        font-size: 20px;
    }
    .about-content8-img {
        width: 36%;
    }
    .about-content8-2-inner {
        width: 80%;
    }
    .about-content8-2-inner2 {
        width: 70%;
    }
    .about-content8-3 {
        width: 92%;
    }
    .content8-text {
        font-size: 16px;
    }
    .company-content1-01, .company-content1-02, .company-content1-03, .company-content1-04 {
        width: 50%;
    }
    .company-content2 {
        height: 996px;
        background-size: cover;
    }
    .company-content2-inner {
        width: 100%;
        padding: 38px 0;
    }
    .fukuri, .kensyu {
        width: 86%;
        font-size: 13px;
        padding: 2% 4%;
    }
    .fukuri {
        margin-bottom: 20px;
    }
    .company-content2-dl {
        margin-bottom: 12px;
        line-height: 22px;
    }
    .qa-content, .privacy, .contact-content {
        width: 86%;
    }
    .shirabiso {
    font-size: 44px;
    }
    .news-page {
        width: 70%;
    }
}

/* 768px以下 */
@media only screen and (max-width:768px){
	.ft-inner {
		font-size: 11px;
	}
	.about-top, .about4-top, .about3-top, .about8-top {
		height: 80vh;
	}
	.about-top-inner {
        width: 92%;
        padding-top: 32%;
	}
	.about-content1 {
		margin: 100px auto;
		justify-content: space-around;
	}
	.about-content1-img, .about-content1-text {
		width: 92%;
		margin: 14px 0;
	}
	.about-content2-inner, .about-content2-inner-right, .about2-top-inner, .about-top-inner {
		flex-wrap: wrap;
	}
	.about-content2-inner-left, .about-content2-inner-right {
		width: 100%;
	}
	.h2-03 {
		margin: 0 0 30px;
	}
	.h2-04 {
		padding: 44px 0 0 120px;
	}
	.h2-05 {
		margin-top: 0;
	}
	.h2-06 {
		margin: 40px auto;
	}
	.h3-04 {
		padding: 18px 0 18px 20px;
	}
	.h3-06 {
		font-size: 32px;
		margin: 30px 0;
		line-height: 40px;
	}
	.about-content2-inner-right li {
		width: 80%;
		margin: 14px 0;
	}
	.about2-top-inner, .about-top-inner, .about-content8 {
		width: 94%;
		justify-content: space-around;
	}
	.about2-top-inner-left, .about-top-inner-left {
		width: 46%;
		margin-top: 50px;
	}
	.about2-top-inner-right, .about-top-inner-right {
		width: 100%;
		line-height: 24px;
	}
	.about2-content1 {
		width: 92%;
	}
	.about2-dl dt {
        width: 28%;
    }
	.about2-dl dd {
        width: 70%;
    }
	.acc-content {
        width: 570px;
        margin-left: -48px;
        padding: 2% 1%;
    }
	.fee {
		margin: 60px 0;
		font-size: 12px;
	}
	.about6-top-inner {
		padding-top: 15%;
	}
	.learn-top-text  {
		font-size: 15px;
	}
	.about-top-inner-second2 {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
	.about-top-inner-first2 {
		margin-bottom: 28px;
	}
	.about-content8-text {
        width: 86%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 30px;
		text-align: center;
    }
	.about-content8-img {
        width: 52%;
    }
	.about9-top, .about11-top {
		width: 92%;
		margin: 60px auto 100px;
	}
    .guide li {
        width: 32%;
    }
	
	
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:750px){
    #container {
        font-size: 12px;
    }
	#header {
        aspect-ratio: 1 / 2;
    }
    .side-menu {
        width: 100%;
        font-size: 12px;
    }
    .navi-li {
        margin: 20px 0 20px 30px;
    }
    .navi-li a, .child-li a {
    font-size: 12px;
    }
    .child-li {
        margin: 8px 0 8px 30px;
    }
    .child-main-inner {
        min-height: 800px;
    }
	.logo {
		top: 2%;
	}
	.top-text {
        width: 338px;
        top: 40%;
    }
	.top-reservation {
        width: 250px;
        margin-left: -125px;
        font-size: 12px;
		flex-wrap: wrap;
    }
	.reservation-left, .reservation-right {
        width: 100%;
		margin: 0;
		height: 76px;
		line-height: 18px;
    }
	.reservation-left::after {
    top: 100%;
    left: 0%;
    margin: 0;
		width: 100%;
    height: 1px;
    }
	.reservation-left-inner {
        padding-top: 10px;
    }
	.reservation-right-inner {
        margin: 10px auto 0;
		padding: 22px 24px;
    }
    .graph {
        width: 90%;
    }
	.graph-img {
		width: 84%;
		margin: 1% 0;
	}
	.graph-text {
        width: 94%;
	}
	.h2-01 {
		font-size: 30px;
	}
	.h2-02 {
		font-size: 30px;
		margin: 0 0 14px 0;
	}
    .h2-08 {
        font-size: 30px;
    }
    .h2-04 {
        font-size: 24px;
        padding: 0;
        text-align: center;
        margin-bottom: 22px;
    }
	.h2-05 {
		font-size: 24px;
	}
	.h2-06 {
		font-size: 16px;
		width: 260px;
		margin: 40px auto 20px;
		padding: 12px 0;
	}
	.h3-01 {
		font-size: 24px;
		margin-bottom: 12px;
	}
    .h3-03 {
        margin-bottom: 12px;
        padding-left: 14px;
    }
    .h3-04 {
        padding: 0 ;
        text-align: center;
        font-size: 22px;
    }
    .h3-05 {
        font-size: 15px;
        padding-top: 0;
        margin: 0 0 10px;
    }
	.h3-06 {
        font-size: 28px;
        margin: 20px 0;
        line-height: 36px;
    }
	.h3-07 {
		font-size: 18px;
		padding: 0;
		text-align: center;
	}
	.h3-08 img {
		width: 90%;
	}
	.h3-10 {
		font-size: 24px;
	}
    .h4-01 {
        font-size: 14px;
    }
	.h4-02 {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.h4-03 {
		font-size: 16px;
	}
	.h4-04 {
		font-size: 26px;
	}
    .h4-07, .h4-08 {
        font-size: 16px;
        line-height: 22px;
        width: 280px;
    }
	.h4-07-sp, .h4-08-sp {
        font-size: 9px;
    }
	.top-content01-left p {
    font-size: 15px;
    line-height: 26px;
    }
	.top-content01-right-inner01, .top-content01-right-inner02 {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.top-content01-left {
		margin-bottom: 20px;
	}
	.top-content01-right-inner01 li, .top-content01-right-inner02 li {
        width: 76%;
		margin: 10px 0;
	}
    .link-area li {
        width: 90%;
        margin: 8px 0;
    }
    .posts2 {
        width: 84%;
        font-size: 12px;
    }
    .news {
        margin-bottom: 80px;
    }
    .insta ul li {
        width: 32%;
        margin: 1% 0;
    }
    #back_to_top a {
        width: 48px;
        height: 48px;
    }
    .ft-link {
        flex-wrap: wrap;
    }
    .ft-link li {
        width: 44%;
        margin: 1% 0;
    }
    .ft-info {
        width: 70%;
        padding-top: 0;
    }
    .ft-logo {
        text-align: center;
        margin-bottom: 0;
    }
    .ft-logo img {
        width: 50%;
        height: auto;
    }
    .sns-link {
        width: 56%;
        margin: 0 auto;
    }
    .ft-menu {
        display: none;
    }
    .ft-copy {
        font-size: 10px;
    }
    .about-top, .about4-top, .about8-top {
        height: 100vh;
    }
    .about2-top-inner-left, .about-top-inner-left {
        width: 70%;
        text-align: center;
    }
    .about2-top-inner-right, .about-top-inner-right {
        line-height: 22px;
    }
    .about-content1 {
        width: 94%;
    }
    .about2-top, .about3-top {
        height: auto;
        padding-bottom: 50px;
    }
    .about2-top-inner-left, .about-top-inner-left {
        margin-top: 84px;
    }
    .content1-text-img {
        margin: 20px 0 20px 65px;
    }
	.course-info {
		width: 90%;
		top: 36vh;
		left: 2%;
	}
	.course {
        height: 55%;
		top: 3%;
    }
	.course-catch {
		font-size: 15px;
        margin-bottom: 4px;
		line-height: 20px;
    }
	.course-info-box {
        padding: 8px 14px;
        font-size: 13px;
        line-height: 20px;
    }
	.accordion {
		width: 300px;
		
	}
	.acc-title {
		padding: 24px 0;
		font-size: 14px;
	}
	.acc-content {
        width: 334px;
        margin-left: -17px;
        padding: 1% 1%;
        line-height: 20px;
    }
	.slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    }
    .slick-slide {
    width: auto !important;
    }
	.reviews-list {
		width: 48%;
		font-size: 11px;
		line-height: 14px;
	}
	.calendar-top {
		width: 98%;
	}
	.banner img {
		width: 70%;
		height: auto;
	}
	.about5-top, .about6-top, .about7-top, .about8-top, .about10-top {
        height: 80vh;
    }
	.about-top-inner, .about6-top-inner {
		padding-top: 44%;
	}
	.about-top-inner-first {
		margin-bottom: 30px;
	}
	.about-top-inner-second {
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    }
	.sc-x {
		overflow-x: scroll;
	}
	.sc-x table {
		width: 500px;
	}
	.about6-top-inner {
		width: 88%;
	}
	.fee .acc-content {
		overflow-x: scroll;
	}
	.about-top-inner-second {
		padding: 30px 10px;
        font-size: 14px;
        line-height: 20px;
    }
	.tours-table th, .tours-table td {
		display: block;
		width: 100%;
		font-size: 12px;
	}
	.tours-table th {
		background-color: #E8E8E8;
		border-bottom: solid 1px #dcdcdc;
	}
	.about8-top {
		height: 100vh;
	}
	.about8-top-inner {
		padding-top: 26%;
	}
	.learn-top-text {
		font-size: 13px;
		line-height: 20px;
	}
	.about-top-inner-second2 {
		font-size: 12px;
		line-height: 18px;
		padding: 10px;
	}
	.about-content8 {
		margin: 80px auto;
	}
	.about-content8-text {
		width: 100%;
		font-size: 14px;
	}
	.content8-sp {
		font-size: 13px;
		line-height: 32px;
	}
	.about-content8-img {
        width: 80%;
    }
	.about-content8-2, .about-content8-2 {
		margin: 80px auto;
	}
	.about-content8-2 {
		padding: 50px 0;
	}
	.about-content8-2-inner {
		margin: 44px auto;
		width: 90%;
	}
	.about-content8-2-inner2 {
        width: 90%;
		line-height: 20px;
    }
	.about-content8-3-top {
		height: 350px;
		background-size: cover;
		background-position: center;
	}
	.btn, a.btn, button.btn  {
		font-size: 13px;
	}
	a.btn-flat{
		padding: 1.5rem 2rem;
		    margin-left: -44%;
	}
	.company-content2 {
			height: 1154px;
	}
	.company-content1-01, .company-content1-02, .company-content1-03, .company-content1-04 {
        width: 100%;
    }
	.h2-07 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 40px;
    }
    .h2-09 {
        font-size: 18px;
    }
	.qa-text {
		text-align: left;
	}
	.about9-top {
		margin: 60px auto 80px;
	}
	.qa-content {
		margin: 80px auto;
	}
	.qa-content, .privacy, .contact-content {
        width: 92%;
    }
	.qa-dl dt {
		padding-left: 15%;
	}
	.qa-dl dd {
		background-position: 0 0;
		margin: 14px 0 14px 4%;
		padding-left: 14%;
		width: 96%;
		line-height: 20px;
	}
	.privacy {
		line-height: 22px;
	}
	.wpcf7-form th, .wpcf7-form td {
		display: block;
		width: 100%;
	}
    .guide li {
        width: 49%;
    }
    .sp-menu {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }
    .sp-menu li a {
        color: #fff;
        font-weight: bold;
    }
    .sp-menu-tel {
        width: 25%;
        height: 50px;
        text-align: center;
        background-color:rgba(52,121,130,1.00);
        padding-top: 14px;
    }
    .sp-menu-contact {
        width: 25%;
        height: 50px;
        text-align: center;
        background-color:rgba(172,160,46,1.00);
        padding-top: 14px;
    }
    .sp-menu-reservation {
        width: 50%;
        height: 50px;
        text-align: center;
        background-color:rgba(170,73,94,1.00);
        padding-top: 14px;
    }
    #back_to_top a {
        bottom: 54px;
        right: 10px;
    }
    .calendar {
        margin: 80px auto;
    }
    .child-header-info {
        display: none;
    }
    #child-header .logo {
        top: 14%;
    }
    .about12-top {
        margin: 40px 0;
    }
    .news-page {
        margin: 40px auto;
        width: 92%;
        min-width: 320px;
        line-height: 28px;
    }

}
