/*
Theme Name:		wel-reserve
Description:	wel-reserve is child theme for Welcart Basic.
Author:			iPublish Inc.
Author URI:		https://www.ipublish.co.jp
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

h1.site-title img, div.site-title img {
    width: 50%;
}

#site-navigation {
    display: none;
}

.home .columnright {
    display: none;
}

.home #welcart_category-3 {
    display: none;
}

.home .columncenter {
    display: none;
}

.page-template-page-attending-lesson-availability-php .site-header {
    display: none;
}

footer {
    background-color: #fff;
}

div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 0.5% 0.5% 0.5% 0.5%;/*ここで動画の周りの余白を調整*/
background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 1600px;/*PC版での最大幅*/
}