@charset "UTF-8";

body {
    font-family:

        'Yu Mincho',

        serif;
    line-height: 2;
    font-weight: 400;
    color: #333;
    background-color: #fff;
}

h1 h2 h3 {
    line-height: 1.5;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0.5em;
}

nav {
    color: #222;
}

p {
    margin-top: 0;

    text-align: justify;
}

h1 {
    font-size: 120%;
    padding: 20px 0;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 150%;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
}

a {
    color: #666;
    text-decoration: none;

}

a:hover,
a:focus {
    color: #74A09A;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

section {
    padding: 20px 0;
}

.zero ul {
    padding-inline-start: 1em;
}

.insta img {
    width: 25px;
    height: 25px;
    text-align: center;

}

.insta img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.insta :hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*--------------------------------------------------

	body
	#main_header
	
--------------------------------------------------*/



#logo img {
    display: inline-block;
    width: 200px;
    margin-left: 0;
}








/*--------------------------------------------------

	main

--------------------------------------------------*/

#grey {
    background-color: #ececec;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

h1:before,
h1:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}

h1:before {
    margin-right: 1em;
}

h1:after {
    margin-left: 1em;
}

#menu {
    padding: 20px 20px;
}

#intro li {
    padding: 5px 40px;
    display: flex;
    flex-direction: column;
}

#menu div {
    font-size: 1.5rem;
}

#intro li p {
    text-align: center;
    padding-top: 20px;
    flex-grow: 1;
}

#menu {
    background-image: url(./images/greenback.png);
}



.container {
    margin-top: auto;
    margin: 15px 0 0;
    text-align: center;
}




.btn-border {
    display: inline-block;
    max-width: 150px;
    text-align: center;
    border: 2px solid #685454;
    background-color: #685454;
    font-size: 60%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em 2em;
    border-radius: 4px;
    transition: .4s;
    margin-top: auto;
    white-space: nowrap;
}

.btn-border:hover {
    background-color: #FFF;
    border-color: #685454;
    color: #685454;
}



#theme2 {
    background-image: url(./images/lightbackdod.png);
    padding-bottom: 60px;
}

h2 {
    text-align: center;
}

.inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 2em 0;
}

.info-text {
    float: 1;
    margin: 8px 30px;
}

.smaller img {
    flex: 1;
}


/*--------------------------------------------------

	contact

--------------------------------------------------*/
#contact {
    background-image: url(./images/contact.png);
    padding: 80px 0 104px 0;
}

#contact p {
    text-align: center;
}

h3 {
    text-align: center;
}



.smaller img {
    width: 70%;
    height: 70%;

    display: inline-block;

    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);


}

#contact p {

    line-height: 3;
}

#main_footer {
    background-color: #5e4c4c;
}

#main_footer a {
    color: ivory;
    font-size: 80%;
}

#main_footer a:hover,
a:focus {
    color: rgb(26, 24, 24);
}

small {
    display: block;
    text-align: center;
    font-size: 75%;
    padding-bottom: 2em;
}

#main_footer ul {
    display: flex;
}

#main_footer li {
    color: grey;
    flex-grow: 1;
    text-align: center;
}

#main_footer li+li {
    border-left: 1px solid grey;
}



/*--------------------------------------------------

	menu-page

--------------------------------------------------*/
.padding {
    padding: 80px 160px;
    text-align: center;
}

.padding p {
    text-align: center;
    padding-top: 1em;

}

.pink {
    background-color: rgba(255, 248, 249, 0.664);
}

.black img {
    flex: 1;
}




/*--------------------------------------------------

	review-page

--------------------------------------------------*/
#tac p {
    text-align: center;
}

.space {
    padding: 40px 0;
}

hr.style4 {
    border-top: 1px dotted #8c8b8b;
    width: 60%;
}

.bold {
    font-weight: bold;
}

/*--------------------------------------------------

	contact-page

--------------------------------------------------*/


iframe {

    padding-top: 2em;
}

/*--------------------------------------------------

	mobile

--------------------------------------------------*/

@media only screen and (max-width: 768px) {

    img{
        max-width: 100%;
        height: auto;
    }
    

    body {
        font-size: 60%;
    }

    #main_header {
        display: flex;
    }

    .nav-list {
        padding-right: 1em;
    }

    #nav ul {
        width: 150px;
        margin: 0;
        padding-right: 8px;
    }

    #nav li a {
        display: block;

        text-decoration: none;
    }

    #nav li {
        text-align: center;
    }
    #menu {
        background-image: url(./images/back-mobile.png);
      
    }
    #menu li {
        display: flex;
        flex-direction: column;
    }

    .btn-border {
        font-size: 40%;
    }


    .inner {
        display: flex;
        flex-direction: column;
    }

    #inner2 {
        flex-direction: column-reverse;
    }

    .info-text {
        padding: 40px 40px;
    }

    .padding {
        padding: 4em 0;
    }
}




    @media only screen and (max-width: 1025px)
{
    /*ハンバーガーアイコン*/
    .btn-burger {
        cursor: pointer;
        display: block;
        width: 56px;
        height: 60px;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    /*ハンバーガーアイコンを作る三本線*/
    .icon,
    .icon:before,
    .icon:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        /*線の太さ*/
        width: 35px;
        /*線の長さ*/
        background-color: #444;
        border-radius: 2px;
        display: block;
        content: '';
        cursor: pointer;
        margin: auto;
    }

    /*三本線の間隔*/
    .icon:before {
        top: 20px;
    }

    .icon:after {
        top: -20px;
    }

    /*チェックボックス非表示*/
    .nav-toggle {
        display: none;
    }

    /*アイコンをクリックしたら*/
    .nav-toggle:checked~.btn-burger .icon {
        background: transparent;
    }

    .nav-toggle:checked~.btn-burger .icon:before {
        transform: rotate(-45deg);
        top: 0;
    }

    .nav-toggle:checked~.btn-burger .icon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .icon,
    .icon:before,
    .icon:after {
        transition: all .8s;
    }


    /*中身*/
    #nav {
        background-color: #fff;

    }

    .nav-list a {
        display: block;
        text-decoration: none;
        color: #685454;
    }

    .nav-list {
        list-style: none;
        display: none;
        margin: 0;
        padding-left: 20px;
    }

    .nav-list li {
        margin: 0;
        padding: 10px;
    }

    .nav-toggle:checked~#nav .nav-list {
        display: block;
    }
}



/*--------------------------------------------------

	pc

--------------------------------------------------*/

@media screen and (min-width:1026px) {
    #main_header {
        display: flex;
    }

    #nav {
        margin-left: auto;
        justify-content: flex-end;
    }

    #nav ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;

    }

    .nav-list {
        margin-right: 2em;
    }

    .nav-list li {
        padding-left: 2em;
        white-space: nowrap;

    }

    #mv {
        position: relative;
    }

    #menu ul {
        position: relative;
        display: flex;
        justify-content: space-between;

    }

    #menu {
        display: flex;
        flex-direction: row;
    }


    .btn-burger {
        display: none;
        /*768px以上では使用しない */
    }


    .nav-toggle {
        display: none;
    }

}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 751px) {
    .pc { display: block !important; }
.sp { display: none !important; }}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}