﻿@charset "utf-8";

/*----------------------------------------------------------------------------

shitsuke_smart.css

----------------------------------------------------------------------------*/

@media screen and (max-width: 760px)
{

/*--layout--*/

br
{
	display  : none;
}

/*--heading--*/

/*--h1--*/

#about    h1,
#gallery  h1,
#schedule h1 /*--2023/01/04--*/
{
	padding-top        : 30px;
	margin-bottom      : 10px;
}

#about    h1 .h1_top_title,
#gallery  h1 .h1_top_title,
#schedule h1 .h1_top_title /*--2023/01/04--*/
{
	font-size           : 1.6rem; /*--2021/03/09--*/
	line-height         : 1.0;
}

#about    h1 .h1_bottom_title,
#gallery  h1 .h1_bottom_title,
#schedule h1 .h1_bottom_title  /*--2023/01/04--*/
{
	font-size          : 16px;
	padding            : 15px 25px; /*--2021/03/09--*/
        border-bottom      : none;
}

/*--h2--*/

.h2_title1
{
	font-size          : 15px;
	text-align         : center;
	margin-bottom      : 32px;
}

#schedule h2 /*--2023/01/04--*/
{
	font-size            : 1.6rem;
	text-align           : left;
	line-height          : 1;
	margin-bottom        : 32px;
/*	background           : none;*/
}

/*--h3--*/

#about2 h3,
#about3 h3
{
	font-size            : 15px;
	padding              : 2px 12px;
}

/*--2023/01/04--*/

/*--box--*/

/*--box-width--*/

.box_shitsuke_width1   {width : 100%;}
.box_shitsuke_width4   {width : 100%;}
.box_shitsuke_width5   {width : 100%;} /*--2023/01/04--*/

.box_shitsuke_width6   {width : 100%;} /*--2023/01/04--*/
.box_shitsuke_width7   {width : 100%;} /*--2023/01/04--*/


/*--box-height--*/

.box_shitsuke_height3  {height: auto;} /*--2023/01/04--*/
.box_shitsuke_height4  {height: auto;} /*--2023/01/04--*/

/*--box-margin--*/

.box_shitsuke_margin1  {margin: 0px 0px 60px 0px;}
.box_shitsuke_margin2  {margin: 0px 0px 60px 0px;}
.box_shitsuke_margin3  {margin: 0px 0px 60px 0px;} /*--2023/01/04--*/

/*--box-padding--*/

.box_shitsuke_padding4 {padding: 25px 25px 25px 25px; box-sizing : border-box;} /*--2023/01/04--*/
.box_shitsuke_padding5 {padding: 25px 20px 25px 20px; box-sizing : border-box;} /*--2023/01/04--*/
.box_shitsuke_padding6 {padding : 30px 20px;} /*--2023/01/04--*/

/*--box-display--*/

.box_shitsuke_ds1 {display : block;}

/*--box-bg--*/

/*--box-shadow--*/

/*--link--*/

/*--radius--*/

/*--image--*/

#about   img,
#gallery img,
#about1  img, /*--2023/01/04--*/
#about2  img, /*--2023/01/04--*/
#about3  img  /*--2023/01/04--*/
{
	height          : auto;
	width		: 100%;
}

/*--time--*/

/*--text--*/

.text4
{
	display            : block;
	font-size          : 15px;
	text-align         : center;
	margin-bottom      : 32px;
}

.text7
{
	margin               : 26px 22px 0px 0px;
	font-size            : 1.6rem;
}

.text11
{
	margin               : 0px 0px 15px 15px;
	font-size            : 2.2rem;
}

.text12
{
	margin               : 0px 15px 15px 0px;
	font-size            : 2.2rem;
}


/*--list--*/

.sp_list1
{
	font-size            : 14px !important;
}

.sp_list2
{
	font-size            : 13px !important;
}


/*--table--*/

/*--2023/01/04--*/

table
{
}

table td
{
	font-size           : 15px;
}

table .td1
{
	line-height         : 1;
	padding-bottom      : 10px;
	font-size           : 12px;
}


table .tbl_bcolor1
{
}

table .tbl_state1,
table .tbl_state2,
table .tbl_state3
{
}

table .tbl_state1
{
	background-image     : url("../../image/common/state/state1.png");
	background-size      : 65%;
}

table .tbl_state2
{
	background-image     : url("../../image/common/state/state2.png");
	background-size      : 60%;
}

table .tbl_state3
{
	background-image     : url("../../image/common/state/state3.png");
	background-size      : 65%;
}

table .tbl_fcolor1 {}
table .tbl_fcolor2 {}

}