@charset 'UTF-8';

/* ----- reset ----- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6em;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
    height: 100%;
}

/* ----- setting ----- */

/* === responsive === */
@media screen and (min-width: 751px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
}

/* === float clear === */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* === text align === */
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

/* === float === */
.float_left { float: left; }
.float_right { float: right; }

/* === text === */
.text_indent { padding-left: 1em; text-indent: -1em; }

/* === text color === */
.text_black { color: #000 !important; }
.text_red { color: red !important; }
.text_blue { color: blue !important; }
.text_yellow { color: yellow !important; }

.red {
    color: #f10051;
}


.annotation { color: #D4145A; }

.annotation a { color: #D4145A; }


.text_bold {
    font-weight: bold;
}

/* === font === */
.font_mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* === container === */
.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.container_1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.width_100 {
    width: 100%;
}

.animate {
    opacity: 0;
}

.no_opacity {
    opacity: 1;
}


.youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
}

.youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}


.scroll_prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}

.img_item {
    font-size: 0;
    line-height: 0;
}

.contents_inner {
    padding: 15px 0;
}



.dot {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.kome {
    display: block;
    padding-left: .5em;
    text-indent: -.5em;
}


/* ----- left_column ------ */
.left_column_list {
    letter-spacing: -.4em;
}

.left_column_list > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 50%;
}


.banner_under img {
    width: 100%;
}

.left_column_inner {
    padding: 5% 0;
}

.banner_box {
    letter-spacing: -.4em;
    max-width: 97%;
    margin: 0 auto;
}

.banner_box > .banner_under {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width:50%;
    margin-top: 2%;
}

.banner_box > .banner_under.satsuei-navi {
    width:54.7%;
}

.banner_box > .banner_under.studiokensaku {
    width:45.3%;
}


/* --- contents style --- */
#content_other{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    border-radius: 5px;
    overflow: hidden;
}

#content_top_other{
    background: #666666;
    padding: 1.5% 2%;
}


#shop_top + #content_other {
    border-radius: 0 0 5px 5px;
}

#content_top_other:after { content: url(../images/common/pixel.gif); display: block; clear: both; height: 0; } 
#content_top_other { display: inline-block; } 
#content_top_other { display: block; }

#content_top_other2{
    background-color: #666666;
}

#content_top_other2:after { content: url(../images/common/pixel.gif); display: block; clear: both; height: 0; } 
#content_top_other2 { display: inline-block; } 
#content_top_other2 { display: block; }

#other_title{}

#other_title:after { content: url(/images/pixel.gif); display: block; clear: both; height: 0; } 
#other_title { display: inline-block; } 
#other_title { display: block; }


#other_titlearea h1{
    max-width: 90%;
}

#btn_reservesmall{
    /*background: red;*/
    width: 129px;
    height: 33px;
    float: right;
    margin-top: 20px;
    margin-right: 1px;
}

#content_top_end{
    width: 720px;
    height: 18px;
    line-height: 0;
    margin-bottom: 6px;
}
#content_top_end:after { content: url(/images/pixel.gif); display: block; clear: both; height: 0; } 
#content_top_end { display: inline-block; } 
#content_top_end { display: block; }


.accesstitle{
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}

.accesstitle{
    background: url(../images/common/priceblack.jpg) no-repeat scroll left center transparent;
    padding-left: 10px;
}

.content_main {
    padding: 3%;
}


/* --- price --- */
.pricecontent{
    margin: 0 auto;
    color: #1A1A1A;
    font-size: 12px;
    font-size: 1.2rem;
}

.pricetitle{
    font-weight: 600;
    font-size: 14px; font-size: 1.4rem;
    margin-left: 10px;
}

.pricetitle p{
    background: url(../images/common/priceblack.jpg) no-repeat scroll left center transparent;
    padding: 5px 0px 5px 10px;
}

.pricetext{
    font-weight: normal;
    line-height: 1.6em;
    padding-bottom: 16px;
    margin-top: 5px;
    padding-left: 20px;
}

.pricetext a{
    text-decoration: underline;
    color: #0000FF;
}

.pricetext h3{
    font-size: 12px; font-size: 1.2rem;
    margin-top: 8px;
}

.pricetext ul{
    margin-left: 10px;
}

/* --- access --- */
.accesscontent{
    margin: 0 auto;
    margin-top: 18px;
    color: #1A1A1A;
    font-size: 12px;
    font-size: 1.2rem;
}

.accesstitle{
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px;
}