@charset "utf-8";
body{
    background-color: #cc9;
}
.container{
    max-width: 1280px;
    margin: auto;
    background: url(../images/blur.jpg) no-repeat top;
}
/*top_title部ここから*/
.top_title{
    width: 100%;
    height: 50px;
    background-color: white;
    padding-left: 80px;
}
.top_title h1{
    margin: 0 10px;
    width: 80%;
    height: 40px;
    background-color: #fff;
    font-size: 24px;
}
/*top_title部ここまで*/
/*トップイメージ部ここから*/
.top_images{
    position: relative;
    background-image: url(../images/main_1080.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 1080px;
    height: 720px;
    margin: auto;
}
.link_box{
    height: 100%;
}
.link_left{
    font-size: 50px;
    height: 50px;
    margin-right: 25px;
    margin-bottom: 50px;
    background-color: rgba(255,255,0,0.5);
}
.link_right{
    font-size: 50px;
    height: 50px;
    margin-left: 25px;
    margin-top: 50px;
    background-color: rgba(255,128,128,0.5);
}
.peke{
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-75%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
/*トップイメージ部ここまで*/
/*イントロここから*/
.intro{
    font-size: 18px;
    width: 980px;
    margin: auto;
}
.intro h2{
    margin: 20px 0;
    font-size: 1.6em;
}
.intro p{
    line-height: 2em;
}
/*イントロここまで*/
/*wrapper本文部分ここから*/
.card:nth-child(even) {
    flex-direction: row-reverse;
  }
.card{
    margin: 20px 5px;
    border-top: 3px solid #ccc;
    padding-top: 10px;
}
.thumbnail1{
    width: 400px;
    height: 400px;
    background-color: brown;
    margin: 0 30px;
    flex-shrink: 0;
    text-align: center;
    line-height: 400px;
}
.caption{
    font-size: 18px;
    width: 100%;
    position: relative;
}
.caption h3{
    font-size: 1.25em;
    border-bottom: #ccc 3px solid;
    margin: 15px 0;
    padding-top: 10px;
    padding-left: 25px;
    letter-spacing: 0.1em;
}
.caption h3::first-letter{
    font-size: 1.25em;
    color: crimson;
}
.caption .sub_title{
    display: inline-block;
    padding-left: 20px;
    font: 0.7em normal;
    
}
#ochacise_box{
    background-image: url(../images/ochacise_back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}/*
#treatman_box{
    background-image: url(../images/treatman_back.png),url(../images/character.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: bottom right,bottom center;
    background-size: auto,cover;
    height: 400px;
}*/
#treatman_box{
    background-image: url(../images/treatman_back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    height: 400px;
    position: relative;
}
#treatman_box .inner{
    position: absolute;
    top:0;
    left:0;
    height: 400px;
    width: 100%;
    text-align: center;
    /*background-image: url(../images/character.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;*/
}
.inner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#omochaya_box{
    background-image: url(../images/omochaya_back.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.mask{
    height: 100%;
    border-radius: 20px;
    background: rgba(255, 255,255,0.8);
}
.page_link{
    position: absolute;
    bottom: 10%;
    right: 10%;
}
/*wrapper本文部分ここまで*/
/*wrapper変更部分ここから*/
.grid_outer{
	display:grid;
}
.grid_ocha{
    grid-template-columns: 30vw 1fr;
    column-gap: 10px;
}
.grid_info{
    grid-template-columns: 1fr 30vw;
    column-gap: 10px;
}
.thumbnail img{
    max-width: 100%;
    height: auto;
    width :auto;
}

/*wrapper変更部分ここまで*/
/*メールフォーム*/


#mailform h4{
    font-weight: normal;
    margin-bottom: 1em;
}
#mailform {
	padding: 10px 0 10px 20px;
}
#mailform dl{
    display: flex;
    flex-wrap: wrap;
}
#mailform dt{
    width: 20%;
    font-size: 14px;
    padding: 7px 5px;
}
#mailform dt p{
    font-size: 10px;
    color: #999999;
    font-weight: lighter;

}
#mailform dd{
    width: 80%;
}
.star{
	color: #CC0000;
	font-size: 10px;
}
/*メールフォーム*/
