@charset "UTF-8";
@import url("html5reset-1.6.1.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/*--------------------テンプレート情報--------------------*/
/*template　Maison de R*/
/*url　https://maisonder.web.fc2.com/*/
/*title　Adeline*/
/*code　CSS3*/

/*--------------------ライセンス--------------------*/

/*HTML5 Reset Stylesheet
html5doctor.com Reset Stylesheet v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
Copyright Richard Clark - http://richclarkdesign.com
Released under the CC0 Public Domain Dedication and MIT License
http://opensource.org/licenses/mit-license.php
*/

/*
jQuery v3.3.1
http://jquery.com/
(c) JS Foundation and other contributors
Released under the MIT license
http://jquery.org/license
http://opensource.org/licenses/mit-license.php
*/

/*
jQuery Smooth scroll
Handy Web Design
https://handywebdesign.net/2017/10/jquery-smooth-scroll/
*/

/*
hamburger menu
Knoweb 世界一わかりやすいWeb制作
https://knoweb.net/html-css/css/responsive-hamburgermenu/
*/

/*
Google Fonts
"Noto Serif JP" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Google)
"Source Serif Pro" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Frank Grie&#223;hammer)
"Pinyon Script" is lisenced under the SIL Open Font License
http://scripts.sil.org/OFL
https://fonts.google.com/(Nicole Fally)
*/

/*
Font Awesome(Font License)
"font-awesome" is lisenced under the SIL Open Font License 1.1
http://scripts.sil.org/OFL
https://fontawesome.com/v4.7.0/
*/

/*
Font Awesome(Code License)
https://fontawesome.com/v4.7.0/
Released under the MIT license
https://fontawesome.com/v4.7.0/license/
http://opensource.org/licenses/mit-license.php
*/

/*--------------------PCファースト/すべての画面サイズでベースとなるCSS--------------------*/

/*--------------------全体の設定--------------------*/

* {
    /*paddingとborderを幅と高さに含める*/
    box-sizing: border-box;
    /*単語の途中でも必ず改行される*/
    word-break: break-all;
    /*フォーム周辺のデザインをリセット*/
    -webkit-appearance: none;
    -moz-appearance: none;
}

html {}

body {
    font-family: 'Source Serif Pro', 'Noto Serif JP', serif;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    letter-spacing: 0.05em;
    text-align: left;
    background: #ffffff;
    /*モバイル端末でのテキストサイズの自動調整対策*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*--------------------主要タグの設定--------------------*/

/*フロート解除*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*リンク*/
a {
    color: #333333;
    transition: 0.2s;
    /*アニメーション*/
}

a:hover {
    color: #97bea4;
}

/*画像*/
img {
    /*フルードイメージ（親要素の幅に応じて縦横比を保持したまま自動的に画像の拡大縮小をする）*/
    max-width: 100%;
    height: auto;
    /*ディセンダー対策（画像の下の隙間を無くす）*/
    vertical-align: bottom;
}

a img {
    /*画像リンクの枠線を消す*/
    border: 0;
}

/*段落*/
p {}

.more {
    /*もっと読むボタン*/
}

/*newマーク*/
.new::after {
    content: "new";
    margin-left: 0.5em;
    background: #bebebe;
    color: white;
    padding: 0 5px;
}

/*ulリスト共通*/
ul {
    /*リストマークを非表示*/
    list-style-type: none;
    /*リストマークを内側に表示*/
    list-style-position: inside;
}

/*ulリストタイプ1（横並びリスト）*/
.ultype1 {}

.ultype1 li {
    display: inline;
    margin-right: 0.5em;
}

.ultype1 li:last-child {
    margin-right: 0;
}

/*dlリストタイプ1（項目と説明のリスト）*/
.dltype1 {}

.dltype1 dt {
    float: left;
}

.dltype1 dt::after {
    content: "-";
    margin: 0 0.5em;
}

.dltype1 dd {}

.dltype1 dd span {
    /*更新履歴で使用 カテゴリ名をspanで囲う*/
    margin-right: 0.8em;
}

/*--------------------テキスト関連の設定--------------------*/
/*フォントの種類 太さ*/
h1 {
    font-weight: normal;
    font-family: 'Pinyon Script', cursive;
}

h2,
h3 {
    font-weight: normal;
}

/*テキスト 行の高さ*/
h1,
h2,
h3,
nav,
nav ul li,
.sub {
    line-height: 1;
}

.new::after {
    line-height: 1;
}

/*テキスト 文字間隔*/
h1 {
    letter-spacing: 0;
}

.sub {
    letter-spacing: 0.1em
}

h2,
h3,
nav,
nav ul li {
    letter-spacing: 0.1em;
}

/*--------------------構造関連の設定--------------------*/

/*ボディ*/
#all::before {
    content: "";
    width: 100%;
    display: block;
    background: url(https://alicex.jp/data/774room/img/774room_upld_53.jpg) repeat;
    height: 10px;
}

#all {
    width: 100%;
}

/*コンテナ1*/
.container1 {
    width: 100%;
    padding: 60px 30px 30px;
}

/*コンテナ2*/
.container2 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/*ヘッダーボックス*/
.hbox {}

/*ヘッダー*/
header {}

.titlebox {
    text-align: center;
}

h1 {
    font-size: 34px;
}

h1 a {
    text-decoration: none;
}

.sub {
    display: block;
    padding-top: 10px;
}

.sub::after {
    content: "";
    display: block;
    margin: 30px auto 0;
    width: 200px;
    height: 200px;
    background: url(https://alicex.jp/data/774room/img/774room_upld_52.jpg) no-repeat center center;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #333333;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 10px;
}

.hamburger span:nth-child(2) {
    top: 20px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
}

/*ハンバーガーメニュー*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    color: #333333;
    background: rgba(200, 226, 181, 0.8);
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 200px;
    height: 100vh;
    padding-top: 60px;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-size: 14px;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: #e6f8d9;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #333333;
    padding: 1em 0;
    text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(0%);
}

/*メイン*/
main {
    margin-top: 10px;
}

/*ページ内リンク位置対策*/
.layout {
    padding-top: 40px;
}

/*セクション1*/
.sectiontype1 {}

h2 {
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-bottom: 35px;
}

h2 span {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #97bea4;
    padding-bottom: 5px;
}

/*セクション2*/
.sectiontype2 {
    margin-top: 30px;
}

.sectiontype2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 14px;
    margin-bottom: 1em;
    background: #97bea4;
    color: white;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
}

/*セクション内のタグ間の設定（セクション直下の階層のタグのみ対象）*/
section>p,
section>ul,
section>dl {
    margin-top: 0.5em;
}

h2+p,
h2+ul,
h2+dl,
h3+p,
h3+ul,
h3+dl {
    /*見出しに隣接したタグの上マージンをリセット*/
    margin-top: 0;
}

/*フッター*/
footer {
    margin-top: 40px;
}

footer ul {}

footer ul li {
    display: inline-block;
    margin-right: 0.8em;
}

footer ul li:last-child {
    margin-right: 0;
}

footer ul li span {
    margin-right: 0.5em;
}

/*------------画面サイズ（横幅）900px以下用------------*/

@media screen and (max-width:900px) {

    .container1 {
        padding: 60px 15px 30px;
    }

}

/*ベンダープレフィックス設定済*/
/*エラーチェック済*/